@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&display=swap";
:root{--primary:#d9f36a;--background:#f4f5f0;--surface:#fff;--surface-muted:#e8ebe2;--text:#182019;--muted:#747b71;--border:#dfe3d8;--success:#3f9c68;--warning:#d09234;--danger:#d45b50;--ink:#111610}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:DM Sans,sans-serif}h1,h2,h3,p{margin:0}h1{letter-spacing:-.055em;font-size:clamp(1.65rem,2.3vw,2.35rem);line-height:1}h2{letter-spacing:-.04em;font-size:1.35rem;line-height:1.1}h3{font-size:1rem}p{color:var(--muted);font-size:.9rem;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;border:0}input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;outline:none;padding:12px 14px}input:focus{border-color:var(--text);box-shadow:0 0 0 3px #d9f36a59}table{border-collapse:collapse;text-align:left;width:100%}th{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:14px 18px;font-family:DM Mono,monospace;font-size:.66rem;font-weight:500}td{border-top:1px solid var(--border);vertical-align:middle;padding:17px 18px;font-size:.88rem}small{color:var(--muted);font-size:.74rem;display:block}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--ink);color:#f5f7ef;flex-direction:column;flex:0 0 238px;padding:28px 18px 22px;display:flex}.brand{align-items:center;gap:10px;padding:0 12px 54px;display:flex}.brand strong{letter-spacing:-.04em;font-size:1.08rem;display:block}.brand small{color:#8e9889;font-size:.68rem}.brand-mark{background:var(--primary);color:var(--ink);border-radius:7px;justify-content:center;align-items:center;width:31px;height:31px;font-family:DM Mono;font-size:1.05rem;font-weight:500;display:flex}nav{gap:5px;display:grid}nav a{color:#99a294;border-radius:7px;align-items:center;gap:13px;padding:12px;font-size:.86rem;display:flex}nav a.active,nav a:hover{color:#fff;background:#283126}nav a.active{box-shadow:inset 3px 0 var(--primary)}nav a span{width:16px;font-size:1rem}.sidebar-footer{color:#a8b1a1;border-top:1px solid #303a30;margin-top:auto;padding:17px 12px 0 27px;font-size:.72rem;line-height:1.7;position:relative}.sidebar-footer small{color:#677162;font-size:.68rem}.status-dot{background:var(--success);border-radius:50%;width:7px;height:7px;position:absolute;top:23px;left:12px}.main-content{width:100%;max-width:1440px;padding:42px 5.5% 70px}.topbar{justify-content:space-between;align-items:center;display:flex}.eyebrow{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px;font-family:DM Mono,monospace;font-size:.66rem}.profile{align-items:center;gap:10px;display:flex}.profile strong{font-size:.82rem;display:block}.profile small{font-size:.7rem}.avatar{color:#465044;background:#d8ddd2;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:.72rem;font-weight:600;display:flex}.intro{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin-top:68px;padding-bottom:32px;display:flex}.intro-actions{align-items:center;gap:9px;display:flex}.intro-actions .secondary-button{background:var(--surface)}.intro h2{margin-bottom:13px;font-size:clamp(2rem,3.7vw,3.45rem)}.primary-button,.secondary-button{white-space:nowrap;border-radius:7px;justify-content:center;padding:12px 16px;font-size:.78rem;font-weight:600;display:inline-flex}.primary-button{background:var(--ink);color:#fff}.primary-button:hover{background:#35402f}.intro .primary-button{background:var(--primary);color:var(--ink)}.stats{grid-template-columns:repeat(4,1fr);gap:1px;margin:25px 0 58px;display:grid}.stats article{background:var(--surface);min-height:132px;padding:18px 20px}.stats article:first-child{border-radius:8px 0 0 8px}.stats article:last-child{border-radius:0 8px 8px 0}.stat-label{color:var(--muted);margin-bottom:16px;font-size:.74rem;display:block}.stats strong{letter-spacing:-.08em;font-family:DM Mono;font-size:2rem;font-weight:500;display:block}.stats em{color:var(--muted);font-size:1rem;font-style:normal}.stats small{margin-top:10px}.stats b,.good{color:var(--success);font-weight:500}.alert{color:var(--danger)}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.section-heading h2{margin-bottom:6px}.secondary-button{border:1px solid var(--border);color:var(--text);background:0 0}.secondary-button:hover{background:var(--surface)}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow-x:auto}.plate{color:#151509;letter-spacing:.04em;background:#f4d638;border:1px solid #c6a80b;border-radius:3px;padding:5px 7px;font-family:DM Mono;font-size:.75rem;display:inline-block}.table-wrap td:nth-child(3) small{margin-left:20px}.table-wrap td span[data-status]{align-items:center;gap:7px;font-size:.78rem;display:inline-flex}.table-wrap td span[data-status] i{background:var(--success);border-radius:50%;width:7px;height:7px;display:inline-block}.table-wrap td span[data-status=warning] i{background:var(--warning)}.table-wrap td span[data-status=danger] i{background:var(--danger)}.recall-count{color:var(--danger);font-size:.78rem}.recall-clear{color:var(--success);font-size:.78rem}.row-action{color:var(--muted);letter-spacing:2px;background:0 0}.notice{color:#52631e;background:#eff8cf;border-radius:5px;margin:-5px 0 14px;padding:9px 12px;font-size:.8rem}.add-section{background:var(--surface-muted);border-radius:8px;grid-template-columns:1fr 1.1fr;align-items:center;gap:30px;margin-top:48px;padding:28px 30px;display:grid}.add-section h2{margin-bottom:8px}.add-section form label,.bulk-modal label{margin-bottom:7px;font-size:.72rem;font-weight:600;display:block}.form-row{gap:8px;display:flex}.form-row .primary-button{flex:none}.modal-backdrop{z-index:10;background:#11161094;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.bulk-modal{background:var(--surface);border-radius:10px;width:100%;max-width:520px;padding:30px;position:relative;box-shadow:0 20px 70px #00000038}.bulk-modal h2{margin-bottom:8px;font-size:1.65rem}.bulk-modal>p:not(.eyebrow){margin-bottom:22px}.bulk-modal textarea{background:var(--background);border:1px solid var(--border);color:var(--text);resize:vertical;border-radius:7px;width:100%;margin-bottom:18px;padding:12px;font:500 .85rem DM Mono,monospace;display:block}.bulk-modal textarea:focus{border-color:var(--text);outline:0;box-shadow:0 0 0 3px #d9f36a59}.modal-close{color:var(--muted);background:0 0;font-size:1.5rem;line-height:1;position:absolute;top:17px;right:18px}.modal-actions{justify-content:flex-end;gap:8px;display:flex}@media (max-width:820px){.sidebar{flex-basis:72px;padding:22px 10px}.brand{padding:0 10px 45px}.brand div,nav a:not(.active):after,nav a{font-size:0}.brand-mark{flex:0 0 31px}nav a{justify-content:center;gap:0}nav a span{text-align:center;font-size:1rem}.sidebar-footer{padding-left:0;font-size:0}.sidebar-footer small{display:none}.status-dot{top:22px;left:50%}.main-content{padding:28px 4%}.stats{grid-template-columns:repeat(2,1fr)}.stats article:first-child{border-radius:8px 0 0}.stats article:nth-child(2){border-radius:0 8px 0 0}.stats article:nth-child(3){border-radius:0 0 0 8px}.stats article:last-child{border-radius:0 0 8px}}@media (max-width:560px){.topbar .profile span:not(.avatar){display:none}.intro{flex-direction:column;align-items:flex-start;gap:22px}.intro-actions{flex-direction:column;width:100%}.intro-actions a,.intro-actions button,.intro .primary-button{width:100%}.stats{margin-bottom:42px}.stats article{min-height:115px;padding:15px}.stats strong{font-size:1.65rem}.section-heading{flex-direction:column;align-items:flex-start;gap:15px}.add-section{grid-template-columns:1fr;padding:22px}.form-row{flex-direction:column}.form-row .primary-button{width:100%}th,td{padding-left:12px;padding-right:12px}}.auth-shell{color:#f4f6fb;background:radial-gradient(circle at 70% 10%,#a0c0ff24,#0000 34%),#0d1118;place-items:center;min-height:100vh;padding:32px;display:grid}.auth-card{background:#161c27eb;border:1px solid #ffffff1f;border-radius:28px;width:min(100%,470px);padding:42px;box-shadow:0 24px 80px #0000004d}.auth-brand{margin-bottom:58px}.auth-copy h1{letter-spacing:-.06em;margin:10px 0 12px;font-size:clamp(2.25rem,6vw,3.6rem)}.auth-copy>p:last-child{color:#aab4c5;line-height:1.65}.auth-form{gap:10px;margin-top:32px;display:grid}.auth-form label{color:#c5cddd;margin-top:10px;font-size:.82rem;font-weight:700}.auth-form input{color:#f4f6fb;width:100%;font:inherit;background:#111722;border:1px solid #374154;border-radius:12px;outline:none;padding:14px 15px}.auth-form input:focus{border-color:#9ab8ff;box-shadow:0 0 0 3px #9ab8ff26}.auth-submit{justify-content:center;width:100%;margin-top:18px}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-message{color:#f6c978;font-size:.88rem;line-height:1.5}.auth-switch{color:#9da8ba;text-align:center;margin:26px 0 0;font-size:.9rem}.auth-switch button{color:#a9c3ff;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:700}.auth-loading{color:#aab4c5;font-weight:700}.paywall-card{width:min(100%,620px)}.billing-toggle{background:#111722;border:1px solid #374154;border-radius:12px;gap:5px;margin-top:28px;padding:5px;display:flex}.billing-toggle button{color:#9da8ba;font:inherit;background:0 0;border:0;border-radius:8px;flex:1;padding:10px}.billing-toggle button.selected{color:#182008;background:#d9f36a;font-weight:700}.billing-toggle small{margin-left:4px;font-size:.7rem}.tier-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.tier-option{color:#f4f6fb;cursor:pointer;text-align:left;background:#111722;border:1px solid #374154;border-radius:14px;gap:7px;padding:16px;display:grid}.tier-option.selected{border-color:#d9f36a;box-shadow:0 0 0 2px #d9f36a2e}.tier-option span{color:#9da8ba;font-size:.75rem;line-height:1.4}.tier-option b{font:1.15rem DM Mono,monospace}.tier-option b small{color:#9da8ba;font:.68rem DM Sans,sans-serif}.enterprise-card{width:100%;color:inherit;text-align:left;cursor:pointer;background:linear-gradient(110deg,#4f7e742e,#182225cc);border:1px solid #7aa09759;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:14px 0 18px;padding:16px 18px;transition:border-color .2s,transform .2s,background .2s;display:flex}.enterprise-card:hover{background:linear-gradient(110deg,#4f7e7442,#182225f2);border-color:#83c6b6;transform:translateY(-1px)}.enterprise-card strong,.enterprise-card small{display:block}.enterprise-card strong{color:#f1f5f2;font-size:15px}.enterprise-card small{color:#a8b9b4;max-width:620px;margin-top:4px;line-height:1.45}.enterprise-link{color:#9ee2cf;flex:none;font-size:13px;font-weight:700}.enterprise-link b{margin-left:6px;font-size:18px}.vehicle-count{color:#c5cddd;align-items:center;gap:12px;margin-top:16px;font-size:.8rem;display:flex}.vehicle-count input{color:#f4f6fb;background:#111722;border:1px solid #374154;border-radius:8px;width:82px;padding:9px 10px}.plan-card{background:#111722;border:1px solid #374154;border-radius:14px;justify-content:space-between;align-items:center;margin-top:18px;padding:18px;display:flex}.plan-card strong{color:#f4f6fb;font-size:.92rem}.plan-card p{color:#9da8ba;margin-top:5px;font-size:.78rem}.plan-price{text-align:right;white-space:nowrap;font-family:DM Mono,monospace;font-size:1.25rem!important}.plan-price small{color:#9da8ba;margin-top:3px;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:400}.paywall-note{color:#9da8ba;text-align:center;margin-top:20px;font-size:.8rem}.paywall-note button{color:#a9c3ff;font:inherit;background:0 0;font-weight:700}@media (max-width:560px){.auth-shell{padding:18px}.auth-card{border-radius:22px;padding:28px 22px}.auth-brand{margin-bottom:40px}}
