.scan-module__vaBFbq__wrap{flex-direction:column;align-items:center;padding:56px 0 32px;display:flex}.scan-module__vaBFbq__paper{background:var(--paper);border:1px solid var(--border);width:min(340px,88vw);box-shadow:var(--shadow);font-family:var(--font-mono), monospace;color:var(--ink);--notch:7px;-webkit-mask:radial-gradient(circle at 50% 0, transparent var(--notch), #000 calc(var(--notch) + .5px)) 0 0 / 24px 51% repeat-x, radial-gradient(circle at 50% 100%, transparent var(--notch), #000 calc(var(--notch) + .5px)) 0 100% / 24px 51% repeat-x;mask:radial-gradient(circle at 50% 0, transparent var(--notch), #000 calc(var(--notch) + .5px)) 0 0 / 24px 51% repeat-x, radial-gradient(circle at 50% 100%, transparent var(--notch), #000 calc(var(--notch) + .5px)) 0 100% / 24px 51% repeat-x;padding:24px 22px 18px;position:relative;overflow:hidden}.scan-module__vaBFbq__scanline{background:linear-gradient(90deg, transparent, var(--green) 30%, var(--green) 70%, transparent);z-index:2;pointer-events:none;height:3px;animation:2.2s ease-in-out infinite alternate scan-module__vaBFbq__sweep;position:absolute;top:0;left:0;right:0;box-shadow:0 0 18px 4px #06c16759}@keyframes scan-module__vaBFbq__sweep{0%{transform:translateY(8px)}to{transform:translateY(min(480px,62vh))}}.scan-module__vaBFbq__head{text-align:center}.scan-module__vaBFbq__brand{letter-spacing:.24em;margin-right:-.24em;font-size:16px;font-weight:600}.scan-module__vaBFbq__sub{letter-spacing:.14em;color:var(--muted);margin-top:6px;font-size:9.5px}.scan-module__vaBFbq__rule{border-top:1px dashed var(--axis);margin:12px 0}.scan-module__vaBFbq__rows{flex-direction:column;justify-content:flex-end;min-height:238px;display:flex}.scan-module__vaBFbq__waiting{color:var(--muted);text-align:center;letter-spacing:.4em;animation:1.2s ease-in-out infinite scan-module__vaBFbq__blink}@keyframes scan-module__vaBFbq__blink{0%,to{opacity:.25}50%{opacity:1}}.scan-module__vaBFbq__row{padding:6px 0;animation:.26s ease-out scan-module__vaBFbq__print}@keyframes scan-module__vaBFbq__print{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.scan-module__vaBFbq__rowTop{justify-content:space-between;font-size:12px;font-weight:500;display:flex}.scan-module__vaBFbq__rowRoute{color:var(--muted);letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:10px;overflow:hidden}.scan-module__vaBFbq__foot{margin-top:4px}.scan-module__vaBFbq__totalRow{font-variant-numeric:tabular-nums;justify-content:space-between;font-size:14px;font-weight:600;display:flex}.scan-module__vaBFbq__totalRow span:last-child{color:var(--green-text)}.scan-module__vaBFbq__totalDone{animation:.3s ease-out scan-module__vaBFbq__settle}@keyframes scan-module__vaBFbq__settle{0%{transform:scale(1.06)}to{transform:scale(1)}}.scan-module__vaBFbq__statusArea{text-align:center;width:min(340px,88vw);margin-top:26px}.scan-module__vaBFbq__statusText{color:var(--ink-2);min-height:1.5em;font-size:13px}.scan-module__vaBFbq__track{background:var(--bar-track);border-radius:999px;height:4px;margin-top:10px;overflow:hidden}.scan-module__vaBFbq__fill{background:var(--green);border-radius:999px;height:100%;transition:width .2s}.scan-module__vaBFbq__indeterminate{width:30%;animation:1.1s ease-in-out infinite alternate scan-module__vaBFbq__slide}@keyframes scan-module__vaBFbq__slide{0%{transform:translate(-40%)}to{transform:translate(280%)}}
.import-module__LRDONa__panel{max-width:760px;margin:0 auto;padding:48px 0 32px}.import-module__LRDONa__title{font-size:clamp(26px,4vw,34px)}.import-module__LRDONa__lede{color:var(--ink-2);max-width:52ch;margin-top:10px}.import-module__LRDONa__error{border:1px solid var(--bad);color:var(--bad);border-radius:10px;margin-top:16px;padding:10px 14px;font-size:13px}.import-module__LRDONa__options{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:26px;display:grid}.import-module__LRDONa__option{text-align:left;background:var(--paper);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:flex-start;gap:6px;padding:20px;transition:border-color .12s,transform .12s;display:flex}.import-module__LRDONa__option:hover:not(:disabled){border-color:var(--ink);transform:translateY(-1px)}.import-module__LRDONa__option:disabled{opacity:.55;cursor:not-allowed}.import-module__LRDONa__dragOver{border-color:var(--green);border-style:dashed}.import-module__LRDONa__optionKicker{letter-spacing:.06em;text-transform:uppercase;color:var(--green-text);font-size:11px;font-weight:600}.import-module__LRDONa__optionName{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.01em;font-size:17px;font-weight:650}.import-module__LRDONa__optionDesc{color:var(--ink-2);flex:1;font-size:13px}.import-module__LRDONa__optionCta{background:var(--cta);color:var(--cta-text);border-radius:999px;margin-top:10px;padding:7px 14px;font-size:13px;font-weight:600}.import-module__LRDONa__takeoutHint{color:var(--muted);margin-top:22px;font-size:12.5px}.import-module__LRDONa__takeoutHint code{font-family:var(--font-mono), monospace;background:var(--paper);border:1px solid var(--border);border-radius:5px;padding:1px 5px}.import-module__LRDONa__takeoutHint a{text-underline-offset:2px;text-decoration:underline}
.dashboard-module__a-UVLa__dash{flex-direction:column;gap:16px;display:flex}.dashboard-module__a-UVLa__dash>*{min-width:0;animation:.42s cubic-bezier(.2,.7,.3,1) backwards dashboard-module__a-UVLa__rise}.dashboard-module__a-UVLa__dash>:nth-child(2){animation-delay:40ms}.dashboard-module__a-UVLa__dash>:nth-child(3){animation-delay:80ms}.dashboard-module__a-UVLa__dash>:nth-child(4){animation-delay:.12s}.dashboard-module__a-UVLa__dash>:nth-child(5){animation-delay:.16s}.dashboard-module__a-UVLa__dash>:nth-child(6){animation-delay:.2s}.dashboard-module__a-UVLa__dash>:nth-child(7){animation-delay:.24s}@keyframes dashboard-module__a-UVLa__rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__a-UVLa__filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dashboard-module__a-UVLa__seg{border:1px solid var(--border);background:var(--paper);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.dashboard-module__a-UVLa__seg button{color:var(--muted);white-space:nowrap;border-radius:999px;padding:6px 14px;font-size:13px;transition:color .12s,background .16s}.dashboard-module__a-UVLa__seg button:hover{color:var(--ink)}.dashboard-module__a-UVLa__seg button[aria-pressed=true]{background:var(--cta);color:var(--cta-text);font-weight:600}.dashboard-module__a-UVLa__notice{color:var(--ink-2);font-size:12px}.dashboard-module__a-UVLa__shareBtn{background:var(--green);color:#06210f;border-radius:999px;margin-left:auto;padding:8px 18px;font-size:13px;font-weight:600;transition:transform .14s,filter .14s}.dashboard-module__a-UVLa__shareBtn:hover{filter:brightness(1.05);transform:translateY(-1px)}@media (max-width:720px){.dashboard-module__a-UVLa__filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin:0 calc(-1*clamp(16px,4vw,40px));padding:2px clamp(16px,4vw,40px) 6px;overflow-x:auto}.dashboard-module__a-UVLa__filters::-webkit-scrollbar{display:none}.dashboard-module__a-UVLa__shareBtn{flex-shrink:0;margin-left:0}}.dashboard-module__a-UVLa__card{background:var(--paper);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:18px;padding:24px 26px}@media (max-width:640px){.dashboard-module__a-UVLa__card{border-radius:16px;padding:18px 16px}}.dashboard-module__a-UVLa__cardTitle,.dashboard-module__a-UVLa__eyebrow{font-family:var(--font-body), system-ui, sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:650}.dashboard-module__a-UVLa__cardSub{color:var(--ink-2);margin-top:6px;font-size:13px}.dashboard-module__a-UVLa__label{color:var(--muted);font-size:12.5px}.dashboard-module__a-UVLa__overview{grid-template-columns:minmax(0,1.05fr) minmax(0,1.5fr);align-items:center;gap:clamp(24px,4vw,48px);padding:30px 34px;display:grid}@media (max-width:880px){.dashboard-module__a-UVLa__overview{grid-template-columns:1fr;gap:22px}}@media (max-width:640px){.dashboard-module__a-UVLa__overview{padding:22px 18px}}.dashboard-module__a-UVLa__overviewMain{min-width:0}.dashboard-module__a-UVLa__heroValue{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.035em;margin-top:10px;font-size:clamp(42px,6.5vw,64px);font-weight:700;line-height:1.02}.dashboard-module__a-UVLa__heroDelta{color:var(--ink-2);min-height:1.4em;margin-top:10px;font-size:13px}.dashboard-module__a-UVLa__deltaUp{color:var(--bad);font-weight:650}.dashboard-module__a-UVLa__deltaDown{color:var(--green-text);font-weight:650}.dashboard-module__a-UVLa__overviewMetrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px;display:grid}.dashboard-module__a-UVLa__metric{border-left:1px solid var(--line);flex-direction:column;gap:4px;min-width:0;padding-left:22px;display:flex}.dashboard-module__a-UVLa__metric:first-child{border-left:0;padding-left:0}@media (max-width:560px){.dashboard-module__a-UVLa__overviewMetrics{grid-template-columns:1fr;gap:14px}.dashboard-module__a-UVLa__metric{border-left:0;border-top:1px solid var(--line);padding-top:14px;padding-left:0}.dashboard-module__a-UVLa__metric:first-child{border-top:0;padding-top:0}}.dashboard-module__a-UVLa__metricValue{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.02em;font-size:25px;font-weight:650}.dashboard-module__a-UVLa__metricRoute{font-size:15px;font-weight:650;line-height:1.3}.dashboard-module__a-UVLa__tileHint{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:auto;padding-top:2px;font-size:12px;overflow:hidden}.dashboard-module__a-UVLa__lockBanner{background:var(--paper);border:1px solid color-mix(in srgb, var(--green) 30%, var(--border));color:var(--ink-2);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 18px;font-size:13px;display:flex}.dashboard-module__a-UVLa__lockBanner b{color:var(--ink)}.dashboard-module__a-UVLa__lockBannerCta{color:var(--green-text);white-space:nowrap;font-size:13px;font-weight:650}.dashboard-module__a-UVLa__lockBannerCta:hover{text-underline-offset:3px;text-decoration:underline}.dashboard-module__a-UVLa__budgetBlock{max-width:340px;margin-top:16px}.dashboard-module__a-UVLa__budgetLine{color:var(--ink-2);justify-content:space-between;align-items:baseline;gap:10px;font-size:12.5px;display:flex}.dashboard-module__a-UVLa__budgetLine b{color:var(--ink);font-weight:650}.dashboard-module__a-UVLa__budgetLine button{color:var(--muted);text-underline-offset:2px;font-size:12px;text-decoration:underline}.dashboard-module__a-UVLa__budgetLine button:hover{color:var(--ink)}.dashboard-module__a-UVLa__budgetTrack{background:var(--bar-track);border-radius:4px;height:8px;margin-top:6px;overflow:hidden}.dashboard-module__a-UVLa__budgetFill{border-radius:4px;height:100%;transition:width .3s}.dashboard-module__a-UVLa__budgetOk{color:var(--green-text);margin-top:5px;font-size:12px}.dashboard-module__a-UVLa__budgetOver{color:var(--bad);margin-top:5px;font-size:12px;font-weight:600}.dashboard-module__a-UVLa__budgetTeaser{color:var(--ink-2);border:1px dashed var(--axis);border-radius:999px;margin-top:14px;padding:6px 14px;font-size:12.5px;font-weight:600;display:inline-block}.dashboard-module__a-UVLa__budgetTeaser:hover{color:var(--ink);border-color:var(--ink)}.dashboard-module__a-UVLa__budgetForm{align-items:center;gap:8px;margin-top:14px;display:flex}.dashboard-module__a-UVLa__budgetForm input{width:130px;font:inherit;border:1px solid var(--axis);background:var(--paper);color:var(--ink);border-radius:8px;padding:6px 10px;font-size:13px}.dashboard-module__a-UVLa__budgetForm button{color:var(--ink-2);font-size:12.5px;font-weight:600}.dashboard-module__a-UVLa__budgetForm button[type=submit]{background:var(--cta);color:var(--cta-text);border-radius:999px;padding:6px 14px}.dashboard-module__a-UVLa__amountCell{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.dashboard-module__a-UVLa__origAmount{color:var(--ink-2);font-size:11px}.dashboard-module__a-UVLa__tagChip{font-family:var(--font-body), system-ui, sans-serif;border:1px dashed var(--axis);color:var(--muted);border-radius:99px;padding:1px 8px;font-size:10.5px;font-weight:600}.dashboard-module__a-UVLa__tagChip:hover{color:var(--ink);border-color:var(--ink)}.dashboard-module__a-UVLa__tag_business{border-style:solid;border-color:color-mix(in srgb, var(--green) 45%, transparent);background:color-mix(in srgb, var(--green) 10%, var(--paper));color:var(--green-text)}.dashboard-module__a-UVLa__tag_personal{border-style:solid;border-color:var(--border);background:color-mix(in srgb, var(--ink) 5%, var(--paper));color:var(--ink-2)}.dashboard-module__a-UVLa__cardActions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:8px;display:flex}.dashboard-module__a-UVLa__insights{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}@media (max-width:640px){.dashboard-module__a-UVLa__insights{grid-template-columns:1fr 1fr;gap:10px}.dashboard-module__a-UVLa__insight{padding:14px 16px}.dashboard-module__a-UVLa__insight:before{left:16px}.dashboard-module__a-UVLa__insightValue{font-size:20px}}.dashboard-module__a-UVLa__insight{padding:18px 22px;position:relative;overflow:hidden}.dashboard-module__a-UVLa__insight:before{content:"";background:var(--green);border-radius:0 0 3px 3px;width:30px;height:3px;position:absolute;top:0;left:22px}.dashboard-module__a-UVLa__insightValue{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.02em;margin:6px 0 2px;font-size:24px;font-weight:650}.dashboard-module__a-UVLa__cardHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-module__a-UVLa__exportBtn{border:1px solid var(--border);background:var(--paper);border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:600;transition:border-color .14s,transform .14s}.dashboard-module__a-UVLa__exportBtn:hover{border-color:var(--ink);transform:translateY(-1px)}.dashboard-module__a-UVLa__chartCard{overflow:hidden}.dashboard-module__a-UVLa__chartBox{margin-top:16px;position:relative}.dashboard-module__a-UVLa__chartBox svg{width:100%;display:block}.dashboard-module__a-UVLa__barHit{cursor:default;outline:none}.dashboard-module__a-UVLa__barAnim{animation:.48s cubic-bezier(.2,.7,.3,1) backwards dashboard-module__a-UVLa__growBar}@keyframes dashboard-module__a-UVLa__growBar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.dashboard-module__a-UVLa__grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-module__a-UVLa__grid2>*{min-width:0}@media (max-width:860px){.dashboard-module__a-UVLa__grid2{grid-template-columns:1fr}}.dashboard-module__a-UVLa__emptyNote{color:var(--muted);margin-top:14px;font-size:13px}.dashboard-module__a-UVLa__tooltip{pointer-events:none;z-index:10;background:var(--paper);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;min-width:148px;padding:10px 13px;font-size:12px;animation:.14s ease-out dashboard-module__a-UVLa__tipIn;position:fixed}@keyframes dashboard-module__a-UVLa__tipIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__a-UVLa__ttTitle{color:var(--muted);margin-bottom:5px}.dashboard-module__a-UVLa__ttRow{justify-content:space-between;gap:14px;display:flex}.dashboard-module__a-UVLa__ttKey{color:var(--ink-2);align-items:center;gap:6px;display:flex}.dashboard-module__a-UVLa__ttKey:before{content:"";background:var(--bar);border-radius:1px;width:10px;height:2px}.dashboard-module__a-UVLa__ttVal{font-weight:650;font-family:var(--font-mono), monospace}.dashboard-module__a-UVLa__routeList{flex-direction:column;gap:15px;margin-top:16px;display:flex}.dashboard-module__a-UVLa__routeTop{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.dashboard-module__a-UVLa__routeName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13.5px;font-weight:550;overflow:hidden}.dashboard-module__a-UVLa__routeArrow{color:var(--muted);font-weight:400}.dashboard-module__a-UVLa__routeCount{color:var(--ink-2);white-space:nowrap;font-size:12px;font-family:var(--font-mono), monospace}.dashboard-module__a-UVLa__routeCount b{color:var(--ink);font-weight:600}.dashboard-module__a-UVLa__routeTrack{background:var(--bar-track);border-radius:4px;height:8px;margin-top:6px;overflow:hidden}.dashboard-module__a-UVLa__routeFill{background:var(--bar);transform-origin:0;border-radius:0 4px 4px 0;min-width:3px;height:100%;transition:width .3s;animation:.56s cubic-bezier(.2,.7,.3,1) backwards dashboard-module__a-UVLa__growX}@keyframes dashboard-module__a-UVLa__growX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.dashboard-module__a-UVLa__routeMeta{color:var(--muted);margin-top:5px;font-size:12px}.dashboard-module__a-UVLa__tableWrap{border:1px solid var(--line);border-radius:12px;max-height:430px;margin-top:16px;overflow:auto}.dashboard-module__a-UVLa__table{border-collapse:collapse;width:100%;font-size:13px}.dashboard-module__a-UVLa__table thead th{z-index:1;background:var(--paper);text-align:left;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--line);padding:10px 16px;font-size:11px;font-weight:650;position:sticky;top:0}.dashboard-module__a-UVLa__table tbody td{border-bottom:1px solid var(--line);padding:9px 16px}.dashboard-module__a-UVLa__table tbody tr{transition:background .1s}.dashboard-module__a-UVLa__table tbody tr:hover{background:color-mix(in srgb, var(--ink) 3.5%, transparent)}.dashboard-module__a-UVLa__table tbody tr:last-child td{border-bottom:0}.dashboard-module__a-UVLa__num{text-align:right;font-variant-numeric:tabular-nums;font-family:var(--font-mono), monospace}.dashboard-module__a-UVLa__mut{color:var(--ink-2)}.dashboard-module__a-UVLa__pill{border:1px solid var(--border);color:var(--ink-2);border-radius:99px;align-items:center;gap:6px;padding:2px 9px;font-size:11px;font-weight:550;display:inline-flex}.dashboard-module__a-UVLa__pill:before{content:"";background:var(--ink-2);border-radius:50%;width:5px;height:5px}.dashboard-module__a-UVLa__pillEats:before{background:var(--green)}@media (max-width:640px){.dashboard-module__a-UVLa__tableWrap{max-height:480px}.dashboard-module__a-UVLa__table thead{display:none}.dashboard-module__a-UVLa__table,.dashboard-module__a-UVLa__table tbody{display:block}.dashboard-module__a-UVLa__table tbody tr{border-bottom:1px solid var(--line);grid-template-columns:auto auto 1fr;grid-template-areas:"date pill amount""route route amount";align-items:center;gap:3px 10px;padding:11px 14px;display:grid}.dashboard-module__a-UVLa__table tbody tr:last-child{border-bottom:0}.dashboard-module__a-UVLa__table tbody td{border:0;padding:0;display:block}.dashboard-module__a-UVLa__table tbody td:first-child{white-space:nowrap;grid-area:date;font-size:12px}.dashboard-module__a-UVLa__table tbody td:nth-child(2){grid-area:pill}.dashboard-module__a-UVLa__table tbody td:nth-child(3){text-overflow:ellipsis;white-space:nowrap;grid-area:route;min-width:0;font-size:13px;overflow:hidden}.dashboard-module__a-UVLa__table tbody td:nth-child(4){white-space:nowrap;grid-area:amount;justify-self:end;font-size:13.5px;font-weight:600}}
.share-module___aGlBa__overlay{z-index:50;-webkit-backdrop-filter:blur(8px);background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.18s ease-out share-module___aGlBa__fadeIn;display:flex;position:fixed;inset:0}@keyframes share-module___aGlBa__fadeIn{0%{opacity:0}to{opacity:1}}.share-module___aGlBa__panel{background:var(--paper);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;width:min(560px,100%);max-height:calc(100dvh - 40px);padding:24px 26px;animation:.22s cubic-bezier(.2,.7,.3,1) share-module___aGlBa__panelIn;overflow-y:auto}@keyframes share-module___aGlBa__panelIn{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.share-module___aGlBa__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.share-module___aGlBa__title{font-size:18px}.share-module___aGlBa__sub{color:var(--muted);max-width:40ch;margin-top:4px;font-size:12.5px}.share-module___aGlBa__close{color:var(--muted);border-radius:8px;padding:6px 10px;font-size:15px}.share-module___aGlBa__close:hover{color:var(--ink)}.share-module___aGlBa__controls{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.share-module___aGlBa__formatHint{color:var(--muted);font-size:12px;font-family:var(--font-mono), monospace}.share-module___aGlBa__routeToggle{cursor:pointer;color:var(--ink-2);align-items:flex-start;gap:10px;margin-top:14px;font-size:13px;display:flex}.share-module___aGlBa__routeToggle input{accent-color:var(--green);cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.share-module___aGlBa__routePreviewText{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:46ch;margin-top:1px;font-size:12px;font-style:normal;display:block;overflow:hidden}.share-module___aGlBa__previewBox{border:1px solid var(--border);background:#0d0d0c;border-radius:14px;justify-content:center;margin-top:16px;display:flex;overflow:hidden}.share-module___aGlBa__preview{width:auto;max-width:100%;max-height:min(56vh,560px);display:block}.share-module___aGlBa__previewWide .share-module___aGlBa__preview{width:100%;height:auto;max-height:none}.share-module___aGlBa__actions{justify-content:flex-end;margin-top:18px;display:flex}.share-module___aGlBa__download{background:var(--cta);color:var(--cta-text);border-radius:999px;padding:10px 22px;font-size:14px;font-weight:600;transition:transform .14s}.share-module___aGlBa__download:hover{transform:translateY(-1px)}@media (max-width:640px){.share-module___aGlBa__overlay{align-items:flex-end;padding:12px}.share-module___aGlBa__panel{border-radius:18px 18px 12px 12px;padding:18px 16px}.share-module___aGlBa__preview{max-height:46vh}.share-module___aGlBa__download{text-align:center;width:100%}}
.locked-module__WaS63q__wrap{position:relative}.locked-module__WaS63q__preview{filter:blur(5px);opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none}.locked-module__WaS63q__overlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex;position:absolute;inset:0}.locked-module__WaS63q__badge{letter-spacing:.1em;text-transform:uppercase;color:var(--green-text);border:1px solid color-mix(in srgb, var(--green) 40%, transparent);background:color-mix(in srgb, var(--green) 8%, var(--paper));border-radius:999px;padding:3px 10px;font-size:10.5px;font-weight:650}.locked-module__WaS63q__label{color:var(--ink-2);max-width:32ch;font-size:13.5px}.locked-module__WaS63q__cta{background:var(--cta);color:var(--cta-text);border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:transform .14s}.locked-module__WaS63q__cta:hover{transform:translateY(-1px)}
.routeintel-module__SVdZtG__suite{flex-direction:column;gap:18px;margin-top:14px;display:flex}.routeintel-module__SVdZtG__tiles{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.routeintel-module__SVdZtG__tile{border:1px solid var(--line);border-radius:12px;min-width:0;padding:12px 14px}.routeintel-module__SVdZtG__tileValue{letter-spacing:-.02em;font-size:20px;font-weight:650;font-family:var(--font-display), var(--font-body), system-ui, sans-serif;margin:2px 0 1px}.routeintel-module__SVdZtG__valueBad{color:var(--bad)}.routeintel-module__SVdZtG__valueGood{color:var(--green-text)}.routeintel-module__SVdZtG__explorer{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:18px;display:grid}.routeintel-module__SVdZtG__rail{flex-direction:column;gap:4px;max-height:460px;padding-right:2px;display:flex;overflow-y:auto}.routeintel-module__SVdZtG__railItem{text-align:left;border:1px solid #0000;border-radius:10px;flex-direction:column;gap:2px;padding:9px 11px;display:flex}.routeintel-module__SVdZtG__railItem:hover{background:color-mix(in srgb, var(--ink) 4%, transparent)}.routeintel-module__SVdZtG__railItem[aria-pressed=true]{border-color:var(--line);background:color-mix(in srgb, var(--ink) 3%, transparent)}.routeintel-module__SVdZtG__railRoute{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.routeintel-module__SVdZtG__railMeta{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;gap:8px;font-size:11.5px;display:flex}.routeintel-module__SVdZtG__detail{flex-direction:column;gap:12px;min-width:0;display:flex}.routeintel-module__SVdZtG__detailHead{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.routeintel-module__SVdZtG__detailSub{color:var(--ink-2);margin-top:-8px;font-size:12.5px}.routeintel-module__SVdZtG__detailSub b{color:var(--ink);font-weight:650}.routeintel-module__SVdZtG__chartBox{width:100%;position:relative}.routeintel-module__SVdZtG__chartBox svg{max-width:100%;display:block}.routeintel-module__SVdZtG__block{border-top:1px solid var(--line);padding-top:12px}.routeintel-module__SVdZtG__blockTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:11px;font-weight:650}.routeintel-module__SVdZtG__parts{flex-direction:column;gap:7px;display:flex}.routeintel-module__SVdZtG__partRow{grid-template-columns:110px minmax(40px,1fr) auto auto;align-items:center;gap:10px;font-size:12.5px;display:grid}.routeintel-module__SVdZtG__partLabel{color:var(--ink-2);white-space:nowrap}.routeintel-module__SVdZtG__partHours{color:var(--muted);font-size:11px;font-family:var(--font-mono), monospace}.routeintel-module__SVdZtG__partTrack{background:var(--bar-track);border-radius:4px;height:8px;overflow:hidden}.routeintel-module__SVdZtG__partFill{background:var(--bar);border-radius:4px;height:100%;display:block}.routeintel-module__SVdZtG__partFillCheap{background:var(--green)}.routeintel-module__SVdZtG__partValue{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.routeintel-module__SVdZtG__partCount{color:var(--muted);font-size:11px;font-weight:400}.routeintel-module__SVdZtG__cheapTag{color:var(--green-text);white-space:nowrap;font-size:11px;font-weight:650}.routeintel-module__SVdZtG__partNote{color:var(--ink-2);margin-top:10px;font-size:12.5px}.routeintel-module__SVdZtG__partNote b{color:var(--green-text)}.routeintel-module__SVdZtG__factChips{flex-wrap:wrap;gap:6px;display:flex}.routeintel-module__SVdZtG__chip{color:var(--ink-2);border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:11.5px}.routeintel-module__SVdZtG__overList{color:var(--ink-2);flex-direction:column;gap:6px;font-size:12.5px;list-style:none;display:flex}.routeintel-module__SVdZtG__overList li{justify-content:space-between;gap:12px;display:flex}.routeintel-module__SVdZtG__overCell{font-variant-numeric:tabular-nums}.routeintel-module__SVdZtG__flagBad{color:var(--bad);white-space:nowrap;font-size:12px;font-weight:650}.routeintel-module__SVdZtG__flagOk{color:var(--muted);white-space:nowrap;font-size:12px}.routeintel-module__SVdZtG__flagGood{color:var(--green-text);white-space:nowrap;font-size:12px;font-weight:650}@media (max-width:860px){.routeintel-module__SVdZtG__tiles{grid-template-columns:repeat(2,1fr)}.routeintel-module__SVdZtG__explorer{grid-template-columns:1fr}.routeintel-module__SVdZtG__rail{flex-direction:row;max-height:none;padding-bottom:4px;overflow:auto hidden}.routeintel-module__SVdZtG__railItem{border-color:var(--line);flex-shrink:0;max-width:220px}.routeintel-module__SVdZtG__railItem[aria-pressed=true]{border-color:var(--ink)}.routeintel-module__SVdZtG__partRow{grid-template-columns:84px minmax(30px,1fr) auto}.routeintel-module__SVdZtG__cheapTag{grid-column:3}}
.heatmap-module__QqLeCG__wrap{margin-top:16px}.heatmap-module__QqLeCG__grid{flex-direction:column;gap:3px;padding-bottom:2px;display:flex;overflow-x:auto}.heatmap-module__QqLeCG__row{grid-template-columns:34px repeat(24,minmax(14px,1fr));align-items:center;gap:3px;display:grid}.heatmap-module__QqLeCG__dayLabel{color:var(--muted);padding-right:4px;font-size:11px}.heatmap-module__QqLeCG__cell{aspect-ratio:1;cursor:default;border:0;border-radius:3px;width:100%;min-width:14px;padding:0;transition:transform .12s;display:block}.heatmap-module__QqLeCG__cell:hover{outline:1px solid var(--ink);outline-offset:1px;transform:scale(1.12)}.heatmap-module__QqLeCG__hourLabel{color:var(--muted);font-size:10px;font-family:var(--font-mono), monospace;text-align:left}@media (max-width:640px){.heatmap-module__QqLeCG__row{grid-template-columns:26px repeat(24,minmax(7px,1fr));gap:2px}.heatmap-module__QqLeCG__cell{border-radius:2px;min-width:7px}.heatmap-module__QqLeCG__cell:hover{transform:none}.heatmap-module__QqLeCG__dayLabel{padding-right:2px;font-size:9.5px}.heatmap-module__QqLeCG__hourLabel{font-size:8.5px}}.heatmap-module__QqLeCG__legend{color:var(--muted);align-items:center;gap:8px;margin-top:12px;font-size:11px;display:flex}.heatmap-module__QqLeCG__legendRamp{background:linear-gradient(90deg, color-mix(in srgb, var(--bar) 15%, var(--paper)), var(--bar));border-radius:999px;width:90px;height:8px}
.account-module__2WruRW__signIn{border:1px solid var(--border);background:var(--paper);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}.account-module__2WruRW__signIn:hover{border-color:var(--ink)}.account-module__2WruRW__wrap{position:relative}.account-module__2WruRW__avatar{background:var(--cta);width:30px;height:30px;color:var(--cta-text);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:650;display:flex;position:relative}.account-module__2WruRW__premiumDot{background:var(--green);border:2px solid var(--page);border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.account-module__2WruRW__menu{background:var(--paper);border:1px solid var(--border);min-width:220px;box-shadow:var(--shadow);z-index:20;border-radius:14px;padding:12px;animation:.14s ease-out account-module__2WruRW__menuIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes account-module__2WruRW__menuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.account-module__2WruRW__email{text-overflow:ellipsis;white-space:nowrap;padding:2px 8px;font-size:13px;font-weight:600;overflow:hidden}.account-module__2WruRW__planLine{color:var(--muted);padding:0 8px 4px;font-size:12px}.account-module__2WruRW__rule{border-top:1px solid var(--line);margin:6px 0}.account-module__2WruRW__item{text-align:left;width:100%;color:var(--ink);border-radius:8px;padding:8px;font-size:13px;display:block}.account-module__2WruRW__item:hover{background:color-mix(in srgb, var(--ink) 5%, transparent)}.account-module__2WruRW__item:disabled{opacity:.6}.account-module__2WruRW__pushHint{color:var(--muted);padding:8px;font-size:12px;line-height:1.45}
.app-module__j4pN9G__page{flex-direction:column;min-height:100dvh;display:flex}.app-module__j4pN9G__topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--page) 72%, transparent);-webkit-backdrop-filter:blur(14px);z-index:5;justify-content:space-between;align-items:center;padding:14px clamp(16px,4vw,40px);display:flex;position:sticky;top:0}.app-module__j4pN9G__wordmark{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.03em;font-size:20px;font-weight:700}.app-module__j4pN9G__dot{color:var(--green)}.app-module__j4pN9G__topbarRight{align-items:center;gap:12px;display:flex}.app-module__j4pN9G__sourceBadge{color:var(--ink-2);border:1px solid var(--border);background:var(--paper);border-radius:999px;padding:3px 10px;font-size:12px}.app-module__j4pN9G__syncChip{color:var(--ink-2);border:1px solid var(--border);background:var(--paper);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:6px 14px;font-size:12.5px;font-weight:550;transition:border-color .14s,color .14s;display:inline-flex}.app-module__j4pN9G__syncChip:hover:not(:disabled){border-color:var(--ink);color:var(--ink)}.app-module__j4pN9G__syncChip:disabled{cursor:default}.app-module__j4pN9G__syncIcon{font-size:14px;line-height:1;display:inline-block}.app-module__j4pN9G__syncSpin{animation:.9s linear infinite app-module__j4pN9G__spin}@keyframes app-module__j4pN9G__spin{to{transform:rotate(360deg)}}.app-module__j4pN9G__main{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:22px clamp(16px,4vw,40px) 40px}.app-module__j4pN9G__footer{color:var(--muted);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:18px clamp(16px,4vw,40px) 28px;font-size:12px;display:flex}.app-module__j4pN9G__footerReset{color:var(--muted);text-underline-offset:3px;font-size:12px;text-decoration:underline}.app-module__j4pN9G__footerReset:hover{color:var(--bad)}@media (max-width:640px){.app-module__j4pN9G__topbar,.app-module__j4pN9G__topbarRight{gap:8px}.app-module__j4pN9G__syncChip{padding:5px 11px;font-size:12px}.app-module__j4pN9G__sourceBadge{padding:2px 8px;font-size:11px}.app-module__j4pN9G__main{padding-top:16px}}
