:root{--paper: #f6f3ee;--ink: #131418;--bg-0: #f6f3ee;--bg-1: #efeae0;--surface-0: rgba(255, 253, 248, .85);--surface-1: #ffffff;--surface-2: #f0ebe1;--surface-3: #e6dfd2;--stroke: rgba(19, 20, 24, .1);--stroke-strong: rgba(19, 20, 24, .22);--text: #0c2340;--text-muted: #4a5570;--accent-warm: #1f5fa8;--accent-warm-dim: rgba(31, 95, 168, .14);--accent-warm-glow: rgba(72, 132, 200, .35);--accent-cool: #0f8c75;--accent-cool-dim: rgba(15, 140, 117, .12);--accent-crit: #c43a3f;--accent-crit-dim: rgba(196, 58, 63, .12);--accent: var(--accent-warm);--accent-strong: #16487f;--success: var(--accent-cool);--danger: var(--accent-crit);--timeline-bg: var(--surface-2);--timeline-border: var(--stroke-strong);--shadow-lg: 0 18px 42px rgba(24, 20, 12, .1);--shadow-md: 0 10px 24px rgba(24, 20, 12, .07);--shadow-sm: 0 4px 12px rgba(24, 20, 12, .06);--font-display: "Fraunces", "Iowan Old Style", "Times New Roman", serif;--font-body: "Geist", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;color-scheme:light}:root[data-theme=dark]{--paper: #0a0d14;--ink: #f1ece1;--bg-0: #0a0d14;--bg-1: #0f131c;--surface-0: rgba(17, 21, 31, .78);--surface-1: #161a25;--surface-2: #1d2230;--surface-3: #252b3c;--stroke: rgba(241, 236, 225, .1);--stroke-strong: rgba(241, 236, 225, .22);--text: #f1ece1;--text-muted: #b6b1a4;--accent-warm: #6db4ff;--accent-warm-dim: rgba(109, 180, 255, .16);--accent-warm-glow: rgba(109, 180, 255, .55);--accent-cool: #3ecfb5;--accent-cool-dim: rgba(62, 207, 181, .16);--accent-crit: #ff5a5f;--accent-crit-dim: rgba(255, 90, 95, .18);--accent: var(--accent-warm);--accent-strong: #4290d8;--success: var(--accent-cool);--danger: var(--accent-crit);--timeline-bg: var(--surface-2);--timeline-border: var(--stroke-strong);--shadow-lg: 0 22px 50px rgba(4, 8, 15, .5);--shadow-md: 0 10px 24px rgba(4, 8, 15, .35);--shadow-sm: 0 4px 12px rgba(4, 8, 15, .25);color-scheme:dark}*{box-sizing:border-box}::selection{background:var(--accent-warm-glow);color:var(--ink)}body{margin:0;font-family:var(--font-body);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:radial-gradient(circle at 20% 10%,rgba(31,95,168,.06) 0,transparent 35%),radial-gradient(circle at 80% 90%,rgba(31,95,168,.04) 0,transparent 40%),linear-gradient(180deg,var(--bg-0) 0%,var(--bg-1) 100%);background-attachment:fixed}:root[data-theme=dark] body{background:radial-gradient(circle at 15% 0%,rgba(109,180,255,.07) 0,transparent 35%),radial-gradient(circle at 100% 100%,rgba(109,180,255,.04) 0,transparent 40%),linear-gradient(180deg,var(--bg-0) 0%,var(--bg-1) 100%);background-attachment:fixed}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.landing-shell{min-height:100vh}.home-main{flex:1;padding:36px 26px 48px;max-width:1180px;width:100%;margin:0 auto}.home-hero{border:1px solid var(--stroke);background:linear-gradient(160deg,var(--surface-1) 0%,var(--surface-2) 100%);border-radius:4px;box-shadow:var(--shadow-md);padding:44px 38px 38px;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:0;height:1px;width:35%;background:var(--accent-warm)}.home-eyebrow{margin:0 0 18px;font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-warm);font-weight:600}.home-hero h1{margin:0;font-family:var(--font-display);font-style:italic;font-weight:300;font-size:clamp(38px,7vw,88px);line-height:.92;letter-spacing:-.025em;color:var(--text)}.home-hero h1 em{font-style:italic;color:var(--accent-warm)}.home-subtitle{margin:22px 0 0;max-width:620px;color:var(--text-muted);font-size:16px;line-height:1.6;font-family:var(--font-body)}.home-actions{margin-top:24px;display:flex;gap:12px}.home-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.howto-main{flex:1;padding:26px;max-width:980px;width:100%;margin:0 auto 28px}.settings-main{flex:1;padding:26px;max-width:860px;width:100%;margin:0 auto 28px}.settings-card{border:1px solid var(--stroke);border-radius:16px;background:linear-gradient(160deg,var(--surface-1) 0%,var(--surface-2) 100%);padding:22px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:10px}.settings-card h1{margin:0;font-family:var(--font-display);font-style:italic;font-weight:300;font-size:clamp(28px,4vw,44px);line-height:1;letter-spacing:-.015em;color:var(--text)}.settings-card p{margin:0;color:var(--text-muted)}.billing-stack{display:flex;flex-direction:column;gap:16px}.billing-banner{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px;border:1px solid var(--stroke);border-radius:14px;background:color-mix(in srgb,var(--surface-1) 82%,var(--accent-warm) 18%)}.billing-banner__eyebrow,.billing-card__eyebrow{display:inline-block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.billing-banner__title{display:block;font-family:var(--font-display);font-style:italic;font-size:28px;line-height:1;color:var(--text);margin-bottom:8px}.billing-banner__usage{color:var(--text)}.billing-banner__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.billing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.billing-card{display:flex;flex-direction:column;gap:14px;border:1px solid var(--stroke);border-radius:14px;background:var(--surface-1);padding:16px;box-shadow:var(--shadow-sm)}.billing-card.is-current{border-color:var(--accent-warm);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent-warm) 35%,transparent),var(--shadow-sm)}.billing-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.billing-card__head h3{margin:0;font-family:var(--font-display);font-style:italic;font-size:28px;line-height:1;color:var(--text)}.billing-card__sub{margin-top:6px;font-size:13px}.billing-card__badge{padding:4px 8px;border-radius:999px;border:1px solid var(--accent-warm);color:var(--accent-warm);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.billing-list{margin:0;padding-left:18px;color:var(--text-muted);display:grid;gap:6px}.billing-card__actions{display:flex;flex-wrap:wrap;gap:8px}.admin-tool-grid{display:grid;gap:12px;margin-top:8px}.admin-tool-grid--two{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.auth-form__field{display:flex;flex-direction:column;gap:6px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);width:100%}.auth-form__field input,.auth-form__field select{font-family:var(--font-body);font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--text);background:var(--bg-1);border:1px solid var(--stroke);border-radius:4px;padding:10px 12px;outline:none;width:100%;box-sizing:border-box;min-width:0}.auth-form__field input:focus,.auth-form__field select:focus{border-color:var(--accent-warm);box-shadow:0 0 0 3px var(--accent-warm-dim)}.admin-code-list{display:grid;gap:10px;margin-top:8px}.admin-code-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface-1)}.admin-code-row p{margin-top:4px}.admin-user-list{display:grid;gap:14px;margin-top:24px}.admin-user-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:12px 14px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface-1)}.admin-user-row__meta p{margin:4px 0 0;color:var(--text-muted);font-size:12px}.admin-user-row__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.settings-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.howto-hero{border:1px solid var(--stroke);border-radius:4px;background:linear-gradient(150deg,var(--surface-1) 0%,var(--surface-2) 100%);padding:32px 28px 28px;box-shadow:var(--shadow-md);margin-bottom:18px;position:relative;overflow:hidden}.howto-hero:before{content:"";position:absolute;top:0;left:0;height:1px;width:35%;background:var(--accent-warm)}.howto-hero h1{margin:0 0 12px;font-family:var(--font-display);font-style:italic;font-weight:300;font-size:clamp(32px,4.5vw,56px);line-height:1;letter-spacing:-.02em;color:var(--text)}.howto-hero h1 em{font-style:italic;color:var(--accent-warm)}.howto-hero p{margin:0;color:var(--text-muted);line-height:1.55}.howto-section{border:1px solid var(--stroke);border-radius:4px;background:var(--surface-1);padding:18px 18px 16px;margin-bottom:12px}.howto-section h2{margin:0 0 10px;font-family:var(--font-display);font-style:italic;font-weight:400;font-size:22px;line-height:1.05;color:var(--text)}.howto-section p{margin:0 0 7px;color:var(--text-muted);line-height:1.5}.howto-section p:last-child{margin-bottom:0}.home-card{border:1px solid var(--stroke);background:var(--surface-1);border-radius:4px;padding:22px 20px 20px;position:relative;overflow:hidden;transition:border-color .2s,transform .2s}.home-card:before{content:"";position:absolute;top:0;left:0;height:1px;width:35%;background:var(--accent-warm)}.home-card:hover{border-color:var(--stroke-strong);transform:translateY(-2px)}.home-card h3{margin:0 0 10px;font-family:var(--font-display);font-style:italic;font-weight:400;font-size:20px;line-height:1.05;color:var(--text)}.home-card p{margin:0;color:var(--text-muted);line-height:1.48;font-size:13px}.menu-strip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;padding:8px 20px;min-height:56px;border-bottom:1px solid var(--stroke);background:color-mix(in srgb,var(--surface-0) 90%,transparent);backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%);box-shadow:none;position:sticky;top:0;z-index:100}.menu-title{display:flex;align-items:center;min-height:0;overflow:hidden}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;-webkit-user-select:none;user-select:none;background:transparent;border:none;padding:4px 6px;margin:-4px -6px;border-radius:4px;cursor:pointer;font:inherit;letter-spacing:normal;box-shadow:none;transition:background .12s,color .12s}.brand:hover{background:transparent;border:none;transform:none;box-shadow:none;color:var(--text)}.brand:active{transform:translateY(1px)}.brand:focus-visible{outline:2px solid var(--accent-warm);outline-offset:2px}.brand__mark{width:26px;height:26px;flex-shrink:0;color:var(--text-muted)}.brand__wordmark{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:17px;line-height:1;letter-spacing:-.005em;color:var(--text);white-space:nowrap}.brand__wordmark em{font-style:italic;color:var(--accent-warm)}.menu-logo{display:none!important}.menu-items{display:flex;align-items:center;justify-content:flex-start;justify-self:start;gap:4px;overflow-x:auto;padding-bottom:2px}.menu-item{border:1px solid transparent;border-radius:4px;background:transparent;color:var(--text-muted);padding:6px 12px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;box-shadow:none;transition:color .12s,border-color .12s,background .12s}.menu-item:hover{border-color:transparent;color:var(--text);background:var(--surface-2)}.menu-item.active,.menu-item[aria-current=page]{color:var(--accent-warm);background:transparent;border-bottom:2px solid var(--accent-warm);border-radius:0}.menu-item--cta{background:var(--accent-warm);color:#fff;border-color:var(--accent-warm);padding:7px 16px;text-shadow:0 1px 0 rgba(0,0,0,.28);box-shadow:inset 0 1px #ffffff2e,0 1px #0000002e,0 0 0 0 var(--accent-warm-glow);animation:menu-cta-pulse 2.6s ease-in-out infinite;transition:color .12s,background .16s,border-color .16s,transform .16s,box-shadow .16s}.menu-item--cta:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 2px #00000038,0 0 16px 2px var(--accent-warm-glow);animation:none}.menu-item--cta:active{transform:translateY(0);box-shadow:inset 0 1px #ffffff1f,0 1px #0000002e,0 0 8px 1px var(--accent-warm-glow)}@keyframes menu-cta-pulse{0%,to{box-shadow:inset 0 1px #ffffff2e,0 1px #0000002e,0 0 0 0 var(--accent-warm-glow)}50%{box-shadow:inset 0 1px #ffffff2e,0 1px #0000002e,0 0 14px 4px var(--accent-warm-glow)}}@media(prefers-reduced-motion:reduce){.menu-item--cta{animation:none}}.menu-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-self:end;justify-content:flex-end}.theme-toggle{min-width:102px;justify-content:center;font-weight:700}.settings-theme-controls{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.settings-theme-choice{min-width:72px;justify-content:center}.settings-theme-choice.active{border-color:color-mix(in srgb,var(--accent) 70%,#ffffff 30%);color:#f7fbff;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-strong) 100%)}.settings-gear-btn{width:40px;height:40px;border-radius:999px;padding:0;justify-content:center;font-size:18px;line-height:1}.transport-strip,.edit-strip{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--stroke);background:color-mix(in srgb,var(--surface-1) 88%,transparent);flex-wrap:wrap;-webkit-backdrop-filter:blur(8px) saturate(110%);backdrop-filter:blur(8px) saturate(110%)}.edit-strip{background:color-mix(in srgb,var(--surface-2) 86%,transparent)}.transport-group,.edit-group{display:flex;align-items:center;gap:7px}.transport-group.centered{flex:1;justify-content:center}.transport-group.right{margin-left:auto}.transport-note{color:var(--text-muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}button,.btn{border:1px solid var(--stroke-strong);color:var(--text);background:linear-gradient(180deg,var(--surface-1) 0%,var(--surface-2) 100%);padding:8px 14px;border-radius:4px;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:border-color .12s ease,transform 80ms ease,filter .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:inset 0 1px #ffffff0a,0 1px #0000000f}button:hover,.btn:hover{border-color:var(--accent-warm);background:var(--surface-1);box-shadow:inset 0 1px #ffffff0f,0 1px #00000014}button:active,.btn:active{transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 75%,#ffffff 25%);outline-offset:1px}.transport-btn{min-width:62px}.transport-btn.primary,.export-btn{border-color:var(--accent-warm);color:#fff;background:var(--accent-warm);text-shadow:0 1px 0 rgba(0,0,0,.28);box-shadow:inset 0 1px #ffffff2e,0 1px #0000002e,0 0 0 0 var(--accent-warm-glow)}.transport-btn.primary:hover,.export-btn:hover{background:var(--accent-strong);border-color:var(--accent-strong);box-shadow:inset 0 1px #fff3,0 1px #00000038,0 0 14px 1px var(--accent-warm-glow)}.status-chip{border:1px solid var(--stroke-strong);border-radius:999px;padding:7px 12px;background:var(--surface-2);font-size:12px;font-weight:700;color:var(--text);box-shadow:var(--shadow-sm)}.toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.zoom-group input[type=range]{width:176px}.fade-group label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.fade-group input[type=range]{width:118px}.audacity-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:14px;padding:14px;min-height:0;flex:1}.sidebar,.editor-area{min-width:0;min-height:0}.panel{background:var(--surface-1);border:1px solid var(--stroke);border-radius:16px;padding:12px;margin-bottom:14px;box-shadow:var(--shadow-md)}.panel h3{margin:0 0 8px;font-size:11px;letter-spacing:.42px;text-transform:uppercase;color:var(--text-muted)}.timeline-caption{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--stroke);border-radius:14px;background:color-mix(in srgb,var(--surface-1) 92%,transparent);padding:11px 13px;font-size:12px;font-weight:600;margin-bottom:10px;box-shadow:var(--shadow-md)}.timeline-wrap{width:100%;border:1px solid var(--timeline-border);border-radius:16px;overflow:hidden;background:var(--timeline-bg);box-shadow:var(--shadow-lg)}.timeline-scroll{position:relative;overflow:auto;max-height:560px;min-height:340px}.timeline-spacer{position:relative}.timeline-canvas{position:sticky;top:0;left:0;display:block;z-index:2;touch-action:none}.asset-list{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow:auto}.bin-meta{display:block;margin-bottom:8px}.empty-state{border:1px dashed var(--stroke-strong);border-radius:10px;padding:9px;font-size:12px;color:var(--text-muted);background:var(--surface-2)}.asset-card{border:1px solid var(--stroke);border-radius:12px;padding:9px;display:flex;flex-direction:column;gap:4px;cursor:grab;font-size:12px;transition:border-color .12s ease,transform .12s ease,box-shadow .12s ease;box-shadow:var(--shadow-sm)}.asset-card:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-md)}.asset-card[draggable=false]{cursor:default;opacity:.88}.asset-card.sequence{background:color-mix(in srgb,var(--surface-1) 78%,var(--accent-warm) 22%);border-color:color-mix(in srgb,var(--stroke) 60%,var(--accent-warm) 40%)}.asset-card.audio{background:linear-gradient(180deg,var(--accent-warm) 0%,color-mix(in srgb,var(--accent-warm) 85%,#000000 15%) 100%);border-color:var(--accent-strong);color:#fff}.asset-card.audio .asset-meta{color:#ffffffd9}.asset-meta{color:var(--text-muted);font-size:11px}.inline-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px}.inline-row span{min-width:70px}.link-row{border:1px solid var(--stroke);border-radius:12px;background:var(--surface-2);padding:8px}.project-card-row{display:grid;grid-template-columns:132px minmax(0,1fr);gap:12px;align-items:stretch}.project-card-main{min-width:0;display:flex;flex-direction:column;gap:10px}.project-thumb-shell{border-radius:12px;overflow:hidden;border:1px solid var(--stroke);background:color-mix(in srgb,var(--surface-1) 82%,transparent);min-height:92px;box-shadow:var(--shadow-sm)}.project-thumb-image,.project-thumb-placeholder{width:100%;height:100%;min-height:92px}.project-thumb-image{display:block;object-fit:cover}.project-thumb-placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-thumb-upload{position:relative;overflow:hidden;margin:0;color:var(--text);border:1px solid var(--stroke-strong);background:linear-gradient(180deg,var(--surface-2) 0%,var(--surface-3) 100%);padding:8px 12px;border-radius:10px;font-size:12px;font-weight:650;letter-spacing:.12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:border-color .12s ease,transform .12s ease,filter .12s ease,box-shadow .12s ease;box-shadow:var(--shadow-sm)}.project-thumb-upload:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-md)}.project-thumb-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.inspector-panel .inspector-row{display:flex;justify-content:space-between;gap:8px;font-size:12px;padding:6px 0;border-bottom:1px dashed var(--stroke)}.inspector-panel .inspector-row:last-child{border-bottom:0}.export-panel{display:flex;flex-direction:column;gap:9px}.export-panel label,label{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--text-muted)}.export-btn{width:100%;justify-content:center}input,select{background:var(--surface-2);color:var(--text);border:1px solid var(--stroke-strong);border-radius:10px;padding:7px 9px;min-width:0}.progress{width:100%;height:10px;background:var(--surface-2);border:1px solid var(--stroke);border-radius:999px;overflow:hidden}.progress .bar{height:100%;background:linear-gradient(90deg,var(--accent-warm),var(--accent-cool));transition:width .12s linear}small{color:var(--text-muted);font-size:11px}.status-strip{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;border-top:1px solid var(--stroke);background:color-mix(in srgb,var(--surface-0) 90%,transparent);color:var(--text-muted);padding:9px 12px;font-size:11px;-webkit-backdrop-filter:blur(12px) saturate(120%);backdrop-filter:blur(12px) saturate(120%)}.status-strip span{border:1px solid var(--stroke);border-radius:999px;padding:5px 9px;background:color-mix(in srgb,var(--surface-1) 86%,transparent)}@media(max-width:1260px){.audacity-layout{grid-template-columns:1fr}.sidebar{order:2}.editor-area{order:1}}@media(max-width:980px){.menu-strip{display:flex;flex-wrap:wrap;gap:8px 14px;padding:8px 14px}.menu-title{flex:0 0 auto}.menu-items{flex:1 1 100%;order:3;justify-content:flex-start;flex-wrap:wrap;overflow-x:visible}.menu-meta{flex:1 1 auto;justify-self:auto;justify-content:flex-end;flex-wrap:wrap}}@media(max-width:860px){.home-main{padding:18px 14px 32px}.howto-main,.settings-main{padding:14px}.home-hero{padding:20px 16px}.home-grid{grid-template-columns:1fr}.transport-group.centered{order:2;width:100%;justify-content:flex-start}.transport-group.right{margin-left:0}.zoom-group input[type=range]{width:120px}.project-card-row{grid-template-columns:1fr}}@media(max-width:560px){.menu-strip{padding:6px 10px;gap:6px 10px}.brand__mark{width:22px;height:22px}.brand__wordmark{font-size:15px}.menu-item{padding:5px 9px;letter-spacing:.14em}.menu-meta{gap:6px}.status-chip{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:380px){.brand__wordmark{display:none}}.home-main--dashboard{display:flex;flex-direction:column;gap:64px;padding:56px 28px 80px;max-width:1180px;margin:0 auto}.dash-hero{display:flex;flex-direction:column;gap:22px}.dash-hero__title{font-family:var(--font-display);font-weight:300;font-style:normal;font-size:clamp(40px,6vw,76px);line-height:.95;letter-spacing:-.02em;color:var(--text);margin:0}.dash-hero__title em{font-style:italic;color:var(--accent-warm)}.dash-wave{display:flex;align-items:center;justify-content:space-between;gap:6px;height:64px;width:100%;margin-top:8px;pointer-events:none}.dash-wave__bar{flex:0 0 7px;width:7px;height:100%;border-radius:999px;background:var(--accent-warm);transform-origin:center;--bar-min: .18;--bar-max: .85;transform:scaleY(var(--bar-min));animation-name:dash-wave-bar;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;will-change:transform}.dash-wave__bar:nth-child(5n+1){background:#0c2d57}.dash-wave__bar:nth-child(5n+2){background:#16487f}.dash-wave__bar:nth-child(5n+3){background:#1f5fa8}.dash-wave__bar:nth-child(5n+4){background:#3b8bd3}.dash-wave__bar:nth-child(5n){background:#6db4ff}@keyframes dash-wave-bar{0%{transform:scaleY(var(--bar-min))}to{transform:scaleY(var(--bar-max))}}@media(prefers-reduced-motion:reduce){.dash-wave__bar{animation:none;transform:scaleY(.5)}}.dash-resume{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;background:var(--surface-1);border:1px solid var(--stroke);border-left:3px solid var(--accent-warm);border-radius:4px}.dash-resume__main{display:flex;flex-direction:column;gap:4px;min-width:0}.dash-resume__label{font-family:var(--font-mono);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-warm)}.dash-resume__name{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:22px;color:var(--text);line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-section{display:flex;flex-direction:column;gap:18px}.dash-section__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.dash-section__head .section-rule{margin:0;flex:1}.dash-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.dash-project-card{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;background:var(--surface-1);border:1px solid var(--stroke);border-radius:4px;overflow:hidden;cursor:pointer;text-align:left;font:inherit;letter-spacing:normal;text-transform:none;box-shadow:none;transition:border-color .2s,transform .2s}.dash-project-card:hover{background:var(--surface-1);border-color:var(--stroke-strong);transform:translateY(-2px);box-shadow:var(--shadow-md)}.dash-project-card:active{transform:translateY(0)}.dash-project-card__thumb{position:relative;aspect-ratio:16 / 10;background:var(--surface-2);border-bottom:1px solid var(--stroke);display:flex;align-items:center;justify-content:center;overflow:hidden}.dash-project-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.dash-project-card__placeholder{font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.dash-project-card__body{display:flex;flex-direction:column;gap:4px;padding:12px 14px 14px}.dash-project-card__name{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:18px;line-height:1.1;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-project-card__date{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.dash-empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:36px 28px;background:var(--surface-1);border:1px dashed var(--stroke-strong);border-radius:4px}.dash-empty__title{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:26px;margin:0;color:var(--text)}.dash-empty__sub{font-family:var(--font-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0}.dash-quick{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}.dash-quick__card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:22px;background:transparent;border:none;border-right:1px solid var(--stroke);border-radius:0;cursor:pointer;text-align:left;font:inherit;letter-spacing:normal;text-transform:none;box-shadow:none;transition:background .2s}.dash-quick__card:last-child{border-right:none}.dash-quick__card:hover{background:var(--surface-2);border-color:var(--stroke);transform:none;box-shadow:none}.dash-quick__tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-warm);margin-bottom:4px}.dash-quick__card strong{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:22px;line-height:1.1;color:var(--text)}.dash-quick__card p{font-size:13px;color:var(--text-muted);line-height:1.5;margin:0}@media(max-width:720px){.home-main--dashboard{padding:32px 16px 48px;gap:40px}.dash-resume{flex-direction:column;align-items:stretch}.dash-quick{grid-template-columns:1fr}.dash-quick__card{border-right:none;border-bottom:1px solid var(--stroke)}.dash-quick__card:last-child{border-bottom:none}}.user-menu{position:relative;display:inline-block}.user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--surface-1);color:var(--text);border:1px solid var(--stroke-strong);padding:0;font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.06em;cursor:pointer;box-shadow:inset 0 1px #ffffff0d;transition:border-color .12s,background .12s,color .12s,transform 80ms}.user-menu__avatar:hover{border-color:var(--accent-warm);color:var(--accent-warm);background:var(--surface-1);transform:none}.user-menu__avatar.is-open{border-color:var(--accent-warm);background:var(--accent-warm);color:#1a1208;box-shadow:inset 0 1px #ffffff59,0 0 12px var(--accent-warm-glow)}.user-menu__avatar:focus-visible{outline:2px solid var(--accent-warm);outline-offset:2px}.user-menu__panel{position:absolute;top:calc(100% + 10px);right:0;min-width:240px;background:var(--surface-1);border:1px solid var(--stroke-strong);border-radius:6px;padding:6px;box-shadow:0 1px #0000000a,0 18px 36px #1410082e;z-index:1000;display:flex;flex-direction:column;gap:2px;animation:user-menu-in .14s ease-out;transform-origin:top right}@keyframes user-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.user-menu__id{display:flex;flex-direction:column;gap:2px;padding:10px 12px 12px;border-bottom:1px solid var(--stroke);margin-bottom:4px}.user-menu__name{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:17px;line-height:1.1;color:var(--text)}.user-menu__handle{font-size:11px;letter-spacing:.08em;color:var(--text-muted)}.user-menu__email{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__plan{margin-top:2px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-warm)}.user-menu__group{display:flex;flex-direction:column;gap:6px;padding:8px 12px 10px}.user-menu__group-label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.user-menu__theme{display:flex;gap:4px;background:var(--surface-2);border:1px solid var(--stroke);border-radius:4px;padding:3px}.user-menu__theme-btn{flex:1;font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);background:transparent;border:none;padding:6px;border-radius:3px;cursor:pointer;box-shadow:none;transition:background .12s,color .12s}.user-menu__theme-btn:hover{background:var(--surface-1);color:var(--text);transform:none;border:none;box-shadow:none}.user-menu__theme-btn.is-active{background:var(--accent-warm);color:#1a1208}.user-menu__divider{height:1px;background:var(--stroke);margin:4px 0}.user-menu__item{display:block;width:100%;text-align:left;background:transparent;border:none;padding:9px 12px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--text);cursor:pointer;border-radius:4px;transition:background .12s,color .12s;box-shadow:none}.user-menu__item:hover{background:var(--surface-2);border:none;transform:none;box-shadow:none}.user-menu__item--danger{color:var(--accent-crit)}.user-menu__item--danger:hover{background:var(--accent-crit-dim);color:var(--accent-crit)}@media(max-width:480px){.user-menu__panel{right:-6px;min-width:220px}}.project-notes{font-size:13px;color:var(--text-muted);line-height:1.55;margin:4px 0 0;white-space:pre-wrap;border-left:2px solid var(--accent-warm);padding:4px 10px;background:var(--accent-warm-dim);border-radius:0 4px 4px 0}.project-notes-editor{display:flex;flex-direction:column;gap:8px;margin-top:4px}.project-notes-input{font-family:var(--font-body);font-size:13px;line-height:1.5;color:var(--text);background:var(--bg-1);border:1px solid var(--stroke);border-radius:4px;padding:10px 12px;outline:none;resize:vertical;min-height:88px;width:100%;transition:border-color .12s,box-shadow .12s}.project-notes-input:focus{border-color:var(--accent-warm);box-shadow:0 0 0 3px var(--accent-warm-dim)}.project-notes-input::placeholder{color:var(--text-muted);font-style:italic}.save-chip{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface-2);font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);-webkit-user-select:none;user-select:none;align-self:center}.save-chip__dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.save-chip--dirty{color:var(--text);border-color:var(--stroke-strong)}.save-chip--dirty .save-chip__dot{background:var(--text)}.save-chip--saving{color:var(--accent-warm);border-color:var(--accent-warm);background:var(--accent-warm-dim)}.save-chip--saving .save-chip__dot{background:var(--accent-warm);animation:save-chip-pulse 1.1s ease-in-out infinite}@keyframes save-chip-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.5}}.save-chip--saved{color:var(--text-muted);border-color:var(--stroke);background:var(--surface-2)}.save-chip--saved .save-chip__dot{background:var(--accent-cool)}.save-chip--saved .save-chip__label{font-family:var(--font-display);font-style:italic;font-size:12px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--text)}.save-chip--error{color:var(--accent-crit);border-color:var(--accent-crit);background:var(--accent-crit-dim);cursor:pointer}.save-chip--error:hover{filter:brightness(1.05)}.save-chip--error .save-chip__dot{background:var(--accent-crit)}.save-chip--error:focus-visible{outline:2px solid var(--accent-crit);outline-offset:2px}.modal-backdrop.kb-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px;background:#0806048c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:200;overflow-y:auto}.modal-card.kb-modal{width:min(560px,calc(100vw - 32px));background:var(--surface-1);border:1px solid var(--stroke-strong);border-radius:6px;padding:28px 28px 22px;display:flex;flex-direction:column;gap:18px;box-shadow:0 32px 60px #1410084d;animation:kb-modal-in .16s ease-out}@keyframes kb-modal-in{0%{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.kb-modal__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.kb-modal__title{font-family:var(--font-display);font-style:italic;font-weight:300;font-size:38px;line-height:1;letter-spacing:-.02em;color:var(--text);margin:0}.kb-modal__title em{font-style:italic;color:var(--accent-warm)}.kb-modal__close{background:transparent;border:1px solid transparent;font-family:var(--font-body);font-size:22px;line-height:1;width:30px;height:30px;border-radius:4px;color:var(--text-muted);padding:0;cursor:pointer;letter-spacing:0;text-transform:none;box-shadow:none}.kb-modal__close:hover{background:var(--surface-2);color:var(--text);border:1px solid transparent;transform:none;box-shadow:none}.kb-modal__group{display:flex;flex-direction:column;gap:6px}.kb-modal__group .section-rule{margin-bottom:4px}.kb-modal__row{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:16px;padding:6px 0;font-size:13px;color:var(--text)}.kb-modal__keys{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.kb-modal kbd{display:inline-block;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.04em;padding:3px 8px;min-width:22px;text-align:center;border-radius:4px;background:var(--surface-2);color:var(--text);border:1px solid var(--stroke-strong);box-shadow:inset 0 1px #ffffff14,0 1px #0000001a}.kb-modal__foot{margin:4px 0 0;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);text-align:center}@media(max-width:520px){.kb-modal__row{grid-template-columns:1fr;gap:4px}}.modal-backdrop.import-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px;background:#0806048c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:200;overflow-y:auto}.modal-card.import-modal{width:min(560px,calc(100vw - 32px));background:var(--surface-1);border:1px solid var(--stroke-strong);border-radius:6px;padding:28px 28px 22px;display:flex;flex-direction:column;gap:14px;box-shadow:0 32px 60px #1410084d;animation:kb-modal-in .16s ease-out}.import-modal__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.import-modal__title{font-family:var(--font-display);font-style:italic;font-weight:300;font-size:38px;line-height:1;letter-spacing:-.02em;color:var(--text);margin:0}.import-modal__title em{font-style:italic;color:var(--accent-warm)}.import-modal__sub{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.import-modal__hint{margin:4px 0 0;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);text-align:center}.import-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:36px 24px;border:1.5px dashed var(--stroke-strong);border-radius:6px;background:var(--surface-2);cursor:pointer;text-align:center;transition:border-color .15s,background .15s}.import-drop:hover{border-color:var(--accent-warm)}.import-drop.is-drag{border-color:var(--accent-warm);background:var(--accent-warm-dim)}.import-drop__icon{color:var(--text-muted);display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--surface-1);border:1px solid var(--stroke);margin-bottom:4px}.import-drop.is-drag .import-drop__icon{color:var(--accent-warm);border-color:var(--accent-warm)}.import-drop__title{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:22px;color:var(--text);line-height:1.1}.import-drop__or{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted)}.import-drop__btn{pointer-events:none}.import-drop__formats{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-top:4px}h1,h2,h3,h4,.display,.serif{font-family:var(--font-display)}.timecode,.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em}.section-rule{display:flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);margin:0 0 16px}.section-rule:before,.section-rule:after{content:"";flex:0 0 auto;width:28px;height:1px;background:var(--stroke-strong)}.section-rule:after{flex:1}.section-rule__num{color:var(--accent-warm);font-weight:700}.tape-bar{position:fixed;top:0;left:0;right:0;height:2px;pointer-events:none;z-index:1000;overflow:hidden;opacity:0;transition:opacity .2s ease}.tape-bar.active{opacity:1}.tape-bar:before{content:"";position:absolute;top:0;bottom:0;width:30%;background:linear-gradient(90deg,transparent 0%,var(--accent-warm) 50%,transparent 100%);animation:tape-run 1.4s ease-in-out infinite}@keyframes tape-run{0%{transform:translate(-100%)}to{transform:translate(400%)}}.skeleton{background:linear-gradient(90deg,var(--surface-1) 0%,var(--surface-2) 50%,var(--surface-1) 100%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:4px;border:1px solid var(--stroke)}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--text{height:12px;border-radius:3px}.skeleton--card{aspect-ratio:16 / 10;border-radius:4px}.empty-illustrated{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:64px 24px;text-align:center;color:var(--text-muted)}.empty-illustrated img{width:200px;max-width:60%;height:auto;opacity:.85;filter:saturate(.9)}.empty-illustrated__title{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:26px;color:var(--text);line-height:1.05;margin:0}.empty-illustrated__sub{font-family:var(--font-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin:0}.tc-hud{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;background:var(--surface-2);border:1px solid var(--stroke);border-radius:4px;font-family:var(--font-mono);font-variant-numeric:tabular-nums;line-height:1}.tc-hud__now{font-size:14px;font-weight:500;color:var(--text)}.tc-hud__sep{font-size:12px;color:var(--text-muted)}.tc-hud__total{font-size:11px;color:var(--text-muted)}.tc-hud.is-playing{border-color:var(--accent-warm);box-shadow:0 0 10px var(--accent-warm-glow)}.tc-hud.is-playing .tc-hud__now{color:var(--accent-warm)}.menu-logo{height:auto!important;filter:none!important}.home-main{max-width:1180px;padding:56px 28px 80px;display:flex;flex-direction:column;gap:96px}.hero--editorial{display:grid;grid-template-columns:130px 1fr;gap:32px;align-items:stretch;text-align:left;position:relative;padding-top:16px;border:none;background:none;border-radius:0;box-shadow:none}.hero--editorial:before{content:none}.hero__rail{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-top:6px;padding-right:20px;border-right:1px solid var(--stroke)}.hero__rail-mark{font-family:var(--font-mono);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted)}.hero__rail-mark:first-child{color:var(--accent-warm)}.hero__rail-line{width:100%;height:1px;background:var(--stroke)}.hero__body{display:flex;flex-direction:column;align-items:flex-start;gap:22px;min-width:0}.hero__eyebrow{margin:0;font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-cool)}.hero__title{font-family:var(--font-display);font-weight:300;font-size:clamp(42px,8.4vw,110px);line-height:.92;letter-spacing:-.025em;color:var(--text);margin:0 -8% 0 0;display:flex;flex-direction:column;gap:.15em}.hero__title em{font-style:italic;color:var(--accent-warm)}.hero__title-1,.hero__title-2,.hero__title-3{opacity:0;transform:translateY(.6em);animation:hero-line .8s cubic-bezier(.2,.7,.1,1) forwards}.hero__title-1{animation-delay:.05s}.hero__title-2{animation-delay:.15s}.hero__title-3{animation-delay:.28s}@keyframes hero-line{to{opacity:1;transform:translateY(0)}}.hero-wave{display:flex;align-items:flex-end;justify-content:center;gap:3px;height:56px;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.hero__wave{width:100%;max-width:100%;height:32px;margin:8px 0 0;opacity:0;animation:hero-line 1s ease-out .5s forwards}.wave-bar{flex:1;border-radius:3px 3px 1px 1px;transform-origin:bottom center;background:linear-gradient(to top,var(--accent-warm) 0%,var(--accent-cool) 100%);opacity:.85;animation:wave-bounce calc(.8s + (var(--i) * .04s % .5s)) calc(-1s + (var(--i) * .07s % 1.2s)) ease-in-out infinite}@keyframes wave-bounce{0%,to{transform:scaleY(.12)}50%{transform:scaleY(1)}}.hero__sub{font-size:16px;color:var(--text-muted);max-width:560px;line-height:1.6;margin:0;opacity:0;animation:hero-line .9s ease-out .55s forwards}.hero__sub code,.step-card p code{font-family:var(--font-mono);font-size:.88em;background:var(--surface-2);color:var(--accent-warm);padding:.1em .4em;border-radius:3px;border:1px solid var(--stroke)}.hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px;opacity:0;animation:hero-line .9s ease-out .7s forwards}.hero__btn{padding:12px 22px;font-size:13px}.hero__btn-arrow{display:inline-block;transition:transform .25s ease}.btn:hover .hero__btn-arrow{transform:translate(3px)}.btn-primary{background:var(--accent-warm);color:#fff;border-color:var(--accent-warm);text-shadow:0 1px 0 rgba(0,0,0,.28);letter-spacing:.02em;box-shadow:inset 0 1px #ffffff2e,0 1px #0000002e,0 0 0 0 var(--accent-warm-glow)}.btn-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff;box-shadow:inset 0 1px #fff3,0 1px #00000038,0 0 14px 1px var(--accent-warm-glow)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--stroke)}.btn-ghost:hover{color:var(--text);border-color:var(--stroke-strong);background:var(--surface-2)}@media(max-width:720px){.hero--editorial{grid-template-columns:1fr;gap:14px}.hero__rail{flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid var(--stroke);padding-right:0;padding-bottom:12px;gap:8px 16px}.hero__rail-line{display:none}.hero__title{margin-right:0}}.steps-section{display:flex;flex-direction:column;gap:22px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.step-card{background:var(--surface-1);border:1px solid var(--stroke);border-radius:4px;padding:24px 22px 22px;display:flex;flex-direction:column;gap:12px;position:relative;transition:border-color .25s,transform .25s;overflow:hidden}.step-card--console:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,var(--accent-warm) 0%,var(--accent-warm) 35%,transparent 35%)}.step-card:hover{border-color:var(--stroke-strong);transform:translateY(-2px)}.step-card__num{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.22em;color:var(--accent-warm);text-transform:uppercase}.step-card h3{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:24px;line-height:1.05;letter-spacing:-.01em;color:var(--text);margin:0}.step-card p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}.step-card__meter{display:flex;align-items:flex-end;gap:4px;height:14px;margin-top:auto;padding-top:14px}.step-card__meter span{flex:1;background:var(--stroke-strong);border-radius:1px;height:30%;transition:background .25s,height .25s}.step-card:hover .step-card__meter span:nth-child(1){height:50%;background:var(--accent-warm);transition-delay:0s}.step-card:hover .step-card__meter span:nth-child(2){height:80%;background:var(--accent-warm);transition-delay:.04s}.step-card:hover .step-card__meter span:nth-child(3){height:100%;background:var(--accent-warm);transition-delay:.08s}.step-card:hover .step-card__meter span:nth-child(4){height:70%;background:var(--accent-cool);transition-delay:.12s}.step-card:hover .step-card__meter span:nth-child(5){height:40%;background:var(--accent-cool);transition-delay:.16s}.features-section{display:flex;flex-direction:column;gap:22px}.features-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}.feature-item--strip{display:flex;flex-direction:column;gap:6px;padding:24px;border-right:1px solid var(--stroke);align-items:flex-start}.feature-item--strip:last-child{border-right:none}.feature-item__tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-warm);margin-bottom:4px}.feature-item--strip strong{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:22px;color:var(--text);line-height:1.1;margin-bottom:2px}.feature-item--strip p{font-size:14px;color:var(--text-muted);line-height:1.55;margin:0}@media(max-width:720px){.features-strip{grid-template-columns:1fr}.feature-item--strip{border-right:none;border-bottom:1px solid var(--stroke)}.feature-item--strip:last-child{border-bottom:none}}.cta-section{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:40px 0;text-align:left;background:transparent;border:none;border-radius:0;box-shadow:none}.cta-section .section-rule{margin-bottom:0}.cta-section__title{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:clamp(34px,5vw,56px);line-height:1;letter-spacing:-.02em;color:var(--text);margin:0}.cta-note{font-family:var(--font-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0}.login-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);flex:1;min-height:calc(100vh - 56px);overflow:hidden;background:var(--bg-0)}.login-stage{position:relative;background:linear-gradient(160deg,#0a0d14,#131921);color:#f1ece1;overflow:hidden;display:flex;align-items:stretch}.login-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(255,181,71,.18) 0,transparent 50%),radial-gradient(circle at 90% 10%,rgba(62,207,181,.14) 0,transparent 50%);pointer-events:none}.login-stage__inner{position:relative;padding:56px 64px;display:flex;flex-direction:column;gap:40px;width:100%;max-width:760px;margin:auto}.login-stage__eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:#6db4ff;margin:0}.login-stage__title{font-family:var(--font-display);font-style:normal;font-weight:300;font-size:clamp(48px,6vw,92px);line-height:.92;letter-spacing:-.02em;color:#f1ece1;margin:0}.login-stage__title em{font-style:italic;color:#6db4ff}.login-stage__rail{display:flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#f1ece18c}.login-stage__rail-line{flex:1;height:1px;background:#f1ece12e}.login-card{background:var(--surface-0);border-left:1px solid var(--stroke);padding:56px;display:flex;flex-direction:column;gap:14px;align-self:stretch;overflow-y:auto;justify-content:center;align-items:stretch;min-width:0}.auth-eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-warm);margin:0 0 -4px}.auth-heading{font-family:var(--font-display);font-style:normal;font-weight:300;font-size:clamp(38px,4vw,52px);line-height:1;letter-spacing:-.02em;color:var(--text);margin:0 0 8px}.auth-heading em{font-style:italic;color:var(--accent-warm)}.auth-tabs{display:flex;gap:0;background:var(--surface-2);border:1px solid var(--stroke);border-radius:4px;padding:3px;margin-bottom:4px;width:100%}.auth-tab{flex:1;padding:8px;border:none;background:transparent;color:var(--text-muted);font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;border-radius:3px;cursor:pointer;transition:background .15s,color .15s;box-shadow:none}.auth-tab:hover{color:var(--text)}.auth-tab.active{background:var(--surface-1);color:var(--text);box-shadow:inset 0 1px #ffffff0a}.auth-form{display:flex;flex-direction:column;gap:14px;margin-top:4px;width:100%}.auth-form label{display:flex;flex-direction:column;align-items:stretch;gap:6px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);width:100%}.auth-form input{font-family:var(--font-body);font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--text);background:var(--bg-1);border:1px solid var(--stroke);border-radius:4px;padding:10px 12px;outline:none;transition:border-color .12s,box-shadow .12s;width:100%;box-sizing:border-box;min-width:0}.auth-form input:focus{border-color:var(--accent-warm);box-shadow:0 0 0 3px var(--accent-warm-dim)}.auth-row{display:flex;align-items:center;justify-content:flex-end;margin-top:-6px}.link-btn{background:none;border:none;color:var(--accent-warm);font-family:var(--font-body);font-size:13px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;letter-spacing:0;text-transform:none;box-shadow:none}.link-btn:hover{color:var(--accent-strong);background:none;border:none;transform:none}.auth-submit{width:100%;justify-content:center;padding:12px 16px;font-size:13px;margin-top:4px}.auth-message{font-size:13px;padding:9px 12px;border-radius:4px;border:1px solid var(--stroke);background:var(--surface-2)}.auth-message--error{border-color:var(--accent-crit);color:var(--accent-crit);background:var(--accent-crit-dim)}.auth-message--info{border-color:var(--accent-warm);color:var(--accent-warm);background:var(--accent-warm-dim)}.auth-switch-hint{font-size:13px;color:var(--text-muted);text-align:center;margin:0}@media(max-width:920px){.login-page{grid-template-columns:1fr;grid-template-rows:220px 1fr}.login-stage__inner{padding:24px 28px;gap:14px}.login-stage__title{font-size:clamp(36px,7vw,52px)}.login-card{padding:32px 28px;border-left:none;border-top:1px solid var(--stroke)}}
