@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Source+Serif+4:wght@600;700&display=swap";:root{color:#17363d;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ink:#17363d;--muted-ink:#5d767c;--accent:#f68d42;--accent-strong:#0e4f5c;--surface:#ffffffeb;--heading-font:"Source Serif 4", serif;background:radial-gradient(circle at 0 0,#f68d422e,#0000 26%),radial-gradient(circle at 100% 0,#0e4f5c2e,#0000 34%),linear-gradient(#f6f1eb 0%,#ecf4f5 54%,#f7faf9 100%);font-family:Manrope,sans-serif;font-weight:500;line-height:1.5}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,input{appearance:none}a{color:inherit}#root{min-height:100vh}h1,h2{font-family:var(--heading-font);color:var(--ink);line-height:1.05}h1{font-size:clamp(2.8rem,5vw,4.7rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}p,li,dd,dt,th,td,label{margin:0}.page-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:48px 0 80px}.hero-panel,.result-card,.status-card,.search-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px #0a252c1f}.hero-panel{grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);align-items:stretch;gap:28px;margin-bottom:28px;display:grid}.hero-copy{background:radial-gradient(circle at 100% 0,#f68d4238,#0000 34%),linear-gradient(145deg,#f7fbf9fa,#e6f4f5eb);border:1px solid #0e4f5c1f;border-radius:32px;padding:42px;animation:.8s both rise-in;position:relative;overflow:hidden}.hero-copy:after{content:"";background:#0e4f5c1f;border-radius:999px;width:220px;height:220px;position:absolute;inset:auto -72px -88px auto}.eyebrow,.result-kicker,.field-label{letter-spacing:.16em;text-transform:uppercase;color:var(--accent-strong);font-size:.82rem;font-weight:800}.hero-copy h1{max-width:12ch;margin:16px 0 18px}.hero-description{max-width:56ch;font-size:1.05rem}.hero-points{gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.hero-points li{background:#ffffffb8;border:1px solid #0e4f5c14;border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex}.hero-points li:before{content:"";background:var(--accent);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #f68d4229}.search-card{background:#fefdfbf0;border:1px solid #0e4f5c1f;border-radius:28px;flex-direction:column;align-self:center;gap:14px;padding:28px;animation:.95s both rise-in;display:flex}.search-row{gap:12px;display:flex}.plate-input{min-width:0;font:inherit;color:var(--ink);text-transform:uppercase;background:#fff;border:1px solid #0e4f5c29;border-radius:18px;flex:1;padding:16px 18px;transition:border-color .18s,box-shadow .18s,transform .18s}.plate-input:focus{border-color:var(--accent-strong);outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #0e4f5c24}.search-button{min-width:190px;font:inherit;color:#fff;background:linear-gradient(135deg, var(--accent-strong), #0d5967);cursor:pointer;border:0;border-radius:18px;padding:0 24px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s}.search-button:hover:not(:disabled),.search-button:focus-visible:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 26px #0d596738}.search-button:disabled{cursor:wait;opacity:.78}.field-hint{color:var(--muted-ink);font-size:.94rem}.content-panel{gap:24px;display:grid}.status-card,.result-card{background:#ffffffdb;border:1px solid #0e4f5c1f;border-radius:28px;padding:28px;animation:.55s both rise-in}.status-card--warning{background:#fff4e8f2;border-color:#ba6e2a38}.status-card--error{background:#ffefebf5;border-color:#a6453338}.status-title,.result-card__header h2,.inspection-title{margin:0 0 8px}.result-stack{gap:24px;display:grid}.result-card__header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.vehicle-chip,.history-count{color:var(--accent-strong);background:#0e4f5c14;border-radius:999px;align-items:center;padding:10px 14px;font-size:.94rem;font-weight:700;display:inline-flex}.vehicle-layout{grid-template-columns:minmax(0,1.25fr) minmax(260px,.9fr);gap:20px;display:grid}.vehicle-grid,.snapshot-grid{gap:16px;display:grid}.vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-item{background:#f2f8f7e6;border:1px solid #0e4f5c14;border-radius:20px;padding:16px}.detail-item dt{color:var(--muted-ink);margin-bottom:6px;font-size:.92rem}.detail-item dd{color:var(--ink);word-break:break-word;margin:0;font-weight:700}.inspection-snapshot{color:#eff7f5;background:linear-gradient(#0e4f5cf5,#0a353df5),#0e4f5c;border-radius:24px;padding:22px}.inspection-snapshot--empty{background:linear-gradient(#445c60,#34484c)}.inspection-snapshot .detail-item{background:#ffffff14;border-color:#ffffff1a}.inspection-snapshot .detail-item dt,.inspection-snapshot .detail-item dd{color:inherit}.inspection-metric{justify-content:space-between;align-items:baseline;gap:18px;margin-bottom:18px;display:flex}.inspection-metric span{color:#ffe2c1;font-weight:800}.inspection-metric strong{font-family:var(--heading-font);font-size:1.35rem}.history-table-wrap{overflow-x:auto}.history-table{border-collapse:collapse;width:100%;min-width:760px}.history-table th,.history-table td{text-align:left;border-bottom:1px solid #0e4f5c1a;padding:14px 12px}.history-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-ink);font-size:.82rem}.empty-history{padding:18px 0 6px}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.page-shell{width:min(100%,100% - 20px);padding-top:20px}.hero-panel,.vehicle-layout{grid-template-columns:1fr}.search-row,.result-card__header{flex-direction:column;align-items:stretch}.search-button{min-height:56px}}@media (width<=680px){.hero-copy,.search-card,.result-card,.status-card{border-radius:24px;padding:22px}.vehicle-grid{grid-template-columns:1fr}}
