.Modal-module__7LRQSW__overlay{z-index:1500;background:color-mix(in srgb, var(--ink) 64%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:Modal-module__7LRQSW__modal-overlay-in .2s var(--ease-out) both;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.Modal-module__7LRQSW__dialog{border:2px solid var(--ink);background:var(--surface-solid);width:min(440px,100%);max-height:calc(100dvh - 2rem);color:var(--ink);box-shadow:8px 8px 0 var(--ink), var(--shadow);outline:none;gap:18px;padding:22px clamp(18px,3vw,26px) 24px;animation:.32s cubic-bezier(.18,.9,.2,1.05) both Modal-module__7LRQSW__modal-dialog-in;display:grid;position:relative;overflow-y:auto}.Modal-module__7LRQSW__close{border:1px solid var(--line);background:var(--surface-soft);width:32px;height:32px;color:var(--ink);cursor:pointer;transition:background .15s ease, transform .15s var(--ease-out);justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:10px;right:10px}.Modal-module__7LRQSW__close:hover{background:var(--surface-solid);box-shadow:2px 2px 0 var(--ink);transform:translate(-1px,-1px)}.Modal-module__7LRQSW__close svg{width:16px;height:16px}.Modal-module__7LRQSW__header{gap:6px;padding-right:36px;display:grid}.Modal-module__7LRQSW__header h2{text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:clamp(1.15rem,2.4vw,1.45rem)}.Modal-module__7LRQSW__header p{color:var(--muted);margin:0;font-weight:800;line-height:1.35}.Modal-module__7LRQSW__body{gap:14px;display:grid}@keyframes Modal-module__7LRQSW__modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__modal-dialog-in{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
.SignInDialog-module__DuoMjq__mode-toggle{border:2px solid var(--ink);background:var(--surface-soft);grid-template-columns:1fr 1fr;display:grid}.SignInDialog-module__DuoMjq__mode-toggle button{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;cursor:pointer;background:0 0;border:0;padding:10px 12px;font-weight:950;transition:background .15s,color .15s}.SignInDialog-module__DuoMjq__mode-toggle button+button{border-left:2px solid var(--ink)}.SignInDialog-module__DuoMjq__mode-toggle button.SignInDialog-module__DuoMjq__is-active{background:var(--ink);color:var(--surface-solid)}.SignInDialog-module__DuoMjq__google-glyph{width:18px;height:18px}.SignInDialog-module__DuoMjq__divider{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;align-items:center;gap:10px;font-size:.7rem;font-weight:900;display:flex}.SignInDialog-module__DuoMjq__divider:before,.SignInDialog-module__DuoMjq__divider:after{content:"";background:var(--line);flex:1;height:2px}.SignInDialog-module__DuoMjq__form{gap:10px;display:grid}.SignInDialog-module__DuoMjq__form label{gap:4px;display:grid}.SignInDialog-module__DuoMjq__form label>span{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:.62rem;font-weight:950}.SignInDialog-module__DuoMjq__form input{border:2px solid var(--line);background:var(--surface-solid);min-height:42px;color:var(--ink);font:inherit;transition:border-color .15s ease, box-shadow .15s var(--ease-out);outline:0;padding:0 12px;font-weight:700}.SignInDialog-module__DuoMjq__form input:focus-visible{border-color:var(--focus);box-shadow:0 0 0 3px var(--focus-soft)}.SignInDialog-module__DuoMjq__fineprint{color:var(--muted);text-align:center;margin:0;font-size:.78rem;font-weight:700}.SignInDialog-module__DuoMjq__link-button{color:var(--ink);font:inherit;text-transform:uppercase;letter-spacing:.4px;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:950;text-decoration:underline}
.AppShell-module__-zW4nG__album-shell{width:min(1440px,100%);margin:0 auto;padding:14px 18px}.AppShell-module__-zW4nG__topbar{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:6px 0 14px;display:grid}.AppShell-module__-zW4nG__brand{letter-spacing:0;text-transform:uppercase;justify-self:start;align-items:center;gap:10px;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:950;line-height:1;display:inline-flex}.AppShell-module__-zW4nG__brand-mark{aspect-ratio:1;border:2px solid var(--ink);background:var(--yellow);width:48px;color:var(--on-yellow);box-shadow:5px 5px 0 var(--ink);place-items:center;display:grid;transform:rotate(-3deg)}.AppShell-module__-zW4nG__nav-center{justify-self:center;align-items:center;gap:8px;display:flex}.AppShell-module__-zW4nG__nav-actions{justify-self:end;align-items:center;gap:8px;display:flex}.AppShell-module__-zW4nG__nav-link,.AppShell-module__-zW4nG__theme-toggle,.AppShell-module__-zW4nG__sign-in-button{min-height:40px}@media (max-width:720px){.AppShell-module__-zW4nG__album-shell{padding:12px}.AppShell-module__-zW4nG__topbar{grid-template-columns:1fr auto;grid-template-areas:"brand actions""center center";align-items:center}.AppShell-module__-zW4nG__brand{grid-area:brand}.AppShell-module__-zW4nG__nav-actions{grid-area:actions}.AppShell-module__-zW4nG__nav-center{grid-area:center;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.AppShell-module__-zW4nG__nav-link{width:100%}}
:root{--paper:#efe2c2;--paper-deep:#d7be88;--ink:#191611;--muted:#6d624f;--pitch:#185c3a;--pitch-dark:#0d3927;--foil:#d8dde2;--red:#c93f32;--yellow:#e2b342;--on-yellow:#191611;--on-pitch:#fff5dc;--timer-bg:#191611;--timer-ink:#fff5dc;--focus:#e2b342;--focus-soft:#e2b34247;--line:#19161129;--surface:#fff8e2db;--surface-solid:#fff6dc;--surface-soft:#fffaeb94;--stage:#ead7a7;--stage-wash:#185c3a2e;--grid-line-x:#185c3a14;--grid-line-y:#185c3a0f;--ambient-wash:#e2b3423d;--foil-sheen-a:#fff6;--foil-sheen-b:#ffffff61;--foil-stripe-a:#d8dde2;--foil-stripe-b:#c6ccd2;--table-head-bg:var(--ink);--table-head-ink:var(--paper);--completion-text:#fff8e8;--completion-muted:#fff8e8bd;--completion-panel:#185c3ab8;--completion-panel-deep:#0d39279e;--completion-wash:#fff8e233;--completion-border:#fff5dc6b;--completion-chip:#fff5dc1f;--completion-chip-border:#fff5dc4d;--completion-glow:#fff5dc4d;--completion-shadow:#191611d1;--footer-bg:#f6e8c5;--footer-ink:#191611;--footer-muted:#191611a8;--footer-faint:#1916116b;--footer-line:#1916112e;--footer-card-bg:#fff8e2ad;--footer-card-border:#19161133;--footer-grid-line:#1916110e;--footer-glow:#e2b34233;--footer-shadow:#22180833;--footer-hover-bg:#fff8e2e0;--shadow:0 22px 60px #22180838;--ease-out:cubic-bezier(.23, 1, .32, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--ink);background:var(--paper);font-family:Trebuchet MS,Segoe UI,sans-serif}[data-theme=dark]{--paper:#151a17;--paper-deep:#2a332b;--ink:#f4ead0;--muted:#c4b894;--pitch:#2c8f5f;--pitch-dark:#0f2b21;--foil:#313842;--red:#df7568;--yellow:#e4b944;--on-yellow:#191611;--on-pitch:#f4ead0;--timer-bg:#080c0a;--timer-ink:#f4ead0;--focus:#e4b944;--focus-soft:#e4b94442;--line:#f4ead02e;--surface:#1d231ee6;--surface-solid:#242a24;--surface-soft:#f4ead014;--stage:#303323;--stage-wash:#2c8f5f29;--grid-line-x:#f4ead02e;--grid-line-y:#f4ead01f;--ambient-wash:#2c8f5f33;--foil-sheen-a:#f4ead021;--foil-sheen-b:#f4ead01a;--foil-stripe-a:#313842;--foil-stripe-b:#232a31;--table-head-bg:var(--surface-solid);--table-head-ink:var(--ink);--completion-text:#f8ecd2;--completion-muted:#f8ecd2b8;--completion-panel:#242a24c7;--completion-panel-deep:#0f2b21b8;--completion-wash:#f4ead01a;--completion-border:#f4ead038;--completion-chip:#f4ead014;--completion-chip-border:#f4ead02e;--completion-glow:#e4b94433;--completion-shadow:#000000c7;--footer-bg:#11120f;--footer-ink:#fff5dc;--footer-muted:#fff5dcb8;--footer-faint:#fff5dc80;--footer-line:#fff5dc33;--footer-card-bg:#fff5dc14;--footer-card-border:#fff5dc47;--footer-grid-line:#fff5dc0d;--footer-glow:#e2b34238;--footer-shadow:#00000073;--footer-hover-bg:#fff5dc24;--shadow:0 22px 60px #0000005c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:linear-gradient(90deg, var(--grid-line-x) 1px, transparent 1px), linear-gradient(var(--grid-line-y) 1px, transparent 1px), radial-gradient(circle at 18% 20%, var(--ambient-wash), transparent 28%), var(--paper);background-size:42px 42px,42px 42px,auto,auto;min-height:100vh;margin:0}[data-theme=dark] body{background:linear-gradient(90deg, var(--grid-line-x) 1px, transparent 1px), linear-gradient(var(--grid-line-y) 1px, transparent 1px), radial-gradient(circle at 18% 20%, var(--ambient-wash), transparent 30%), var(--paper);background-size:42px 42px,42px 42px,auto,auto}a{color:inherit;text-decoration:none}button,input,summary{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.58}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}button:focus-visible,a:focus-visible,input:focus-visible,[role=button]:focus-visible,[role=option]:focus-visible,[role=tab]:focus-visible,summary:focus-visible{outline:2px solid var(--focus);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-soft);border-radius:6px}@media (max-width:640px){button,a[role=button],[role=tab]{min-height:2.75rem}}@keyframes remix-xi-spin{to{transform:rotate(360deg)}}.remix-xi-spinner{vertical-align:-.15em;border:2px solid;border-right-color:#0000;border-radius:50%;width:.9em;height:.9em;animation:.7s linear infinite remix-xi-spin;display:inline-block}
