:root{--move-bg:#0d0d0f;--move-surface:#17171a;--move-surface-active:#1c1c21;--move-surface-raised:#212126;--move-border:#26262b;--move-border-strong:#3a3a42;--move-text:#ffffff;--move-text-muted:#a0a0a8;--move-text-tertiary:#6b6b73;--move-accent:#d62828;--move-accent-pressed:#b71f1f;--move-accent-tint:#ffb4ab;--move-accent-dim:rgba(214,40,40,0.12);--move-success:#4ade80;--move-success-dim:rgba(74,222,128,0.12);--move-warning:#fbbf24;--move-warning-dim:rgba(251,191,36,0.12);--move-danger:#f87171;--move-danger-dim:rgba(248,113,113,0.12);--move-info:#83cfff;--move-info-dim:rgba(131,207,255,0.12);--move-scrim:rgba(13,13,15,0);--move-scrim-end:rgba(13,13,15,0.92);--move-overlay-backdrop:rgba(0,0,0,0.6);--move-radius:0.25rem;--move-radius-md:0.5rem;--move-radius-lg:0.75rem;--move-radius-pill:9999px;--move-font-headline:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--move-font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--move-font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--move-space-xs:8px;--move-space-sm:16px;--move-space-md:24px;--move-space-lg:32px;--move-space-xl:48px;--move-margin-mobile:20px}.bk-label,.mw-kicker{font-family:var(--move-font-mono);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--move-text-tertiary);margin:0}.mw-kicker--accent{color:var(--move-accent)}.mw-rule{flex:1 1;height:1px;background:var(--move-border)}.mw-display{font-size:clamp(27px,7vw,38px);line-height:1.05;letter-spacing:.01em}.mw-display,.mw-h2{font-family:var(--move-font-headline);font-weight:700;text-transform:uppercase;color:var(--move-text);margin:0}.mw-h2{font-size:17px;line-height:1.2;letter-spacing:.02em}.bk-card{background:var(--move-surface);border:1px solid var(--move-border);border-radius:var(--move-radius-lg);padding:20px}.bk-card--accent{background:var(--move-accent-dim);border-color:rgba(214,40,40,.45)}.mw-inset{background:var(--move-bg);border:1px solid var(--move-border);border-radius:var(--move-radius-md);padding:14px 16px}.mw-card-link{display:block;text-decoration:none;color:var(--move-text);transition:border-color .15s ease,background .15s ease,transform .15s ease}.mw-card,.mw-card-link{background:var(--move-surface);border:1px solid var(--move-border);border-radius:var(--move-radius-lg);overflow:hidden}.mw-card-link:active{background:var(--move-surface-active)}@media (hover:hover) and (pointer:fine){.mw-card-link:hover{border-color:var(--move-border-strong);background:var(--move-surface-active)}.mw-card-link:active{transform:scale(.995)}}.bk-week{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:5px;gap:5px}.bk-day{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:44px;gap:3px;padding:9px 0 7px;border-radius:var(--move-radius-md);border:1px solid var(--move-border);background:var(--move-surface);color:var(--move-text-tertiary);cursor:pointer;font-family:var(--move-font-mono);font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:border-color .15s ease,background .15s ease,color .15s ease}.bk-day:hover{border-color:var(--move-border-strong);color:var(--move-text-muted)}.bk-day.is-active{border-color:var(--move-accent);background:var(--move-accent-dim);color:var(--move-text)}.bk-day-num{font-family:var(--move-font-mono);font-size:16px;font-weight:700;letter-spacing:0}.bk-day.is-active .bk-day-num{color:var(--move-accent)}.bk-slots{display:flex;flex-wrap:wrap;gap:8px}.bk-slot{display:inline-flex;align-items:center;min-height:44px;padding:9px 14px;border-radius:var(--move-radius);border:1px solid var(--move-border);background:var(--move-surface);color:var(--move-text);font-family:var(--move-font-mono);font-size:13.5px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.bk-slot:hover{border-color:var(--move-border-strong);background:var(--move-surface-active)}.bk-slot.is-active{border-color:var(--move-accent);background:var(--move-accent-dim);color:var(--move-accent)}.bk-step{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--move-radius);border:1px solid var(--move-border);background:var(--move-surface-active);color:var(--move-text);font-family:var(--move-font-mono);font-size:17px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.bk-step:hover:not(:disabled){border-color:var(--move-border-strong)}.bk-step:disabled{opacity:.35;cursor:default}@media (hover:hover) and (pointer:fine){.bk-step{width:36px;height:36px}}.bk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;padding:12px 18px;border:1px solid var(--move-accent);border-radius:var(--move-radius);background:var(--move-accent);color:var(--move-on-accent);font-family:var(--move-font);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.bk-btn:hover:not(:disabled){background:var(--move-accent-pressed);border-color:var(--move-accent-pressed)}.bk-btn:disabled{opacity:.4;cursor:default}.bk-btn--ghost{background:transparent;border-color:var(--move-border);color:var(--move-text)}.bk-btn--ghost:hover:not(:disabled){background:var(--move-surface-active);border-color:var(--move-border-strong)}.bk-btn--quiet{background:transparent;border-color:var(--move-border);color:var(--move-text-muted)}.bk-btn--quiet:hover:not(:disabled){background:var(--move-surface-active);border-color:var(--move-border-strong);color:var(--move-text)}.bk-btn--danger{background:transparent;border-color:rgba(248,113,113,.45);color:var(--move-danger)}.bk-btn--danger:hover:not(:disabled){background:var(--move-danger-dim);border-color:var(--move-danger)}.bk-btn--danger-solid{background:var(--move-danger);border-color:var(--move-danger);color:#17171a}.bk-btn--success-solid{background:var(--move-success);border-color:var(--move-success);color:#ffffff}.bk-btn--success-solid:hover:not(:disabled){background:#3ccb6f;border-color:#3ccb6f}.bk-input{width:100%;background:var(--move-bg);border:1px solid var(--move-border);border-radius:var(--move-radius);color:var(--move-text);font:400 15px var(--move-font);padding:11px 14px;transition:border-color .15s ease}.bk-input::placeholder{color:var(--move-text-tertiary)}.bk-input:focus{outline:none;border-color:var(--move-accent)}.bk-skel{border-radius:var(--move-radius-md);background:linear-gradient(90deg,var(--move-surface) 25%,var(--move-surface-raised) 50%,var(--move-surface) 75%);background-size:200% 100%;animation:bk-skel .9s linear infinite}@keyframes bk-skel{0%{background-position:200% 0}to{background-position:-200% 0}}.mw-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;font-family:var(--move-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.mw-chip,.mw-chip-dot{border-radius:var(--move-radius-pill)}.mw-chip-dot{width:5px;height:5px;background:currentColor}.mw-empty{border:1px dashed var(--move-border-strong);border-radius:var(--move-radius-lg);padding:40px 24px;flex-direction:column;gap:10px;text-align:center;color:var(--move-text-tertiary);font-size:13px}.mw-check,.mw-empty{display:flex;align-items:center}.mw-check{gap:12px;cursor:pointer;font-size:14.5px;line-height:1.5}.mw-check input[type=checkbox]{width:20px;height:20px;flex-shrink:0;accent-color:var(--move-accent)}.mw-terms-box{max-height:180px;overflow-y:auto;font-size:13px;line-height:1.6;color:var(--move-text-muted);border:1px solid var(--move-border);border-radius:var(--move-radius-md);background:var(--move-bg);padding:12px 14px}.mw-check:focus-within{outline:2px solid var(--move-accent);outline-offset:2px;border-radius:var(--move-radius-sm)}.md-section{font-family:var(--move-font-mono);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--move-accent-tint);margin:6px 0 0}.md-trackrow{display:grid;grid-gap:10px;gap:10px;background:var(--move-surface);border:1px solid var(--move-border);border-radius:var(--move-radius-md);padding:14px 16px}.md-trackhead{display:flex;align-items:center;gap:10px}.md-trackname{flex:1 1;min-width:0;font-family:var(--move-font-mono);font-size:13.5px;font-weight:700;color:var(--move-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--move-radius);border:1px solid var(--move-border);background:var(--move-surface-active);color:var(--move-text);cursor:pointer;transition:border-color .15s ease,background .15s ease}.md-iconbtn:hover{border-color:var(--move-border-strong)}.md-audiopill{display:flex;align-items:center;gap:10px;background:var(--move-bg);border:1px solid var(--move-border);border-radius:var(--move-radius-pill);padding:6px 12px}.md-audiopill-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:var(--move-radius-pill);background:transparent;color:var(--move-text);cursor:pointer;flex-shrink:0}.md-audiopill-btn:hover{background:var(--move-surface-active)}.md-audiopill-time{font-family:var(--move-font-mono);font-size:11.5px;color:var(--move-text-muted)}.md-audiopill-seek{flex:1 1;min-width:40px;accent-color:var(--move-accent);height:3px}.md-video{aspect-ratio:16/9;object-fit:cover;background:#000;border-radius:var(--move-radius-md)}.md-thumb,.md-video{display:block;width:100%}.md-thumb{position:relative;padding:0;border:none;background:none;cursor:pointer}.md-thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,13,15,.05) 55%,rgba(13,13,15,.65));border-radius:var(--move-radius-md)}.md-thumb-overlay,.md-thumb-play{display:flex;align-items:center;justify-content:center}.md-thumb-play{width:46px;height:46px;border-radius:var(--move-radius-pill);background:rgba(13,13,15,.72);border:1px solid rgba(255,255,255,.25);color:var(--move-text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s ease,transform .15s ease}.md-thumb:hover .md-thumb-play{background:var(--move-accent);transform:scale(1.06)}.md-thumb-badge{position:absolute;bottom:10px;right:10px;font-family:var(--move-font-mono);font-size:11px;color:var(--move-text);background:rgba(13,13,15,.78);border-radius:var(--move-radius);padding:2px 7px}.md-filerow{display:flex;align-items:center;gap:10px;padding-top:10px}:root{--move-font-headline:var(--font-inter),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--move-font:var(--font-inter),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--move-font-mono:var(--font-jetbrains),"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--move-bg:#0f1116;--move-surface:#171a21;--move-surface-active:#1d212a;--move-surface-raised:#242935;--move-border:#272c37;--move-border-strong:#3a4150;--move-text:#edeff4;--move-text-muted:#a4aab8;--move-text-tertiary:#8b92a2;--move-accent:#3b6be0;--move-accent-pressed:#2f58c2;--move-accent-tint:#b9cbff;--move-accent-dim:rgba(59,107,224,0.16);--move-on-accent:#ffffff;--move-scrim:rgba(15,17,22,0);--move-scrim-end:rgba(15,17,22,0.92)}html{color-scheme:dark}*{box-sizing:border-box}body{background:var(--move-bg);color:var(--move-text);font-family:var(--move-font);margin:0;min-height:100vh}a{transition:color .12s ease,background .12s ease}a:hover{color:var(--move-text)!important}button{transition:color .12s ease,background .12s ease,border-color .12s ease}button:disabled{opacity:.45;cursor:default}table{border-collapse:collapse;width:100%}input,select,textarea{font-family:var(--move-font)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--move-accent)!important}a:focus-visible,button:focus-visible{outline:1px solid var(--move-accent);outline-offset:2px}::placeholder{color:var(--move-text-tertiary)}::selection{background:var(--move-accent-dim)}.mv-hover-surface:hover{background:var(--move-surface-active)!important}.mv-hover-raise:hover{background:var(--move-surface-raised)!important}.mv-hover-border:hover{border-color:var(--move-border-strong)!important}.mv-copy{text-decoration:none}.mv-copy:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:3px}.mv-btn-primary:hover{background:var(--move-accent-pressed)!important;border-color:var(--move-accent-pressed)!important}.mv-hover-text:hover{color:var(--move-text)!important}@keyframes mv-pulse{0%,to{opacity:1}50%{opacity:.55}}.mv-pulse{animation:mv-pulse 1.6s ease-in-out infinite}input:focus-visible+.mv-check{outline:1px solid var(--move-accent);outline-offset:2px}input:not(:disabled):hover+.mv-check{border-color:var(--move-border-strong)}.mv-global-search:focus-visible{outline:1px solid var(--move-accent);outline-offset:4px;border-radius:2px}.mv-open-slot:hover{border-color:var(--move-border-strong)!important;background:rgba(255,255,255,.02)!important}.mv-open-slot:hover .mv-open-slot-time{color:var(--move-text)}*{scrollbar-width:thin;scrollbar-color:var(--move-border-strong) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--move-border-strong);border-radius:4px}::-webkit-scrollbar-track{background:transparent}.mv-quicknav{display:none}@media (min-width:1280px){.mv-quicknav{position:fixed;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:2px;padding:8px;background:var(--move-surface);border:1px solid var(--move-border);border-radius:12px;z-index:30}.mv-quicknav-link{font-family:var(--move-font-mono);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--move-text-tertiary);background:none;border:none;border-radius:8px;padding:6px 10px;text-align:right;cursor:pointer}.mv-quicknav-link:hover{color:var(--move-text)}}.mv-shell{display:flex;min-height:100vh;background:var(--move-bg)}.mv-sidebar{width:232px;flex-shrink:0;border-right:1px solid var(--move-border);background:var(--move-surface);display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;z-index:60}.mv-shell-body{flex:1 1;min-width:0;display:flex;flex-direction:column}.mv-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;padding:0 32px;background:rgba(15,17,22,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--move-border)}.mv-main{flex:1 1;padding:28px 32px 48px;max-width:1720px;width:100%;overflow-x:auto;box-sizing:border-box}.mv-menu-btn,.mv-sidebar-backdrop{display:none}@media (max-width:1024px){.mv-sidebar{position:fixed;top:0;left:0;height:100dvh;transform:translateX(-100%);transition:transform .2s ease;box-shadow:0 0 40px rgba(0,0,0,.5)}.mv-sidebar.is-open{transform:translateX(0)}.mv-sidebar-backdrop.is-open{display:block;position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.55)}.mv-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:none;border:1px solid var(--move-border);border-radius:8px;color:var(--move-text);cursor:pointer}.mv-topbar{gap:12px;padding:0 16px}.mv-main{padding:20px 16px 40px}}@media (max-width:720px){.mv-topbar{flex-wrap:wrap;padding:10px 14px;gap:10px}.mv-topbar>*{min-width:0}.mv-main{padding:16px 14px 36px}}@keyframes mv-drawer-in{0%{transform:translateX(28px);opacity:.55}to{transform:translateX(0);opacity:1}}