:root{--app-radius-sm:8px;--app-radius-md:12px;--app-radius-lg:16px;--app-space-1:0.25rem;--app-space-2:0.5rem;--app-space-3:1rem;--app-space-4:1.5rem;--app-space-5:2.5rem;--app-font-sans:"Avenir Next",Avenir,"Segoe UI",Helvetica,Arial,sans-serif;--app-font-mono:var(--font-noto-mono),"Noto Sans Mono","SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--app-surface:var(--bs-body-bg);--app-surface-raised:#ffffff;--app-surface-sunken:#f4f5f7;--app-border:var(--bs-border-color);--app-text-1:var(--bs-body-color);--app-text-2:var(--bs-secondary-color);--app-shadow-sm:0 1px 2px rgba(15,23,42,0.06),0 1px 3px rgba(15,23,42,0.08);--app-shadow-md:0 4px 12px rgba(15,23,42,0.08),0 2px 4px rgba(15,23,42,0.05);--app-shadow-lg:0 12px 32px rgba(15,23,42,0.12);--app-macro-protein:#36a2eb;--app-macro-carbs:#f0ad2d;--app-macro-fats:#ef5d7f}[data-bs-theme=dark]{--app-surface-raised:#1d2025;--app-surface-sunken:#16181c;--app-shadow-sm:0 1px 2px rgba(0,0,0,0.4);--app-shadow-md:0 4px 12px rgba(0,0,0,0.45);--app-shadow-lg:0 12px 32px rgba(0,0,0,0.55);--bs-body-bg:#131517}body,html{max-width:100vw;overflow-x:hidden}body{font-family:var(--app-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:600}.badge,.btn,.font-mono,.form-label,.price,code,kbd{font-family:var(--app-font-mono);letter-spacing:.02em}.badge,.btn,.price{font-weight:700}.font-mono,.form-label{font-weight:600}:focus-visible{outline:2px solid var(--bs-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.app-card{background-color:var(--app-surface-raised);border:1px solid var(--app-border);border-radius:var(--app-radius-lg);box-shadow:var(--app-shadow-sm)}.app-card--interactive{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.app-card--interactive:focus-within,.app-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--app-shadow-md);border-color:var(--bs-primary)}.page-shell{max-width:1200px;margin:0 auto;padding:var(--app-space-4) var(--app-space-3) var(--app-space-5)}.page-shell--narrow{max-width:720px}.page-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:var(--app-space-1)}.page-subtitle{color:var(--app-text-2);margin-bottom:0}.empty-state{display:flex;flex-direction:column;align-items:center;gap:var(--app-space-2);text-align:center;padding:var(--app-space-5) var(--app-space-3);color:var(--app-text-2);border:1px dashed var(--app-border);border-radius:var(--app-radius-lg)}.empty-state h2,.empty-state h3{font-size:1.1rem;font-weight:600;color:var(--app-text-1);margin:0}.empty-state p{margin:0;max-width:42ch}.floating-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);z-index:1}.skeleton{display:inline-block;background:linear-gradient(90deg,var(--app-surface-sunken) 25%,var(--app-border) 50%,var(--app-surface-sunken) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s linear infinite}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.nav-pills .nav-link{color:var(--app-text-2);font-weight:600;border-radius:var(--app-radius-md)}.nav-pills .nav-link:hover{color:var(--app-text-1);background-color:var(--app-surface-sunken)}.nav-pills .nav-link.active{color:#fff;background-color:var(--bs-primary)}.driver-popover{background-color:var(--app-surface-raised);border-radius:var(--app-radius-md)}.driver-popover,.driver-popover-description,.driver-popover-progress-text,.driver-popover-title{color:var(--app-text-1)}.driver-popover-footer button{background-color:var(--app-surface-sunken);color:var(--app-text-1);border:1px solid var(--bs-border-color);text-shadow:none}.driver-popover-arrow-side-left.driver-popover-arrow{border-left-color:var(--app-surface-raised)}.driver-popover-arrow-side-right.driver-popover-arrow{border-right-color:var(--app-surface-raised)}.driver-popover-arrow-side-top.driver-popover-arrow{border-top-color:var(--app-surface-raised)}.driver-popover-arrow-side-bottom.driver-popover-arrow{border-bottom-color:var(--app-surface-raised)}.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:focus,.driver-popover-footer-btn:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-none,.driver-popover-arrow-side-center{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1cdd02902f937a18-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7deddc85b7ffd1dc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a3dce5cfb5f7760-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/15605e25b523335c-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/641a7b8a5800ee0e-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4c4b3b30b6bcb2be-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ec14413c594b3356-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Mono Fallback;src:local("Arial");ascent-override:79.43%;descent-override:21.77%;line-gap-override:0.00%;size-adjust:134.59%}.__className_89e83c{font-family:Noto Sans Mono,Noto Sans Mono Fallback;font-style:normal}.__variable_89e83c{--font-noto-mono:"Noto Sans Mono","Noto Sans Mono Fallback"}