:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff7f0;--foreground:#1f1713;--muted:#786b62;--muted-foreground:#6b5f57;--card:#fff;--card-foreground:#1f1713;--popover:#fff;--popover-foreground:#1f1713;--primary:#f15d22;--primary-foreground:#fffaf6;--secondary:#f5eee9;--secondary-foreground:#2a1e18;--accent:#121212;--accent-foreground:#fffaf6;--success:#178a63;--success-foreground:#f8fffb;--border:#eaded5;--input:#eaded5;--ring:#f15d2257;--radius:8px;--page-grid:#1f17130b;--page-gradient:linear-gradient(180deg, #fffaf6 0%, var(--background) 42%, #fff 100%);--hero-background:linear-gradient(135deg, #f15d221f, transparent 34%), linear-gradient(145deg, #fffffff5, #fff4edeb);--nav-background:#fffaf6e0;--soft-surface:#fffaf6;--white-surface:#ffffffdb;--white-surface-strong:#fff;--release-console-surface:#ffffffe6;--release-console-surface-soft:#fff7f0f5;--release-console-foreground:#1f1713;--release-console-muted:#6b5f57;--release-console-border:#f15d222e;--release-console-metric:#f15d2214;--release-console-link:#c84712;--dark-surface:#16110f;--dark-surface-soft:#211815;--dark-surface-foreground:#fffaf6;--dark-surface-muted:#fffaf6c2;--shadow-sm:0 10px 24px #311f150f;--shadow-md:0 22px 54px #311f1517;--shadow-lg:0 30px 82px #4d261321}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#111416;--foreground:#fff7f0;--muted:#a69a91;--muted-foreground:#c6bbb3;--card:#171b1d;--card-foreground:#fff7f0;--popover:#171b1d;--popover-foreground:#fff7f0;--primary:#ff7a3d;--primary-foreground:#160c08;--secondary:#252a2d;--secondary-foreground:#fff7f0;--accent:#fff7f0;--accent-foreground:#17110e;--success:#64d0a6;--success-foreground:#071711;--border:#343a3d;--input:#343a3d;--ring:#ff7a3d80;--page-grid:#fff7f00d;--page-gradient:linear-gradient(180deg, #0f1113 0%, var(--background) 44%, #191d1f 100%);--hero-background:linear-gradient(135deg, #ff7a3d2e, transparent 34%), linear-gradient(145deg, #1b1f21f5, #141719f5);--nav-background:#171b1de6;--soft-surface:#1b2022;--white-surface:#171b1de6;--white-surface-strong:#202527;--release-console-surface:#111618;--release-console-surface-soft:#1a2022;--release-console-foreground:#fffaf6;--release-console-muted:#fffaf6c7;--release-console-border:#fffaf624;--release-console-metric:#fffaf612;--release-console-link:#ff9a67;--dark-surface:#111618;--dark-surface-soft:#1a2022;--dark-surface-foreground:#fffaf6;--dark-surface-muted:#fffaf6c7;--shadow-sm:0 10px 24px #0000003d;--shadow-md:0 22px 54px #00000047;--shadow-lg:0 30px 82px #00000057}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}html,body{background:linear-gradient(90deg, var(--page-grid) 1px, transparent 1px), linear-gradient(var(--page-grid) 1px, transparent 1px), var(--page-gradient);min-height:100%;color:var(--foreground);background-size:44px 44px,44px 44px,auto;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body[data-scroll-locked]{--removed-body-scroll-bar-size:0px!important}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}img{max-width:100%;display:block}.app-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:22px 0 80px}.site-header{z-index:20;margin-bottom:18px;position:sticky;top:14px}.site-nav{border:1px solid var(--border);background:var(--nav-background);min-height:72px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:12px 14px 12px 18px;display:grid}.nav-brand{flex-shrink:0;justify-content:center;align-items:center;min-width:0;display:inline-flex}.foxsell-logo{align-items:center;display:inline-grid}.foxsell-logo img{grid-area:1/1}.foxsell-logo-dark,html[data-theme=dark] .foxsell-logo-light{opacity:0}html[data-theme=dark] .foxsell-logo-dark{opacity:1}.nav-links,.nav-actions{align-items:center;gap:8px;display:flex}.nav-links{justify-content:center}.nav-actions{justify-content:flex-end}.theme-toggle{border:1px solid var(--border);background:color-mix(in srgb, var(--white-surface-strong) 78%, transparent);width:70px;height:40px;color:var(--muted-foreground);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:999px;grid-template-columns:1fr 1fr;align-items:center;padding:4px;display:inline-grid;position:relative}.theme-toggle-thumb{background:var(--foreground);border-radius:999px;width:30px;height:30px;transition:transform .18s,background-color .18s;position:absolute;top:4px;left:4px;box-shadow:0 8px 18px #1f171329}.theme-toggle[aria-pressed=true] .theme-toggle-thumb,html[data-theme=dark] .theme-toggle .theme-toggle-thumb{background:var(--primary);transform:translate(30px)}.theme-toggle-icon{z-index:1;justify-content:center;align-items:center;width:30px;height:30px;transition:color .18s;display:inline-flex;position:relative}.theme-toggle-sun,.theme-toggle[aria-pressed=true] .theme-toggle-moon,html[data-theme=dark] .theme-toggle .theme-toggle-moon{color:var(--background)}.theme-toggle-moon,.theme-toggle[aria-pressed=true] .theme-toggle-sun,html[data-theme=dark] .theme-toggle .theme-toggle-sun{color:var(--muted-foreground)}.mobile-menu{align-items:center;gap:8px;min-width:0;display:none}.hero-section{border:1px solid var(--border);background:var(--hero-background);box-shadow:var(--shadow-lg);border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);align-items:stretch;gap:28px;padding:34px;display:grid}.hero-copy{flex-direction:column;justify-content:center;min-width:0;padding:16px 0;display:flex}.hero-copy h1{letter-spacing:0;max-width:700px;margin:20px 0 18px;font-size:clamp(30px,3.8vw,46px);line-height:1.08}.hero-copy p{max-width:680px;color:var(--muted-foreground);margin:0;font-size:18px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.release-console{background:linear-gradient(180deg, color-mix(in srgb, var(--release-console-surface) 96%, transparent), color-mix(in srgb, var(--release-console-surface-soft) 96%, transparent)), var(--release-console-surface);color:var(--release-console-foreground);align-self:stretch}.release-console .ui-card-title{color:var(--release-console-foreground)}.release-console .ui-card-description{color:var(--release-console-muted)}.release-console-topline,.release-card-meta,.sheet-title-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.release-console-topline{color:var(--release-console-muted);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:700}.console-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.console-metric{border:1px solid var(--release-console-border);border-radius:var(--radius);background:var(--release-console-metric);gap:4px;padding:14px;display:grid}.console-metric strong{color:var(--release-console-foreground);font-size:28px;line-height:1}.console-metric span{color:var(--release-console-muted);font-size:12px;line-height:1.4}.console-link{color:var(--release-console-link);align-items:center;gap:6px;font-weight:650;display:inline-flex}.spotlight-section{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.spotlight-card .ui-card-header{gap:14px}.spotlight-icon{border-radius:var(--radius);width:42px;height:42px;color:var(--primary);background:#f15d221f;justify-content:center;align-items:center;display:inline-flex}.featured-section,.archive-section{margin-top:42px}.section-heading{gap:12px;margin-bottom:18px;display:grid}.section-heading h2{letter-spacing:0;max-width:760px;margin:0;font-size:clamp(28px,4vw,44px);line-height:1.06}.archive-heading{margin-bottom:20px}.featured-card{grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:18px;padding:0;display:grid;overflow:hidden}.featured-card .ui-card-header,.featured-card .ui-card-content{padding:28px}.featured-card .ui-card-content{background:var(--soft-surface);gap:18px;display:grid}.featured-media{border-right:1px solid var(--border);background:var(--soft-surface);min-height:100%;padding:18px;display:grid}.featured-media .release-image,.featured-media .release-image-frame,.featured-media .release-image img{min-height:100%}.featured-media .release-image{align-content:start}.featured-media .release-image img{object-fit:cover}.featured-content{align-content:center;display:grid}.featured-bullets,.release-bullets{gap:12px;margin:0;padding:0;list-style:none;display:grid}.featured-bullets li,.release-bullets li{color:var(--muted-foreground);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;line-height:1.65;display:grid}.featured-bullets svg,.release-bullets svg{color:var(--primary);margin-top:4px}.release-tabs{gap:18px;display:grid}.archive-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.category-tabs,.view-tabs{min-width:0}.mobile-category-filter{display:none}.release-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.release-card{min-height:100%;overflow:hidden}.release-card-meta{align-items:flex-start}.release-date{color:var(--muted-foreground);align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.release-image{gap:8px;margin:0;padding:0 24px 20px;display:grid}.release-image-frame{border:1px solid var(--border);border-radius:var(--radius);background:var(--soft-surface);display:block;overflow:hidden}.release-image img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto}.release-image-contained .release-image-frame{place-items:center;display:grid}.release-image-contained img,.featured-media .release-image-contained img{object-fit:contain}.release-image figcaption{color:var(--muted-foreground);font-size:12px;line-height:1.45}.release-image-compact{padding:0}.release-timeline{gap:18px;display:grid;position:relative}.timeline-entry{grid-template-columns:34px minmax(0,1fr);gap:14px;display:grid}.timeline-rail{justify-content:center;padding-top:28px;display:flex;position:relative}.timeline-rail:before{background:var(--border);content:"";width:1px;position:absolute;top:0;bottom:-18px}.timeline-entry:last-child .timeline-rail:before{bottom:calc(100% - 40px)}.timeline-rail span{z-index:1;border:3px solid var(--background);background:var(--primary);width:15px;height:15px;box-shadow:0 0 0 1px var(--border);border-radius:999px;position:relative}.timeline-card{overflow:hidden}.timeline-card-body{grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.timeline-card-body-text-only{grid-template-columns:minmax(0,1fr);max-width:760px}.sheet-link-list{gap:10px;margin-top:26px;display:grid}.sheet-link{border:1px solid var(--border);border-radius:var(--radius);background:var(--soft-surface);justify-content:space-between;align-items:center;gap:14px;padding:15px;display:flex}.sheet-link span{gap:4px;display:grid}.sheet-link-label{font-weight:500}.sheet-link small{color:var(--muted-foreground);font-size:13px;line-height:1.45}.sheet-actions{gap:10px;margin-top:24px;display:grid}.sheet-actions .ui-button{width:100%}.ui-button,.ui-badge,.ui-card,.ui-tabs-trigger,.ui-select-trigger,.ui-select-content,.ui-select-item,.ui-sheet-content,.sheet-link,.console-link{transition:border-color .18s,background-color .18s,box-shadow .18s,color .18s,transform .18s}.ui-button{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-width:0;font-weight:500;line-height:1;display:inline-flex}.ui-button-md{min-height:42px;padding:0 16px;font-size:14px}.ui-button-sm{min-height:38px;padding:0 13px;font-size:13px}.ui-button-lg{min-height:52px;padding:0 20px;font-size:15px}.ui-button-icon{width:42px;height:42px;padding:0}.ui-button-default{background:var(--primary);color:var(--primary-foreground);box-shadow:0 14px 30px #f15d2238}.ui-button-secondary{border-color:var(--border);background:var(--secondary);color:var(--secondary-foreground)}.ui-button-ghost{color:var(--foreground);background:0 0}.ui-button-outline{border-color:var(--border);background:color-mix(in srgb, var(--white-surface-strong) 72%, transparent);color:var(--foreground)}.ui-button:hover,.ui-button:focus-visible,.sheet-link:hover,.sheet-link:focus-visible,.console-link:hover,.console-link:focus-visible{transform:translateY(-1px)}.ui-button-default:hover,.ui-button-default:focus-visible{background:#dc4c16;box-shadow:0 18px 34px #f15d2247}.ui-button-secondary:hover,.ui-button-secondary:focus-visible,.ui-button-outline:hover,.ui-button-outline:focus-visible,.sheet-link:hover,.sheet-link:focus-visible{background:var(--white-surface-strong);border-color:#f15d2257}.ui-button-ghost:hover,.ui-button-ghost:focus-visible{color:var(--primary);background:#f15d221a}.ui-button:focus-visible,.ui-tabs-trigger:focus-visible,.ui-select-trigger:focus-visible,.theme-toggle:focus-visible,.sheet-link:focus-visible,.console-link:focus-visible,.nav-brand:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.ui-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;width:fit-content;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.ui-badge-default{color:color-mix(in srgb, var(--primary) 74%, var(--foreground));background:#f15d221f}.ui-badge-secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-badge-outline{border-color:var(--border);background:color-mix(in srgb, var(--white-surface-strong) 74%, transparent);color:var(--muted-foreground)}.ui-badge-success{color:var(--success);background:#178a631f}.ui-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--white-surface);color:var(--card-foreground);box-shadow:var(--shadow-sm)}.ui-card.release-console{border-color:var(--release-console-border);background:linear-gradient(180deg, color-mix(in srgb, var(--release-console-surface) 96%, transparent), color-mix(in srgb, var(--release-console-surface-soft) 96%, transparent)), var(--release-console-surface);color:var(--release-console-foreground)}.ui-card-header{gap:12px;padding:24px;display:grid}.ui-card-title{letter-spacing:0;margin:0;font-size:24px;line-height:1.14}.ui-card-description{color:var(--muted-foreground);margin:0;line-height:1.68}.ui-card-content{padding:0 24px 24px}.ui-card-footer{align-items:center;padding:0 24px 24px;display:flex}.ui-tabs-list{overscroll-behavior-inline:contain;border:1px solid var(--border);background:color-mix(in srgb, var(--white-surface-strong) 80%, transparent);width:fit-content;max-width:100%;box-shadow:var(--shadow-sm);scrollbar-width:thin;border-radius:12px;gap:6px;padding:6px;display:flex;overflow-x:auto}.ui-tabs-trigger{border-radius:var(--radius);min-height:38px;color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-content:center;align-items:center;padding:0 14px;font-weight:500;display:inline-flex}.ui-tabs-trigger[data-state=active]{background:var(--accent);color:var(--accent-foreground);box-shadow:var(--shadow-sm)}.ui-tabs-content{outline:none}.ui-select-trigger{border:1px solid var(--border);background:color-mix(in srgb, var(--white-surface-strong) 82%, transparent);width:100%;min-height:48px;box-shadow:var(--shadow-sm);color:var(--foreground);cursor:pointer;font:inherit;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-weight:700;display:inline-flex}.ui-select-trigger svg{color:var(--muted-foreground);flex-shrink:0}.ui-select-content{z-index:60;width:var(--radix-select-trigger-width);min-width:var(--radix-select-trigger-width);border:1px solid var(--border);background:var(--popover);color:var(--popover-foreground);box-shadow:var(--shadow-lg);border-radius:12px;overflow:hidden}.ui-select-viewport{padding:6px}.ui-select-item{border-radius:var(--radius);min-height:40px;color:var(--foreground);cursor:pointer;outline:none;align-items:center;padding:0 36px 0 12px;font-size:14px;font-weight:650;display:flex;position:relative}.ui-select-item[data-highlighted]{background:var(--secondary);color:var(--secondary-foreground)}.ui-select-item[data-state=checked]{color:var(--primary)}.ui-select-item-indicator{justify-content:center;align-items:center;display:inline-flex;position:absolute;right:12px}.ui-sheet-overlay{z-index:40;background:color-mix(in srgb, var(--foreground) 46%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:fixed;inset:0}.ui-sheet-content{z-index:50;border:1px solid var(--border);background:var(--popover);width:min(420px,100vw - 24px);max-height:calc(100vh - 24px);box-shadow:var(--shadow-lg);border-radius:14px;outline:none;flex-direction:column;padding:18px;display:flex;position:fixed;overflow-y:auto}.ui-sheet-right{top:12px;bottom:12px;right:12px}.ui-sheet-header{gap:10px;display:grid}.ui-sheet-title{margin:0;font-size:24px;line-height:1.15}.ui-sheet-description{color:var(--muted-foreground);margin:0;line-height:1.6}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ui-button,.ui-badge,.ui-card,.ui-tabs-trigger,.ui-select-trigger,.ui-select-content,.ui-select-item,.theme-toggle,.theme-toggle-thumb,.theme-toggle-icon,.ui-sheet-content,.sheet-link,.console-link{transition:none}.ui-button:hover,.ui-button:focus-visible,.theme-toggle:hover,.theme-toggle:focus-visible,.sheet-link:hover,.sheet-link:focus-visible,.console-link:hover,.console-link:focus-visible{transform:none}}@media (max-width:980px){.site-nav{grid-template-columns:auto 1fr auto}.nav-links,.nav-actions{display:none}.mobile-menu{justify-content:flex-end;display:flex}.hero-section,.featured-card{grid-template-columns:1fr}.featured-media{border-right:0;border-bottom:1px solid var(--border)}.featured-card .ui-card-content{border-top:1px solid var(--border)}.spotlight-section,.release-grid,.timeline-card-body{grid-template-columns:1fr}}@media (max-width:700px){.app-shell{width:min(100% - 18px,1180px);padding:10px 0 48px}.site-header{margin-bottom:12px;top:8px}.site-nav{border-radius:12px;gap:8px;min-height:58px;padding:8px 9px}.nav-brand img{width:116px;height:auto}.mobile-menu{gap:6px}.mobile-menu .theme-toggle{width:62px;height:36px}.mobile-menu .theme-toggle-thumb{width:26px;height:26px}.mobile-menu .theme-toggle[aria-pressed=true] .theme-toggle-thumb,html[data-theme=dark] .mobile-menu .theme-toggle .theme-toggle-thumb{transform:translate(26px)}.mobile-menu .theme-toggle-icon{width:26px;height:26px}.mobile-menu .ui-button-icon{width:38px;height:38px}.hero-section{border-radius:12px;gap:18px;padding:18px}.hero-copy{padding:0}.hero-copy h1{margin:16px 0 14px;font-size:34px;line-height:1.08}.hero-copy p{font-size:16px;line-height:1.62}.hero-actions{flex-direction:column;gap:10px;margin-top:22px}.hero-actions .ui-button{width:100%}.release-console .ui-card-description,.ui-card-description{line-height:1.58}.console-metrics{grid-template-columns:1fr;gap:8px}.console-metric{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:12px}.console-metric strong{font-size:24px}.spotlight-section{gap:10px;margin-top:12px}.featured-section,.archive-section{margin-top:30px}.section-heading{gap:10px;margin-bottom:14px}.section-heading h2{font-size:30px;line-height:1.12}.featured-card{gap:0}.featured-media{padding:12px}.featured-media .release-image,.featured-media .release-image-frame,.featured-media .release-image img{min-height:0}.featured-card .ui-card-header,.featured-card .ui-card-content,.ui-card-header{padding:18px}.ui-card-content,.ui-card-footer{padding-left:18px;padding-right:18px}.release-image{padding-bottom:16px;padding-left:18px;padding-right:18px}.release-image-compact{padding:0}.featured-bullets,.release-bullets{gap:10px}.featured-bullets li,.release-bullets li{line-height:1.55}.release-card-meta,.release-console-topline{flex-direction:column;align-items:flex-start;gap:10px}.archive-controls{flex-direction:column;align-items:stretch;gap:10px}.category-tabs{display:none}.mobile-category-filter{gap:6px;width:100%;display:grid}.mobile-category-filter span{color:var(--muted-foreground);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:700}.view-tabs{display:none}.ui-tabs-list{width:100%;scroll-padding-inline:6px}.ui-tabs-trigger{flex:1 0 auto}.view-tabs .ui-tabs-trigger{flex:1 1 0}.release-grid,.release-timeline{gap:12px}.timeline-entry{grid-template-columns:1fr}.ui-sheet-right{height:auto;bottom:auto}.timeline-rail{display:none}.timeline-card-body{gap:14px}.ui-card-title,.ui-sheet-title{font-size:22px}.ui-sheet-content{border-radius:12px;width:min(390px,100vw - 16px);height:auto;max-height:calc(100vh - 16px);padding:16px;top:8px;bottom:auto;right:8px}}@media (max-width:420px){.app-shell{width:min(100% - 14px,1180px)}.nav-brand img{width:104px}.hero-section{padding:16px}.hero-copy h1{font-size:31px}.section-heading h2{font-size:28px}.ui-button{white-space:normal}.nav-actions .ui-button,.nav-links .ui-button,.mobile-menu .ui-button{white-space:nowrap}.ui-button-lg{min-height:48px;padding:0 16px}.ui-card-title{font-size:21px}.release-date,.ui-badge{font-size:11px}}
