:root{--sf-production-burgundy:#5c1515;--sf-production-burgundy-deep:#3f0f12;--sf-production-paper:#f7f4ed;--sf-production-muted:#9b6662;--sf-production-gold:#d5a940;--sf-production-line:rgba(92,21,21,.28);--sf-production-display:var(--sv2-font-display),Georgia,serif;--sf-production-sans:var(--sv2-font-sans),Arial,sans-serif;--sf-intel-bg:#f7f4ed;--sf-intel-bg-secondary:#fffdf8;--sf-intel-burgundy:#5c1a1b;--sf-intel-burgundy-lit:#7a2324;--sf-intel-on-burgundy:#f3e9dd;--sf-intel-text:#5c1515;--sf-intel-text-muted:#8f5f5b;--sf-intel-text-faint:#a7837e;--sf-intel-gold:#936d18;--sf-intel-rose:#9d4f48;--sf-intel-sage:#587047;--sf-intel-danger:#a53f3a;--sf-intel-panel:#fffdf8;--sf-intel-line:rgba(92,21,21,.18)}:root[data-theme=dark]{--sf-production-burgundy:#f4efe4;--sf-production-burgundy-deep:#3f0f12;--sf-production-paper:#64161a;--sf-production-muted:#d2bdb4;--sf-production-line:hsla(41,42%,93%,.24);--sf-intel-bg:#140e10;--sf-intel-bg-secondary:#1e1518;--sf-intel-burgundy:#5c1a1b;--sf-intel-burgundy-lit:#7a2324;--sf-intel-on-burgundy:#f3e9dd;--sf-intel-text:#f3e9dd;--sf-intel-text-muted:#b7a493;--sf-intel-text-faint:#7c6b5f;--sf-intel-gold:#d9a15b;--sf-intel-rose:#c97b6e;--sf-intel-sage:#8aa06e;--sf-intel-danger:#e0776b;--sf-intel-panel:#211a1d;--sf-intel-line:hsla(33,48%,91%,.1)}.sf-production-app{min-height:100dvh;background:var(--sf-production-burgundy-deep);color:var(--sf-production-burgundy);font-family:var(--sf-production-sans)}.sf-production-content{min-height:100dvh;padding-bottom:calc(76px + env(safe-area-inset-bottom));background:var(--sf-production-paper)}.sf-production-nav{position:fixed;right:0;bottom:0;left:0;z-index:100;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--sf-production-line);background:hsla(42,38%,95%,.96);color:var(--sf-production-burgundy);box-shadow:0 -8px 26px rgba(63,15,18,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}:root[data-theme=dark] .sf-production-nav{background:rgba(100,22,26,.96);box-shadow:0 -8px 26px rgba(20,14,16,.24)}.sf-production-nav-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,640px);min-height:76px;margin-inline:auto}.sf-production-nav a{position:relative;display:grid;min-width:0;min-height:56px;place-items:center;padding:10px 8px;color:var(--sf-production-muted);font-family:var(--sf-production-sans);font-size:clamp(12px,3.4vw,15px);font-weight:500;line-height:1;letter-spacing:.09em;text-decoration:none;transition:color .16s ease,background-color .16s ease}.sf-production-nav a:before{position:absolute;top:9px;width:28px;height:2px;background:transparent;content:""}.sf-production-nav a.sf-production-nav-current,.sf-production-nav a:focus-visible,.sf-production-nav a:hover{color:var(--sf-production-burgundy)}.sf-production-nav a:focus-visible{outline:2px solid var(--sf-production-gold);outline-offset:-5px}.sf-production-nav a.sf-production-nav-current:before{background:var(--sf-production-burgundy)}@media(min-width:768px){.sf-production-content{width:min(100%,720px);margin-inline:auto;border-inline:1px solid rgba(213,169,64,.45)}}@media(prefers-reduced-motion:reduce){.sf-production-nav a{transition:none}}