:root{--color-bg: #000;--color-bg-elevated: #0a0a0a;--color-bg-card: #111;--color-bg-card-hover: #181818;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .18);--color-text-primary: rgba(255, 255, 255, .96);--color-text-secondary: rgba(255, 255, 255, .65);--color-text-tertiary: rgba(255, 255, 255, .42);--brand-cyan: #00D4FF;--brand-blue: #0066FF;--brand-magenta: #FF00B8;--brand-coral: #FF4D6D;--brand-orange: #FF8A00;--brand-yellow: #FFC700;--gradient-brand: linear-gradient(135deg, #00D4FF 0%, #0066FF 18%, #FF00B8 42%, #FF4D6D 58%, #FF8A00 78%, #FFC700 100%);--font-display: "Exo 2", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--max-width: 1280px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 999px;--nav-height: 68px;--mobile-bar-height: 64px;--transition: .2s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul{list-style:none}::selection{background:#ff00b84d;color:#fff}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--color-bg-card);color:var(--color-text-primary);padding:.75rem 1rem;border-radius:var(--radius-md);z-index:1000}.skip-link:focus{top:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius-full);font-weight:500;font-size:.9375rem;transition:var(--transition);white-space:nowrap;border:1px solid transparent;cursor:pointer}.btn-primary{background:#fff;color:#000}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #ffffff26}.btn-secondary{border-color:var(--color-border-hover);color:var(--color-text-primary)}.btn-secondary:hover{background:var(--color-bg-card);border-color:#ffffff4d}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:100;background:rgba(0,0,0,calc(.72 * var(--nav-scroll, 0)));backdrop-filter:blur(calc(20px * var(--nav-scroll, 0)));-webkit-backdrop-filter:blur(calc(20px * var(--nav-scroll, 0)));border-bottom:1px solid rgba(255,255,255,calc(.08 * var(--nav-scroll, 0)))}@media(max-width:768px){.nav{background:rgba(0,0,0,calc(.96 * var(--nav-scroll, 0)))}}.nav__container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__logo{display:flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-weight:700;font-size:1.125rem;letter-spacing:.02em}.nav__logo img{width:28px;height:28px}.nav__links{display:flex;gap:.5rem;margin-left:auto;margin-right:1rem}.nav__links a{padding:.5rem .875rem;color:var(--color-text-secondary);font-size:.9375rem;transition:color var(--transition);border-radius:var(--radius-md)}.nav__links a:hover{color:var(--color-text-primary)}.nav__cta{font-size:.875rem;padding:.625rem 1.125rem}.nav__blog{display:none;color:var(--color-text-secondary);font-size:.9375rem;font-weight:500;transition:color .2s ease}.nav__blog:hover{color:var(--color-text-primary)}main{flex:1}.not-found{padding-top:calc(var(--nav-height) + 4rem);padding-bottom:4rem;position:relative}.not-found:before{content:"";position:absolute;top:var(--nav-height);left:0;right:0;height:1px;background:var(--gradient-brand);opacity:.4}.not-found__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.not-found__meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem;align-items:center}.meta-chip{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:.4rem .875rem;display:inline-flex;align-items:center;gap:.5rem}.meta-chip__dot{width:6px;height:6px;border-radius:50%;background:var(--gradient-brand)}.meta-chip--path{color:var(--color-text-tertiary);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:0}.meta-chip--path .path-prefix{color:var(--color-text-tertiary)}.meta-chip--path .broken-url{color:var(--color-text-primary)}.not-found h1{font-family:var(--font-display);font-weight:700;font-size:clamp(2.5rem,7vw,5rem);line-height:1.05;letter-spacing:-.02em;max-width:16ch;margin-bottom:1.5rem}.not-found h1 .accent{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.not-found .lead{font-size:clamp(1.0625rem,1.4vw,1.1875rem);color:var(--color-text-secondary);line-height:1.55;max-width:38rem;margin-bottom:.75rem}.not-found .lead--cue{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-tertiary);margin-bottom:1.5rem}.inventory{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:2.5rem;max-width:920px}.item{display:block;padding:1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);position:relative;overflow:hidden;transition:var(--transition)}.item:before{content:"";position:absolute;top:0;left:0;width:28px;height:1px;background:var(--gradient-brand);transition:width var(--transition)}.item:hover{border-color:var(--color-border-hover);background:var(--color-bg-card-hover);transform:translateY(-1px)}.item:hover:before{width:56px}.item__slot{font-family:var(--font-mono);font-size:.6875rem;color:var(--color-text-tertiary);letter-spacing:.1em;display:block;margin-bottom:.875rem}.item__title{font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--color-text-primary);display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.item__title:after{content:"→";font-family:var(--font-body);font-weight:400;color:var(--color-text-tertiary);transition:transform var(--transition),color var(--transition)}.item:hover .item__title:after{transform:translate(3px);color:var(--color-text-primary)}.item__desc{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5;display:block}.easter-egg{margin-top:2.5rem;max-width:920px;font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-tertiary);letter-spacing:.05em}.easter-egg span{color:var(--color-text-secondary)}@media(max-width:900px){.inventory{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav__links,.nav__cta{display:none}.nav__blog{display:inline-block}}@media(max-width:640px){.not-found{padding-top:calc(var(--nav-height) + 1.5rem);padding-bottom:2rem}.not-found__meta{margin-bottom:1.5rem;gap:.5rem}.meta-chip{font-size:.625rem;padding:.3rem .7rem;letter-spacing:.08em}.not-found h1{margin-bottom:1.25rem}.inventory{gap:.5rem;margin-top:2rem}.item{padding:1rem}}@media(max-width:480px){.inventory{grid-template-columns:1fr}}.footer{border-top:1px solid var(--color-border);padding:4rem 0 2rem;margin-bottom:var(--mobile-bar-height)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__brand .nav__logo{margin-bottom:.5rem}.footer__brand p{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.55;max-width:18rem}.footer__col h4{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-tertiary);margin-bottom:1.25rem}.footer__col ul{display:flex;flex-direction:column;gap:.75rem}.footer__col a{color:var(--color-text-secondary);font-size:.9375rem;transition:color var(--transition)}.footer__col a:hover{color:var(--color-text-primary)}.footer__bottom{padding-top:2rem;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;font-size:.8125rem;color:var(--color-text-tertiary)}.footer__legal{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__legal a{color:var(--color-text-tertiary);font-size:.875rem;transition:color .2s ease}.footer__legal a:hover{color:var(--color-text-primary)}.footer__social{display:flex;gap:1rem}@media(max-width:1024px){.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer__col:nth-child(4),.footer__col:nth-child(5){grid-column:span 1}}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:span 2}}.mobile-bar{display:none}@media(max-width:768px){.mobile-bar{display:block;position:fixed;bottom:0;left:0;right:0;z-index:90;padding-bottom:env(safe-area-inset-bottom);background:#000000d9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--color-border)}.mobile-bar__cta{padding:.75rem 1rem .5rem;border-bottom:1px solid var(--color-border)}.mobile-bar__cta .btn{width:100%}.mobile-tabs{display:grid;grid-template-columns:repeat(4,1fr);height:var(--mobile-bar-height)}.mobile-tabs a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:var(--color-text-tertiary);font-size:.6875rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;transition:color var(--transition)}.mobile-tabs a svg{width:22px;height:22px;stroke:var(--color-text-tertiary);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;fill:none}}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;width:360px;max-width:calc(100vw - 3rem);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem;z-index:150;box-shadow:0 16px 40px -8px #0009;transform:translateY(12px);opacity:0;visibility:hidden;transition:opacity .32s ease,transform .32s ease,visibility .32s ease}.cookie-banner.is-visible{transform:translateY(0);opacity:1;visibility:visible}.cookie-banner__title{font-family:var(--font-display);font-weight:600;font-size:.9375rem;margin-bottom:.5rem}.cookie-banner__text{font-size:.8125rem;line-height:1.5;color:var(--color-text-secondary);margin:0 0 1rem}.cookie-banner__text a{color:var(--brand-magenta);text-decoration:underline;text-underline-offset:2px}.cookie-banner__actions{display:flex;gap:.5rem}.cookie-banner__btn{flex:1;font-family:var(--font-display);font-weight:500;font-size:.8125rem;padding:.5rem .75rem;border-radius:var(--radius-full);cursor:pointer;border:1px solid var(--color-border);background:transparent;color:var(--color-text-primary);transition:background-color .18s ease,border-color .18s ease;white-space:nowrap}.cookie-banner__btn--ghost:hover{background:var(--color-bg-elevated);border-color:var(--color-text-tertiary)}.cookie-banner__btn--solid{background:var(--color-text-primary);color:var(--color-bg);border-color:var(--color-text-primary)}.cookie-banner__btn--solid:hover{background:#fff;border-color:#fff}.cookie-modal{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.cookie-modal.is-open{opacity:1;visibility:visible}.cookie-modal__backdrop{position:absolute;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookie-modal__panel{position:relative;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);width:480px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 4rem);display:flex;flex-direction:column;box-shadow:0 20px 60px -10px #000c;transform:translateY(12px);transition:transform .28s ease}.cookie-modal.is-open .cookie-modal__panel{transform:translateY(0)}.cookie-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.cookie-modal__header h2{font-family:var(--font-display);font-size:1.125rem;font-weight:600;margin:0}.cookie-modal__close{width:32px;height:32px;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease}.cookie-modal__close:hover{border-color:var(--color-text-tertiary)}.cookie-modal__close svg{width:14px;height:14px}.cookie-modal__body{padding:1.25rem 1.5rem;overflow-y:auto}.cookie-modal__intro{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 .5rem;line-height:1.5}.cookie-category{padding:1rem 0;border-bottom:1px solid var(--color-border)}.cookie-category:last-child{border-bottom:none;padding-bottom:0}.cookie-category__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.375rem}.cookie-category__header h3{font-family:var(--font-display);font-size:.9375rem;font-weight:600;margin:0}.cookie-category p{font-size:.8125rem;color:var(--color-text-tertiary);line-height:1.5;margin:0}.cookie-category__lock{font-family:var(--font-mono);font-size:.6875rem;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}.cookie-toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer;flex-shrink:0}.cookie-toggle input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.cookie-toggle__slider{position:absolute;inset:0;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:background-color .2s ease,border-color .2s ease;pointer-events:none}.cookie-toggle__slider:before{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:14px;height:14px;background:var(--color-text-secondary);border-radius:50%;transition:left .2s ease,background-color .2s ease}.cookie-toggle input:checked~.cookie-toggle__slider{background:var(--brand-magenta);border-color:var(--brand-magenta)}.cookie-toggle input:checked~.cookie-toggle__slider:before{left:18px;background:#fff}.cookie-modal__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);display:flex;gap:.75rem;justify-content:flex-end;flex-shrink:0}.cookie-modal__footer .cookie-banner__btn{flex:0 0 auto}@media(max-width:768px){.cookie-banner{left:.75rem;right:.75rem;bottom:calc(var(--mobile-bar-height) + env(safe-area-inset-bottom) + .75rem);width:auto;max-width:none}.cookie-banner__actions{flex-wrap:wrap}.cookie-banner__btn{font-size:.8125rem}.cookie-modal__footer{flex-direction:column-reverse}.cookie-modal__footer .cookie-banner__btn{width:100%}}.nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--gradient-brand, var(--brand-gradient));opacity:calc(.6 * (1 - var(--nav-scroll, 0)));pointer-events:none}
