.toast-host[data-v-0e0ca1b6]{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}.toast-stack[data-v-0e0ca1b6]{display:flex;flex-direction:column;gap:8px;align-items:center}.toast[data-v-0e0ca1b6]{pointer-events:auto;min-width:200px;max-width:360px;padding:10px 16px;border-radius:8px;font-size:14px;line-height:1.5;box-shadow:var(--shadow-md);background:var(--surface);color:var(--text);border:1px solid var(--border)}.toast--success[data-v-0e0ca1b6]{background:var(--success-soft);color:var(--success);border-color:var(--success)}.toast--error[data-v-0e0ca1b6]{background:var(--danger-soft);color:var(--danger);border-color:var(--danger)}.toast--info[data-v-0e0ca1b6]{background:var(--primary-soft);color:var(--primary-strong);border-color:var(--primary)}.toast-enter-active[data-v-0e0ca1b6],.toast-leave-active[data-v-0e0ca1b6]{transition:transform .22s ease,opacity .22s ease}.toast-enter-from[data-v-0e0ca1b6],.toast-leave-to[data-v-0e0ca1b6]{opacity:0;transform:translateY(-12px)}:root{--bg:#f5f7fb;--panel:#fff;--soft:#f3f5f9;--text:#111827;--text-2:#475569;--text-3:#94a3b8;--border:#e7ebf2;--border-2:#d8dee8;--primary:#6366f1;--primary-2:#4f46e5;--primary-soft:#e8eaff;--success:#22c55e;--shadow-sm:0 6px 16px rgba(15,23,42,.05);--shadow-md:0 12px 28px rgba(15,23,42,.1);--shadow-lg:0 24px 60px rgba(15,23,42,.14)}*{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(99,102,241,.16),transparent 28%),radial-gradient(circle at top right,rgba(14,165,233,.1),transparent 26%),linear-gradient(180deg,#fbfcff,#f4f7fb);overflow:hidden;font-size:14px;line-height:1.5}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}*,*:before,*:after{scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.35) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#6366f18c}.music-app{display:grid;grid-template-columns:320px minmax(0,1fr);height:100%;gap:0;padding:0}.sidebar{display:flex;flex-direction:column;gap:14px;padding:18px 16px 16px;background:#fff;border:0;border-right:1px solid var(--border);border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:auto}.music-sidebar{padding-right:10px;padding-bottom:16px}.draw-section-first{padding-top:2px}.draw-section{display:flex;flex-direction:column;gap:8px}.main{border-radius:0;overflow:visible}.stage{height:100%;display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:0;background:var(--bg);border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.brand{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.brand-left{display:flex;gap:12px;align-items:center}.brand-logo{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:18px;background:linear-gradient(135deg,var(--primary),#22c55e);box-shadow:0 12px 24px #6366f147}.brand-title{font-weight:800;font-size:16px}.brand-sub{margin:2px 0 0;color:var(--text-2);font-size:12px;max-width:210px}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#eef2ff;color:var(--primary-2);font-size:12px;font-weight:700;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:999px;background:var(--success);box-shadow:0 0 0 6px #22c55e1f}.notice-card,.sidebar-card,.card,.hero-card,.preview-card,.admin-entry,.more-flyout,.model-popover{background:var(--panel);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-sm)}.notice-card,.sidebar-card,.card{padding:16px}.notice-card.compact{padding:12px 14px;border-radius:12px}.notice-card h2{margin:0 0 8px;font-size:16px}.notice-card p{margin:0;color:var(--text-2)}.notice-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.notice-pill{padding:7px 11px;border-radius:999px;background:#6366f114;color:var(--primary-2);font-size:12px;font-weight:700}.admin-entry{padding:14px 16px;display:grid;gap:3px;cursor:pointer;transition:.22s ease}.admin-entry:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.admin-entry .arrow{color:var(--primary);font-weight:900}.section-title{display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:13px;min-height:20px;margin-top:2px}.title-row{display:inline-flex;align-items:center;gap:6px}.title-text{font-size:14px;font-weight:800;color:var(--text)}.tiny-info{width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;border:1px solid var(--border-2);color:var(--text-3);font-size:11px;line-height:1}.section-title .hint,.field-note,.stage-meta,.card-sub,.result-sub,.history-sub,.small-note,.preview-sub,.bottom-sub,.model-desc,.pop-body,.pop-id{color:var(--text-2)}.section-title.small{margin-bottom:8px}.models{display:flex;gap:8px}.model-card{position:relative;width:100%;height:78px;flex:none;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;background:#f8fafc}.model-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a14}.model-card.selected{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e529}.card-cover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0;background-size:cover;background-position:center;transition:transform .28s ease}.cover-letter{color:#fff;font-weight:800;font-size:22px;text-shadow:0 1px 2px rgba(0,0,0,.24)}.text-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:8px 12px;background:linear-gradient(to top,#000000c7,#0006 60%,#0000);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:opacity .2s ease}.model-name{font-size:13px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;text-shadow:0 1px 2px rgba(0,0,0,.45)}.model-desc{font-size:11px;margin-top:2px;line-height:1.45;color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-icon,.check-badge{width:18px;height:18px;border-radius:999px;display:inline-grid;place-items:center;font-size:11px;font-weight:800}.info-icon{background:#fff;color:var(--primary)}.check-badge{position:absolute;top:6px;right:6px;width:22px;height:22px;background:#4f46e5;color:#fff;display:none;box-shadow:0 2px 6px #4f46e559}.model-card:hover .card-cover{transform:scale(1.06)}.model-card:hover .text-overlay{opacity:0}.model-card.selected .check-badge{display:grid}.more-toggle,.btn,.mode-btn,.toggle-btn,.mini-tab,.chip,.ctrl{border:1px solid transparent;transition:.2s ease}.more-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px;background:#f6f8fc;border-color:transparent;box-shadow:none}.more-toggle:hover{background:#f3f5fb;filter:brightness(.98)}.more-icon{width:22px;height:22px;border-radius:5px;background:#e0e7ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.more-arrow{color:var(--text-3);font-size:16px;font-weight:900;transition:transform .2s ease,color .2s ease}.more-toggle.open .more-arrow{transform:rotate(180deg);color:#4f46e5}.draw-more-toggle{border-radius:10px;padding:12px}.section-with-action{display:flex!important;align-items:center;justify-content:space-between}.mode-tabs,.music-type,.upload-tabs,.history-filters{display:flex;gap:8px;flex-wrap:wrap}.mode-btn,.toggle-btn,.mini-tab{padding:9px 12px;border-radius:12px;background:#f7f8fc;color:var(--text-2);border-color:var(--border)}.mode-btn.active,.toggle-btn.active,.mini-tab.active{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent;box-shadow:0 10px 22px #6366f13d}.field{margin-top:14px}.field-compact{margin-top:10px}.field-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-weight:700;font-size:13px}.row-between{align-items:flex-start;gap:10px}.input,.textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);outline:none;transition:.2s ease}.input:focus,.textarea:focus{border-color:#6366f159;box-shadow:0 0 0 4px #6366f114}.input{height:40px;padding:0 12px;border-radius:10px}.textarea{min-height:84px;padding:10px 12px;resize:none;border-radius:10px}.textarea-lg{min-height:116px}.textarea-resizable{resize:vertical;min-height:130px;max-height:420px}.slider-card{padding:12px 12px 10px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(180deg,#fff,#f8faff)}.range-slider{width:100%;margin:0;accent-color:var(--primary)}.slider-scale{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--text-3)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ratio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.ratio-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.ratio-grid.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-grid{gap:8px}.ratio-btn{min-height:56px;background:linear-gradient(180deg,#fff,#f7f9ff);border:1.5px solid var(--border);border-radius:14px;padding:8px 10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;transition:all .18s ease;color:var(--text);box-shadow:0 1px #fffc inset}.ratio-btn:hover{border-color:#d6dcf3;box-shadow:0 10px 22px #0f172a0a;transform:translateY(-1px)}.ratio-btn.active{background:var(--primary-soft);border-color:var(--primary);box-shadow:0 10px 22px #6366f124}.ratio-label{font-size:13px;font-weight:700;color:var(--text);line-height:1}.ratio-hint{font-size:10px;color:var(--text-3)}.ratio-btn.active .ratio-label{color:var(--primary-2)}.ratio-btn.custom{grid-column:span 2;min-height:66px}.ratio-btn.mode-only{min-height:44px;padding:8px 10px;border-radius:14px}.ratio-btn.mode-only .ratio-label{font-size:12px}.ratio-btn.mode-only .ratio-label,.smart-btn{display:flex;align-items:center;justify-content:center}.custom-inputs{display:flex;align-items:center;gap:6px;margin-top:4px}.custom-inputs.single{width:100%;justify-content:center}.custom-inputs input{width:64px;height:28px;border:1px solid var(--border);border-radius:8px;text-align:center;background:#fff;color:var(--text);outline:none}.custom-hint{margin-top:6px;font-size:11px;color:var(--text-3)}.upload-box{margin-top:10px;min-height:86px;padding:12px;border-radius:16px;border:1px dashed #cad4e4;background:linear-gradient(180deg,#f8fafff5,#f1f5ffd1)}.upload-box.disabled{opacity:.65}.upload-inner{height:100%;border-radius:14px;border:1px dashed rgba(99,102,241,.16);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;color:var(--text-2)}.ref-uploader{display:flex;flex-direction:column;gap:6px}.ref-counter{margin-left:auto;font-size:11px;color:var(--text-2);background:var(--soft);padding:2px 8px;border-radius:999px}.ref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.music-ref-grid{grid-template-columns:1fr}.ref-zone{min-height:84px;border:2px dashed #cfd7e6;border-radius:8px;background:#f6f8fc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.ref-zone:hover{border-color:var(--primary);background:var(--primary-soft)}.ref-zone.full{min-height:78px;padding:14px 16px}.ref-zone-tall{min-height:180px;border-radius:12px;background:linear-gradient(180deg,#f8faff,#eef2ff)}.ref-hint{color:var(--text-2);font-size:11px;text-align:center;line-height:1.4}.ref-hint-stack{width:100%;justify-content:center;gap:14px}.ref-hint-sub{font-size:10px;color:var(--text-3);margin-top:4px}.upload-title{font-size:13px;font-weight:700;color:var(--text)}.mode-placeholder{padding:18px 16px;border:1px dashed #d9e0ec;border-radius:10px;background:linear-gradient(180deg,#fafbff,#f5f7fd)}.mode-placeholder-soft{padding:14px 16px}.mode-placeholder-title{font-size:14px;font-weight:700;color:var(--text)}.mode-placeholder-text{font-size:12px;color:var(--text-2);line-height:1.6}.ref-zone.full .ref-hint{display:flex;flex-direction:row;align-items:center;gap:10px}.ref-plus{font-size:24px;color:var(--text-3);line-height:1}.ref-zone.full .ref-plus{margin-bottom:0}.upload-plus{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:18px;font-weight:900}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 11px;border-radius:999px;background:#fff;border-color:var(--border);color:var(--text-2)}.helper-card{padding:12px 13px;border-radius:16px;background:linear-gradient(135deg,#6366f114,#22d3ee14);border:1px solid rgba(99,102,241,.14);margin-bottom:12px}.helper-title{font-size:13px;font-weight:800;color:var(--primary-2)}.helper-text{margin-top:6px;color:var(--text-2);font-size:12px;line-height:1.7}.helper-card p{margin:8px 0 0;color:var(--text-2);font-size:12px;line-height:1.65}.helper-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff;color:var(--primary-2);font-size:12px;font-weight:800}.chip:hover,.mini-tab:hover,.mode-btn:hover,.toggle-btn:hover,.btn:hover,.ctrl:hover,.helper-card:hover,.mini-model:hover{transform:translateY(-1px)}.btn{padding:10px 14px;border-radius:14px;background:#fff;border-color:var(--border);color:var(--text);box-shadow:var(--shadow-sm)}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent}.btn.small{padding:8px 12px;font-size:12px}.batch-chips{display:flex;flex-wrap:wrap;gap:6px}.batch-chips.full-width>*{flex:1 1 0;min-width:0}.batch-chips.four-cols>*{max-width:calc(25% - 6px)}.batch-chips.three-cols>*{max-width:calc(33.333% - 6px)}.batch-chip{display:inline-flex;align-items:baseline;justify-content:center;gap:2px;min-height:38px;padding:6px 14px;background:#f6f8fc;border:1.5px solid transparent;border-radius:8px;cursor:pointer;font:inherit;font-size:13px;color:var(--text);transition:all .15s ease}.batch-chip:hover{filter:brightness(.98);transform:translateY(-1px)}.batch-chip.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-2)}.batch-chip .batch-num{font-weight:700;font-size:14px}.batch-chip .batch-unit{font-size:11px;color:var(--text-3)}.batch-chip.active .batch-unit{color:#818cf8}.type-chip{flex-direction:column;align-items:center;min-height:52px;padding:8px}.bg-chips{display:flex;gap:6px}.bg-chip{flex:1 1 0;min-width:0;text-align:center;background:#f6f8fc;border:1.5px solid transparent;border-radius:8px;padding:6px 16px;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:var(--text);transition:all .15s ease}.bg-chip:hover{background:var(--bg-soft);filter:brightness(.97)}.bg-chip.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-2)}.smart-btn{background:#fff;border:1.5px solid #c7d2fe;color:var(--primary-2);border-radius:999px;height:30px;min-height:30px;min-width:88px;padding:0 14px;font-size:12px;cursor:pointer;font:inherit;font-weight:600;line-height:1;white-space:nowrap;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;transition:all .18s ease;box-shadow:0 1px #ffffffd9 inset}.smart-btn:hover{background:var(--primary-soft);transform:translateY(-1px)}.smart-btn.active{background:var(--primary-2);color:#fff;border-color:var(--primary-2);box-shadow:0 10px 20px #4f46e533}.option-panel{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(180deg,#fff,#f8faff)}.option-chip{padding:7px 12px;border:1.5px solid transparent;border-radius:999px;background:#f6f8fc;color:var(--text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.option-chip:hover{filter:brightness(.98);transform:translateY(-1px)}.option-chip.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-2)}.presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.preset-card{border:1px solid var(--border);border-radius:10px;padding:6px;background:#fff;cursor:pointer;transition:all .18s ease}.preset-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.preset-thumb{height:64px;border-radius:8px;margin-bottom:6px;background-size:cover;background-position:center}.preset-thumb.empty{background:linear-gradient(135deg,#eef2ff,#f7f8fc)}.music-thumb{display:flex;align-items:center;justify-content:center;color:var(--primary-2);font-size:22px;font-weight:800}.preset-name{font-size:12px;font-weight:700;color:var(--text)}.balance{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;margin-bottom:16px;padding:10px 12px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;box-shadow:0 -8px 12px -8px #0f172a14;position:sticky;bottom:16px;z-index:3}.balance-text{flex:1;font-size:12px;color:#9a3412}.balance-text b{color:#4f46e5;font-weight:600}.balance-refresh,.balance-recharge{font-size:12px;text-decoration:none;cursor:pointer}.balance-refresh{color:#4f46e5}.balance-refresh:hover{text-decoration:underline}.balance-recharge{color:#fff;background:#f97316;padding:2px 10px;border-radius:6px;font-weight:600;transition:background .15s ease,transform .15s ease}.balance-recharge:hover{background:#ea580c;transform:translateY(-1px)}.generate-panel-btn{position:sticky;bottom:16px;z-index:5;width:100%;margin-top:auto;margin-bottom:16px;border:0;border-radius:20px;min-height:64px;padding:0 18px;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#6366f1,#4f46e5 55%,#22d3ee 130%);color:#fff;box-shadow:0 18px 36px #4f46e53d,inset 0 1px #ffffff38;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,background-position .45s ease;white-space:nowrap;background-size:180% 100%;background-position:0% 50%}.generate-panel-btn:before{content:"";position:absolute;inset:-40% auto auto -15%;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);pointer-events:none;opacity:.65}.generate-panel-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 24%,rgba(255,255,255,.22) 48%,transparent 72%);transform:translate(-130%);transition:transform .7s ease;pointer-events:none}.generate-panel-btn:hover{transform:translateY(-2px);box-shadow:0 24px 48px #4f46e547,inset 0 1px #ffffff47;filter:saturate(1.04);background-position:100% 50%}.generate-panel-btn:hover:after{transform:translate(130%)}.generate-panel-btn:active{transform:translateY(0)}.generate-panel-main{position:relative;z-index:1;min-width:0;flex:1;display:flex;flex-direction:row;align-items:baseline;justify-content:center;gap:4px;width:100%}.generate-panel-title{font-size:16px;line-height:1.1;font-weight:800;letter-spacing:.02em}.generate-panel-sub{font-size:12px;color:#ffffffb8;font-weight:600}.stage-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{padding:9px 12px;border-radius:12px;background:#eef2ff;color:var(--primary-2);font-weight:700}.tab.active{background:#fff;box-shadow:var(--shadow-sm)}.stage-meta{display:flex;gap:8px;flex-wrap:wrap}.tabs-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 0}.tabs-segment{display:inline-flex;align-items:center;gap:6px;padding:3px;border-radius:16px;border:1px solid rgba(99,102,241,.12);background:#ffffffc7;box-shadow:0 12px 26px #0f172a0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tab-btn{position:relative;border:0;background:transparent;color:var(--text-2);padding:9px 14px;min-height:36px;border-radius:12px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;transition:color .22s ease,transform .12s ease,background .22s ease,box-shadow .22s ease}.tab-btn:hover:not(.active){color:var(--text)}.tab-btn.active{color:var(--primary-2);background:#fff;box-shadow:0 6px 18px #6366f124,0 0 0 1px #6366f11f;animation:tab-pop .32s cubic-bezier(.34,1.56,.64,1)}@keyframes tab-pop{0%{transform:scale(.94)}60%{transform:scale(1.03)}to{transform:scale(1)}}.music-stage-meta{align-items:center;padding:0 4px 0 0;font-size:12px}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:14px}.hero-card,.preview-card{position:relative;overflow:hidden;padding:20px;min-height:164px}.hero-card{background:linear-gradient(135deg,#6366f114,#22d3ee14);border-color:#6366f126}.hero-card h2{margin:0 0 10px;font-size:24px;line-height:1.25}.hero-card p{margin:0;color:var(--text-2);max-width:680px}.hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.hero-tag{padding:8px 11px;border-radius:999px;background:#fffc;border:1px solid rgba(99,102,241,.12);color:var(--primary-2);font-size:12px;font-weight:700}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.hero-stat{padding:12px 14px;border-radius:16px;background:#ffffffc2;border:1px solid rgba(99,102,241,.12);box-shadow:0 8px 20px #6366f10f}.hero-stat-label{display:block;color:var(--text-2);font-size:12px;margin-bottom:4px}.hero-stat strong{font-size:22px;line-height:1}.preview-card{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#fff,#f7f9ff)}.preview-title{font-weight:800;font-size:16px}.preview-dna{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.preview-dna span{padding:7px 10px;border-radius:999px;background:#eef2ff;color:var(--primary-2);font-size:12px;font-weight:700}.mini-wave{display:flex;gap:8px;align-items:flex-end;height:74px}.mini-wave span{width:10px;border-radius:999px;background:linear-gradient(180deg,var(--primary),#22d3ee);animation:wavePulse 1.4s ease-in-out infinite}.mini-wave span:nth-child(2){height:34px;animation-delay:.12s}.mini-wave span:nth-child(3){height:52px;animation-delay:.24s}.mini-wave span:nth-child(4){height:26px;animation-delay:.36s}.mini-wave span:nth-child(5){height:58px;animation-delay:.48s}.mini-wave span:nth-child(6){height:38px;animation-delay:.6s}@keyframes wavePulse{0%,to{transform:scaleY(.7);opacity:.55}50%{transform:scaleY(1);opacity:1}}.workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);gap:14px;min-height:0;overflow:auto;padding-right:4px}.workspace>.card:first-child{grid-column:1 / -1}.card-title{font-weight:800;font-size:16px}.card-sub{font-size:12px;margin-top:4px}.result-banner{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:14px 0 16px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#6366f114,#22d3ee14);border:1px solid rgba(99,102,241,.16)}.result-title{font-weight:800;font-size:15px}.result-sub{font-size:12px;margin-top:4px}.result-actions{display:flex;gap:10px;flex-wrap:wrap}.player-shell{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:14px;align-items:start}.record{padding:16px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7f9ff);border:1px solid var(--border);display:flex;gap:14px}.disc{width:108px;height:108px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.95) 0 11%,transparent 12%),radial-gradient(circle at 50% 50%,rgba(99,102,241,.18) 0 34%,rgba(255,255,255,.1) 35% 37%,transparent 38%),linear-gradient(145deg,#1f2937,#111827 65%,#374151);box-shadow:inset 0 0 0 10px #ffffff05,var(--shadow-md);animation:spin 10s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.player-meta{min-width:0;flex:1}.player-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2ff;color:var(--primary-2);font-size:12px;font-weight:800}.player-meta h3{margin:2px 0 6px;font-size:18px}.player-meta p{margin:0;color:var(--text-2)}.player-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.player-pills span{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--text-2);font-size:12px;font-weight:700}.controls{display:flex;gap:10px;margin-top:14px}.ctrl{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#f6f8fd;border-color:var(--border);font-size:20px}.ctrl.play{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff}.wave-wrap{padding:16px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7f9ff);border:1px solid var(--border)}.wave-head{display:flex;justify-content:space-between;gap:10px;color:var(--text-2);font-size:12px;font-weight:700}.wave{display:flex;align-items:flex-end;gap:8px;height:96px;margin:14px 0 12px}.wave span{flex:1;min-width:8px;border-radius:999px;background:linear-gradient(180deg,#7c83ff,#22d3ee);animation:wavePulse 1.6s ease-in-out infinite}.wave span:nth-child(1){height:22%}.wave span:nth-child(2){height:48%;animation-delay:.12s}.wave span:nth-child(3){height:70%;animation-delay:.24s}.wave span:nth-child(4){height:34%;animation-delay:.36s}.wave span:nth-child(5){height:82%;animation-delay:.48s}.wave span:nth-child(6){height:42%;animation-delay:.6s}.wave span:nth-child(7){height:56%;animation-delay:.72s}.wave span:nth-child(8){height:30%;animation-delay:.84s}.progress-bar{height:10px;border-radius:999px;background:#e9edf8;overflow:hidden}.progress-bar>div{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),#22d3ee);transition:width .25s ease}.list{display:flex;flex-direction:column;gap:10px}.track{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-radius:16px;border:1px solid var(--border);background:#fff;cursor:pointer}.track.active{border-color:#6366f138;box-shadow:0 10px 22px #6366f114}.idx{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#eef2ff;color:var(--primary-2);font-weight:800}.track-title{font-weight:800}.track-sub,.time{color:var(--text-2);font-size:12px}.audio-bar{width:100%;margin-top:14px;border-radius:14px}.history-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}.history-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.history-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff}.history-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.history-title{font-weight:700}.history-state{padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800}.history-state.done{background:#22c55e1f;color:#15803d}.history-state.running{background:#3b82f61f;color:#2563eb}.history-state.queued{background:#6366f11f;color:#4f46e5}.history-state.failed{background:#ef44441f;color:#dc2626}.history-actions{display:flex;gap:8px;flex-wrap:wrap}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.status-panel{padding:14px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8faff)}.status-panel-label{display:block;color:var(--text-2);font-size:12px;margin-bottom:6px}.status-panel strong{font-size:16px}.bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 2px 0}.bottom-left{display:flex;gap:12px;align-items:center}.mini-cover{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--primary),#22d3ee);box-shadow:0 10px 24px #6366f138}.bottom-title{font-weight:800}.bottom-actions{display:flex;gap:10px;flex-wrap:wrap}.more-flyout{position:fixed;z-index:40;width:380px;padding:14px;transform:translate(8px) translateY(0)}.show{animation:floatIn .18s ease-out}@keyframes floatIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.flyout-title{font-weight:800;margin-bottom:10px}.flyout-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.flyout-grid-single{grid-template-columns:1fr;gap:8px;padding:4px}.model-popover{position:fixed;z-index:13000;width:320px;background:var(--bg-elev);-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);padding:14px}.model-popover:before{content:"";position:absolute;left:-6px;top:22px;width:10px;height:10px;background:inherit;border:inherit;border-color:var(--border);border-top:0;border-right:0;transform:rotate(45deg)}.pop-head{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.pop-title{font-size:14px;font-weight:800;color:var(--text)}.pop-sub{font-size:12px;color:var(--text-2)}.more-toggle{position:relative;display:flex;align-items:center;gap:8px;padding:12px;background:var(--bg-soft);border:1px solid transparent;border-radius:8px;color:var(--text);cursor:pointer;transition:all .15s ease;margin-top:4px}.more-toggle:hover{background:var(--bg-soft);filter:brightness(.97)}.more-toggle.open{background:var(--primary-soft);border-color:#c7d2fe}.more-icon{width:22px;height:22px;border-radius:5px;background:#e0e7ff;color:var(--primary-strong);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.more-text{flex:1;font-size:13px;font-weight:500;color:var(--text)}.more-arrow{color:var(--text-3);font-size:16px;transition:transform .2s ease}.more-toggle.open .more-arrow{transform:rotate(180deg);color:var(--primary-strong)}.mini-model{border:1px solid var(--border);border-radius:12px;padding:12px;background:#fff;color:var(--text);text-align:left;transition:all .15s ease;display:flex;flex-direction:column;gap:4px;position:relative;overflow:hidden}.mini-model:hover{transform:translateY(-1px);border-color:#c7d2fe;box-shadow:var(--shadow-sm)}.mini-model.active:after{content:"";position:absolute;inset:auto 0 0 0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#22d3ee)}.mini-model-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.mini-model-badge{width:22px;height:22px;border-radius:5px;background:#e0e7ff;color:var(--primary-strong);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex:none}.mini-model-cost{font-size:11px;color:var(--text-3);font-weight:600}.mini-model-name{font-size:13px;font-weight:700;line-height:1.2}.mini-model-desc{font-size:11px;color:var(--text-2);line-height:1.45}.mini-model.active .mini-model-badge{background:#c7d2fe;color:var(--primary-strong)}.mini-model.active .mini-model-cost{color:#6366f1}.mini-model.active .mini-model-desc{color:#5b6478}.popover-enter-active,.popover-leave-active{transition:opacity .15s ease,transform .15s ease}.popover-enter-from,.popover-leave-to{opacity:0;transform:translate(-8px)}.admin-page{min-height:100%;padding:24px;background:var(--bg);color:var(--text)}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.admin-title{font-size:24px;font-weight:800}.admin-sub{color:var(--text-2);margin-top:4px}.admin-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow-sm)}.switch-row{display:flex;align-items:center;gap:10px;padding:10px 0;color:var(--text-2)}.model-admin-list{display:flex;flex-direction:column;gap:12px}.model-admin-item{border:1px solid var(--border);border-radius:16px;padding:14px;background:#fff}.model-admin-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.task-list{display:flex;flex-direction:column;gap:10px}.task-row{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:14px;padding:12px 14px;background:#fff}.task-title{font-weight:700}.task-sub,.small-note{color:var(--text-2);font-size:12px}.task-progress{font-weight:800;color:var(--primary)}@media (max-width: 920px){.music-app{grid-template-columns:1fr;overflow:auto}.sidebar,.stage{overflow:visible}body{overflow:auto}.workspace,.hero,.player-shell,.admin-grid,.hero-stats,.status-grid{grid-template-columns:1fr}}.more-models{display:flex;gap:8px;flex-wrap:wrap}.mini-model{border:1px solid var(--border);border-radius:999px;padding:8px 12px;background:#fff;color:var(--text-2);font-size:12px;font-weight:700;transition:all .18s ease}.mini-model.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-2)}.helper-card{transition:transform .2s ease,box-shadow .2s ease}.helper-card:hover{box-shadow:var(--shadow-md)}.player-shell{position:relative;overflow:hidden}.player-shell:before{content:"";position:absolute;inset:auto -20% -55% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.16),transparent 70%);animation:floatGlow 8s ease-in-out infinite;pointer-events:none}.record{position:relative;overflow:hidden}.disc{animation:discSpin 16s linear infinite}.wave span{animation:wavePulse 1.5s ease-in-out infinite}.wave span:nth-child(2n),.mini-wave span:nth-child(2n){animation-delay:.2s}.wave span:nth-child(3n),.mini-wave span:nth-child(3n){animation-delay:.35s}.wave span:nth-child(4n),.mini-wave span:nth-child(4n){animation-delay:.5s}.mini-wave span{animation:wavePulse 1.3s ease-in-out infinite}@keyframes discSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wavePulse{0%,to{transform:scaleY(.55);opacity:.45}50%{transform:scaleY(1);opacity:1}}@keyframes floatGlow{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-12px,-10px,0) scale(1.08)}}.music-main{display:flex;flex-direction:column;min-height:0;height:100%}.music-tabs-bar{flex-shrink:0;padding:14px 18px 0}.music-stage{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:14px;align-items:stretch;padding-right:404px;padding-bottom:0;position:relative}.stage-pane{display:flex;flex-direction:column;gap:14px;min-height:0;height:100%;flex:1}.music-left-pane{min-width:0;display:flex;flex-direction:column;gap:14px;min-height:0;height:100%;flex:1;position:relative;z-index:60;overflow:visible}.player-panel{position:fixed;top:12px;right:12px;bottom:12px;align-self:start;width:clamp(320px,26vw,380px);min-height:0;margin-left:auto;padding:0 0 12px;border:1px solid var(--border);border-radius:24px;background:#fffffff5;box-shadow:0 18px 40px #0f172a14;display:flex;flex-direction:column;gap:0;overflow:hidden;z-index:30;--player-cover-h: clamp(160px, 23vh, 240px)}.player-head{flex:none}.player-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.player-cover-frame{flex:none;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:0 0 6px}.player-cover-hero{width:100%;height:var(--player-cover-h);border-radius:0 0 24px 24px;margin:0;box-shadow:0 20px 40px #4f46e52e;background-size:cover;background-position:center;position:relative;overflow:hidden}.player-cover-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff05,#ffffff29);pointer-events:none}.player-panel-head{display:none}.player-panel-meta{min-width:0;flex:1;padding:0 14px}.player-playing-label{font-size:12px;font-weight:800;color:#9ca3af;text-align:center;margin-bottom:6px;letter-spacing:.08em}.player-track-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.player-track-row .bottom-title{font-size:18px;line-height:1.2}.player-track-row .bottom-sub{margin-top:3px;color:#6b7280;font-size:12px}.player-footer{flex:none;display:flex;flex-direction:column;gap:0;margin-top:auto}.player-progress{flex:none;padding:4px 14px 0;border:0;background:transparent}.progress-draggable{cursor:pointer;touch-action:none}.lyrics-panel{flex:1;min-height:0;display:flex;flex-direction:column;gap:6px;padding:6px 14px 8px;border:0;background:transparent;overflow:auto;scroll-behavior:smooth;scrollbar-width:thin}.lyrics-list{display:flex;flex-direction:column;gap:6px;padding:6px 0 8px;min-height:0}.lyrics-line{margin:0;padding:6px 10px;border-radius:10px;background:transparent;border:1px solid transparent;color:#d1d5db;line-height:1.65;transition:all .28s ease,opacity .28s ease,transform .28s ease;text-align:center;font-size:13px;opacity:.55;transform:scale(.96)}.lyrics-line.active{background:transparent;border-color:transparent;color:#111827;font-weight:700;transform:none;font-size:14px;opacity:1}.lyrics-line.previous,.lyrics-line.next{opacity:.78;transform:scale(.99);color:#6b7280}.player-controls{flex:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px 8px;margin-top:0}.ctrl{width:30px;height:30px;border-radius:999px;border:0;background:transparent;color:#111827;display:grid;place-items:center}.ctrl.subtle{color:#374151}.ctrl.big{width:52px;height:52px;background:#111827;color:#fff;box-shadow:0 14px 28px #11182729}.ctrl svg{width:16px;height:16px}.player-volume{flex:none;display:flex;align-items:center;gap:10px;padding:0 14px 2px;color:#9ca3af}.player-volume svg{width:14px;height:14px;flex:none}.player-volume .progress-bar{flex:1;height:3px;background:#e5e7eb;cursor:pointer;touch-action:none}.player-volume .progress-bar>div{background:#111827}.music-workspace{display:flex;flex-direction:column;flex:1;padding-bottom:4px;min-height:0;height:100%;overflow:visible;align-content:stretch}.works-card{margin-top:0;overflow:visible;min-height:0;height:100%;flex:1;display:flex;flex-direction:column;position:relative;z-index:80}.state-capsules{display:flex;flex-wrap:wrap;gap:6px}.state-capsules .chip{border-radius:999px;padding:6px 10px;background:#ffffffe6;color:#475569;border:1px solid rgba(226,232,240,.92);font-size:12px}.page-status-bar{position:relative;z-index:12;margin-top:0;padding:10px 16px 12px;background:linear-gradient(180deg,#ffffffeb,#f8fafcfa);border:1px solid rgba(226,232,240,.92);border-radius:18px 18px 0 0;box-shadow:0 -8px 24px #0f172a0f;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.page-status-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;flex-wrap:wrap}.page-status-title{font-size:12px;font-weight:800;color:#64748b}.page-status-sub{font-size:11px;color:#94a3b8}.empty-state{min-height:180px;border:1px dashed #d7deeb;border-radius:18px;background:linear-gradient(180deg,#fbfcff,#f6f8fd);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.empty-state-title{font-size:16px;font-weight:800;color:var(--text)}.empty-state-text{margin-top:8px;max-width:420px;font-size:13px;line-height:1.7;color:var(--text-2)}.works-list{display:flex;flex-direction:column;gap:10px;position:relative;min-height:0;flex:1}.work-table-head{display:grid;grid-template-columns:minmax(0,2.5fr) 72px 122px 92px 72px 140px;gap:8px;align-items:center;padding:8px 10px;font-size:10px;font-weight:800;color:#94a3b8;border-bottom:1px solid rgba(226,232,240,.9);background:#f8fafcf5;position:sticky;top:0;z-index:18;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.work-row{display:grid;grid-template-columns:minmax(0,2.5fr) 72px 122px 92px 72px 140px;gap:8px;align-items:center;padding:9px 10px;border:1px solid rgba(226,232,240,.9);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);position:relative}.work-row.featured{border-color:#6366f138;box-shadow:0 12px 28px #4f46e514}.work-main-wide{display:block;min-height:100%;align-self:stretch}.work-cover{width:48px;aspect-ratio:1 / 1;height:auto;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:15px;background:linear-gradient(135deg,#4f46e5,#22d3ee);box-shadow:0 10px 24px #4f46e52e;flex:none}.work-main{min-width:0;align-self:stretch}.work-title-area{min-width:0;flex:1;min-height:100%;display:flex;flex-direction:column;justify-content:center}.work-head{display:flex;align-items:center;gap:7px;justify-content:flex-start;min-height:100%;width:100%}.work-title{font-size:12px;font-weight:800;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-meta{display:flex;flex-wrap:wrap;gap:3px;margin-top:3px;font-size:9px;color:var(--text-2)}.work-desc{margin-top:4px;font-size:11px;line-height:1.5;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end;position:relative;z-index:26}.more-trigger{position:relative;z-index:27}.more-trigger:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:10px;border:1px solid transparent;transition:border-color .18s ease,box-shadow .18s ease;pointer-events:none}.more-trigger.active:after,.more-trigger:hover:after{border-color:#6366f161;box-shadow:0 0 0 1px #6366f11f,0 0 18px #6366f124}.work-cell{font-size:10px;color:#334155;text-align:left}.work-cell .history-state{display:inline-flex}.works-list{gap:6px}.works-list>.work-row{width:100%}.works-list .empty-state.compact{grid-column:1 / -1}.works-list .empty-state.compact{min-height:120px;padding:18px}.more-menu-wrap{position:relative;z-index:5000}.floating-more-menu{position:fixed;min-width:144px;padding:6px;border:1px solid rgba(226,232,240,.95);border-radius:12px;background:#fff;box-shadow:0 18px 38px #4f46e524;transform:translateY(-50%);z-index:12000}.more-menu-item{display:block;width:100%;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#334155;text-align:left;font-size:12px}.more-menu-item:hover{background:#f3f4f6}.plaza-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.plaza-card{min-height:260px}.plaza-placeholder{min-height:190px;margin-top:14px;border-radius:18px;border:1px dashed #d8dfed;background:linear-gradient(180deg,#fcfdff,#f5f8ff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.plaza-placeholder-title{margin-top:16px;font-size:16px;font-weight:800;color:var(--text)}.plaza-placeholder-text{margin-top:8px;max-width:420px;font-size:13px;line-height:1.7;color:var(--text-2)}.plaza-wave{display:flex;align-items:flex-end;gap:8px;height:54px}.plaza-wave span{width:10px;border-radius:999px;background:linear-gradient(180deg,var(--primary),#22d3ee);animation:wavePulse 1.4s ease-in-out infinite}.plaza-wave span:nth-child(1){height:24px}.plaza-wave span:nth-child(2){height:44px;animation-delay:.12s}.plaza-wave span:nth-child(3){height:30px;animation-delay:.24s}.plaza-wave span:nth-child(4){height:52px;animation-delay:.36s}.plaza-wave span:nth-child(5){height:36px;animation-delay:.48s}@media (max-width: 1100px){.music-stage{grid-template-columns:1fr;padding-right:18px}.player-panel{position:relative;top:auto;right:auto;bottom:auto;width:100%;height:auto;min-height:0;border-radius:22px;--player-cover-h:220px}.player-cover-hero{border-radius:18px}}@media (max-height: 820px){.player-panel{--player-cover-h: clamp(140px, 18vh, 210px)}}@media (max-height: 760px){.player-panel{--player-cover-h: clamp(120px, 16vh, 180px)}}@media (max-height: 700px){.player-panel{--player-cover-h: clamp(104px, 14vh, 150px)}}@media (max-width: 920px){.music-main{min-height:auto}.music-stage{overflow:visible}.plaza-grid,.hero,.admin-grid,.hero-stats,.status-grid{grid-template-columns:1fr}.tabs-bar{flex-direction:column;align-items:flex-start;padding-right:18px}.tabs-segment{width:100%;overflow:auto}.tab-btn{flex:1 0 auto;white-space:nowrap}}html[data-theme=dark]{--bg: #0f172a;--panel: #1e293b;--soft: #1e293b;--text: #e5e7eb;--text-2: #cbd5e1;--text-3: #94a3b8;--border: #334155;--border-2: #475569;--primary: #818cf8;--primary-2: #a5b4fc;--primary-soft: rgba(99, 102, 241, .18);--success: #34d399;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .4);--shadow-md: 0 8px 28px rgba(0, 0, 0, .5);--shadow-lg: 0 24px 60px rgba(0, 0, 0, .6);color-scheme:dark}html[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(99,102,241,.14),transparent 30%),radial-gradient(circle at top right,rgba(14,165,233,.08),transparent 28%),linear-gradient(180deg,#0b1024,#0f172a)}html[data-theme=dark] *,html[data-theme=dark] *:before,html[data-theme=dark] *:after{scrollbar-color:rgba(129,140,248,.45) transparent}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#818cf866}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#818cf899}.balance-inline{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(226,232,240,.85);font-size:12px;color:#475569;white-space:nowrap;align-self:center;transition:box-shadow .25s ease}.balance-inline-text{color:#64748b}.balance-inline-text b{font-weight:700;font-size:14px;color:transparent;background:linear-gradient(135deg,#4f46e5,#06b6d4);background-clip:text;-webkit-background-clip:text;margin:0 2px}.balance-inline.empty .balance-inline-text b{background:linear-gradient(135deg,#94a3b8,#cbd5e1);background-clip:text;-webkit-background-clip:text}.balance-inline.flash{animation:balance-inline-flash .7s ease-out}@keyframes balance-inline-flash{0%{box-shadow:0 0 #6366f173}40%{box-shadow:0 0 0 6px #6366f100}to{box-shadow:0 0 #6366f100}}.balance-inline-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,filter .15s ease;text-decoration:none;-webkit-user-select:none;user-select:none;line-height:1}.balance-inline-btn .balance-icon{width:12px;height:12px;flex-shrink:0}.balance-inline-btn.refresh{color:#4f46e5;background:#6366f114;border-color:#6366f133}.balance-inline-btn.refresh:hover{background:#6366f124;transform:translateY(-1px);box-shadow:0 2px 8px #6366f12e}.balance-inline-btn.refresh:disabled{cursor:not-allowed;opacity:.55}.balance-inline-btn.refresh.loading .balance-icon{animation:balance-spin .9s linear infinite}@keyframes balance-spin{to{transform:rotate(360deg)}}.balance-inline-btn.recharge{color:#fff;background:linear-gradient(135deg,#f97316,#ec4899);box-shadow:0 2px 6px #f9731647}.balance-inline-btn.recharge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f9731666;filter:brightness(1.06)}.balance-inline-btn.recharge:active{transform:translateY(0);box-shadow:0 1px 4px #f973164d}html[data-theme=dark] .balance-inline{background:#ffffff0d;border-color:#ffffff1a;color:#cbd5e1}html[data-theme=dark] .balance-inline-text{color:#94a3b8}html[data-theme=dark] .balance-inline-text b{background:linear-gradient(135deg,#818cf8,#22d3ee);background-clip:text;-webkit-background-clip:text}html[data-theme=dark] .balance-inline-btn.refresh{color:#a5b4fc;background:#818cf824;border-color:#818cf84d}html[data-theme=dark] .balance-inline-btn.refresh:hover{background:#818cf838}@media (max-width: 1080px){.page-status-bar{flex-wrap:wrap}.balance-inline{margin-left:auto}}
