@import url('data:text/css,');
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172e2a;background:#f5f7f5;font-synthesis:none;font-weight:400;--ink:#102724;--muted:#6b7974;--line:#e3e9e4;--green:#246b54;--lime:#c9f36a;--soft:#eaf1ec;--white:#fff;--radius:18px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid #79b749;outline-offset:4px}input:focus,select:focus,textarea:focus{outline:3px solid #d7eccd;border-color:#65976b}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em}h1{font-size:40px;line-height:1.15}h2{font-size:29px;line-height:1.25}h3{font-size:19px;line-height:1.35}p{line-height:1.65}small{font-size:12px}.icon{width:21px;height:21px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.brand{display:inline-flex;align-items:center;gap:11px;font-size:21px;font-weight:750;letter-spacing:-.8px;white-space:nowrap}.brand img{width:38px;height:38px;border-radius:11px}.brand small{display:block;font-size:9px;letter-spacing:2.8px;font-weight:650;color:var(--muted);margin-top:1px}.brand .dot{color:var(--green)}.btn{border:0;border-radius:10px;min-height:44px;padding:12px 20px;font-weight:650;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--ink);color:white;transition:background .18s,transform .18s;line-height:1.3}.btn:hover{background:#254b3f;transform:translateY(-1px)}.btn.lime{background:var(--lime);color:var(--ink)}.btn.lime:hover{background:#d6ff86}.btn.secondary{background:white;border:1px solid var(--line);color:var(--ink)}.btn.secondary:hover{background:var(--soft)}.btn.ghost{background:transparent;color:var(--ink)}.btn.danger{background:#fbebea;color:#a43131}.btn.small{min-height:36px;padding:8px 13px;font-size:12px}.btn.full{width:100%}.icon-btn{width:42px;height:42px;padding:10px;display:inline-flex;align-items:center;justify-content:center;background:white;border:1px solid var(--line);border-radius:12px;position:relative}.icon-btn .notification-dot{position:absolute;width:7px;height:7px;background:#ee8a64;border-radius:100%;right:9px;top:8px;border:2px solid white}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:16px}.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:750;letter-spacing:2px;text-transform:uppercase;color:var(--green);display:block;margin-bottom:18px}.text-link{font-size:13px;font-weight:650;color:var(--green);display:inline-flex;align-items:center;gap:7px}.text-link .icon{width:16px;height:16px}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:100px;padding:6px 10px;background:#f0f3ef;font-size:11px;font-weight:650;white-space:nowrap;line-height:1.2}.badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.badge.green{background:#e7f3e8;color:#2d7743}.badge.amber{background:#fff4dc;color:#94701d}.badge.red{background:#fbedeb;color:#a43c36}.badge.blue{background:#e9f1f7;color:#3a647d}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:24px}.card-head h3{margin-bottom:5px}.card-head p{font-size:12px;color:var(--muted);margin:0}.label{display:block;font-weight:600;font-size:13px;margin-bottom:7px}.field{margin-bottom:18px}input:not([type=checkbox]):not([type=file]),select,textarea{width:100%;border:1px solid #d8e1d9;background:#fff;border-radius:10px;padding:12px 14px;color:var(--ink);min-height:46px}input::placeholder,textarea::placeholder{color:#97a29b}input[type=file]{display:block;width:100%;font-size:13px;padding:12px;background:#f5f7f5;border:1px dashed #afc4b4;border-radius:10px}input[type=checkbox]{accent-color:var(--green);width:17px;height:17px;flex:none}.check{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:var(--muted);line-height:1.6}.check input{margin-top:2px}.check a{text-decoration:underline}.hint{font-size:11px;color:var(--muted);display:block;line-height:1.6;margin-top:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-error,.alert{padding:14px 17px;border-radius:11px;background:#fff4df;color:#87611b;font-size:13px;line-height:1.6;margin-bottom:20px}.form-error:empty{display:none}.form-error{background:#fcedeb;color:#a2332d}.alert.green{color:#296340;background:#eaf5e8}.alert.info{background:#eaf0f4;color:#426579}.divider{height:1px;background:var(--line);margin:24px 0}.empty{text-align:center;padding:38px 20px}.empty .empty-icon{width:64px;height:64px;border-radius:20px;margin:0 auto 18px;background:#f0f5ee;display:grid;place-items:center;color:#6c9477}.empty .empty-icon .icon{width:29px;height:29px}.empty h3{font-size:17px;margin-bottom:8px}.empty p{font-size:13px;color:var(--muted);max-width:370px;margin:0 auto 18px}.empty .btn{font-size:12px}.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;color:var(--muted);font-size:13px}.loader{display:inline-block;width:26px;height:26px;border:3px solid #dbe7da;border-top-color:#286849;border-radius:50%;animation:spin .8s linear infinite}.loading{display:flex;align-items:center;justify-content:center;min-height:240px}.skeleton{background:linear-gradient(90deg,#edf2ed,#f8faf7,#edf2ed);background-size:200% 100%;animation:shimmer 1.7s infinite;border-radius:10px;height:110px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.skeleton.wide{height:300px;margin-top:24px}.page-fade{animation:fade .3s ease-out}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@keyframes fade{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
/* Public website */
.site{background:#f8faf6}.site-nav{height:92px;display:flex;align-items:center;justify-content:space-between;max-width:1250px;padding:0 36px;margin:auto}.site-nav-links{display:flex;gap:30px;font-size:13px;font-weight:550}.site-nav-links a:hover{color:var(--green)}.site-nav-actions{display:flex;gap:10px;align-items:center}.hero{max-width:1360px;margin:0 auto;padding:55px 70px 70px;min-height:670px;display:grid;grid-template-columns:1.06fr 1fr;align-items:center;gap:32px;overflow:hidden}.hero-copy{position:relative;z-index:1}.hero-kicker{display:inline-flex;align-items:center;gap:8px;background:#eaf1e4;border:1px solid #dce7d5;border-radius:40px;padding:8px 12px;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:26px}.hero-kicker span{width:6px;height:6px;background:#70a247;border-radius:50%}.hero h1{font-size:clamp(48px,5.1vw,72px);letter-spacing:-4.5px;line-height:1.07;margin:0 0 25px;font-weight:650}.hero h1 em{font-style:normal;color:#538963}.hero-copy>p{font-size:16px;color:var(--muted);max-width:420px;line-height:1.8;margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.hero-actions .btn{min-height:50px;padding:15px 23px}.hero-foot{display:flex;gap:20px;margin-top:24px;color:#7c8981;font-size:10px}.hero-foot span{display:flex;align-items:center;gap:6px}.hero-foot .icon{width:13px;height:13px}.hero-art{height:530px;position:relative}.hero-orbit{position:absolute;inset:45px 0 20px;border-radius:50%;border:1px solid #dce6d6;background:radial-gradient(circle at 50% 50%,#e6efde 0,#edf3e7 50%,transparent 70%)}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;border:1px dashed #d5e0ce;border-radius:50%;inset:32px}.hero-orbit:after{inset:80px}.car-art{position:absolute;width:90%;height:360px;top:72px;left:0;filter:drop-shadow(15px 35px 21px #20332726)}.float-card{position:absolute;padding:16px 19px;background:#fff;border:1px solid #e2e9dd;border-radius:16px;box-shadow:0 15px 45px #2942250b;z-index:2}.float-card.top{right:-2px;top:35px;width:206px;transform:rotate(3deg)}.float-card.bottom{left:10px;bottom:8px;width:237px;transform:rotate(-3deg)}.float-card.side{right:-5px;bottom:95px;transform:rotate(4deg)}.float-card small{font-size:9px;color:#83907e;font-weight:650;text-transform:uppercase;letter-spacing:1px}.float-card strong{display:block;font-size:15px;font-weight:650;margin:7px 0}.float-card .row{gap:10px}.float-icon{height:34px;width:34px;background:#eef5e7;border-radius:10px;color:#578241;display:grid;place-items:center}.float-label{font-size:10px;color:#77836f}.preview-label{position:absolute;bottom:-23px;right:15px;font-size:9px;color:#8d9984;text-transform:uppercase;letter-spacing:1px}.mini-wave{width:100%;height:28px;margin-top:4px}.trust-strip{border-top:1px solid #e3eadd;border-bottom:1px solid #e3eadd;display:flex;justify-content:center;gap:70px;padding:24px 32px;background:#f1f5ec;color:#5b6e58;font-size:12px;font-weight:550}.trust-strip span{display:flex;gap:11px;align-items:center}.trust-strip .icon{width:18px;height:18px}.section{max-width:1250px;margin:auto;padding:90px 40px}.section-intro{max-width:660px;margin-bottom:36px}.section-intro h2{font-size:39px;font-weight:600;margin:0 0 15px}.section-intro>p{color:var(--muted);max-width:560px;font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:30px;background:#fff;border:1px solid #e1e8dd;border-radius:18px;min-height:226px;display:flex;flex-direction:column}.feature-icon{width:45px;height:45px;display:grid;place-items:center;background:#eff5e8;border-radius:13px;color:#547b43;margin-bottom:29px}.feature-card h3{font-size:19px;font-weight:600;margin-bottom:10px}.feature-card p{font-size:13px;color:#7b8678;margin:0}.dark-section{background:#102724;color:#fff;border-radius:26px;padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.dark-section .eyebrow{color:var(--lime)}.dark-section h2{font-size:39px;font-weight:550}.dark-section p{color:#a7bbb3;font-size:14px}.steps{display:flex;flex-direction:column;gap:28px}.step{display:flex;gap:20px}.step-num{font-size:12px;display:grid;place-items:center;min-width:36px;height:36px;border:1px solid #42634d;border-radius:12px;color:var(--lime)}.step h3{font-size:17px;letter-spacing:-.3px;margin-bottom:5px}.step p{font-size:12px;margin:0}.app-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.phone{width:235px;background:#122821;border:7px solid #22372c;box-shadow:0 25px 70px #2632211c;border-radius:35px;padding:7px;margin:0 auto;transform:rotate(-5deg)}.phone-screen{padding:29px 15px 15px;background:#f5f7f1;border-radius:22px;color:var(--ink);position:relative;overflow:hidden}.phone-notch{position:absolute;width:65px;height:14px;border-radius:0 0 10px 10px;top:0;left:65px;background:#22372c}.phone-screen .brand{font-size:14px;gap:6px}.phone-screen .brand img{width:25px;height:25px;border-radius:8px}.phone-screen .brand small{font-size:6px;letter-spacing:1.4px}.phone-screen h3{font-size:23px;line-height:1.15;margin:22px 0 10px}.phone-screen p{font-size:9px;color:var(--muted)}.phone-card{background:white;border:1px solid #e1e8dd;border-radius:12px;padding:12px;margin:12px 0}.phone-card strong{font-size:11px;display:block;margin-bottom:7px}.phone-card .badge{font-size:8px;padding:4px 7px}.phone-placeholder{height:80px;background:linear-gradient(145deg,#dfebd4,#f3f7ec);border-radius:8px;display:grid;place-items:center;color:#709164;margin-bottom:9px}.phone-placeholder .icon{width:47px;height:47px}.phone-nav{display:flex;justify-content:space-around;color:#7b9271;padding:12px 0 0}.phone-nav .icon{width:17px;height:17px}.app-copy h2{font-size:40px;font-weight:600}.app-copy>p{font-size:14px;color:var(--muted)}.app-copy .hint{max-width:380px;margin-top:17px}.faq-list{max-width:800px}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;font-size:15px;font-weight:600;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";font-size:20px;color:#729665}.faq-list details[open] summary:after{content:"−"}.faq-list details p{font-size:13px;color:var(--muted);margin:14px 30px 0 0}.cta-band{background:#dff2b9;border-radius:20px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:30px;font-weight:600;margin-bottom:7px}.cta-band p{font-size:13px;color:#5a724c;margin:0}.site-footer{max-width:1250px;margin:0 auto;padding:25px 40px 35px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-links{display:flex;gap:23px;font-size:11px;color:#7d8b7b}.site-footer .brand{font-size:16px}.site-footer .brand img{width:29px;height:29px}.site-footer .brand small{font-size:7px;letter-spacing:2px}.copyright{font-size:10px;color:#8d9888;margin-top:6px}.legal-page{max-width:860px;min-height:70vh;margin:40px auto 80px;padding:30px}.legal-page h1{font-size:38px}.legal-page h2{font-size:21px;margin-top:35px}.legal-page p,.legal-page li{color:var(--muted);font-size:14px;line-height:1.9}
/* Authentication */
.auth-shell{min-height:100vh;display:grid;grid-template-columns:.94fr 1.06fr;background:#fafbf8}.auth-story{background:#102724;padding:45px 55px;display:flex;flex-direction:column;justify-content:space-between;color:white;position:relative;overflow:hidden}.auth-story:before{content:"";position:absolute;bottom:-200px;left:-250px;width:800px;height:800px;border:1px solid #25483b;border-radius:50%;box-shadow:0 0 0 90px #25483b20,0 0 0 180px #25483b12;pointer-events:none}.auth-story>*{position:relative}.auth-story .brand small{color:#779488}.auth-story .brand img{outline:1px solid #426548}.auth-story h1{font-size:54px;font-weight:500;line-height:1.13;max-width:440px;margin-bottom:25px}.auth-story h1 em{font-style:normal;color:var(--lime)}.auth-story p{color:#a4b6ac;font-size:14px;max-width:340px}.auth-note{display:flex;gap:12px;align-items:center;color:#91a696;font-size:11px;margin-top:40px}.auth-note .icon{width:18px;height:18px;color:var(--lime)}.auth-copyright{color:#647d70;font-size:10px}.auth-main{display:flex;justify-content:center;align-items:center;position:relative;padding:80px 40px}.auth-back{position:absolute;top:30px;left:35px;color:var(--muted);font-size:12px;display:flex;align-items:center;gap:7px}.auth-back .icon{width:15px;height:15px}.auth-form{width:100%;max-width:390px}.auth-form h2{font-size:32px;font-weight:600;margin-bottom:10px}.auth-form>p{color:var(--muted);font-size:13px;margin-bottom:30px}.auth-bottom{text-align:center;font-size:12px;color:var(--muted);margin-top:23px}.auth-bottom a{color:var(--green);font-weight:650}.auth-legal{font-size:10px;color:#909d91;text-align:center;margin-top:40px;line-height:1.9}.auth-legal a{text-decoration:underline}
/* Portal */
.app-shell{min-height:100vh;display:flex;background:#f5f7f5}.sidebar{width:232px;position:fixed;inset:0 auto 0 0;background:white;border-right:1px solid var(--line);padding:29px 20px 22px;display:flex;flex-direction:column;z-index:30}.sidebar>.brand{padding:0 10px;margin-bottom:40px}.nav-section-label{text-transform:uppercase;font-size:9px;letter-spacing:1.8px;font-weight:650;color:#a1ada4;padding:0 14px;margin:0 0 12px}.side-nav{display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;align-items:center;gap:12px;min-height:44px;padding:11px 14px;border-radius:10px;font-size:12px;font-weight:550;color:#76847b;transition:background .15s}.nav-item:hover{background:#f4f7f2;color:#274d35}.nav-item.active{background:#eaf2e6;color:#315e39}.nav-item.active:after{content:"";width:5px;height:5px;border-radius:50%;background:#729f53;margin-left:auto}.nav-item .icon{width:19px;height:19px}.sidebar-bottom{margin-top:auto;padding-top:25px}.sidebar-tip{background:#f3f7ef;border:1px solid #e4ecdc;padding:15px;border-radius:12px;margin-bottom:20px}.sidebar-tip .icon{color:#658750;width:23px;height:23px;margin-bottom:8px}.sidebar-tip strong{font-size:12px;display:block;margin-bottom:5px}.sidebar-tip p{font-size:10px;color:#8b9880;line-height:1.6;margin-bottom:10px}.sidebar-tip button{font-size:10px}.profile-chip{border-top:1px solid var(--line);padding:19px 7px 0;display:flex;align-items:center;gap:10px}.avatar{width:35px;height:35px;display:grid;place-items:center;background:#dce9cf;border-radius:50%;font-size:11px;font-weight:650;color:#53753d;flex:none}.profile-info{min-width:0;flex:1}.profile-info strong{display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-info span{font-size:9px;color:var(--muted)}.profile-chip button{background:none;border:0;color:#9aaa9a;padding:0;display:flex}.profile-chip button .icon{width:17px;height:17px}.main-shell{margin-left:232px;flex:1;min-width:0}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 39px;background:#fbfcfa;gap:20px}.breadcrumb{font-size:11px;color:#879386;display:flex;align-items:center;gap:13px}.breadcrumb strong{font-weight:500;color:#4b6050}.breadcrumb .icon{width:13px;height:13px}.topbar-actions{display:flex;align-items:center;gap:13px}.topbar-date{font-size:10px;color:#8a9587;margin-right:6px}.topbar-actions .icon-btn{width:34px;height:34px;border-radius:10px;padding:8px}.topbar-actions .icon{width:17px;height:17px}.topbar-actions .avatar{width:32px;height:32px;font-size:10px}.mobile-menu{display:none}.content{max-width:1500px;margin:auto;padding:34px 40px 45px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.page-header h1{font-size:29px;font-weight:600;letter-spacing:-1.2px;margin:0 0 8px}.page-header p{font-size:12px;color:#7e8e7f;margin:0}.page-header .btn{font-size:11px;min-height:40px;padding:11px 15px}.page-header .btn .icon{width:16px;height:16px}.welcome-banner{padding:27px 30px;min-height:148px;border-radius:17px;background:#17372e;color:white;display:flex;justify-content:space-between;align-items:center;overflow:hidden;position:relative;margin-bottom:26px}.welcome-banner:after{content:"";width:250px;height:250px;border:1px solid #426747;border-radius:50%;position:absolute;right:90px;top:-54px;box-shadow:0 0 0 30px #41634412,0 0 0 60px #41634412;pointer-events:none}.welcome-banner .eyebrow{font-size:9px;color:#a9d46d;margin-bottom:12px}.welcome-banner h2{font-size:25px;font-weight:500;margin:0 0 8px;letter-spacing:-.8px}.welcome-banner p{color:#9cb6a3;font-size:11px;margin:0;max-width:480px}.welcome-banner .btn{position:relative;z-index:1;font-size:11px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:25px}.stat-card{padding:19px 21px;background:white;border:1px solid var(--line);border-radius:14px}.stat-top{display:flex;align-items:center;justify-content:space-between;color:#7b8b7e;font-size:10px}.stat-icon{width:31px;height:31px;border-radius:9px;background:#f0f6e9;display:grid;place-items:center;color:#81a65c}.stat-icon .icon{width:16px;height:16px}.stat-value{font-size:31px;line-height:1.1;font-weight:600;letter-spacing:-1.3px;margin:11px 0 8px}.stat-value small{font-size:12px;font-weight:450;letter-spacing:0;color:#83917f}.stat-foot{font-size:9px;color:#94a18f}.dashboard-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:23px;align-items:start}.dashboard-grid .card{padding:22px}.dashboard-grid .card-head h3{font-size:16px;font-weight:600}.dashboard-grid .card-head p{font-size:10px}.dashboard-grid .card-head{margin-bottom:21px}.dashboard-grid .text-link{font-size:10px}.vehicle-mini{border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:15px;padding:17px;margin-top:12px}.vehicle-mini .vehicle-icon{width:54px;height:49px;background:#eef3e7;border-radius:11px;display:grid;place-items:center;color:#6f8d57;flex:none}.vehicle-icon .icon{width:29px;height:29px}.vehicle-mini h4{font-size:12px;margin:0 0 6px}.vehicle-mini p{font-size:9px;color:#93a08b;margin:0}.vehicle-mini .badge{margin-left:auto;font-size:9px;padding:5px 8px}.activity{display:flex;align-items:flex-start;gap:12px;padding:15px 0;border-bottom:1px solid #eef2eb}.activity:last-child{border-bottom:0;padding-bottom:0}.activity:first-child{padding-top:0}.activity-icon{width:32px;height:32px;border-radius:10px;background:#edf4e6;color:#7d9f5d;display:grid;place-items:center;flex:none}.activity-icon .icon{width:15px;height:15px}.activity h4{font-size:11px;font-weight:600;margin:0 0 5px}.activity p{font-size:10px;color:#8b9a84;margin:0;line-height:1.6}.activity time{font-size:9px;color:#a3aea0;display:block;margin-top:5px}.setup-list{display:flex;flex-direction:column;gap:0}.setup-item{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #eef2eb}.setup-item:last-child{border-bottom:0;padding-bottom:0}.setup-count{height:24px;width:24px;border:1px solid #dce6d4;border-radius:50%;font-size:9px;display:grid;place-items:center;flex:none;color:#9aaa8d}.setup-count.done{background:#edf5e4;color:#698c47;border-color:#e0edce}.setup-count .icon{width:12px;height:12px}.setup-item h4{font-size:11px;margin:0 0 3px}.setup-item p{font-size:9px;color:#97a28c;margin:0}.setup-item>.icon{width:14px;height:14px;margin-left:auto;color:#a4b297}.subtle-banner{background:#f0f5eb;border:1px solid #dde8d3;border-radius:13px;padding:19px 23px;display:flex;align-items:center;gap:17px;margin-top:23px}.subtle-banner>.icon{width:27px;height:27px;color:#7da85c}.subtle-banner strong{font-size:11px;display:block;margin-bottom:5px}.subtle-banner p{font-size:10px;margin:0;color:#91a17f}.subtle-banner .text-link{margin-left:auto;white-space:nowrap;font-size:10px}.portal-footer{display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;border-top:1px solid var(--line);font-size:9px;color:#a2ad9c}.portal-footer>div{display:flex;gap:20px}.mobile-bottom{display:none}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vehicle-card{padding:0;overflow:hidden}.vehicle-visual{height:138px;background:linear-gradient(145deg,#edf3e8,#f5f8f1);position:relative;display:grid;place-items:center;border-bottom:1px solid #e5eddd}.vehicle-visual>.icon{width:120px;height:95px;stroke-width:.7;color:#7e9b68}.vehicle-visual>.badge{position:absolute;right:13px;top:13px;font-size:9px}.vehicle-card-copy{padding:21px}.vehicle-card h3{font-size:17px;margin-bottom:5px}.vehicle-card p{font-size:11px;color:#849479;margin-bottom:18px}.vehicle-vin{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-size:9px;color:#839678}.vehicle-vin code{font-size:9px;color:#5d7356}.vehicle-card>.btn{margin:0 20px 20px;display:flex}.detail-top{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;margin-bottom:22px}.vehicle-hero{background:#17382e;color:white;position:relative;min-height:195px;padding:30px;border-radius:18px;overflow:hidden}.vehicle-hero>.icon{position:absolute;right:25px;top:25px;height:170px;width:190px;stroke-width:.7;color:#507256}.vehicle-hero h2{font-size:30px;font-weight:550;max-width:70%;position:relative}.vehicle-hero p{font-size:11px;color:#9bb697;position:relative}.vehicle-hero .badge{margin-bottom:18px}.tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:24px;overflow-x:auto}.tab{background:none;border:0;font-size:12px;white-space:nowrap;color:var(--muted);padding:14px 18px;border-bottom:2px solid transparent}.tab.active{color:var(--green);border-color:var(--green);font-weight:650}.filterbar{display:flex;gap:15px;justify-content:space-between;align-items:center;margin-bottom:22px}.filterbar select{width:auto;min-width:190px;font-size:12px;min-height:42px;padding:10px 13px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:11px}.data-table th{text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.8px;color:#93a08e;font-weight:600;padding:13px 13px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:16px 13px;border-bottom:1px solid #edf1e9;color:#657860;max-width:280px;overflow-wrap:anywhere}.data-table td strong{font-weight:600;color:#344e30;display:block;margin-bottom:4px}.data-table td small{font-size:9px;color:#94a38b}.data-table tr:last-child td{border-bottom:0}.data-table .btn{font-size:10px;padding:7px 10px;min-height:32px;white-space:nowrap}.data-table .badge{font-size:9px}.maintenance-item{display:flex;gap:15px;align-items:flex-start;border-bottom:1px solid var(--line);padding:20px 0}.maintenance-item:last-child{border:0}.maintenance-item:first-child{padding-top:0}.maintenance-check{border:1px solid #cedcc3;border-radius:50%;width:29px;height:29px;background:#fff;display:grid;place-items:center;flex:none;color:#91a77d}.maintenance-check.complete{background:#ecf5e1;color:#668b43}.maintenance-check .icon{width:15px;height:15px}.maintenance-item h4{font-size:13px;margin:0 0 7px}.maintenance-item p{font-size:11px;color:#8a9b7c;margin:0}.maintenance-item .badge{margin-left:auto;flex:none}.maintenance-item .notes{margin-top:9px;color:#627555}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metric{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px}.metric span{color:#92a187;font-size:10px;display:block;margin-bottom:15px}.metric strong{font-size:25px;font-weight:550;letter-spacing:-.7px}.metric small{font-size:11px;color:#99a68f}.metric .icon{width:17px;height:17px;color:#83a65f;display:block;margin-bottom:18px}.route-map{background:#ecf2e6;border-radius:16px;overflow:hidden;position:relative;min-height:250px;display:grid;place-items:center;margin-bottom:22px}.route-map svg{width:100%;height:290px}.route-map-label{position:absolute;left:16px;bottom:14px;border-radius:6px;padding:6px 9px;font-size:9px;background:#fff;color:#819472}.route-link{font-size:11px;text-decoration:underline}.device-card{display:flex;align-items:flex-start;gap:22px}.device-art{background:#edf3e6;border:1px solid #e0e9d5;min-width:78px;height:85px;border-radius:16px;display:grid;place-items:center;color:#799a57}.device-art .icon{width:40px;height:40px;stroke-width:1.2}.device-details{flex:1;min-width:0}.device-details h3{font-size:17px;margin-bottom:6px}.device-details p{font-size:11px;color:#879979;margin:0 0 14px}.device-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:10px;color:#8f9d82}.device-meta strong{font-weight:500;color:#5a7550}.notice-list{display:flex;flex-direction:column;gap:12px}.notice{padding:21px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;gap:16px}.notice.unread{border-left:3px solid #8bae5c;background:#fcfef8}.notice h3{font-size:14px;margin-bottom:8px}.notice p{font-size:12px;color:#7e9170;margin-bottom:8px}.notice time{font-size:10px;color:#a0ad94}.notice>.icon{color:#8ead6e}.notice .btn{margin-left:auto;align-self:center;flex:none}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.settings-grid .card h3{font-size:18px}.settings-grid .card>p{font-size:12px;color:var(--muted)}.settings-grid .check{margin:20px 0;font-size:12px}.settings-grid .btn{font-size:12px}.account-summary{display:flex;align-items:center;gap:16px;margin-bottom:27px}.account-summary .avatar{width:55px;height:55px;font-size:17px}.account-summary h3{margin:0 0 5px;font-size:17px}.account-summary p{font-size:12px;margin:0;color:var(--muted)}.security-list{display:flex;flex-direction:column;gap:18px;font-size:12px;color:#8a987f}.security-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px}.security-list strong{color:#52694a;font-weight:550}.secret-panel{background:#152a22;color:#c9f36a;padding:18px;border-radius:12px;overflow-wrap:anywhere;font-size:12px;line-height:1.7;margin-bottom:16px}.secret-panel code{display:block;margin-top:10px;user-select:all}.toolbar-search{max-width:280px}.toolbar-search input{min-height:40px;font-size:12px}.admin-section-note{font-size:11px;color:#8b9a80;margin-bottom:20px}
/* Dialogs and feedback */
.modal-overlay{position:fixed;inset:0;background:#0b211ab3;backdrop-filter:blur(5px);z-index:90;display:flex;align-items:center;justify-content:center;padding:24px}.modal{width:100%;max-width:510px;max-height:90dvh;overflow:auto;background:#fbfcf9;border-radius:20px;box-shadow:0 30px 100px #0b211a55;padding:29px;animation:fade .2s ease-out}.modal.wide{max-width:800px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:25px}.modal-header h2{font-size:24px;margin:0 0 8px;font-weight:600}.modal-header p{font-size:12px;color:var(--muted);margin:0}.modal-header .icon-btn{width:32px;height:32px;border:0;background:#edf2e8;padding:7px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.modal-footer .btn{font-size:12px}.modal .alert{font-size:11px}.modal .field:last-child{margin-bottom:0}#toast-root{position:fixed;bottom:25px;right:25px;z-index:110;display:flex;flex-direction:column;gap:10px;max-width:390px}.toast{display:flex;align-items:flex-start;gap:11px;background:#173b2c;color:#fff;border:1px solid #49694a;box-shadow:0 7px 35px #233d2826;border-radius:13px;padding:16px 20px;animation:fade .2s ease-out;font-size:12px;line-height:1.6}.toast .icon{width:17px;height:17px;color:#c9f36a;flex:none;margin-top:1px}.toast.error{background:#743b32;border-color:#a66459}.toast.error .icon{color:#ffcfaa}.offline-banner{padding:10px 20px;background:#fff2d4;color:#8d6923;text-align:center;font-size:11px}
@media(min-width:1500px){.hero{max-width:1440px;padding-left:100px;padding-right:100px}.content{padding:42px 55px}.topbar{padding:0 55px}.hero h1{font-size:76px}}
@media(max-width:1100px){.site-nav{padding:0 27px}.site-nav-links{gap:20px}.hero{padding:40px 40px 60px;min-height:620px;gap:20px}.hero h1{font-size:58px;letter-spacing:-3.8px}.hero-art{height:490px}.hero-orbit{inset:65px -20px 55px}.car-art{top:100px;height:300px;width:100%}.float-card.top{width:175px;right:-3px;top:42px}.float-card.bottom{width:210px;bottom:25px;left:-5px}.float-card.side{right:-8px;bottom:113px}.float-card{padding:12px 15px}.float-card strong{font-size:13px}.trust-strip{gap:35px}.sidebar{width:211px;padding-left:14px;padding-right:14px}.main-shell{margin-left:211px}.content{padding:28px}.topbar{padding:0 28px}.stats-grid{gap:12px}.stat-card{padding:16px}.stat-top{font-size:9px}.stat-icon{width:26px;height:26px}.stat-value{font-size:28px}.dashboard-grid{gap:18px;grid-template-columns:1.3fr 1fr}.vehicle-grid{grid-template-columns:repeat(2,1fr)}.welcome-banner{padding:24px}.welcome-banner h2{font-size:23px}.welcome-banner .btn{padding:12px}.welcome-banner p{max-width:345px}.auth-story{padding:40px}.auth-story h1{font-size:46px}.app-section{gap:45px}.dark-section{padding:40px;gap:35px}.site-nav .brand{font-size:19px}.site-nav .brand img{width:34px;height:34px}}
@media(max-width:850px){.site-nav-links{display:none}.hero{grid-template-columns:1fr 1fr;padding:30px 30px 60px;min-height:570px}.hero h1{font-size:49px;letter-spacing:-3px}.hero-copy>p{font-size:13px}.hero-art{height:460px}.hero-actions .btn{padding:13px 16px;font-size:12px}.hero-actions{gap:10px}.hero-foot{gap:12px;font-size:9px;flex-wrap:wrap}.float-card.top{width:165px;top:55px}.float-card.bottom{width:190px;bottom:18px}.float-card.side{display:none}.preview-label{right:0;font-size:8px}.section{padding:65px 30px}.section-intro h2{font-size:32px}.feature-card{padding:23px;min-height:230px}.feature-card h3{font-size:17px}.feature-card p{font-size:12px}.feature-grid{gap:14px}.dark-section h2{font-size:31px}.trust-strip{gap:25px;font-size:10px}.trust-strip span{gap:7px}.trust-strip .icon{width:16px;height:16px}.sidebar{width:185px;padding:25px 12px}.sidebar>.brand{font-size:17px;padding:0 7px;gap:8px}.sidebar>.brand img{width:31px;height:31px}.sidebar>.brand small{font-size:7px;letter-spacing:2.3px}.nav-item{padding:11px 10px;font-size:11px;gap:10px}.nav-item .icon{width:17px;height:17px}.main-shell{margin-left:185px}.content{padding:23px}.topbar{padding:0 23px;height:68px}.topbar-date{display:none}.page-header h1{font-size:25px}.page-header p{font-size:11px}.page-header .btn{font-size:10px;padding:10px 12px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.stat-value{font-size:30px}.stat-top{font-size:10px}.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.welcome-banner:after{right:-90px}.welcome-banner .btn{display:none}.welcome-banner h2{font-size:24px}.welcome-banner p{max-width:85%}.settings-grid{grid-template-columns:1fr}.detail-top{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.vehicle-hero>.icon{right:40px}.card{padding:22px}.profile-chip{padding-left:2px;padding-right:2px;gap:7px}.avatar{width:30px;height:30px;font-size:10px}.profile-info strong{font-size:10px}.auth-story h1{font-size:40px}.auth-story{padding:35px 30px}.auth-main{padding:80px 30px}.auth-form h2{font-size:29px}.notice{padding:17px}.notice .btn{font-size:9px;padding:8px}.app-copy h2{font-size:32px}.app-section{gap:25px}.cta-band{padding:35px}.cta-band h2{font-size:27px}}
@media(max-width:640px){.site-nav{height:76px;padding:0 22px}.site-nav .brand{font-size:18px}.site-nav .brand img{width:31px;height:31px}.site-nav-actions>.btn.ghost{font-size:12px;padding:10px}.site-nav-actions>.btn:not(.ghost){display:none}.hero{display:block;padding:28px 25px 35px;min-height:0}.hero h1{font-size:54px;letter-spacing:-3.2px;max-width:420px}.hero-kicker{font-size:8px;padding:7px 10px;margin-bottom:20px}.hero-copy>p{font-size:14px;max-width:370px;margin-bottom:24px}.hero-actions .btn{font-size:12px;padding:13px 17px;min-height:46px}.hero-foot{margin-top:18px;gap:17px}.hero-art{height:385px;max-width:400px;margin:15px auto 0}.hero-orbit{inset:40px 0 25px}.car-art{top:70px;height:270px;width:92%;left:2%}.float-card.top{right:0;top:20px;width:170px}.float-card.bottom{bottom:10px;left:0;width:195px}.float-card.side{display:block;right:-4px;bottom:78px;padding:10px;transform:rotate(3deg)}.float-card.side .float-icon{width:27px;height:27px}.float-card.side strong{font-size:10px;margin:3px 0}.float-card.side .float-label{font-size:8px}.preview-label{bottom:-10px;right:5px;font-size:7px}.trust-strip{padding:22px 18px;display:grid;grid-template-columns:1fr 1fr;gap:19px 16px;font-size:10px}.trust-strip span{justify-content:center}.section{padding:55px 24px}.section-intro{margin-bottom:28px}.section-intro .eyebrow{font-size:9px;margin-bottom:13px}.section-intro h2{font-size:30px;letter-spacing:-1.2px}.section-intro>p{font-size:13px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto;padding:24px}.feature-icon{margin-bottom:19px}.feature-card h3{font-size:19px}.feature-card p{font-size:13px;max-width:330px}.dark-section{padding:32px 25px;display:block;border-radius:20px}.dark-section h2{font-size:31px;margin-bottom:18px}.dark-section p{font-size:13px}.steps{margin-top:35px;gap:23px}.step h3{font-size:16px}.step p{font-size:12px}.app-section{display:flex;flex-direction:column-reverse;gap:45px}.app-copy h2{font-size:32px}.phone{width:235px}.cta-band{padding:28px;display:block}.cta-band h2{font-size:27px}.cta-band .btn{margin-top:24px}.site-footer{margin:0 24px;padding:25px 0;display:block}.footer-links{margin-top:25px;gap:20px;flex-wrap:wrap;font-size:10px}.copyright{margin-top:9px}.legal-page{margin:20px auto;padding:24px}.legal-page h1{font-size:30px}.sidebar{display:none;width:242px;box-shadow:20px 0 100px #13351f44}.sidebar.open{display:flex}.sidebar>.brand{font-size:21px;gap:11px}.sidebar>.brand img{width:37px;height:37px}.sidebar>.brand small{font-size:9px}.nav-item{font-size:12px;min-height:44px;padding:12px 14px}.main-shell{margin-left:0}.topbar{padding:0 20px;height:68px;position:sticky;top:0;z-index:20;background:#fbfcf9f5;backdrop-filter:blur(12px)}.mobile-menu{display:flex;border:0;background:transparent;padding:0;width:23px;height:32px;align-items:center}.mobile-menu .icon{width:21px;height:21px}.breadcrumb{font-size:10px;gap:9px}.breadcrumb>span{display:none}.breadcrumb>.icon{display:none}.topbar-actions{gap:10px}.topbar-actions .icon-btn{width:32px;height:32px}.topbar-actions .avatar{width:29px;height:29px}.content{padding:24px 18px 100px}.page-header{margin-bottom:23px;gap:12px}.page-header h1{font-size:25px;letter-spacing:-1px}.page-header p{font-size:10px;max-width:240px;line-height:1.6}.page-header .btn{font-size:0;width:38px;height:38px;min-height:38px;padding:9px;border-radius:10px;gap:0}.page-header .btn .icon{width:18px;height:18px}.welcome-banner{padding:23px;border-radius:14px;min-height:155px;margin-bottom:21px}.welcome-banner .eyebrow{font-size:8px;margin-bottom:11px}.welcome-banner h2{font-size:22px;max-width:265px}.welcome-banner p{font-size:10px;max-width:90%;line-height:1.7}.welcome-banner:after{right:-130px}.stats-grid{gap:12px;margin-bottom:21px}.stat-card{padding:16px;border-radius:13px}.stat-top{font-size:9px}.stat-value{font-size:29px;margin-top:13px}.stat-foot{font-size:8px}.stat-value small{font-size:10px}.stat-icon{height:27px;width:27px}.dashboard-grid{gap:20px}.dashboard-grid>.stack{display:flex;gap:20px}.dashboard-grid .card{padding:21px}.card-head{margin-bottom:20px}.dashboard-grid .card-head h3{font-size:16px}.vehicle-mini{padding:14px 11px;gap:10px}.vehicle-mini h4{font-size:11px}.vehicle-mini .vehicle-icon{width:43px;height:43px}.vehicle-icon .icon{width:24px;height:24px}.vehicle-mini .badge{font-size:8px;padding:5px 7px}.vehicle-mini p{font-size:8px}.subtle-banner{padding:17px;gap:11px;margin-top:20px}.subtle-banner p{font-size:9px}.subtle-banner strong{font-size:10px}.subtle-banner .text-link{display:none}.subtle-banner>.icon{width:23px;height:23px;flex:none}.portal-footer{font-size:8px;margin-top:30px;gap:10px;flex-wrap:wrap}.portal-footer>div{gap:14px}.mobile-bottom{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:8px 5px max(8px,env(safe-area-inset-bottom));background:#fffffffa;backdrop-filter:blur(12px);border-top:1px solid #e2eada;z-index:30}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;gap:5px;padding:5px 12px;color:#a0ad96;font-size:8px;border-radius:9px;min-width:57px}.mobile-bottom a .icon{width:20px;height:20px}.mobile-bottom a.active{color:#4e7a35;background:#f0f6e8}.vehicle-grid{grid-template-columns:1fr}.vehicle-visual{height:150px}.vehicle-card h3{font-size:19px}.vehicle-card-copy{padding:22px}.vehicle-vin{font-size:10px}.vehicle-vin code{font-size:10px}.vehicle-hero{padding:25px;min-height:192px}.vehicle-hero h2{font-size:28px;max-width:65%}.vehicle-hero>.icon{width:135px;right:10px;top:40px}.tabs{gap:0}.tab{font-size:11px;padding:12px 14px}.filterbar{flex-wrap:wrap;gap:11px}.filterbar select{min-width:0;width:100%;font-size:12px}.filterbar .btn{font-size:11px}.metric-grid{gap:12px}.metric{padding:17px}.metric strong{font-size:24px}.metric span{font-size:9px}.metric .icon{margin-bottom:12px}.empty{padding:32px 10px}.empty h3{font-size:16px}.empty p{font-size:11px;line-height:1.8}.card{padding:21px}.device-card{gap:15px;flex-wrap:wrap}.device-art{min-width:61px;width:61px;height:67px;border-radius:12px}.device-art .icon{width:31px;height:31px}.device-details h3{font-size:15px}.device-details p{font-size:10px}.device-meta{font-size:9px;gap:12px}.device-card>.badge{margin-left:77px;margin-top:-3px}.notice{gap:12px;flex-wrap:wrap}.notice>.icon{width:17px;height:17px}.notice>div{flex:1}.notice h3{font-size:13px}.notice p{font-size:11px}.notice .btn{margin-left:29px}.settings-grid{gap:20px}.settings-grid .card{padding:22px}.form-grid{gap:0 12px}.field{margin-bottom:17px}.label{font-size:12px}input:not([type=checkbox]):not([type=file]),select,textarea{font-size:16px;padding:11px 13px}.form-grid input{min-width:0}.auth-shell{display:block}.auth-story{display:none}.auth-main{min-height:100vh;padding:90px 27px 45px}.auth-form{max-width:410px}.auth-back{left:26px;top:30px;font-size:11px}.auth-form h2{font-size:31px}.auth-form>p{font-size:12px;margin-bottom:29px}.auth-form .brand{margin-bottom:35px}.auth-legal{margin-top:30px}.modal-overlay{padding:13px;align-items:flex-end}.modal{padding:25px 21px;border-radius:20px;max-height:91dvh;margin-bottom:5px}.modal-header h2{font-size:23px}.modal-header p{font-size:11px}.modal-footer .btn{flex:1}.modal-footer{margin-top:24px}.modal .form-grid{grid-template-columns:1fr}.maintenance-item{gap:12px}.maintenance-item .badge{font-size:8px;padding:5px 7px}.maintenance-item h4{font-size:12px}.maintenance-item p{font-size:10px}#toast-root{left:14px;right:14px;bottom:90px;max-width:none}.toast{padding:14px 17px;font-size:11px}.skeleton-grid{grid-template-columns:repeat(2,1fr)}.skeleton-grid>:last-child{display:none}.data-table th{font-size:8px;padding:12px 10px}.data-table td{font-size:10px;padding:15px 10px}.toolbar-search{max-width:none;width:100%}.auth-story+.auth-main .brand{display:inline-flex}}
@media(min-width:641px){.auth-form>.brand{display:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
