@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=DM+Sans:wght@500;600;700&display=swap";:root{font-family:DM Sans,Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:500;color:var(--text-primary);background-color:var(--page-bg-1);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page-bg-1: #0a0a0f;--page-bg-2: #0e1118;--page-bg-3: #0c1017;--text-primary: #f1f3f9;--text-muted: #8892a6;--label-color: #d5dae6;--surface: #0f121b;--surface-strong: #0b0d14;--surface-soft: rgba(255, 255, 255, .04);--surface-soft-strong: rgba(255, 255, 255, .06);--surface-border: rgba(255, 255, 255, .08);--surface-border-strong: rgba(255, 255, 255, .12);--ghost-bg: rgba(255, 255, 255, .07);--ghost-border: rgba(255, 255, 255, .1);--ghost-text: #e5e9f2;--input-bg: rgba(255, 255, 255, .04);--input-border: rgba(255, 255, 255, .08);--input-placeholder: #7d8bb0;--nav-bg: #0b0f18;--nav-text: #d4dcf7;--nav-active-bg: rgba(90, 125, 255, .14);--nav-active-text: #9fb7ff;--nav-shadow: 0 -8px 24px rgba(0, 0, 0, .25);--card-glass: rgba(10, 12, 18, .92);--splash-bg: radial-gradient(circle at 40% 30%, rgba(30, 38, 63, .7), rgba(8, 10, 18, .95));--splash-card-bg: rgba(13, 16, 24, .9);--hero-blob-bg: radial-gradient( circle at 50% 40%, rgba(255, 255, 255, .08), rgba(16, 27, 53, .5) );--hero-curve-bg: radial-gradient( circle at 50% 30%, rgba(46, 57, 86, .35), rgba(12, 16, 23, .9) );--home-card-bg: radial-gradient( circle at 35% 30%, rgba(73, 100, 170, .12), rgba(10, 12, 18, .92) );--home-focus-bg: radial-gradient( circle at 30% 20%, rgba(90, 125, 255, .16), rgba(10, 12, 18, .92) );--pill-bg: rgba(255, 255, 255, .06);--pill-border: rgba(255, 255, 255, .08);--pill-color: #e6eaf5;--chip-bg: rgba(255, 255, 255, .05);--chip-border: rgba(255, 255, 255, .1);--chip-color: #d4dcf7;--grain-opacity: .05;--shadow-elevated: 0 18px 36px rgba(0, 0, 0, .28);--shadow-strong: 0 18px 48px rgba(0, 0, 0, .36);color-scheme:dark}:root[data-theme=light]{color:#0f172a;background-color:#f7f8fc;--page-bg-1: #f7f8fc;--page-bg-2: #eef2fb;--page-bg-3: #e7ecf7;--text-primary: #0f172a;--text-muted: #4b5568;--label-color: #1f2937;--surface: #ffffff;--surface-strong: #f4f6ff;--surface-soft: rgba(15, 23, 42, .04);--surface-soft-strong: rgba(15, 23, 42, .07);--surface-border: rgba(15, 23, 42, .12);--surface-border-strong: rgba(15, 23, 42, .18);--ghost-bg: #e8edfa;--ghost-border: rgba(15, 23, 42, .14);--ghost-text: #0f172a;--input-bg: #f6f8fe;--input-border: rgba(15, 23, 42, .14);--input-placeholder: #6b7280;--nav-bg: #ffffff;--nav-text: #111827;--nav-active-bg: rgba(79, 124, 255, .12);--nav-active-text: #2647b3;--nav-shadow: 0 -6px 18px rgba(15, 23, 42, .1);--card-glass: rgba(255, 255, 255, .94);--splash-bg: radial-gradient( circle at 40% 30%, rgba(173, 197, 255, .5), rgba(255, 255, 255, .96) );--splash-card-bg: #ffffff;--hero-blob-bg: radial-gradient( circle at 50% 40%, rgba(255, 255, 255, .8), rgba(164, 184, 255, .6) );--hero-curve-bg: radial-gradient( circle at 50% 30%, rgba(179, 195, 255, .45), rgba(222, 231, 255, .9) );--home-card-bg: radial-gradient( circle at 35% 30%, rgba(79, 124, 255, .1), rgba(255, 255, 255, .95) );--home-focus-bg: radial-gradient( circle at 30% 20%, rgba(79, 124, 255, .18), rgba(255, 255, 255, .94) );--pill-bg: rgba(15, 23, 42, .06);--pill-border: rgba(15, 23, 42, .12);--pill-color: #0f172a;--chip-bg: rgba(79, 124, 255, .12);--chip-border: rgba(79, 124, 255, .24);--chip-color: #0f172a;--grain-opacity: .03;--shadow-elevated: 0 18px 36px rgba(15, 23, 42, .12);--shadow-strong: 0 18px 36px rgba(15, 23, 42, .16);color-scheme:light}h1,h2,h3,.eyebrow,.tagline{font-family:Space Grotesk,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{margin:0;background:var(--page-bg-1);color:var(--text-primary)}#root{display:flex}a{text-decoration:none}.page{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:clamp(1.5rem,4vw,3rem);background:linear-gradient(180deg,var(--page-bg-1) 0%,var(--page-bg-2) 60%,var(--page-bg-3) 100%);overflow-x:hidden;overflow-y:auto;scroll-padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));color:var(--text-primary);width:100%;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.page-dark,.page-light{color:var(--text-primary)}.hero-blob{position:absolute;inset:-15% -15% 25%;background:var(--hero-blob-bg);border-radius:50%;filter:blur(16px);transform:rotate(-4deg);z-index:0}.hero-curve{position:absolute;left:-20%;right:-20%;top:28%;height:420px;background:var(--hero-curve-bg);border-radius:100%;filter:drop-shadow(0 40px 80px rgba(0,0,0,.35));z-index:0}.hero-blob.dark{background:var(--hero-blob-bg)}.hero-curve.dark{background:var(--hero-curve-bg)}.grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");mix-blend-mode:soft-light;opacity:var(--grain-opacity);pointer-events:none;z-index:1}.hero{position:relative;z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(1.5rem,3vw,2.5rem);justify-items:stretch;align-items:start;padding-top:clamp(2rem,6vw,3rem);padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));width:100%;flex:1;min-height:0;margin:0 auto;padding-inline:clamp(.75rem,4vw,1.25rem)}@media(max-width:1024px){.topbar{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.page{padding:.35rem;overflow-x:hidden;overflow-y:auto;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));scroll-padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));align-items:stretch}.hero-curve{top:35%;height:280px}.hero-blob{inset:-30% -25% 40%}.hero{padding-top:.55rem;grid-template-columns:1fr;padding-inline:.35rem;justify-items:stretch;min-height:calc(100vh - 120px);max-width:none;margin:0;gap:.75rem}}.main-wrap{display:flex;flex-direction:column;flex:1;min-height:0;width:min(960px,100%);max-width:960px;margin:0 auto;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.hero-inner{width:min(960px,100%);display:grid;gap:clamp(1.5rem,3vw,2.5rem)}@media(max-width:640px){.main-wrap,.hero-inner,.hero{width:100%;max-width:none;margin:0}.hero-inner{padding-inline:0}.topbar{width:100%;max-width:none;margin:0}.main-wrap{padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}}:root{--nav-height: 90px}button:focus-visible,a:focus-visible{outline:2px solid rgba(110,140,255,.85);outline-offset:3px}.splash{position:fixed;inset:0;display:grid;place-items:center;background:var(--splash-bg);z-index:999;transition:opacity .4s ease,visibility .4s ease}.splash.hide{opacity:0;visibility:hidden}.splash-card{display:grid;place-items:center;gap:1rem;padding:2rem;border-radius:18px;background:var(--splash-card-bg);border:1px solid var(--surface-border);box-shadow:var(--shadow-strong)}.splash-logo{width:120px;height:120px}.splash-text{margin:0;color:var(--text-primary);font-weight:700;letter-spacing:.05em}.topbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.brand{display:inline-flex;align-items:center;gap:1rem}.brand-mark{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface) 100%);display:grid;place-items:center;box-shadow:var(--shadow-elevated)}.brand-mark img{width:36px;height:36px;object-fit:contain}.brand-text h1{margin:0;font-size:clamp(1.4rem,2vw,1.7rem);letter-spacing:.04em}.brand-subtitle{display:block;color:var(--text-muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.15rem}.card{background:linear-gradient(165deg,var(--surface) 0%,var(--surface-strong) 100%);border-radius:20px;padding:clamp(1.4rem,3vw,1.75rem);box-shadow:var(--shadow-elevated);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-header{display:grid;gap:.35rem;margin-bottom:.5rem}.card-header h3{margin:.15rem 0 .35rem;letter-spacing:.01em}.form{display:flex;flex-direction:column;gap:.95rem}.field{display:grid;gap:.4rem}.field span{display:block;color:var(--label-color);font-weight:600;margin-bottom:.35rem;letter-spacing:.01em}.input{display:flex;align-items:center;gap:.75rem;background:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;padding:.9rem 1rem;box-shadow:none;transition:border-color .15s ease,background .15s ease}.input input{flex:1;border:none;background:transparent;outline:none;font-size:1rem;color:var(--text-primary)}.input input::placeholder{color:var(--input-placeholder)}.icon{font-weight:700;color:#9fb4ff;font-size:1.05rem}.input:focus-within{border-color:#6e8cff99;background:var(--surface-soft-strong)}.ghost{border:none;background:var(--ghost-bg);color:var(--ghost-text);padding:.62rem 1.05rem;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 6px 20px #0e285a1f}.ghost.small{padding:.45rem .8rem}.ghost:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0e285a2e}.ghost-dark{border:1px solid var(--ghost-border)}.ghost.danger{border-color:#f7a1a159;background:#f7a1a11a;color:#ffd0d0}.ghost.danger:hover{box-shadow:0 10px 26px #f7a1a11f}.actions{display:flex;gap:.75rem}.form-meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;color:var(--text-muted);font-size:.95rem}.checkbox{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;cursor:pointer;color:var(--text-primary)}.checkbox input{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:0;border-radius:7px;border:1px solid var(--surface-border);background:var(--surface-soft-strong);box-shadow:inset 0 1px 0 var(--surface-border),0 10px 22px #0000002e;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;background-repeat:no-repeat;background-position:center;background-size:12px 12px;flex-shrink:0}.checkbox input:hover{transform:translateY(-.5px);border-color:#6e8cff8c;background:var(--surface-soft-strong)}.checkbox input:checked{border-color:#5a7dffbf;background:linear-gradient(135deg,#4f7cff,#2f5bff);box-shadow:0 14px 28px #2f5bff3d,inset 0 1px #fff3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M7.7 14.6a1 1 0 0 1-.7-.29L3.7 11a1 1 0 1 1 1.4-1.4l2.6 2.6 7.3-7.3a1 1 0 1 1 1.4 1.4l-8 8a1 1 0 0 1-.7.3Z'/%3E%3C/svg%3E")}.checkbox input:focus-visible{outline:2px solid rgba(110,140,255,.85);outline-offset:3px}.checkbox input:disabled{opacity:.55;cursor:not-allowed;transform:none}.link{color:var(--nav-active-text);font-weight:700}.helper{margin-top:.25rem;font-size:.9rem}.helper.disclaimer{font-size:.8rem;line-height:1.4}.helper.success{color:#8ed6a9}.helper.error{color:#f7a1a1}.primary{border:none;background:linear-gradient(135deg,#4f7cff,#2f5bff);color:#fff;padding:.95rem 1.35rem;border-radius:12px;font-weight:800;cursor:pointer;letter-spacing:.02em;box-shadow:0 15px 30px #5a7dff47;transition:transform .15s ease,box-shadow .15s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 20px 40px #5a7dff52}.muted{margin:0;color:var(--text-muted)}.screen-card{width:min(900px,100%);margin:0 auto;display:grid;gap:1rem}.screen-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.screen-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.badge{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;font-weight:900;letter-spacing:.01em;font-size:.82rem;border:1px solid var(--surface-border);background:var(--surface-soft-strong);color:var(--text-primary)}.badge.ok{background:#8ed6a91f;border-color:#8ed6a947;color:#ced}.badge.pending{background:#9fb4ff24;border-color:#9fb4ff47;color:#cfe0ff}.chip{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;font-weight:800;font-size:.82rem;color:var(--chip-color);background:var(--chip-bg);border:1px solid var(--chip-border);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.empty-block{display:grid;gap:.85rem;padding:1rem;border-radius:18px;background:var(--surface-soft);border:1px solid var(--surface-border)}.empty-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:var(--surface-soft-strong);border:1px solid var(--surface-border-strong);font-size:1.4rem}.empty-title{margin:.15rem 0 .35rem}.empty-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.route-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.route-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border-radius:18px;background:var(--surface-soft);border:1px solid var(--surface-border)}.route-item.done{background:#8ed6a90f;border-color:#8ed6a933}.route-item-top{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center}.route-item-title{margin-top:.55rem;display:grid;gap:.2rem}.route-item-title strong{font-size:1.05rem;letter-spacing:.01em}.route-item-meta{margin-top:.35rem}.route-item-actions{display:flex;align-items:flex-start}.import-block{display:grid;gap:.85rem}.file-input{position:relative;display:inline-flex;width:fit-content;cursor:pointer}.file-input input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-input-label{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1rem;border-radius:16px;border:1px solid var(--surface-border);background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface) 100%);color:var(--text-primary);font-weight:900;letter-spacing:.01em}.import-summary{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.preview{display:grid;gap:.65rem;padding-top:.25rem}.preview-title{margin:.25rem 0 .15rem}.preview-list{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.preview-item{padding:.75rem .85rem;border-radius:16px;background:var(--surface-soft);border:1px solid var(--surface-border);display:grid;gap:.15rem}.map-wrap{border-radius:18px;overflow:hidden;border:1px solid var(--surface-border);background:var(--surface-soft)}.map-canvas{height:52vh;max-height:420px;min-height:260px;width:100%}.map-wrap .leaflet-container{height:100%;width:100%}.map-missing{display:grid;gap:.5rem}.map-missing-list{margin:0;padding-left:1.1rem;color:var(--label-color);font-weight:700}.map-wrap .leaflet-control-attribution{background:var(--surface);color:var(--label-color)}.map-wrap .leaflet-control-zoom a{background:var(--surface);color:var(--text-primary);border-color:var(--surface-border-strong)}.map-wrap .leaflet-bar{border-color:var(--surface-border-strong)}.map-wrap .leaflet-popup-content-wrapper,.map-wrap .leaflet-popup-tip{background:var(--card-glass);color:var(--text-primary);border:1px solid var(--surface-border-strong)}.map-controls .field span{margin-bottom:.25rem}.map-toggles{display:grid;gap:.55rem}.marker-number{background:transparent;border:none}.marker-number-inner{width:34px;height:34px;border-radius:999px;background:#2f5bfff2;border:2px solid rgba(255,255,255,.9);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 14px 28px #2f5bff47}.marker-start{background:transparent;border:none}.marker-start-inner{padding:.4rem .55rem;border-radius:999px;background:#8ed6a9eb;border:2px solid rgba(255,255,255,.9);color:#082015;font-weight:900;letter-spacing:.01em;box-shadow:0 14px 28px #8ed6a92e}.map-order{display:grid;gap:.55rem}.map-order-list{margin:0;padding:0;list-style:none;display:grid;gap:.6rem}.map-order-item{display:flex;gap:.7rem;align-items:flex-start;padding:.85rem .9rem;border-radius:18px;background:var(--surface-soft);border:1px solid var(--surface-border);cursor:grab;-webkit-user-select:none;user-select:none}.map-order-item.over{border-color:#6e8cff8c;background:#6e8cff14}.map-order-index{width:30px;height:30px;border-radius:999px;background:#2f5bff33;border:1px solid rgba(47,91,255,.35);display:grid;place-items:center;font-weight:900;color:#cfe0ff;flex-shrink:0}.map-order-body{display:grid;gap:.35rem;min-width:0}.map-order-actions{margin-left:auto;display:grid;justify-items:end;align-items:start;gap:.4rem}.map-order-address{color:var(--text-primary);font-weight:800}.profile-card{margin-top:.75rem;padding:1rem;border-radius:18px;background:var(--surface-soft);border:1px solid var(--surface-border);display:grid;gap:.65rem}.profile-logout{margin-top:.75rem;display:grid}.logout-btn{width:100%;justify-content:center}.profile-hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.profile-name-row{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.profile-name{margin:.2rem 0 0;font-size:clamp(1.1rem,3.6vw,1.35rem);letter-spacing:.01em}.profile-hero-main{flex:1;min-width:min(520px,100%)}.profile-hero-avatar{flex-shrink:0}.profile-hero-actions{display:grid;justify-items:end;gap:.45rem}.avatar{width:64px;height:64px;border-radius:999px;background:var(--surface-soft-strong);border:1px solid var(--surface-border-strong);box-shadow:var(--shadow-elevated);display:grid;place-items:center;cursor:pointer;overflow:hidden;position:relative}.avatar input{position:absolute;inset:0;opacity:0;cursor:pointer}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback{font-weight:900;letter-spacing:.02em;color:var(--text-primary)}.profile-inline{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.profile-inline .input{flex:1;min-width:240px}.profile-title{margin:0}.profile-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.profile-row-right{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-left:auto}.profile-row-right strong{word-break:break-word;text-align:right}.alert-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.alert-item{padding:1rem;border-radius:18px;background:var(--surface-soft);border:1px solid var(--surface-border);display:grid;gap:.55rem}.alert-item-top{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center}.alert-item-text{margin:0;color:var(--text-primary);font-weight:700}.alert-item-meta{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.center{text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-weight:700;font-size:.8rem;color:var(--text-muted);margin:0 0 .35rem}.logo-stack{display:grid;place-items:center;gap:.8rem}.logo-circle{width:clamp(120px,10vw,150px);height:clamp(120px,10vw,150px);border-radius:999px;background:var(--hero-blob-bg);box-shadow:0 20px 50px #0b12228c,inset 0 1px #fff3;display:grid;place-items:center}.logo-circle img{width:62%;height:62%;object-fit:contain}.tagline{margin:0;color:var(--text-primary);font-weight:700;letter-spacing:.01em}.nav-spacer{height:calc(var(--nav-height) + env(safe-area-inset-bottom));width:100%;flex-shrink:0}.theme-toggle{display:inline-flex;align-items:center;gap:.55rem;padding:.6rem .95rem;border-radius:999px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text-primary);font-weight:800;letter-spacing:.01em;box-shadow:var(--shadow-elevated);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.theme-toggle:hover{transform:translateY(-1px);box-shadow:var(--shadow-strong)}.theme-toggle-icon{font-size:1.1rem}.login-card{max-width:560px;width:min(100%,620px);margin:0 auto;background:var(--card-glass);border:1px solid var(--surface-border);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bottom-nav{position:fixed;inset:auto 0 0;height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:.6rem 1rem calc(.6rem + env(safe-area-inset-bottom));background:var(--nav-bg);border:none;border-radius:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;box-shadow:var(--nav-shadow);z-index:6;width:100%;box-sizing:border-box}.nav-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .45rem;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--nav-text);font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.nav-icon{font-size:1rem}.nav-btn.active{background:var(--nav-active-bg);border-color:#5a7dff66;color:var(--nav-active-text)}.home-panel{width:min(900px,100%);margin:0 auto;display:grid;gap:1rem;justify-items:stretch}.home-date{background:var(--surface-soft-strong);color:var(--text-primary);padding:.6rem 1.2rem;border-radius:14px;font-weight:700;letter-spacing:.02em;box-shadow:0 10px 30px #00000040;border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.home-btn{border:1px solid var(--surface-border);background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface) 100%);color:var(--text-primary);padding:.65rem 1.1rem;border-radius:14px;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 12px 28px #0a0f2059;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.home-btn.dark{background:linear-gradient(135deg,#0f1728,#0a0f1c)}.home-btn.light{background:#ffffff1f;color:#f1f3f9}.home-btn:hover{transform:translateY(-1px);box-shadow:0 16px 32px #0a0f2073}.home-card{width:min(720px,100%);background:var(--home-card-bg);border-radius:22px;padding:1.3rem 1.4rem;box-shadow:0 22px 50px #00000059,inset 0 1px 0 var(--surface-soft);border:1px solid var(--surface-border);display:grid;gap:.6rem}.home-card-header h3{margin:.2rem 0}.home-card-header .muted{max-width:520px}.home-card-body{display:grid;gap:.85rem}.home-card-field span{display:block;color:var(--label-color);font-weight:700;margin-bottom:.2rem}.home-card-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.home-card-actions .primary{min-width:170px;border-radius:14px;box-shadow:0 16px 32px #2f5bff59}.home-card-actions .ghost.ghost-dark{background:var(--ghost-bg);border-color:var(--ghost-border);color:var(--ghost-text);min-width:130px;border-radius:14px}.home-empty{color:var(--label-color);font-weight:700;text-align:center;margin-top:.5rem}.home-panel-modern{gap:1.1rem}.home-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap}.home-greeting{margin:0;color:#9fb4ff;font-weight:800;letter-spacing:.02em}.home-title{margin:.15rem 0 .25rem;font-size:clamp(1.35rem,2.2vw,1.8rem);letter-spacing:.01em}.home-subtitle{margin-top:.15rem;max-width:52ch}.home-header-meta{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.home-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;border-radius:999px;background:var(--pill-bg);border:1px solid var(--pill-border);color:var(--pill-color);font-weight:800;letter-spacing:.01em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-pill.ok{background:#8ed6a91f;border-color:#8ed6a947;color:#ced}.home-pill.alert{background:#faa0a01f;border-color:#faa0a040;color:#ffd0d0}.home-focus{display:grid;gap:1rem;background:var(--home-focus-bg);border:1px solid var(--surface-border)}.home-focus-top{display:grid;gap:1rem}.home-focus-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.home-focus-actions .primary{min-width:180px;border-radius:14px}.home-focus-actions .ghost{border-radius:14px}.home-progress{display:grid;gap:.55rem}.home-progress-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--label-color);font-weight:800}.home-progress-label{letter-spacing:.01em}.home-progress-value{color:#9fb4ff}.home-progress-bar{height:12px;border-radius:999px;background:var(--surface-soft-strong);border:1px solid var(--surface-border);overflow:hidden}.home-progress-fill{height:100%;width:0%;border-radius:inherit;background:linear-gradient(90deg,#4f7cff,#2f5bff,#8ed6a9 110%);box-shadow:0 12px 30px #2f5bff40;transition:width .26s ease}.home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.home-stat{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:18px;background:var(--surface-soft);border:1px solid var(--surface-border);box-shadow:0 18px 40px #00000038}.home-stat-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#5a7dff24;border:1px solid rgba(90,125,255,.22);font-size:1.05rem;flex-shrink:0}.home-stat-body{display:grid;gap:.1rem;min-width:0}.home-stat-label{color:var(--text-muted);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-transform:uppercase}.home-stat-value{color:var(--text-primary);font-weight:900;letter-spacing:.01em;font-size:1.35rem;line-height:1.1}.home-shortcuts{display:grid;gap:.9rem}.home-shortcuts-header h3{margin:.2rem 0 .35rem}.home-shortcuts-grid,.options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.home-shortcut{display:flex;align-items:center;gap:.65rem;min-height:52px;padding:.85rem .95rem;border-radius:16px;border:1px solid var(--surface-border);background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface) 100%);color:var(--text-primary);font-weight:900;letter-spacing:.01em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;box-shadow:0 14px 30px #0a0f2052}.home-shortcut:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0a0f206b}.home-shortcut-icon{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:var(--surface-soft-strong);border:1px solid var(--surface-border-strong);flex-shrink:0}.home-empty-state{display:grid;gap:.9rem;text-align:left}.home-empty-hero{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:var(--surface-soft-strong);border:1px solid var(--surface-border-strong);font-size:1.4rem}.home-empty-copy h3{margin:.15rem 0 .35rem}.home-empty-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.home-next{display:grid;gap:.4rem}.home-next h3{margin:.2rem 0 .35rem}@media(max-width:640px){.topbar{gap:.5rem}.brand-mark{width:48px;height:48px}.brand-text h1{font-size:1.2rem}.logo-circle{width:86px;height:86px}.login-card{width:100%}.card{padding:1rem;box-shadow:0 20px 40px #1137742e,0 8px 18px #0000000a}.bottom-nav{width:100%;padding:.55rem .95rem calc(.55rem + env(safe-area-inset-bottom))}.nav-spacer{height:calc(var(--nav-height) + env(safe-area-inset-bottom))}.home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-shortcuts-grid,.options-grid{grid-template-columns:1fr}.route-item{flex-direction:column}.route-item-actions{justify-content:flex-start}}@media(max-width:480px){.page{padding:.25rem;padding-bottom:calc(76px + .75rem + env(safe-area-inset-bottom))}.hero{padding-top:.5rem;gap:.75rem}.logo-circle{width:76px;height:76px}.tagline{font-size:.88rem;margin-top:.1rem}.card{padding:.9rem;border-radius:18px}.card-header h3{font-size:1.1rem;margin-bottom:.3rem}.input{padding:.7rem .85rem}.primary,.ghost{padding:.72rem .95rem}.form-meta{font-size:.9rem}.bottom-nav{padding:.5rem .85rem calc(.5rem + env(safe-area-inset-bottom));gap:.35rem}.nav-btn{padding:.5rem .4rem;font-size:.95rem}}
