.layout-module__lVlmba__container{flex-direction:column;min-height:100dvh;display:flex}.layout-module__lVlmba__header{background:var(--bg1);color:var(--text-on-accent);justify-content:flex-end;padding:12px 20px;display:flex}.layout-module__lVlmba__headerRight{align-items:center;gap:10px;display:flex}.layout-module__lVlmba__appName{font-weight:600}.layout-module__lVlmba__main{background:0 0;flex:1;min-width:0;padding:14px 18px 32px}.layout-module__lVlmba__centered{width:100%;max-width:560px;margin:0 auto}@media (max-width:639.98px){.layout-module__lVlmba__main{padding:10px 18px 24px}.layout-module__lVlmba__header{padding:10px 14px}}.layout-module__lVlmba__topRow{justify-content:space-between;align-items:center;display:flex}.layout-module__lVlmba__newButton{color:var(--text-on-accent);cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .25s;box-shadow:0 6px 16px #2563eb4d,0 4px #0000004d}.layout-module__lVlmba__newButton:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.layout-module__lVlmba__newButton:disabled{box-shadow:none}.layout-module__lVlmba__newButton:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-2px);box-shadow:0 10px 24px #2563eb80}.layout-module__lVlmba__cardGrid{flex-direction:column;gap:20px;margin-top:24px;display:flex}.layout-module__lVlmba__card{background:#fff;border-radius:16px;gap:20px;padding:20px 24px;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 10px #0000000d}.layout-module__lVlmba__card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.layout-module__lVlmba__cardLeft{font-size:var(--fs-display);color:var(--text-link);align-items:center;display:flex}.layout-module__lVlmba__cardIcon{font-size:var(--fs-display);color:var(--text-link);margin-right:20px}.layout-module__lVlmba__cardContent{flex-direction:column;flex:1;gap:6px;display:flex}.layout-module__lVlmba__cardTopRow{justify-content:space-between;align-items:center;display:flex}.layout-module__lVlmba__cardTitle{font-size:var(--fs-head);color:var(--text-link);font-weight:600}.layout-module__lVlmba__cardComposer{font-size:var(--fs-subhead);color:var(--text-sub)}.layout-module__lVlmba__cardBottomRow{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.layout-module__lVlmba__closeBtn{font-size:var(--fs-head);cursor:pointer;color:var(--text-sub);background:0 0;border:none;transition:all .2s;position:absolute;top:20px;right:20px}.layout-module__lVlmba__closeBtn:hover{color:var(--text-link);transform:scale(1.1)}.layout-module__lVlmba__dateTag{color:var(--text-link);font-size:var(--fs-body);background:#eff6ff;border-radius:999px;padding:4px 10px;font-weight:500}.layout-module__lVlmba__detailLink{color:var(--text-link);font-size:var(--fs-subhead)}.layout-module__lVlmba__editWrapper{position:relative}.layout-module__lVlmba__editBtn{font-size:var(--fs-body);cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;padding:6px 14px;font-weight:500;transition:all .2s}.layout-module__lVlmba__editBtn:hover{background:#cbd5e1}.layout-module__lVlmba__dropdown{background:#fff;border-radius:10px;flex-direction:column;gap:6px;padding:10px;display:flex;position:absolute;bottom:10px;right:20px;box-shadow:0 12px 24px #00000026}.layout-module__lVlmba__dropdown button{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 8px;transition:all .2s}.layout-module__lVlmba__dropdown button:hover{background:#f1f5f9}.layout-module__lVlmba__deleteBtn{color:var(--text-error)}.layout-module__lVlmba__modalOverlay{inset:0;background:#00000073;justify-content:center;align-items:center;animation:.25s forwards layout-module__lVlmba__fadeIn;display:flex;position:fixed;inset:0}@keyframes layout-module__lVlmba__fadeIn{0%{opacity:0}to{opacity:1}}.layout-module__lVlmba__modal{background:#fff;border-radius:20px;width:900px;max-width:90%;padding:50px;animation:.3s forwards layout-module__lVlmba__slideUp;position:relative;box-shadow:0 30px 60px #00000040}@keyframes layout-module__lVlmba__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.layout-module__lVlmba__modalTitle{font-size:var(--fs-title);margin-bottom:30px;font-weight:600}.layout-module__lVlmba__pageTitle{font-size:var(--fs-display);letter-spacing:-1px;color:var(--text-link);margin-bottom:10px;font-weight:800}.layout-module__lVlmba__pageSubTitle{font-size:var(--fs-head);color:var(--text-body);margin:0;font-weight:500}.layout-module__lVlmba__practiceBtn{color:var(--text-on-accent);font-size:var(--fs-subhead);background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:999px;padding:8px 16px;font-weight:600;text-decoration:none;transition:all .25s;box-shadow:0 4px #0000004d}.layout-module__lVlmba__practiceBtn:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.layout-module__lVlmba__practiceBtn:disabled{box-shadow:none}.layout-module__lVlmba__practiceBtn:hover{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 6px 18px #2563eb66}.layout-module__lVlmba__subHeaderRow{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.layout-module__lVlmba__uploadBox{text-align:center;cursor:pointer;background:linear-gradient(#eff6ff,#dbeafe);border:3px dashed #3b82f6;border-radius:16px;margin-bottom:30px;padding:60px 20px;transition:all .25s}.layout-module__lVlmba__uploadBox:hover{background:linear-gradient(#dbeafe,#bfdbfe);transform:scale(1.02)}.layout-module__lVlmba__uploadIcon{color:var(--text-link);margin-bottom:15px;font-size:60px}.layout-module__lVlmba__uploadText{font-size:var(--fs-subhead);color:var(--text-link);font-weight:500}.layout-module__lVlmba__infoBox{font-size:var(--fs-body);background:#f1f5f9;border-radius:8px;padding:12px}.layout-module__lVlmba__emptyState{text-align:center;color:var(--text-sub);margin-top:40px}.layout-module__lVlmba__infoBox{font-size:var(--fs-subhead);color:var(--text-ink);background:#f1f5f9;border-left:5px solid #3b82f6;border-radius:12px;padding:20px}.layout-module__lVlmba__infoBox h4{color:var(--text-link);margin-bottom:10px}
.BottomTabs-module__fP8xKa__bar{z-index:90;padding-bottom:env(safe-area-inset-bottom,0px);background:#0a1122f5;border-top:1px solid #96afe11a;position:sticky;bottom:0}:is(body[data-recording=true] .BottomTabs-module__fP8xKa__bar,body[data-rec-band=true] .BottomTabs-module__fP8xKa__bar,body[data-fullscreen=true] .BottomTabs-module__fP8xKa__bar){display:none}.BottomTabs-module__fP8xKa__inner{max-width:560px;height:var(--tabbar-h,72px);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.BottomTabs-module__fP8xKa__tab{color:var(--text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-weight:500;text-decoration:none;display:flex;position:relative}.BottomTabs-module__fP8xKa__tab.BottomTabs-module__fP8xKa__active{color:var(--gold);font-weight:700}.BottomTabs-module__fP8xKa__iconWrap{place-items:center;line-height:0;display:grid;position:relative}.BottomTabs-module__fP8xKa__label{font-size:var(--fs-label);letter-spacing:.01em;white-space:nowrap}.BottomTabs-module__fP8xKa__dot{background:currentColor;border-radius:50%;width:4px;height:4px;position:absolute;bottom:6px}.BottomTabs-module__fP8xKa__badge{color:#fff;text-align:center;border:1.5px solid var(--bg0);background:#d6607a;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;line-height:18px;position:absolute;top:-6px;right:-10px}.BottomTabs-module__fP8xKa__tab.BottomTabs-module__fP8xKa__active .BottomTabs-module__fP8xKa__iconWrap svg{filter:drop-shadow(0 0 6px #bfcfedb3)}
.ds-module__j9kwyG__t{letter-spacing:.01em;color:var(--text-ink);text-shadow:0 2px 30px #a3b7db40;background:linear-gradient(100deg,#edf1fa 30%,#d5e1f6 50%,#edf1fa 70%) 0 0/220% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:6px 2px 0;font-size:27px;font-weight:900;animation:8s linear infinite ds-module__j9kwyG__sheenTxt}@keyframes ds-module__j9kwyG__sheenTxt{to{background-position:220% 0}}@keyframes ds-module__j9kwyG__sweepX{0%,55%{left:-60%}to{left:140%}}@keyframes ds-module__j9kwyG__barPulse{0%,to{filter:brightness(.9);transform:scaleY(.82)}50%{filter:brightness(1.12);transform:scaleY(1.06)}}@keyframes ds-module__j9kwyG__hotPulse{0%,to{box-shadow:0 0 14px #bfcfedd9,0 0 4px #bfcfede6}50%{box-shadow:0 0 26px #bfcfed,0 0 8px #bfcfed}}@media (prefers-reduced-motion:reduce){.ds-module__j9kwyG__t{animation:none}}.ds-module__j9kwyG__card{background:linear-gradient(180deg, var(--card-a) 0%, var(--card-b) 100%);border:1px solid var(--line);border-radius:20px;margin-top:14px;padding:16px;box-shadow:inset 0 1px #ffffff0f,0 2px 6px #040a1c59,0 14px 34px -8px #040a1c8c}.ds-module__j9kwyG__lab{letter-spacing:.16em;color:var(--text-sub);font-size:11px;font-weight:800}.ds-module__j9kwyG__row{align-items:center;gap:12px;display:flex}.ds-module__j9kwyG__rowMain{flex:1;min-width:0}.ds-module__j9kwyG__rowMain b{font-size:14.5px;font-weight:800;display:block}.ds-module__j9kwyG__rowMain span{color:var(--text-sub);margin-top:2px;font-size:11.5px;display:block}.ds-module__j9kwyG__chk{border-radius:50%;flex:none;place-items:center;width:26px;height:26px;display:grid}.ds-module__j9kwyG__chk svg{width:13px;height:13px}.ds-module__j9kwyG__chk.ds-module__j9kwyG__gold{background:#e8b23c29}.ds-module__j9kwyG__chk.ds-module__j9kwyG__gold svg{stroke:var(--gold)}.ds-module__j9kwyG__chk.ds-module__j9kwyG__teal{background:#7fc4c429}.ds-module__j9kwyG__chk.ds-module__j9kwyG__teal svg{stroke:var(--teal)}.ds-module__j9kwyG__chk.ds-module__j9kwyG__green{background:#a8c97f29}.ds-module__j9kwyG__chk.ds-module__j9kwyG__green svg{stroke:var(--green-soft)}.ds-module__j9kwyG__chk.ds-module__j9kwyG__pink{background:#e89ba829}.ds-module__j9kwyG__chk.ds-module__j9kwyG__pink svg{stroke:var(--pink-soft)}.ds-module__j9kwyG__todo{width:26px;height:26px;color:var(--text-muted);font-variant-numeric:tabular-nums;background:#0e1830;border:1px solid #96afe11a;border-radius:50%;flex:none;place-items:center;font-size:10.5px;font-weight:800;display:grid}.ds-module__j9kwyG__bigN{color:var(--cream);font-variant-numeric:tabular-nums;letter-spacing:-.01em;text-shadow:0 0 24px #fff3dc47;font-weight:900}.ds-module__j9kwyG__pill{border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:11px;font-weight:800;display:inline-flex}.ds-module__j9kwyG__pill.ds-module__j9kwyG__gold{color:var(--gold);background:#e8b23c26}.ds-module__j9kwyG__pill.ds-module__j9kwyG__teal{color:var(--teal);background:#7fc4c426}.ds-module__j9kwyG__pill.ds-module__j9kwyG__pink{color:var(--pink-soft);background:#e89ba826}.ds-module__j9kwyG__pill.ds-module__j9kwyG__mute{color:var(--text-sub);background:#96afe11f}.ds-module__j9kwyG__pill.ds-module__j9kwyG__ink{color:var(--gold);background:#0e1830;border:1px solid #e8b23c59;position:relative;overflow:hidden}.ds-module__j9kwyG__pill.ds-module__j9kwyG__ink:after{content:"";background:linear-gradient(100deg,#0000,#ffffff80,#0000);width:40%;animation:3.4s ease-in-out infinite ds-module__j9kwyG__sweepX;position:absolute;top:-10%;bottom:-10%;left:-60%;transform:skew(-18deg)}.ds-module__j9kwyG__bar{background:#96afe124;border-radius:5px;height:7px;overflow:hidden}.ds-module__j9kwyG__bar i{border-radius:5px;height:100%;display:block;position:relative;overflow:hidden}.ds-module__j9kwyG__bar i:after{content:"";background:linear-gradient(100deg,#0000 30%,#ffffff59,#0000 70%);animation:2.8s ease-in-out infinite ds-module__j9kwyG__sweepX;position:absolute;inset:0}.ds-module__j9kwyG__bar.ds-module__j9kwyG__gold i{background:linear-gradient(90deg, #f0c25c, var(--gold-2))}.ds-module__j9kwyG__bar.ds-module__j9kwyG__teal i{background:var(--teal)}.ds-module__j9kwyG__bar.ds-module__j9kwyG__green i{background:var(--green-soft)}.ds-module__j9kwyG__bar.ds-module__j9kwyG__pink i{background:var(--pink-soft)}.ds-module__j9kwyG__arrow{color:var(--gold);font-weight:900}.ds-module__j9kwyG__stars{color:var(--gold);letter-spacing:2px;font-size:12px}.ds-module__j9kwyG__stars s{color:#31406a;text-decoration:none}.ds-module__j9kwyG__seg{background:#0e1830;border:1px solid #96afe11a;border-radius:14px;margin-top:14px;padding:4px;display:flex}.ds-module__j9kwyG__seg span{text-align:center;color:var(--text-sub);border-radius:11px;flex:1;padding:9px 0;font-size:13px;font-weight:800}.ds-module__j9kwyG__seg span.ds-module__j9kwyG__on{color:var(--gold);background:linear-gradient(#22355e,#182747);box-shadow:inset 0 0 0 1px #e8b23c47}.ds-module__j9kwyG__ring{background:conic-gradient(var(--gold) var(--p,0%), #96afe124 0);border-radius:50%;place-items:center;display:grid}.ds-module__j9kwyG__ring .ds-module__j9kwyG__in{background:var(--card-b);text-align:center;border-radius:50%;place-items:center;width:78%;height:78%;display:grid}.ds-module__j9kwyG__letter{background:linear-gradient(180deg, #fff9ec, var(--cream));color:#43351b;border-radius:18px;margin-top:14px;padding:16px 18px;box-shadow:0 14px 34px #00000073,0 0 0 1px #d9a93c2e,0 0 44px #fff3dc12}.ds-module__j9kwyG__letter .ds-module__j9kwyG__from{letter-spacing:.12em;color:#a9833b;align-items:center;gap:8px;margin-bottom:7px;font-size:11px;font-weight:900;display:flex}.ds-module__j9kwyG__letter p{font-size:13.5px;font-weight:600;line-height:1.9}.ds-module__j9kwyG__wave i{transform-origin:50%;animation:2.6s ease-in-out infinite ds-module__j9kwyG__barPulse;animation-delay:calc(var(--i,0) * -.22s)}.ds-module__j9kwyG__wave i.ds-module__j9kwyG__hot{animation:2.6s ease-in-out infinite ds-module__j9kwyG__barPulse,1.8s ease-in-out infinite ds-module__j9kwyG__hotPulse;animation-delay:calc(var(--i,0) * -.22s), 0s}@media (prefers-reduced-motion:reduce){.ds-module__j9kwyG__bar i:after,.ds-module__j9kwyG__pill.ds-module__j9kwyG__ink:after,.ds-module__j9kwyG__wave i{animation:none}.ds-module__j9kwyG__bigN{text-shadow:none}}.ds-module__j9kwyG__cta{text-align:center;color:#201604;cursor:pointer;background:linear-gradient(#e8b23c,#d2992c);border:none;border-radius:20px;width:100%;padding:15px;font-family:inherit;font-size:15px;font-weight:900;text-decoration:none;display:block;position:relative;overflow:hidden}.ds-module__j9kwyG__cta:after{content:"";background:linear-gradient(100deg,#0000,#ffffff80,#0000);width:40%;animation:3.4s ease-in-out infinite ds-module__j9kwyG__sweepX;position:absolute;top:-10%;bottom:-10%;left:-60%;transform:skew(-18deg)}@media (prefers-reduced-motion:reduce){.ds-module__j9kwyG__cta:after{animation:none}}
.AnnotationLayer-module__ShIdfq__wrap{flex-direction:column;gap:9px;display:flex}.AnnotationLayer-module__ShIdfq__head{display:flex}.AnnotationLayer-module__ShIdfq__modeBtn{letter-spacing:.01em;cursor:pointer;color:var(--text-ink);background:#96afe11f;border:none;border-radius:999px;align-self:flex-start;align-items:center;gap:7px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:800;transition:all .16s;display:inline-flex}.AnnotationLayer-module__ShIdfq__modeBtn:hover{background:#f5f4f8}.AnnotationLayer-module__ShIdfq__modeOn{color:var(--text-on-accent);background:linear-gradient(120deg,#2b2b33,#454550);border-color:#0000;box-shadow:0 6px 16px -8px #28283799}.AnnotationLayer-module__ShIdfq__tools{background:var(--card-in);border:1px solid #ecebf0;border-radius:14px;flex-wrap:wrap;gap:6px;padding:8px;display:flex}.AnnotationLayer-module__ShIdfq__toolBtn{font-family:inherit;font-size:var(--fs-body);letter-spacing:.01em;cursor:pointer;color:var(--text-body);background:#0d1b33;border:1px solid #e8e6ec;border-radius:9px;align-items:center;gap:5px;padding:6px 11px;font-weight:700;transition:all .13s;display:inline-flex}.AnnotationLayer-module__ShIdfq__toolBtn:hover{border-color:#d5d2db}.AnnotationLayer-module__ShIdfq__toolBtn .AnnotationLayer-module__ShIdfq__g{font-size:var(--fs-body);opacity:.9;line-height:1}.AnnotationLayer-module__ShIdfq__toolOn{color:var(--text-on-accent);background:#4a6cf7;border-color:#0000;box-shadow:0 4px 12px -5px #4a6cf799}.AnnotationLayer-module__ShIdfq__toolOn .AnnotationLayer-module__ShIdfq__g{opacity:1}.AnnotationLayer-module__ShIdfq__clearBtn{font-family:inherit;font-size:var(--fs-caption);cursor:pointer;color:#a2455f;background:0 0;border:1px solid #0000;border-radius:9px;margin-left:auto;padding:6px 10px;font-weight:700}.AnnotationLayer-module__ShIdfq__clearBtn:hover{background:#fbecf0}.AnnotationLayer-module__ShIdfq__hint{font-size:var(--fs-caption);color:var(--text-sub);margin:0 2px;line-height:1.5}.AnnotationLayer-module__ShIdfq__hint b{color:var(--text-link);font-weight:700}.AnnotationLayer-module__ShIdfq__hlBand{pointer-events:none;z-index:7;mix-blend-mode:multiply;border-radius:8px;position:absolute}.AnnotationLayer-module__ShIdfq__swatches{align-items:center;gap:7px;padding:2px;display:flex}.AnnotationLayer-module__ShIdfq__swatch{cursor:pointer;border:2px solid #fff;border-radius:7px;width:22px;height:22px;transition:transform .12s;box-shadow:0 0 0 1px #e2dfe8,0 1px 3px #0000001f}.AnnotationLayer-module__ShIdfq__swatch:hover{transform:scale(1.1)}.AnnotationLayer-module__ShIdfq__swatchOn{box-shadow:0 0 0 2px #4a6cf7,0 1px 4px #0000002e}.AnnotationLayer-module__ShIdfq__badge{letter-spacing:.02em;white-space:nowrap;pointer-events:none;z-index:9;text-shadow:0 0 2px #fff,0 0 2px #fff,0 1px 1px #fffffff2;align-items:center;gap:3px;font-size:8px;font-weight:800;line-height:1;display:inline-flex;position:absolute;transform:translate(-50%)}.AnnotationLayer-module__ShIdfq__badge .AnnotationLayer-module__ShIdfq__g{place-items:center;font-size:8px;font-weight:900;line-height:1;display:inline-grid}.AnnotationLayer-module__ShIdfq__wFlat{color:#2b5bc4}.AnnotationLayer-module__ShIdfq__wSharp{color:#b44b4b}.AnnotationLayer-module__ShIdfq__wTempo{color:#a06a10}.AnnotationLayer-module__ShIdfq__wHard{color:#5b3ba0}.AnnotationLayer-module__ShIdfq__badgeText{color:#16294f;letter-spacing:0;font-size:8px;font-weight:800}.AnnotationLayer-module__ShIdfq__stampGlyph{color:#16294f;pointer-events:none;z-index:9;place-items:center;line-height:1;display:inline-grid;position:absolute;transform:translate(-50%)}.AnnotationLayer-module__ShIdfq__stampGlyph .AnnotationLayer-module__ShIdfq__txt{font-size:8px;line-height:1}.AnnotationLayer-module__ShIdfq__stampGlyph svg{display:block}.AnnotationLayer-module__ShIdfq__spanGlyph{pointer-events:none;z-index:8;color:var(--text-ink);position:absolute}.AnnotationLayer-module__ShIdfq__spanGlyph svg{display:block;overflow:visible}.AnnotationLayer-module__ShIdfq__palette{background:var(--card-in);border:1px solid #ecebf0;border-radius:13px;flex-wrap:wrap;gap:13px;padding:11px 12px;display:flex}.AnnotationLayer-module__ShIdfq__palGroup{flex-direction:column;gap:5px;display:flex}.AnnotationLayer-module__ShIdfq__palLabel{font-size:var(--fs-label);color:var(--text-muted);letter-spacing:.05em;padding-left:1px;font-weight:800}.AnnotationLayer-module__ShIdfq__palItems{flex-wrap:wrap;gap:5px;display:flex}.AnnotationLayer-module__ShIdfq__stampBtn{cursor:pointer;width:33px;height:33px;color:var(--text-ink);background:#0d1b33;border:1px solid #e8e6ec;border-radius:8px;place-items:center;transition:all .12s;display:grid}.AnnotationLayer-module__ShIdfq__stampBtn:hover{border-color:#c9c4d2}.AnnotationLayer-module__ShIdfq__stampBtn .AnnotationLayer-module__ShIdfq__txt{font-size:var(--fs-subhead);line-height:1}.AnnotationLayer-module__ShIdfq__stampBtn svg{display:block}.AnnotationLayer-module__ShIdfq__stampOn{color:var(--text-on-accent);background:#4a6cf7;border-color:#0000;box-shadow:0 3px 9px -4px #4a6cf7b3}
.SymbolGuide-module__gpS5ra__wrap{margin:12px 0 4px}.SymbolGuide-module__gpS5ra__head{align-items:center;gap:8px;margin:0 2px 9px;display:flex}.SymbolGuide-module__gpS5ra__lab{color:var(--text-ink);font-size:13.5px;font-weight:700}.SymbolGuide-module__gpS5ra__tapToggle{appearance:none;cursor:pointer;font-family:inherit;font-size:var(--fs-caption);color:var(--text-sub);background:#96afe11f;border:none;border-radius:999px;margin-left:auto;padding:4px 11px;font-weight:800}.SymbolGuide-module__gpS5ra__tapOn{color:var(--text-on-accent);background:#7fa4e8;border-color:#7fa4e8}.SymbolGuide-module__gpS5ra__spacer{flex:1}body[data-fullscreen=true] .SymbolGuide-module__gpS5ra__markLayer{display:none}.SymbolGuide-module__gpS5ra__markLayer{pointer-events:none;z-index:5;position:absolute;inset:0;overflow:hidden}.SymbolGuide-module__gpS5ra__mark{pointer-events:auto;cursor:pointer;appearance:none;background:#fff8e847;border:1.6px solid #e0a02f;border-radius:50%;place-items:center;padding:0;font-family:inherit;transition:transform .12s,background .12s;display:grid;position:absolute;transform:translate(-50%,-50%)}.SymbolGuide-module__gpS5ra__mark:hover{background:#ffe0a073}.SymbolGuide-module__gpS5ra__mark:active{transform:translate(-50%,-50%)scale(.9)}.SymbolGuide-module__gpS5ra__mark:after{content:"";border-radius:50%;position:absolute;inset:-7px}.SymbolGuide-module__gpS5ra__chips{flex-wrap:wrap;gap:7px;display:flex}.SymbolGuide-module__gpS5ra__chip{cursor:pointer;font-family:inherit;font-size:var(--fs-body);color:var(--text-body);background:#96afe121;border:1px solid #96afe133;border-radius:999px;align-items:center;gap:6px;padding:5px 11px 5px 7px;font-weight:700;transition:filter .15s;display:inline-flex}.SymbolGuide-module__gpS5ra__chip:active{filter:brightness(.96)}.SymbolGuide-module__gpS5ra__gWrap{width:22px;height:22px;color:var(--text-ink);flex:none;place-items:center;display:grid}.SymbolGuide-module__gpS5ra__gTxt{font-size:var(--fs-body);line-height:1}.SymbolGuide-module__gpS5ra__chipLabel{white-space:nowrap}.SymbolGuide-module__gpS5ra__chipValue{font-size:var(--fs-caption);color:var(--text-link);font-weight:800}.SymbolGuide-module__gpS5ra__chipLesson{font-size:var(--fs-label);color:var(--text-on-accent);background:#e8a78f;border-radius:5px;padding:1px 6px;font-weight:800}.SymbolGuide-module__gpS5ra__tapHint{font-size:var(--fs-caption);color:var(--text-sub);margin:9px 2px 0;line-height:1.6}.SymbolGuide-module__gpS5ra__overlay{z-index:1200;background:#120e1857;justify-content:center;align-items:flex-end;animation:.18s both SymbolGuide-module__gpS5ra__sgFade;display:flex;position:fixed;inset:0}@keyframes SymbolGuide-module__gpS5ra__sgFade{0%{opacity:0}to{opacity:1}}.SymbolGuide-module__gpS5ra__sheet{width:100%;max-width:520px;padding:10px 20px calc(22px + env(safe-area-inset-bottom));background:#0d1b33;border-radius:22px 22px 0 0;max-height:82vh;animation:.3s cubic-bezier(.22,1,.36,1) both SymbolGuide-module__gpS5ra__sgRise;position:relative;overflow-y:auto;box-shadow:0 -18px 50px -18px #190f2866}@keyframes SymbolGuide-module__gpS5ra__sgRise{0%{opacity:.5;transform:translateY(60%)}to{opacity:1;transform:none}}.SymbolGuide-module__gpS5ra__grab{background:#96afe12e;border-radius:3px;width:40px;height:5px;margin:2px auto 10px}.SymbolGuide-module__gpS5ra__close{cursor:pointer;width:34px;height:34px;color:var(--text-body);background:#96afe121;border:none;border-radius:50%;place-items:center;display:grid;position:absolute;top:14px;right:16px}.SymbolGuide-module__gpS5ra__sheetHead{font-size:var(--fs-body);color:var(--text-sub);margin:0 2px 12px;font-weight:800}.SymbolGuide-module__gpS5ra__none{font-size:var(--fs-body);color:var(--text-sub);margin:0 2px 8px;line-height:1.7}.SymbolGuide-module__gpS5ra__item{border-top:1px solid #96afe129;padding:14px 0 4px}.SymbolGuide-module__gpS5ra__item:first-of-type{border-top:none;padding-top:0}.SymbolGuide-module__gpS5ra__itemHead{align-items:center;gap:12px;margin-bottom:9px;display:flex}.SymbolGuide-module__gpS5ra__gBig{width:46px;height:46px;color:var(--text-ink);background:#96afe11a;border:1px solid #96afe133;border-radius:13px;flex:none;place-items:center;display:grid}.SymbolGuide-module__gpS5ra__gBig svg{width:26px;height:26px}.SymbolGuide-module__gpS5ra__gBig .SymbolGuide-module__gpS5ra__gTxt{font-size:var(--fs-head)}.SymbolGuide-module__gpS5ra__itemName{font-size:var(--fs-head);color:var(--text-ink);font-weight:800;line-height:1.3}.SymbolGuide-module__gpS5ra__itemValue{font-size:var(--fs-body);color:var(--text-link);margin-top:2px;font-weight:800}.SymbolGuide-module__gpS5ra__itemCount{font-size:var(--fs-caption);color:var(--text-muted);margin-top:3px}.SymbolGuide-module__gpS5ra__what{font-size:var(--fs-body);color:var(--text-ink);margin:0 0 8px;line-height:1.75}.SymbolGuide-module__gpS5ra__tip{font-size:var(--fs-body);color:var(--text-body);background:#96afe11a;border-radius:10px;margin:0;padding:9px 12px;line-height:1.7}.SymbolGuide-module__gpS5ra__tip b{font-size:var(--fs-caption);color:var(--text-link);background:#2b5bc433;border-radius:5px;margin-right:7px;padding:1px 7px;font-weight:800;display:inline-block}.SymbolGuide-module__gpS5ra__actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.SymbolGuide-module__gpS5ra__act{appearance:none;cursor:pointer;font-family:inherit;font-size:var(--fs-body);color:var(--text-body);background:#96afe121;border:1px solid #96afe133;border-radius:999px;padding:8px 14px;font-weight:800;text-decoration:none}.SymbolGuide-module__gpS5ra__actPrimary{color:var(--text-on-accent);background:linear-gradient(100deg,#7fa4e8,#9db8e8);border-color:#0000}.SymbolGuide-module__gpS5ra__act:active{filter:brightness(.97)}@media (prefers-reduced-motion:reduce){.SymbolGuide-module__gpS5ra__overlay,.SymbolGuide-module__gpS5ra__sheet{animation:none}}
.scoreDetail-module__CzjGDG__container{max-width:1280px;color:var(--text-ink);margin:0 auto;padding:32px 40px}.scoreDetail-module__CzjGDG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.scoreDetail-module__CzjGDG__title{letter-spacing:.01em;color:var(--text-ink);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:27px;font-weight:900;overflow:hidden}.scoreDetail-module__CzjGDG__grid{gap:32px;display:flex}.scoreDetail-module__CzjGDG__leftColumn{flex-direction:column;flex:0 0 320px;gap:16px;display:flex}.scoreDetail-module__CzjGDG__rightColumn{flex:1;min-width:0}.scoreDetail-module__CzjGDG__card{background:#0d1b33;border-radius:12px;padding:20px;box-shadow:0 1px 4px #00000014}.scoreDetail-module__CzjGDG__card h3{margin:0 0 12px;font-size:14px;font-weight:700}.scoreDetail-module__CzjGDG__recordBtn{color:var(--text-on-accent);font-size:var(--fs-subhead);cursor:pointer;background:#2e7dff;border:none;border-radius:8px;padding:10px 20px}.scoreDetail-module__CzjGDG__recordBtn:hover{background:#1a6ae0}.scoreDetail-module__CzjGDG__recorderSection{border-top:1px solid #96afe129;margin-top:8px;padding:16px 0 8px}.scoreDetail-module__CzjGDG__playBtn{font-size:var(--fs-body);cursor:pointer;background:#96afe124;border:1px solid #ddd;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.scoreDetail-module__CzjGDG__playBtn:disabled{opacity:.5;cursor:not-allowed}.scoreDetail-module__CzjGDG__stopBtn{color:var(--text-error);font-size:var(--fs-body);cursor:pointer;background:#0d1b33;border:1px solid #e53935;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.scoreDetail-module__CzjGDG__stopBtn:hover{background:#e8697a29}.scoreDetail-module__CzjGDG__playbackButtons{gap:8px;display:flex}.scoreDetail-module__CzjGDG__audioMock{width:100%;margin-top:8px}.scoreDetail-module__CzjGDG__scoreMock{min-height:300px;padding:10px 0}.scoreDetail-module__CzjGDG__osmdContainer{scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;width:100%;position:relative;overflow:auto}.scoreDetail-module__CzjGDG__osmdContainer svg{max-width:100%;height:auto}.scoreDetail-module__CzjGDG__scoreNav{justify-content:center;align-items:center;gap:16px;margin-top:12px;display:flex}.scoreDetail-module__CzjGDG__scoreNav button{cursor:pointer;font-size:var(--fs-body);background:#96afe124;border:1px solid #ddd;border-radius:6px;padding:6px 14px}.scoreDetail-module__CzjGDG__scoreNav button:disabled{opacity:.4;cursor:not-allowed}.scoreDetail-module__CzjGDG__evalSummary{flex-direction:column;gap:8px;display:flex}.scoreDetail-module__CzjGDG__evalRow{font-size:var(--fs-subhead);justify-content:space-between;align-items:center;display:flex}.scoreDetail-module__CzjGDG__evalLabel{color:var(--text-body)}.scoreDetail-module__CzjGDG__evalValue{font-weight:700;font-size:var(--fs-head)}.scoreDetail-module__CzjGDG__evalLegend{color:var(--text-sub);flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px;font-size:10.5px;display:flex}.scoreDetail-module__CzjGDG__legendItem{align-items:center;gap:4px;display:flex}.scoreDetail-module__CzjGDG__legendDot{border-radius:50%;width:9px;height:9px;display:inline-block}.scoreDetail-module__CzjGDG__evalWarnings{border-left:3px solid var(--gold);background:#e8b23c24;border-radius:4px;margin-top:10px;padding:8px 12px}.scoreDetail-module__CzjGDG__evalWarning{font-size:var(--fs-body);color:var(--text-body);line-height:1.5}.scoreDetail-module__CzjGDG__allTakes{border:none}.scoreDetail-module__CzjGDG__allTakesSummary{color:#7fa4e8;cursor:pointer;margin-top:10px;font-size:11.5px;font-weight:800;list-style:none}.scoreDetail-module__CzjGDG__allTakesSummary::-webkit-details-marker{display:none}.scoreDetail-module__CzjGDG__allTakesSummary:after{content:"▾";font-size:var(--fs-caption)}.scoreDetail-module__CzjGDG__allTakes[open] .scoreDetail-module__CzjGDG__allTakesSummary:after{content:"▴"}.scoreDetail-module__CzjGDG__historyItem{cursor:pointer;box-shadow:none;font-size:var(--fs-body);background:0 0;border:none;border-top:1px solid #96afe114;border-radius:0;margin:10px 0 0;padding:10px 0 0}.scoreDetail-module__CzjGDG__historyItem:hover{background:var(--card-in)}.scoreDetail-module__CzjGDG__historyActive{background:var(--card-in);border-color:#b4c4ff;box-shadow:0 2px 10px -4px #4257ff47}.scoreDetail-module__CzjGDG__historyMeta{font-size:var(--fs-caption);color:var(--text-muted);align-items:center;gap:8px;margin-top:4px;display:flex}.scoreDetail-module__CzjGDG__historyBadge{color:var(--text-good);font-size:var(--fs-label);background:#e8f5e9;border-radius:4px;padding:1px 8px;font-weight:600}.scoreDetail-module__CzjGDG__historyName{color:var(--text-ink);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;overflow:hidden}.scoreDetail-module__CzjGDG__historyNameInput{font-size:var(--fs-body);border:1px solid #b4c4ff;border-radius:4px;outline:none;flex:1;min-width:0;padding:2px 6px}.scoreDetail-module__CzjGDG__historyNameInput:focus{border-color:#6b7fff}.scoreDetail-module__CzjGDG__historyDate{color:var(--text-muted);flex:none;margin-left:auto;font-size:10px}.scoreDetail-module__CzjGDG__histMain{align-items:center;gap:12px;display:flex}.scoreDetail-module__CzjGDG__histScore{font-size:var(--fs-display);font-variant-numeric:tabular-nums;flex:none;font-weight:800;line-height:.9}.scoreDetail-module__CzjGDG__histScoreUnit{font-size:var(--fs-body);font-weight:700}.scoreDetail-module__CzjGDG__histScoreNa{text-align:center;width:40px;font-size:var(--fs-head);color:var(--text-muted);flex:none;font-weight:700}.scoreDetail-module__CzjGDG__histMid{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.scoreDetail-module__CzjGDG__histTop{align-items:center;gap:7px;min-width:0;display:flex}.scoreDetail-module__CzjGDG__histTop .scoreDetail-module__CzjGDG__historyName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.scoreDetail-module__CzjGDG__histSubs{flex-direction:column;gap:4px;display:flex}.scoreDetail-module__CzjGDG__histBar{align-items:center;gap:6px;display:flex}.scoreDetail-module__CzjGDG__histDot{border-radius:50%;flex:none;width:7px;height:7px}.scoreDetail-module__CzjGDG__histMiniLabel{width:26px;color:var(--text-sub);flex:none;font-size:9.5px;font-weight:800}.scoreDetail-module__CzjGDG__histBarTrack{background:#96afe124;border-radius:5px;flex:1;min-width:0;height:5px;overflow:hidden}.scoreDetail-module__CzjGDG__histBarFill{border-radius:3px;height:100%;display:block}.scoreDetail-module__CzjGDG__histBarVal{text-align:right;width:22px;color:var(--text-ink);font-variant-numeric:tabular-nums;flex:none;font-size:10.5px;font-weight:800}.scoreDetail-module__CzjGDG__histStatusRow{font-size:var(--fs-caption);color:var(--text-muted);align-items:center;gap:8px;display:flex}.scoreDetail-module__CzjGDG__histRight{flex-direction:column;flex:none;align-items:flex-end;gap:6px;display:flex}.scoreDetail-module__CzjGDG__histChev{font-size:var(--fs-body);color:var(--text-muted);flex:none}.scoreDetail-module__CzjGDG__histEditRow{align-items:center;gap:6px;display:flex}.scoreDetail-module__CzjGDG__histNameWrap{cursor:pointer;align-items:center;gap:4px;min-width:0;display:inline-flex}.scoreDetail-module__CzjGDG__histNameEditIcon{color:var(--text-muted);opacity:.65;flex:none}.scoreDetail-module__CzjGDG__histScorePill{color:var(--text-ink);font-variant-numeric:tabular-nums;background:#96afe11f;border-radius:999px;flex:none;align-self:center;padding:4px 10px;font-size:11px;font-weight:800;line-height:1}.scoreDetail-module__CzjGDG__histScorePill small{margin-left:1px;font-size:.62em;font-weight:800}.scoreDetail-module__CzjGDG__histHero{color:#fff;background:linear-gradient(135deg,#1f3d78,#2b5bc4);border-radius:12px;padding:12px 13px}.scoreDetail-module__CzjGDG__histHeroTop{align-items:flex-start;gap:10px;display:flex}.scoreDetail-module__CzjGDG__histHeroEyebrow{font-size:var(--fs-label);letter-spacing:.1em;color:#bcd0f5;font-weight:900}.scoreDetail-module__CzjGDG__histHeroName{font-size:var(--fs-subhead);color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:800;overflow:hidden}.scoreDetail-module__CzjGDG__histHeroDate{font-size:var(--fs-caption);color:#cdd9f2;margin-top:1px;font-weight:700}.scoreDetail-module__CzjGDG__histHeroScore{font-size:var(--fs-title);color:#fff;font-variant-numeric:tabular-nums;flex:none;font-weight:900;line-height:1}.scoreDetail-module__CzjGDG__histHeroScore small{color:#cdd9f2;margin-left:1px;font-size:.5em;font-weight:800}.scoreDetail-module__CzjGDG__histHeroStats{align-items:center;gap:8px;margin-top:10px;display:flex}.scoreDetail-module__CzjGDG__histHeroChip{font-size:var(--fs-caption);color:#fff;background:#ffffff29;border-radius:8px;padding:4px 9px;font-weight:800}.scoreDetail-module__CzjGDG__histChevHero{color:#cdd9f2;font-size:var(--fs-body);margin-left:auto}.scoreDetail-module__CzjGDG__histPlay{cursor:pointer;color:#fff;background:linear-gradient(160deg,#4a6cf7,#3b56d4);border:none;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;display:grid}.scoreDetail-module__CzjGDG__histPlay:active{filter:brightness(.95)}.scoreDetail-module__CzjGDG__histResult{background:#0d1b33;border:1px solid #e7ebf0;border-radius:12px;margin-top:11px;overflow:hidden}.scoreDetail-module__CzjGDG__histResultHead{color:#fff;background:linear-gradient(135deg,#1f3d78,#2b5bc4);align-items:center;gap:9px;padding:9px 12px;display:flex}.scoreDetail-module__CzjGDG__histResultHead b{font-size:var(--fs-body);font-weight:900}.scoreDetail-module__CzjGDG__histResultMenu{align-items:center;margin-left:auto;display:inline-flex}.scoreDetail-module__CzjGDG__histResultBody{flex-direction:column;gap:11px;padding:11px 13px;display:flex}.scoreDetail-module__CzjGDG__histDetailActions{flex-wrap:wrap;gap:8px;display:flex}.scoreDetail-module__CzjGDG__historyActions{gap:4px;margin-left:auto;display:flex}.scoreDetail-module__CzjGDG__historyEditBtn{cursor:pointer;font-size:var(--fs-body);color:var(--text-sub);background:0 0;border:none;border-radius:4px;padding:2px 6px;line-height:1}.scoreDetail-module__CzjGDG__historyEditBtn:hover{color:var(--text-link);background:#eef2ff}.scoreDetail-module__CzjGDG__historyActionBtn{font-size:var(--fs-caption);cursor:pointer;color:var(--text-ink);background:#0d1b33;border:1px solid #ccc;border-radius:4px;padding:2px 8px}.scoreDetail-module__CzjGDG__historyActionBtn:hover:not(:disabled){color:var(--text-link);background:#7aa7ff1f;border-color:#b4c4ff}.scoreDetail-module__CzjGDG__historyActionBtn:disabled{opacity:.5;cursor:not-allowed}.scoreDetail-module__CzjGDG__historyError{font-size:var(--fs-caption);color:var(--text-error);margin-top:4px}.scoreDetail-module__CzjGDG__historyPager{font-size:var(--fs-body);justify-content:center;align-items:center;gap:12px;margin-top:12px;display:flex}.scoreDetail-module__CzjGDG__historyPagerBtn{font-size:var(--fs-body);cursor:pointer;color:var(--text-ink);background:#0d1b33;border:1px solid #ccc;border-radius:4px;padding:4px 12px}.scoreDetail-module__CzjGDG__historyPagerBtn:hover:not(:disabled){color:var(--text-link);background:#eef2ff;border-color:#b4c4ff}.scoreDetail-module__CzjGDG__historyPagerBtn:disabled{opacity:.4;cursor:not-allowed}.scoreDetail-module__CzjGDG__historyPagerInfo{color:var(--text-body);text-align:center;min-width:40px}.scoreDetail-module__CzjGDG__rankBadgeSmall{font-size:var(--fs-caption);white-space:nowrap;border-radius:10px;flex:none;padding:2px 10px;font-weight:500}.scoreDetail-module__CzjGDG__playbackCursor{pointer-events:none;z-index:10;background:#2e7dff;width:2px;transition:left 50ms linear;display:none;position:absolute}.scoreDetail-module__CzjGDG__beatBall{opacity:0;pointer-events:none;will-change:transform;background:#2e7dff;border-radius:50%;width:15px;height:15px;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #2e7dff99}.scoreDetail-module__CzjGDG__perfSelectRow{align-items:center;gap:8px;display:flex}.scoreDetail-module__CzjGDG__perfSelect{min-width:0;font-family:inherit;font-size:var(--fs-body);color:var(--text-ink);background:var(--card-in);cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border:1px solid #96afe114;border-radius:14px;flex:1;padding:12px 14px;font-weight:700}.scoreDetail-module__CzjGDG__perfSelect option{color:#edf1fa;background:#15233f}.scoreDetail-module__CzjGDG__perfSelectScore{font-size:var(--fs-title);font-variant-numeric:tabular-nums;flex:none;font-weight:800;line-height:1}.scoreDetail-module__CzjGDG__perfSelectScore small{font-size:var(--fs-body);margin-left:1px;font-weight:600}.scoreDetail-module__CzjGDG__perfRenameBtn{width:38px;height:38px;color:var(--text-body);cursor:pointer;font-size:var(--fs-subhead);background:#96afe11f;border:1px solid #96afe13d;border-radius:9px;flex:none;place-items:center;display:grid}.scoreDetail-module__CzjGDG__perfRenameBtn:active{filter:brightness(.96)}.scoreDetail-module__CzjGDG__perfRenameInput{min-width:0;font-family:inherit;font-size:var(--fs-subhead);color:var(--text-ink);border:1px solid #4a6cf7;border-radius:10px;outline:none;flex:1;padding:10px 12px;font-weight:700}.scoreDetail-module__CzjGDG__perfSaveBtn,.scoreDetail-module__CzjGDG__perfCancelBtn{font-family:inherit;font-size:var(--fs-body);cursor:pointer;border:1px solid #0000;border-radius:9px;flex:none;padding:10px 13px;font-weight:800}.scoreDetail-module__CzjGDG__perfSaveBtn{color:var(--text-on-accent);background:#4a6cf7;box-shadow:0 4px #0000004d}.scoreDetail-module__CzjGDG__perfSaveBtn:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.scoreDetail-module__CzjGDG__perfSaveBtn:disabled{opacity:.5;cursor:default;box-shadow:none}.scoreDetail-module__CzjGDG__perfCancelBtn{color:var(--text-body);background:#96afe121;border-color:#96afe133}.scoreDetail-module__CzjGDG__playStack{flex-direction:column;gap:14px;width:100%;max-width:720px;margin:0 auto;display:flex}.scoreDetail-module__CzjGDG__playBar{background:#0d1b33;border:1px solid #96afe133;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px -14px #140f2859}.scoreDetail-module__CzjGDG__playBarRow{gap:6px;padding:8px;display:flex}.scoreDetail-module__CzjGDG__barCell{background:var(--card-in);min-width:0;color:var(--text-ink);cursor:pointer;border:1px solid #96afe114;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:9px 4px;font-family:inherit;transition:background .14s,color .14s;display:flex}.scoreDetail-module__CzjGDG__barCell:last-child{border-right:1px solid #96afe114}.scoreDetail-module__CzjGDG__barCell:disabled{opacity:.4;cursor:default}.scoreDetail-module__CzjGDG__barCell:active{background:#96afe124}.scoreDetail-module__CzjGDG__barLabel{letter-spacing:.02em;white-space:nowrap;color:var(--text-sub);font-size:10px;font-weight:800}.scoreDetail-module__CzjGDG__barTempo{font-variant-numeric:tabular-nums;color:var(--gold);font-size:13px;font-weight:900;line-height:1}.scoreDetail-module__CzjGDG__barCellOn{color:var(--text-on-accent);background:linear-gradient(160deg,#4a6cf7,#6a5cf0)}.scoreDetail-module__CzjGDG__barCellOn:active{background:linear-gradient(160deg,#4460ea,#5f52e6)}.scoreDetail-module__CzjGDG__barCellActive{background:#e8b23c14;border-color:#e8b23c57}.scoreDetail-module__CzjGDG__barPanel{background:var(--card-in);border-top:1px solid #96afe129;padding:12px}.scoreDetail-module__CzjGDG__barPanel .scoreDetail-module__CzjGDG__tempoControl{background:0 0;border:none;margin:0;padding:0}.scoreDetail-module__CzjGDG__barPanel .scoreDetail-module__CzjGDG__rangeBody{margin:0}.scoreDetail-module__CzjGDG__rangeBand{pointer-events:none;z-index:8;background:#e8b23c47;border:none;border-radius:3px;position:absolute}.scoreDetail-module__CzjGDG__rangeBody{flex-direction:column;gap:10px;margin-top:4px;display:flex}.scoreDetail-module__CzjGDG__rangeSelectBtn{font-family:inherit;font-size:var(--fs-body);cursor:pointer;color:var(--text-link);background:#eef1fd;border:1px solid #dfe3fb;border-radius:999px;align-self:flex-start;padding:9px 16px;font-weight:800;transition:filter .14s}.scoreDetail-module__CzjGDG__rangeSelectBtn:active{filter:brightness(.96)}.scoreDetail-module__CzjGDG__rangeSelectOn{color:var(--text-on-accent);background:linear-gradient(100deg,#4a6cf7,#6a5cf0);border-color:#0000}.scoreDetail-module__CzjGDG__rangeHint{font-size:var(--fs-body);color:var(--text-sub);margin:0;line-height:1.55}.scoreDetail-module__CzjGDG__rangeHint b{color:var(--text-link)}.scoreDetail-module__CzjGDG__rangePresetRow{flex-wrap:wrap;gap:8px;display:flex}.scoreDetail-module__CzjGDG__rangePresetBtn{font-family:inherit;font-size:var(--fs-body);cursor:pointer;color:var(--text-link);background:#eef1fd;border:1px solid #dfe3fb;border-radius:999px;padding:7px 16px;font-weight:800;transition:filter .14s}.scoreDetail-module__CzjGDG__rangePresetBtn:active{filter:brightness(.96)}.scoreDetail-module__CzjGDG__rangePresetBtn:disabled{opacity:.45;cursor:default}.scoreDetail-module__CzjGDG__rangePresetHard{color:#b83a5e;background:#e89ba829;border-color:#e89ba857}.scoreDetail-module__CzjGDG__rangeSection{background:#7aa7ff1f;border:1px solid #e6eafb;border-radius:12px;flex-direction:column;gap:6px;padding:10px;display:flex}.scoreDetail-module__CzjGDG__rangeSectionScore{background:#e89ba81f;border-color:#e89ba847}.scoreDetail-module__CzjGDG__rangeSectionLabel{font-size:var(--fs-label);letter-spacing:.04em;color:var(--text-sub);font-weight:800}.scoreDetail-module__CzjGDG__rangeSectionScore .scoreDetail-module__CzjGDG__rangeSectionLabel{color:#b83a5e}.scoreDetail-module__CzjGDG__rangeSection .scoreDetail-module__CzjGDG__rangeRecordBtn{margin-top:0}.scoreDetail-module__CzjGDG__rangeActions{flex-wrap:wrap;gap:8px;display:flex}.scoreDetail-module__CzjGDG__rangePlayBtn,.scoreDetail-module__CzjGDG__rangeStopBtn,.scoreDetail-module__CzjGDG__rangeClearBtn{font-family:inherit;font-size:var(--fs-body);cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:7px;padding:9px 14px;font-weight:800;transition:filter .14s;display:inline-flex}.scoreDetail-module__CzjGDG__rangePlayBtn{color:var(--text-on-accent);background:linear-gradient(100deg,#4a6cf7,#6a5cf0);box-shadow:0 8px 18px -9px #4a6cf799,0 4px #0000004d}.scoreDetail-module__CzjGDG__rangePlayBtn:disabled{box-shadow:none}.scoreDetail-module__CzjGDG__rangeStopBtn{color:var(--text-on-accent);background:#d6547a}.scoreDetail-module__CzjGDG__rangeClearBtn{color:var(--text-body);background:#96afe121;border-color:#96afe133}.scoreDetail-module__CzjGDG__rangePlayBtn:active,.scoreDetail-module__CzjGDG__rangeStopBtn:active,.scoreDetail-module__CzjGDG__rangeClearBtn:active{filter:brightness(.96)}.scoreDetail-module__CzjGDG__rangePlayBtn:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.scoreDetail-module__CzjGDG__rangeRecordBtn{width:100%;font-family:inherit;font-size:var(--fs-body);cursor:pointer;color:var(--text-on-accent);background:#d6547a;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:11px 14px;font-weight:800;display:inline-flex;box-shadow:0 8px 18px -10px #d6547a99}.scoreDetail-module__CzjGDG__rangeRecordBtn:before{content:"";background:#0d1b33;border-radius:50%;flex:none;width:10px;height:10px}.scoreDetail-module__CzjGDG__rangeRecordBtn:disabled{opacity:.45;cursor:default;box-shadow:none}.scoreDetail-module__CzjGDG__rangeRecordBtn:active{filter:brightness(.96)}.scoreDetail-module__CzjGDG__rangeTag{color:var(--text-sub);white-space:nowrap;background:#96afe11f;border:none;border-radius:999px;flex:none;padding:2px 7px;font-size:9.5px;font-weight:800}.scoreDetail-module__CzjGDG__tempoCardHead{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.scoreDetail-module__CzjGDG__tempoCardTitle{margin:0}.scoreDetail-module__CzjGDG__tempoCardSub{font-size:var(--fs-caption);color:var(--text-sub);font-weight:700}.scoreDetail-module__CzjGDG__tempoControl{--tempo-accent:#4a6cf7;background:var(--card-in);border:1px solid #eeecf1;border-radius:14px;margin-bottom:14px;padding:13px 15px 15px}.scoreDetail-module__CzjGDG__tempoHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.scoreDetail-module__CzjGDG__tempoLabel{font-size:var(--fs-body);color:var(--text-body);font-weight:800}.scoreDetail-module__CzjGDG__metroBtn{font-size:var(--fs-caption);color:var(--text-sub);cursor:pointer;background:#0d1b33;border:1px solid #e6e2e8;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-weight:800;transition:all .15s;display:inline-flex}.scoreDetail-module__CzjGDG__metroOn{color:var(--tempo-accent);border-color:color-mix(in srgb, var(--tempo-accent) 45%, #e6e2e8);background:color-mix(in srgb, var(--tempo-accent) 10%, #0d1b33)}.scoreDetail-module__CzjGDG__tempoMain{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.scoreDetail-module__CzjGDG__stepBtn{width:40px;height:40px;color:var(--text-ink);font-size:var(--fs-title);cursor:pointer;background:#0d1b33;border:1px solid #e2dfe6;border-radius:50%;flex:none;place-items:center;font-weight:600;transition:all .12s;display:grid}.scoreDetail-module__CzjGDG__stepBtn:hover:not(:disabled){background:#96afe124}.scoreDetail-module__CzjGDG__stepBtn:disabled{opacity:.4;cursor:not-allowed}.scoreDetail-module__CzjGDG__tempoCenter{align-items:baseline;gap:6px;display:flex}.scoreDetail-module__CzjGDG__tempoNum{font-size:var(--fs-display);color:var(--text-ink);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:800}.scoreDetail-module__CzjGDG__tempoUnit{font-size:var(--fs-body);color:var(--text-muted);font-weight:700}.scoreDetail-module__CzjGDG__resetBtn{width:26px;height:26px;color:var(--text-body);cursor:pointer;background:#96afe124;border:none;border-radius:50%;align-self:center;place-items:center;margin-left:4px;transition:all .12s;display:grid}.scoreDetail-module__CzjGDG__resetBtn:hover:not(:disabled){color:var(--text-ink);background:#e6e3ea}.scoreDetail-module__CzjGDG__resetBtn:disabled{opacity:.4;cursor:not-allowed}.scoreDetail-module__CzjGDG__tempoSlider{appearance:none;cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.scoreDetail-module__CzjGDG__tempoSlider::-webkit-slider-thumb{-webkit-appearance:none;border:3px solid var(--tempo-accent);cursor:pointer;background:#0d1b33;border-radius:50%;width:20px;height:20px;margin-top:-1px;box-shadow:0 2px 5px #281e3c38}.scoreDetail-module__CzjGDG__tempoSlider::-moz-range-thumb{border:3px solid var(--tempo-accent);cursor:pointer;background:#0d1b33;border-radius:50%;width:18px;height:18px}.scoreDetail-module__CzjGDG__tempoSlider:disabled{opacity:.5;cursor:not-allowed}.scoreDetail-module__CzjGDG__tempoScale{font-size:var(--fs-caption);color:var(--text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:5px;font-weight:600;display:flex}.scoreDetail-module__CzjGDG__tempoPresets{gap:6px;margin-top:12px;display:flex}.scoreDetail-module__CzjGDG__tempoPresetBtn{font-size:var(--fs-body);color:var(--text-body);cursor:pointer;background:#0d1b33;border:1px solid #e6e2e8;border-radius:9px;flex:1;padding:7px 0;font-weight:700;transition:all .15s}.scoreDetail-module__CzjGDG__tempoPresetBtn:hover:not(:disabled){border-color:color-mix(in srgb, var(--tempo-accent) 40%, #e6e2e8)}.scoreDetail-module__CzjGDG__tempoPresetActive{background:var(--tempo-accent);color:var(--text-on-accent);border-color:var(--tempo-accent)}.scoreDetail-module__CzjGDG__tempoPresetBtn:disabled{opacity:.45;cursor:not-allowed}.scoreDetail-module__CzjGDG__notePopover{z-index:50;font-size:var(--fs-body);pointer-events:auto;background:#0d1b33;border-left:4px solid;border-radius:10px;min-width:180px;max-width:240px;padding:12px 16px;animation:.15s ease-out scoreDetail-module__CzjGDG__popoverFadeIn;position:absolute;transform:translate(-50%);box-shadow:0 4px 16px #00000024}@keyframes scoreDetail-module__CzjGDG__popoverFadeIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:900px){.scoreDetail-module__CzjGDG__container{padding:20px}.scoreDetail-module__CzjGDG__grid{flex-direction:column}.scoreDetail-module__CzjGDG__leftColumn{flex:none;width:100%}}.scoreDetail-module__CzjGDG__deleteHint{font-size:var(--fs-body);color:var(--text-body);text-align:center;background:#96afe121;border:1px dashed #c7d0db;border-radius:8px;padding:16px;line-height:1.5}.scoreDetail-module__CzjGDG__deleteToast{color:var(--text-on-accent);font-size:var(--fs-subhead);z-index:1100;text-align:center;background:#2d2d2d;border-radius:24px;max-width:calc(100% - 32px);padding:12px 20px;font-weight:500;animation:.2s forwards scoreDetail-module__CzjGDG__deleteToastIn;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0003}@keyframes scoreDetail-module__CzjGDG__deleteToastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.scoreDetail-module__CzjGDG__recordEntry{position:relative}.scoreDetail-module__CzjGDG__recordEntryBtn{width:100%;font-family:inherit;font-size:var(--fs-subhead);cursor:pointer;color:var(--text-on-accent);background:linear-gradient(#e05a3c,#c63f26);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:15px;font-weight:900;transition:filter .14s;display:flex;box-shadow:0 12px 24px -12px #e05a3c99,0 4px #0000004d}.scoreDetail-module__CzjGDG__recordEntryBtn:disabled{box-shadow:none}.scoreDetail-module__CzjGDG__recordEntryBtn:active{filter:brightness(.96)}.scoreDetail-module__CzjGDG__recordEntryBtn:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.scoreDetail-module__CzjGDG__recordEntryDot{background:#fff;border-radius:50%;flex:none;width:10px;height:10px}.scoreDetail-module__CzjGDG__recordEntryChev{opacity:.85;margin-left:2px;transition:transform .16s}.scoreDetail-module__CzjGDG__recordEntryChevOpen{transform:rotate(180deg)}.scoreDetail-module__CzjGDG__recordMenuBackdrop{z-index:40;background:0 0;position:fixed;inset:0}.scoreDetail-module__CzjGDG__recordMenu{z-index:41;background:#0d1b33;border:1px solid #96afe133;border-radius:14px;flex-direction:column;gap:4px;padding:6px;animation:.14s forwards scoreDetail-module__CzjGDG__recordMenuIn;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;right:0;box-shadow:0 16px 40px -12px #140f2852}@keyframes scoreDetail-module__CzjGDG__recordMenuIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.scoreDetail-module__CzjGDG__recordMenuItem{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px;font-family:inherit;transition:background .12s;display:flex}.scoreDetail-module__CzjGDG__recordMenuItem:active{background:#96afe124}.scoreDetail-module__CzjGDG__recordMenuIcon{color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.scoreDetail-module__CzjGDG__recordMenuIconAll{color:#e8836b;background:#e05a3c29;border:1px solid #e05a3c57;font-size:12px}.scoreDetail-module__CzjGDG__recordMenuIconRange{color:var(--gold);background:#e8b23c24;border:1px solid #e8b23c4d;font-size:12px}.scoreDetail-module__CzjGDG__recordMenuCancel{text-align:center;color:var(--text-sub);cursor:pointer;background:0 0;border:none;width:100%;padding:9px 0 4px;font-family:inherit;font-size:11.5px;font-weight:800}.scoreDetail-module__CzjGDG__recordMenuText{flex-direction:column;gap:1px;min-width:0;display:flex}.scoreDetail-module__CzjGDG__recordMenuTitle{color:var(--text-ink);font-size:13.5px;font-weight:800}.scoreDetail-module__CzjGDG__recordMenuDesc{color:var(--text-sub);font-size:11px}.scoreDetail-module__CzjGDG__recorderHost [data-testid=recorder-start-button]{display:none!important}.scoreDetail-module__CzjGDG__rangeBandSel{pointer-events:none;z-index:8;background:#e8b23c47;border:none;border-radius:3px;position:absolute}.scoreDetail-module__CzjGDG__rangeHandle{background:var(--gold);border:3px solid var(--card-b);z-index:10;cursor:ew-resize;touch-action:none;border-radius:50%;width:24px;height:24px;margin:-12px 0 0 -12px;position:absolute;box-shadow:0 3px 10px -2px #e8b23cb3}.scoreDetail-module__CzjGDG__rangeStartMark{background:var(--gold);pointer-events:none;z-index:9;border-radius:2px;width:3px;margin-left:-1.5px;position:absolute}.scoreDetail-module__CzjGDG__rangeSheet{left:0;right:0;bottom:calc(var(--tabbar-h,72px) + env(safe-area-inset-bottom,0px));z-index:60;background:#0d1b33;border-top:1px solid #96afe124;border-radius:18px 18px 0 0;flex-direction:column;gap:11px;padding:12px 16px 14px;animation:.18s forwards scoreDetail-module__CzjGDG__rangeSheetIn;display:flex;position:fixed;box-shadow:0 -14px 40px -18px #1e0f3c66}@keyframes scoreDetail-module__CzjGDG__rangeSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.scoreDetail-module__CzjGDG__rangeSheetHead{align-items:center;gap:8px;display:flex}.scoreDetail-module__CzjGDG__rangeSheetTitle{font-size:var(--fs-subhead);color:var(--gold);align-items:center;gap:9px;font-weight:800;display:inline-flex}.scoreDetail-module__CzjGDG__rangeSheetArc{color:var(--gold);flex:none;font-size:14px}.scoreDetail-module__CzjGDG__rangeSheetHint{font-size:var(--fs-body);color:var(--text-sub);margin:0;line-height:1.5}.scoreDetail-module__CzjGDG__rangeSheetHint b{color:var(--gold)}.scoreDetail-module__CzjGDG__rangeSheetActions{gap:10px;display:flex}.scoreDetail-module__CzjGDG__sheetLoopBtn,.scoreDetail-module__CzjGDG__sheetLoopStopBtn,.scoreDetail-module__CzjGDG__sheetScoreBtn{cursor:pointer;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 12px;font-family:inherit;font-size:14px;font-weight:900;transition:filter .14s;display:inline-flex}.scoreDetail-module__CzjGDG__sheetLoopBtn{color:#fff;background:#2b5bc4}.scoreDetail-module__CzjGDG__sheetLoopStopBtn{color:#fff;background:#3a4a72}.scoreDetail-module__CzjGDG__sheetScoreBtn{color:#fff;background:linear-gradient(#e05a3c,#c63f26)}.scoreDetail-module__CzjGDG__sheetLoopBtn:active,.scoreDetail-module__CzjGDG__sheetLoopStopBtn:active,.scoreDetail-module__CzjGDG__sheetScoreBtn:active{filter:brightness(.95)}.scoreDetail-module__CzjGDG__sheetLoopBtn:disabled,.scoreDetail-module__CzjGDG__sheetScoreBtn:disabled{opacity:.45;cursor:default}.scoreDetail-module__CzjGDG__sheetCancelBtn{width:96px;color:var(--text-sub);cursor:pointer;background:#96afe11a;border:none;border-radius:16px;flex:none;padding:14px 0;font-family:inherit;font-size:13px;font-weight:800}.scoreDetail-module__CzjGDG__sheetCancelBtn:active{filter:brightness(1.1)}.scoreDetail-module__CzjGDG__rangeSheetNote{text-align:center;color:var(--text-muted);margin:-2px 0 0;font-size:10.5px}h3.scoreDetail-module__CzjGDG__histHead{color:var(--text-ink);margin:0;font-size:13.5px;font-weight:700}.scoreDetail-module__CzjGDG__histBestTag{color:var(--gold);white-space:nowrap;background:#e8b23c26;border-radius:999px;flex:none;padding:2px 7px;font-size:9.5px;font-weight:800}.scoreDetail-module__CzjGDG__histHint{color:var(--text-muted);text-align:center;margin-top:10px;font-size:10.5px}.scoreDetail-module__CzjGDG__htlFeat{background:var(--card-in);cursor:pointer;border:1px solid #96afe114;border-radius:14px;padding:12px 13px}.scoreDetail-module__CzjGDG__htlScoreBig{color:var(--cream);font-variant-numeric:tabular-nums;text-shadow:0 0 20px #fff3dc38;flex:none;font-size:26px;font-weight:900;line-height:1}.scoreDetail-module__CzjGDG__htlScoreBig small{color:var(--text-sub);margin-left:1px;font-size:11px;font-weight:800}.scoreDetail-module__CzjGDG__htlList{overscroll-behavior:contain;max-height:340px;margin-top:6px;padding-left:24px;position:relative;overflow-y:auto}.scoreDetail-module__CzjGDG__htlLine{background:#96afe129;border-radius:1px;width:2px;position:absolute;top:10px;bottom:10px;left:10px}.scoreDetail-module__CzjGDG__htlItem{cursor:pointer;position:relative}.scoreDetail-module__CzjGDG__htlDot{background:#96afe166;border-radius:50%;width:7px;height:7px;position:absolute;top:15px;left:-17px}.scoreDetail-module__CzjGDG__htlDotBest{background:var(--gold);box-shadow:0 0 6px #e8b23c80}.scoreDetail-module__CzjGDG__htlRow{border-bottom:1px dashed #96afe11a;align-items:center;gap:8px;padding:9px 2px;display:flex}.scoreDetail-module__CzjGDG__htlItem:last-child .scoreDetail-module__CzjGDG__htlRow{border-bottom:none}.scoreDetail-module__CzjGDG__htlRowName{color:var(--text-ink);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:800;overflow:hidden}.scoreDetail-module__CzjGDG__htlRowDate{color:var(--text-muted);flex:none;font-size:9.5px;font-weight:700}.scoreDetail-module__CzjGDG__htlPill{color:var(--text-sub);font-variant-numeric:tabular-nums;white-space:nowrap;background:#96afe11a;border-radius:999px;flex:none;margin-left:auto;padding:3px 9px;font-size:10.5px;font-weight:900}.scoreDetail-module__CzjGDG__htlPillBest{color:var(--gold);background:#e8b23c24}.scoreDetail-module__CzjGDG__htlPlayMini{color:#cdddfa;cursor:pointer;background:#2b5bc459;border:none;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;padding:0;display:grid}.scoreDetail-module__CzjGDG__subT{color:var(--text-sub);padding:5px 2px 0;font-size:13px}
.Coin-module__ma-Bea__coin{perspective:340px;filter:drop-shadow(0 7px 12px #0000008c);display:block;position:relative}.Coin-module__ma-Bea__tilt{border-radius:50%;position:absolute;inset:0;transform:rotateX(13deg)}.Coin-module__ma-Bea__edge{background:repeating-conic-gradient(#8a6215 0deg 4deg,#ecc668 4deg 8deg);border-radius:50%;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #463008d9,0 1.5px #9a7018,0 3px #7d5a12,0 4.5px #64470e,0 6px #4e370a}.Coin-module__ma-Bea__face{background:radial-gradient(circle at 32% 26%,#ffeeb0 0%,#f9dc86 16%,#f3c65f 34%,#dca432 58%,#a5761c 84%,#7d5a12 100%);border-radius:50%;place-items:center;display:grid;position:absolute;inset:6.5%;overflow:hidden;box-shadow:inset 0 3px 5px #fff6d6f2,inset 0 -5px 9px #503406b3,inset 0 0 2px #462e06d9}.Coin-module__ma-Bea__rim{border:1.5px solid #704c0c99;border-radius:50%;position:absolute;inset:8%;box-shadow:0 1.5px #fff0c8a6,inset 0 -1.5px 2px #5a3c0880}.Coin-module__ma-Bea__arco{object-fit:cover;filter:grayscale()sepia()saturate(2.1)brightness(.92)contrast(1.14);mix-blend-mode:multiply;opacity:.92;border-radius:50%;width:72%;height:72%;position:relative}.Coin-module__ma-Bea__mark{text-align:center;letter-spacing:.28em;color:#5a3f08a6;text-shadow:0 1px #fff0c899;text-transform:uppercase;font-size:1em;font-weight:900;position:absolute;bottom:12%;left:0;right:0}.Coin-module__ma-Bea__sheen{pointer-events:none;mix-blend-mode:screen;background:conic-gradient(from 215deg,#ffffff24,#0000 22%,#ffffff0d 48%,#0000 72%,#ffffff24);border-radius:50%;position:absolute;inset:0}.Coin-module__ma-Bea__grain{pointer-events:none;mix-blend-mode:overlay;opacity:.2;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"120\"><filter id=\"n\"><feTurbulence type=\"fractalNoise\" baseFrequency=\"0.9\" numOctaves=\"2\" stitchTiles=\"stitch\"/></filter><rect width=\"120\" height=\"120\" filter=\"url(%23n)\"/></svg>");border-radius:50%;position:absolute;inset:0}.Coin-module__ma-Bea__gloss{pointer-events:none;border-radius:50%;position:absolute;inset:0;overflow:hidden}.Coin-module__ma-Bea__gloss:after{content:"";background:linear-gradient(105deg,#fff0 0%,#fffc 50%,#fff0 100%);width:55%;animation:2.2s ease-in-out 1.2s infinite Coin-module__ma-Bea__coinGloss;position:absolute;top:-30%;bottom:-30%;left:-80%;transform:rotate(8deg)}@keyframes Coin-module__ma-Bea__coinGloss{0%{left:-80%}45%{left:125%}to{left:125%}}@media (prefers-reduced-motion:reduce){.Coin-module__ma-Bea__gloss:after{animation:none}}.Coin-module__ma-Bea__pips{text-align:center;letter-spacing:.14em;color:#604208cc;text-shadow:0 1px #fff0c8a6;font-size:.82em;font-weight:900;position:absolute;top:9.5%;left:0;right:0}.Coin-module__ma-Bea__master{filter:drop-shadow(0 7px 12px #0000008c)drop-shadow(0 0 14px #f0cd7c8c)}.Coin-module__ma-Bea__master .Coin-module__ma-Bea__face{background:repeating-conic-gradient(#fff6d647 0deg 7deg,#0000 7deg 14deg),radial-gradient(circle at 32% 26%,#fff4c8 0%,#fbe191 16%,#f3c65f 36%,#dca432 60%,#a5761c 86%,#7d5a12 100%)}.Coin-module__ma-Bea__master .Coin-module__ma-Bea__rim{border:1.5px double #704c0cd9;box-shadow:0 1.5px #fff0c8cc,inset 0 0 0 2.5px #fff0c859,inset 0 -1.5px 2px #5a3c0880}.Coin-module__ma-Bea__master .Coin-module__ma-Bea__mark{color:#604208d9}
.ArcoResultOverlay-module__zhfqDW__overlay{z-index:1000;background:#050a16db;justify-content:center;align-items:center;padding:18px;animation:.2s both ArcoResultOverlay-module__zhfqDW__fade;display:flex;position:fixed;inset:0}@keyframes ArcoResultOverlay-module__zhfqDW__fade{0%{opacity:0}to{opacity:1}}.ArcoResultOverlay-module__zhfqDW__sheet{--sheetBg:#0a1120;--ink:#fffae8;--inkSoft:#e3dac9;--inkFaint:#a89d85;--goldMid:#d4af37;--goldLine:#bca16066;--goldSoft:#d9a93c2e;background:var(--sheetBg);border:1px solid var(--goldLine);border-radius:24px;width:100%;max-width:380px;max-height:92vh;padding:0 0 16px;animation:.28s cubic-bezier(.34,1.56,.64,1) both ArcoResultOverlay-module__zhfqDW__pop;position:relative;overflow:hidden auto;box-shadow:0 24px 60px #00000080}@keyframes ArcoResultOverlay-module__zhfqDW__pop{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:none}}.ArcoResultOverlay-module__zhfqDW__close{z-index:3;width:30px;height:30px;line-height:1;font-size:var(--fs-subhead);color:#6b6455;cursor:pointer;background:#0a112080;border:none;border-radius:50%;position:absolute;top:10px;right:12px}.ArcoResultOverlay-module__zhfqDW__hero{background:radial-gradient(circle at 20% 30%,#d9a93c1a,#0000 40%),radial-gradient(circle at 80% 20%,#16294f14,#0000 45%),radial-gradient(circle at 60% 80%,#d9a93c0f,#0000 50%),#fbfaf7;border-radius:24px 24px 0 0;place-items:center;height:190px;display:grid;position:relative;overflow:hidden}.ArcoResultOverlay-module__zhfqDW__heroArco{width:150px;height:150px}.ArcoResultOverlay-module__zhfqDW__confetti{opacity:.9;background:#d4af37;width:6px;height:10px;animation:linear infinite ArcoResultOverlay-module__zhfqDW__confettiFall;position:absolute;top:0}.ArcoResultOverlay-module__zhfqDW__confetti:nth-child(3n){background:#1e3560;width:5px;height:8px}.ArcoResultOverlay-module__zhfqDW__confetti:nth-child(3n+1){background:#e8ca84}.ArcoResultOverlay-module__zhfqDW__confetti:nth-child(4n){border-radius:50%;width:5px;height:5px}@keyframes ArcoResultOverlay-module__zhfqDW__confettiFall{0%{opacity:0;transform:translateY(-20px)rotate(0)translate(0)}10%{opacity:.9}to{opacity:0;transform:translateY(190px)rotate(720deg)translate(30px)}}@media (prefers-reduced-motion:reduce){.ArcoResultOverlay-module__zhfqDW__confetti{display:none}}.ArcoResultOverlay-module__zhfqDW__body{padding:18px 18px 0}.ArcoResultOverlay-module__zhfqDW__scorePill{font-size:var(--fs-caption);color:var(--goldMid);border:1px solid var(--goldLine);border-radius:999px;padding:5px 14px;font-weight:700;display:inline-block}.ArcoResultOverlay-module__zhfqDW__scoreRow{align-items:center;gap:14px;margin-top:10px;display:flex}.ArcoResultOverlay-module__zhfqDW__big{white-space:nowrap;align-items:baseline;display:flex}.ArcoResultOverlay-module__zhfqDW__bigNum{color:#fff;font-variant-numeric:tabular-nums;font-size:72px;font-weight:900;line-height:.9}.ArcoResultOverlay-module__zhfqDW__bigUnit{color:#fff;margin-left:6px;font-size:20px;font-weight:700}.ArcoResultOverlay-module__zhfqDW__side{text-align:right;margin-left:auto}.ArcoResultOverlay-module__zhfqDW__rank{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;font-weight:900;display:inline-flex}.ArcoResultOverlay-module__zhfqDW__rS{border:1.5px solid var(--goldMid);color:var(--goldMid);background:radial-gradient(circle,#d9a93c26,#0000)}.ArcoResultOverlay-module__zhfqDW__rA{color:#7fa4e8;background:radial-gradient(circle,#7fa4e824,#0000);border:1.5px solid #7fa4e8}.ArcoResultOverlay-module__zhfqDW__rB{color:#aab4cf;background:0 0;border:1.5px solid #8a95b4}.ArcoResultOverlay-module__zhfqDW__rC{color:#8a93a8;background:0 0;border:1.5px solid #6b7488}.ArcoResultOverlay-module__zhfqDW__meters{margin-top:14px}.ArcoResultOverlay-module__zhfqDW__meter{margin-top:12px}.ArcoResultOverlay-module__zhfqDW__meterHead{font-size:var(--fs-caption);color:var(--inkFaint);justify-content:space-between;font-weight:700;display:flex}.ArcoResultOverlay-module__zhfqDW__meterHead b{color:var(--ink);font-variant-numeric:tabular-nums}.ArcoResultOverlay-module__zhfqDW__meterTrack{background:#9aa3b826;border-radius:3px;height:6px;margin-top:7px;overflow:hidden}.ArcoResultOverlay-module__zhfqDW__meterFill{background:linear-gradient(90deg,#b8892e,#d4af37 70%,#e8ca84);border-radius:3px;width:0;height:100%;animation:1.2s cubic-bezier(.22,1,.36,1) .3s forwards ArcoResultOverlay-module__zhfqDW__meterGrow;box-shadow:0 0 8px #d9a93c40}@keyframes ArcoResultOverlay-module__zhfqDW__meterGrow{to{width:var(--value)}}@media (prefers-reduced-motion:reduce){.ArcoResultOverlay-module__zhfqDW__meterFill{width:var(--value);animation:none}}.ArcoResultOverlay-module__zhfqDW__letter{background:repeating-linear-gradient(0deg,#0000 0 27px,#16294f0a 27px 28px),linear-gradient(#f9f4e8,#ede4ce);border-radius:16px;margin-top:16px;padding:16px 18px;position:relative;box-shadow:0 6px 18px #00000059,0 1px 3px #00000040}.ArcoResultOverlay-module__zhfqDW__letter:before{content:"";background:#d4af37;border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:10px;box-shadow:0 1px 2px #0000004d}.ArcoResultOverlay-module__zhfqDW__letter p{font-size:var(--fs-body);color:#2a3450;margin:0;font-weight:700;line-height:1.8}.ArcoResultOverlay-module__zhfqDW__letter .ArcoResultOverlay-module__zhfqDW__sign{text-align:right;color:#6b6455;font-size:var(--fs-caption);margin-top:4px}.ArcoResultOverlay-module__zhfqDW__sec{margin-top:16px}.ArcoResultOverlay-module__zhfqDW__secH{font-size:var(--fs-caption);color:var(--inkFaint);letter-spacing:.02em;margin:0 2px 8px;font-weight:800}.ArcoResultOverlay-module__zhfqDW__muted{font-size:var(--fs-caption);color:var(--inkFaint);padding:4px 2px;font-weight:600}.ArcoResultOverlay-module__zhfqDW__actions{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.ArcoResultOverlay-module__zhfqDW__ghost{min-width:45%;font-size:var(--fs-caption);cursor:pointer;color:var(--goldMid);border:1px solid var(--goldLine);background:0 0;border-radius:999px;flex:1;padding:12px 10px;font-weight:700}.ArcoResultOverlay-module__zhfqDW__ghost:active{background:#d9a93c1a}.ArcoResultOverlay-module__zhfqDW__ghost:disabled{opacity:.55}
.GateSheet-module__dfpXrW__veil{z-index:130;background:#060c18b8;align-items:flex-end;display:flex;position:fixed;inset:0}.GateSheet-module__dfpXrW__sheet{background:var(--card-b,#15233f);width:100%;max-width:560px;padding:16px 16px calc(20px + env(safe-area-inset-bottom,0px));border-top:1px solid #e8b23c57;border-radius:20px 20px 0 0;margin:0 auto;animation:.2s forwards GateSheet-module__dfpXrW__gateIn}@keyframes GateSheet-module__dfpXrW__gateIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.GateSheet-module__dfpXrW__sheet{animation:none}}.GateSheet-module__dfpXrW__handle{background:#96afe147;border-radius:2px;width:36px;height:4px;margin:0 auto 12px}.GateSheet-module__dfpXrW__eyebrow{letter-spacing:.14em;color:var(--gold);font-size:10px;font-weight:900}.GateSheet-module__dfpXrW__title{color:var(--text-ink);margin-top:7px;font-size:15.5px;font-weight:800;line-height:1.5;display:block}.GateSheet-module__dfpXrW__list{flex-direction:column;gap:7px;margin-top:12px;display:flex}.GateSheet-module__dfpXrW__row{color:var(--text-sub);align-items:baseline;gap:8px;font-size:12px;display:flex}.GateSheet-module__dfpXrW__plus{color:var(--gold);flex:none;font-weight:900}.GateSheet-module__dfpXrW__row b{color:var(--text-ink);font-weight:700}.GateSheet-module__dfpXrW__primary{background:var(--accent);width:100%;color:var(--text-on-accent);cursor:pointer;text-align:center;border:none;border-radius:14px;margin-top:16px;padding:13px;font-family:inherit;font-size:14px;font-weight:900;text-decoration:none;display:block}.GateSheet-module__dfpXrW__secondary{width:100%;color:var(--text-ink);cursor:pointer;text-align:center;background:0 0;border:1px solid #96afe147;border-radius:14px;margin-top:8px;padding:12px;font-family:inherit;font-size:13.5px;font-weight:800;text-decoration:none;display:block}.GateSheet-module__dfpXrW__later{text-align:center;width:100%;color:var(--text-sub);cursor:pointer;background:0 0;border:none;margin-top:10px;padding:8px;font-family:inherit;font-size:12.5px;font-weight:700;display:block}.GateSheet-module__dfpXrW__bar{left:0;right:0;bottom:calc(var(--tabbar-h,72px) + env(safe-area-inset-bottom,0px));z-index:125;pointer-events:none;justify-content:center;padding:8px 16px;display:flex;position:fixed}.GateSheet-module__dfpXrW__barBtn{pointer-events:auto;background:var(--card-b,#15233f);color:var(--text-ink);cursor:pointer;border:1px solid #e8b23c57;border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:12.5px;font-weight:800;display:inline-flex;box-shadow:0 10px 30px -10px #040a1cb3}.GateSheet-module__dfpXrW__barBtn span{color:var(--gold);font-weight:900}.GateSheet-module__dfpXrW__muted{opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;filter:saturate(.85)}
.homeBlocks-module__ixE3PG__root{--panel:var(--card-b);--ink:#edf1fa;--inkSoft:#8fa0c4;--inkFaint:#5e7099;--line:#96afe11f;--accent:#2b5bc4;--accentSoft:#e8b23c29;--good:#5cc98a;--goodSoft:#5cc98a24;--goal:#b39ae0;--goalSoft:#b39ae029;--warn:#ff8a70;--warnSoft:#ff7b6e24;--ground:var(--card-in);--radius:18px}.homeBlocks-module__ixE3PG__card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:14px 15px;box-shadow:0 1px 2px #2a24200a;container-type:inline-size}.homeBlocks-module__ixE3PG__card+.homeBlocks-module__ixE3PG__card{margin-top:13px}.homeBlocks-module__ixE3PG__cardTitle{font-size:var(--fs-body);color:var(--ink);justify-content:space-between;align-items:baseline;gap:8px;margin:0 0 11px;font-weight:800;display:flex}.homeBlocks-module__ixE3PG__cardTitle span{color:var(--inkFaint);font-weight:600;font-size:var(--fs-caption);white-space:nowrap}.homeBlocks-module__ixE3PG__tabs{gap:8px;margin-bottom:10px;padding-bottom:6px;display:flex;overflow-x:auto}.homeBlocks-module__ixE3PG__tab{color:var(--inkSoft);cursor:pointer;white-space:nowrap;background:#96afe112;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;gap:4px;padding:5px 11px;font-size:11px;font-weight:800;display:inline-flex}.homeBlocks-module__ixE3PG__tabOn{color:var(--gold);background:#e8b23c29;border-color:#e8b23c57}.homeBlocks-module__ixE3PG__startLead{font-size:var(--fs-body);color:var(--inkSoft);margin:0 0 11px;font-weight:600;line-height:1.7}.homeBlocks-module__ixE3PG__startCta{color:var(--text-on-accent);background:linear-gradient(105deg,var(--accent),#1f3d78);border-radius:14px;align-items:center;gap:11px;padding:12px 13px;text-decoration:none;display:flex;box-shadow:0 5px 14px -6px #2b5bc499,0 4px #0000004d}.homeBlocks-module__ixE3PG__startCta:disabled{box-shadow:none}.homeBlocks-module__ixE3PG__startCta:active{filter:brightness(.96)}.homeBlocks-module__ixE3PG__startCta:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.homeBlocks-module__ixE3PG__startIcon{width:36px;height:36px;font-size:var(--fs-head);background:#ffffff2e;border-radius:11px;flex:none;place-items:center;display:grid}.homeBlocks-module__ixE3PG__startBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.homeBlocks-module__ixE3PG__startTitle{font-size:var(--fs-subhead);font-weight:800}.homeBlocks-module__ixE3PG__startSub{font-size:var(--fs-caption);opacity:.88;font-weight:600}.homeBlocks-module__ixE3PG__startGo{font-size:var(--fs-subhead);opacity:.9;flex:none;font-weight:800}.homeBlocks-module__ixE3PG__piece{align-items:center;gap:11px;display:flex}.homeBlocks-module__ixE3PG__thumb{width:38px;height:38px;font-size:var(--fs-head);background:var(--accentSoft);border-radius:10px;flex:none;place-items:center;display:grid;overflow:hidden}.homeBlocks-module__ixE3PG__thumb img{object-fit:cover;width:100%;height:100%}.homeBlocks-module__ixE3PG__thumbGoal{background:var(--goalSoft)}.homeBlocks-module__ixE3PG__g{flex:1;min-width:0}.homeBlocks-module__ixE3PG__title{font-size:var(--fs-subhead);white-space:nowrap;text-overflow:ellipsis;font-weight:800;overflow:hidden}.homeBlocks-module__ixE3PG__meta{font-size:var(--fs-caption);color:var(--inkFaint)}.homeBlocks-module__ixE3PG__chip{font-size:var(--fs-label);border-radius:999px;flex:none;padding:2px 8px;font-weight:800}.homeBlocks-module__ixE3PG__chipGoal{background:var(--goalSoft);color:var(--goal)}.homeBlocks-module__ixE3PG__chipGood{background:var(--goodSoft);color:var(--good)}.homeBlocks-module__ixE3PG__mastery{background:var(--ground);border-radius:11px;margin:11px 0 3px;padding:9px 11px}.homeBlocks-module__ixE3PG__mrow{font-size:var(--fs-caption);color:var(--inkSoft);justify-content:space-between;font-weight:600;display:flex}.homeBlocks-module__ixE3PG__mrow b{color:var(--ink)}.homeBlocks-module__ixE3PG__mbar{background:var(--line);border-radius:4px;height:7px;margin-top:6px;display:flex;overflow:hidden}.homeBlocks-module__ixE3PG__mbar>i{background:linear-gradient(90deg,var(--goal),var(--good));height:100%;display:block}.homeBlocks-module__ixE3PG__rec2{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}@container (max-width:340px){.homeBlocks-module__ixE3PG__rec2{grid-template-columns:1fr}}.homeBlocks-module__ixE3PG__recCol{background:var(--ground);border-radius:13px;padding:10px 10px 11px}.homeBlocks-module__ixE3PG__recH{font-size:var(--fs-caption);color:var(--inkSoft);letter-spacing:.02em;align-items:center;gap:5px;margin:0 1px 8px;font-weight:800;display:flex}.homeBlocks-module__ixE3PG__recH .homeBlocks-module__ixE3PG__dot{border-radius:50%;flex:none;width:7px;height:7px}.homeBlocks-module__ixE3PG__recHPiece{color:var(--good)}.homeBlocks-module__ixE3PG__recHPiece .homeBlocks-module__ixE3PG__dot{background:var(--good)}.homeBlocks-module__ixE3PG__recHDaily{color:var(--accent)}.homeBlocks-module__ixE3PG__recHDaily .homeBlocks-module__ixE3PG__dot{background:var(--accent)}.homeBlocks-module__ixE3PG__ritem{background:var(--panel);border:1px solid var(--line);color:inherit;border-radius:10px;align-items:center;gap:7px;padding:7px 8px;text-decoration:none;display:flex}.homeBlocks-module__ixE3PG__ritem+.homeBlocks-module__ixE3PG__ritem{margin-top:7px}.homeBlocks-module__ixE3PG__ritemMain{flex:1;min-width:0}.homeBlocks-module__ixE3PG__doneMark{font-size:var(--fs-label);color:var(--good);background:var(--goodSoft);border:1px solid var(--good);border-radius:999px;flex:none;align-self:flex-start;padding:2px 7px;font-weight:800}.homeBlocks-module__ixE3PG__ic{font-size:var(--fs-subhead);flex:none}.homeBlocks-module__ixE3PG__rt{font-size:var(--fs-caption);font-weight:800;line-height:1.2}.homeBlocks-module__ixE3PG__rm{font-size:var(--fs-label);color:var(--inkFaint);margin-top:2px}.homeBlocks-module__ixE3PG__ritem .homeBlocks-module__ixE3PG__chip{font-size:var(--fs-label);margin-top:2px;padding:1px 6px;display:inline-block}.homeBlocks-module__ixE3PG__recEmpty{font-size:var(--fs-label);color:var(--inkFaint);padding:4px 2px;font-weight:600;line-height:1.5}.homeBlocks-module__ixE3PG__step{border:1px solid var(--line);background:var(--panel);color:inherit;border-radius:9px;align-items:center;gap:7px;padding:5px 8px;text-decoration:none;display:flex}.homeBlocks-module__ixE3PG__step+.homeBlocks-module__ixE3PG__step{margin-top:6px}.homeBlocks-module__ixE3PG__stepCk{width:14px;height:14px;font-size:var(--fs-label);background:var(--line);color:var(--text-on-accent);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.homeBlocks-module__ixE3PG__stepDone .homeBlocks-module__ixE3PG__stepCk{background:var(--good)}.homeBlocks-module__ixE3PG__stepLabel{min-width:0;font-size:var(--fs-caption);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:700;overflow:hidden}.homeBlocks-module__ixE3PG__stepDone .homeBlocks-module__ixE3PG__stepLabel{color:var(--inkFaint)}.homeBlocks-module__ixE3PG__stepMetric{font-size:var(--fs-label);color:var(--inkSoft);font-variant-numeric:tabular-nums;flex:none;font-weight:800}.homeBlocks-module__ixE3PG__stepDone .homeBlocks-module__ixE3PG__stepMetric{color:var(--good)}.homeBlocks-module__ixE3PG__task{border:1px solid var(--line);background:var(--panel);border-radius:10px;align-items:center;gap:7px;padding:6px 7px;display:flex}.homeBlocks-module__ixE3PG__task+.homeBlocks-module__ixE3PG__task{margin-top:6px}.homeBlocks-module__ixE3PG__tk{width:17px;height:17px;font-size:var(--fs-label);background:var(--line);color:var(--inkFaint);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.homeBlocks-module__ixE3PG__taskDone .homeBlocks-module__ixE3PG__tk{background:var(--good);color:var(--text-on-accent)}.homeBlocks-module__ixE3PG__tl{font-size:var(--fs-caption);flex:1;justify-content:space-between;align-items:center;gap:5px;min-width:0;font-weight:700;display:flex}.homeBlocks-module__ixE3PG__taskDone .homeBlocks-module__ixE3PG__tl{color:var(--inkFaint)}.homeBlocks-module__ixE3PG__tn{font-size:var(--fs-label);color:var(--inkFaint);flex:none;font-weight:800}.homeBlocks-module__ixE3PG__arco{align-items:center;gap:11px;padding:4px 2px;display:flex}.homeBlocks-module__ixE3PG__ill{flex:none;width:92px;height:92px;overflow:visible}.homeBlocks-module__ixE3PG__bubble{background:var(--panel);border:1px solid var(--line);font-size:var(--fs-body);border-radius:14px;padding:11px 13px;font-weight:600;line-height:1.5;position:relative}.homeBlocks-module__ixE3PG__bubble:before{content:"";background:var(--panel);border-left:1px solid var(--line);border-bottom:1px solid var(--line);width:12px;height:12px;position:absolute;top:22px;left:-7px;transform:rotate(45deg)}.homeBlocks-module__ixE3PG__name{font-size:var(--fs-caption);color:var(--accent);letter-spacing:.03em;margin:0 0 4px;font-weight:800}.homeBlocks-module__ixE3PG__term{color:var(--good);font-weight:800}.homeBlocks-module__ixE3PG__goalw{color:var(--goal);font-weight:800}.homeBlocks-module__ixE3PG__guideLink{color:var(--text-link);font-size:var(--fs-body);cursor:pointer;background:#7aa7ff1f;border:1px solid #7aa7ff47;border-radius:999px;align-items:center;gap:4px;margin-top:10px;padding:4px 10px;font-weight:700;display:inline-flex}.homeBlocks-module__ixE3PG__favEmpty{font-size:var(--fs-caption);color:var(--inkFaint);padding:6px 2px 2px;font-weight:600;line-height:1.5}.homeBlocks-module__ixE3PG__favGroup+.homeBlocks-module__ixE3PG__favGroup{margin-top:13px}.homeBlocks-module__ixE3PG__favH{font-size:var(--fs-caption);color:var(--inkSoft);align-items:center;gap:6px;margin:0 1px 7px;font-weight:800;display:flex}.homeBlocks-module__ixE3PG__favH span{background:var(--line);color:var(--inkFaint);font-size:var(--fs-label);border-radius:999px;padding:0 6px;font-weight:800}.homeBlocks-module__ixE3PG__favList{gap:9px;padding-bottom:3px;display:flex;overflow-x:auto}.homeBlocks-module__ixE3PG__favItem{width:66px;color:inherit;flex:none;text-decoration:none}.homeBlocks-module__ixE3PG__favThumb{background:var(--accentSoft);width:66px;height:66px;font-size:var(--fs-title);border-radius:11px;place-items:center;display:grid;overflow:hidden}.homeBlocks-module__ixE3PG__favThumb img{object-fit:cover;width:100%;height:100%}.homeBlocks-module__ixE3PG__favTitle{font-size:var(--fs-label);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.homeBlocks-module__ixE3PG__mat{border:1px solid var(--line);background:var(--panel);color:inherit;border-radius:12px;align-items:center;gap:11px;padding:10px;text-decoration:none;display:flex}.homeBlocks-module__ixE3PG__mat+.homeBlocks-module__ixE3PG__mat{margin-top:8px}.homeBlocks-module__ixE3PG__matGo{font-size:var(--fs-caption);color:var(--accent);border:1px solid var(--accent);border-radius:999px;flex:none;padding:3px 11px;font-weight:800}.homeBlocks-module__ixE3PG__morelink{text-align:center;font-size:var(--fs-body);color:var(--accent);margin-top:10px;font-weight:800;text-decoration:none;display:block}
.PersonalRecoCard-module__8opaJa__card{background:linear-gradient(180deg, var(--card-a), var(--card-b));border:1px solid var(--line);border-radius:12px;margin-top:14px;padding:16px 20px}.PersonalRecoCard-module__8opaJa__title{font-size:var(--fs-subhead);color:var(--text-ink);margin:0;font-weight:900}.PersonalRecoCard-module__8opaJa__tabs{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.PersonalRecoCard-module__8opaJa__tab{appearance:none;border:1px solid var(--line);background:var(--card-in);color:var(--text-sub);font-size:var(--fs-body);cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;padding:7px 11px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.PersonalRecoCard-module__8opaJa__tab:hover{color:var(--text-body)}.PersonalRecoCard-module__8opaJa__tabOn{background:var(--accent);border-color:var(--accent);color:var(--text-on-accent)}.PersonalRecoCard-module__8opaJa__tab:focus-visible{outline:2px solid var(--text-link);outline-offset:2px}.PersonalRecoCard-module__8opaJa__panel{margin-top:14px}.PersonalRecoCard-module__8opaJa__note{font-size:var(--fs-caption);color:var(--text-muted);margin:0}.PersonalRecoCard-module__8opaJa__focus{margin-top:10px}.PersonalRecoCard-module__8opaJa__focusName{font-size:var(--fs-subhead);color:var(--text-ink);font-weight:900;line-height:1.45}.PersonalRecoCard-module__8opaJa__meter{align-items:center;gap:10px;margin-top:8px;display:flex}.PersonalRecoCard-module__8opaJa__meterLabel{width:44px;font-size:var(--fs-caption);color:var(--text-sub);flex:none;font-weight:600}.PersonalRecoCard-module__8opaJa__track{background:#96afe124;border-radius:5px;flex:1;height:7px;overflow:hidden}.PersonalRecoCard-module__8opaJa__fill{background:var(--pink-soft);border-radius:5px;height:100%;display:block}.PersonalRecoCard-module__8opaJa__pct{font-size:var(--fs-subhead);color:var(--cream);font-variant-numeric:tabular-nums;flex:none;font-weight:800}.PersonalRecoCard-module__8opaJa__pctUnit{margin-left:1px;font-size:9.5px}.PersonalRecoCard-module__8opaJa__materials{flex-direction:column;gap:8px;margin-top:12px;display:flex}.PersonalRecoCard-module__8opaJa__materialRow{background:var(--card-in);border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;padding:11px 13px;text-decoration:none;display:flex}.PersonalRecoCard-module__8opaJa__materialRow:hover{border-color:#96afe142}.PersonalRecoCard-module__8opaJa__materialInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.PersonalRecoCard-module__8opaJa__materialTitle{font-size:var(--fs-body);color:var(--text-ink);font-weight:700}.PersonalRecoCard-module__8opaJa__materialMeta{font-size:var(--fs-caption);color:var(--text-sub)}.PersonalRecoCard-module__8opaJa__go{font-size:var(--fs-caption);color:var(--text-link);white-space:nowrap;flex:none;margin-left:auto;font-weight:700}.PersonalRecoCard-module__8opaJa__empty{background:var(--card-in);border:1px solid var(--line);font-size:var(--fs-body);color:var(--text-sub);border-radius:10px;margin-top:12px;padding:13px;line-height:1.7}
.Header-module__YAc8fq__header{-webkit-backdrop-filter:blur(8px);padding:calc(10px + env(safe-area-inset-top,0px)) 20px 10px;z-index:120;background:#0a112259;border-bottom:1px solid #96afe11a;position:sticky;top:0}.Header-module__YAc8fq__inner{justify-content:space-between;align-items:center;gap:10px;max-width:560px;margin:0 auto;display:flex}.Header-module__YAc8fq__brand{align-items:center;text-decoration:none;display:inline-flex}.Header-module__YAc8fq__appName{font-weight:800;font-size:var(--fs-subhead);color:var(--text-ink);letter-spacing:.08em}.Header-module__YAc8fq__headerNative{height:44px;top:env(safe-area-inset-top,0px);align-items:center;padding:0 14px;display:flex}.Header-module__YAc8fq__headerNative .Header-module__YAc8fq__inner{width:100%}.Header-module__YAc8fq__headerNative .Header-module__YAc8fq__appName{font-size:var(--fs-caption)}
.home-module__-wfZNq__page{flex-direction:column;gap:0;max-width:800px;padding:0;display:flex}@keyframes home-module__-wfZNq__cardEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-module__-wfZNq__card{background:linear-gradient(180deg, var(--card-a), var(--card-b));border:1px solid var(--line);border-radius:12px;padding:16px 20px;animation:.4s both home-module__-wfZNq__cardEnter}.home-module__-wfZNq__topRow .home-module__-wfZNq__card:first-child{animation-delay:0s}.home-module__-wfZNq__topRow .home-module__-wfZNq__card:nth-child(2){animation-delay:80ms}.home-module__-wfZNq__topRow .home-module__-wfZNq__card:nth-child(3){animation-delay:.16s}@media (prefers-reduced-motion:reduce){.home-module__-wfZNq__card{animation:none}}.home-module__-wfZNq__topRow{grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:12px;display:grid}.home-module__-wfZNq__arcoCard{border:1px solid var(--line);background:linear-gradient(135deg,#7aa7ff1a 0%,#e8b23c1a 100%);padding:20px 24px}.home-module__-wfZNq__arcoHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.home-module__-wfZNq__arcoHeaderLeft{align-items:center;gap:8px;min-width:0;display:flex}.home-module__-wfZNq__arcoIcon{font-size:var(--fs-title)}.home-module__-wfZNq__arcoName{font-size:var(--fs-body);color:var(--text-link);letter-spacing:.02em;font-weight:600}.home-module__-wfZNq__arcoStats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.home-module__-wfZNq__arcoStatItem{font-size:var(--fs-caption);white-space:nowrap;align-items:baseline;gap:6px;display:flex}.home-module__-wfZNq__arcoStatLabel{color:var(--text-link);font-weight:500}.home-module__-wfZNq__arcoStatValue{font-size:var(--fs-subhead);color:var(--text-ink);font-weight:700}.home-module__-wfZNq__arcoStatGoal{font-size:var(--fs-caption);color:var(--text-muted);margin-left:1px;font-weight:400}.home-module__-wfZNq__arcoGreeting{font-size:var(--fs-head);color:var(--text-ink);margin-bottom:6px;font-weight:600;line-height:1.4}.home-module__-wfZNq__arcoCheer{font-size:var(--fs-subhead);color:var(--text-ink);margin-bottom:16px;line-height:1.6}.home-module__-wfZNq__arcoRecommend,.home-module__-wfZNq__gradeSection{border:1px solid var(--line);background:#ffffffb3;border-radius:10px;padding:14px 16px}.home-module__-wfZNq__gradeRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.home-module__-wfZNq__gradeProgress{flex:1;min-width:180px}.home-module__-wfZNq__starRow{border-top:1px dashed var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-top:10px;display:flex}.home-module__-wfZNq__starList{font-size:var(--fs-head);grid-template-columns:repeat(5,auto);grid-auto-rows:auto;gap:4px 6px;line-height:1;display:grid}.home-module__-wfZNq__starFilled{color:var(--text-master)}.home-module__-wfZNq__starEmpty{color:var(--text-muted)}.home-module__-wfZNq__starCountdown{font-size:var(--fs-body);color:var(--text-link);white-space:nowrap;font-weight:600}.home-module__-wfZNq__arcoRecommendLabel{font-size:var(--fs-caption);color:var(--text-link);letter-spacing:.04em;margin-bottom:8px;font-weight:600}.home-module__-wfZNq__arcoRecommendItem{align-items:center;gap:12px;margin-bottom:12px;display:flex}.home-module__-wfZNq__arcoRecommendIcon{font-size:var(--fs-title);flex-shrink:0}.home-module__-wfZNq__arcoRecommendInfo{flex:1;min-width:0}.home-module__-wfZNq__arcoRecommendTitle{font-size:var(--fs-subhead);color:var(--text-ink);margin-bottom:2px;font-weight:600}.home-module__-wfZNq__arcoRecommendReason{font-size:var(--fs-body);color:var(--text-body)}.home-module__-wfZNq__arcoCta{background:var(--accent);color:var(--text-on-accent);font-size:var(--fs-body);border-radius:8px;padding:8px 18px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-block;box-shadow:0 4px #0000004d}.home-module__-wfZNq__arcoCta:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.home-module__-wfZNq__arcoCta:disabled{box-shadow:none}.home-module__-wfZNq__arcoCta:hover{background:#1c3f8f}.home-module__-wfZNq__streakCard{flex-direction:column;gap:6px;display:flex}.home-module__-wfZNq__streakMain{align-items:baseline;gap:6px;display:flex}.home-module__-wfZNq__streakDays{font-size:var(--fs-display);color:var(--text-ink);font-weight:700}.home-module__-wfZNq__streakLabel{font-size:var(--fs-body);color:var(--text-body)}.home-module__-wfZNq__streakSub{font-size:var(--fs-body);color:var(--text-muted)}.home-module__-wfZNq__weeklyCard{flex-direction:column;gap:8px;display:flex}.home-module__-wfZNq__weeklyTitle{font-size:var(--fs-body);color:var(--text-body);font-weight:500}.home-module__-wfZNq__weeklyCount{font-size:var(--fs-title);color:var(--text-ink);font-weight:700}.home-module__-wfZNq__weeklyGoal{font-size:var(--fs-body);color:var(--text-muted)}.home-module__-wfZNq__weeklyBar{background:#96afe124;border-radius:3px;height:6px;overflow:hidden}.home-module__-wfZNq__weeklyBarFill{background:#1d9e75;border-radius:3px;height:100%;transition:width .3s}.home-module__-wfZNq__ringCard{align-items:center;gap:12px;display:flex}.home-module__-wfZNq__ringLabels{flex-direction:column;flex:1;gap:6px;display:flex}.home-module__-wfZNq__ringLabel{font-size:var(--fs-caption);color:var(--text-body);align-items:center;gap:6px;display:flex}.home-module__-wfZNq__ringDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.home-module__-wfZNq__continueBar{color:inherit;align-items:center;gap:16px;text-decoration:none;transition:opacity .15s;display:flex}.home-module__-wfZNq__continueBar:hover{opacity:.8}.home-module__-wfZNq__continueIcon{width:36px;height:36px;color:var(--text-on-accent);font-size:var(--fs-subhead);background:#1d9e75;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-module__-wfZNq__continueInfo{flex:1}.home-module__-wfZNq__continueTitle{font-size:var(--fs-subhead);color:var(--text-ink);font-weight:600}.home-module__-wfZNq__continueMeta{font-size:var(--fs-body);color:var(--text-muted);margin-top:2px}.home-module__-wfZNq__continueArrow{color:var(--text-muted);font-size:var(--fs-head)}.home-module__-wfZNq__challengeCard{border:1px solid var(--line);background:linear-gradient(135deg,#5cc98a1a 0%,#7aa7ff1a 100%)}.home-module__-wfZNq__challengeHeader{align-items:center;gap:8px;margin-bottom:10px;display:flex}.home-module__-wfZNq__challengeBadge{font-size:var(--fs-caption);color:var(--text-good);background:#5cc98a2e;border-radius:20px;padding:2px 8px;font-weight:600}.home-module__-wfZNq__challengeTitle{font-size:var(--fs-subhead);color:var(--text-ink);margin-bottom:4px;font-weight:600}.home-module__-wfZNq__challengeMeta{font-size:var(--fs-body);color:var(--text-body);margin-bottom:12px}.home-module__-wfZNq__challengeBtn{color:var(--text-on-accent);font-size:var(--fs-body);background:#1d9e75;border-radius:8px;padding:8px 20px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block;box-shadow:0 4px #0000004d}.home-module__-wfZNq__challengeBtn:not(:disabled):active{box-shadow:none;transform:translateY(4px)}.home-module__-wfZNq__challengeBtn:disabled{box-shadow:none}.home-module__-wfZNq__challengeBtn:hover{background:#178a64}.home-module__-wfZNq__sectionTitle{font-size:var(--fs-body);color:var(--text-body);margin-bottom:10px;font-weight:600}.home-module__-wfZNq__recommendList{flex-direction:column;gap:8px;display:flex}.home-module__-wfZNq__recommendItem{background:var(--card-in);color:inherit;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.home-module__-wfZNq__recommendItem:hover{background:#96afe11f}.home-module__-wfZNq__recommendIcon{font-size:var(--fs-head);text-align:center;flex-shrink:0;width:32px}.home-module__-wfZNq__recommendInfo{flex:1}.home-module__-wfZNq__recommendTitle{font-size:var(--fs-body);color:var(--text-ink);font-weight:600}.home-module__-wfZNq__recommendReason{font-size:var(--fs-caption);color:var(--text-muted);margin-top:1px}.home-module__-wfZNq__recommendArrow{color:var(--text-muted);font-size:var(--fs-subhead)}.home-module__-wfZNq__historyBarList{flex-direction:column;display:flex}.home-module__-wfZNq__historyBarList>:not(:last-child){border-bottom:1px solid var(--line);margin-bottom:14px;padding-bottom:14px}@media (max-width:639.98px){.home-module__-wfZNq__page{gap:0;padding:0}.home-module__-wfZNq__arcoCard{padding:16px}.home-module__-wfZNq__card{padding:14px}.home-module__-wfZNq__arcoGreeting{font-size:var(--fs-subhead)}}
.prePractice-module__qKuiPa__overlay{z-index:1000;background:#050a169e;justify-content:center;align-items:flex-end;animation:.2s both prePractice-module__qKuiPa__fade;display:flex;position:fixed;inset:0}@keyframes prePractice-module__qKuiPa__fade{0%{opacity:0}to{opacity:1}}.prePractice-module__qKuiPa__sheet{width:100%;max-width:520px;padding:10px 18px calc(18px + env(safe-area-inset-bottom));background:linear-gradient(#16264a 0%,#101c36 100%);border-top:1px solid #96afe129;border-radius:24px 24px 0 0;max-height:88vh;animation:.32s cubic-bezier(.22,1,.36,1) both prePractice-module__qKuiPa__rise;position:relative;overflow-y:auto}@keyframes prePractice-module__qKuiPa__rise{0%{opacity:.5;transform:translateY(70%)}to{opacity:1;transform:none}}.prePractice-module__qKuiPa__grab{background:#96afe147;border-radius:3px;width:38px;height:4px;margin:2px auto 8px}.prePractice-module__qKuiPa__close{cursor:pointer;width:26px;height:26px;color:var(--text-sub);background:#96afe11f;border:none;border-radius:50%;place-items:center;font-size:13px;display:grid;position:absolute;top:12px;right:14px}.prePractice-module__qKuiPa__hero{align-items:center;gap:15px;margin:6px 0 8px;display:flex}.prePractice-module__qKuiPa__cover{background:linear-gradient(150deg,#2a3f6b,#1b2b4c);border-radius:16px;flex:none;place-items:center;width:92px;height:92px;display:grid;overflow:hidden}.prePractice-module__qKuiPa__cover img{object-fit:cover;width:100%;height:100%}.prePractice-module__qKuiPa__info{min-width:0}.prePractice-module__qKuiPa__title{color:var(--text-ink);font-size:17px;font-weight:900;line-height:1.3}.prePractice-module__qKuiPa__composer{color:var(--text-sub);margin-top:3px;font-size:11.5px}.prePractice-module__qKuiPa__best{font-size:var(--fs-body);color:var(--gold);margin-top:5px;font-weight:700}.prePractice-module__qKuiPa__slab{color:var(--text-ink);margin:18px 2px 10px;font-size:14px;font-weight:800}.prePractice-module__qKuiPa__difs{background:var(--card-in);border:1px solid #96afe114;border-radius:14px;overflow:hidden}.prePractice-module__qKuiPa__dif{cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #96afe117;align-items:center;gap:12px;width:100%;padding:11px 13px;font-family:inherit;transition:background .14s;display:flex}.prePractice-module__qKuiPa__dif:first-child{border-top:none}.prePractice-module__qKuiPa__difOn{background:#e8b23c12}.prePractice-module__qKuiPa__difDisabled{opacity:.55;cursor:default;background:0 0}.prePractice-module__qKuiPa__soon{color:var(--text-muted);border:1px solid #96afe129;border-radius:6px;margin-left:auto;padding:1.5px 8px;font-size:10.5px;font-weight:700}.prePractice-module__qKuiPa__dot{border-radius:50%;flex:none;width:13px;height:13px}.prePractice-module__qKuiPa__difName{color:var(--text-ink);flex:1;font-size:13.5px;font-weight:800}.prePractice-module__qKuiPa__difName small{font-size:var(--fs-caption);color:var(--text-muted);margin-top:1px;font-weight:600;display:block}.prePractice-module__qKuiPa__difBest{color:var(--teal);font-variant-numeric:tabular-nums;margin-right:8px;font-size:10.5px;font-weight:700}.prePractice-module__qKuiPa__difStar{font-size:var(--fs-body);color:var(--text-link);font-variant-numeric:tabular-nums;margin-right:10px;font-weight:800}.prePractice-module__qKuiPa__radio{border:2px solid #96afe142;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;display:grid}.prePractice-module__qKuiPa__radio[data-on=true]{border-color:var(--gold);background:#e8b23c29}.prePractice-module__qKuiPa__radio[data-on=true]:after{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px}.prePractice-module__qKuiPa__previewWrap{margin:14px 0 2px}.prePractice-module__qKuiPa__modelBtn{color:var(--gold);font-family:inherit;font-size:var(--fs-body);cursor:pointer;background:#e8b23c26;border:none;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-weight:800;transition:filter .15s;display:inline-flex}.prePractice-module__qKuiPa__modelBtn:disabled{opacity:.5;cursor:default}.prePractice-module__qKuiPa__modelBtn:active{filter:brightness(.96)}.prePractice-module__qKuiPa__sheetBox{background:#fff6e4;border:none;border-radius:14px;max-height:156px;margin-top:10px;position:relative;overflow:hidden auto}.prePractice-module__qKuiPa__previewNote{text-align:center;font-size:var(--fs-body);color:#6f6448;padding:26px 12px}.prePractice-module__qKuiPa__osmdBox{padding:6px 4px}.prePractice-module__qKuiPa__osmdBox svg{max-width:100%;height:auto}.prePractice-module__qKuiPa__expandHint{font-size:var(--fs-caption);color:#6f6448;pointer-events:none;background:#ffffffdb;border:1px solid #e8dfc8;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;font-weight:700;display:inline-flex;position:absolute;bottom:8px;right:8px}.prePractice-module__qKuiPa__fsOverlay{z-index:2000;background:#fff;justify-content:center;align-items:flex-start;animation:.18s both prePractice-module__qKuiPa__fade;display:flex;position:fixed;inset:0;overflow:auto}.prePractice-module__qKuiPa__fsClose{z-index:2001;cursor:pointer;color:#16294f;background:#16294f14;border:none;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:fixed;top:14px;right:16px;box-shadow:0 2px 8px #0000001f}.prePractice-module__qKuiPa__fsSheet{width:100%;max-width:1000px;padding:60px 14px 40px}.prePractice-module__qKuiPa__fsSheet svg{max-width:100%;height:auto}.prePractice-module__qKuiPa__skillsWrap{margin:14px 0 2px}.prePractice-module__qKuiPa__skillsLab{font-size:var(--fs-body);color:var(--text-ink);align-items:center;gap:8px;margin:0 2px 9px;font-weight:800;display:flex}.prePractice-module__qKuiPa__skillsWarn{font-size:var(--fs-caption);color:#e8a78f;background:#e88a6f24;border-radius:6px;padding:2px 8px;font-weight:800}.prePractice-module__qKuiPa__skillsChips{flex-wrap:wrap;gap:7px;display:flex}.prePractice-module__qKuiPa__skillChip{font-size:var(--fs-body);color:var(--text-ink);background:#96afe11f;border:none;border-radius:999px;align-items:center;gap:5px;padding:5px 11px;font-weight:700;text-decoration:none;display:inline-flex}.prePractice-module__qKuiPa__skillUnlearned{color:#e8a78f;background:#e88a6f24;border:1px solid #e88a6f4d}.prePractice-module__qKuiPa__skillBadge{font-size:var(--fs-label);color:#201604;background:var(--gold);border-radius:5px;padding:1px 6px;font-weight:800}a.prePractice-module__qKuiPa__skillChip:active{filter:brightness(.97)}.prePractice-module__qKuiPa__skillsNone{font-size:var(--fs-body);color:var(--text-sub);background:var(--card-in);border:1px solid #96afe114;border-radius:10px;padding:9px 12px}.prePractice-module__qKuiPa__cta{cursor:pointer;color:#201604;letter-spacing:.02em;background:linear-gradient(#e8b23c,#d2992c);border:none;border-radius:16px;width:100%;margin-top:20px;padding:16px;font-family:inherit;font-size:15px;font-weight:900;position:relative;overflow:hidden}.prePractice-module__qKuiPa__cta:after{content:"";background:linear-gradient(100deg,#0000,#ffffff80,#0000);width:40%;animation:3.4s ease-in-out infinite prePractice-module__qKuiPa__sweepX;position:absolute;top:-10%;bottom:-10%;left:-60%;transform:skew(-18deg)}@keyframes prePractice-module__qKuiPa__sweepX{0%,55%{left:-60%}to{left:140%}}@media (prefers-reduced-motion:reduce){.prePractice-module__qKuiPa__cta:after{animation:none}}.prePractice-module__qKuiPa__sheetSelect{appearance:none;width:100%;color:var(--text-ink);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;background-color:#0e1830;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%237fa4e8\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"/></svg>");background-position:right 13px center;background-repeat:no-repeat;background-size:12px;border:1px solid #96afe129;border-radius:12px;padding:12px 38px 12px 13px;font-family:inherit;font-size:13px;font-weight:800}.prePractice-module__qKuiPa__sheetSelect:disabled{opacity:.55;cursor:default}.prePractice-module__qKuiPa__sheetSelect option{color:#e8eefc;background:#101c36;font-weight:700}.prePractice-module__qKuiPa__sheetSelect option:disabled{color:#96afe173}
.ArcoMotion-module__w0HxJW__wrap{background:#faf9f6;border-radius:50%;display:block;position:relative;overflow:hidden}.ArcoMotion-module__w0HxJW__still{object-fit:cover;width:100%;height:100%;display:block}.ArcoMotion-module__w0HxJW__video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.ArcoMotion-module__w0HxJW__video{display:none}}
.guestHome-module__b_iiAq__hero{margin-top:6px;padding:0;overflow:hidden}.guestHome-module__b_iiAq__eyebrow{letter-spacing:.14em;color:var(--gold);padding:14px 15px 0;font-size:11px;font-weight:800}.guestHome-module__b_iiAq__lead{color:var(--text-ink);padding:6px 15px 0;font-size:19px;font-weight:900;line-height:1.35}.guestHome-module__b_iiAq__sub{font-size:var(--fs-caption);color:var(--text-sub);padding:6px 15px 0;line-height:1.7}.guestHome-module__b_iiAq__heroActions{padding:12px 15px 15px}.guestHome-module__b_iiAq__cta{text-align:center;background:var(--accent);color:var(--text-on-accent);border-radius:14px;padding:13px;font-size:14px;font-weight:900;text-decoration:none;display:block}html[data-native-boot] .guestHome-module__b_iiAq__webOnly{display:none}html:not([data-native-boot]) .guestHome-module__b_iiAq__nativeOnly{display:none}.guestHome-module__b_iiAq__linkline{text-align:center;color:var(--text-link);margin-top:9px;font-size:11px;font-weight:800;text-decoration:none;display:block}.guestHome-module__b_iiAq__rowIcon{border-radius:50%;flex:none;place-items:center;width:26px;height:26px;display:grid}.guestHome-module__b_iiAq__rowIcon svg{width:13px;height:13px}.guestHome-module__b_iiAq__gold{color:var(--gold);background:#e8b23c29}.guestHome-module__b_iiAq__teal{color:var(--teal);background:#7fc4c429}.guestHome-module__b_iiAq__green{color:var(--green-soft);background:#a8c97f29}.guestHome-module__b_iiAq__samplebox{background:#e8b23c0d;border:1.5px dashed #e8b23c8c;border-radius:22px;margin-top:14px;padding:6px}.guestHome-module__b_iiAq__samplehead{font-size:var(--fs-caption);color:var(--text-sub);align-items:center;gap:8px;padding:4px 6px 8px;line-height:1.5;display:flex}.guestHome-module__b_iiAq__samplechip{font-size:var(--fs-label);letter-spacing:.08em;color:#201604;background:linear-gradient(#e8b23c,#d2992c);border-radius:999px;flex:none;padding:2px 9px;font-weight:900}.guestHome-module__b_iiAq__sampleBody{position:relative}.guestHome-module__b_iiAq__sampleBody>*{margin-top:0!important}.guestHome-module__b_iiAq__watermark{pointer-events:none;letter-spacing:.2em;color:#e8b23c24;place-items:center;font-size:56px;font-weight:900;display:grid;position:absolute;inset:0;transform:rotate(-14deg)}.guestHome-module__b_iiAq__hint{text-align:center;font-size:var(--fs-caption);color:var(--text-sub);margin-top:12px}html[data-known-user="1"] .guestHome-module__b_iiAq__unregistered{display:none}.guestHome-module__b_iiAq__toast{left:50%;top:calc(64px + env(safe-area-inset-top,0px));z-index:140;font-size:var(--fs-caption);color:var(--text-ink);white-space:nowrap;background:#0a1122f5;border:1px solid #96afe14d;border-radius:999px;padding:8px 16px;font-weight:700;position:fixed;transform:translate(-50%)}.guestHome-module__b_iiAq__loggedOutBar{background:#2b5bc429;border:1px solid #7fa4e859;border-radius:14px;align-items:center;gap:10px;margin:6px 0 10px;padding:10px 12px;display:flex}.guestHome-module__b_iiAq__loggedOutText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.guestHome-module__b_iiAq__loggedOutText b{color:#cdd9f2;letter-spacing:.04em;font-size:12px;font-weight:900}.guestHome-module__b_iiAq__loggedOutText span{color:var(--text-muted);font-size:11.5px;line-height:1.4}.guestHome-module__b_iiAq__loggedOutBtn{background:var(--accent,#2b5bc4);color:#fff;border-radius:999px;flex:none;padding:9px 16px;font-size:13px;font-weight:900;text-decoration:none}
.AccountMenu-module__CXj8jq__root{display:inline-flex;position:relative}.AccountMenu-module__CXj8jq__trigger{border:1px solid var(--line);width:40px;height:40px;color:var(--gold);cursor:pointer;background:#26355c;border-radius:50%;place-items:center;padding:0;display:grid}.AccountMenu-module__CXj8jq__veil{z-index:200;background:#050b1873;position:fixed;inset:0}.AccountMenu-module__CXj8jq__menu{z-index:201;background:var(--card-b);border:1px solid #96afe138;border-radius:16px;width:268px;max-height:calc(100dvh - 140px);padding:8px;position:absolute;top:calc(100% + 12px);right:0;overflow-y:auto;box-shadow:0 20px 48px #0000008c}.AccountMenu-module__CXj8jq__menu:before{content:"";background:var(--card-b);border-top:1px solid #96afe138;border-left:1px solid #96afe138;width:12px;height:12px;position:absolute;top:-7px;right:14px;transform:rotate(45deg)}.AccountMenu-module__CXj8jq__item{width:100%;color:var(--text-ink);font-size:var(--fs-body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:11px 10px;font-weight:700;text-decoration:none;display:flex}.AccountMenu-module__CXj8jq__item:hover{background:#96afe11a}.AccountMenu-module__CXj8jq__ic{width:30px;height:30px;color:var(--text-body);background:#96afe11f;border-radius:9px;flex:none;place-items:center;display:grid}.AccountMenu-module__CXj8jq__label{flex:1;min-width:0}.AccountMenu-module__CXj8jq__gold .AccountMenu-module__CXj8jq__ic{color:var(--gold);background:#e8b23c29}.AccountMenu-module__CXj8jq__gold .AccountMenu-module__CXj8jq__label{color:var(--gold)}.AccountMenu-module__CXj8jq__chip{font-size:var(--fs-label);color:var(--gold);background:#e8b23c29;border-radius:999px;flex:none;padding:2px 9px;font-weight:800}.AccountMenu-module__CXj8jq__danger .AccountMenu-module__CXj8jq__ic{color:#e8879c;background:#d6607a29}.AccountMenu-module__CXj8jq__danger .AccountMenu-module__CXj8jq__label{color:#e8879c}.AccountMenu-module__CXj8jq__sep{background:var(--line);height:1px;margin:6px 8px}
