:root{--bg-dark: #07090e;--bg-surface: #0e121b;--bg-surface-elevated: #161c2b;--bg-glass: rgba(14, 18, 27, .78);--border-subtle: rgba(255, 255, 255, .08);--border-focus: rgba(0, 243, 255, .4);--dir-left: #ff007f;--dir-down: #00f3ff;--dir-up: #39ff14;--dir-right: #ff9e00;--judge-perfect: #c46bff;--judge-great: #00f3ff;--judge-cool: #39ff14;--judge-bad: #ff9e00;--judge-miss: #ff1e56;--text-primary: #f0f4f8;--text-secondary: #94a3b8;--text-muted: #475569;--accent-glow: rgba(0, 243, 255, .35);--font-display: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-title: "Space Grotesk", sans-serif;--font-mono: "JetBrains Mono", monospace;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--candy-blue: #2f7fe0;--candy-blue-light: #aederff;--candy-blue-deep: #0a3a80;--candy-pink: #ff7ab5;--candy-yellow: #ffd23f;--candy-green: #4eff5e;--candy-purple: #8a46d6;--candy-cyan: #7ae0ff;--candy-outline: -1px -1px 0 #0a3a80, 1px -1px 0 #0a3a80, -1px 1px 0 #0a3a80, 1px 1px 0 #0a3a80;--candy-grad-blue: linear-gradient(180deg, #aederff 0%, #58a8f0 45%, #2f7fe0 50%, #1e5fc0 100%);--candy-grad-head: linear-gradient(180deg, #6cb8ff 0%, #2f7fe0 50%, #1a5cc0 100%)}*{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-display);overflow:hidden;width:100vw;height:100vh;display:flex;flex-direction:column;position:relative}.screen{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);transform:scale(.98);z-index:10}.screen.active{opacity:1;pointer-events:auto;transform:scale(1);z-index:20}#screen-game{background:transparent;display:flex;flex-direction:column;user-select:none;position:relative}.canvas-container{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}#game-canvas{width:100%;height:100%;display:block;position:relative;z-index:1}#world-canvas{position:fixed;inset:0;width:100vw;height:100vh;display:block;z-index:0;pointer-events:none}#toast-msg{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(50px);background:#161c2bf2;border:1px solid var(--dir-down);color:#fff;padding:10px 20px;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;box-shadow:0 8px 24px #00000080;opacity:0;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:200;pointer-events:none}#toast-msg.show{transform:translate(-50%) translateY(0);opacity:1}#aud-row{display:flex;align-items:center;gap:10px;width:100%;justify-content:flex-start;padding-left:6px;box-sizing:border-box}#aud-corner{display:none;flex-direction:row;align-items:center;gap:10px;pointer-events:none}#aud-main{display:none;position:fixed;left:50%;bottom:96px;transform:translate(-50%);flex-direction:column;align-items:center;gap:10px;z-index:45;pointer-events:none;width:min(430px,72vw)}#aud-judge{display:none!important}#aud-judge-legacy{min-height:40px;font-family:var(--font-title);font-weight:900;font-size:2.1rem;letter-spacing:2px;text-shadow:0 0 18px currentColor;opacity:0}#aud-judge.pop{animation:audJudge .6s ease-out}@keyframes audJudge{0%{opacity:0;transform:scale(.7)}25%{opacity:1;transform:scale(1.15)}to{opacity:0;transform:scale(1)}}#aud-level{font-family:var(--font-title);font-weight:900;font-style:italic;font-size:1.25rem;letter-spacing:2px;color:#ff2e3f;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 3px 5px rgba(0,0,0,.6)}#aud-reverse{display:none;font-family:var(--font-title);font-weight:800;font-size:.8rem;letter-spacing:2px;color:#05070a;background:#ff007f;padding:3px 10px;border-radius:999px;box-shadow:0 0 14px #ff007fb3}#aud-gauge{position:relative;width:100%;height:28px;background:#050810d9;border:2px solid rgba(255,255,255,.18);border-radius:999px;box-shadow:inset 0 2px 8px #0009;overflow:hidden;transition:border-color .1s ease,box-shadow .1s ease}#aud-gauge:before,#aud-gauge:after,#aud-core{content:"";position:absolute;top:0;bottom:0;left:var(--zone-pos, 80%);transform:translate(-50%);pointer-events:none}#aud-gauge:before{width:calc(var(--zone-cool, 18%) * 2);background:radial-gradient(ellipse at center,#00f3ff33,#00f3ff14 50%,#00f3ff00 80%);filter:blur(5px)}#aud-gauge:after{width:calc(var(--zone-great, 12%) * 1.8);background:radial-gradient(ellipse at center,#00f3ff70,#00f3ff2e 50%,#00f3ff00 80%);filter:blur(3px)}#aud-core{width:calc(var(--zone-perfect, 7%) * 2.2);background:radial-gradient(ellipse at center,#ebfcff8c,#c8f5ff38 45%,#fff0 80%);filter:blur(5px);z-index:1}#aud-gauge.aud-gauge-hot{border-color:#00f3ff;box-shadow:0 0 18px #00f3ffcc,inset 0 0 12px #00f3ff66}#aud-gauge.hit-burst{animation:audGaugeHit .4s ease-out}#aud-gauge.hit-burst:after{animation:audHitBurst .5s cubic-bezier(.16,1,.3,1)}@keyframes audGaugeHit{0%{box-shadow:0 0 22px #00f3ffcc,inset 0 0 14px #00f3ff80}to{box-shadow:inset 0 2px 8px #0009}}@keyframes audHitBurst{0%{transform:translate(-50%) scaleX(1);opacity:1}35%{transform:translate(-50%) scaleX(2.6);opacity:.95}to{transform:translate(-50%) scaleX(4.2);opacity:0}}#aud-gauge.beat{animation:audGaugePulse var(--aud-beat-dur, .32s) ease-out}@keyframes audGaugePulse{0%{box-shadow:0 0 8px #00f3ff52,inset 0 0 5px #00f3ff2e;border-color:#00f3ff80}to{box-shadow:inset 0 2px 8px #0009;border-color:#ffffff38}}#aud-marker{position:absolute;top:50%;left:0;width:14px;height:14px;margin-left:-7px;border-radius:50%;z-index:2;background:radial-gradient(circle at 35% 30%,#fff,#00b7d6);box-shadow:0 0 14px #00f3fff2;transform:translateY(-50%)}#aud-notes{display:flex;gap:8px;flex-wrap:nowrap;justify-content:center;background:linear-gradient(180deg,#0e1226e0,#060916eb);border:2px solid rgba(150,180,255,.35);border-radius:999px;padding:9px 18px;box-shadow:inset 0 2px 6px #0009,0 6px 20px #00000080}.aud-note{flex:0 0 auto}.aud-note{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.9rem;font-weight:900;color:#fff;background:radial-gradient(circle at 35% 30%,#3aa0ff,#1657c8);border:2px solid rgba(255,255,255,.35);box-shadow:0 4px 10px #00000073;transition:transform .08s ease,opacity .15s ease,filter .15s ease}.aud-note.current{border-color:#fff;box-shadow:0 0 14px #ffffffbf,0 0 22px #3aa0ff99;transform:translateY(-4px) scale(1.08)}.aud-note.done{filter:grayscale(.15) brightness(1.15);background:radial-gradient(circle at 35% 30%,#39ff14,#1c9e0a);border-color:#39ff14b3}.aud-note.rev{background:radial-gradient(circle at 35% 30%,#ff5fa2,#c81673)}.aud-note.flash-ok{animation:audFlashOk .28s ease-out}.aud-note.flash-wrong{animation:audFlashWrong .28s ease-out}@keyframes audFlashOk{0%{filter:brightness(1.35)}to{filter:brightness(1)}}@keyframes audFlashWrong{0%,60%{transform:translate(0)}15%{transform:translate(-5px)}45%{transform:translate(5px)}to{transform:translate(0)}}#aud-hint{font-size:.74rem;color:var(--text-secondary);letter-spacing:.5px}#mp-root{position:fixed;inset:0;z-index:9000;display:none;font-family:var(--font-display, "Outfit", sans-serif);color:#fff}.mp-screen{position:absolute;inset:0;box-sizing:border-box;overflow:hidden}.au-outline{text-shadow:-1px -1px 0 #06265e,1px -1px 0 #06265e,-1px 1px 0 #06265e,1px 1px 0 #06265e,0 2px 2px rgba(0,0,0,.6)}.au-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;background:var(--candy-grad-blue);border:1.5px solid #0a3a80;border-radius:11px;padding:6px 16px;color:#fff;font-weight:900;font-style:italic;font-size:.8rem;letter-spacing:.4px;text-shadow:var(--candy-outline);box-shadow:inset 0 1px #ffffffb3,0 2px 4px #00000073;cursor:pointer;white-space:nowrap}.au-btn:hover{filter:brightness(1.12)}.au-btn:active{transform:translateY(1px)}.au-btn.purple{background:linear-gradient(180deg,#dfb8ff,#a86ae8 45%,#8a46d6 50%,#6a2bb0);border-color:#3d1470;text-shadow:-1px -1px 0 #3d1470,1px -1px 0 #3d1470,-1px 1px 0 #3d1470,1px 1px 0 #3d1470}.au-btn.pink{background:linear-gradient(180deg,#ffc3e0,#ff7ab5 45%,#f4479a 50%,#d21f78);border-color:#8a0f4a;text-shadow:-1px -1px 0 #8a0f4a,1px -1px 0 #8a0f4a,-1px 1px 0 #8a0f4a,1px 1px 0 #8a0f4a}.au-btn.green{background:linear-gradient(180deg,#c8ffb0,#6ce04e 45%,#3fc02a 50%,#2a9418);border-color:#14550a;text-shadow:-1px -1px 0 #14550a,1px -1px 0 #14550a,-1px 1px 0 #14550a,1px 1px 0 #14550a}.au-btn.gold{background:linear-gradient(180deg,#ffe9a8,#ffc84e 45%,#f0a71e 50%,#cc7d0a);border-color:#7a4a06;text-shadow:-1px -1px 0 #7a4a06,1px -1px 0 #7a4a06,-1px 1px 0 #7a4a06,1px 1px 0 #7a4a06}.au-btn.red{background:linear-gradient(180deg,#ffb0b8,#f05868 45%,#e02a40 50%,#b01426);border-color:#6a0812;text-shadow:-1px -1px 0 #6a0812,1px -1px 0 #6a0812,-1px 1px 0 #6a0812,1px 1px 0 #6a0812}.au-btn.inert{opacity:.55;cursor:default}.au-btn.inert:hover{filter:none}.au-btn.inert:active{transform:none}.au-btn.sm{padding:3px 10px;font-size:.7rem;border-radius:9px}.au-panel{background:#091230e6;border:2px solid #a8d0ff;border-radius:14px;box-shadow:0 0 0 2px #143278cc,0 8px 30px #0000008c;overflow:hidden}.au-panel-head{background:var(--candy-grad-head);border-bottom:2px solid #0a3a80;padding:6px 12px;color:#fff;font-weight:900;font-style:italic;font-size:.76rem;letter-spacing:.5px;text-shadow:var(--candy-outline)}.au-plate{background:linear-gradient(180deg,#061438eb,#0a2050eb);border:1px solid #4d79c8;border-radius:9px;padding:6px 11px;color:#e8f2ff;font-size:.78rem;box-shadow:inset 0 1px #ffffff1f}.au-plate b{color:#fff}.au-sel{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(180deg,#58a8f0,#1e5fc0);border:1.5px solid #0a3a80;border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:900;font-style:italic;color:#fff;text-shadow:var(--candy-outline);box-shadow:inset 0 1px #fff9;white-space:nowrap}.au-sel i{font-style:normal;font-size:.62rem;opacity:.9}.au-sel.inert{opacity:.55}.au-sel.green{background:linear-gradient(180deg,#6ce04e,#2a9418);border-color:#14550a}.au-sel.gold{background:linear-gradient(180deg,#ffc84e,#cc7d0a);border-color:#7a4a06}.au-scroll::-webkit-scrollbar{width:12px}.au-scroll::-webkit-scrollbar-track{background:#0a1940cc;border-radius:8px}.au-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6cb8ff,#2f7fe0);border-radius:8px;border:2px solid #0a2a66}.mp-center{display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 40%,#0508101a,#05081080)}.mp-card{background:#091230f0;border:2px solid #a8d0ff;border-radius:16px;padding:24px;width:min(400px,92vw);box-shadow:0 0 0 2px #143278cc,0 18px 50px #0009}.mp-logo{font-weight:900;font-style:italic;font-size:1.4rem;letter-spacing:1px;margin-bottom:14px;color:#ffd23f;text-shadow:-2px -2px 0 #7a2ba0,2px -2px 0 #7a2ba0,-2px 2px 0 #7a2ba0,2px 2px 0 #7a2ba0,0 3px 6px rgba(0,0,0,.6)}.mp-logo span{color:#7ae0ff;font-size:.9rem}.mp-label{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:#8fb4e8;margin:12px 0 8px;font-weight:800}.mp-input{width:100%;box-sizing:border-box;background:#040c24e6;border:1.5px solid #4d79c8;border-radius:9px;padding:10px 13px;color:#fff;font-size:.92rem;margin-bottom:10px;font-family:inherit}.mp-input:focus{outline:none;border-color:#7ae0ff;box-shadow:0 0 8px #7ae0ff66}.mp-tabs{display:flex;gap:8px;margin-bottom:12px}.mp-tab{flex:1;background:#14286480;border:1.5px solid #4d79c8;color:#9db8e0;border-radius:9px;padding:8px;cursor:pointer;font-weight:900;font-style:italic;font-family:inherit}.mp-tab.active{color:#fff;border-color:#7ae0ff;background:linear-gradient(180deg,#58a8f0,#1e5fc0)}.mp-avatars{display:flex;gap:10px}.mp-av{flex:1;background:#14286480;border:1.5px solid #4d79c8;color:#fff;border-radius:9px;padding:12px;cursor:pointer;font-weight:800;font-family:inherit}.mp-av.active{border-color:#ff7ab5;box-shadow:0 0 14px #ff7ab566}.mp-err{color:#ff8a9c;font-size:.82rem;min-height:18px;margin:4px 0}#mp-go,#mp-enter{width:100%;margin-top:6px;padding:10px;font-size:.9rem}.mp-empty{color:#7d95c4;text-align:center;padding:18px;font-size:.85rem}.au-hall{display:flex;flex-direction:column;gap:10px;padding:12px 16px 14px;background:linear-gradient(180deg,#1e0a468c,#0a061e59 40%,#0a061e8c);pointer-events:auto}.hall-top{display:flex;align-items:center;gap:14px}.hall-logo{font-size:1.7rem;font-weight:900;font-style:italic;letter-spacing:1px;line-height:1;color:#ff5fa2;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 4px 0 #2358c8,0 6px 8px rgba(0,0,0,.6);transform:rotate(-2deg);padding:4px 8px}.hall-logo em{color:#ffd23f;font-style:inherit}.hall-nav{display:flex;gap:4px;margin-left:6px}.hall-nav .nav-ico.live{opacity:1;cursor:pointer;font-family:inherit;padding:0;color:inherit}.hall-nav .nav-ico.live:hover{filter:brightness(1.15);transform:translateY(-1px)}.hall-nav .nav-ico{width:30px;height:30px;border-radius:8px;border:1.5px solid #0a3a80;cursor:default;background:linear-gradient(180deg,#aederff,#2f7fe0);display:flex;align-items:center;justify-content:center;font-size:.85rem;opacity:.6;box-shadow:inset 0 1px #ffffffb3}.hall-bgm{margin-left:auto;display:flex;align-items:center;gap:7px;background:linear-gradient(180deg,#0a1e46,#0d2a66);border:2px solid #a8d0ff;border-radius:999px;padding:4px 5px 4px 13px;font-size:.78rem;max-width:40vw}.hall-bgm .bgm-tag{color:#ff7ab5;font-weight:900;font-style:italic}.hall-bgm .bgm-title{color:#d8ecff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bgm-speaker{width:24px;height:24px;border-radius:50%;border:1.5px solid #6a0812;cursor:pointer;font-size:.7rem;background:radial-gradient(circle at 35% 30%,#ff8a94,#d21f2e 70%);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff80}.hall-main{display:grid;grid-template-columns:minmax(0,1fr) 258px;gap:12px;flex:1;min-height:0}.hall-left{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:0}.hall-roomlist{display:flex;flex-direction:column;flex:1 1 55%;min-height:220px}.roomlist-cols{display:grid;grid-template-columns:72px 86px 108px 84px 1fr;gap:8px;align-items:center}.roomlist-head{border-radius:999px;margin:8px 10px 4px;padding:5px 14px;background:linear-gradient(180deg,#6cb8ff,#2f7fe0 55%,#1a5cc0);border:1.5px solid #0a3a80;font-size:.7rem;font-weight:900;font-style:italic;color:#fff;letter-spacing:.3px;text-shadow:var(--candy-outline);box-shadow:inset 0 1px #fff9}.roomlist-body{flex:1;overflow-y:auto;padding:2px 10px 6px;display:flex;flex-direction:column;gap:4px;min-height:0}.hall-room-row{border-radius:999px;padding:5px 14px;min-height:22px;font-size:.8rem;background:linear-gradient(180deg,#603cbe80,#3a1e828c);border:1px solid rgba(160,120,255,.35);box-shadow:inset 0 1px #ffffff1f}.hall-room-row.fill{opacity:.55}.hall-room-row.playing{cursor:not-allowed;opacity:.55;filter:saturate(.6)}.hall-room-row[data-room]{cursor:pointer}.hall-room-row[data-room]:hover{background:linear-gradient(180deg,#7855dca6,#502daab3);border-color:#c8a8ff}.hall-room-row.selected{background:linear-gradient(180deg,#5aa0ffb3,#1e5fc0cc);border-color:#fff;box-shadow:0 0 0 1.5px var(--candy-cyan),0 0 10px #7ae0ff73}.hall-room-row .c-players{display:inline-flex;align-items:center;gap:6px;font-size:.78rem}.hall-room-row .c-players b{color:var(--candy-cyan);font-family:var(--font-mono, monospace)}.hall-room-row .c-players .c-pips{opacity:.85}#mp-rooms:focus{outline:none}.hall-room-row .c-no{color:#ffd23f;font-weight:900;font-family:var(--font-mono, monospace)}.hall-room-row .c-cond{font-weight:900;font-style:italic;font-size:.72rem;color:#b8c8e8}.hall-room-row .c-cond.on{color:#4eff5e;text-shadow:0 0 6px rgba(78,255,94,.6)}.hall-room-row .c-watch{color:#e8f2ff;font-size:.74rem}.hall-room-row .c-name{color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pip{display:inline-block;width:8px;height:12px;margin-right:2.5px;border-radius:3px 3px 1px 1px;background:#ffffff2e;position:relative;vertical-align:-2px}.pip:before{content:"";position:absolute;top:-5px;left:1.5px;width:5px;height:5px;border-radius:50%;background:#ffffff2e}.pip.on{background:#4eb6ff;box-shadow:0 0 5px #4eb6ffb3}.pip.on:before{background:#4eb6ff}.roomlist-foot{display:flex;align-items:center;gap:8px;padding:7px 12px;border-top:2px solid #0a3a80;background:linear-gradient(180deg,#14327899,#0a1e50b3);flex-wrap:wrap}.roomlist-foot .foot-channel{font-size:.76rem;color:#cfe3ff;font-weight:800}.roomlist-foot .foot-channel b{color:#7ae0ff}.roomlist-foot .foot-spacer{flex:1}.roomlist-foot .mp-input{width:130px;margin:0;padding:5px 10px;font-size:.78rem}.hall-level{display:flex;align-items:center;gap:8px}.hall-level .lvl-bar{flex:1;height:14px;border-radius:999px;border:1.5px solid #7a2ba0;overflow:hidden;background:#1e0a3ccc;box-shadow:inset 0 2px 4px #00000080}.hall-level .lvl-fill{height:100%;width:12%;border-radius:999px;background:linear-gradient(180deg,#ffb8e8,#ff5fa2 55%,#d21f78);box-shadow:0 0 8px #ff5fa299}.hall-level .lvl-txt{font-size:.74rem;font-weight:900;font-style:italic;color:#ffd23f;text-shadow:-1px -1px 0 #7a2ba0,1px -1px 0 #7a2ba0,-1px 1px 0 #7a2ba0,1px 1px 0 #7a2ba0}.hall-level .lvl-star{width:22px;height:22px;border-radius:50%;border:1.5px solid #7a4a06;font-size:.7rem;background:radial-gradient(circle at 35% 30%,#ffe9a8,#f0a71e 70%);display:flex;align-items:center;justify-content:center}.hall-chat{flex:1 1 32%;min-height:130px;display:flex;flex-direction:column}.chat-tabs{display:flex;gap:3px;padding:0 4px}.chat-tabs .tab{font-size:.64rem;font-weight:900;font-style:italic;letter-spacing:.5px;padding:3px 12px;border-radius:8px 8px 0 0;border:1.5px solid #0a3a80;border-bottom:none;cursor:default;background:linear-gradient(180deg,#38609a,#1c3c74);color:#9db8e0;text-shadow:var(--candy-outline)}.chat-tabs .tab.active{background:linear-gradient(180deg,#6cb8ff,#2f7fe0);color:#fff}.chat-tabs .tab.off{opacity:.5}.chat-box{flex:1;display:flex;flex-direction:column;background:#060a1a8c;border:1.5px solid rgba(140,180,255,.4);border-radius:0 10px 10px;overflow:hidden;min-height:0}.chat-log{flex:1;overflow-y:auto;padding:6px 10px;font-size:.82rem;line-height:1.45;min-height:0}.chat-log b{color:#4eff5e;font-weight:800}.chat-log .sys{color:#ffd23f}.chat-in-row{display:flex;gap:6px;padding:5px 6px;background:#08102cd9;border-top:1px solid rgba(140,180,255,.3)}.chat-in-row input{flex:1;background:#040a1ee6;border:1.5px solid #4d79c8;border-radius:999px;padding:5px 12px;color:#fff;font-size:.82rem;font-family:inherit}.chat-in-row input:focus{outline:none;border-color:var(--candy-cyan);box-shadow:0 0 0 2px #7ae0ff40,0 0 10px #7ae0ff66}.hall-myinfo{display:flex;flex-direction:column;gap:7px;padding:10px;position:relative;min-height:0;overflow-y:auto;background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.14) 0 1.5px,transparent 2px),radial-gradient(circle at 78% 26%,rgba(255,255,255,.12) 0 1px,transparent 2px),radial-gradient(circle at 40% 55%,rgba(255,255,255,.1) 0 1.2px,transparent 2px),radial-gradient(circle at 85% 75%,rgba(255,255,255,.12) 0 1.5px,transparent 2px),linear-gradient(180deg,#501e96d9,#230c50eb)}.myinfo-title{text-align:center;font-weight:900;font-style:italic;letter-spacing:1.5px;font-size:.92rem;color:#ff8ac8;text-shadow:-1.5px -1.5px 0 #fff,1.5px -1.5px 0 #fff,-1.5px 1.5px 0 #fff,1.5px 1.5px 0 #fff,0 3px 4px rgba(0,0,0,.5)}.myinfo-title i{font-style:normal;color:#ffd23f}.myinfo-stage{position:relative;flex:1 1 200px;min-height:120px;max-height:240px;border-radius:10px;overflow:hidden;background:radial-gradient(ellipse at 50% 78%,rgba(160,110,255,.35),transparent 65%)}.myinfo-stage canvas{width:100%;height:100%;display:block}.myinfo-side{position:absolute;top:4px;right:4px;display:flex;flex-direction:column;gap:4px}.myinfo-side .mini{width:34px;height:34px;border-radius:9px;border:1.5px solid #fff;cursor:default;opacity:.75;background:linear-gradient(180deg,#dfb8ff,#8a46d6);font-size:.62rem;font-weight:900;color:#fff;line-height:1;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 4px #00000080,inset 0 1px #fff9}.myinfo-plates{display:flex;flex-direction:column;gap:5px}.myinfo-bar{height:9px;border-radius:999px;background:#00000073;margin-top:4px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.myinfo-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(180deg,#ffcf8a,#f08a1e)}.myinfo-btns{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.myinfo-wardrobe{width:100%;margin-top:auto;font-size:.85rem}#mp-logout{margin-top:4px}.au-room{pointer-events:none}.au-room>*{pointer-events:auto}.room-info{position:absolute;top:12px;left:14px;display:flex;flex-direction:column;gap:5px;max-width:44vw}.room-info .info-pill{background:linear-gradient(180deg,#f4f9ff,#cfe3ff);border:2px solid #2358c8;border-radius:999px;padding:4px 14px;color:#0a2a66;font-weight:900;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-info .info-pill .tag{color:#d21f78;font-style:italic}.room-info .info-pill .st{font-size:.66rem;letter-spacing:1px;margin-left:6px;color:#4d79c8}.room-info .info-pill .st.playing{color:#14a047}.room-icons{position:absolute;top:12px;left:50%;transform:translate(-50%);display:flex;gap:5px}.room-icons .nav-ico{width:30px;height:30px;border-radius:8px;border:1.5px solid #7a4a06;cursor:default;opacity:.6;background:linear-gradient(180deg,#ffe9a8,#f0a71e);display:flex;align-items:center;justify-content:center;font-size:.85rem;box-shadow:inset 0 1px #ffffffb3}.room-tr{position:absolute;top:12px;right:14px;display:flex;flex-direction:column;gap:5px;align-items:flex-end}.room-tr .hall-bgm{margin:0;max-width:36vw}.room-tr .chance-row{display:flex;gap:5px}.room-matching{position:absolute;right:14px;bottom:214px;display:flex;flex-direction:column;gap:5px;align-items:flex-end}.au-obslist{background:#060e28b8;border:1.5px solid rgba(140,180,255,.5);border-radius:10px;padding:6px 12px;min-width:128px}.au-obslist .obs-title{font-weight:900;font-style:italic;font-size:.74rem;color:#7ac8ff;text-shadow:var(--candy-outline);margin-bottom:3px}.au-obslist .obs-row{font-size:.74rem;color:#e8f2ff}.au-obslist .obs-row.none{color:#6a7ea8}.room-obs{position:static;margin-top:4px;align-self:stretch}.room-chatlog{position:absolute;left:16px;bottom:214px;width:min(380px,44vw);max-height:180px;overflow-y:auto;display:flex;flex-direction:column;font-size:.84rem;line-height:1.5;pointer-events:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(122,224,255,.5) transparent}.room-chatlog>:first-child{margin-top:auto}.room-chatlog::-webkit-scrollbar{width:6px}.room-chatlog::-webkit-scrollbar-thumb{background:#7ae0ff80;border-radius:4px}.room-chatlog div{text-shadow:0 1px 3px #000,0 0 6px rgba(0,0,0,.8)}.room-chatlog .sys{color:var(--candy-yellow);font-style:italic}.room-chatlog b{color:#7ae0ff}.seat-hot{position:absolute;width:92px;height:58px;margin:-29px 0 0 -46px;border-radius:50%;cursor:pointer;border:2px dashed rgba(122,224,255,.65);background:radial-gradient(ellipse at center,rgba(122,224,255,.18),transparent 70%);display:flex;align-items:center;justify-content:center;font-size:.66rem;font-weight:900;font-style:italic;color:#bfeaff;letter-spacing:.5px;text-shadow:0 1px 3px #000;transition:transform .12s}.seat-hot:hover{transform:scale(1.1);border-color:#fff;color:#fff}.seat-hot.nojoin{cursor:default;opacity:.4}.seat-hot.nojoin:hover{transform:none}.room-dock{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,#08102cf0,#040a1ef7);border-top:2px solid #2358c8;padding:7px 12px 6px;display:flex;flex-direction:column;gap:6px}.dock-chat{display:flex;align-items:center;gap:6px}.dock-chat .who{min-width:92px;text-align:center;font-size:.72rem;font-weight:900;color:#7ae0ff;background:#040a1ee6;border:1.5px solid #4d79c8;border-radius:999px;padding:5px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.dock-chat input{flex:1;background:#040a1eeb;border:1.5px solid #4d79c8;border-radius:999px;padding:6px 14px;color:#fff;font-size:.85rem;font-family:inherit}.dock-chat input:focus{outline:none;border-color:var(--candy-cyan);box-shadow:0 0 0 2px #7ae0ff40,0 0 10px #7ae0ff73}.dock-chat .chip{width:26px;height:26px;border-radius:50%;border:1.5px solid #0a3a80;cursor:default;opacity:.55;background:linear-gradient(180deg,#aederff,#2f7fe0);font-size:.62rem;font-weight:900;color:#fff;display:flex;align-items:center;justify-content:center}.dock-main{display:flex;align-items:center;gap:8px}.dock-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.dock-tabs{display:flex;gap:3px}.dock-music{display:flex;align-items:center;gap:8px;background:#040a1eeb;border:1.5px solid #4d79c8;border-radius:8px;padding:5px 12px;font-size:.82rem;min-width:0}.dock-music .ms-tag{color:#ffd23f;font-weight:900;font-style:italic;white-space:nowrap;text-shadow:-1px -1px 0 #7a4a06,1px -1px 0 #7a4a06,-1px 1px 0 #7a4a06,1px 1px 0 #7a4a06}.dock-music .ms-val{color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dock-music.clickable{cursor:pointer}.dock-music.clickable:hover{border-color:#7ae0ff}.dock-selrow{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dock-mid{display:flex;flex-direction:column;gap:5px}.dock-mid .au-btn{min-width:84px}.dock-big{display:flex;align-items:center;gap:8px}.btn-start{width:66px;height:66px;border-radius:50%;border:2.5px solid #7a0f1e;cursor:pointer;background:radial-gradient(circle at 34% 28%,#ffd27a,#ff7a2e 45%,#e8283f 78%,#a80f28);color:#fff;font-weight:900;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 3px #fff9,0 3px 10px #0009,0 0 18px #ff503c73}.btn-start i{font-style:normal;font-size:1.35rem;line-height:1;filter:drop-shadow(0 1px 1px #7a0f1e)}.btn-start span{font-size:.58rem;letter-spacing:1px;font-style:italic;text-shadow:-1px -1px 0 #7a0f1e,1px -1px 0 #7a0f1e,-1px 1px 0 #7a0f1e,1px 1px 0 #7a0f1e}.btn-start:hover{filter:brightness(1.1)}.btn-start.disabled,.btn-start:disabled{cursor:not-allowed;filter:grayscale(.85) brightness(.7);box-shadow:inset 0 2px 3px #ffffff40,0 2px 6px #00000080}.btn-start.disabled:hover{filter:grayscale(.85) brightness(.75)}.btn-exit{width:58px;height:58px;border-radius:16px;border:2.5px solid #0a3a80;cursor:pointer;background:linear-gradient(180deg,#aederff 0%,#58a8f0 45%,#1e5fc0 100%);color:#fff;font-weight:900;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 3px #ffffffb3,0 3px 10px #00000080}.btn-exit i{font-style:normal;font-size:1.1rem;line-height:1.1}.btn-exit span{font-size:.56rem;letter-spacing:1px;font-style:italic;text-shadow:var(--candy-outline)}.btn-exit:hover{filter:brightness(1.1)}.dock-map{width:112px;height:76px;border-radius:10px;border:2px solid #a8d0ff;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.dock-map .map-name{position:relative;z-index:1;font-size:.7rem;font-weight:900;font-style:italic;color:#ffd23f;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;padding-bottom:4px}.dock-map .map-arrows{position:absolute;top:2px;right:3px;z-index:1;display:flex;gap:2px}.dock-map .map-arrows i{font-style:normal;font-size:.6rem;background:#0000008c;border-radius:4px;padding:1px 4px}.dock-map .map-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}.dock-map .map-name{background:#00000073;border-radius:999px;padding:1px 8px 2px;margin-bottom:3px}.dock-map .map-arrows i{cursor:pointer}.dock-map .map-arrows i:hover{background:var(--candy-blue)}.dock-map.clickable{cursor:pointer}.dock-map.clickable:hover{border-color:var(--candy-cyan)}.dock-map.thumb-club{background:linear-gradient(180deg,#3a0d6b,#7928ca 55%,#b45cff)}.dock-map.thumb-grassland{background:linear-gradient(180deg,#7ec8ff 0% 42%,#39b414 46%,#1c6e0a)}.dock-map.thumb-street{background:linear-gradient(180deg,#ffd08a,#b5482a 34%,#7a2e1c 36%,#c9793a 62%,#8f4f22)}.dock-map.thumb-beach{background:linear-gradient(180deg,#ff7a3d,#ffb35c 40%,#1f8fd1 44%,#3bb6e8 66%,#f3dfa8 70%,#e8cf8c)}.dock-map.thumb-rooftop{background:linear-gradient(180deg,#060a1f,#14204a 50%,#ff2fa0 52%,#2a2f45 56%,#171a2c)}.dock-hint{font-size:.68rem;color:#7d95c4;text-align:left}.dock-hint b{color:var(--candy-yellow);font-weight:800}.seat-strip{position:absolute;left:50%;bottom:162px;transform:translate(-50%);display:flex;gap:6px;z-index:2}.seat-chip{width:96px;height:40px;display:flex;align-items:center;gap:5px;padding:3px 7px;border-radius:10px;position:relative;background:linear-gradient(180deg,#143278bf,#081640d9);border:1.5px solid #4d79c8;box-shadow:inset 0 1px #ffffff2e,0 3px 8px #00000080;font-size:.7rem;color:#e8f2ff}.seat-chip .sc-face{width:26px;height:26px;border-radius:6px;border:1px solid rgba(255,255,255,.6);background:#0a1e46;flex:none}.seat-chip .sc-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800}.seat-chip .sc-no{width:18px;height:18px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:900;color:#9db8e0;flex:none}.seat-chip .sc-badge{position:absolute;top:-8px;right:-4px;font-style:italic;font-weight:900;font-size:.56rem;letter-spacing:.5px;padding:1px 6px;border-radius:999px;border:1px solid #fff;color:#fff;text-shadow:var(--candy-outline)}.seat-chip .sc-badge.dj{background:linear-gradient(180deg,#ffe9a8,#f0a71e);color:#7a4a06;text-shadow:none}.seat-chip .sc-badge.ready{background:linear-gradient(180deg,#c8ffb0,#3fc02a);color:#14550a;text-shadow:none}.seat-chip.me{border-color:var(--candy-yellow);box-shadow:0 0 0 1px #ffd23f80,0 0 10px #ffd23f73}.seat-chip.ready:not(.me){border-color:#6ce04e}.seat-chip.empty{opacity:.6;color:#9db8e0}.seat-chip.empty .sc-name{font-style:italic;font-weight:700}.seat-chip.empty.cansit{opacity:.9;cursor:pointer;border-style:dashed;border-color:#7ae0ffbf;color:#bfeaff}.seat-chip.empty.cansit:hover{opacity:1;border-color:#fff;color:#fff;transform:translateY(-2px)}#mp-obslist{position:fixed;top:12px;right:12px;z-index:8500;display:none}#mp-ranking{position:fixed;right:12px;bottom:96px;z-index:8500;width:224px;display:none}#mp-ranking .rk-row{display:flex;align-items:center;gap:6px;margin-bottom:4px;background:linear-gradient(90deg,#060e288c,#060e28d9);border:1px solid rgba(140,180,255,.35);border-radius:8px;padding:3px 7px 3px 4px}#mp-ranking .rk-row.me{border-color:#ffd23f;box-shadow:0 0 8px #ffd23f59}.rk-badge{min-width:30px;text-align:center;font-size:.68rem;font-weight:900;font-style:italic;color:#9db8e0;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.rk-badge.r1{color:#ff7a2e;font-size:.8rem}.rk-badge.r2{color:#4eb6ff;font-size:.76rem}.rk-badge.r3{color:#4eff5e;font-size:.72rem}.rk-face{width:26px;height:26px;border-radius:6px;border:1.5px solid #4d79c8;background:#0a1e46;object-fit:cover}.rk-name{flex:1;font-size:.72rem;font-weight:700;color:#e8f2ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rk-score{font-family:var(--font-mono, monospace);font-weight:800;font-size:.8rem;color:#7ae0ff;text-shadow:0 0 6px rgba(122,224,255,.5)}#mp-ranking .rk-row{will-change:transform}.rk-right{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.rk-combo{font-size:.6rem;font-weight:900;font-style:italic;color:var(--candy-yellow);min-height:.7rem}#match-chat{position:fixed;left:12px;bottom:100px;z-index:8400;width:min(360px,42vw);display:none}#match-chat .room-chatlog{position:static;width:auto;max-height:150px;margin-bottom:5px}#match-chat input{width:100%;box-sizing:border-box;background:#040a1ed9;border:1.5px solid #4d79c8;border-radius:999px;padding:5px 13px;color:#fff;font-size:.8rem;font-family:inherit}#match-chat input:focus{outline:none;border-color:#7ae0ff}.au-results{position:fixed;inset:0;z-index:9400;display:flex;align-items:center;justify-content:center;background:#0408188c}.au-res-card{width:min(880px,96vw);max-height:94vh;overflow-y:auto;border-radius:18px;background:linear-gradient(180deg,#183c8ceb,#0a1a46f2);border:2.5px solid #a8d0ff;box-shadow:0 0 0 3px #143278cc,0 24px 70px #000000b3;padding:14px 18px 16px}.au-res-banner{display:flex;align-items:center;justify-content:center;gap:14px;margin:2px 0 10px}.au-res-banner .stars{font-size:1.3rem;letter-spacing:3px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.6))}.au-res-word{font-size:3.2rem;font-weight:900;font-style:italic;letter-spacing:3px;line-height:1;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0 6px 0 #2358c8,0 9px 12px rgba(0,0,0,.55)}.au-res-word.win{color:#ffd23f}.au-res-word.lose{color:#7ac8ff}.au-res-head{display:grid;grid-template-columns:64px 148px 92px repeat(6,1fr) 52px;gap:6px;align-items:center;background:linear-gradient(180deg,#1a1a1a,#000);border-radius:999px;padding:5px 14px;margin-bottom:8px;font-size:.62rem;font-weight:900;font-style:italic;letter-spacing:.5px;text-align:center}.au-res-head .h-rank,.au-res-head .h-user{color:#ffd23f}.au-res-head .h-score{color:#ff8ac8}.au-res-head .h-combo{color:#7ae0ff}.au-res-head .h-perfect{color:#ff8ac8}.au-res-head .h-great{color:#4eff5e}.au-res-head .h-cool{color:#7ac8ff}.au-res-head .h-bad{color:#ff9e5e}.au-res-head .h-miss{color:#ff5e6e}.au-res-head .h-replay{color:#c8a8ff}.au-res-row{display:grid;grid-template-columns:64px 148px 92px repeat(6,1fr) 52px;gap:6px;align-items:center;border-radius:999px;padding:5px 14px;margin-bottom:6px;background:linear-gradient(180deg,#5096e666,#1e50aa80);border:1.5px solid rgba(160,200,255,.5);box-shadow:inset 0 1px #fff3}.au-res-row.me{background:linear-gradient(180deg,#96d25080,#5a961e8c);border-color:#d8ff9e}.au-res-row .r-rank{text-align:center;font-weight:900;font-style:italic;font-size:.92rem;text-shadow:-1.5px -1.5px 0 #000,1.5px -1.5px 0 #000,-1.5px 1.5px 0 #000,1.5px 1.5px 0 #000}.au-res-row .r-rank.r1{color:#ffd23f}.au-res-row .r-rank.r2{color:#7ac8ff}.au-res-row .r-rank.r3{color:#ff9e5e}.au-res-row .r-rank.rx{color:#c8d8f0;font-size:.8rem}.au-res-row .r-user{display:flex;align-items:center;gap:7px;min-width:0}.au-res-row .r-face{width:34px;height:34px;border-radius:8px;border:1.5px solid #fff;background:#0a1e46;object-fit:cover}.au-res-row .r-names{min-width:0}.au-res-row .r-title{font-size:.6rem;font-weight:900;font-style:italic;color:#ff8ac8}.au-res-row .r-name{font-size:.78rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.au-res-row .r-scores{text-align:right;line-height:1.2}.au-res-row .r-score{font-size:.82rem;font-weight:900;color:#ff8ac8;font-family:var(--font-mono, monospace)}.au-res-row .r-exp{font-size:.68rem;font-weight:800;color:#ffd23f;font-family:var(--font-mono, monospace)}.au-res-row .r-j{width:30px;height:30px;margin:0 auto;border-radius:50%;background:radial-gradient(circle at 35% 30%,#1c2a4e,#060e28 75%);border:1.5px solid rgba(140,180,255,.4);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;color:#fff}.au-res-row .r-cam{width:30px;height:30px;margin:0 auto;border-radius:7px;border:1.5px solid #3d1470;opacity:.55;background:linear-gradient(180deg,#dfb8ff,#8a46d6);display:flex;align-items:center;justify-content:center;font-size:.72rem}.au-res-foot{display:flex;align-items:center;gap:10px;margin-top:8px;justify-content:flex-end}.au-res-foot .gain{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:900;font-style:italic}.au-res-foot .gain .g-tag{padding:2px 10px;border-radius:999px;border:1.5px solid rgba(0,0,0,.4)}.au-res-foot .gain.beats .g-tag{background:linear-gradient(180deg,#c8ffb0,#3fc02a);color:#14550a}.au-res-foot .gain.exp .g-tag{background:linear-gradient(180deg,#ffe9a8,#f0a71e);color:#7a4a06}.au-res-foot .gain b{font-family:var(--font-mono, monospace);color:#fff}.au-res-esc{position:absolute;top:12px;left:14px}.au-res-foot .gain .g-total{font-size:.66rem;font-weight:800;color:#c8d8f0;font-family:var(--font-mono, monospace)}.au-res-foot .levelup-chip{padding:3px 12px;border-radius:999px;font-size:.7rem;font-weight:900;font-style:italic;color:#7a2ba0;background:linear-gradient(180deg,#fff6b0,#ffd23f);border:1.5px solid #fff;box-shadow:0 0 12px #ffd23fcc;animation:levelup-pop .9s ease-in-out infinite alternate}@keyframes levelup-pop{0%{transform:scale(1)}to{transform:scale(1.08)}}.myinfo-plates .myinfo-ttl{margin-left:6px;font-size:.66rem;font-weight:900;font-style:italic;color:#ff8ac8}#mp-waiting{position:fixed;left:50%;top:18px;transform:translate(-50%);z-index:9300;display:none;align-items:center;gap:8px;background:linear-gradient(180deg,#6a2bb0,#3d1470);border:2px solid #a878e8;border-radius:999px;padding:6px 18px;font-size:.8rem;color:#fff;font-weight:800;font-style:italic;box-shadow:0 6px 18px #00000080}#mp-waiting .wait-dot{width:10px;height:10px;border-radius:50%;background:#ffd23f;animation:wait-blink .9s ease-in-out infinite alternate}@keyframes wait-blink{0%{opacity:.25}to{opacity:1}}.mp-wardrobe{width:min(640px,94vw)}.wd-body{display:flex;gap:14px;align-items:stretch}.wd-preview{width:200px;height:260px;flex:none;border-radius:14px;border:1.5px solid #4d79c8;background:radial-gradient(ellipse at 50% 30%,#7ae0ff40,#09123033 70%);overflow:hidden}.wd-preview canvas{width:100%;height:100%;display:block}.wd-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.wd-tabs .tab{text-transform:capitalize;cursor:pointer}.wd-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px;max-height:220px;overflow-y:auto;padding-right:4px}.wd-chip{display:flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:.74rem;font-weight:800;color:#fff;text-align:left;background:linear-gradient(180deg,#603cbe66,#3a1e8280);border:1.5px solid rgba(160,120,255,.35)}.wd-chip:hover{border-color:#c8a8ff}.wd-chip.on{border-color:var(--candy-yellow);box-shadow:0 0 0 1px #ffd23f80,0 0 10px #ffd23f73}.wd-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-swatch{width:16px;height:16px;flex:none;border-radius:50%;border:1.5px solid #fff;box-shadow:0 0 0 1px #00000080}.wd-foot{display:flex;align-items:center;gap:8px;margin-top:12px}.wd-status{flex:1;font-size:.72rem;color:#ffd23f;font-weight:700}.emote-pop{position:fixed;z-index:9650;display:grid;grid-template-columns:repeat(5,40px);gap:4px;padding:6px;background:#091230f5;border:2px solid #a8d0ff;border-radius:14px;box-shadow:0 8px 22px #0009}.emote-btn{width:40px;height:40px;border-radius:10px;border:1.5px solid transparent;background:transparent;cursor:pointer;font-size:1.4rem;line-height:1}.emote-btn:hover{background:#7ae0ff33;border-color:var(--candy-cyan)}.match-chat-row{display:flex;gap:6px;align-items:center}.match-chat-row input{flex:1;min-width:0}.mp-modal{position:fixed;inset:0;z-index:9600;display:flex;align-items:center;justify-content:center;background:#04081899}.mp-songlist{width:min(460px,92vw)}.mp-songs{max-height:52vh;overflow-y:auto;display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.mp-song{background:linear-gradient(180deg,#603cbe66,#3a1e8280);border:1px solid rgba(160,120,255,.35);border-radius:999px;padding:8px 14px;cursor:pointer;font-size:.86rem;font-weight:700}.mp-song:hover{border-color:#c8a8ff;background:linear-gradient(180deg,#7855dc99,#502daaa6)}.aud-note.rev{animation:audRevPulse .9s ease-in-out infinite;border-color:#ff9ecb}@keyframes audRevPulse{0%,to{box-shadow:none;transform:scale(1)}50%{box-shadow:none;transform:scale(1.02)}}#aud-reverse.chance{background:linear-gradient(180deg,#ffe9a8,#f0a71e);color:#7a4a06;box-shadow:0 0 16px #ffd23fcc}.mp-songlist #mp-songsearch{margin-bottom:8px}.mp-song-count{font-size:.68rem;color:#7d95c4;text-align:right;margin:-6px 2px 8px;font-weight:700}body.aud-candy #aud-corner{gap:10px}body.aud-candy #aud-level{font-family:var(--font-display, "Outfit", sans-serif);font-size:0;letter-spacing:0;color:#fff;text-shadow:none;display:inline-flex;align-items:baseline;gap:6px}body.aud-candy #aud-level:before{content:"LEVEL";font-size:.9rem;font-weight:900;font-style:italic;letter-spacing:2px;color:#fff;text-shadow:-1.5px -1.5px 0 #000,1.5px -1.5px 0 #000,-1.5px 1.5px 0 #000,1.5px 1.5px 0 #000,0 2px 3px rgba(0,0,0,.7)}body.aud-candy #aud-level .lvl-num{font-size:1.9rem;font-weight:900;font-style:italic;line-height:1;color:#ff3040;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 3px 0 #7a0f1e,0 5px 6px rgba(0,0,0,.6)}body.aud-candy #aud-reverse{font-family:var(--font-display, "Outfit", sans-serif);font-weight:900;font-style:italic;color:#fff;background:linear-gradient(180deg,#ffc3e0,#d21f78);border:1.5px solid #8a0f4a;text-shadow:-1px -1px 0 #8a0f4a,1px -1px 0 #8a0f4a,-1px 1px 0 #8a0f4a,1px 1px 0 #8a0f4a}body.aud-candy #aud-main{bottom:128px;gap:6px;width:min(640px,84vw)}body.aud-candy #aud-gauge{width:250px;height:24px;flex:none;border:1.5px solid rgba(0,0,0,.45);background:linear-gradient(180deg,#0a10226b,#060a188c);backdrop-filter:blur(2px);box-shadow:inset 0 1px 3px #00000080,0 1px 3px #00000059}body.aud-candy #aud-gauge.aud-gauge-hot{border-color:#00000073;box-shadow:0 0 10px #00f3ff73,inset 0 0 8px #00f3ff40}body.aud-candy #aud-gauge.beat{animation:none}body.aud-candy #aud-gauge.beat:after{animation:audHitZonePulse var(--aud-beat-dur, .32s) ease-out}@keyframes audHitZonePulse{0%{transform:translate(-50%) scaleY(1.3) scaleX(2.2);opacity:1}to{transform:translate(-50%) scale(1);opacity:.85}}body.aud-candy #aud-row{position:relative;justify-content:center;padding-left:0;margin-bottom:14px}body.aud-candy #aud-corner{position:absolute;right:calc(50% + 137px);top:50%;transform:translateY(-50%);white-space:nowrap}body.aud-candy #aud-judge{font-family:var(--font-display, "Outfit", sans-serif);font-style:italic;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 3px 0 #2358c8,0 0 18px currentColor}#aud-notes:empty{display:none}body.aud-candy #aud-notes{gap:6px;padding:7px 16px;background:linear-gradient(180deg,#7887b48c,#46527d99);border:1.5px solid rgba(12,18,38,.55);border-radius:18px;box-shadow:inset 0 2px 6px #000000b3,0 8px 22px #0009}body.aud-candy .aud-note{width:52px;height:52px;font-size:1.7rem;border:1.5px solid rgba(255,255,255,.45);background:radial-gradient(circle at 35% 30%,#8ed0ff,#2f7fe0 55%,#1656b8);box-shadow:inset 0 -3px 5px #0000004d,0 3px 6px #00000080}body.aud-candy .aud-note.current{border-color:#ffffffd9;box-shadow:inset 0 -3px 5px #0000004d,0 3px 6px #00000080;transform:none}body.aud-candy .aud-note.done{background:radial-gradient(circle at 35% 30%,#d8ff9e,#6ce04e 55%,#2a9418);border-color:#ffffff73;filter:none;transform:scale(.92)}body.aud-candy .aud-note.done.current{background:radial-gradient(circle at 35% 30%,#fff6b0,#ffd23f 55%,#cc7d0a)}body.aud-candy .aud-note.rev{background:radial-gradient(circle at 35% 30%,#ffc3e0,#ff5fa2 55%,#c81673)}body.aud-candy #aud-hint{display:none}#song-plate{position:fixed;left:12px;bottom:12px;z-index:8500;display:none;flex-direction:column;gap:4px;min-width:260px;max-width:min(420px,46vw);padding:7px 16px 8px;background:linear-gradient(180deg,#6a2bb0,#3d1470);border:2px solid #a878e8;border-radius:18px;color:#fff;font-weight:800;font-size:.78rem;box-shadow:0 6px 18px #0000008c,inset 0 1px #ffffff59}#song-plate.on{display:flex}#song-plate .sp-title{display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#song-plate .sp-note{color:#ffd23f;flex:none}#song-plate .sp-time{display:flex;align-items:baseline;gap:5px;font-family:var(--font-mono, monospace);font-size:.74rem}#song-plate .sp-el{color:#7ae0ff}#song-plate .sp-sep{opacity:.6}#song-plate .sp-total{color:#c8b8ff}#song-plate .sp-left{margin-left:auto;color:#ffd23f;font-size:.68rem}#song-plate .sp-bpm{color:#8ed0ff;font-size:.68rem}#song-plate .sp-bar{height:4px;border-radius:999px;background:#00000073;overflow:hidden;border:1px solid rgba(255,255,255,.18)}#song-plate .sp-bar i{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,#7ae0ff,#ff7ab5);transition:width .25s linear}.pause-overlay{position:absolute;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .15s ease}.pause-overlay.active{opacity:1;pointer-events:auto}.pause-card{display:flex;flex-direction:column;gap:10px;min-width:240px;padding:22px 26px;text-align:center;background:#091230f0;border:2px solid #a8d0ff;border-radius:16px;box-shadow:0 16px 36px #000c}.pause-title{font-size:1.5rem;font-weight:900;font-style:italic;letter-spacing:3px;color:#fff;text-shadow:var(--candy-outline);margin-bottom:4px}#analysis-overlay{position:fixed;inset:0;z-index:9550;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#040a1ed1;backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .2s ease}#analysis-overlay.active{opacity:1;pointer-events:auto}.analysis-spinner-box{position:relative;width:72px;height:72px;display:flex;align-items:center;justify-content:center}.spinner-ring{position:absolute;inset:0;border-radius:50%;border:4px solid rgba(168,208,255,.25);border-top-color:var(--candy-pink);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analysis-status-text{font-size:1.05rem;font-weight:900;font-style:italic;letter-spacing:2px;color:#fff;text-shadow:var(--candy-outline)}.analysis-detail-text{font-size:.8rem;color:#9db8e0;font-weight:700;max-width:70vw;text-align:center}.analysis-progress-bar{width:min(360px,80vw);height:10px;border-radius:999px;background:#00000080;border:1.5px solid #4d79c8;overflow:hidden}.analysis-progress-fill{height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,#7ae0ff,#ff7ab5);transition:width .15s ease}.au-solo{display:flex;flex-direction:column;gap:10px;padding:12px 16px 14px}.au-solo .hall-top .au-btn{margin-left:6px}.solo-main{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;flex:1;min-height:0}.solo-list{display:flex;flex-direction:column;gap:8px;padding:10px;min-height:0}.solo-list .mp-songs{flex:1;max-height:none;margin-bottom:0;min-height:0}.solo-list .mp-song.on{background:linear-gradient(180deg,#ffd23f8c,#cc7d0a99);border-color:#ffd23f;color:#fff}.solo-side{display:flex;flex-direction:column;gap:8px;padding:10px;min-height:0;overflow-y:auto}.solo-side .myinfo-title{margin-bottom:2px}.solo-side .au-plate{display:flex;justify-content:space-between;gap:8px}.solo-side .au-plate b{color:#7ae0ff;font-family:var(--font-mono, monospace);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.solo-side .au-plate.title b{color:#ffd23f;font-family:inherit}.solo-sel{display:flex;gap:6px;flex-wrap:wrap}.solo-sel .au-sel{cursor:pointer;opacity:.55}.solo-sel .au-sel.on{opacity:1;box-shadow:0 0 10px #ffd23fcc,inset 0 1px #fff9;border-color:#ffd23f}.solo-map{align-self:center}.solo-map.dock-map{width:168px;height:108px;cursor:pointer}.solo-map .map-arrows{display:flex}.solo-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:auto;padding-top:6px}.solo-actions .btn-start{width:84px;height:84px;font-size:.95rem}.solo-actions .btn-start i{font-size:1.5rem}.solo-hint{font-size:.68rem;color:#7d95c4;text-align:center}.mp-settings{width:min(480px,94vw);max-height:92vh;overflow-y:auto}.au-kv{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 12px;border-radius:999px;background:#040c24cc;border:1px solid rgba(140,180,255,.35);font-size:.8rem;font-weight:700;color:#e8f2ff;margin-bottom:6px}.au-kv b{font-family:var(--font-mono, monospace);color:#7ae0ff;min-width:64px;text-align:right}.au-kv .au-slider{flex:1}.au-slider{-webkit-appearance:none;appearance:none;height:8px;border-radius:999px;background:linear-gradient(90deg,#7ae0ff,#ff7ab5);border:1px solid #0a3a80;outline:none;cursor:pointer}.au-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;border:2px solid #fff;background:radial-gradient(circle at 35% 30%,#fff,#ff3b5c);box-shadow:0 0 6px #ff506ee6}.au-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;border:2px solid #fff;background:radial-gradient(circle at 35% 30%,#fff,#ff3b5c)}.key-badge{font-family:var(--font-mono, monospace);font-size:.72rem;font-weight:800;padding:2px 9px;border-radius:999px;background:#142864b3;border:1px solid #4d79c8;color:#fff}.calib-box{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;border-radius:14px;background:#040c24cc;border:1.5px solid #4d79c8;margin-bottom:6px}.calib-dot{width:44px;height:44px;border-radius:50%;border:2px solid #fff;transition:transform .05s ease;background:radial-gradient(circle at 35% 30%,#fff,#2f7fe0 55%,#1656b8);box-shadow:0 0 10px #7ae0ffb3}.calib-dot.down{background:radial-gradient(circle at 35% 30%,#fff6b0,#ffd23f 55%,#cc7d0a)}.calib-val{font-family:var(--font-mono, monospace);font-size:1.4rem;font-weight:800;color:#7ae0ff}.calib-taps{font-size:.72rem;color:#9db8e0;font-weight:700}.calib-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.set-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.myinfo-gear{position:absolute;top:8px;right:8px;width:26px;height:26px;padding:0;font-size:.85rem;border-radius:50%}.au-res-grade{display:inline-block;margin-left:6px;padding:0 6px;border-radius:999px;font-size:.66rem;font-weight:900;font-style:italic;border:1px solid rgba(255,255,255,.5);background:#00000059;vertical-align:middle;text-shadow:0 1px 0 #000}.au-res-grade.grade-sss{color:#ffe600}.au-res-grade.grade-ss{color:#7ae0ff}.au-res-grade.grade-s{color:#4eff5e}.au-res-grade.grade-a{color:#c49bff}.au-res-grade.grade-b{color:#ffc84e}.au-res-grade.grade-c{color:#ff9e5e}.au-res-grade.grade-d{color:#ff5b7f}.mp-mall{width:calc(100vw - 32px);height:calc(100vh - 32px);max-height:none;display:flex;flex-direction:column;padding:16px 18px 14px;box-sizing:border-box;background:linear-gradient(180deg,#381660f5,#1c0a3af7);border-color:#c8a8ff}.mall-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.mall-logo{font-weight:900;font-style:italic;font-size:1.5rem;letter-spacing:1px;color:#ffd23f;text-shadow:-2px -2px 0 #6a2bb0,2px -2px 0 #6a2bb0,-2px 2px 0 #6a2bb0,2px 2px 0 #6a2bb0,0 3px 0 #3d1470,0 5px 8px rgba(0,0,0,.6)}.mall-top .spacer{flex:1}.mall-body{display:flex;gap:14px;min-height:0;flex:1}.mall-left{width:260px;flex:none;display:flex;flex-direction:column;gap:8px;min-height:0}.mall-preview{flex:1;min-height:260px;border-radius:14px;border:1.5px solid #c8a8ff;overflow:hidden;background:radial-gradient(ellipse at 50% 30%,#ffffff38,#783cc840 70%)}.mall-preview canvas{width:100%;height:100%;display:block}.mall-tryon{font-size:.7rem;color:#ffd23f;font-weight:800;min-height:1.2em;text-align:center}.mall-balance{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:12px;background:linear-gradient(180deg,#ff7ab5,#d21f78);border:1.5px solid #8a0f4a;color:#fff;font-weight:900;font-style:italic;text-shadow:var(--candy-outline);box-shadow:inset 0 1px #ffffff80}.mall-balance b{font-size:1.1rem}.mall-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.mall-tabs{display:flex;gap:4px;flex-wrap:wrap}.mall-tabs .tab{text-transform:capitalize;cursor:pointer}.mall-tools{display:flex;gap:6px;align-items:center}.mall-tools input,.mall-tools select{background:#00000059;border:1.5px solid #c8a8ff;border-radius:9px;color:#fff;padding:5px 9px;font-family:inherit;font-size:.8rem}.mall-tools input{flex:1;min-width:0}.mall-count{font-size:.68rem;color:#d8c8ff;font-weight:700;white-space:nowrap}.mall-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px;overflow-y:auto;padding-right:4px;min-height:0}.mall-card{position:relative;display:grid;grid-template-columns:84px 1fr;gap:8px;align-items:center;padding:8px;border-radius:12px;background:linear-gradient(180deg,#ffffff24,#ffffff0d);border:1.5px solid rgba(200,168,255,.55);cursor:pointer;transition:border-color .12s,transform .12s}.mall-card:hover{border-color:#ffd23f;transform:translateY(-1px)}.mall-card.sel{border-color:#ffd23f;box-shadow:0 0 0 1px #ffd23f80,0 0 12px #ffd23f73}.mall-card.owned{opacity:.85}.mall-thumb{width:84px;height:84px;border-radius:10px;background:#ffffffd9;object-fit:cover;display:block}.mall-info{display:flex;flex-direction:column;gap:3px;min-width:0}.mall-name{font-weight:900;color:#fff;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mall-tier{font-size:.62rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#d8c8ff}.mall-tier.cool{color:#8ed0ff}.mall-tier.rare{color:#ffd23f}.mall-price{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:2px}.mall-price .p{font-family:var(--font-mono, monospace);font-weight:900;color:#ffd23f;font-size:.9rem}.mall-price .p.short{color:#ff8090}.mall-price .au-btn.sm{padding:3px 9px}.mall-ribbon{position:absolute;top:-6px;left:-6px;background:linear-gradient(180deg,#58a8f0,#1e5fc0);border:1.5px solid #0a3a80;color:#fff;font-weight:900;font-style:italic;font-size:.62rem;padding:1px 7px;border-radius:6px;text-shadow:var(--candy-outline);transform:rotate(-8deg)}.mall-foot{display:flex;align-items:center;gap:8px;margin-top:10px}.mall-status{flex:1;font-size:.74rem;color:#ffd23f;font-weight:800}.mall-empty{padding:20px;text-align:center;color:#d8c8ff;font-weight:700;grid-column:1 / -1}.wd-more{font-size:.7rem;color:#ffd23f;cursor:pointer;text-decoration:underline;margin-left:auto}.mp-exptable{width:min(720px,94vw);max-height:90vh;display:flex;flex-direction:column}.xp-jobs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.xp-job{padding:4px 10px;border-radius:999px;font-weight:900;font-style:italic;font-size:.74rem;color:#fff;text-shadow:var(--candy-outline);background:linear-gradient(180deg,#58a8f0,#1e5fc0);border:1.5px solid #0a3a80}.xp-job.j1{background:linear-gradient(180deg,#a8e0a0,#3fc02a);border-color:#14550a}.xp-job.j2{background:linear-gradient(180deg,#8ed0ff,#1e5fc0)}.xp-job.j3{background:linear-gradient(180deg,#dfb8ff,#8a46d6);border-color:#3d1470}.xp-job.j4{background:linear-gradient(180deg,#ffc3e0,#d21f78);border-color:#8a0f4a}.xp-job.j5{background:linear-gradient(180deg,#ffe9a8,#f0a71e);border-color:#7a4a06}.xp-wrap{overflow:auto;min-height:0;border-radius:10px;border:1px solid #4d79c8}.xp-table{width:100%;border-collapse:collapse;font-size:.76rem}.xp-table th,.xp-table td{padding:4px 10px;text-align:right;white-space:nowrap}.xp-table th{position:sticky;top:0;background:#143a80;color:#fff;text-align:right}.xp-table th:nth-child(2),.xp-table td:nth-child(2){text-align:left}.xp-table tr:nth-child(2n) td{background:#ffffff0d}.xp-table tr.me td{background:#ffd23f38;color:#fff;font-weight:900}.xp-table td.num{font-family:var(--font-mono, monospace)}.myinfo-level-link{cursor:pointer;text-decoration:underline dotted}.lic-card,.lic-notice{width:min(520px,94vw);position:relative;text-align:center}.lic-card p,.lic-notice p{color:#e8f2ff;font-size:.86rem;line-height:1.45}.lic-stamp{position:absolute;top:-18px;right:18px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:1.6rem;background:linear-gradient(180deg,#ffe9a8,#f0a71e);border:2px solid #7a4a06;box-shadow:0 4px 12px #00000080;transform:rotate(12deg)}.lic-card.fail .lic-stamp{background:linear-gradient(180deg,#ffb0b8,#e02a40);border-color:#6a0812;color:#fff}.lic-sub{margin:-4px 0 10px}.lic-song{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;font-size:.9rem}.lic-missing{color:#ff8090;font-weight:800;font-size:.74rem}.lic-reqs{list-style:none;margin:0 0 10px;padding:0;display:grid;gap:4px;text-align:left}.lic-reqs li{display:flex;justify-content:space-between;padding:5px 12px;border-radius:9px;background:#ffffff12;border:1px solid rgba(168,208,255,.3);font-size:.82rem;color:#e8f2ff}.lic-reqs li b{font-family:var(--font-mono, monospace);color:#ffd23f}.lic-reqs li.ok{border-color:#6ce04e99}.lic-reqs li.ok b{color:#9dff7a}.lic-reqs li.bad{border-color:#ff506e99}.lic-reqs li.bad b{color:#ff8090}.lic-warn{color:#ffd23f;font-size:.74rem!important;font-weight:800}.lic-ladder{display:grid;gap:4px;text-align:left;margin-bottom:8px}.lic-step{padding:5px 10px;border-radius:9px;background:#ffffff12;font-size:.8rem;color:#e8f2ff}.lic-step i{color:#8ed0ff;font-style:normal}.lic-step.done{opacity:.6;text-decoration:line-through}.myinfo-lic{display:block;font-size:.66rem;font-weight:900;color:#c8a8ff;margin-top:2px}.myinfo-lic.ready{color:#ffd23f;animation:licBlink 1.2s ease-in-out infinite}@keyframes licBlink{0%,to{opacity:1}50%{opacity:.45}}.xp-table tr.gate td{border-top:1px solid rgba(255,210,63,.5)}.xp-gate{font-size:.66rem;color:#ffd23f;font-weight:800;margin-left:6px}#lic-strip{position:fixed;left:12px;bottom:104px;z-index:8500;width:224px;display:none;padding:8px 10px;border-radius:12px;background:linear-gradient(180deg,#381660eb,#1c0a3af0);border:1.5px solid #c8a8ff;color:#fff;font-size:.7rem}.lic-strip-title{font-weight:900;font-style:italic;color:#ffd23f;margin-bottom:5px;text-shadow:var(--candy-outline)}.lic-row{display:grid;grid-template-columns:1fr auto;gap:2px 6px;margin-bottom:4px}.lic-row .k{color:#d8c8ff;font-weight:700}.lic-row .v{font-family:var(--font-mono, monospace);font-weight:900}.lic-row .bar{grid-column:1 / -1;display:block;height:4px;border-radius:999px;background:#00000073;overflow:hidden}.lic-row .bar b{display:block;height:100%;width:0;background:linear-gradient(90deg,#58a8f0,#8ed0ff);transition:width .2s}.lic-row.ok .v{color:#9dff7a}.lic-row.ok .bar b{background:linear-gradient(90deg,#3fc02a,#9dff7a)}.lic-row.bad .v{color:#ff8090}.lic-row.bad .bar b{background:linear-gradient(90deg,#e02a40,#ff8090)}.emote-sep{display:block;grid-column:1 / -1;height:1px;margin:2px 0;background:#a8d0ff59}.emote-btn.face{filter:saturate(1.2)}.mall-basket{font-size:.74rem;color:#fff;font-weight:800;white-space:nowrap}.mall-basket b{color:#ffd23f}.mall-ribbon.wearing{background:linear-gradient(180deg,#c8ffb0,#3fc02a);border-color:#14550a}.wd-on{color:#9dff7a;font-size:.78rem}.mall-empty a{color:#ffd23f}.ux-modal{position:fixed;inset:0;z-index:9900;display:flex;align-items:center;justify-content:center;background:#02061400;transition:background .12s}.ux-modal.in{background:#0206148c}.ux-modal.out{background:#02061400}.ux-card{width:min(440px,92vw);padding:18px 20px 14px;border-radius:16px;text-align:center;position:relative;background:linear-gradient(180deg,#142860f7,#091230fa);border:2px solid #a8d0ff;box-shadow:0 14px 40px #0009,inset 0 1px #ffffff40;transform:translateY(8px) scale(.97);opacity:0;transition:transform .14s ease-out,opacity .14s}.ux-modal.in .ux-card{transform:none;opacity:1}.ux-modal.out .ux-card{transform:translateY(6px) scale(.98);opacity:0}.ux-card.danger{border-color:#ff8090}.ux-icon{font-size:1.8rem;margin-bottom:2px}.ux-title{font-weight:900;font-style:italic;font-size:1.05rem;letter-spacing:1px;color:#ffd23f;text-shadow:var(--candy-outline);margin-bottom:6px}.ux-card.danger .ux-title{color:#ff8090}.ux-body{color:#e8f2ff;font-size:.9rem;line-height:1.45;font-weight:600}.ux-input{display:block;width:100%;box-sizing:border-box;margin:12px 0 0;padding:8px 12px;border-radius:10px;background:#0006;border:1.5px solid #4d79c8;color:#fff;font-family:inherit;font-size:.9rem}.ux-input:focus{outline:none;border-color:#7ae0ff}.ux-actions{display:flex;justify-content:center;gap:10px;margin-top:14px}.mp-song{display:flex;align-items:center;justify-content:space-between;gap:8px}.mp-song .song-t{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-song .song-bpm{flex:none;font-family:var(--font-mono, monospace);font-size:.7rem;font-weight:800;color:#8ed0ff;background:#0000004d;border-radius:999px;padding:1px 8px}.mp-song .song-bpm.unk{color:#7d95c4}.dock-music .ms-bpm{font-family:var(--font-mono, monospace);font-size:.66rem;font-weight:800;color:#8ed0ff;background:#00000047;border-radius:999px;padding:1px 7px;margin-left:6px}.mp-create{width:min(460px,92vw)}.create-row{display:flex;gap:8px;align-items:center}.create-row .mp-input{flex:1;margin:0}.create-hint{font-size:.72rem;color:#9db8e8;margin-top:8px;line-height:1.4}.world-screen{pointer-events:none}.world-screen .au-btn,.world-screen input,.world-screen .hall-bgm,.world-screen .room-chatlog{pointer-events:auto}.world-top{position:absolute;top:12px;left:14px;right:14px;display:flex;align-items:center;gap:8px}.world-top .hall-logo{margin-right:6px}.world-top .hall-bgm{margin-left:auto}.world-prompt{position:absolute;left:50%;bottom:150px;transform:translate(-50%);font-weight:900;font-style:italic;color:#fff;text-shadow:var(--candy-outline);font-size:1rem;padding:4px 14px;border-radius:999px;background:#060e288c;border:1.5px solid rgba(168,208,255,.4);min-height:1.2em}.world-prompt:empty{display:none}.world-prompt.action{background:linear-gradient(180deg,#dfb8ff,#8a46d6);border-color:#3d1470;animation:licBlink 1.4s ease-in-out infinite}.world-chat{position:absolute;left:14px;bottom:44px;width:min(380px,44vw)}.world-chat .room-chatlog{position:static;width:auto;max-height:170px;margin-bottom:6px;background:#040a1e8c;border-radius:10px;padding:6px 10px}.world-chat input{width:100%;box-sizing:border-box;background:#040a1ecc;border:1.5px solid #4d79c8;border-radius:10px;color:#fff;padding:7px 12px;font-family:inherit}.world-chat input:focus{outline:none;border-color:#7ae0ff}.world-hint{position:absolute;left:14px;bottom:14px;font-size:.7rem;color:#9db8e0;font-weight:700;text-shadow:0 1px 2px #000}.world-count{font-size:.72rem;font-weight:800;color:#9dff7a;text-shadow:0 1px 2px #000;margin-left:6px}.world-screen{user-select:none}body.cam-drag,body.cam-drag *{cursor:grabbing!important}#tab-block{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:#020614eb}.tab-card{width:min(460px,92vw);padding:24px 26px;border-radius:16px;text-align:center;color:#e8f2ff;background:linear-gradient(180deg,#142860f7,#091230fa);border:2px solid #a8d0ff;box-shadow:0 14px 40px #0009}.tab-title{font-weight:900;font-style:italic;font-size:1.15rem;color:#ffd23f;text-shadow:var(--candy-outline);margin-bottom:8px}.tab-card p{font-size:.9rem;line-height:1.45;margin:0 0 14px}.mp-alpha{margin:6px 0 14px;padding:10px 12px;font-size:12px;line-height:1.45;color:var(--text-secondary);background:#ff9e0014;border:1px solid rgba(255,158,0,.35);border-radius:10px;text-align:left}.mp-alpha b{color:var(--dir-right)}.mp-alpha a,.mp-terms a{color:var(--dir-down);text-decoration:underline;cursor:pointer}.mp-terms{display:flex;align-items:flex-start;gap:8px;margin:10px 2px 2px;font-size:12px;color:var(--text-secondary);text-align:left;cursor:pointer}.mp-terms input{margin-top:2px;accent-color:var(--dir-up)}#alpha-badge{position:fixed;left:10px;bottom:10px;z-index:9000;padding:5px 10px;font:700 11px/1 var(--font-display, sans-serif);letter-spacing:.04em;color:var(--dir-right);background:#0e121bd1;border:1px solid rgba(255,158,0,.4);border-radius:999px;cursor:pointer;backdrop-filter:blur(6px)}#alpha-badge:hover{background:#ff9e0026}.legal{text-align:left;max-height:55vh;overflow-y:auto;padding-right:6px}.legal .legal-meta{color:var(--text-muted);font-size:12px;margin:0 0 10px}.legal h4{color:var(--text-primary);margin:14px 0 4px;font-size:14px}.legal p{color:var(--text-secondary);font-size:13px;line-height:1.5;margin:0 0 8px}.gate-choices{display:flex;flex-direction:column;gap:12px;align-items:stretch}.gate-primary{font-size:20px;padding:18px 22px;display:flex;flex-direction:column;gap:3px;line-height:1.15}.gate-primary small,.gate-secondary small{font-size:12px;font-weight:500;opacity:.85}.gate-secondary{display:flex;flex-direction:column;gap:2px;padding:12px 18px;opacity:.92}.rk-screen{display:flex;flex-direction:column;gap:14px;max-width:720px;margin:0 auto;padding:18px;width:100%}.rk-head{display:flex;align-items:center;gap:12px}.rk-head .mp-logo{flex:1;text-align:center}.rk-song{max-width:220px}.rk-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:6px}.rk-row{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;background:#ffffff0a}.rk-head-row{background:none;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding-bottom:2px}.rk-rank{font-weight:800;font-size:18px;text-align:center;color:var(--text-secondary)}.rk-row.gold{background:linear-gradient(90deg,#ffc44a2e,#ffffff0a)}.rk-row.silver{background:linear-gradient(90deg,#c8d2e629,#ffffff0a)}.rk-row.bronze{background:linear-gradient(90deg,#cd7f3229,#ffffff0a)}.rk-id{display:flex;flex-direction:column;gap:3px;min-width:0}.rk-name{color:var(--text-primary);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rk-job{color:var(--text-secondary);font-size:12px}.rk-expbar{height:5px;border-radius:3px;background:#ffffff1a;overflow:hidden;margin-top:2px;max-width:220px}.rk-expbar i{display:block;height:100%;background:linear-gradient(90deg,var(--dir-up),var(--dir-down))}.rk-score{font-variant-numeric:tabular-nums;font-weight:800;color:var(--text-primary);text-align:right;display:flex;flex-direction:column}.rk-score small{font-size:10px;font-weight:500;color:var(--text-muted);text-transform:uppercase}.hall-online{margin-top:10px;display:flex;flex-direction:column;min-height:0}.online-head{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.online-head b{color:var(--dir-up)}.online-list{display:flex;flex-direction:column;gap:3px;max-height:190px;overflow-y:auto}.online-row{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:8px;padding:4px 8px;border-radius:7px;background:#ffffff08;font-size:12px}.online-row .ol-lvl{font-weight:800;color:var(--dir-right)}.ol-id{display:flex;flex-direction:column;min-width:0}.ol-name{color:var(--text-primary);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ol-job{color:var(--text-muted);font-size:10px}.ol-loc{color:var(--text-secondary);font-size:11px;white-space:nowrap}.ms-random{display:flex;gap:6px;margin:6px 0 8px;flex-wrap:wrap}.ms-random .au-btn{flex:1;min-width:90px}.myinfo-logout{position:absolute;top:8px;right:44px}.seat-chip.grantable{cursor:pointer}.seat-chip.grantable:hover{outline:2px solid var(--dir-right);outline-offset:1px}
