:root{font-family:Inter,Pretendard,Noto Sans KR,system-ui,sans-serif;font-synthesis:none;--mio-ui-scale: 1;--mio-ui-width: 100vw;--mio-ui-height: 100vh}html[data-mio-theme=white]{--mio-theme-page:#f5f6fa;--mio-theme-page-gradient:radial-gradient(circle at top left,#f2f5ff 0,transparent 34%),linear-gradient(145deg,#f8f9fb 0%,#eef1f6 100%);--mio-theme-surface:rgba(255,255,255,.96);--mio-theme-surface-soft:#f4f6fb;--mio-theme-elevated:#fff;--mio-theme-text:#202124;--mio-theme-heading:#18213a;--mio-theme-muted:#6f788b;--mio-theme-border:#d9dfeb;--mio-theme-accent:#526ed3;--mio-theme-shadow:rgba(25,39,72,.12);--mio-theme-backdrop:rgba(19,28,46,.46)}html[data-mio-theme=black]{color-scheme:dark;--mio-theme-page:#0d1219;--mio-theme-page-gradient:radial-gradient(circle at top left,#1d2a3b 0,transparent 38%),linear-gradient(145deg,#111821 0%,#090d13 100%);--mio-theme-surface:rgba(24,32,43,.97);--mio-theme-surface-soft:#202b39;--mio-theme-elevated:#263242;--mio-theme-text:#edf3fb;--mio-theme-heading:#fff;--mio-theme-muted:#aeb9c9;--mio-theme-border:#3c4a5d;--mio-theme-accent:#86a9ff;--mio-theme-shadow:rgba(0,0,0,.42);--mio-theme-backdrop:rgba(0,0,0,.72)}html[data-mio-theme=blue]{--mio-theme-page:#dcecff;--mio-theme-page-gradient:radial-gradient(circle at top left,#f5f9ff 0,transparent 36%),linear-gradient(145deg,#eaf4ff 0%,#d4e7fb 100%);--mio-theme-surface:rgba(242,248,255,.97);--mio-theme-surface-soft:#e1edfb;--mio-theme-elevated:#f9fcff;--mio-theme-text:#183657;--mio-theme-heading:#102f55;--mio-theme-muted:#55718f;--mio-theme-border:#afc8e4;--mio-theme-accent:#2e66a9;--mio-theme-shadow:rgba(42,86,132,.15);--mio-theme-backdrop:rgba(30,61,94,.48)}html[data-mio-theme=pink]{--mio-theme-page:#f9e4ec;--mio-theme-page-gradient:radial-gradient(circle at top left,#fff7fa 0,transparent 36%),linear-gradient(145deg,#fff0f5 0%,#f3d9e4 100%);--mio-theme-surface:rgba(255,246,249,.97);--mio-theme-surface-soft:#f7e3eb;--mio-theme-elevated:#fffafd;--mio-theme-text:#593044;--mio-theme-heading:#50223a;--mio-theme-muted:#876074;--mio-theme-border:#e2b8c9;--mio-theme-accent:#a84f78;--mio-theme-shadow:rgba(112,55,81,.15);--mio-theme-backdrop:rgba(83,40,60,.48)}html[data-mio-theme]{--bg:var(--mio-theme-page);--surface:var(--mio-theme-surface);--surface-2:var(--mio-theme-surface-soft);--text:var(--mio-theme-text);--muted:var(--mio-theme-muted);--line:var(--mio-theme-border);--accent:var(--mio-theme-accent);--accent-2:color-mix(in srgb,var(--mio-theme-accent) 78%,black);--danger:#c63b4a;--success:#177f55;--shadow:0 14px 36px var(--mio-theme-shadow);background:var(--mio-theme-page-gradient);color:var(--mio-theme-text)}*{box-sizing:border-box}html{background:var(--mio-theme-page-gradient);overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background:var(--mio-theme-page-gradient);color:var(--text);overflow-x:hidden}#root{width:var(--mio-ui-width);min-height:var(--mio-ui-height);transform:scale(var(--mio-ui-scale));transform-origin:top left}button,input,textarea,select{font:inherit}button{cursor:pointer}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);padding:.78rem .9rem}textarea{min-height:7rem;resize:vertical}label{display:grid;gap:.45rem;font-weight:650}fieldset{border:1px solid var(--line);border-radius:14px;padding:1rem}legend{padding:0 .4rem;font-weight:800}.page{width:min(1440px,100%);margin:0 auto;padding:1rem clamp(.8rem,3vw,2.5rem) 2.5rem}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-button{border:0;background:transparent;color:var(--text);display:flex;align-items:center;gap:.7rem;text-align:left}.brand-button span:last-child{display:grid}.brand-button small{color:var(--muted)}.brand-mark{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:15px;background:var(--accent);color:#fff;font-size:1.8rem}.topnav{display:flex;gap:.35rem;overflow-x:auto}.nav,.tab,.choice{border:0;border-radius:999px;padding:.62rem .9rem;background:transparent;color:var(--muted);white-space:nowrap}.nav.active,.tab.active,.choice.active{background:var(--surface-2);color:var(--accent);font-weight:800}.card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:clamp(1rem,2.5vw,2rem);box-shadow:var(--shadow)}.hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(230px,.55fr);align-items:center;gap:2rem;min-height:420px;margin-top:1rem;overflow:hidden}.hero h1{margin:.3rem 0 1rem;font-size:clamp(2.2rem,5vw,4.7rem);line-height:1.05;letter-spacing:-.055em}.hero p{max-width:800px;line-height:1.7;color:var(--muted)}.hero-actions,.control-row,.source-switch,.choice-row,.tab-row,.panel-toolbar{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.segno-visual{aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,var(--accent),var(--accent-2));color:#fff;display:grid;place-items:center;align-content:center;box-shadow:0 25px 60px color-mix(in srgb,var(--accent) 35%,transparent)}.segno-visual span{font-size:clamp(6rem,15vw,13rem);line-height:1}.segno-visual small{font-weight:800;letter-spacing:.08em}.eyebrow{margin:0;color:var(--accent);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.button{border:1px solid transparent;border-radius:13px;padding:.72rem 1rem;font-weight:800}.button.primary{background:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-2)}.button.secondary{background:var(--surface-2);color:var(--text);border-color:var(--line)}.button.ghost{background:transparent;color:var(--text);border-color:var(--line)}.button.danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 30%,var(--line))}.button.large{padding:.9rem 1.25rem}.share-entry{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.share-entry form{display:flex;min-width:min(100%,420px);gap:.6rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.feature-icon{display:inline-grid;place-items:center;min-width:3.6rem;height:3.6rem;padding:.5rem;border-radius:16px;background:var(--surface-2);color:var(--accent);font-weight:900}.two-column,.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.34fr);gap:1rem;margin-top:1rem;align-items:start}.auth-card form,.workspace-main{display:grid;gap:1rem}.check-line,.copyright-check{display:flex;align-items:flex-start;gap:.6rem;font-weight:600}.check-line input,.copyright-check input,.segno-choice input{width:auto;margin-top:.2rem;accent-color:var(--accent)}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.section-title-row h2,.section-title-row h3{margin:.2rem 0}.badge{display:inline-flex;border-radius:999px;padding:.45rem .7rem;background:var(--surface-2);color:var(--accent);font-weight:850;white-space:nowrap}.badge.success{color:var(--success)}.upload-box{display:grid;gap:.75rem;padding:1rem;background:var(--surface-2);border-radius:16px}.upload-box progress,.upload-box audio,.sticky-player audio{width:100%}.segno-editor-list{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:.8rem;overflow-x:auto;overflow-y:hidden;padding:.15rem .1rem .9rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-color:var(--accent) var(--surface-2);scrollbar-width:thin}.segno-editor-list::-webkit-scrollbar{height:.72rem}.segno-editor-list::-webkit-scrollbar-track{background:var(--surface-2);border-radius:999px}.segno-editor-list::-webkit-scrollbar-thumb{background:var(--accent);border-radius:999px;border:2px solid var(--surface-2)}.segno-editor{width:100%;border:1px solid var(--line);border-radius:18px;padding:clamp(1rem,2vw,1.35rem);display:grid;gap:1rem;align-self:start;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;background:var(--surface)}.segno-editor>.section-title-row>input{flex:1 1 24rem;min-width:0}.segno-editor>.section-title-row>.control-row{flex:0 0 auto;justify-content:flex-end}.segno-section-header>div:first-child{display:grid;gap:.2rem}.segno-scroll-controls{flex-wrap:nowrap}.icon-button{min-width:2.8rem;padding:.72rem}.save-action-row{margin-top:-.15rem}.time-editor{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.time-editor>div{padding:.8rem;background:var(--surface-2);border-radius:14px}.mini-buttons{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.mini-buttons button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;padding:.45rem .55rem}.notice{padding:.8rem 1rem;border-left:4px solid var(--accent);background:var(--surface-2);border-radius:8px 14px 14px 8px;line-height:1.55}.muted{color:var(--muted)}.practice-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.65rem;align-items:center}.practice-header h1{margin:0}.sticky-player{position:sticky;top:4.5rem;z-index:10;margin:1rem 0}.segno-list-card{display:grid;gap:.9rem;min-width:0}.segno-list-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;text-align:center}.segno-list-heading h2{margin:.1rem 0 .2rem}.segno-list-heading>div{min-width:0;display:grid;gap:.15rem}.segno-list-heading .muted{font-size:.88rem;line-height:1.4}.segno-navigation-button{width:3rem;height:3rem;padding:.65rem;display:grid;place-items:center;border-radius:50%}.segno-navigation-button svg{width:1.45rem;height:1.45rem;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.segno-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,minmax(0,auto));grid-auto-columns:clamp(210px,38vw,300px);gap:.65rem;overflow-x:auto;overflow-y:hidden;padding:.15rem .15rem .65rem;scroll-behavior:smooth;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-color:var(--accent) var(--surface-2);scrollbar-width:thin}.segno-grid::-webkit-scrollbar{height:.65rem}.segno-grid::-webkit-scrollbar-track{background:var(--surface-2);border-radius:999px}.segno-grid::-webkit-scrollbar-thumb{background:var(--accent);border:2px solid var(--surface-2);border-radius:999px}.segno-choice{display:flex;gap:.7rem;min-height:4.25rem;padding:.85rem;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);scroll-snap-align:start}.segno-choice.active{outline:3px solid color-mix(in srgb,var(--accent) 35%,transparent);border-color:var(--accent)}.segno-choice span{display:grid;gap:.2rem;min-width:0}.viewer-tabs{margin-top:1rem}.lyrics-viewer{min-height:280px;font-size:clamp(1.1rem,2.3vw,1.8rem);line-height:1.9;white-space:pre-wrap}.pdf-panel{display:grid;gap:.8rem}.pdf-canvas-wrap{min-height:300px;display:grid;place-items:center;overflow:auto;background:var(--surface-2);border-radius:16px;touch-action:manipulation}.pdf-canvas-wrap canvas{display:block;max-width:100%;height:auto}.youtube-shield-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden}.youtube-shield-wrap iframe{width:100%;height:100%;border:0}.youtube-shield{position:absolute;inset:0}.practice-footer{margin-top:1rem}.report-form{margin-top:.7rem;display:grid;gap:.8rem;max-width:700px}.empty-state,.error-state{min-height:180px;display:grid;place-items:center;color:var(--muted)}.settings-card{max-width:900px;margin:1rem auto 0;display:grid;gap:1rem}.site-footer{padding:2rem 0 0;text-align:center;color:var(--muted)}@media(orientation:landscape)and (max-height:650px){.practice-page:has(.youtube-layout){display:grid;grid-template-columns:30% 70%;grid-template-areas:"head video" "notice video" "segments video" "viewer video" "footer video";gap:.6rem;max-width:none}.practice-page:has(.youtube-layout) .practice-header{grid-area:head}.practice-page:has(.youtube-layout)>.notice{grid-area:notice}.practice-page:has(.youtube-layout) .youtube-layout{grid-area:video;position:sticky;top:.5rem;height:calc(100vh - 1rem);padding:.4rem}.practice-page:has(.youtube-layout) .youtube-shield-wrap{height:100%;aspect-ratio:auto}.practice-page:has(.youtube-layout)>section.card:not(.youtube-layout){grid-area:segments}.practice-page:has(.youtube-layout) .viewer-tabs{grid-area:viewer}.practice-page:has(.youtube-layout) .practice-footer{grid-area:footer}}@media(max-width:860px){.hero,.two-column,.workspace-grid{grid-template-columns:1fr}.segno-visual{max-width:300px;width:70%;justify-self:center}.feature-grid{grid-template-columns:1fr}.share-entry{align-items:stretch;flex-direction:column}.share-entry form{min-width:0;width:100%}.topbar{align-items:flex-start}.topnav{max-width:65vw}}@media(max-width:560px){.page{padding:.7rem .65rem 1.5rem}.topbar{position:static;display:grid}.topnav{max-width:100%}.hero{min-height:auto}.hero h1{font-size:2.45rem}.sticky-player{top:.4rem}.section-title-row{align-items:flex-start;flex-direction:column}}.youtube-shield-wrap>div:first-child,.youtube-shield-wrap iframe{width:100%;height:100%}.youtube-controls{margin-top:.8rem}button:disabled{opacity:.55;cursor:not-allowed}.my-songs{display:grid;gap:.7rem;margin-top:.8rem;padding-top:1rem;border-top:1px solid var(--line)}.my-song-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.my-song-row.editing{outline:3px solid color-mix(in srgb,var(--accent) 32%,transparent);border-color:var(--accent)}.my-song-row>div:first-child{display:grid;gap:.25rem}.my-song-row small{color:var(--muted)}a.button{display:inline-flex;text-decoration:none;align-items:center;justify-content:center}@media(max-width:560px){.my-song-row{align-items:stretch;flex-direction:column}}.integration-banner{display:flex;align-items:center;gap:.75rem;margin:.35rem 0 1rem;padding:.72rem 1rem;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--accent) 10%,var(--surface));color:var(--text)}.integration-banner strong{color:var(--accent);white-space:nowrap}.demo-login-box{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line));border-radius:16px;background:var(--surface-2)}.demo-login-box>div{display:grid;gap:.25rem}.demo-login-box small,.demo-hint{color:var(--muted)}.account-card{display:grid;gap:1rem}.account-card h2{margin:.1rem 0}.account-summary{display:grid;gap:.55rem;margin:0}.account-summary>div{display:grid;grid-template-columns:minmax(100px,.35fr) 1fr;gap:.8rem;padding:.7rem .8rem;border-radius:12px;background:var(--surface-2)}.account-summary dt{color:var(--muted);font-weight:700}.account-summary dd{margin:0;font-weight:800;overflow-wrap:anywhere}.account-summary.compact>div{padding:.55rem .7rem}.youtube-input-block{display:grid;gap:.7rem}.youtube-input-block>.button{justify-self:start}@media(max-width:560px){.integration-banner,.demo-login-box{align-items:stretch;flex-direction:column}.account-summary>div{grid-template-columns:1fr;gap:.2rem}}.inline-action-row{display:flex;align-items:center;gap:.75rem;margin:-.25rem 0 .25rem}.inline-action-row small{color:var(--muted)}@media(max-width:560px){.inline-action-row{align-items:stretch;flex-direction:column}}.brand-app-icon{width:44px;height:44px;border-radius:12px;object-fit:cover;flex:0 0 auto}.service-enrollment-intro{margin:0 0 1rem;padding:1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.service-enrollment-intro p{margin:.35rem 0 0}.recovery-links{display:flex;justify-content:flex-end;align-items:center;gap:.55rem;margin-top:-.35rem}.recovery-links button{border:0;padding:.25rem .1rem;background:transparent;color:var(--accent);font-weight:750;text-decoration:underline;text-underline-offset:.2rem}.recovery-links span{color:var(--muted)}.recovery-card{max-width:760px}.notice.warning{border-left-color:#b7791f;background:color-mix(in srgb,#f6ad55 14%,var(--surface))}@media(max-width:560px){.recovery-links{justify-content:flex-start}}.account-settings-card{min-width:0}.account-form,.account-security-section{display:grid;gap:1rem}.account-security-section>.button{justify-self:start}.account-settings-card .tab-row{padding-bottom:.25rem;border-bottom:1px solid var(--line)}.account-settings-card select{color:var(--text);background:var(--surface)}@media(max-width:560px){.account-settings-card .tab-row{overflow-x:auto;flex-wrap:nowrap}}.account-settings-card .notice.success{border-left-color:var(--success);background:color-mix(in srgb,var(--success) 9%,var(--surface))}.account-settings-card .notice.error{border-left-color:var(--danger);background:color-mix(in srgb,var(--danger) 9%,var(--surface))}.account-settings-card .tab:disabled{cursor:wait;opacity:.72}.youtube-authoring-preview{display:grid;gap:.7rem;padding:.8rem;background:var(--surface-2);border:1px solid var(--line);border-radius:16px}.youtube-authoring-player{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:14px;background:#000}.youtube-authoring-player>div,.youtube-authoring-player iframe{width:100%;height:100%;border:0}.youtube-authoring-placeholder{display:grid;place-items:center;min-height:100%;color:#fff;font-size:clamp(1.4rem,5vw,2.4rem);font-weight:800;letter-spacing:.06em;background:linear-gradient(135deg,#171717,#333)}.youtube-authoring-status{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.youtube-authoring-status strong{font-variant-numeric:tabular-nums}.youtube-authoring-status>span:not(.badge){font-variant-numeric:tabular-nums}@media(max-width:640px){.youtube-authoring-status{align-items:flex-start;flex-direction:column;gap:.3rem}.segno-editor-list{grid-auto-columns:100%}.time-editor{grid-template-columns:1fr}.segno-editor>.section-title-row{align-items:stretch}.segno-editor>.section-title-row>input{width:100%}}.playback-seek-controls{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.42rem;width:100%;margin-top:.75rem}.playback-icon-button{min-width:0;min-height:3rem;padding:.55rem .25rem;display:grid;place-items:center}.playback-icon-button svg{width:min(100%,2.35rem);height:1.55rem}.playback-icon-button.active{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 32%,transparent)}.playback-extra-controls{margin-top:.7rem}.authoring-audio-preview{display:grid;gap:.1rem}.youtube-authoring-preview>.playback-seek-controls{margin-top:0}@media(orientation:landscape)and (max-height:650px){.practice-page:has(.youtube-layout) .youtube-layout{display:grid;grid-template-rows:minmax(0,1fr) auto auto auto;align-content:stretch}.practice-page:has(.youtube-layout) .youtube-shield-wrap{min-height:0}.practice-page:has(.youtube-layout) .playback-seek-controls{margin-top:.35rem}.practice-page:has(.youtube-layout) .youtube-layout>.muted{margin:.25rem 0 0}}@media(max-width:560px){.playback-seek-controls{gap:.28rem}.playback-icon-button{min-height:2.7rem;padding:.45rem .12rem}.segno-list-heading{gap:.45rem}.segno-list-heading .muted{font-size:.78rem}.segno-navigation-button{width:2.65rem;height:2.65rem}.segno-grid{grid-auto-columns:min(78vw,250px)}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.compact-practice-header{min-height:2.75rem;padding:.1rem 0;position:relative;z-index:30}.compact-practice-header h1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:clamp(1.25rem,3vw,2rem);line-height:1.15;letter-spacing:-.035em}.practice-home-button,.wake-toggle,.volume-popover>summary{width:2.55rem;height:2.55rem;min-width:2.55rem;display:grid;place-items:center;padding:.52rem;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);box-shadow:0 6px 18px color-mix(in srgb,var(--shadow) 35%,transparent)}.practice-home-button svg,.wake-toggle svg,.volume-popover>summary svg,.volume-icon-button svg{width:1.3rem;height:1.3rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.practice-preference-controls{display:flex;align-items:center;justify-content:flex-end;gap:.38rem;min-width:0}.wake-toggle{color:var(--muted)}.wake-toggle.enabled{color:var(--accent)}.wake-toggle.active{color:var(--success);border-color:color-mix(in srgb,var(--success) 45%,var(--line))}.wake-toggle .filled-dot{fill:currentColor}.volume-popover{position:relative}.volume-popover>summary{list-style:none;cursor:pointer;color:var(--accent)}.volume-popover>summary::-webkit-details-marker{display:none}.volume-popover[open]>summary{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 25%,transparent)}.volume-control{min-height:2.8rem;display:grid;grid-template-columns:2.2rem minmax(120px,1fr) 3.25rem;align-items:center;gap:.55rem;padding:.48rem .7rem;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.volume-popover .volume-control{position:absolute;z-index:50;right:0;top:calc(100% + .45rem);width:min(320px,calc(100vw - 1.3rem));background:var(--surface);box-shadow:var(--shadow)}.volume-icon-button{width:2.2rem;height:2.2rem;padding:.35rem;display:grid;place-items:center;border:0;border-radius:10px;color:var(--accent);background:transparent}.volume-control input[type=range]{width:100%;min-width:0;accent-color:var(--accent)}.volume-control output{text-align:right;font-variant-numeric:tabular-nums;font-weight:800;color:var(--text)}.volume-control.compact{min-width:min(280px,100%)}.authoring-audio-preview>.volume-control{position:static;width:100%;margin-top:.45rem;box-shadow:none}.practice-message{margin:.25rem 0 0}.youtube-player-message{margin:.35rem 0 0}@media(max-width:560px){.compact-practice-header{gap:.35rem}.compact-practice-header h1{font-size:clamp(1.05rem,5.5vw,1.45rem)}.practice-home-button,.wake-toggle,.volume-popover>summary{width:2.35rem;height:2.35rem;min-width:2.35rem;padding:.45rem;border-radius:11px}.volume-popover .volume-control{grid-template-columns:2.1rem minmax(0,1fr) 3rem}}
