*{margin:0;padding:0}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.toast{position:fixed;right:1.5rem;bottom:1.5rem;z-index:1000;max-width:360px;width:calc(100% - 2rem);padding:1rem 1.1rem;border-radius:18px;display:flex;gap:.9rem;align-items:flex-start;justify-content:space-between;box-shadow:0 18px 40px #0f172a38;animation:toast-slide-in .25s ease-out}.toast-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.toast-content strong{display:block;margin-bottom:.25rem;font-size:.95rem}.toast-content p{margin:0;font-size:.9rem;line-height:1.4}.toast-close{border:none;background:transparent;color:inherit;font-size:1.4rem;line-height:1;cursor:pointer;padding:0}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .toast-success{background:#052e24;color:#bbf7d0;border-color:#047857}[data-theme=dark] .toast-error{background:#450a0a;color:#fecaca;border-color:#b91c1c}[data-theme=dark] .toast-info{background:#172554;color:#bfdbfe;border-color:#2563eb}@media (max-width: 600px){.toast{right:1rem;bottom:1rem;max-width:none}}*,*:before,*:after{box-sizing:border-box}.app{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;min-height:calc(100vh - 72px);padding:1.5rem 0 2.5rem;overflow-x:hidden;transition:background .3s ease,color .3s ease}.app:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at top left,rgba(0,150,136,.22),transparent 28rem),radial-gradient(circle at top right,rgba(255,152,0,.16),transparent 26rem),linear-gradient(180deg,#f4fffc,#eef7ff)}.app.dark:before{background:radial-gradient(circle at top left,rgba(0,188,212,.18),transparent 28rem),radial-gradient(circle at top right,rgba(255,193,7,.12),transparent 26rem),linear-gradient(180deg,#101827,#1f2937)}.vehicles-list-section{display:grid;width:min(100%,1180px);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:1.25rem;padding:0 1rem;scroll-margin-top:5rem;animation:fadeUp .3s ease both}input,button{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;border-radius:10px;border:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}input{padding:.65rem .9rem;border:1px solid rgba(15,23,42,.16);background-color:#fff;color:#1f2937;box-shadow:0 1px 2px #0f172a0a}input:hover{border-color:#4db6ac8c}input:focus{outline:none;border-color:#4db6ac;box-shadow:0 0 0 4px #4db6ac24,0 6px 16px #0f172a14}button{cursor:pointer;padding:.65rem 1rem;background-color:#4db6ac;color:#fff;font-weight:700;box-shadow:0 6px 14px #0096882e}button:hover{background-color:#009688;transform:translateY(-1px);box-shadow:0 10px 20px #0096883d}button:active{transform:translateY(0);box-shadow:0 5px 12px #0096882e}button:focus-visible{outline:3px solid rgba(77,182,172,.35);outline-offset:3px}body.dark input{border-color:#ffffff24;background-color:#2f2f42eb;color:#f5f5f5;box-shadow:0 1px 2px #00000040}body.dark input:hover{border-color:#80cbc480}body.dark input:focus{border-color:#80cbc4;box-shadow:0 0 0 4px #80cbc424,0 8px 18px #00000047}body.dark button{background-color:#00796b;color:#f5f5f5;box-shadow:0 8px 18px #00000052}body.dark button:hover{background-color:#00695c;box-shadow:0 12px 26px #0000006b}body.dark button:focus-visible{outline-color:#80cbc466}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.app{min-height:calc(100vh - 64px);padding-top:1rem}.vehicles-list-section{scroll-margin-top:5rem}}@media (prefers-reduced-motion: reduce){.app,input,button,.vehicles-list-section{animation:none;transition:none}button:hover{transform:none}}.card-vehicle{position:relative;display:flex;width:100%;max-width:none;flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;overflow:hidden;margin:0;padding:1rem;border-radius:24px;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 34px #0f172a1f,inset 0 1px #ffffffc2;isolation:isolate;animation:vehicleCardIn .35s ease both;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.card-vehicle:before{content:"";position:absolute;inset:-35% -20% auto auto;z-index:-1;width:180px;height:180px;border-radius:999px;background:#4db6ac24;transition:transform .25s ease,opacity .25s ease}.card-vehicle:hover{transform:translateY(-5px);box-shadow:0 24px 48px #0f172a2e,inset 0 1px #ffffffe6}.card-vehicle:hover:before{transform:scale(1.12);opacity:.95}.card-vehicle_light{background:linear-gradient(145deg,#fffffffa,#f8fdfcf0),#fff;color:#1f2937}.card-vehicle_dark{border-color:#ffffff14;background:linear-gradient(145deg,#2f2f42fa,#242636f5),#2c2c3e;color:#f5f5f5;box-shadow:0 18px 38px #0000005c,inset 0 1px #ffffff0f}.card-vehicle_dark:before{background:#80cbc41a}.card-vehicle_dark:hover{box-shadow:0 26px 52px #0000007a,inset 0 1px #ffffff14}.card-vehicle-link{display:flex;height:100%;flex-direction:column;justify-content:space-between;color:inherit;text-decoration:none}.card-vehicle-info{position:relative;z-index:1;text-align:center}.card-vehicle-info h2,.card-vehicle-info h3{margin:0;text-align:center}.card-vehicle-info h2{color:inherit;font-size:1.35rem;line-height:1.2;letter-spacing:-.03em}.card-vehicle-info h3{margin-top:.25rem;color:#64748b;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.card-vehicle_dark .card-vehicle-info h3{color:#b7c3cf}.vehicle-next-expiry{margin:.75rem 0 0;padding:.5rem .65rem;border-radius:999px;background:#0f172a0d;color:#475569;font-size:.8rem;font-weight:800;line-height:1.25}.vehicle-next-expiry_expired{background:#ef44441f;color:#b91c1c}.vehicle-next-expiry_expiring{background:#f9731624;color:#c2410c}.vehicle-next-expiry_ok{background:#22c55e1f;color:#15803d}.vehicle-next-expiry_missing{background:#64748b1f;color:#64748b}.card-vehicle_dark .vehicle-next-expiry{background:#ffffff14;color:#d8dee6}.card-vehicle_dark .vehicle-next-expiry_expired{background:#ef44442e;color:#fecaca}.card-vehicle_dark .vehicle-next-expiry_expiring{background:#f973162e;color:#fed7aa}.card-vehicle_dark .vehicle-next-expiry_ok{background:#22c55e29;color:#bbf7d0}.expiry-reasons{display:flex;flex-direction:column;align-items:center;gap:.45rem;margin-top:.85rem;padding:.65rem .75rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#ffffffb8;box-shadow:inset 0 1px #ffffffb8}.expiry-reasons_expired{background:#fee2e2c7;border-color:#e5393538}.expiry-reasons_expiring{background:#ffedd5c7;border-color:#fb8c0038}.expiry-reasons-label{color:#475569;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.expiry-reasons-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.expiry-reason-chip{padding:.28rem .55rem;border-radius:999px;background:#ffffffe0;color:#1f2937;font-size:.78rem;font-weight:800;box-shadow:0 4px 10px #0f172a14}.card-vehicle_dark .expiry-reasons{background:#ffffff0f;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff0f}.card-vehicle_dark .expiry-reasons_expired{background:#e5393529;border-color:#ef535047}.card-vehicle_dark .expiry-reasons_expiring{background:#fb8c0029;border-color:#ffa72647}.card-vehicle_dark .expiry-reasons-label{color:#d8dee6}.card-vehicle_dark .expiry-reason-chip{background:#ffffff1a;color:#f8fafc}.card-traffic-img-light{position:relative;z-index:1;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;margin-top:.85rem}.card-traffic-img-light img{width:100%;max-width:240px;height:160px;object-fit:cover;border-radius:18px;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 22px #0f172a1f;transition:transform .22s ease,box-shadow .22s ease}.card-vehicle:hover .card-traffic-img-light img{transform:scale(1.015);box-shadow:0 14px 28px #0f172a29}.card-vehicle_dark .card-traffic-img-light img{border-color:#ffffff14;box-shadow:0 12px 26px #00000057}.traffic-light{display:flex;width:fit-content;min-width:46px;flex-direction:row;align-items:center;justify-content:center;gap:7px;margin-top:.9rem;padding:.55rem .7rem;border-radius:999px;background:linear-gradient(145deg,#3f4652,#252a33);box-shadow:inset 0 2px 5px #ffffff14,inset 0 -3px 8px #00000047,0 8px 18px #0f172a29}.traffic-dot{width:14px;height:14px;border-radius:50%;background-color:#20242c;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 3px #00000073}.traffic-dot-red.active{background-color:#e53935;box-shadow:0 0 0 4px #e5393529,0 0 14px #e53935b8}.traffic-dot-orange.active{background-color:#fb8c00;box-shadow:0 0 0 4px #fb8c0029,0 0 14px #fb8c00b8}.traffic-dot-green.active{background-color:#43a047;box-shadow:0 0 0 4px #43a04729,0 0 14px #43a047b8}.vehicle-image-placeholder{display:flex;width:100%;max-width:240px;min-height:160px;align-items:center;justify-content:center;border-radius:18px;border:1px dashed rgba(100,116,139,.38);background:linear-gradient(145deg,#f8fafce6,#f1f5f9b8);color:#64748b;box-shadow:inset 0 1px #ffffffbf}.vehicle-image-placeholder span{font-size:2.7rem;filter:drop-shadow(0 6px 10px rgba(15,23,42,.12))}body.dark .vehicle-image-placeholder{border-color:#ffffff29;background:linear-gradient(145deg,#ffffff0f,#ffffff08);color:#d0d0d0;box-shadow:inset 0 1px #ffffff0f}@keyframes vehicleCardIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 600px){.card-vehicle{width:100%;max-width:none;margin:0;padding:1.05rem;border-radius:22px;gap:.85rem}.card-vehicle:hover{transform:none}.card-vehicle-info{width:100%}.card-vehicle-info h2{font-size:1.25rem}.card-vehicle-info h3{font-size:.88rem;line-height:1.35}.card-traffic-img-light{width:100%;margin-top:.85rem}.card-traffic-img-light img,.vehicle-image-placeholder{width:100%;max-width:280px;height:172px;object-fit:cover;border-radius:16px}}@media (max-width: 380px){.card-vehicle{width:100%;padding:.95rem}.card-traffic-img-light img,.vehicle-image-placeholder{height:154px}.traffic-light{gap:6px;padding:.5rem .62rem}.traffic-dot{width:13px;height:13px}}@media (prefers-reduced-motion: reduce){.card-vehicle,.card-vehicle:before,.card-traffic-img-light img{animation:none;transition:none}.card-vehicle:hover,.card-vehicle:hover .card-traffic-img-light img{transform:none}}.dashboard-summary{width:min(100%,1040px);margin:.35rem auto 1rem;padding:0 1rem;animation:dashboardFadeUp .35s ease both}.dashboard-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:.85rem}.dashboard-summary-card{position:relative;display:flex;min-height:92px;flex-direction:column;justify-content:space-between;gap:.55rem;overflow:hidden;padding:.9rem 1rem;border:1px solid rgba(15,23,42,.08);border-left:6px solid #00acc1;border-radius:20px;background:linear-gradient(135deg,#fffffffa,#ecfefff0),#fff;color:#15313b;box-shadow:0 12px 26px #00695c1a,inset 0 1px #fffc;font:inherit;text-align:left;cursor:pointer;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.dashboard-summary-card:before{content:"";position:absolute;inset:-50% auto auto 54%;z-index:-1;width:135px;height:135px;border-radius:999px;background:#4db6ac24;transition:transform .25s ease,opacity .25s ease}.dashboard-summary-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0f172a24,inset 0 1px #ffffffe6}.dashboard-summary-card:hover:before{transform:scale(1.1);opacity:.95}.dashboard-summary-card:focus-visible{outline:3px solid rgba(77,182,172,.34);outline-offset:4px}.dashboard-summary-card strong{position:relative;z-index:1;font-size:clamp(1.65rem,3vw,2.05rem);line-height:1;letter-spacing:-.04em}.dashboard-summary-label{position:relative;z-index:1;color:#526173;font-size:.78rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase}.dashboard-summary-card--expired{border-left-color:#ef4444}.dashboard-summary-card--expired:before{background:#ef444429}.dashboard-summary-card--expiring{border-left-color:#f97316}.dashboard-summary-card--expiring:before{background:#f973162e}.dashboard-summary-card--ok{border-left-color:#22c55e;cursor:default}.dashboard-summary-card--ok:before{background:#22c55e24}.dashboard-summary-card--ok:hover{transform:none}body.dark .dashboard-summary-card{border-color:#ffffff14;border-left-color:#4db6ac;background:linear-gradient(135deg,#2f2f42fa,#252737f0),#2f2f42;color:#f8fafc;box-shadow:0 14px 30px #00000052,inset 0 1px #ffffff0f}body.dark .dashboard-summary-card:hover{box-shadow:0 18px 38px #0000006b,inset 0 1px #ffffff14}body.dark .dashboard-summary-label{color:#b7c3cf}body.dark .dashboard-summary-card--expired{border-left-color:#ff8a80}body.dark .dashboard-summary-card--expiring{border-left-color:#ffd166}body.dark .dashboard-summary-card--ok{border-left-color:#81c784}body.dark .dashboard-summary-card--ok:hover{box-shadow:0 14px 30px #00000052,inset 0 1px #ffffff0f}@keyframes dashboardFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.dashboard-summary{width:100%;max-width:600px;margin:.4rem auto 1rem}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(140px,1fr));gap:.8rem}}@media (max-width: 480px){.dashboard-summary{padding:0 .75rem}.dashboard-summary-grid{grid-template-columns:1fr 1fr;gap:.7rem}.dashboard-summary-card{min-height:86px;padding:.8rem;border-radius:17px;border-left-width:5px}.dashboard-summary-card:hover{transform:none}.dashboard-summary-card strong{font-size:1.65rem}.dashboard-summary-label{font-size:.68rem;line-height:1.25}}@media (max-width: 360px){.dashboard-summary-grid{grid-template-columns:1fr}.dashboard-summary-card{min-height:auto;align-items:center;text-align:center;border-left:none;border-top:5px solid #4db6ac}.dashboard-summary-card--expired{border-top-color:#d32f2f}.dashboard-summary-card--expiring{border-top-color:#f9a825}.dashboard-summary-card--ok{border-top-color:#2e7d32}body.dark .dashboard-summary-card{border-left:none;border-top-color:#4db6ac}body.dark .dashboard-summary-card--expired{border-top-color:#ff8a80}body.dark .dashboard-summary-card--expiring{border-top-color:#ffd166}body.dark .dashboard-summary-card--ok{border-top-color:#81c784}}@media (prefers-reduced-motion: reduce){.dashboard-summary,.dashboard-summary-card,.dashboard-summary-card:before{animation:none;transition:none}.dashboard-summary-card:hover{transform:none}}.priority-summary{width:min(100%,1040px);margin:0 auto 1.35rem;padding:1rem;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:linear-gradient(135deg,#fffffff0,#fff7ede6),#fff;box-shadow:0 14px 32px #0f172a1a,inset 0 1px #ffffffc2}.priority-summary_ok{background:linear-gradient(135deg,#fffffff0,#ecfdf5e6),#fff}.priority-summary-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.priority-summary-eyebrow{color:#f97316;font-size:.74rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.priority-summary h2{margin:.2rem 0 0;color:#1f2937;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.15;letter-spacing:-.03em}.priority-summary p{margin:.35rem 0 0;color:#64748b;font-size:.95rem;line-height:1.45}.priority-summary-link{flex:0 0 auto;padding:.55rem .8rem;border-radius:999px;background:#f973161f;color:#c2410c;font-size:.82rem;font-weight:900;text-decoration:none}.priority-summary-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.priority-summary-item{display:flex;min-width:0;flex-direction:column;gap:.25rem;padding:.85rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#ffffffc2;color:#1f2937;text-decoration:none;box-shadow:0 8px 18px #0f172a14;transition:transform .2s ease,box-shadow .2s ease}.priority-summary-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a1f}.priority-summary-item strong{overflow:hidden;font-size:.98rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.priority-summary-item span:last-child{overflow:hidden;color:#64748b;font-size:.85rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.priority-summary-status{width:fit-content;padding:.22rem .5rem;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.priority-summary-item_expired .priority-summary-status{background:#ef44441f;color:#b91c1c}.priority-summary-item_expiring .priority-summary-status{background:#f9731624;color:#c2410c}body.dark .priority-summary{border-color:#ffffff14;background:linear-gradient(135deg,#2f2f42fa,#292633f0),#2f2f42;box-shadow:0 16px 34px #00000057,inset 0 1px #ffffff0f}body.dark .priority-summary_ok{background:linear-gradient(135deg,#2f2f42fa,#223630db),#2f2f42}body.dark .priority-summary h2,body.dark .priority-summary-item{color:#f8fafc}body.dark .priority-summary p,body.dark .priority-summary-item span:last-child{color:#b7c3cf}body.dark .priority-summary-link{background:#ffd16624;color:#ffd166}body.dark .priority-summary-item{border-color:#ffffff14;background:#ffffff0f;box-shadow:0 10px 22px #00000047}@media (max-width: 768px){.priority-summary{width:calc(100% - 2rem);margin-bottom:1.15rem}.priority-summary-list{grid-template-columns:1fr}}@media (max-width: 480px){.priority-summary{width:calc(100% - 1.5rem);padding:.9rem;border-radius:20px}.priority-summary-header{align-items:flex-start;flex-direction:column;gap:.75rem}.priority-summary-link{width:100%;text-align:center}}@media (prefers-reduced-motion: reduce){.priority-summary-item{transition:none}.priority-summary-item:hover{transform:none}}.empty-state{max-width:520px;margin:2rem auto;padding:2rem;text-align:center;border-radius:18px;background:var(--card-bg, #ffffff);box-shadow:0 8px 24px #00000014}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem}.empty-state h2{margin:0 0 .5rem;font-size:1.4rem}.empty-state p{margin:0;opacity:.75;line-height:1.5}body.dark .empty-state{background-color:#2f2f42;color:#f5f5f5;box-shadow:0 8px 24px #00000059}body.dark .empty-state p{color:#d7d7e5;opacity:1}body.dark .empty-state-icon{color:#f5f5f5}.state-message{max-width:520px;margin:2rem auto;padding:2rem;text-align:center;border-radius:18px;background:var(--card-bg, #ffffff);box-shadow:0 8px 24px #00000014}.state-message-icon{font-size:2.5rem;margin-bottom:.75rem}.state-message h2{margin:0 0 .5rem;font-size:1.4rem}.state-message p{margin:0;opacity:.75;line-height:1.5}.state-message-error{border:1px solid rgba(220,53,69,.25)}.state-message-action{margin-top:1.25rem;padding:.75rem 1.25rem;border:none;border-radius:999px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.state-message-action:hover{transform:translateY(-1px);opacity:.9}.state-message-action:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}body.dark .state-message{background-color:#2f2f42;color:#f5f5f5;box-shadow:0 8px 24px #00000059}body.dark .state-message p{color:#d7d7e5;opacity:1}body.dark .state-message-error{border-color:#ff8a8066}body.dark .state-message-action{background:#60a5fa;color:#111827}body.light{background-color:#f0f4f8;color:#222}body.dark{background-color:#1e1e2f;color:#f5f5f5}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;min-height:100vh;transition:background-color .3s ease,color .3s ease}.main-content{padding-top:80px}.menu{position:sticky;top:0;z-index:1000;display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;margin:0;padding:.8rem 1.25rem;border-bottom:1px solid rgba(0,105,92,.18);background:linear-gradient(135deg,#fffffff5,#e8fffbf0);color:#15313b;box-shadow:0 8px 24px #00695c1f;font-weight:700;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body.dark .menu{border-bottom-color:#80cbc429;background:linear-gradient(135deg,#0f172af5,#14535be6);color:#f5f5f5;box-shadow:0 10px 28px #0000006b}.menu-brand{display:inline-flex;align-items:center;flex-shrink:0;min-height:42px;padding:.35rem 0;color:#ff6f00;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:950;letter-spacing:-.06em;line-height:1;text-decoration:none;text-shadow:0 2px 10px rgba(255,111,0,.22)}.menu-brand.active{background:transparent;color:#ff6f00}.menu-brand:hover{color:#f97316}body.dark .menu-brand,body.dark .menu-brand.active{color:#fbbf24;text-shadow:0 2px 12px rgba(251,191,36,.25)}body.dark .menu-brand:hover{color:#f97316}.menu-links{display:flex;align-items:center;justify-content:center;gap:.45rem;margin:0;padding:0;list-style:none}.menu-links li{display:flex;align-items:center}.menu-links li a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.45rem .8rem;border-radius:10px;color:inherit;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.menu-links li a.active{background:linear-gradient(135deg,#009688,#00bcd4);color:#fff;box-shadow:0 8px 18px #0096883d}.menu-links li a:hover{background-color:#00bcd424;color:#00796b;transform:translateY(-1px)}.menu-links li a.active:hover{background-color:#009688;color:#fff}body.dark .menu-links li a:hover{background-color:#80cbc41f;color:#ccfbf1}body.dark .menu-links li a.active{background-color:#00796b;color:#fff}.menu-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.75rem;margin-bottom:1rem;padding:0 1rem}.menu-user{display:flex;min-width:128px;flex-direction:column;justify-content:center;padding:.5rem .85rem;border:1px solid rgba(0,150,136,.22);border-radius:14px;background:linear-gradient(135deg,#00968821,#00bcd41f);color:#00695c;line-height:1.2}.menu-user-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;opacity:.72}.menu-user strong{font-size:.9rem;word-break:break-word}.menu-logout{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;box-shadow:0 8px 18px #ef44443d}.menu-logout:hover{background:#dc2626;box-shadow:0 10px 20px #dc26263d}.guest-title{width:100%;margin:1.2rem auto 0;text-align:center}.guest-actions{width:100%;justify-content:center;margin-top:.75rem}body.dark .menu-user{border-color:#ffffff14;background:#ffffff14;color:#ccfbf1}@media (max-width: 720px){.menu{flex-direction:column;align-items:stretch;gap:.55rem;padding:.7rem .75rem}.menu-brand{justify-content:center;font-size:1.75rem}.menu-links{flex-wrap:wrap;justify-content:center;gap:.35rem;font-size:.9rem}.menu-links li a{min-height:34px;padding:.42rem .65rem}.menu-actions{flex-wrap:wrap;align-items:center;margin-top:1.5rem;padding:0 1rem}.menu-user{width:100%;align-items:center;text-align:center}}@media (max-width: 420px){.menu-links li a{padding:.38rem .55rem;font-size:.84rem}.menu-actions{gap:.6rem;margin-top:1.35rem}}@media (prefers-reduced-motion: reduce){.menu-brand,.menu-links li a,.menu-logout{transition:none}.menu-links li a:hover{transform:none}}.btn-Dark-Light{padding:.6rem 1.2rem;border-radius:10px;border:none;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#80cbc4,#4db6ac);color:#fff;box-shadow:0 3px 6px #00000026;transition:all .3s ease}.btn-Dark-Light:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000040}body.dark .btn-Dark-Light{background:linear-gradient(135deg,#00796b,#004d40);color:#f5f5f5}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0009;z-index:1000}.modal{width:min(100%,980px);max-height:calc(100vh - 2rem);overflow-y:auto;border-radius:24px;background:var(--card-bg, #ffffff);box-shadow:0 24px 70px #00000047;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.new-vehicle{width:100%;padding:1.25rem}.new-vehicle__header{margin-bottom:1rem;padding:1.5rem;border:1px solid var(--border-color, #e5e7eb);border-radius:24px;background:linear-gradient(135deg,rgba(37,99,235,.12),transparent 55%),var(--card-bg, #ffffff);box-shadow:0 18px 45px #0f172a14}.new-vehicle__eyebrow{display:inline-flex;width:fit-content;margin-bottom:.6rem;padding:.35rem .7rem;border-radius:999px;background:#2563eb1f;color:var(--primary-color, #2563eb);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.new-vehicle__header h2{margin:0;color:var(--text-color, #111827);font-size:clamp(1.7rem,4vw,2.35rem);line-height:1.1;text-align:left}.new-vehicle__header p{max-width:640px;margin:.65rem 0 0;color:var(--muted-text, #64748b);line-height:1.6}.new-vehicle__form{display:grid;gap:1rem}.new-vehicle__section{padding:1.25rem;border:1px solid var(--border-color, #e5e7eb);border-radius:22px;background:var(--card-bg, #ffffff);box-shadow:0 14px 35px #0f172a0f}.new-vehicle__section-header{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1rem}.new-vehicle__section-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:999px;background:var(--primary-color, #2563eb);color:#fff;font-weight:800}.new-vehicle__section-header h3{margin:0;color:var(--text-color, #111827);font-size:1.1rem}.new-vehicle__section-header p{margin:.25rem 0 0;color:var(--muted-text, #64748b);font-size:.92rem;line-height:1.5}.new-vehicle__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.new-vehicle__grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.new-vehicle label{display:flex;flex-direction:column;gap:.45rem;color:var(--text-color, #111827);font-weight:700}.new-vehicle input{width:100%;box-sizing:border-box;min-height:46px;padding:.78rem .9rem;border:1px solid var(--border-color, #d1d5db);border-radius:14px;background:var(--input-bg, #ffffff);color:var(--text-color, #111827);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.new-vehicle input::placeholder{color:var(--muted-text, #94a3b8)}.new-vehicle input:focus{border-color:var(--primary-color, #2563eb);outline:none;box-shadow:0 0 0 4px #2563eb24}.new-vehicle input[type=file]{min-height:auto;padding:.9rem;cursor:pointer}.plate-lookup{display:grid;gap:.85rem;margin-top:1rem}.plate-lookup__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:end}.plate-lookup__button,.plate-lookup__apply-button{min-height:46px;border:none;border-radius:999px;padding:.75rem 1.1rem;background:var(--primary-color, #2563eb);color:#fff;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.plate-lookup__button:hover:not(:disabled),.plate-lookup__apply-button:hover:not(:disabled){transform:translateY(-1px)}.plate-lookup__button:disabled,.plate-lookup__apply-button:disabled{cursor:not-allowed;opacity:.65}.plate-lookup__result{display:grid;gap:1rem;padding:1rem;border:1px solid var(--border-color, #e5e7eb);border-radius:18px;background:#2563eb0d}.plate-lookup__result-header h3{margin:0;color:var(--text-color, #111827)}.plate-lookup__result-header p,.plate-lookup__verified{margin:.35rem 0 0;color:var(--muted-text, #64748b);line-height:1.5}.plate-lookup__guided-flow{display:grid;gap:.85rem}.plate-lookup__step{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--border-color, #e5e7eb);border-radius:16px;background:var(--card-bg, #ffffff)}.plate-lookup__step-header{display:flex;gap:.75rem;align-items:flex-start}.plate-lookup__step-number{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:999px;background:#2563eb1f;color:var(--primary-color, #2563eb);font-weight:800}.plate-lookup__step h4,.plate-lookup__step p{margin:0}.plate-lookup__step h4{color:var(--text-color, #111827)}.plate-lookup__step p{color:var(--muted-text, #64748b);font-size:.9rem;line-height:1.45}.plate-lookup__link{width:fit-content;color:var(--primary-color, #2563eb);font-weight:800}.plate-lookup__applied-message{margin:0;color:#15803d;font-weight:700}.new-vehicle__photo-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1rem;align-items:stretch}.new-vehicle__file-field{min-height:100%;padding:1rem;border:1px dashed var(--border-color, #cbd5e1);border-radius:18px;background:#0f172a08}.image-preview{display:flex;min-height:180px;max-width:none;margin:0;overflow:hidden;border:1px solid var(--border-color, #e5e7eb);border-radius:18px;background:#0f172a0a}.image-preview img{display:block;width:100%;height:100%;min-height:180px;object-fit:cover}.image-preview__placeholder{display:grid;place-content:center;width:100%;min-height:180px;color:var(--muted-text, #64748b);text-align:center}.image-preview__placeholder span{font-weight:800}.image-preview__placeholder small{margin-top:.25rem}.new-vehicle .form-actions{display:flex;gap:.85rem;justify-content:flex-end;padding:1rem 0 0}.new-vehicle .form-actions button{min-height:46px;border:none;border-radius:999px;padding:.8rem 1.25rem;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.new-vehicle .form-actions button:hover:not(:disabled){transform:translateY(-1px)}.new-vehicle .form-actions button[type=submit]{background:var(--primary-color, #2563eb);color:#fff}.new-vehicle .form-actions button[type=button]{background:#64748b1f;color:var(--text-color, #111827)}.new-vehicle .form-actions button:disabled{cursor:not-allowed;opacity:.65}.field-error{display:block;color:#dc3545;font-size:.85rem;font-weight:700;line-height:1.4}.form-error{margin:0;padding:.85rem 1rem;border:1px solid rgba(220,53,69,.22);border-radius:14px;background:#dc354514;color:#dc3545;font-size:.92rem;font-weight:700;line-height:1.45}.input-error{border-color:#dc3545!important;box-shadow:0 0 0 4px #dc35451f}@media (max-width: 760px){.modal-overlay{align-items:flex-start;padding:.75rem}.modal{max-height:calc(100vh - 1.5rem);border-radius:20px}.new-vehicle{padding:1rem}.new-vehicle__header,.new-vehicle__section{padding:1rem;border-radius:18px}.new-vehicle__grid,.new-vehicle__grid--three,.plate-lookup__row,.new-vehicle__photo-layout{grid-template-columns:1fr}.plate-lookup__button{width:100%}.image-preview,.image-preview img,.image-preview__placeholder{min-height:170px}.new-vehicle .form-actions{flex-direction:column}.new-vehicle .form-actions button{width:100%}}.details-page{width:min(100%,1120px);margin:0 auto;padding:1.5rem 1rem 2.5rem;color:#1f2937;animation:detailsFadeUp .35s ease both}.details-page_light{color:#1f2937}.details-page_dark{color:#f8fafc}.details-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:stretch;gap:1rem;margin-bottom:1rem}.details-hero-copy,.details-hero-media,.details-panel,.details-actions-panel{border:1px solid rgba(15,23,42,.08);border-radius:26px;background:linear-gradient(145deg,#fffffffa,#f8fdfcf0),#fff;box-shadow:0 16px 34px #0f172a1f,inset 0 1px #ffffffc2}.details-page_dark .details-hero-copy,.details-page_dark .details-hero-media,.details-page_dark .details-panel,.details-page_dark .details-actions-panel{border-color:#ffffff14;background:linear-gradient(145deg,#2f2f42fa,#242636f5),#2c2c3e;box-shadow:0 18px 38px #0000005c,inset 0 1px #ffffff0f}.details-hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:280px;padding:clamp(1.25rem,3vw,2rem);overflow:hidden;position:relative;isolation:isolate}.details-hero-copy:before{content:"";position:absolute;inset:-45% -12% auto auto;z-index:-1;width:260px;height:260px;border-radius:999px;background:#4db6ac29}.details-page_dark .details-hero-copy:before{background:#80cbc41a}.details-eyebrow{width:fit-content;margin-bottom:.75rem;padding:.35rem .65rem;border-radius:999px;background:#f973161f;color:#c2410c;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.details-page_dark .details-eyebrow{background:#ffd16624;color:#ffd166}.details-hero h1{margin:0;color:inherit;font-size:clamp(2rem,5vw,3.4rem);line-height:.95;letter-spacing:-.06em}.details-status{display:flex;align-items:center;gap:.75rem;width:fit-content;max-width:100%;margin-top:1.25rem;padding:.8rem .95rem;border-radius:18px;background:#0f172a0d}.details-status-dot{width:13px;height:13px;flex:0 0 13px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px #22c55e24}.details-status strong{display:block;color:inherit;font-size:.95rem;line-height:1.2}.details-status p{margin:.15rem 0 0;color:#64748b;font-size:.86rem;line-height:1.35}.details-status_expired{background:#ef44441f}.details-status_expired .details-status-dot{background:#ef4444;box-shadow:0 0 0 5px #ef444429}.details-status_expiring{background:#f9731624}.details-status_expiring .details-status-dot{background:#f97316;box-shadow:0 0 0 5px #f9731629}.details-status_ok{background:#22c55e1f}.details-page_dark .details-status{background:#ffffff14}.details-page_dark .details-status p{color:#b7c3cf}.details-hero-media{display:flex;min-height:280px;align-items:center;justify-content:center;overflow:hidden;padding:1rem}.details-hero-media img{width:100%;height:100%;max-height:320px;object-fit:cover;border-radius:22px;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 26px #0f172a24}.details-page_dark .details-hero-media img{border-color:#ffffff14;box-shadow:0 14px 30px #0000005c}.details-image-placeholder{display:flex;width:100%;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;border-radius:22px;border:1px dashed rgba(100,116,139,.38);background:linear-gradient(145deg,#f8fafce6,#f1f5f9b8);color:#64748b;text-align:center;box-shadow:inset 0 1px #ffffffbf}.details-image-placeholder span{font-size:3rem;filter:drop-shadow(0 6px 10px rgba(15,23,42,.12))}.details-image-placeholder p{margin:0;font-size:.95rem;font-weight:800}.details-page_dark .details-image-placeholder{border-color:#ffffff29;background:linear-gradient(145deg,#ffffff0f,#ffffff08);color:#d0d0d0;box-shadow:inset 0 1px #ffffff0f}.details-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:1rem;margin-bottom:1rem}.details-panel{padding:1.1rem}.details-panel-header{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem}.details-panel-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:16px;background:#4db6ac24;font-size:1.25rem}.details-page_dark .details-panel-icon{background:#80cbc41f}.details-panel h2,.details-actions-panel h2{margin:0;color:inherit;font-size:1.25rem;line-height:1.15;letter-spacing:-.03em}.details-panel p,.details-actions-panel p{margin:.25rem 0 0;color:#64748b;font-size:.9rem;line-height:1.4}.details-page_dark .details-panel p,.details-page_dark .details-actions-panel p{color:#b7c3cf}.details-deadlines-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.details-deadline{display:flex;min-width:0;flex-direction:column;gap:.55rem;padding:.9rem;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:#ffffffb8}.details-page_dark .details-deadline{border-color:#ffffff14;background:#ffffff0f}.details-deadline_expired{border-color:#ef444438;background:#fee2e2b8}.details-deadline_expiring{border-color:#f973163d;background:#ffedd5b8}.details-deadline_ok{border-color:#22c55e2e;background:#f0fdf4b8}.details-page_dark .details-deadline_expired{border-color:#ef444447;background:#ef444424}.details-page_dark .details-deadline_expiring{border-color:#f9731647;background:#f9731624}.details-page_dark .details-deadline_ok{border-color:#22c55e40;background:#22c55e1f}.details-deadline-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.details-deadline h3{margin:0 0 .35rem;color:inherit;font-size:1rem;line-height:1.2}.details-deadline-badge{display:inline-flex;width:fit-content;padding:.25rem .55rem;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.details-deadline-badge_expired{background:#ef444424;color:#b91c1c}.details-deadline-badge_expiring{background:#f9731629;color:#c2410c}.details-deadline-badge_ok{background:#22c55e24;color:#15803d}.details-page_dark .details-deadline-badge_expired{background:#ef444438;color:#fecaca}.details-page_dark .details-deadline-badge_expiring{background:#f9731638;color:#fed7aa}.details-page_dark .details-deadline-badge_ok{background:#22c55e33;color:#bbf7d0}.details-deadline label,.details-image-upload label{color:#475569;font-size:.82rem;font-weight:900}.details-page_dark .details-deadline label,.details-page_dark .details-image-upload label{color:#d8dee6}.details-deadline input,.details-image-upload input[type=file]{width:100%}.details-image-upload{display:flex;flex-direction:column;gap:.65rem}.details-image-upload small{color:#64748b;font-size:.82rem;line-height:1.4}.details-page_dark .details-image-upload small{color:#b7c3cf}.details-remove-image{width:100%;padding:.7rem .85rem;border:1px solid rgba(239,68,68,.35);border-radius:14px;background:#ef444414;color:#b91c1c;font-weight:900;cursor:pointer;box-shadow:none}.details-remove-image:hover{background:#ef44441f;transform:translateY(-1px);box-shadow:0 8px 18px #ef44441f}.details-page_dark .details-remove-image{border-color:#f8717159;background:#ef444424;color:#fecaca}.details-page_dark .details-remove-image:hover{background:#ef444433}.details-actions-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.details-actions{display:flex;flex:0 0 auto;gap:.75rem}.details-actions button{padding:.75rem 1rem;border-radius:14px;border:none;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.details-actions button:disabled{cursor:not-allowed;opacity:.72;transform:none}.details-actions button:first-child{background-color:#4db6ac;color:#fff;box-shadow:0 8px 18px #0096882e}.details-actions button:first-child:hover:not(:disabled){background-color:#009688;transform:translateY(-2px);box-shadow:0 12px 24px #0096883d}.details-actions .btn-delete{background-color:#ef4444;color:#fff;box-shadow:0 8px 18px #ef444438}.details-actions .btn-delete:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 12px 24px #ef444447}.details-page_dark .details-actions button:first-child{background-color:#00796b;color:#f5f5f5}.details-page_dark .details-actions button:first-child:hover:not(:disabled){background-color:#00695c}.details-page_dark .details-actions .btn-delete{background-color:#b91c1c}.details-page_dark .details-actions .btn-delete:hover{background-color:#991b1b}.field-error{display:block;margin-top:.35rem;color:#dc2626;font-size:.84rem;font-weight:700;line-height:1.4}.details-page_dark .field-error{color:#fca5a5}.input-error{border-color:#dc2626;outline-color:#dc2626}.details-success-message,.details-saving-message{width:min(100%,1120px);margin:0 0 1rem;padding:.85rem 1rem;border-radius:16px;font-weight:800}.details-success-message{color:#15803d;background:#22c55e1f}.details-saving-message{color:#0d6efd;background:#0d6efd1f}@keyframes detailsFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 960px){.details-hero,.details-layout{grid-template-columns:1fr}.details-hero-copy,.details-hero-media{min-height:auto}.details-hero-media img{max-height:360px}.details-deadlines-list{grid-template-columns:1fr}.details-actions-panel{align-items:stretch;flex-direction:column}.details-actions{width:100%}.details-actions button{flex:1}}@media (max-width: 600px){.details-page{padding:1rem .75rem 2rem}.details-hero{gap:.85rem}.details-hero-copy,.details-hero-media,.details-panel,.details-actions-panel{border-radius:22px}.details-hero-copy,.details-panel,.details-actions-panel{padding:1rem}.details-hero h1{font-size:clamp(1.85rem,11vw,2.4rem)}.details-status{width:100%;align-items:flex-start}.details-hero-media{padding:.75rem}.details-hero-media img{max-height:240px;border-radius:18px}.details-image-placeholder{min-height:190px;border-radius:18px}.details-panel-header{gap:.65rem}.details-panel-icon{width:38px;height:38px;flex-basis:38px;border-radius:14px;font-size:1.1rem}.details-actions{flex-direction:column}.details-actions button{width:100%;padding:.85rem 1rem;font-size:1rem}.details-success-message,.details-saving-message{margin-bottom:.85rem;font-size:.95rem}}@media (max-width: 380px){.details-page{padding-inline:.5rem}.details-hero-copy,.details-panel,.details-actions-panel{padding:.9rem}.details-image-placeholder{min-height:160px}.details-deadline{padding:.8rem}}@media (prefers-reduced-motion: reduce){.details-page,.details-actions button,.details-remove-image{animation:none;transition:none}.details-actions button:hover,.details-remove-image:hover{transform:none}}.delete-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem;background:#0000008c}.delete-modal{width:min(100%,420px);padding:1.75rem;text-align:center;border-radius:18px;box-shadow:0 18px 45px #00000040}.delete-modal.light{background:#fff;color:#213547}.delete-modal.dark{background:#1f2937;color:#f9fafb}.delete-modal-icon{font-size:2.5rem;margin-bottom:.75rem}.delete-modal h3{margin:0 0 .75rem;font-size:1.35rem}.delete-modal p{margin:0;line-height:1.5;opacity:.85}.delete-modal-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}@media (max-width: 600px){.delete-modal-backdrop{align-items:end;padding:.75rem}.delete-modal{width:100%;padding:1.35rem;border-radius:18px 18px 14px 14px}.delete-modal-icon{font-size:2.2rem;margin-bottom:.6rem}.delete-modal h3{font-size:1.2rem}.delete-modal p{font-size:.95rem}.delete-modal-actions{flex-direction:column-reverse;gap:.65rem;margin-top:1.25rem}.delete-modal-actions button{width:100%;padding:.8rem 1rem;font-size:1rem}}.auth-page{min-height:calc(100vh - 80px);display:grid;place-items:center;padding:2rem 1rem}.auth-card{width:min(100%,430px);background:var(--card-bg, #ffffff);border-radius:24px;padding:2rem;box-shadow:0 18px 45px #0f172a24;border:1px solid rgba(148,163,184,.22)}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-icon{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:.75rem;border-radius:18px;background:#eff6ff;font-size:1.8rem}.auth-header h1{margin:0;font-size:1.8rem}.auth-header p{margin:.5rem 0 0;color:#64748b;line-height:1.5}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.4rem;font-weight:700;color:#334155}.auth-form input{width:100%;padding:.85rem 1rem;border-radius:14px;border:1px solid #cbd5e1;font:inherit;background:#fff;color:#0f172a}.auth-form input:focus{outline:2px solid #93c5fd;border-color:#2563eb}.auth-form input:disabled{opacity:.7;cursor:not-allowed}.auth-form button,.auth-switch button{font:inherit}.auth-form button[type=submit]{border:none;border-radius:999px;padding:.9rem 1.2rem;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}.auth-form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.auth-error{margin:0;padding:.75rem .9rem;border-radius:14px;background:#fef2f2;color:#991b1b;font-weight:700}.auth-switch{margin:1.2rem 0 0;text-align:center;color:#64748b}.auth-switch button{border:none;background:transparent;color:#2563eb;font-weight:800;cursor:pointer;padding:0}body.dark .auth-card{background:#111827;border-color:#334155}body.dark .auth-header p,body.dark .auth-switch{color:#cbd5e1}body.dark .auth-form label{color:#e5e7eb}body.dark .auth-form input{background:#020617;border-color:#475569;color:#f8fafc}body.dark .auth-icon{background:#1e3a8a}@media (max-width: 520px){.auth-card{padding:1.4rem;border-radius:20px}.auth-header h1{font-size:1.5rem}}.auth-demo-box{display:grid;gap:.85rem;margin-bottom:1.4rem;padding:1rem;border-radius:18px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.auth-demo-box h2{margin:0;font-size:1.05rem}.auth-demo-box p{margin:0;line-height:1.5}.auth-demo-credentials{display:grid;gap:.35rem;padding:.75rem;border-radius:14px;background:#ffffffb3;font-size:.95rem}.auth-demo-button{border:none;border-radius:999px;padding:.8rem 1rem;background:#1d4ed8;color:#fff;font:inherit;font-weight:800;cursor:pointer}.auth-demo-button:disabled{opacity:.7;cursor:not-allowed}body.dark .auth-demo-box{background:#172554;border-color:#2563eb;color:#dbeafe}body.dark .auth-demo-credentials{background:#0f172ab3}.notification-settings{width:min(720px,100%);margin:2rem auto;padding:1.5rem;border-radius:18px;background:var(--card-bg, #ffffff);color:var(--text-color, #1f2937);box-shadow:0 12px 30px #0f172a1f}.notification-settings__header{margin-bottom:1.25rem}.notification-settings__header h2{margin:0 0 .5rem}.notification-settings__header p{margin:0;line-height:1.5;color:var(--muted-text-color, #6b7280)}.notification-settings__option{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:14px;background:#3b82f614;cursor:pointer}.notification-settings__option input{margin-top:.2rem;transform:scale(1.15)}.notification-settings__option span{line-height:1.45;font-weight:600}.notification-settings__status,.notification-settings__success,.notification-settings__error{margin:1rem 0 0;line-height:1.5}.notification-settings__success{color:#15803d}.notification-settings__error{color:#b91c1c}body.dark .notification-settings{background:#1f2937;color:#f9fafb}body.dark .notification-settings__header p{color:#d1d5db}body.dark .notification-settings__option{background:#60a5fa29}body.dark .notification-settings__success{color:#86efac}body.dark .notification-settings__error{color:#fca5a5}@media (max-width: 640px){.notification-settings{margin:1rem auto;padding:1rem;border-radius:14px}.notification-settings__option{padding:.875rem}}.notification-settings__card{display:grid;gap:1rem;padding:1rem;border:1px solid var(--border-color, #ddd);border-radius:12px;background:var(--card-bg, #fff)}.notification-settings__button{width:fit-content;border:none;border-radius:999px;padding:.7rem 1rem;font-weight:700;cursor:pointer}.notification-settings__button:disabled{cursor:not-allowed;opacity:.7}.notification-settings__success{color:#15803d;font-weight:600}.notification-settings__error{color:#b91c1c;font-weight:600}@media (max-width: 600px){.notification-settings__button{width:100%}}.notification-settings__hint{margin:0;color:var(--text-muted, #666);font-size:.95rem;line-height:1.5}
