:root{--bg-canvas: #FAF6D7;--bg-canvas-subtle: #F4EFC4;--card-lavender: #A594F9;--card-lavender-light: #B8A8FB;--card-yellow: #FED730;--card-yellow-hover: #F8CB1A;--card-white: #FFFFFF;--card-black: #0D0D0D;--card-mint: #7BC8A4;--card-mint-light: #A8E6CF;--card-coral: #FF9F7A;--card-coral-light: #FFB396;--card-sky: #68B8D4;--card-sky-light: #8ECAE6;--card-rose: #F4ACB7;--card-rose-light: #FFCAD4;--card-amber: #F4A261;--theme-dot: #A594F9;--ink-primary: #0D0D0D;--ink-secondary: #2C2C2C;--ink-muted: #5C5C5C;--ink-subtle: #8A8A8A;--ink-inverted: #FAF6D7;--border-black: 2px solid #0D0D0D;--border-subtle: 1.5px solid #0D0D0D;--border-black-thick: 3px solid #0D0D0D;--shadow-brutal: 4px 4px 0px #0D0D0D;--shadow-brutal-sm: 2.5px 2.5px 0px #0D0D0D;--shadow-brutal-lg: 6px 6px 0px #0D0D0D;--radius-pill: 9999px;--radius-bento: 32px;--radius-card: 24px;--radius-sm: 14px;--font-serif: "Fraunces", Georgia, "Playfair Display", serif;--font-sans: "Plus Jakarta Sans", "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Syne", "Space Grotesk", sans-serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color-scheme:light}section[id]{scroll-margin-top:100px}html,body{width:100%;min-height:100%;background-color:var(--bg-canvas);color:var(--ink-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 10% 10%,rgba(165,148,249,.08) 0%,transparent 40%),radial-gradient(circle at 90% 30%,rgba(254,215,48,.09) 0%,transparent 45%),radial-gradient(circle at 50% 90%,rgba(165,148,249,.07) 0%,transparent 50%);pointer-events:none;z-index:0}::selection{background-color:var(--card-yellow);color:var(--ink-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:800;letter-spacing:-.025em;color:var(--ink-primary);line-height:1.1}.editorial-serif{font-family:var(--font-serif);font-weight:400;letter-spacing:-.02em}code,pre,.font-mono{font-family:var(--font-mono)}a{text-decoration:none;color:inherit;transition:all .2s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-canvas);border-left:1.5px solid #0D0D0D}::-webkit-scrollbar-thumb{background:var(--card-lavender);border:2px solid #0D0D0D;border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--card-yellow)}.bento-card{background:var(--card-white);border:var(--border-black);border-radius:var(--radius-bento);box-shadow:var(--shadow-brutal);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.bento-card:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal-lg)}.bento-lavender{background-color:var(--card-lavender);border:var(--border-black)}.bento-cream{background-color:var(--bg-canvas);border:var(--border-black)}.bento-mint{background-color:var(--card-mint);border:var(--border-black)}.bento-coral{background-color:var(--card-coral);border:var(--border-black)}.bento-sky{background-color:var(--card-sky);border:var(--border-black)}.bento-rose{background-color:var(--card-rose);border:var(--border-black)}.bento-yellow{background-color:var(--card-yellow);border:var(--border-black)}.bento-white{background-color:var(--card-white);border:var(--border-black)}.pill-yellow-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;background-color:var(--card-yellow);color:var(--ink-primary);border:var(--border-black);border-radius:var(--radius-pill);padding:12px 24px;font-family:var(--font-sans);font-size:.95rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-brutal-sm);transition:all .2s cubic-bezier(.16,1,.3,1)}.pill-yellow-btn:hover{background-color:var(--card-yellow-hover);transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.arrow-circle-btn{width:44px;height:44px;border-radius:50%;background-color:var(--ink-primary);color:#fff;display:flex;align-items:center;justify-content:center;border:none;font-size:1.2rem;cursor:pointer;transition:transform .25s ease,background-color .2s ease;flex-shrink:0}.arrow-circle-btn:hover{transform:rotate(-45deg) scale(1.08);background-color:var(--card-yellow);color:var(--ink-primary)}.editorial-pill{display:inline-flex;align-items:center;gap:6px;border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:6px 16px;font-family:var(--font-sans);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:var(--card-white);color:var(--ink-primary)}.starburst-badge{display:inline-flex;align-items:center;gap:8px;border:var(--border-black);border-radius:var(--radius-pill);padding:8px 18px;background:var(--card-white);font-family:var(--font-sans);font-weight:800;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--shadow-brutal-sm)}.pulse-indicator{width:8px;height:8px;border-radius:50%;background-color:#10b981;box-shadow:0 0 0 2px #10b9814d;animation:liveBlink 1.8s infinite}@keyframes liveBlink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}#root{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1;width:100%;max-width:100vw;overflow-x:hidden}.App{flex:1;display:flex;flex-direction:column;background-color:var(--bg-canvas);width:100%;overflow-x:hidden}@media (max-width: 640px){:root{--radius-bento: 22px;--radius-card: 18px;--shadow-brutal: 3px 3px 0px #0D0D0D;--shadow-brutal-lg: 4px 4px 0px #0D0D0D}.bento-card{border-radius:var(--radius-bento)}.pill-yellow-btn{padding:10px 18px;font-size:.85rem;gap:8px}.arrow-circle-btn{width:38px;height:38px;font-size:1.05rem}.editorial-pill{padding:4px 12px;font-size:.72rem}input,textarea,select{font-size:16px!important}}.editorial-header{position:fixed;top:18px;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:0 24px;transition:all .3s ease}.editorial-header .header-container{width:100%;max-width:1280px;display:flex;align-items:center;justify-content:space-between;gap:16px}.editorial-header .brand-pill{display:inline-flex;align-items:center;gap:10px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:10px 22px;box-shadow:var(--shadow-brutal-sm);transition:all .2s ease}.editorial-header .brand-pill .starburst-icon{font-size:1.3rem;color:var(--ink-primary);display:inline-block;transition:transform .4s cubic-bezier(.16,1,.3,1)}.editorial-header .brand-pill .brand-title{font-family:var(--font-sans);font-weight:800;font-size:.95rem;letter-spacing:.04em;color:var(--ink-primary)}.editorial-header .brand-pill:hover{background-color:var(--card-yellow);transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-header .brand-pill:hover .starburst-icon{transform:rotate(90deg) scale(1.15)}.editorial-header .desktop-pill-nav{display:flex;align-items:center;gap:10px}.editorial-header .desktop-pill-nav .nav-pill{background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:10px 24px;font-family:var(--font-sans);font-size:.85rem;font-weight:700;letter-spacing:.04em;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);transition:all .2s ease}.editorial-header .desktop-pill-nav .nav-pill:hover{background-color:var(--card-lavender);color:#0d0d0d;transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-header .desktop-pill-nav .nav-pill.active{background-color:var(--card-yellow)}.editorial-header .desktop-pill-nav .nav-pill.contact-pill{background-color:var(--card-lavender)}.editorial-header .desktop-pill-nav .nav-pill.contact-pill:hover{background-color:var(--card-yellow)}.editorial-header .header-actions{display:flex;align-items:center;gap:10px}.editorial-header .header-actions .live-clock-pill{display:inline-flex;align-items:center;gap:8px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:8px 14px;font-family:var(--font-mono, monospace);font-size:.8rem;font-weight:700;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);-webkit-user-select:none;user-select:none}.editorial-header .header-actions .live-clock-pill .clock-pulse{width:8px;height:8px;border-radius:50%;background-color:#10b981;box-shadow:0 0 0 2px #10b98140;animation:pulseBeacon 2s infinite ease-in-out}@media (max-width: 840px){.editorial-header .header-actions .live-clock-pill{display:none}}.editorial-header .header-actions .palette-switcher-wrapper{position:relative}.editorial-header .header-actions .palette-switcher-wrapper .mood-pill-btn{display:inline-flex;align-items:center;gap:7px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:8px 14px;font-family:var(--font-sans);font-size:.75rem;font-weight:800;letter-spacing:.05em;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);cursor:pointer;transition:all .2s ease}.editorial-header .header-actions .palette-switcher-wrapper .mood-pill-btn .mood-dot{width:11px;height:11px;border-radius:50%;border:1.5px solid #0D0D0D;transition:background-color .25s ease}.editorial-header .header-actions .palette-switcher-wrapper .mood-pill-btn .mood-caret{font-size:.7rem;margin-left:2px;transition:transform .2s ease}.editorial-header .header-actions .palette-switcher-wrapper .mood-pill-btn:hover,.editorial-header .header-actions .palette-switcher-wrapper .mood-pill-btn.active{transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal);background-color:#faf6d7}@media (max-width: 680px){.editorial-header .header-actions .palette-switcher-wrapper .mood-pill-btn{display:none}}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu{position:absolute;top:calc(100% + 10px);right:0;width:330px;background-color:var(--card-white);border:2.5px solid #0D0D0D;border-radius:20px;box-shadow:6px 6px #0d0d0d;padding:16px;z-index:1000;animation:popoverFadeIn .2s cubic-bezier(.16,1,.3,1)}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .popover-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1.5px solid rgba(13,13,13,.15);margin-bottom:12px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .popover-header .popover-title-wrap{display:flex;align-items:center;gap:6px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .popover-header .popover-title-wrap .popover-star{color:var(--card-yellow);font-size:1rem}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .popover-header .popover-title-wrap .popover-eyebrow{font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.05em;color:var(--ink-primary)}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .popover-header .popover-count{font-family:var(--font-mono);font-size:.68rem;font-weight:700;background:#0d0d0d;color:#faf6d7;padding:2px 7px;border-radius:var(--radius-pill)}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-options-grid{display:flex;flex-direction:column;gap:8px;max-height:380px;overflow-y:auto;padding-right:2px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-options-grid::-webkit-scrollbar{width:5px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-options-grid::-webkit-scrollbar-thumb{background:#0d0d0d;border-radius:4px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card{display:flex;align-items:center;gap:12px;width:100%;background:#fafafa;border:1.5px solid #0D0D0D;border-radius:12px;padding:8px 12px;text-align:left;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1)}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-swatches-row{display:flex;align-items:center;gap:3px;flex-shrink:0}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-swatches-row .palette-swatch-circle{width:13px;height:13px;border-radius:50%;border:1px solid #0D0D0D}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-info{flex:1;min-width:0}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-info .palette-title-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-info .palette-title-row .palette-option-name{font-family:var(--font-sans);font-size:.8rem;font-weight:800;color:var(--ink-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-info .palette-title-row .palette-active-pill{display:inline-flex;align-items:center;gap:3px;font-family:var(--font-mono);font-size:.62rem;font-weight:800;background:#0d0d0d;color:#fed730;padding:1px 6px;border-radius:var(--radius-pill);flex-shrink:0}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card .palette-info .palette-option-desc{display:block;font-size:.68rem;color:var(--ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card:hover{background:#fff;transform:translate(3px);box-shadow:2px 2px #0d0d0d}.editorial-header .header-actions .palette-switcher-wrapper .palette-popover-menu .palette-option-card.selected{background:#fffce6;border-color:#0d0d0d;box-shadow:2px 2px #0d0d0d}.editorial-header .header-actions .sound-pill-btn{width:44px;height:44px;border-radius:50%;background-color:var(--card-white);border:var(--border-black);color:var(--ink-primary);display:flex;align-items:center;justify-content:center;font-size:1.15rem;cursor:pointer;box-shadow:var(--shadow-brutal-sm);transition:all .2s ease}.editorial-header .header-actions .sound-pill-btn:hover{background-color:var(--card-yellow);transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-header .header-actions .status-pill{display:inline-flex;align-items:center;gap:8px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:10px 18px;font-family:var(--font-sans);font-size:.78rem;font-weight:800;letter-spacing:.05em;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm)}.editorial-header .header-actions .status-pill .status-dot{width:8px;height:8px;border-radius:50%;background-color:#10b981}.editorial-header .header-actions .mobile-toggle-pill{display:none;width:44px;height:44px;border-radius:50%;background-color:var(--card-white);border:var(--border-black);color:var(--ink-primary);font-size:1.3rem;cursor:pointer;align-items:center;justify-content:center;box-shadow:var(--shadow-brutal-sm);transition:all .2s ease}.editorial-header .header-actions .mobile-toggle-pill:hover{background-color:var(--card-yellow)}.editorial-header .mobile-editorial-drawer{display:none}@media (max-width: 960px){.editorial-header{top:12px;padding:0 14px}.editorial-header .desktop-pill-nav,.editorial-header .status-pill{display:none}.editorial-header .header-actions .mobile-toggle-pill{display:flex}.editorial-header .mobile-editorial-drawer{display:block;position:fixed;top:76px;left:12px;right:12px;max-height:calc(100vh - 90px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg-canvas);border:var(--border-black);border-radius:var(--radius-bento);box-shadow:var(--shadow-brutal-lg);padding:20px 16px;transform:translateY(-20px);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.16,1,.3,1);z-index:9999}.editorial-header .mobile-editorial-drawer.open{transform:translateY(0);opacity:1;pointer-events:auto}.editorial-header .mobile-editorial-drawer .mobile-nav-links{display:flex;flex-direction:column;gap:12px}.editorial-header .mobile-editorial-drawer .mobile-nav-links .mobile-link{display:flex;align-items:center;justify-content:space-between;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:14px 20px;font-family:var(--font-sans);font-size:1rem;font-weight:800;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm)}.editorial-header .mobile-editorial-drawer .mobile-nav-links .mobile-link span{font-family:var(--font-mono);font-size:.8rem;color:var(--ink-muted)}.editorial-header .mobile-editorial-drawer .mobile-nav-links .mobile-link:hover{background-color:var(--card-lavender);transform:translate(-2px,-2px)}.editorial-header .mobile-editorial-drawer .mobile-palette-strip{margin:14px 0 6px;padding-top:14px;border-top:1.5px solid rgba(13,13,13,.15)}.editorial-header .mobile-editorial-drawer .mobile-palette-strip .mobile-palette-label{display:block;font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.05em;color:var(--ink-secondary);margin-bottom:8px}.editorial-header .mobile-editorial-drawer .mobile-palette-strip .mobile-palette-buttons{display:flex;flex-wrap:wrap;gap:6px}.editorial-header .mobile-editorial-drawer .mobile-palette-strip .mobile-palette-buttons .mobile-palette-chip{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:6px 12px;font-family:var(--font-sans);font-size:.75rem;font-weight:700;color:#0d0d0d;box-shadow:2px 2px #0d0d0d;cursor:pointer}.editorial-header .mobile-editorial-drawer .mobile-palette-strip .mobile-palette-buttons .mobile-palette-chip .chip-dot{width:10px;height:10px;border-radius:50%;border:1px solid #0D0D0D}.editorial-header .mobile-editorial-drawer .mobile-palette-strip .mobile-palette-buttons .mobile-palette-chip.active{background:var(--card-yellow);font-weight:800}.editorial-header .mobile-editorial-drawer .mobile-drawer-bottom{display:flex;gap:10px;margin-top:18px}.editorial-header .mobile-editorial-drawer .mobile-drawer-bottom .mobile-action-pill{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:12px;font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);cursor:pointer}.editorial-header .mobile-editorial-drawer .mobile-drawer-bottom .mobile-action-pill.yellow{background-color:var(--card-yellow)}}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulseBeacon{0%,to{transform:scale(1);opacity:1;box-shadow:0 0 #10b98166}50%{transform:scale(1.15);opacity:.85;box-shadow:0 0 0 4px #10b98100}}.craft-marquee-ribbon{width:100vw;margin-left:calc(-50vw + 50%);background-color:var(--card-yellow, #FED730);border-top:var(--border-black-thick, 3px solid #0D0D0D);border-bottom:var(--border-black-thick, 3px solid #0D0D0D);padding:14px 0;overflow:hidden;box-shadow:0 4px #0d0d0d;position:relative;-webkit-user-select:none;user-select:none}.craft-marquee-ribbon .marquee-track{display:flex;width:max-content;animation:marqueeScroll 28s linear infinite}.craft-marquee-ribbon .marquee-track:hover{animation-play-state:paused}.craft-marquee-ribbon .marquee-chunk{display:inline-flex;align-items:center;gap:16px;padding:0 20px}.craft-marquee-ribbon .marquee-chunk .marquee-star{font-size:1.25rem;color:#0d0d0d;display:inline-block;animation:rotateStar 4s linear infinite}.craft-marquee-ribbon .marquee-chunk .marquee-text{font-family:var(--font-sans);font-size:.95rem;font-weight:800;letter-spacing:.08em;color:#0d0d0d;white-space:nowrap}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes rotateStar{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.studio-console-section{width:100%;margin:40px 0}.studio-console-section .terminal-docked-pill{padding:16px 28px;background:#faf6d7;border:var(--border-black);border-radius:var(--radius-pill);box-shadow:var(--shadow-hard);display:inline-flex;align-items:center;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.studio-console-section .terminal-docked-pill:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-hard-hover)}.studio-console-section .terminal-docked-pill .docked-content{display:flex;align-items:center;gap:12px;font-family:var(--font-mono);font-size:.9rem;font-weight:700;color:var(--ink-primary)}.studio-console-section .terminal-docked-pill .docked-content .docked-dot{width:10px;height:10px;border-radius:50%;background:#27c93f}.studio-console-section .terminal-docked-pill .docked-content .docked-dot.pulse{animation:pulseGlow 1.8s infinite}.studio-console-section .terminal-docked-pill .docked-content .docked-restore-btn{background:var(--ink-primary);color:#faf6d7;font-family:var(--font-sans);font-size:.76rem;padding:4px 12px;border-radius:var(--radius-pill);margin-left:8px}.studio-console-section .console-wrapper{position:relative;padding:0;overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1);border:var(--border-black);box-shadow:var(--shadow-hard);background:#0d0d0d}.studio-console-section .console-wrapper.is-maximized{min-height:650px}.studio-console-section .console-wrapper.with-scanlines:before{content:" ";display:block;position:absolute;inset:0;background:linear-gradient(#12101000 50%,#00000040 50%),linear-gradient(90deg,#ff00000a,#00ff0005,#0000ff0a);z-index:20;background-size:100% 3px,6px 100%;pointer-events:none}.studio-console-section .console-wrapper.theme-dark{--term-bg: #0D0D0D;--term-bar-bg: #FAF6D7;--term-bar-text: #0D0D0D;--term-pills-bg: #151515;--term-text-main: #F4EEDC;--term-prompt: #A594F9;--term-system: #FED730;--term-secret: #FF66C4;--term-error: #FF605C;--term-border: #0D0D0D;--term-input-bg: #0D0D0D}.studio-console-section .console-wrapper.theme-amber{--term-bg: #150F02;--term-bar-bg: #2B1D04;--term-bar-text: #FFB300;--term-pills-bg: #201704;--term-text-main: #FFC033;--term-prompt: #FFA000;--term-system: #FFE082;--term-secret: #FFD54F;--term-error: #FF5252;--term-border: #FFB300;--term-input-bg: #150F02}.studio-console-section .console-wrapper.theme-emerald{--term-bg: #030D05;--term-bar-bg: #09210E;--term-bar-text: #00FF66;--term-pills-bg: #051609;--term-text-main: #33FF77;--term-prompt: #00FF66;--term-system: #66FFAA;--term-secret: #B3FFCC;--term-error: #FF4444;--term-border: #00FF66;--term-input-bg: #030D05}.studio-console-section .console-wrapper.theme-cream{--term-bg: #FAF6EB;--term-bar-bg: #EAE3D2;--term-bar-text: #1A1A1A;--term-pills-bg: #F0EAD6;--term-text-main: #1A1A1A;--term-prompt: #5B42F3;--term-system: #A75D00;--term-secret: #C2185B;--term-error: #D32F2F;--term-border: #1A1A1A;--term-input-bg: #FAF6EB}.studio-console-section .console-wrapper .console-top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:2px solid var(--term-border);background:var(--term-bar-bg);color:var(--term-bar-text);-webkit-user-select:none;user-select:none}.studio-console-section .console-wrapper .console-top-bar .console-controls{display:flex;align-items:center;gap:8px}.studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot{width:13px;height:13px;border-radius:50%;border:1.5px solid #0D0D0D;cursor:pointer;padding:0;outline:none;transition:transform .15s ease,opacity .15s ease}.studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot:hover{transform:scale(1.15)}.studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot:active{transform:scale(.95)}.studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot.red{background:#ff5f56}.studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot.yellow{background:#ffbd2e}.studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot.green{background:#27c93f}.studio-console-section .console-wrapper .console-top-bar .console-heading{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:.84rem;font-weight:700}.studio-console-section .console-wrapper .console-top-bar .console-heading .term-icon{font-size:1rem}.studio-console-section .console-wrapper .console-top-bar .console-heading .time-badge{font-size:.74rem;padding:2px 7px;border-radius:4px;background:#00000014;font-weight:600}.studio-console-section .console-wrapper .console-top-bar .console-top-actions{display:flex;align-items:center;gap:10px}.studio-console-section .console-wrapper .console-top-bar .console-top-actions .scanline-toggle{background:transparent;border:1.5px solid currentColor;font-family:var(--font-mono);font-size:.7rem;font-weight:800;padding:2px 8px;border-radius:4px;cursor:pointer;color:inherit;opacity:.7;transition:all .2s ease}.studio-console-section .console-wrapper .console-top-bar .console-top-actions .scanline-toggle.active{opacity:1;background:currentColor;color:var(--term-bg)}.studio-console-section .console-wrapper .console-top-bar .console-top-actions .theme-pills{display:flex;align-items:center;gap:4px}.studio-console-section .console-wrapper .console-top-bar .console-top-actions .theme-pills .theme-pill-btn{width:20px;height:20px;border-radius:50%;border:1.5px solid currentColor;background:transparent;font-size:.65rem;font-weight:800;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;opacity:.6;transition:all .2s ease}.studio-console-section .console-wrapper .console-top-bar .console-top-actions .theme-pills .theme-pill-btn.active{opacity:1;background:currentColor;color:var(--term-bg);transform:scale(1.1)}.studio-console-section .console-wrapper .console-top-bar .console-top-actions .console-status-tag{font-family:var(--font-sans);font-size:.68rem;font-weight:800;letter-spacing:.05em;border:1.5px solid currentColor;border-radius:var(--radius-pill);padding:2px 8px;background:transparent}.studio-console-section .console-wrapper .console-quick-pills{display:flex;align-items:center;gap:10px;padding:10px 20px;background:var(--term-pills-bg);border-bottom:1px solid rgba(255,255,255,.07);overflow-x:auto;scrollbar-width:none}.studio-console-section .console-wrapper .console-quick-pills::-webkit-scrollbar{display:none}.studio-console-section .console-wrapper .console-quick-pills .quick-label{font-family:var(--font-mono);font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--term-prompt);white-space:nowrap}.studio-console-section .console-wrapper .console-quick-pills .pills-scrollable{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.studio-console-section .console-wrapper .console-quick-pills .pills-scrollable .quick-pill{background:#ffffff0d;border:1px solid rgba(255,255,255,.14);color:var(--term-text-main);font-family:var(--font-mono);font-size:.76rem;font-weight:600;padding:3px 10px;border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;transition:all .18s ease}.studio-console-section .console-wrapper .console-quick-pills .pills-scrollable .quick-pill:hover{background:var(--term-prompt);color:var(--term-bg);border-color:var(--term-prompt);transform:translateY(-1px)}.studio-console-section .console-wrapper .console-quick-pills .pills-scrollable .quick-pill:active{transform:translateY(1px)}.studio-console-section .console-wrapper .console-terminal-body{background:var(--term-bg);padding:24px;min-height:260px;max-height:380px;overflow-y:auto;overscroll-behavior:contain;font-family:var(--font-mono);font-size:.88rem;line-height:1.65;cursor:text;transition:background .3s ease}.studio-console-section .console-wrapper .console-terminal-body .console-row{position:relative;margin-bottom:12px}.studio-console-section .console-wrapper .console-terminal-body .console-row.system{color:var(--term-system);font-weight:600}.studio-console-section .console-wrapper .console-terminal-body .console-row.user .user-input-row{display:flex;align-items:baseline;gap:6px}.studio-console-section .console-wrapper .console-terminal-body .console-row.user .user-input-row .console-prompt{color:var(--term-prompt);font-weight:700}.studio-console-section .console-wrapper .console-terminal-body .console-row.user .user-input-row .user-text{color:var(--term-text-main);font-weight:600}.studio-console-section .console-wrapper .console-terminal-body .console-row.output{color:var(--term-text-main)}.studio-console-section .console-wrapper .console-terminal-body .console-row.output .output-row{position:relative;display:flex;align-items:flex-start;justify-content:space-between}.studio-console-section .console-wrapper .console-terminal-body .console-row.output .output-row pre{margin:0;white-space:pre-wrap;word-break:normal;font-family:inherit;flex:1;overflow-x:auto}.studio-console-section .console-wrapper .console-terminal-body .console-row.output .output-row .copy-row-btn{opacity:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--term-text-main);border-radius:4px;padding:4px 6px;cursor:pointer;font-size:.8rem;transition:opacity .2s ease,background .2s ease;align-self:flex-start;margin-left:12px}.studio-console-section .console-wrapper .console-terminal-body .console-row.output .output-row .copy-row-btn:hover{background:var(--term-prompt);color:var(--term-bg)}.studio-console-section .console-wrapper .console-terminal-body .console-row.output .output-row:hover .copy-row-btn{opacity:.9}.studio-console-section .console-wrapper .console-terminal-body .console-row.secret{color:var(--term-secret);background:#ff66c414;border-left:3px solid var(--term-secret);padding:8px 14px;border-radius:0 6px 6px 0}.studio-console-section .console-wrapper .console-terminal-body .console-row.secret pre{margin:0;white-space:pre-wrap;font-family:inherit}.studio-console-section .console-wrapper .console-terminal-body .console-row.error{color:var(--term-error);background:#ff605c14;border-left:3px solid var(--term-error);padding:8px 14px;border-radius:0 6px 6px 0}.studio-console-section .console-wrapper .console-terminal-body .console-row.error pre{margin:0;white-space:pre-wrap;font-family:inherit}.studio-console-section .console-wrapper .console-terminal-body .console-row.brew-step{color:#ffd166;background:#ffd16614;border-left:3px solid #FFD166;padding:8px 14px;border-radius:0 6px 6px 0;animation:fadeInSlide .2s ease-out}.studio-console-section .console-wrapper .console-terminal-body .console-row.brew-step pre{margin:0;white-space:pre-wrap;font-family:inherit;font-weight:600}.studio-console-section .console-wrapper .console-terminal-body .console-row.roast-box{color:#ff6b6b;background:#ff6b6b1a;border-left:3px solid #FF6B6B;padding:10px 16px;border-radius:0 6px 6px 0;font-style:italic}.studio-console-section .console-wrapper .console-terminal-body .console-row.roast-box pre{margin:0;white-space:pre-wrap;font-family:inherit;font-weight:600}.studio-console-section .console-wrapper .console-terminal-body .console-row.lofi-box{color:#a594f9;background:#a594f914;border-left:3px solid #A594F9;padding:10px 16px;border-radius:0 6px 6px 0}.studio-console-section .console-wrapper .console-terminal-body .console-row.lofi-box pre{margin:0;white-space:pre-wrap;font-family:inherit;letter-spacing:.03em}.studio-console-section .console-wrapper .console-input-form{display:flex;align-items:center;padding:14px 22px;border-top:1px solid rgba(255,255,255,.1);background:var(--term-input-bg);position:relative}.studio-console-section .console-wrapper .console-input-form .console-prompt{font-family:var(--font-mono);font-size:.88rem;font-weight:700;color:var(--term-prompt);margin-right:8px;white-space:nowrap}.studio-console-section .console-wrapper .console-input-form .console-input-field{flex:1;background:transparent;border:none;outline:none;color:var(--term-text-main);font-family:var(--font-mono);font-size:.92rem;letter-spacing:.02em}.studio-console-section .console-wrapper .console-input-form .console-input-field::placeholder{color:#ffffff47;font-size:.85rem}.studio-console-section .console-wrapper .console-input-form .cursor-block{color:var(--term-prompt);font-size:.92rem;animation:blinkCursor 1s step-end infinite;margin-right:12px;-webkit-user-select:none;user-select:none}.studio-console-section .console-wrapper .console-input-form .console-run-btn{display:flex;align-items:center;gap:6px;background:var(--term-prompt);color:var(--term-bg);border:1.5px solid var(--term-border);border-radius:var(--radius-pill);padding:5px 14px;font-family:var(--font-sans);font-size:.78rem;font-weight:800;cursor:pointer;transition:transform .15s ease,filter .15s ease}.studio-console-section .console-wrapper .console-input-form .console-run-btn:hover{transform:translateY(-1px);filter:brightness(1.1)}.studio-console-section .console-wrapper .console-input-form .console-run-btn:active{transform:translateY(1px)}.studio-console-section .console-wrapper .console-footer-note{display:flex;align-items:center;justify-content:space-between;padding:8px 22px;background:#00000040;border-top:1px solid rgba(255,255,255,.05);font-family:var(--font-mono);font-size:.7rem;color:#ffffff73}.studio-console-section .console-wrapper .console-footer-note kbd{background:#ffffff1f;color:var(--term-text-main);padding:1px 4px;border-radius:3px;font-size:.68rem;border:1px solid rgba(255,255,255,.2)}@keyframes pulseGlow{0%{transform:scale(.95);opacity:.6}50%{transform:scale(1.15);opacity:1}to{transform:scale(.95);opacity:.6}}@keyframes blinkCursor{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 768px){.studio-console-section .console-wrapper .console-top-bar{padding:10px 14px}.studio-console-section .console-wrapper .console-top-bar .console-heading{font-size:.74rem}.studio-console-section .console-wrapper .console-top-bar .console-heading .time-badge,.studio-console-section .console-wrapper .console-top-bar .console-top-actions .console-status-tag{display:none}.studio-console-section .console-wrapper .console-terminal-body{padding:16px;min-height:200px;max-height:280px;font-size:.8rem}.studio-console-section .console-wrapper .console-input-form{padding:10px 14px}.studio-console-section .console-wrapper .console-input-form .console-run-btn span{display:none}.studio-console-section .console-wrapper .console-footer-note{flex-direction:column;gap:4px;align-items:flex-start}}.code-notebook-container{padding:0;overflow:hidden;background:#0d0f14;border:var(--border-black);border-radius:var(--radius-bento);box-shadow:var(--shadow-hard);transition:transform .2s ease,box-shadow .2s ease}.code-notebook-container .editor-window-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#faf6d7;border-bottom:1.5px solid #0D0D0D;-webkit-user-select:none;user-select:none}.code-notebook-container .editor-window-header .header-left{display:flex;align-items:center;gap:16px}.code-notebook-container .editor-window-header .header-left .window-dots{display:flex;align-items:center;gap:7px}.code-notebook-container .editor-window-header .header-left .window-dots .dot{width:12px;height:12px;border-radius:50%;border:1.5px solid #0D0D0D}.code-notebook-container .editor-window-header .header-left .window-dots .dot.dot-close{background:#ff5f56}.code-notebook-container .editor-window-header .header-left .window-dots .dot.dot-minimize{background:#ffbd2e}.code-notebook-container .editor-window-header .header-left .window-dots .dot.dot-expand{background:#27c93f}.code-notebook-container .editor-window-header .header-left .breadcrumb-trail{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--ink-muted)}.code-notebook-container .editor-window-header .header-left .breadcrumb-trail .sep{color:#0d0d0d4d}.code-notebook-container .editor-window-header .header-left .breadcrumb-trail .file-active{color:var(--ink-primary);background:#0d0d0d14;padding:2px 8px;border-radius:4px}.code-notebook-container .editor-window-header .header-right{display:flex;align-items:center;gap:10px}.code-notebook-container .editor-window-header .header-right .runtime-badge,.code-notebook-container .editor-window-header .header-right .latency-badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:var(--radius-pill);border:1.5px solid #0D0D0D}.code-notebook-container .editor-window-header .header-right .runtime-badge{background:#fff;color:var(--ink-primary)}.code-notebook-container .editor-window-header .header-right .latency-badge{background:var(--card-yellow);color:var(--ink-primary)}.code-notebook-container .editor-tabs-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#141821;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:12px}.code-notebook-container .editor-tabs-toolbar .tabs-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.code-notebook-container .editor-tabs-toolbar .tabs-list .tab-button{display:inline-flex;align-items:center;gap:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:6px 14px;font-family:var(--font-mono);font-size:.8rem;font-weight:600;color:#ffffffb3;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.code-notebook-container .editor-tabs-toolbar .tabs-list .tab-button .tab-icon{font-size:.85rem}.code-notebook-container .editor-tabs-toolbar .tabs-list .tab-button .tab-lang-tag{font-size:.65rem;background:#ffffff1a;padding:1px 5px;border-radius:3px;color:#fff9;text-transform:uppercase}.code-notebook-container .editor-tabs-toolbar .tabs-list .tab-button:hover{background:#ffffff14;color:#fff;transform:translateY(-1px)}.code-notebook-container .editor-tabs-toolbar .tabs-list .tab-button.active{background:var(--card-yellow);color:#0d0d0d;border-color:var(--card-yellow);font-weight:800;box-shadow:0 2px 8px #fed73040}.code-notebook-container .editor-tabs-toolbar .tabs-list .tab-button.active .tab-lang-tag{background:#0d0d0d;color:var(--card-yellow)}.code-notebook-container .editor-tabs-toolbar .toolbar-actions{display:flex;align-items:center;gap:10px}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .load-preset-pills{display:inline-flex;align-items:center;gap:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);padding:3px 8px;border-radius:var(--radius-pill)}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .load-preset-pills .load-label{font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:#ffffff80;margin-right:2px}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .load-preset-pills .load-pill{background:transparent;border:1px solid transparent;color:#ffffffb3;font-family:var(--font-mono);font-size:.68rem;font-weight:700;padding:2px 7px;border-radius:4px;cursor:pointer;transition:all .15s ease}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .load-preset-pills .load-pill:hover{color:#fff;background:#ffffff1a}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .load-preset-pills .load-pill.active{background:var(--card-yellow);color:#0d0d0d;border-color:var(--card-yellow)}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .action-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.78rem;font-weight:800;cursor:pointer;transition:all .18s ease}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .action-btn.run-btn{background:#27c93f;color:#0d0d0d;border:1.5px solid #0D0D0D}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .action-btn.run-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .action-btn.run-btn.running{opacity:.8}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .action-btn.copy-btn{background:#faf6d7;color:#0d0d0d;border:1.5px solid #0D0D0D}.code-notebook-container .editor-tabs-toolbar .toolbar-actions .action-btn.copy-btn:hover{background:#fff;transform:translateY(-1px)}.code-notebook-container .human-architect-callout{display:grid;grid-template-columns:200px 1fr 280px;gap:20px;align-items:center;padding:18px 24px;background:#11151f;border-bottom:1px solid rgba(255,255,255,.08)}.code-notebook-container .human-architect-callout .callout-avatar-area{display:flex;flex-direction:column;gap:6px}.code-notebook-container .human-architect-callout .callout-avatar-area .avatar-pill{display:inline-flex;align-items:center;gap:6px;background:#a594f926;border:1px solid rgba(165,148,249,.4);padding:4px 10px;border-radius:var(--radius-pill);color:#a594f9;font-family:var(--font-sans);font-size:.76rem;font-weight:800}.code-notebook-container .human-architect-callout .callout-avatar-area .avatar-pill .sparkle{color:#fed730}.code-notebook-container .human-architect-callout .callout-avatar-area .curated-tag{font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:#ffffff73;letter-spacing:.05em;padding-left:4px}.code-notebook-container .human-architect-callout .callout-content .human-rationale-text{font-family:var(--font-sans);font-size:.86rem;line-height:1.55;color:#ffffffd9;margin:0 0 6px}.code-notebook-container .human-architect-callout .callout-content .human-quote-line{margin:0;font-family:var(--font-serif);font-style:italic;font-size:.84rem;color:#fed730;opacity:.9}.code-notebook-container .human-architect-callout .callout-benchmarks{display:flex;align-items:center;justify-content:space-around;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:10px 14px}.code-notebook-container .human-architect-callout .callout-benchmarks .bench-item{display:flex;flex-direction:column;align-items:center;text-align:center}.code-notebook-container .human-architect-callout .callout-benchmarks .bench-item .bench-val{font-family:var(--font-mono);font-size:.88rem;font-weight:800;color:#a594f9}.code-notebook-container .human-architect-callout .callout-benchmarks .bench-item .bench-lbl{font-family:var(--font-sans);font-size:.65rem;font-weight:700;color:#ffffff73;text-transform:uppercase;margin-top:2px}.code-notebook-container .simulated-logs-tray{background:#080a0e;border-bottom:1.5px solid rgba(39,201,63,.4);padding:14px 20px;animation:fadeInSlide .25s ease-out}.code-notebook-container .simulated-logs-tray .logs-tray-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:10px}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group .logs-title{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:#27c93f}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group .logs-title .pulse-icon{animation:pulseGlow 1.5s infinite}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group .tray-view-tabs{display:flex;align-items:center;gap:6px}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group .tray-view-tabs .tray-tab{display:inline-flex;align-items:center;gap:5px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;font-family:var(--font-mono);font-size:.72rem;font-weight:700;padding:3px 9px;border-radius:4px;cursor:pointer;transition:all .15s ease}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group .tray-view-tabs .tray-tab:hover{color:#fff;background:#ffffff1a}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-left-group .tray-view-tabs .tray-tab.active{background:#a594f9;color:#0d0d0d;border-color:#a594f9;font-weight:800}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-right-controls{display:flex;align-items:center;gap:10px}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-right-controls .re-run-btn{display:inline-flex;align-items:center;gap:5px;background:#fed73026;border:1px solid rgba(254,215,48,.4);color:#fed730;font-family:var(--font-mono);font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:4px;cursor:pointer;transition:all .15s ease}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-right-controls .re-run-btn:hover{background:#fed730;color:#0d0d0d}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-right-controls .close-logs-btn{background:none;border:none;color:#fff6;cursor:pointer;font-size:.88rem;padding:2px 6px}.code-notebook-container .simulated-logs-tray .logs-tray-header .logs-right-controls .close-logs-btn:hover{color:#fff}.code-notebook-container .simulated-logs-tray .logs-tray-body{display:flex;flex-direction:column;gap:5px;max-height:180px;overflow-y:auto}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-empty-state{font-family:var(--font-mono);font-size:.76rem;color:#fff6;padding:8px 0}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:.78rem;animation:fadeInSlide .15s ease-out}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-step{color:#fff6;font-weight:700}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level{font-size:.65rem;font-weight:800;padding:1px 5px;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-boot,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-bind,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-route{background:#a594f933;color:#a594f9}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-ingest,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-limit,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-ring{background:#7dcfff33;color:#7dcfff}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-shed,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-cache,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-stack{background:#fed73033;color:#fed730}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-drain,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-stream,.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-zero_gc{background:#9ece6a33;color:#9ece6a}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-level.level-commit{background:#27c93f;color:#0d0d0d}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-time{color:#ffffff59;min-width:54px}.code-notebook-container .simulated-logs-tray .logs-tray-body .log-row .log-msg{color:#faf6d7}.code-notebook-container .simulated-logs-tray .digest-json-body{background:#0b0e14;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:12px 16px;max-height:200px;overflow-y:auto}.code-notebook-container .simulated-logs-tray .digest-json-body pre{margin:0;font-family:var(--font-mono);font-size:.76rem;color:#9ece6a;line-height:1.55}.code-notebook-container .simulated-logs-tray .telemetry-hud-body{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 768px){.code-notebook-container .simulated-logs-tray .telemetry-hud-body{grid-template-columns:repeat(2,1fr)}}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-metric-card{background:#0d1118;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:10px 12px;display:flex;flex-direction:column}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-metric-card .hud-label{font-family:var(--font-mono);font-size:.62rem;font-weight:700;color:#ffffff73;letter-spacing:.05em}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-metric-card .hud-value{font-family:var(--font-mono);font-size:1.05rem;font-weight:800;color:#faf6d7;margin:4px 0 2px}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-metric-card .hud-value.text-accent{color:#a594f9}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-metric-card .hud-value.text-yellow{color:#fed730}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-metric-card .hud-sub{font-family:var(--font-sans);font-size:.68rem;color:#fff6}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-shards-row{grid-column:1/-1;background:#0b0e14;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-shards-row .shards-title{font-family:var(--font-mono);font-size:.68rem;font-weight:700;color:#27c93f}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-shards-row .shards-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.code-notebook-container .simulated-logs-tray .telemetry-hud-body .hud-shards-row .shards-pills .shard-pill{background:#27c93f1a;border:1px solid rgba(39,201,63,.3);color:#27c93f;font-family:var(--font-mono);font-size:.62rem;font-weight:700;padding:2px 6px;border-radius:3px}.code-notebook-container .editor-code-body{display:flex;background:#0d0f14;min-height:280px;max-height:480px;overflow-y:auto;overflow-x:auto;font-family:var(--font-mono);font-size:.88rem;line-height:1.7}.code-notebook-container .editor-code-body::-webkit-scrollbar{width:8px;height:8px}.code-notebook-container .editor-code-body::-webkit-scrollbar-track{background:#0d0f14}.code-notebook-container .editor-code-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.code-notebook-container .editor-code-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.code-notebook-container .editor-code-body.wrap .code-text-canvas pre{white-space:pre-wrap;word-break:break-word}.code-notebook-container .editor-code-body .code-line-numbers{display:flex;flex-direction:column;padding:18px 12px 18px 16px;background:#0a0c10;border-right:1px solid rgba(255,255,255,.06);-webkit-user-select:none;user-select:none;text-align:right}.code-notebook-container .editor-code-body .code-line-numbers .line-num{font-size:.78rem;color:#ffffff40;font-weight:600;line-height:1.7}.code-notebook-container .editor-code-body .code-text-canvas{flex:1;padding:18px 24px}.code-notebook-container .editor-code-body .code-text-canvas pre{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.code-notebook-container .editor-code-body .code-text-canvas pre code{font-family:inherit;display:block}.code-notebook-container .editor-code-body .code-text-canvas pre code .code-line{line-height:1.7;color:#e6edf3;transition:background .1s ease}.code-notebook-container .editor-code-body .code-text-canvas pre code .code-line:hover{background:#ffffff08}.code-notebook-container .editor-code-body .code-text-canvas .tok-comment{color:#768390;font-style:italic}.code-notebook-container .editor-code-body .code-text-canvas .tok-keyword{color:#bb9af7;font-weight:700}.code-notebook-container .editor-code-body .code-text-canvas .tok-string{color:#9ece6a}.code-notebook-container .editor-code-body .code-text-canvas .tok-fn{color:#7dcfff}.code-notebook-container .editor-code-body .code-text-canvas .tok-type{color:#7aa2f7;font-weight:600}.code-notebook-container .editor-code-body .code-text-canvas .tok-number{color:#ff9e64}.code-notebook-container .editor-code-body .code-text-canvas .tok-ident{color:#e6edf3}.code-notebook-container .editor-code-body .code-text-canvas .tok-punct{color:#e6edf3b3}.code-notebook-container .editor-status-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;background:#0a0c10;border-top:1px solid rgba(255,255,255,.06);font-family:var(--font-mono);font-size:.72rem;color:#ffffff80}.code-notebook-container .editor-status-bar .status-left,.code-notebook-container .editor-status-bar .status-right{display:flex;align-items:center;gap:8px}.code-notebook-container .editor-status-bar .status-indicator{width:7px;height:7px;border-radius:50%;background:#27c93f}.code-notebook-container .editor-status-bar .status-indicator.live{box-shadow:0 0 6px #27c93f}.code-notebook-container .editor-status-bar .status-sep{opacity:.3}.code-notebook-container .editor-status-bar .status-toggle{background:none;border:none;color:#fff9;cursor:pointer;font-family:inherit;font-size:inherit}.code-notebook-container .editor-status-bar .status-toggle:hover,.code-notebook-container .editor-status-bar .status-toggle.active{color:#fed730}.code-notebook-container .editor-status-bar .signature-pill{background:#ffffff14;color:#faf6d7;padding:1px 6px;border-radius:3px;font-weight:600}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.code-notebook-container .human-architect-callout{grid-template-columns:1fr;gap:14px}.code-notebook-container .human-architect-callout .callout-benchmarks{justify-content:space-between}.code-notebook-container .editor-window-header .header-right{display:none}}@media (max-width: 600px){.code-notebook-container .editor-tabs-toolbar .tabs-list{width:100%;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.code-notebook-container .editor-tabs-toolbar .toolbar-actions{width:100%;justify-content:flex-end}}.gitauto-cli-simulator{width:100%;height:100%;display:flex;flex-direction:column;background:#090c12;color:#f1f5f9;font-family:var(--font-mono, "JetBrains Mono", Consolas, monospace);overflow:hidden;-webkit-user-select:text;user-select:text}.gitauto-cli-simulator .cli-header-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#0e121b;border-bottom:1.5px solid #1E2533;gap:12px;flex-wrap:wrap}.gitauto-cli-simulator .cli-header-bar .cli-branding{display:flex;align-items:center;gap:8px}.gitauto-cli-simulator .cli-header-bar .cli-branding .terminal-icon{color:#fed730;font-size:1rem}.gitauto-cli-simulator .cli-header-bar .cli-branding .cli-title{font-weight:800;font-size:.85rem;letter-spacing:-.01em;color:#fff}.gitauto-cli-simulator .cli-header-bar .cli-branding .cli-title .version-pill{background:#fed73026;color:#fed730;font-size:.65rem;padding:2px 6px;border-radius:4px;border:1px solid rgba(254,215,48,.3);margin-left:4px}.gitauto-cli-simulator .cli-header-bar .cli-branding .cli-status-badge{font-size:.65rem;font-weight:700;color:#10b981;letter-spacing:.04em;background:#10b9811a;padding:2px 6px;border-radius:9999px}.gitauto-cli-simulator .cli-header-bar .cli-quick-links{display:flex;align-items:center;gap:8px}.gitauto-cli-simulator .cli-header-bar .cli-quick-links .cli-copy-install-btn{display:inline-flex;align-items:center;gap:6px;background:#181f2c;border:1px solid #2B3547;color:#fed730;font-family:inherit;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:6px;cursor:pointer;transition:all .15s ease}.gitauto-cli-simulator .cli-header-bar .cli-quick-links .cli-copy-install-btn:hover{background:#fed730;color:#0d0d0d;border-color:#fed730}.gitauto-cli-simulator .cli-header-bar .cli-quick-links .cli-repo-link{display:inline-flex;align-items:center;gap:4px;background:transparent;color:#94a3b8;font-size:.72rem;font-weight:700;text-decoration:none;padding:4px 8px;border-radius:6px;transition:color .15s ease}.gitauto-cli-simulator .cli-header-bar .cli-quick-links .cli-repo-link:hover{color:#fff}.gitauto-cli-simulator .cli-terminal-stage{flex:1;overflow-y:auto;padding:14px 18px;background:radial-gradient(circle at 50% 0%,#111624,#080a0f);display:flex;flex-direction:column}.gitauto-cli-simulator .cli-terminal-stage::-webkit-scrollbar{width:6px}.gitauto-cli-simulator .cli-terminal-stage::-webkit-scrollbar-track{background:#080a0f}.gitauto-cli-simulator .cli-terminal-stage::-webkit-scrollbar-thumb{background:#252d3d;border-radius:3px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen{display:flex;flex-direction:column;gap:12px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .ascii-banner pre{margin:0;font-size:.72rem;line-height:1.35;color:#38bdf8;opacity:.95;overflow-x:auto}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .menu-prompt{font-size:.82rem;font-weight:700;color:#fed730;margin:0}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .menu-prompt .hint-text{font-size:.7rem;color:#94a3b8;font-weight:400;margin-left:6px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin-top:4px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#111622;border:1.5px solid #202737;border-radius:8px;padding:10px 12px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);color:#f1f5f9;font-family:inherit}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card .card-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card .card-top .act-num{font-size:.85rem}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card .card-top .act-label{font-size:.78rem;font-weight:700;color:#fff}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card .act-desc{font-size:.68rem;color:#94a3b8;margin:0;line-height:1.4}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card:hover{background:#161d2c;border-color:#fed730;transform:translateY(-2px);box-shadow:0 4px 14px #00000073}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card:hover .card-top .act-label{color:#fed730}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .cli-platform-callout{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#a594f914;border:1px solid rgba(165,148,249,.2);border-radius:6px;font-size:.68rem;color:#cbd5e1;margin-top:6px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .cli-platform-callout .platform-tag{color:#a594f9;font-weight:800;letter-spacing:.03em}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen{display:flex;flex-direction:column;gap:12px;height:100%}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #1E2533;flex-wrap:wrap;gap:8px}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-title{display:flex;align-items:center;gap:8px}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-title .exec-num{font-size:1rem}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-title .exec-name{font-weight:800;font-size:.85rem;color:#fed730}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-title .exec-spinner{font-size:.68rem;font-weight:700;color:#10b981;letter-spacing:.04em;animation:pulseText 1.2s infinite ease-in-out}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-back-btn{display:inline-flex;align-items:center;gap:6px;background:#181f2c;border:1px solid #2B3547;color:#cbd5e1;font-family:inherit;font-size:.68rem;font-weight:700;padding:4px 10px;border-radius:6px;cursor:pointer;transition:all .15s ease}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-back-btn:hover:not(:disabled){background:#fed730;color:#0d0d0d;border-color:#fed730}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-back-btn:disabled{opacity:.5;cursor:not-allowed}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box{flex:1;display:flex;flex-direction:column;gap:4px;overflow-y:auto;padding:4px 0}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line{font-size:.75rem;line-height:1.45}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line.line-cmd{color:#fed730;font-weight:700}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line.line-system{color:#a594f9}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line.line-info{color:#94a3b8}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line.line-success{color:#10b981}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line.line-error{color:#f87171;font-weight:700}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line.line-highlight{color:#38bdf8;font-weight:700;background:#38bdf814;padding:4px 8px;border-radius:4px;border-left:3px solid #38BDF8;margin-top:4px}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line .ascii-log{margin:4px 0;font-size:.68rem;color:#38bdf8;line-height:1.35}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-footer-actions{display:flex;align-items:center;gap:10px;padding-top:8px;border-top:1px solid #1E2533}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-footer-actions .small-btn{font-size:.75rem;padding:6px 14px}.gitauto-cli-simulator .cli-stage-footer{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#090c12;border-top:1.5px solid #151A24;font-size:.68rem;color:#64748b;flex-wrap:wrap}.gitauto-cli-simulator .cli-stage-footer .footer-k{font-weight:800;color:#94a3b8}.gitauto-cli-simulator .cli-stage-footer .footer-code{color:#fed730;background:#161d2b;padding:1px 6px;border-radius:4px}.gitauto-cli-simulator .cli-stage-footer .footer-bullet{color:#334155}.gitauto-cli-simulator .cli-stage-footer .footer-sub{color:#64748b}@keyframes pulseText{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 600px){.gitauto-cli-simulator .cli-header-bar{padding:8px 12px;gap:6px}.gitauto-cli-simulator .cli-header-bar .cli-branding .cli-title{font-size:.78rem}.gitauto-cli-simulator .cli-header-bar .cli-branding .cli-status-badge{display:none}.gitauto-cli-simulator .cli-header-bar .cli-quick-links{width:100%;justify-content:space-between}.gitauto-cli-simulator .cli-header-bar .cli-quick-links .cli-copy-install-btn{font-size:.65rem;padding:3px 8px}.gitauto-cli-simulator .cli-terminal-stage{padding:10px 12px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen{gap:8px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .ascii-banner pre{font-size:.5rem;line-height:1.2}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid{grid-template-columns:1fr;gap:6px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card{padding:8px 10px}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card .card-top .act-label{font-size:.74rem}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .action-buttons-grid .action-grid-card .act-desc{font-size:.64rem}.gitauto-cli-simulator .cli-terminal-stage .cli-menu-screen .cli-platform-callout{flex-direction:column;align-items:flex-start;gap:4px;font-size:.64rem;padding:6px 10px}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row{flex-direction:column;align-items:flex-start;gap:6px}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-header-row .exec-back-btn{width:100%;justify-content:center}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line{font-size:.68rem}.gitauto-cli-simulator .cli-terminal-stage .cli-execution-screen .execution-log-box .log-line .ascii-log{font-size:.5rem}.gitauto-cli-simulator .cli-stage-footer{padding:6px 12px;font-size:.62rem}.gitauto-cli-simulator .cli-stage-footer .footer-sub{display:none}}.live-project-frame{width:100%;border:2px solid #0D0D0D;border-radius:var(--radius-card, 16px);overflow:hidden;background:#0d0f14;box-shadow:var(--shadow-brutal-md, 4px 4px 0px #0D0D0D);display:flex;flex-direction:column;position:relative;transition:box-shadow .25s ease,transform .25s ease}.live-project-frame .frame-browser-chrome{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#faf6d7;border-bottom:2px solid #0D0D0D;-webkit-user-select:none;user-select:none;flex-wrap:wrap;gap:10px}.live-project-frame .frame-browser-chrome .chrome-left{display:flex;align-items:center;gap:12px;flex:1;min-width:220px}.live-project-frame .frame-browser-chrome .chrome-left .window-dots{display:flex;align-items:center;gap:6px}.live-project-frame .frame-browser-chrome .chrome-left .window-dots .dot{width:11px;height:11px;border-radius:50%;border:1.5px solid #0D0D0D;cursor:pointer;transition:transform .15s cubic-bezier(.175,.885,.32,1.275)}.live-project-frame .frame-browser-chrome .chrome-left .window-dots .dot:hover{transform:scale(1.25)}.live-project-frame .frame-browser-chrome .chrome-left .window-dots .dot.dot-red{background:#ff5f56}.live-project-frame .frame-browser-chrome .chrome-left .window-dots .dot.dot-yellow{background:#ffbd2e}.live-project-frame .frame-browser-chrome .chrome-left .window-dots .dot.dot-green{background:#27c93f}.live-project-frame .frame-browser-chrome .chrome-left .browser-omnibar{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill, 9999px);padding:4px 12px;font-family:var(--font-mono, monospace);font-size:.74rem;color:#0d0d0d;font-weight:700;flex:1;max-width:420px;box-shadow:inset 0 1px 2px #0000000f}.live-project-frame .frame-browser-chrome .chrome-left .browser-omnibar .ssl-lock-icon{color:#10b981;font-size:.82rem;flex-shrink:0}.live-project-frame .frame-browser-chrome .chrome-left .browser-omnibar .omnibar-url{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.live-project-frame .frame-browser-chrome .chrome-left .browser-omnibar .edge-latency-pill{display:inline-flex;align-items:center;gap:3px;background:#faf6d7;border:1px solid #0D0D0D;padding:1px 6px;border-radius:4px;font-size:.65rem;font-weight:800;color:#0d0d0d;flex-shrink:0}.live-project-frame .frame-browser-chrome .chrome-right{display:flex;align-items:center;gap:6px}.live-project-frame .frame-browser-chrome .chrome-right .viewport-switcher-pills{display:flex;align-items:center;background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill, 9999px);padding:2px;gap:2px}.live-project-frame .frame-browser-chrome .chrome-right .viewport-switcher-pills .vp-btn{display:flex;align-items:center;justify-content:center;width:26px;height:22px;border:none;background:transparent;border-radius:var(--radius-pill, 9999px);font-size:.8rem;color:#666;cursor:pointer;transition:all .15s ease}.live-project-frame .frame-browser-chrome .chrome-right .viewport-switcher-pills .vp-btn:hover{color:#0d0d0d;background:#0000000f}.live-project-frame .frame-browser-chrome .chrome-right .viewport-switcher-pills .vp-btn.active{background:var(--card-yellow, #FED730);color:#0d0d0d;font-weight:800}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:26px;padding:0 10px;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill, 9999px);background:#fff;color:#0d0d0d;font-family:var(--font-sans, sans-serif);font-size:.68rem;font-weight:800;cursor:pointer;transition:all .15s ease;box-shadow:1px 1px #0d0d0d}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn:hover{background:var(--card-yellow, #FED730);transform:translateY(-1px);box-shadow:2px 2px #0d0d0d}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn.refresh-btn{width:26px;padding:0}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn.interact-toggle-btn.interactive-active{background:#10b981;color:#0d0d0d;border-color:#0d0d0d}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn.interact-toggle-btn.interactive-active .text-emerald{color:#0d0d0d}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn.expand-btn{width:26px;padding:0;font-size:.8rem}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn.launch-external-btn{width:26px;padding:0;font-size:.85rem;text-decoration:none}.live-project-frame .frame-viewport-stage{position:relative;width:100%;height:460px;background:#0b0d12;overflow:hidden;display:flex;align-items:center;justify-content:center}.live-project-frame .frame-viewport-stage.bezel-stage{background:#06080c;padding:16px 0}.live-project-frame .frame-viewport-stage .frame-skeleton-loader{position:absolute;inset:0;background:#0d0f14;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-user-select:none;user-select:none}.live-project-frame .frame-viewport-stage .frame-skeleton-loader .loader-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px}.live-project-frame .frame-viewport-stage .frame-skeleton-loader .loader-inner .star-pulse{font-size:1.8rem;color:var(--card-yellow, #FED730);animation:spinPulse 2s infinite ease-in-out}.live-project-frame .frame-viewport-stage .frame-skeleton-loader .loader-inner .loading-status-text{font-family:var(--font-mono, monospace);font-size:.78rem;color:#faf6d7;margin:0}.live-project-frame .frame-viewport-stage .frame-skeleton-loader .loader-inner .loading-status-text code{color:#b8b3e9;background:#ffffff14;padding:2px 6px;border-radius:4px}.live-project-frame .frame-viewport-stage .frame-skeleton-loader .loader-inner .loading-progress-line{width:200px;height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.live-project-frame .frame-viewport-stage .frame-skeleton-loader .loader-inner .loading-progress-line .progress-fill-anim{width:100%;height:100%;background:linear-gradient(90deg,transparent,#FED730,transparent);animation:shimmerLine 1.4s infinite linear}.live-project-frame .frame-viewport-stage .frame-scroll-guard{position:absolute;inset:0;z-index:15;background:#0d0f142e;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.live-project-frame .frame-viewport-stage .frame-scroll-guard:hover{background:#0d0f1461}.live-project-frame .frame-viewport-stage .frame-scroll-guard:hover .guard-activation-badge{transform:scale(1.05);background:var(--card-yellow, #FED730);color:#0d0d0d;border-color:#0d0d0d;box-shadow:4px 4px #0d0d0d}.live-project-frame .frame-viewport-stage .frame-scroll-guard .guard-activation-badge{display:inline-flex;align-items:center;gap:8px;background:#fffffff2;border:2px solid #0D0D0D;border-radius:var(--radius-pill, 9999px);padding:9px 20px;font-family:var(--font-sans, sans-serif);font-size:.8rem;font-weight:800;color:#0d0d0d;box-shadow:var(--shadow-brutal-sm, 3px 3px 0px #0D0D0D);transition:all .2s cubic-bezier(.16,1,.3,1)}.live-project-frame .frame-viewport-stage .frame-scroll-guard .guard-activation-badge .pulse-indicator{color:#10b981;font-size:.85rem;animation:pulseDot 1.5s infinite}.live-project-frame .frame-viewport-stage .frame-scroll-guard .guard-activation-badge .guard-hint{font-family:var(--font-mono, monospace);font-size:.68rem;font-weight:600;color:#555}.live-project-frame .frame-viewport-stage .frame-idle-placeholder{display:flex;align-items:center;gap:8px;font-family:var(--font-mono, monospace);font-size:.75rem;color:#ffffff80}.live-project-frame .frame-viewport-stage .frame-idle-placeholder .idle-pulse-dot{width:8px;height:8px;border-radius:50%;background:#fed730;animation:pulseDot 1.5s infinite}.live-project-frame .frame-viewport-stage .viewport-device-scaler{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:all .35s cubic-bezier(.16,1,.3,1)}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-desktop{width:100%;height:100%}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-desktop .live-iframe-element{width:100%;height:100%;border:none}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-tablet{width:768px;height:100%;max-width:95%;box-shadow:0 10px 30px #0000008c;border:8px solid #1E232E;border-radius:18px;overflow:hidden}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-tablet .live-iframe-element{width:100%;height:100%;border:none}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-mobile{width:380px;height:100%;max-width:90%;box-shadow:0 14px 40px #000000a6;border:8px solid #1E232E;border-radius:28px;overflow:hidden;position:relative}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-mobile:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:80px;height:14px;background:#11141b;border-radius:10px;z-index:5;pointer-events:none}.live-project-frame .frame-viewport-stage .viewport-device-scaler.scale-mobile .live-iframe-element{width:100%;height:100%;border:none}.live-project-frame .frame-viewport-stage .viewport-device-scaler .live-iframe-element{display:block;background:#fff}.live-project-frame .frame-viewport-stage .denied-embed-simulator{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,#151a24,#0b0d12);padding:24px}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner{max-width:500px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);padding:4px 12px;border-radius:var(--radius-pill, 9999px);font-family:var(--font-mono, monospace);font-size:.7rem}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-badge .live-pill{color:#10b981;font-weight:700}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-badge .sim-tag{color:#fff9}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-title{font-size:1.45rem;font-family:var(--font-sans, sans-serif);font-weight:800;color:#fff;margin:0;line-height:1.2}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-thesis{font-family:var(--font-serif, serif);font-style:italic;font-size:.92rem;color:var(--card-yellow, #FED730);margin:0;line-height:1.45}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px;margin:4px 0}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-spec-grid .sim-spec{display:flex;flex-direction:column;gap:2px}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-spec-grid .sim-spec .lbl{font-family:var(--font-mono, monospace);font-size:.65rem;color:#ffffff73;text-transform:uppercase}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-spec-grid .sim-spec .val{font-family:var(--font-sans, sans-serif);font-size:.78rem;color:#fff;font-weight:700}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-note{font-family:var(--font-mono, monospace);font-size:.72rem;color:#ffffff80;margin:0}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-note code{color:#ff5f56}.live-project-frame .frame-viewport-stage .denied-embed-simulator .simulator-inner .sim-launch-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;font-size:.8rem;text-decoration:none;margin-top:4px}.live-project-frame .frame-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding:7px 14px;background:#faf6d7;border-top:1.5px solid #0D0D0D;font-family:var(--font-mono, monospace);font-size:.7rem;color:#0d0d0d;font-weight:700}.live-project-frame .frame-bottom-bar .status-left,.live-project-frame .frame-bottom-bar .status-right{display:flex;align-items:center;gap:6px}.live-project-frame .frame-bottom-bar .status-pulse-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981}.live-project-frame .frame-bottom-bar .bar-sep{opacity:.35}.live-project-frame .frame-bottom-bar .category-pill-sm{background:#fff;border:1px solid #0D0D0D;padding:1px 6px;border-radius:4px;font-size:.65rem}.live-frame-portal-backdrop{position:fixed;inset:0;z-index:999999;background:#0a0c10bf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;padding:24px;animation:portalFadeIn .25s ease-out}.live-frame-portal-backdrop .portal-modal-wrapper{width:95vw;height:92vh;max-width:1540px;background:#faf6d7;border:2.5px solid #0D0D0D;border-radius:18px;box-shadow:10px 10px #0d0d0d,0 35px 80px #000000b3;display:flex;flex-direction:column;overflow:hidden;animation:portalScaleUp .28s cubic-bezier(.16,1,.3,1)}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#faf6d7;border-bottom:2px solid #0D0D0D}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-title-left{display:flex;align-items:center;gap:12px}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-title-left .portal-brand{font-family:var(--font-mono, monospace);font-size:.74rem;font-weight:800;letter-spacing:.08em;background:#0d0d0d;color:#faf6d7;padding:3px 10px;border-radius:var(--radius-pill, 9999px)}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-title-left .modal-project-name{font-family:var(--font-serif, serif);font-size:1.15rem;font-weight:600;color:#0d0d0d}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-actions-right{display:flex;align-items:center;gap:14px}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-actions-right .modal-esc-hint{font-family:var(--font-mono, monospace);font-size:.72rem;color:#555}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-actions-right .modal-esc-hint strong{color:#0d0d0d;background:#fff;border:1px solid #0D0D0D;padding:1px 6px;border-radius:4px}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-actions-right .modal-close-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1.5px solid #0D0D0D;background:#fff;color:#0d0d0d;font-size:1.1rem;cursor:pointer;transition:all .15s ease;box-shadow:2px 2px #0d0d0d}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-actions-right .modal-close-icon-btn:hover{background:#ff5f56;color:#fff;transform:scale(1.08)}.live-frame-portal-backdrop .portal-modal-wrapper .portal-frame-stage-wrapper{flex:1;width:100%;height:100%;display:flex;overflow:hidden}.live-frame-portal-backdrop .portal-modal-wrapper .portal-frame-stage-wrapper .portal-modal-frame{width:100%;height:100%;border:none;border-radius:0;box-shadow:none}.live-frame-portal-backdrop .portal-modal-wrapper .portal-frame-stage-wrapper .portal-modal-frame .frame-viewport-stage{flex:1;height:100%}@keyframes portalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes portalScaleUp{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spinPulse{0%{transform:rotate(0) scale(.95);opacity:.7}50%{transform:rotate(180deg) scale(1.15);opacity:1}to{transform:rotate(360deg) scale(.95);opacity:.7}}@keyframes shimmerLine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulseDot{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.spin-anim{animation:spinPulse 1s infinite linear}@media (max-width: 820px){.live-project-frame .frame-browser-chrome{flex-wrap:wrap;gap:8px;padding:8px 12px}.live-project-frame .frame-browser-chrome .chrome-left{gap:8px}.live-project-frame .frame-browser-chrome .browser-omnibar{order:3;width:100%;max-width:100%;margin-top:2px}.live-project-frame .frame-browser-chrome .chrome-right .viewport-switcher-pills,.live-project-frame .frame-browser-chrome .chrome-right .interact-toggle-btn .btn-label{display:none}.live-project-frame .frame-viewport-stage{height:350px}.live-frame-portal-backdrop{padding:8px}.live-frame-portal-backdrop .portal-modal-wrapper{width:100%;height:98vh;border-radius:16px}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar{padding:8px 12px}.live-frame-portal-backdrop .portal-modal-wrapper .portal-header-bar .modal-esc-hint{display:none}}@media (max-width: 480px){.live-project-frame{border-radius:16px}.live-project-frame .frame-browser-chrome{padding:6px 10px}.live-project-frame .frame-browser-chrome .chrome-left .window-dots{gap:5px}.live-project-frame .frame-browser-chrome .chrome-left .window-dots .dot{width:9px;height:9px}.live-project-frame .frame-browser-chrome .browser-omnibar{font-size:.68rem;padding:4px 8px}.live-project-frame .frame-browser-chrome .browser-omnibar .omnibar-url{max-width:150px}.live-project-frame .frame-browser-chrome .chrome-right{gap:4px}.live-project-frame .frame-browser-chrome .chrome-right .chrome-action-btn{height:24px;padding:0 6px;font-size:.72rem}.live-project-frame .frame-viewport-stage{height:300px}.live-project-frame .frame-bottom-bar{padding:6px 10px;font-size:.62rem}.live-project-frame .frame-bottom-bar .status-sub{display:none}}.editorial-home{width:100%;max-width:1320px;margin:0 auto;padding:110px 24px 80px;display:flex;flex-direction:column;gap:110px}.editorial-home .section-title-wrap{text-align:center;max-width:760px;margin:0 auto 52px}.editorial-home .section-title-wrap .section-eyebrow{display:inline-block;border:var(--border-black);background-color:var(--card-white);color:var(--ink-primary);font-family:var(--font-sans);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:6px 18px;border-radius:var(--radius-pill);box-shadow:var(--shadow-brutal-sm);margin-bottom:16px}.editorial-home .section-title-wrap .section-heading{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;color:var(--ink-primary);line-height:1.15;margin-bottom:16px}.editorial-home .section-title-wrap .section-desc{font-size:1.1rem;color:var(--ink-secondary);line-height:1.6}.editorial-home .hero-bento-section{width:100%;padding-top:10px}.editorial-home .hero-bento-section .bento-grid-container{display:grid;grid-template-columns:2.1fr .9fr 1.3fr;grid-auto-rows:minmax(auto,auto);gap:22px}.editorial-home .hero-bento-section .hero-card-left{display:flex;flex-direction:column;justify-content:space-between;padding:42px 38px;min-height:480px}.editorial-home .hero-bento-section .hero-card-left .card-top-pill{display:flex;align-items:center}.editorial-home .hero-bento-section .hero-card-left .card-top-pill .editorial-pill{background-color:transparent;border:1.5px solid var(--ink-primary);color:var(--ink-primary);font-weight:800;font-size:.82rem;padding:6px 20px}.editorial-home .hero-bento-section .hero-card-left .hero-headline-wrap{margin:32px 0}.editorial-home .hero-bento-section .hero-card-left .hero-headline-wrap .hero-title{font-size:clamp(4rem,8vw,7.2rem);font-weight:400;color:var(--ink-primary);line-height:.95;letter-spacing:-.03em}.editorial-home .hero-bento-section .hero-card-left .hero-headline-wrap .hero-subtitle-lead{font-size:1.15rem;color:var(--ink-secondary);line-height:1.5;margin-top:16px;max-width:480px;font-weight:500}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card{position:relative;max-width:440px;margin:8px 0 22px;perspective:1000px;cursor:pointer}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .tape-strip{position:absolute;top:-11px;left:50%;transform:translate(-50%) rotate(1deg);width:96px;height:22px;background-color:#fed730d9;border:1px dashed rgba(13,13,13,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 1px 3px #0000001a;z-index:10;transition:transform .2s ease}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card:hover .tape-strip{transform:translate(-50%) rotate(-1deg) scale(1.05)}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-flipper-inner{position:relative;width:100%;transition:transform .55s cubic-bezier(.16,1,.3,1);transform-style:preserve-3d}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card.is-flipped .note-flipper-inner{transform:rotateY(180deg)}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-face{background-color:#fffdf0;border:2px solid var(--ink-primary);border-radius:8px;padding:16px 20px 14px;box-shadow:4px 4px 0 var(--ink-primary);backface-visibility:hidden;transition:box-shadow .25s ease}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-face.note-front{transform:rotateY(0)}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-face.note-back{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotateY(180deg);background-color:#faf6d7;border-style:dashed;display:flex;flex-direction:column;justify-content:space-between}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-face.note-back .note-badge.back-badge .star{color:#27c93f}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-face.note-back .note-text-back{font-family:var(--font-sans);font-size:.85rem;font-weight:700;line-height:1.45;color:var(--ink-primary);margin:0 0 10px}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card:hover .note-face{box-shadow:6px 6px 0 var(--ink-primary)}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .flip-micro-hint{font-size:.62rem;color:#777;margin-left:auto;font-weight:700;font-family:var(--font-mono)}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-badge{display:flex;align-items:center;gap:6px;font-family:var(--font-mono, monospace);font-size:.7rem;font-weight:800;letter-spacing:.08em;color:var(--ink-primary);text-transform:uppercase;margin-bottom:6px}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-badge .star{color:#e63946;font-size:.85rem}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-text{font-family:Fraunces,serif;font-style:italic;font-size:.95rem;line-height:1.45;color:#1a1a1a;margin:0 0 10px}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-footer{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono, monospace);font-size:.7rem;color:#666;border-top:1px dashed rgba(13,13,13,.2);padding-top:6px}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-footer .note-coords{letter-spacing:.06em}.editorial-home .hero-bento-section .hero-card-left .field-note-tape-card .note-footer .note-sign{font-weight:800;color:var(--ink-primary)}.editorial-home .hero-bento-section .hero-card-left .card-bottom-action{display:flex;align-items:center}.editorial-home .hero-bento-section .hero-card-left .card-bottom-action .pill-yellow-btn{padding:14px 30px;font-size:1rem;font-weight:800}.editorial-home .hero-bento-section .hero-card-left .card-bottom-action .pill-yellow-btn .btn-arrow{font-size:1.3rem;transition:transform .2s ease}.editorial-home .hero-bento-section .hero-card-left .card-bottom-action .pill-yellow-btn:hover .btn-arrow{transform:translate(4px)}.editorial-home .hero-bento-section .hero-card-center{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:34px 20px;border-radius:var(--radius-pill);min-height:480px;text-align:center}.editorial-home .hero-bento-section .hero-card-center .top-arrow{width:50px;height:50px;font-size:1.4rem}.editorial-home .hero-bento-section .hero-card-center .stacked-year{display:flex;flex-direction:column;align-items:center;line-height:.85}.editorial-home .hero-bento-section .hero-card-center .stacked-year .year-num{font-family:var(--font-serif);font-size:clamp(3.4rem,5.5vw,5.2rem);font-weight:400;color:var(--ink-primary);letter-spacing:-.03em}.editorial-home .hero-bento-section .hero-card-center .year-label{font-family:var(--font-sans);font-size:.78rem;font-weight:800;letter-spacing:.12em;color:var(--ink-muted);text-transform:uppercase}.editorial-home .hero-bento-section .hero-card-right{display:flex;flex-direction:column;justify-content:space-between;padding:24px 22px;min-height:480px}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame{width:100%;height:310px;border-radius:var(--radius-card);border:var(--border-black);overflow:hidden;position:relative;box-shadow:var(--shadow-brutal-sm);background:#fff;transition:transform .15s ease-out,box-shadow .25s ease}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame:hover{box-shadow:var(--shadow-brutal)}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .photo-tape-top{position:absolute;top:-8px;left:50%;transform:translate(-50%) rotate(-1deg);background:#fed730e6;border:1px dashed rgba(13,13,13,.6);padding:3px 14px;font-family:var(--font-mono);font-size:.65rem;font-weight:800;letter-spacing:.08em;color:#0d0d0d;z-index:14;box-shadow:0 1px 4px #00000026;pointer-events:none}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .photo-seal-badge{position:absolute;top:12px;left:12px;z-index:14;background:var(--card-white);border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:3px 10px;font-family:var(--font-sans);font-size:.68rem;font-weight:800;color:#0d0d0d;box-shadow:2px 2px #0d0d0d;cursor:default}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .visual-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame:hover .visual-img{transform:scale(1.03)}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot{position:absolute;z-index:15;width:22px;height:22px;cursor:pointer}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .hotspot-pulse{display:block;width:100%;height:100%;border-radius:50%;background:var(--card-yellow);border:2px solid #0D0D0D;box-shadow:0 0 0 2px #fed73080;animation:pulseBeacon 2s infinite ease-in-out;transition:transform .2s ease}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .hotspot-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0d0d0d;color:#faf6d7;border:1px solid var(--card-yellow);border-radius:6px;padding:4px 10px;font-family:var(--font-mono);font-size:.68rem;font-weight:700;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease,transform .2s ease;box-shadow:0 4px 12px #00000040}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot:hover .hotspot-pulse{transform:scale(1.25);background:#fff}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot:hover .hotspot-tooltip{opacity:1;transform:translate(-50%) translateY(-3px)}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot.keyboard-hotspot{bottom:24%;left:40%}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot.screen-hotspot{top:24%;left:26%}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot.mug-hotspot{bottom:12%;left:10%}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .steam-wisp-particle{position:absolute;bottom:110%;font-size:1.15rem;color:#faf6d7;text-shadow:0 0 6px rgba(254,215,48,.6);pointer-events:none;z-index:20;animation:steamRise 1.6s ease-out forwards}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .floating-chai-toast,.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .floating-keeb-toast{position:absolute;bottom:calc(100% + 24px);left:50%;transform:translate(-50%);background:#0d0d0d;color:#fed730;border:1.5px solid #FED730;border-radius:var(--radius-pill);padding:4px 12px;font-family:var(--font-mono);font-size:.68rem;font-weight:800;white-space:nowrap;box-shadow:3px 3px #0006;pointer-events:none;z-index:25;animation:toastPop .22s cubic-bezier(.16,1,.3,1)}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .floating-chai-toast .keeb-code-prompt,.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .desk-hotspot .floating-keeb-toast .keeb-code-prompt{color:#a594f9}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .photo-meta-stamp{position:absolute;bottom:0;inset-inline:0;background:#0d0d0dc7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:5px 12px;display:flex;justify-content:space-between;align-items:center;z-index:13}.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .photo-meta-stamp .stamp-text,.editorial-home .hero-bento-section .hero-card-right .visual-photo-frame .photo-meta-stamp .stamp-coords{font-family:var(--font-mono);font-size:.62rem;font-weight:700;color:#faf6d7;letter-spacing:.05em}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap{margin-top:16px;display:flex;flex-direction:column;gap:6px}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .caption-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .caption-header .specimen-pill{font-family:var(--font-mono);font-size:.68rem;font-weight:800;color:var(--ink-primary);background:var(--card-white);border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:3px 10px}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .caption-header .live-status-pill{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:.68rem;font-weight:800;color:#0d0d0d;background:#ffffffbf;border-radius:var(--radius-pill);padding:3px 10px;border:1px solid rgba(13,13,13,.2)}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .caption-header .live-status-pill .status-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 2px #10b98140;animation:pulseBeacon 2s infinite}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .artifact-headline{font-family:Fraunces,serif;font-size:1.28rem;font-weight:600;color:var(--ink-primary);line-height:1.2;margin:3px 0 1px}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .artifact-philosophy{font-family:var(--font-sans);font-size:.85rem;color:#2a2a2a;line-height:1.45}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .artifact-action-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding-top:8px;border-top:1px dashed rgba(13,13,13,.25)}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .artifact-action-row .desk-gear-tag{font-family:var(--font-mono);font-size:.7rem;font-weight:800;letter-spacing:.05em;color:var(--ink-primary);background:var(--card-yellow);padding:4px 10px;border-radius:4px;border:1px solid #0D0D0D;box-shadow:1.5px 1.5px #0d0d0d}.editorial-home .hero-bento-section .hero-card-right .artifact-caption-wrap .artifact-action-row .corner-arrow{width:44px;height:44px;font-size:1.25rem}.editorial-home .hero-bento-section .hero-card-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:20px 42px;border-radius:var(--radius-pill);background-color:var(--card-white)}.editorial-home .hero-bento-section .hero-card-bottom .bottom-pill-item{display:flex;align-items:center}.editorial-home .hero-bento-section .hero-card-bottom .welcome-tag .tag-label{font-family:var(--font-sans);font-size:.85rem;font-weight:800;letter-spacing:.08em;color:var(--ink-primary);text-transform:uppercase}.editorial-home .hero-bento-section .hero-card-bottom .see-more-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:14px;font-family:var(--font-sans);font-size:.95rem;font-weight:800;letter-spacing:.06em;color:var(--ink-primary);transition:color .2s ease}.editorial-home .hero-bento-section .hero-card-bottom .see-more-btn .arrow-line{font-weight:700;letter-spacing:-.05em;transition:transform .2s ease}.editorial-home .hero-bento-section .hero-card-bottom .see-more-btn:hover{color:var(--card-lavender)}.editorial-home .hero-bento-section .hero-card-bottom .see-more-btn:hover .arrow-line{transform:translate(6px)}.editorial-home .hero-bento-section .hero-card-bottom .signature-tag .signature-name{font-family:var(--font-sans);font-size:1rem;font-weight:800;color:var(--ink-primary)}.editorial-home .hero-bento-section .studio-vitals-strip{grid-column:1/-1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;padding:12px 24px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);box-shadow:var(--shadow-brutal-sm);margin-top:-6px}.editorial-home .hero-bento-section .studio-vitals-strip .vital-item{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono, monospace);font-size:.8rem;font-weight:700;color:var(--ink-primary);cursor:default;transition:transform .2s ease}.editorial-home .hero-bento-section .studio-vitals-strip .vital-item:hover{transform:translateY(-2px)}.editorial-home .hero-bento-section .studio-vitals-strip .vital-item .vital-icon{font-size:.95rem}.editorial-home .hero-bento-section .studio-vitals-strip .vital-item .vital-label{letter-spacing:.02em}.editorial-home .hero-bento-section .studio-vitals-strip .vital-divider{font-family:var(--font-mono);color:var(--border-black);opacity:.35;font-weight:800}@media (max-width: 768px){.editorial-home .hero-bento-section .studio-vitals-strip{border-radius:var(--radius-md);gap:10px}.editorial-home .hero-bento-section .studio-vitals-strip .vital-divider{display:none}}.editorial-home .hero-bento-section .studio-palette-dock{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:10px 20px;background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);box-shadow:var(--shadow-brutal-sm);margin-top:-6px}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-meta{display:inline-flex;align-items:center;gap:8px}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-meta .dock-star{color:var(--card-yellow);font-size:1.1rem}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-meta .dock-title{font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.05em;color:var(--ink-primary)}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-meta .dock-subtitle{font-family:var(--font-sans);font-size:.76rem;color:var(--ink-muted);font-weight:600}@media (max-width: 900px){.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-meta .dock-subtitle{display:none}}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches .palette-dock-pill{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:5px 12px;font-family:var(--font-sans);font-size:.72rem;font-weight:700;color:var(--ink-primary);box-shadow:1.5px 1.5px #0d0d0d;cursor:pointer;transition:all .16s cubic-bezier(.16,1,.3,1)}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches .palette-dock-pill .dock-pill-dots{display:flex;align-items:center;gap:2px}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches .palette-dock-pill .dock-pill-dots .dock-dot{width:9px;height:9px;border-radius:50%;border:1px solid #0D0D0D}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches .palette-dock-pill .dock-active-beacon{color:#10b981;font-size:.65rem}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches .palette-dock-pill:hover{transform:translateY(-2px);box-shadow:2.5px 2.5px #0d0d0d;background:#faf6d7}.editorial-home .hero-bento-section .studio-palette-dock .palette-dock-swatches .palette-dock-pill.active{background:var(--card-yellow);font-weight:800;box-shadow:2.5px 2.5px #0d0d0d;transform:translateY(-1px)}@media (max-width: 768px){.editorial-home .hero-bento-section .studio-palette-dock{border-radius:var(--radius-card);flex-direction:column;align-items:flex-start}}.editorial-home .selected-works-section .works-filter-bar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:36px}.editorial-home .selected-works-section .works-filter-bar .work-filter-pill{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:8px 18px;font-family:var(--font-mono);font-size:.76rem;font-weight:800;letter-spacing:.04em;color:#0d0d0d;box-shadow:2px 2px #0d0d0d;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1)}.editorial-home .selected-works-section .works-filter-bar .work-filter-pill:hover{background:#faf6d7;transform:translateY(-2px);box-shadow:3px 3px #0d0d0d}.editorial-home .selected-works-section .works-filter-bar .work-filter-pill.active{background:var(--card-yellow);box-shadow:3px 3px #0d0d0d;transform:translateY(-2px)}.editorial-home .selected-works-section .works-bento-grid{display:flex;flex-direction:column;gap:48px}.editorial-home .selected-works-section .work-bento-item{display:flex;flex-direction:column;padding:28px;border-radius:var(--radius-bento, 24px);background-color:var(--card-white);transition:transform .2s ease,box-shadow .2s ease}.editorial-home .selected-works-section .work-bento-item.bento-lavender{background-color:var(--card-lavender)}.editorial-home .selected-works-section .work-bento-item.bento-cream{background-color:var(--bg-canvas)}.editorial-home .selected-works-section .work-bento-item.bento-coral{background-color:var(--card-coral)}.editorial-home .selected-works-section .work-bento-item.bento-mint{background-color:var(--card-mint)}.editorial-home .selected-works-section .work-bento-item.bento-sky{background-color:var(--card-sky)}.editorial-home .selected-works-section .work-bento-item.bento-rose{background-color:var(--card-rose)}.editorial-home .selected-works-section .work-bento-item.accent-card{background-color:var(--bg-canvas)}.editorial-home .selected-works-section .work-bento-item:hover{transform:translateY(-4px);box-shadow:6px 6px #0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-specimen-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-tag-pill{display:inline-flex;align-items:center;gap:6px;background:#0d0d0d;color:#faf6d7;border-radius:var(--radius-pill);padding:3px 10px;font-family:var(--font-mono);font-size:.7rem;font-weight:800;letter-spacing:.05em}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-tag-pill .specimen-live-dot{color:#27c93f;font-size:.65rem}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-header-actions{display:flex;align-items:center;gap:8px}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-header-actions .specimen-xray-toggle-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:3px 10px;font-family:var(--font-mono);font-size:.68rem;font-weight:800;color:#0d0d0d;box-shadow:2px 2px #0d0d0d;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1)}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-header-actions .specimen-xray-toggle-btn:hover{background:#fed730;transform:translateY(-1px);box-shadow:2.5px 2.5px #0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-header-actions .specimen-xray-toggle-btn.active{background:#fed730;box-shadow:2px 2px #0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .work-category-pill{background:#fff;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:3px 10px;font-family:var(--font-sans);font-size:.72rem;font-weight:800;color:#0d0d0d;box-shadow:2px 2px #0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-card-media{width:100%;height:280px;border-radius:var(--radius-card);border:var(--border-black);overflow:hidden;position:relative;background:#0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-card-media .work-preview-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.editorial-home .selected-works-section .work-bento-item .work-card-media .media-overlay-stamp{position:absolute;bottom:12px;left:12px;background:#0d0d0dd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#faf6d7;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:2px 8px;font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.05em;pointer-events:none}.editorial-home .selected-works-section .work-bento-item .work-card-media .media-hover-launch-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);opacity:0;background:var(--card-yellow);color:#0d0d0d;border:2px solid #0D0D0D;border-radius:var(--radius-pill);padding:8px 18px;font-family:var(--font-sans);font-size:.82rem;font-weight:800;display:inline-flex;align-items:center;gap:6px;box-shadow:3px 3px #0d0d0d;transition:all .25s cubic-bezier(.16,1,.3,1);text-decoration:none;z-index:10}.editorial-home .selected-works-section .work-bento-item .work-card-media:hover .work-preview-img{transform:scale(1.05);filter:brightness(.95)}.editorial-home .selected-works-section .work-bento-item .work-card-media:hover .media-hover-launch-btn{opacity:1;transform:translate(-50%,-50%) scale(1)}.editorial-home .selected-works-section .work-bento-item .live-project-frame{margin-bottom:22px}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray{width:100%;min-height:290px;background-color:#071321;border:2px solid #0D0D0D;border-radius:var(--radius-card);padding:20px 22px;color:#faf6d7;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background-image:linear-gradient(to right,rgba(100,255,218,.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(100,255,218,.08) 1px,transparent 1px);background-size:18px 18px;box-shadow:inset 0 0 24px #00000080,3px 3px #0d0d0d;margin-bottom:22px;animation:xrayFadeIn .3s cubic-bezier(.16,1,.3,1)}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-grid-watermark{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono);font-size:.64rem;font-weight:800;letter-spacing:.06em;color:#64ffda;border-bottom:1px dashed rgba(100,255,218,.3);padding-bottom:8px;margin-bottom:12px}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-grid-watermark .xray-iso-stamp{color:#fed730;background:#fed73026;padding:1px 6px;border-radius:3px}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow{display:flex;align-items:center;justify-content:space-between;gap:6px;margin:10px 0}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-node{background:#0d1b2ad9;border:1px solid rgba(100,255,218,.4);border-radius:6px;padding:6px 10px;display:flex;flex-direction:column;gap:2px;flex:1}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-node .node-label{font-family:var(--font-mono);font-size:.58rem;font-weight:800;color:#fed730;letter-spacing:.05em}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-node .node-value{font-family:var(--font-sans);font-size:.72rem;font-weight:700;color:#faf6d7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-arrow{color:#64ffda;font-size:.85rem;flex-shrink:0}@media (max-width: 600px){.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow{flex-direction:column}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-arrow{transform:rotate(90deg)}}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-specs-table{display:flex;flex-direction:column;gap:6px;margin:10px 0 16px}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-specs-table .xray-spec-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono);font-size:.68rem;border-bottom:1px dotted rgba(255,255,255,.15);padding-bottom:4px}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-specs-table .xray-spec-row .spec-k{color:#9ca3af;font-weight:600}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-specs-table .xray-spec-row .spec-v{color:#faf6d7;font-weight:700}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-specs-table .xray-spec-row .spec-v.highlight{color:#27c93f}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-return-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:#fed730;color:#0d0d0d;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:6px 14px;font-family:var(--font-mono);font-size:.72rem;font-weight:800;box-shadow:2px 2px #0d0d0d;cursor:pointer;transition:transform .15s ease}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-return-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-card-info{padding:6px 4px 4px;display:flex;flex-direction:column;flex:1}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-header-row .work-title{font-size:1.45rem;font-weight:800;color:var(--ink-primary)}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-header-row .small-arrow{width:38px;height:38px;font-size:1.1rem}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-thesis-quote{font-family:var(--font-serif);font-style:italic;font-size:.92rem;line-height:1.5;color:var(--ink-primary);margin:0 0 10px;opacity:.9}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-description{font-size:.92rem;color:var(--ink-secondary);line-height:1.6;margin-bottom:14px;flex:1}.editorial-home .selected-works-section .work-bento-item .work-card-info .breakthrough-callout{display:flex;align-items:flex-start;gap:8px;background:#a594f926;border:1px solid rgba(165,148,249,.4);border-radius:8px;padding:8px 12px;margin-bottom:16px}.editorial-home .selected-works-section .work-bento-item .work-card-info .breakthrough-callout .breakthrough-icon{color:#fed730;font-size:.85rem;margin-top:1px}.editorial-home .selected-works-section .work-bento-item .work-card-info .breakthrough-callout .breakthrough-text{font-family:var(--font-sans);font-size:.8rem;line-height:1.45;color:var(--ink-primary)}.editorial-home .selected-works-section .work-bento-item .work-card-info .breakthrough-callout .breakthrough-text strong{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-primary);margin-right:4px}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout{display:flex;align-items:center;flex-wrap:wrap;gap:8px;background:#0e121b;border:1.5px solid #0D0D0D;border-radius:8px;padding:8px 12px;margin-bottom:14px;box-shadow:2px 2px #0d0d0d}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-label{font-family:var(--font-mono);font-size:.68rem;font-weight:800;color:#fed730;letter-spacing:.04em}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-code{font-family:var(--font-mono);font-size:.78rem;color:#38bdf8;background:#ffffff0f;padding:3px 8px;border-radius:4px;letter-spacing:-.01em}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-copy-btn{background:#fed730;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:2px 10px;font-family:var(--font-sans);font-size:.68rem;font-weight:800;color:#0d0d0d;cursor:pointer;transition:transform .15s ease}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-copy-btn:hover{transform:translateY(-1px);background:#fdfdfd}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-npm-link{font-family:var(--font-mono);font-size:.7rem;font-weight:700;color:#a594f9;text-decoration:none;margin-left:auto}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-npm-link:hover{color:#fed730;text-decoration:underline}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-meta-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:14px;border-top:1.5px solid rgba(13,13,13,.12)}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-meta-row .work-tags{display:flex;flex-wrap:wrap;gap:6px}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-meta-row .work-tags .work-tech-tag{background:var(--card-white);border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:4px 10px;font-family:var(--font-sans);font-size:.72rem;font-weight:700;color:var(--ink-primary)}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-meta-row .metrics-highlight{font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:var(--ink-muted);background:#0d0d0d0d;padding:3px 8px;border-radius:4px}.editorial-home .selected-works-section .works-bottom-cta{display:flex;justify-content:center;margin-top:48px}.editorial-home .selected-works-section .works-bottom-cta .large-cta{padding:16px 36px;font-size:1rem}.editorial-home .philosophy-section .philosophy-container{padding:56px 48px;display:flex;flex-direction:column;gap:48px}.editorial-home .philosophy-section .philosophy-container .philosophy-header{max-width:820px}.editorial-home .philosophy-section .philosophy-container .philosophy-header .editorial-pill{margin-bottom:20px}.editorial-home .philosophy-section .philosophy-container .philosophy-header .philosophy-title{font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:400;color:var(--ink-primary);line-height:1.1;margin-bottom:18px}.editorial-home .philosophy-section .philosophy-container .philosophy-header .philosophy-lead{font-size:1.2rem;color:var(--ink-secondary);line-height:1.6}.editorial-home .philosophy-section .philosophy-container .pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.editorial-home .philosophy-section .philosophy-container .pillars-grid .pillar-box{background:var(--card-white);border:var(--border-black);border-radius:var(--radius-card);padding:28px 24px;box-shadow:var(--shadow-brutal-sm);transition:transform .2s ease,box-shadow .2s ease}.editorial-home .philosophy-section .philosophy-container .pillars-grid .pillar-box .pillar-num{font-family:var(--font-mono);font-size:1.1rem;font-weight:800;color:var(--card-lavender);margin-bottom:12px}.editorial-home .philosophy-section .philosophy-container .pillars-grid .pillar-box h4{font-size:1.15rem;font-weight:800;color:var(--ink-primary);margin-bottom:10px;line-height:1.25}.editorial-home .philosophy-section .philosophy-container .pillars-grid .pillar-box p{font-size:.9rem;color:var(--ink-secondary);line-height:1.55}.editorial-home .philosophy-section .philosophy-container .pillars-grid .pillar-box:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-home .capabilities-section .project-needs-selector{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:34px}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn{display:inline-flex;align-items:center;gap:10px;background:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:12px 24px;font-family:var(--font-sans);font-size:.92rem;font-weight:800;letter-spacing:.02em;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);cursor:pointer;transition:all .22s cubic-bezier(.16,1,.3,1)}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn .need-indicator{font-size:.75rem;color:var(--ink-muted);transition:color .2s ease}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn:hover{background-color:var(--card-lavender);transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn:hover .need-indicator{color:#0d0d0d}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn.active{background-color:var(--card-yellow);transform:translate(-3px,-3px);box-shadow:var(--shadow-brutal)}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn.active .need-indicator{color:#0d0d0d}.editorial-home .capabilities-section .blueprint-bento-card{padding:44px 42px;background-color:var(--card-lavender);border:var(--border-black-thick);border-radius:var(--radius-card);box-shadow:var(--shadow-brutal);transition:all .3s ease}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:22px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row .badge-wrap{display:flex;align-items:center;gap:10px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row .badge-wrap .editorial-pill{background-color:var(--card-white);border:var(--border-black);font-size:.78rem;font-weight:800;padding:6px 16px;letter-spacing:.06em}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row .badge-wrap .blueprint-tag{font-family:var(--font-mono);font-size:.75rem;font-weight:800;letter-spacing:.08em;color:var(--ink-primary);opacity:.85}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row .blueprint-metrics-pill{background-color:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:8px 18px;font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);display:inline-flex;align-items:center;gap:8px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row .blueprint-metrics-pill .lightning{color:#e63946}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-headline{margin-bottom:28px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-headline .blueprint-title{font-family:Fraunces,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:var(--ink-primary);line-height:1.15;margin-bottom:8px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-headline .blueprint-tagline{font-family:var(--font-sans);font-size:1.15rem;font-weight:700;color:var(--ink-primary);margin-bottom:8px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-headline .blueprint-goal{font-size:1.02rem;color:var(--ink-secondary);line-height:1.55;max-width:820px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:36px;padding-top:30px;border-top:2px dashed rgba(13,13,13,.25)}@media (max-width: 900px){.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid{grid-template-columns:1fr;gap:28px}}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .col-heading{font-family:var(--font-mono);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-primary);margin-bottom:18px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .execution-col{display:flex;flex-direction:column;justify-content:space-between}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .execution-col .execution-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:26px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .execution-col .execution-list li{display:flex;align-items:flex-start;gap:12px;font-family:var(--font-sans);font-size:.95rem;line-height:1.5;color:#111}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .execution-col .execution-list li .list-star{color:#0d0d0d;font-size:1.15rem;line-height:1;margin-top:2px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .execution-col .blueprint-cta-row .small-btn{padding:12px 26px;font-size:.9rem;font-weight:800}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 550px){.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid{grid-template-columns:1fr}}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card{background:var(--card-white);border:var(--border-black);border-radius:var(--radius-sm);padding:14px 16px;box-shadow:2px 2px #0d0d0d;transition:all .2s ease}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #0d0d0d;background-color:#faf6d7}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card .tech-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card .tech-card-header .tech-mini-icon{width:24px;height:24px;object-fit:contain}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card .tech-card-header .tech-latency-badge{font-family:var(--font-mono);font-size:.68rem;font-weight:800;background:var(--card-yellow);border:1px solid var(--ink-primary);border-radius:var(--radius-pill);padding:2px 7px;color:var(--ink-primary)}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card .tech-name{font-family:var(--font-sans);font-size:.95rem;font-weight:800;color:var(--ink-primary);margin-bottom:2px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .stack-col .curated-stack-grid .curated-tech-card .tech-role{font-family:var(--font-mono);font-size:.72rem;color:#555}.editorial-home .capabilities-section .arsenal-toggle-wrap{text-align:center;margin-top:36px}.editorial-home .capabilities-section .arsenal-toggle-wrap .arsenal-toggle-btn{background:transparent;border:2px dashed rgba(13,13,13,.4);border-radius:var(--radius-pill);padding:10px 24px;font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--ink-primary);cursor:pointer;transition:all .2s ease}.editorial-home .capabilities-section .arsenal-toggle-wrap .arsenal-toggle-btn:hover{background-color:var(--card-white);border-style:solid;transform:translateY(-2px);box-shadow:var(--shadow-brutal-sm)}.editorial-home .capabilities-section .full-arsenal-expanded{margin-top:28px}.editorial-home .capabilities-section .capabilities-bento-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item{padding:22px;display:flex;flex-direction:column;justify-content:space-between;min-height:180px}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item .skill-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item .skill-card-top .skill-icon-img{width:32px;height:32px;object-fit:contain}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item .skill-card-top .skill-latency-pill{font-family:var(--font-mono);font-size:.72rem;font-weight:700;background:#faf6d7;border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:3px 8px;color:var(--ink-primary)}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item .skill-name{font-size:1.1rem;font-weight:800;color:var(--ink-primary);margin-bottom:6px}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item .skill-desc-text{font-size:.82rem;color:var(--ink-secondary);line-height:1.45;margin-bottom:14px}.editorial-home .capabilities-section .capabilities-bento-grid .skill-bento-item .skill-footer-badge .skill-level-tag{display:inline-block;background:var(--card-lavender);border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:3px 10px;font-family:var(--font-sans);font-size:.72rem;font-weight:700;color:var(--ink-primary)}.editorial-home .code-notebook-section .notebook-card{padding:0;background:var(--card-white)}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:var(--border-black);background:#faf6d7;flex-wrap:wrap;gap:12px}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar .notebook-tabs{display:flex;flex-wrap:wrap;gap:8px}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar .notebook-tabs .notebook-tab{display:inline-flex;align-items:center;gap:6px;background:var(--card-white);border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:7px 16px;font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--ink-primary);cursor:pointer;transition:all .2s ease}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar .notebook-tabs .notebook-tab:hover{background:var(--card-lavender)}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar .notebook-tabs .notebook-tab.active{background:var(--card-yellow);box-shadow:2px 2px #0d0d0d}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar .copy-snippet-btn{display:inline-flex;align-items:center;gap:6px;background:var(--card-white);border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:7px 16px;font-family:var(--font-sans);font-size:.82rem;font-weight:800;color:var(--ink-primary);cursor:pointer;box-shadow:var(--shadow-brutal-sm);transition:all .2s ease}.editorial-home .code-notebook-section .notebook-card .notebook-toolbar .copy-snippet-btn:hover{background:var(--card-yellow);transform:translate(-1px,-1px)}.editorial-home .code-notebook-section .notebook-card .notebook-code-viewer{padding:24px;max-height:420px;overflow-y:auto;background:#0d0d0d}.editorial-home .code-notebook-section .notebook-card .notebook-code-viewer pre{margin:0;font-family:var(--font-mono);font-size:.88rem;line-height:1.7;color:#faf6d7;white-space:pre-wrap;word-break:break-word}.editorial-home .studio-console-section .console-wrapper{padding:0;background:#fff}.editorial-home .studio-console-section .console-wrapper .console-top-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-bottom:var(--border-black);background:#faf6d7}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-controls{display:flex;gap:7px}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot{width:12px;height:12px;border-radius:50%;border:1.5px solid #0D0D0D}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot.red{background:#ff5f56}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot.yellow{background:#ffbd2e}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-controls .ctrl-dot.green{background:#27c93f}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-heading{font-family:var(--font-mono);font-size:.82rem;font-weight:700;color:var(--ink-primary);display:flex;align-items:center;gap:8px}.editorial-home .studio-console-section .console-wrapper .console-top-bar .console-status-tag{font-family:var(--font-sans);font-size:.72rem;font-weight:800;border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:3px 10px;background:var(--card-yellow)}.editorial-home .studio-console-section .console-wrapper .console-quick-pills{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:12px 22px;border-bottom:1.5px solid rgba(13,13,13,.1);background:#faf6d7;font-family:var(--font-sans);font-size:.8rem;font-weight:700;color:var(--ink-muted)}.editorial-home .studio-console-section .console-wrapper .console-quick-pills .quick-pill{background:#fff;border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:4px 12px;font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:var(--ink-primary);cursor:pointer;transition:all .2s ease}.editorial-home .studio-console-section .console-wrapper .console-quick-pills .quick-pill:hover{background:var(--card-yellow);transform:translate(-1px,-1px)}.editorial-home .studio-console-section .console-wrapper .console-terminal-body{padding:22px;min-height:220px;max-height:340px;overflow-y:auto;background:#0d0d0d;font-family:var(--font-mono);font-size:.86rem;line-height:1.6}.editorial-home .studio-console-section .console-wrapper .console-terminal-body .console-row{margin-bottom:10px}.editorial-home .studio-console-section .console-wrapper .console-terminal-body .console-row.system{color:#fed730}.editorial-home .studio-console-section .console-wrapper .console-terminal-body .console-row.user{color:#a594f9}.editorial-home .studio-console-section .console-wrapper .console-terminal-body .console-row.output{color:#faf6d7}.editorial-home .studio-console-section .console-wrapper .console-terminal-body .console-row pre{margin:0;white-space:pre-wrap;font-family:inherit}.editorial-home .studio-console-section .console-wrapper .console-terminal-body .console-row .console-prompt{color:#a594f9;font-weight:700}.editorial-home .studio-console-section .console-wrapper .console-input-form{display:flex;align-items:center;padding:14px 22px;border-top:var(--border-black);background:#0d0d0d}.editorial-home .studio-console-section .console-wrapper .console-input-form .console-prompt{font-family:var(--font-mono);font-size:.86rem;color:#a594f9;font-weight:700;margin-right:10px}.editorial-home .studio-console-section .console-wrapper .console-input-form .console-input-field{flex:1;background:none;border:none;color:#faf6d7;font-family:var(--font-mono);font-size:.9rem;outline:none}.editorial-home .studio-console-section .console-wrapper .console-input-form .console-input-field::placeholder{color:#666}.editorial-home .studio-console-section .console-wrapper .console-input-form .console-run-btn{background:var(--card-yellow);border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:6px 18px;font-family:var(--font-sans);font-size:.8rem;font-weight:800;color:var(--ink-primary);cursor:pointer;transition:transform .2s ease}.editorial-home .studio-console-section .console-wrapper .console-input-form .console-run-btn:hover{transform:scale(1.05)}.editorial-home .contact-invite-section .invite-bento{padding:56px 48px}.editorial-home .contact-invite-section .invite-bento .invite-content{max-width:800px}.editorial-home .contact-invite-section .invite-bento .invite-content .editorial-pill{margin-bottom:22px}.editorial-home .contact-invite-section .invite-bento .invite-content .invite-title{font-size:clamp(2.4rem,5vw,4.2rem);font-weight:400;line-height:1.08;color:var(--ink-primary);margin-bottom:18px}.editorial-home .contact-invite-section .invite-bento .invite-content .invite-sub{font-size:1.2rem;color:var(--ink-secondary);line-height:1.6;margin-bottom:34px}.editorial-home .contact-invite-section .invite-bento .invite-content .invite-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.editorial-home .contact-invite-section .invite-bento .invite-content .invite-actions .email-copy-cta{padding:16px 32px;font-size:.95rem}.editorial-home .contact-invite-section .invite-bento .invite-content .invite-actions .send-circle{width:54px;height:54px;font-size:1.4rem}@media (max-width: 1024px){.editorial-home{padding-top:90px;gap:80px}.editorial-home .hero-bento-section .bento-grid-container{grid-template-columns:1fr 1fr}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left{grid-column:1/-1;min-height:auto}.editorial-home .hero-bento-section .bento-grid-container .hero-card-center,.editorial-home .hero-bento-section .bento-grid-container .hero-card-right{min-height:380px}.editorial-home .philosophy-section .philosophy-container .pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.editorial-home{padding-top:75px;padding-left:12px;padding-right:12px;gap:48px;max-width:100vw;overflow-x:hidden}.editorial-home .hero-bento-section .bento-grid-container{grid-template-columns:1fr;gap:16px}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left,.editorial-home .hero-bento-section .bento-grid-container .hero-card-center,.editorial-home .hero-bento-section .bento-grid-container .hero-card-right{grid-column:1/-1;min-height:auto}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left{padding:22px 16px;border-radius:var(--radius-bento)}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .hero-title{font-size:clamp(2rem,8vw,2.7rem);line-height:1.1}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .hero-vitals-strip{gap:6px}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .hero-vitals-strip .hero-vitals-pill{padding:4px 8px;font-size:.68rem}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .field-note-tape-card{width:100%;max-width:100%;margin:12px 0 16px}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .field-note-tape-card .note-face{padding:14px 12px}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .field-note-tape-card .note-face .note-text{font-size:.86rem}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .card-bottom-action{width:100%}.editorial-home .hero-bento-section .bento-grid-container .hero-card-left .card-bottom-action .pill-yellow-btn{width:100%;justify-content:center}.editorial-home .hero-bento-section .bento-grid-container .hero-card-center{border-radius:var(--radius-bento);padding:24px 16px;min-height:auto}.editorial-home .hero-bento-section .bento-grid-container .hero-card-center .stacked-year .year-num{font-size:2.8rem}.editorial-home .hero-bento-section .bento-grid-container .hero-card-right{border-radius:var(--radius-bento);padding:18px 14px;min-height:auto}.editorial-home .hero-bento-section .bento-grid-container .hero-card-right .visual-photo-frame{height:250px;border-radius:16px}.editorial-home .hero-bento-section .bento-grid-container .hero-card-right .artifact-action-row{flex-direction:column;align-items:flex-start;gap:8px}.editorial-home .hero-bento-section .bento-grid-container .hero-card-right .artifact-action-row .corner-arrow{display:none}.editorial-home .hero-bento-section .bento-grid-container .hero-card-bottom{flex-direction:column;border-radius:var(--radius-bento);gap:12px;text-align:center;padding:18px 16px}.editorial-home .hero-bento-section .bento-grid-container .studio-vitals-strip{padding:10px 14px;border-radius:16px;gap:10px;font-size:.68rem;flex-wrap:wrap;justify-content:center}.editorial-home .selected-works-section .works-filter-bar{gap:6px;margin-bottom:24px}.editorial-home .selected-works-section .works-filter-bar .work-filter-pill{padding:6px 12px;font-size:.68rem}.editorial-home .selected-works-section .works-bento-grid{grid-template-columns:1fr;gap:28px}.editorial-home .selected-works-section .work-bento-item{padding:16px 14px;border-radius:var(--radius-bento);gap:14px}.editorial-home .selected-works-section .work-bento-item .work-specimen-header{flex-direction:column;align-items:flex-start;gap:8px}.editorial-home .selected-works-section .work-bento-item .work-specimen-header .specimen-header-actions{width:100%;justify-content:space-between}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray{padding:14px 12px;min-height:auto}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow{flex-direction:column;gap:6px}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-node{width:100%}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-schematic-flow .schematic-arrow{transform:rotate(90deg);margin:2px 0}.editorial-home .selected-works-section .work-bento-item .card-blueprint-xray .xray-specs-table .xray-spec-row{flex-direction:column;align-items:flex-start;gap:2px;padding:4px 0}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-title{font-size:1.25rem}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-thesis-quote{font-size:.92rem}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-description{font-size:.85rem;line-height:1.5}.editorial-home .selected-works-section .work-bento-item .work-card-info .breakthrough-callout{padding:8px 10px;font-size:.75rem}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 12px}.editorial-home .selected-works-section .work-bento-item .work-card-info .cli-install-callout .cli-code{width:100%;overflow-x:auto;font-size:.72rem;word-break:break-all}.editorial-home .selected-works-section .work-bento-item .work-card-info .work-meta-row{flex-direction:column;align-items:flex-start;gap:10px}.editorial-home .philosophy-section .philosophy-container{padding:24px 16px;border-radius:var(--radius-bento)}.editorial-home .philosophy-section .philosophy-container .philosophy-title{font-size:clamp(1.6rem,6.5vw,2.2rem)}.editorial-home .philosophy-section .philosophy-container .philosophy-lead{font-size:.92rem}.editorial-home .philosophy-section .philosophy-container .pillars-grid{grid-template-columns:1fr;gap:12px}.editorial-home .philosophy-section .philosophy-container .pillars-grid .pillar-box{padding:18px 14px;border-radius:16px}.editorial-home .capabilities-section .project-needs-selector{flex-direction:column;align-items:stretch;gap:8px}.editorial-home .capabilities-section .project-needs-selector .need-pill-btn{width:100%;text-align:left;padding:10px 14px;font-size:.8rem}.editorial-home .capabilities-section .blueprint-bento-card{padding:20px 16px;border-radius:var(--radius-bento)}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-top-row{flex-direction:column;align-items:flex-start;gap:8px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-title{font-size:1.25rem}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid{grid-template-columns:1fr;gap:20px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .curated-stack-grid{grid-template-columns:1fr;gap:8px}.editorial-home .capabilities-section .blueprint-bento-card .blueprint-body-grid .curated-stack-grid .curated-tech-card{padding:10px 12px}.editorial-home .capabilities-section .full-arsenal-expanded{grid-template-columns:1fr;gap:10px}.editorial-home .contact-invite-section .invite-bento{padding:28px 16px;border-radius:var(--radius-bento)}.editorial-home .contact-invite-section .invite-bento .invite-title{font-size:clamp(1.8rem,7vw,2.7rem)}.editorial-home .contact-invite-section .invite-bento .invite-sub{font-size:1rem;margin-bottom:24px}.editorial-home .contact-invite-section .invite-bento .invite-actions{flex-direction:column;align-items:stretch;width:100%;gap:10px}.editorial-home .contact-invite-section .invite-bento .invite-actions .email-copy-cta{width:100%;justify-content:center}.editorial-home .contact-invite-section .invite-bento .invite-actions .send-circle{display:none}}@keyframes steamRise{0%{opacity:0;transform:translateY(0) scale(.7) rotate(0)}30%{opacity:.95;transform:translateY(-14px) scale(1) rotate(8deg)}70%{opacity:.6;transform:translateY(-32px) scale(1.25) rotate(-6deg)}to{opacity:0;transform:translateY(-50px) scale(1.5) rotate(12deg)}}@keyframes toastPop{0%{opacity:0;transform:translate(-50%) translateY(8px) scale(.9)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes xrayFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.editorial-work-page{width:100%;max-width:1320px;margin:0 auto;padding:120px 24px 80px;display:flex;flex-direction:column;gap:60px}.editorial-work-page .work-hero-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:820px;margin:0 auto}.editorial-work-page .work-hero-header .back-pill-btn{display:inline-flex;align-items:center;gap:8px;background:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:8px 20px;font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);margin-bottom:8px;transition:all .2s ease}.editorial-work-page .work-hero-header .back-pill-btn:hover{background:var(--card-yellow);transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-work-page .work-hero-header .work-page-title{font-size:clamp(2.6rem,6vw,4.4rem);font-weight:400;color:var(--ink-primary);line-height:1.1}.editorial-work-page .work-hero-header .work-page-desc{font-size:1.15rem;color:var(--ink-secondary);line-height:1.6}.editorial-work-page .work-hero-header .category-filter-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.editorial-work-page .work-hero-header .category-filter-pills .cat-pill{background:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:9px 22px;font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);cursor:pointer;transition:all .2s ease}.editorial-work-page .work-hero-header .category-filter-pills .cat-pill:hover{background:var(--card-lavender);transform:translate(-2px,-2px)}.editorial-work-page .work-hero-header .category-filter-pills .cat-pill.active{background:var(--card-yellow);box-shadow:var(--shadow-brutal)}.editorial-work-page .work-bento-catalog{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:32px}.editorial-work-page .work-bento-catalog .catalog-card{display:flex;flex-direction:column;padding:24px;background:var(--card-white)}.editorial-work-page .work-bento-catalog .catalog-card.accent-lavender{background:#faf6d7}.editorial-work-page .work-bento-catalog .catalog-card .card-media-wrap{position:relative;width:100%;height:250px;border-radius:var(--radius-card);border:var(--border-black);overflow:hidden;background:#0d0d0d}.editorial-work-page .work-bento-catalog .catalog-card .card-media-wrap .card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.editorial-work-page .work-bento-catalog .catalog-card .card-media-wrap .category-pill-tag{position:absolute;top:14px;left:14px;background:var(--card-white);border:var(--border-black);border-radius:var(--radius-pill);padding:5px 14px;font-family:var(--font-sans);font-size:.75rem;font-weight:800;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm)}.editorial-work-page .work-bento-catalog .catalog-card .card-media-wrap:hover .card-img{transform:scale(1.05)}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap{padding:20px 4px 4px;display:flex;flex-direction:column;flex:1}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-title-row h2{font-size:1.45rem;font-weight:800;color:var(--ink-primary)}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-title-row .small-btn{width:40px;height:40px;font-size:1.15rem}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-desc-text{font-size:.95rem;color:var(--ink-secondary);line-height:1.6;margin-bottom:18px;flex:1}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-tags-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-tags-row .tech-pill-tag{background:var(--card-white);border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:4px 12px;font-family:var(--font-sans);font-size:.75rem;font-weight:700;color:var(--ink-primary)}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-bottom-row{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1.5px solid rgba(13,13,13,.12);gap:12px}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-bottom-row .metrics-badge{font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:var(--ink-muted)}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-bottom-row .card-launch-btn{padding:10px 20px;font-size:.82rem}@media (max-width: 768px){.editorial-work-page{padding:85px 12px 40px;gap:36px}.editorial-work-page .work-hero-header .work-page-title{font-size:clamp(2rem,8vw,2.8rem)}.editorial-work-page .work-hero-header .work-page-desc{font-size:.95rem}.editorial-work-page .work-hero-header .category-filter-pills{gap:6px}.editorial-work-page .work-hero-header .category-filter-pills .cat-pill{padding:6px 14px;font-size:.72rem}.editorial-work-page .work-bento-catalog{grid-template-columns:1fr;gap:20px}.editorial-work-page .work-bento-catalog .catalog-card{padding:16px 14px;border-radius:var(--radius-bento)}.editorial-work-page .work-bento-catalog .catalog-card .card-media-wrap{height:200px}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap{padding:14px 2px 2px}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-title-row h2{font-size:1.25rem}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-desc-text{font-size:.86rem}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-bottom-row{flex-direction:column;align-items:flex-start;gap:10px}.editorial-work-page .work-bento-catalog .catalog-card .card-content-wrap .card-bottom-row .card-launch-btn{width:100%;justify-content:center}}.editorial-footer{width:100%;margin-top:60px;padding:0 24px 48px}.editorial-footer .footer-container{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.editorial-footer .footer-cta-bento{padding:56px 48px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px}.editorial-footer .footer-cta-bento .cta-left-text{max-width:640px;display:flex;flex-direction:column;gap:16px}.editorial-footer .footer-cta-bento .cta-left-text .editorial-pill{width:fit-content}.editorial-footer .footer-cta-bento .cta-left-text .cta-heading{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:400;color:var(--ink-primary);line-height:1.12}.editorial-footer .footer-cta-bento .cta-left-text .cta-heading .underline-text{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:6px}.editorial-footer .footer-cta-bento .cta-left-text .cta-lead{color:var(--ink-secondary);font-size:1.12rem;line-height:1.6}.editorial-footer .footer-cta-bento .cta-right-actions{display:flex;flex-direction:column;gap:16px;min-width:290px}.editorial-footer .footer-cta-bento .cta-right-actions .cta-mail-btn{padding:16px 28px;font-size:.95rem;justify-content:center}.editorial-footer .footer-cta-bento .cta-right-actions .cta-mail-btn .btn-arrow{font-size:1.25rem}.editorial-footer .footer-cta-bento .cta-right-actions .copy-email-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--card-white);border:var(--border-black);color:var(--ink-primary);font-family:var(--font-sans);font-size:.85rem;font-weight:700;padding:12px 20px;border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--shadow-brutal-sm);transition:all .2s ease}.editorial-footer .footer-cta-bento .cta-right-actions .copy-email-pill:hover{background:var(--card-yellow);transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal)}.editorial-footer .footer-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:22px 36px;border-radius:var(--radius-pill);gap:20px;background:var(--card-white)}.editorial-footer .footer-bar .footer-identity{display:flex;align-items:center;gap:10px}.editorial-footer .footer-bar .footer-identity .starburst-icon{font-size:1.3rem;color:var(--card-lavender)}.editorial-footer .footer-bar .footer-identity .brand-name{font-family:var(--font-sans);font-size:1rem;font-weight:800;letter-spacing:.04em;color:var(--ink-primary)}.editorial-footer .footer-bar .footer-identity .edition-badge{font-family:var(--font-sans);font-size:.75rem;font-weight:800;border:1.5px solid var(--ink-primary);border-radius:var(--radius-pill);padding:2px 10px;background:var(--card-yellow)}.editorial-footer .footer-bar .footer-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.editorial-footer .footer-bar .footer-socials .social-pill{display:inline-flex;align-items:center;gap:8px;background:#faf6d7;border:1.5px solid var(--ink-primary);color:var(--ink-primary);font-family:var(--font-sans);font-size:.82rem;font-weight:700;padding:7px 16px;border-radius:var(--radius-pill);transition:all .2s ease}.editorial-footer .footer-bar .footer-socials .social-pill:hover{background:var(--card-lavender);transform:translate(-2px,-2px);box-shadow:2px 2px #0d0d0d}.editorial-footer .footer-bar .copyright-note{font-family:var(--font-sans);font-size:.82rem;font-weight:600;color:var(--ink-muted)}@media (max-width: 900px){.editorial-footer .footer-cta-bento{padding:36px 24px;flex-direction:column;align-items:flex-start}.editorial-footer .footer-cta-bento .cta-right-actions{width:100%}.editorial-footer .footer-bar{border-radius:var(--radius-bento);flex-direction:column;text-align:center;gap:16px;padding:24px}}.editorial-preloader{position:fixed;inset:0;z-index:99999;display:flex;justify-content:center;align-items:center;overflow:hidden;pointer-events:all}.editorial-preloader .preloader-curtain{position:absolute;top:0;bottom:0;width:50%;background-color:var(--bg-canvas, #FAF6D7);transition:transform .6s cubic-bezier(.77,0,.175,1);z-index:1}.editorial-preloader .preloader-curtain.left-curtain{left:0;border-right:1.5px solid #0D0D0D}.editorial-preloader .preloader-curtain.right-curtain{right:0;border-left:1.5px solid #0D0D0D}.editorial-preloader .preloader-center-stage{position:relative;z-index:2;width:90%;max-width:520px;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .4s ease}.editorial-preloader .preloader-center-stage .stage-card{padding:40px 36px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;background:var(--card-lavender, #A594F9);border:var(--border-black-thick, 3px solid #0D0D0D);box-shadow:8px 8px #0d0d0d;border-radius:var(--radius-bento, 32px)}.editorial-preloader .preloader-center-stage .stage-top-pill{display:flex;align-items:center;gap:12px}.editorial-preloader .preloader-center-stage .stage-top-pill .editorial-pill{background:#fff;padding:6px 18px;font-size:.8rem}.editorial-preloader .preloader-center-stage .stage-top-pill .year-pill{font-family:var(--font-sans);font-size:.8rem;font-weight:800;background:var(--card-yellow, #FED730);border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:5px 14px}.editorial-preloader .preloader-center-stage .stage-counter-wrap{display:flex;align-items:center;justify-content:center;gap:18px;margin:10px 0}.editorial-preloader .preloader-center-stage .stage-counter-wrap .starburst-rotate{font-size:2.8rem;color:var(--card-yellow, #FED730);animation:spinSlow 5s linear infinite;line-height:1;text-shadow:2px 2px 0px #0D0D0D}.editorial-preloader .preloader-center-stage .stage-counter-wrap .counter-num{font-size:clamp(4rem,8vw,5.8rem);font-weight:400;color:var(--ink-primary, #0D0D0D);line-height:1;letter-spacing:-.04em}.editorial-preloader .preloader-center-stage .stage-phase .phase-indicator{display:inline-flex;align-items:center;gap:8px;background:#faf6d7;border:1.5px solid #0D0D0D;border-radius:var(--radius-pill);padding:6px 20px;box-shadow:2px 2px #0d0d0d}.editorial-preloader .preloader-center-stage .stage-phase .phase-indicator .live-sparkle{color:var(--ink-primary);font-size:.9rem;animation:pulseSparkle 1.2s infinite alternate}.editorial-preloader .preloader-center-stage .stage-phase .phase-indicator .phase-label{font-family:var(--font-sans);font-size:.78rem;font-weight:800;letter-spacing:.08em;color:var(--ink-primary)}.editorial-preloader .preloader-center-stage .stage-progress-bar{width:100%;max-width:380px}.editorial-preloader .preloader-center-stage .stage-progress-bar .progress-track{width:100%;height:14px;background:#fff;border:2px solid #0D0D0D;border-radius:999px;overflow:hidden;padding:2px;box-shadow:2px 2px #0d0d0d}.editorial-preloader .preloader-center-stage .stage-progress-bar .progress-track .progress-fill-yellow{height:100%;background:var(--card-yellow, #FED730);border-radius:999px;transition:width .08s ease-out}.editorial-preloader .preloader-center-stage .stage-quote{font-family:var(--font-sans);font-size:.85rem;font-weight:600;color:var(--ink-primary);max-width:380px;line-height:1.45;font-style:italic}.editorial-preloader.curtain-exit{pointer-events:none}.editorial-preloader.curtain-exit .preloader-center-stage{transform:scale(.92) translateY(-20px);opacity:0;transition:all .4s ease}.editorial-preloader.curtain-exit .preloader-curtain.left-curtain{transform:translate(-100%);transition-delay:.15s}.editorial-preloader.curtain-exit .preloader-curtain.right-curtain{transform:translate(100%);transition-delay:.15s}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseSparkle{0%{transform:scale(.85);opacity:.6}to{transform:scale(1.2);opacity:1}}.ambient-canvas{position:fixed;inset:0;width:100vw;height:100vh;pointer-events:none;z-index:0;opacity:.85}.cursor-dot{position:fixed;top:0;left:0;width:7px;height:7px;background-color:var(--ink-primary, #0D0D0D);border-radius:50%;pointer-events:none;z-index:100000;will-change:transform;transition:opacity .2s ease}.cursor-ring{position:fixed;top:0;left:0;width:44px;height:44px;border:1.8px solid var(--ink-primary, #0D0D0D);border-radius:9999px;pointer-events:none;z-index:99999;display:flex;align-items:center;justify-content:center;will-change:transform;transition:width .22s cubic-bezier(.16,1,.3,1),height .22s cubic-bezier(.16,1,.3,1),background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.cursor-ring.is-hovered{width:58px;height:58px;background-color:#fed73040;border-color:#0d0d0d;border-width:2px}.cursor-ring.has-text{width:auto;min-width:60px;height:40px;padding:0 14px;background-color:var(--card-yellow, #FED730);border:2px solid #0D0D0D;box-shadow:3px 3px #0d0d0d}.cursor-ring.has-text .cursor-label{opacity:1}.cursor-ring.is-pressed{border-width:2.5px;background-color:#a594f966}.cursor-ring .cursor-label{font-family:var(--font-sans);font-size:.72rem;font-weight:800;letter-spacing:.05em;color:#0d0d0d;opacity:0;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:opacity .15s ease}.cursor-burst-particle{position:fixed;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);animation:starburstPop .52s cubic-bezier(.16,1,.3,1) forwards;-webkit-user-select:none;user-select:none}.cursor-burst-particle .burst-star{font-size:1.5rem;color:var(--card-yellow, #FED730);display:inline-block;filter:drop-shadow(1.5px 1.5px 0px #0D0D0D)}@keyframes starburstPop{0%{transform:translate(-50%,-50%) scale(.2) rotate(0);opacity:1}50%{transform:translate(-50%,-50%) scale(1.6) rotate(90deg);opacity:.95}to{transform:translate(-50%,-50%) scale(2.2) rotate(180deg);opacity:0}}@media (pointer: coarse),(hover: none),(max-width: 900px){.cursor-dot,.cursor-ring,.cursor-burst-particle{display:none!important}}.architect-hud-toggle-btn{position:fixed;bottom:24px;left:24px;z-index:9998;display:inline-flex;align-items:center;gap:8px;background-color:var(--card-white, #FFFFFF);color:var(--ink-primary, #0D0D0D);border:2px solid #0D0D0D;border-radius:var(--radius-pill, 9999px);padding:8px 16px;font-family:var(--font-mono, monospace);font-size:.72rem;font-weight:800;letter-spacing:.05em;box-shadow:3px 3px #0d0d0d;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}.architect-hud-toggle-btn .hud-btn-icon{font-size:.85rem}.architect-hud-toggle-btn .hud-active-dot{width:7px;height:7px;border-radius:50%;background-color:#27c93f;box-shadow:0 0 6px #27c93f}.architect-hud-toggle-btn:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #0d0d0d;background-color:var(--card-yellow, #FED730)}.architect-hud-toggle-btn.active{background-color:var(--card-yellow, #FED730);box-shadow:3px 3px #0d0d0d}@media (max-width: 640px){.architect-hud-toggle-btn{bottom:16px;left:16px;padding:6px 12px;font-size:.68rem}}.architect-hud-overlay{position:fixed;inset:0;z-index:9999;pointer-events:none;overflow:hidden}.architect-hud-overlay .hud-blueprint-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(13,13,13,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(13,13,13,.04) 1px,transparent 1px),linear-gradient(to right,rgba(165,148,249,.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(165,148,249,.08) 1px,transparent 1px);background-size:16px 16px,16px 16px,96px 96px,96px 96px;pointer-events:none}.architect-hud-overlay .hud-crosshair-v{position:absolute;top:0;bottom:0;left:0;width:1px;background:#0d0d0d59;border-right:1px dashed rgba(165,148,249,.7);pointer-events:none}.architect-hud-overlay .hud-crosshair-h{position:absolute;top:0;left:0;right:0;height:1px;background:#0d0d0d59;border-bottom:1px dashed rgba(165,148,249,.7);pointer-events:none}.architect-hud-overlay .hud-top-telemetry-strip{position:absolute;top:14px;left:50%;transform:translate(-50%);pointer-events:auto;display:flex;align-items:center;gap:16px;background:#0d0d0deb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#faf6d7;border:1.5px solid #FED730;border-radius:var(--radius-pill, 9999px);padding:6px 16px;box-shadow:4px 4px #0d0d0d66;font-family:var(--font-mono, monospace);font-size:.72rem;z-index:10001}.architect-hud-overlay .hud-top-telemetry-strip .hud-pill-tag{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:#fed730}.architect-hud-overlay .hud-top-telemetry-strip .hud-pill-tag .tag-star{font-size:.9rem}.architect-hud-overlay .hud-top-telemetry-strip .hud-specs-group{display:flex;align-items:center;gap:14px;color:#d1d5db}.architect-hud-overlay .hud-top-telemetry-strip .hud-specs-group .spec-item strong{color:#faf6d7;margin-right:4px}.architect-hud-overlay .hud-top-telemetry-strip .hud-specs-group .spec-item.golden-snap{color:#fed730;font-weight:800;animation:goldenPulse .8s infinite alternate}.architect-hud-overlay .hud-top-telemetry-strip .hud-close-btn{display:inline-flex;align-items:center;gap:4px;background:#fed730;color:#0d0d0d;border:1px solid #0D0D0D;border-radius:var(--radius-pill);padding:3px 8px;font-family:var(--font-mono);font-size:.65rem;font-weight:800;cursor:pointer;transition:transform .15s ease}.architect-hud-overlay .hud-top-telemetry-strip .hud-close-btn:hover{transform:scale(1.05)}@media (max-width: 900px){.architect-hud-overlay .hud-top-telemetry-strip{width:92%;justify-content:space-between;font-size:.65rem;gap:8px}.architect-hud-overlay .hud-top-telemetry-strip .hud-specs-group .spec-item:nth-child(2){display:none}}.architect-hud-overlay .hud-element-dimension-box{position:absolute;border:1.5px solid #FED730;box-shadow:0 0 0 1px #0d0d0d,inset 0 0 12px #fed7301f;pointer-events:none;z-index:10000;transition:all .12s ease-out}.architect-hud-overlay .hud-element-dimension-box .dimension-badge{position:absolute;background:#0d0d0d;color:#fed730;font-family:var(--font-mono);font-size:.62rem;font-weight:800;padding:1px 5px;border-radius:3px;border:1px solid #FED730;white-space:nowrap}.architect-hud-overlay .hud-element-dimension-box .dimension-badge.top{top:-12px;left:50%;transform:translate(-50%)}.architect-hud-overlay .hud-element-dimension-box .dimension-badge.left{left:-12px;top:50%;transform:translate(-100%,-50%)}.architect-hud-overlay .hud-element-dimension-box .dimension-badge.meta{bottom:-16px;right:0;background:#a594f9;color:#0d0d0d;border-color:#0d0d0d}.architect-hud-overlay .hud-cursor-coords-tooltip{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:6px;background:#0d0d0d;color:#faf6d7;border:1px solid #FED730;border-radius:4px;padding:2px 6px;font-family:var(--font-mono);font-size:.65rem;font-weight:700;pointer-events:none;white-space:nowrap;box-shadow:2px 2px #00000059}.architect-hud-overlay .hud-cursor-coords-tooltip .coords-xy{color:#fed730}.architect-hud-overlay .hud-cursor-coords-tooltip .coords-phi{color:#a594f9}@keyframes goldenPulse{0%{opacity:.7;transform:scale(.98)}to{opacity:1;transform:scale(1.02)}}.App{display:flex;flex-direction:column;min-height:100vh;position:relative;background-color:var(--bg-canvas)}main{flex:1}.content-fade-in{animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.keyboard-hud{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;align-items:center;gap:8px;background:var(--card-white);border:var(--border-black);padding:6px 14px;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.76rem;font-weight:700;color:var(--ink-primary);box-shadow:var(--shadow-brutal-sm);pointer-events:none;transition:opacity .3s ease}.keyboard-hud span{color:var(--ink-muted);font-weight:600}.keyboard-hud kbd{background:var(--card-yellow);border:1.5px solid var(--ink-primary);color:var(--ink-primary);padding:2px 6px;border-radius:6px;font-family:var(--font-mono);font-weight:800;font-size:.72rem}@media (max-width: 768px){.keyboard-hud{display:none}}
