:root { color-scheme: light; --text: #10233e; --muted: #5e7088; --line: rgba(255,255,255,.58); --glass: rgba(244,250,255,.58); --glass-strong: rgba(250,253,255,.76); --accent: #1379ea; --shadow: 0 24px 70px rgba(24,75,129,.16); }
:root[data-theme="dark"] { color-scheme: dark; --text: #edf6ff; --muted: #acc0d8; --line: rgba(255,255,255,.15); --glass: rgba(10,25,46,.58); --glass-strong: rgba(13,31,54,.78); --accent: #65b5ff; --shadow: 0 24px 70px rgba(0,0,0,.35); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: "Noto Sans SC", system-ui, sans-serif; color: var(--text); background: #dcefff; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[v-cloak] { display: none; }
.site-shell { min-height: 100vh; padding: 22px clamp(18px,4vw,64px) 90px; position: relative; overflow: hidden; }
.background, .background-tint { position: fixed; inset: 0; z-index: -2; }
.background { background-position: center; background-size: cover; transition: background-image .45s ease; transform: scale(1.02); }
.background-tint { z-index: -1; background: linear-gradient(100deg, rgba(239,248,255,.93) 0%, rgba(232,246,255,.77) 45%, rgba(225,241,255,.3) 100%); backdrop-filter: blur(2px); }
[data-theme="dark"] .background-tint { background: linear-gradient(100deg, rgba(5,16,32,.94), rgba(9,30,53,.8) 52%, rgba(6,18,33,.46)); }
.glass, .glass-strong { border: 1px solid var(--line); background: var(--glass); backdrop-filter: blur(22px) saturate(135%); box-shadow: var(--shadow); }
.glass-strong { background: var(--glass-strong); }
.topbar { width: min(1440px,calc(100% - clamp(36px,8vw,128px))); height: 70px; padding: 0 13px 0 20px; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; position: fixed; top: 22px; left: 50%; transform: translateX(-50%); z-index: 20; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img { width: 38px; height: 38px; border-radius: 11px; object-fit: contain; }
.desktop-nav { display: flex; gap: 38px; font-size: 14px; font-weight: 600; }
.desktop-nav a { opacity: .75; transition: .2s; }.desktop-nav a:hover { opacity: 1; color: var(--accent); }
.top-actions { display: flex; gap: 8px; }.icon-btn { border: 0; background: rgba(255,255,255,.38); border-radius: 13px; padding: 10px 13px; cursor: pointer; font-size: 13px; }.theme-button { display: flex; gap: 6px; }
main { max-width: 1320px; margin: auto; padding-top: 48px; }
.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(32px,7vw,110px); padding: 70px 3%; }
.hero-copy { max-width: 680px; }.eyebrow { color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .12em; display: flex; align-items: center; gap: 9px; }.eyebrow i { width: 24px; height: 2px; background: var(--accent); }
h1 { font-size: clamp(46px,5.9vw,86px); line-height: 1.08; letter-spacing: -.055em; margin: 20px 0 24px; font-weight: 900; }h1 span { color: var(--accent); }
.hero-copy > p { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.server-card { max-width: 610px; border-radius: 24px; padding: 17px 20px 20px; margin-top: 28px; }.status-row { display: flex; align-items: center; gap: 8px; padding-bottom: 13px; font-size: 13px; }.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #e9a33b; box-shadow: 0 0 0 5px rgba(233,163,59,.12); }.status-dot.online { background: #33c678; box-shadow: 0 0 0 5px rgba(51,198,120,.13); }.players { margin-left: auto; color: var(--muted); }
.address-row { display: grid; grid-template-columns: 2fr .7fr auto; align-items: end; gap: 14px; }.address-row div { min-width: 0; }.address-row small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }.address-row b { font-size: clamp(14px,2vw,20px); overflow-wrap: anywhere; }.copy-btn { border: 0; color: white; background: var(--accent); border-radius: 13px; padding: 12px 15px; cursor: pointer; font-weight: 700; }
.hero-actions { display: flex; gap: 12px; margin-top: 18px; }.primary-btn,.secondary-btn { padding: 13px 20px; border-radius: 14px; font-weight: 700; font-size: 14px; }.primary-btn { color: white; background: var(--accent); box-shadow: 0 12px 25px rgba(19,121,234,.25); }.secondary-btn { border: 1px solid var(--line); background: var(--glass); backdrop-filter: blur(15px); }
.hero-orbit { position: relative; min-width: 0; height: 520px; display: grid; place-items: center; overflow: hidden; }.orbit-line { position: absolute; border: 1px solid rgba(46,137,224,.23); border-radius: 50%; transform: rotate(-18deg); }.orbit-one { width: 520px; height: 300px; }.orbit-two { width: 400px; height: 510px; transform: rotate(35deg); }.planet-card { width: min(390px,85%); padding: 14px; border-radius: 38px; transform: rotate(2deg); position: relative; z-index: 2; }.planet-card img { display: block; width: 100%; height: 300px; border-radius: 28px; object-fit: cover; }.planet-card div { position: absolute; left: 35px; bottom: 37px; color: white; text-shadow: 0 2px 18px rgba(0,0,0,.55); }.planet-card span { display: block; font-size: 10px; letter-spacing: .22em; }.planet-card strong { font-size: 25px; line-height: 1.25; }.floating-note { position: absolute; right: 1%; bottom: 60px; border-radius: 16px; padding: 12px 17px; z-index: 3; font-size: 13px; font-weight: 700; }.floating-note span { color: var(--accent); margin: 0 4px; }
.content-section { padding: 80px 3%; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }.section-heading span,.card-title span { font-size: 10px; letter-spacing: .2em; color: var(--accent); font-weight: 800; }.section-heading h2,.card-title h2 { font-size: 32px; margin: 5px 0 0; }.section-heading p { color: var(--muted); }
.link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.link-card { border-radius: 22px; padding: 22px; display: flex; align-items: center; gap: 14px; transition: transform .2s, background .2s; }.link-card:hover { transform: translateY(-4px); background: var(--glass-strong); }.link-icon { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: rgba(34,132,229,.12); font-size: 22px; }.link-card h3 { margin: 0 0 4px; font-size: 16px; }.link-card p { margin: 0; color: var(--muted); font-size: 12px; }.link-card > b { margin-left: auto; color: var(--accent); }
.media-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }.video-card,.sponsor-card { border-radius: 28px; padding: 25px; min-width: 0; }.card-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }.card-title h2 { font-size: 25px; }.card-title > b { color: var(--muted); font-size: 13px; }.video-player { width: 100%; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: #193756; }.video-player iframe { display: block; width: 100%; height: 100%; border: 0; }.video-loading { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.72); background: linear-gradient(145deg,#1c4770,#102d4c); font-size: 13px; }
.sponsor-list { max-height: 410px; overflow: auto; padding-right: 5px; }.sponsor-list::-webkit-scrollbar { width: 5px; }.sponsor-list::-webkit-scrollbar-thumb { background: rgba(95,143,188,.35); border-radius: 5px; }.sponsor-item { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 11px 5px; border-bottom: 1px solid rgba(125,158,188,.16); font-size: 13px; }.sponsor-item strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.sponsor-item > b { color: var(--accent); }.rank { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; color: var(--muted); font-size: 11px; }.rank-1,.rank-2,.rank-3 { color: white; background: #278be7; }.rank-1 { background: #e7a928; }
.utility-bar { position: fixed; z-index: 20; bottom: 18px; left: 50%; width: min(630px,calc(100vw - 28px)); display: flex; align-items: stretch; gap: 8px; transform: translateX(-50%); white-space: nowrap; }.toast { position: fixed; z-index: 30; top: 105px; left: 50%; transform: translateX(-50%); color: white; background: rgba(13,35,58,.88); padding: 11px 18px; border-radius: 12px; font-size: 13px; box-shadow: var(--shadow); }footer { text-align: center; color: var(--muted); font-size: 12px; padding: 25px; }
.compact main { display: none !important; }.compact .background-tint { display: none !important; background: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }.compact footer { position: fixed; left: 50%; bottom: 72px; transform: translateX(-50%); width: 100%; }.compact-mode { overflow: hidden; }
@media (max-width: 900px) { .site-shell { padding: 12px 12px 80px; }.topbar { width: calc(100% - 24px); top: 12px; }main { padding-top: 38px; }.desktop-nav { display: none; }.hero { grid-template-columns: 1fr; padding: 65px 10px 50px; min-height: auto; }.hero-orbit { height: 430px; }.orbit-one { width: 400px; }.orbit-two { height: 420px; }.planet-card img { height: 260px; }.link-grid { grid-template-columns: repeat(2,1fr); }.media-section { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .topbar { height: 60px; border-radius: 18px; padding-left: 12px; }main { padding-top: 28px; }.brand span { font-size: 14px; }.brand img { width: 33px; height: 33px; }.theme-label { display: none; }.icon-btn { padding: 9px; }h1 { font-size: 43px; }.hero-copy > p { font-size: 15px; }.address-row { grid-template-columns: 1fr .42fr; }.copy-btn { grid-column: 1 / -1; }.hero-actions a { flex: 1; text-align: center; }.hero-orbit { height: 370px; }.orbit-line { display: none; }.planet-card { width: 92%; }.planet-card img { height: 270px; }.floating-note { right: 0; bottom: 23px; }.content-section { padding: 60px 4px; }.section-heading { align-items: start; }.section-heading p { display: none; }.link-grid { grid-template-columns: 1fr; }.video-card,.sponsor-card { padding: 17px; border-radius: 22px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { transition: none !important; } }

/* Motion layer */
.site-shell:not([v-cloak]) .topbar { animation: slide-down .75s cubic-bezier(.22,1,.36,1) both; }
.site-shell:not([v-cloak]) .hero-copy > * { animation: rise-in .8s cubic-bezier(.22,1,.36,1) both; }
.site-shell:not([v-cloak]) .hero-copy > :nth-child(2) { animation-delay: .08s; }
.site-shell:not([v-cloak]) .hero-copy > :nth-child(3) { animation-delay: .15s; }
.site-shell:not([v-cloak]) .hero-copy > :nth-child(4) { animation-delay: .22s; }
.site-shell:not([v-cloak]) .hero-copy > :nth-child(5) { animation-delay: .29s; }
.site-shell:not([v-cloak]) .hero-orbit { animation: orbit-enter 1s .18s cubic-bezier(.22,1,.36,1) both; }
.background { transition: background-image .65s ease, transform 1.2s cubic-bezier(.22,1,.36,1); transform: scale(1.025); }
.site-shell:hover .background { transform: scale(1.015); }
.background-tint { transition: opacity .5s ease, backdrop-filter .5s ease; }
.desktop-nav a { transition: color .25s ease, opacity .25s ease, transform .25s ease; }
.desktop-nav a:hover { transform: translateY(-2px); }
.icon-btn,.copy-btn,.primary-btn,.secondary-btn { transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, background .28s ease, filter .28s ease; }
.icon-btn:hover,.copy-btn:hover,.primary-btn:hover,.secondary-btn:hover { transform: translateY(-3px); }
.icon-btn:active,.copy-btn:active,.primary-btn:active,.secondary-btn:active { transform: scale(.95); }
.primary-btn:hover { box-shadow: 0 18px 34px rgba(19,121,234,.34); }
.link-card { transition: transform .35s cubic-bezier(.22,1,.36,1), background .3s ease, box-shadow .3s ease; }
.link-card:hover { transform: translateY(-7px); box-shadow: 0 28px 55px rgba(24,75,129,.2); }
.link-icon,.link-card > b { transition: transform .35s cubic-bezier(.22,1,.36,1); }
.link-card:hover .link-icon { transform: rotate(-6deg) scale(1.1); }
.link-card:hover > b { transform: translate(3px,-3px); }
.planet-card { transition: transform .55s cubic-bezier(.22,1,.36,1); }
.hero-orbit:hover .planet-card { transform: rotate(0) translateY(-7px); }
.floating-note { animation: gentle-float 4s ease-in-out infinite; }
.utility-bar { animation: bar-enter .7s .35s cubic-bezier(.22,1,.36,1) both; }
.background-tools { flex: 0 0 auto; height: 48px; display: flex; align-items: center; gap: 2px; padding: 6px; border-radius: 16px; }
.background-tools > button { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; transition: color .22s ease,background .22s ease,transform .22s ease; }.background-tools svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.background-tools > button:hover { color: var(--text); background: rgba(255,255,255,.38); transform: translateY(-1px); }.background-tools > button:active { transform: scale(.94); }
.music-player { position: relative; min-width: 0; height: 48px; flex: 1; display: grid; grid-template-columns: 135px 226px minmax(94px,auto); align-items: center; gap: 7px; padding: 5px 7px 5px 6px; border-radius: 16px; box-shadow: 0 14px 42px rgba(24,75,129,.15); }
.music-player::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; background: radial-gradient(circle at 10% 0,rgba(101,181,255,.18),transparent 38%); }
.track-summary { min-width: 0; display: flex; align-items: center; gap: 9px; }.cover-wrap { position: relative; flex: 0 0 auto; }.cover-wrap img { display: block; width: 36px; height: 36px; border-radius: 10px; object-fit: cover; box-shadow: 0 5px 14px rgba(15,53,88,.17); }.cover-wrap i { position: absolute; right: -1px; bottom: -1px; width: 9px; height: 9px; border: 2px solid var(--glass-strong); border-radius: 50%; background: #33c678; }
.track-info { min-width: 0; display: flex; flex-direction: column; overflow: hidden; }.track-info strong,.track-info span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.track-info strong { font-size: 11px; line-height: 1.45; }.track-info span { color: var(--muted); font-size: 8px; }
.playback-center { min-width: 0; display: flex; align-items: center; gap: 7px; }.playback-controls { flex: 0 0 auto; display: flex; align-items: center; gap: 1px; }
.player-control { width: 30px; height: 30px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; transition: color .2s ease,background .2s ease,transform .2s ease; }.player-control:hover { color: var(--text); background: rgba(255,255,255,.38); transform: translateY(-1px); }.player-control:active { transform: scale(.92); }
.player-control svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.play-control { width: 32px; height: 32px; border: 1px solid rgba(39,139,231,.2); border-radius: 10px; color: var(--accent); background: rgba(39,139,231,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.42),0 4px 12px rgba(24,75,129,.1); }.play-control:hover { color: var(--accent); background: rgba(39,139,231,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 6px 15px rgba(24,75,129,.14); transform: translateY(-1px); }.play-control svg { width: 13px; height: 13px; }
.progress-row { width: 125px; min-width: 0; display: grid; grid-template-columns: 25px minmax(40px,1fr) 25px; align-items: center; gap: 5px; }.progress-row small { color: var(--muted); font-size: 7px; font-variant-numeric: tabular-nums; }.progress-row small:last-child { text-align: right; }.music-progress { width: 100%; }
.player-range { --range-progress: 0%; height: 16px; margin: 0; border: 0; border-radius: 999px; outline: 0; background: transparent; cursor: pointer; appearance: none; -webkit-appearance: none; }
.player-range::-webkit-slider-runnable-track { height: 5px; border: 1px solid rgba(125,158,188,.13); border-radius: 999px; background: linear-gradient(to right,var(--accent) 0 var(--range-progress),rgba(95,143,188,.2) var(--range-progress) 100%); box-shadow: inset 0 1px 2px rgba(16,55,94,.1); }
.player-range::-moz-range-track { height: 3px; border: 1px solid rgba(125,158,188,.13); border-radius: 999px; background: rgba(95,143,188,.2); box-shadow: inset 0 1px 2px rgba(16,55,94,.1); }
.player-range::-moz-range-progress { height: 3px; border-radius: 999px; background: var(--accent); }
.player-range::-webkit-slider-thumb { width: 13px; height: 13px; margin-top: -4px; border: 3px solid var(--accent); border-radius: 50%; background: var(--glass-strong); box-shadow: 0 2px 7px rgba(16,55,94,.28),0 0 0 2px rgba(255,255,255,.38); appearance: none; -webkit-appearance: none; transition: transform .16s ease,box-shadow .16s ease; }
.player-range::-moz-range-thumb { width: 7px; height: 7px; border: 3px solid var(--accent); border-radius: 50%; background: var(--glass-strong); box-shadow: 0 2px 7px rgba(16,55,94,.28),0 0 0 2px rgba(255,255,255,.38); transition: transform .16s ease,box-shadow .16s ease; }
.player-range:hover::-webkit-slider-thumb,.player-range:focus-visible::-webkit-slider-thumb { transform: scale(1.13); box-shadow: 0 3px 9px rgba(16,55,94,.32),0 0 0 4px rgba(19,121,234,.13); }.player-range:hover::-moz-range-thumb,.player-range:focus-visible::-moz-range-thumb { transform: scale(1.13); box-shadow: 0 3px 9px rgba(16,55,94,.32),0 0 0 4px rgba(19,121,234,.13); }
.player-actions { min-width: 0; display: flex; align-items: center; gap: 1px; padding-left: 4px; border-left: 1px solid rgba(125,158,188,.18); }.mode-button svg { fill: none; }.mode-button text { fill: currentColor; stroke: none; font-size: 8px; font-weight: 800; text-anchor: middle; }.mode-button { color: var(--accent); }
.volume-control { position: relative; display: flex; align-items: center; }.volume-button svg { fill: none; }.volume-button.active,.list-control.active { color: var(--accent); background: rgba(39,139,231,.12); }
.volume-popover { position: absolute; z-index: 2; right: -36px; bottom: calc(100% + 9px); width: 176px; height: 42px; display: grid; grid-template-columns: auto minmax(76px,1fr) 28px; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 14px; box-shadow: 0 12px 32px rgba(16,55,94,.17); }.volume-popover small { color: var(--muted); font-size: 9px; }.volume-popover span { color: var(--muted); font-size: 9px; font-variant-numeric: tabular-nums; text-align: right; }.volume-slider { width: 100%; }
.volume-fade-enter-active,.volume-fade-leave-active { transition: opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1); }.volume-fade-enter-from,.volume-fade-leave-to { opacity: 0; transform: translateY(5px) scale(.97); }
.playlist-panel { position: absolute; right: 0; bottom: calc(100% + 9px); width: min(320px,calc(100vw - 20px)); max-height: min(374px,60vh); overflow: hidden; border-radius: 18px; padding: 0; white-space: normal; box-shadow: 0 18px 46px rgba(16,55,94,.18); }
.playlist-config { display: grid; gap: 7px; padding: 11px 12px 12px; border-bottom: 1px solid rgba(125,158,188,.14); background: linear-gradient(135deg,rgba(39,139,231,.055),transparent 65%); }.playlist-config label { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; }.playlist-config > div { display: flex; gap: 7px; }.playlist-config input { min-width: 0; flex: 1; height: 34px; padding: 0 11px; border: 1px solid rgba(125,158,188,.22); border-radius: 11px; outline: 0; color: var(--text); background: rgba(255,255,255,.3); box-shadow: inset 0 1px 2px rgba(16,55,94,.05); font-size: 11px; transition: border-color .2s ease,box-shadow .25s ease,background .2s ease; }.playlist-config input:focus { border-color: var(--accent); background: rgba(255,255,255,.44); box-shadow: 0 0 0 3px rgba(39,139,231,.1); }.playlist-config input:disabled { opacity: .65; }.playlist-config button { min-width: 88px; height: 34px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 11px; color: white; background: linear-gradient(135deg,#1688f4,#0568cf); box-shadow: 0 7px 16px rgba(19,121,234,.22),inset 0 1px 0 rgba(255,255,255,.3); font-size: 10px; font-weight: 750; cursor: pointer; transition: transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,filter .2s ease; }.playlist-config button i { width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .25s cubic-bezier(.22,1,.36,1); }.playlist-config button:hover:not(:disabled) { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 10px 21px rgba(19,121,234,.3),inset 0 1px 0 rgba(255,255,255,.35); }.playlist-config button:hover:not(:disabled) i { transform: translateX(2px) rotate(45deg); }.playlist-config button:active:not(:disabled) { transform: scale(.96); }.playlist-config button:disabled { cursor: wait; opacity: .82; }.playlist-config button.loading i { width: 12px; height: 12px; border: 2px solid rgba(255,255,255,.38); border-top-color: white; border-radius: 50%; animation: playlist-loading .7s linear infinite; }
.playlist-header { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 9px; padding: 12px 12px 10px 14px; border-bottom: 1px solid rgba(125,158,188,.14); }
.playlist-header > div { min-width: 0; display: flex; flex-direction: column; gap: 1px; }.playlist-header strong { font-size: 14px; line-height: 1.4; }.playlist-header small { color: var(--muted); font-size: 8px; }.playlist-count { padding: 4px 7px; border-radius: 999px; color: var(--muted); background: rgba(95,143,188,.1); font-size: 9px; }
.playlist-close { width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; font-size: 18px; line-height: 1; transition: color .2s ease,background .2s ease,transform .2s ease; }.playlist-close:hover { color: var(--text); background: rgba(255,255,255,.4); transform: rotate(90deg); }
.playlist-items { max-height: min(318px,51vh); overflow: auto; padding: 5px; scrollbar-width: thin; scrollbar-color: rgba(95,143,188,.3) transparent; }.playlist-items::-webkit-scrollbar { width: 4px; }.playlist-items::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(95,143,188,.3); }
.playlist-item { width: 100%; display: grid; grid-template-columns: 22px 36px minmax(0,1fr) 18px; align-items: center; gap: 8px; padding: 6px 7px; border: 0; border-radius: 11px; color: var(--text); background: transparent; cursor: pointer; text-align: left; transition: background .2s ease; }.playlist-item:hover { background: rgba(255,255,255,.3); }.playlist-item.active { background: rgba(39,139,231,.11); }
.track-number { color: var(--muted); font-size: 8px; font-variant-numeric: tabular-nums; text-align: center; }.playlist-item.active .track-number,.playlist-item.active .playlist-track strong { color: var(--accent); }.playlist-item > img { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; box-shadow: 0 4px 12px rgba(15,53,88,.14); }.playlist-track { min-width: 0; overflow: hidden; display: flex; flex-direction: column; gap: 2px; }.playlist-track strong,.playlist-track small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.playlist-track strong { font-size: 11px; }.playlist-track small { color: var(--muted); font-size: 8px; }
.playing-indicator { height: 15px; display: flex; align-items: end; justify-content: center; gap: 2px; }.playing-indicator i { width: 2px; height: 45%; border-radius: 2px; background: var(--accent); animation: music-bar .8s ease-in-out infinite alternate; }.playing-indicator i:nth-child(2) { height: 100%; animation-delay: -.45s; }.playing-indicator i:nth-child(3) { height: 70%; animation-delay: -.2s; }
.playlist-fade-enter-active,.playlist-fade-leave-active { transition: opacity .25s ease, transform .3s cubic-bezier(.22,1,.36,1); }.playlist-fade-enter-from,.playlist-fade-leave-to { opacity: 0; transform: translateY(8px) scale(.97); }
@media (max-width: 760px) { .utility-bar { width: calc(100vw - 20px); bottom: 10px; gap: 7px; }.music-player { grid-template-columns: minmax(110px,1fr) auto auto; gap: 6px; }.progress-row { display: none; }.playback-center { gap: 0; }.playlist-panel { position: fixed; right: 10px; bottom: 67px; width: min(320px,calc(100vw - 20px)); max-height: min(374px,calc(100vh - 87px)); }.playlist-items { max-height: min(318px,calc(100vh - 143px)); }.volume-popover { position: fixed; right: 10px; bottom: 67px; } }
@media (max-width: 560px) { .background-tools { padding: 4px; }.background-tools > button { width: 30px; }.music-player { grid-template-columns: minmax(70px,1fr) auto auto; gap: 3px; }.track-summary { gap: 6px; }.track-info span { display: none; }.track-info strong { font-size: 10px; }.player-actions { padding-left: 3px; }.player-control { width: 28px; } }
@media (max-width: 390px) { .music-player { grid-template-columns: minmax(54px,1fr) auto auto; }.track-summary { gap: 5px; }.cover-wrap img { width: 32px; height: 32px; }.track-info strong { font-size: 9px; } }
@media (max-width: 350px) { .music-player { grid-template-columns: minmax(48px,1fr) auto auto; }.playback-controls > .player-control:first-child,.playback-controls > .player-control:last-child,.mode-button { display: none; } }
@media (max-width: 350px) { .brand span { font-size: 0; }.brand span::after { content: "星空服务器"; font-size: 13px; }.top-actions { gap: 4px; } }
.toast { animation: toast-in .35s cubic-bezier(.22,1,.36,1) both; }
.content-fade-enter-active,.content-fade-leave-active { transition: opacity .45s ease, transform .45s cubic-bezier(.22,1,.36,1), filter .45s ease; }
.content-fade-enter-from,.content-fade-leave-to { opacity: 0; transform: translateY(18px) scale(.985); filter: blur(8px); }
@keyframes slide-down { from { opacity: 0; transform: translate(-50%,-25px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes orbit-enter { from { opacity: 0; transform: translateX(35px) scale(.94); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes gentle-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes bar-enter { from { opacity: 0; transform: translate(-50%,25px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%,-10px) scale(.96); } to { opacity: 1; transform: translate(-50%,0) scale(1); } }
@keyframes music-bar { from { transform: scaleY(.45); } to { transform: scaleY(1); } }
@keyframes playlist-loading { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation: none !important; transition: none !important; } }

.sponsor-link { color: inherit; text-align: left; cursor: pointer; font: inherit; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(5,18,34,.5); backdrop-filter: blur(12px); }
.sponsor-modal { position: relative; width: min(720px,100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(25px,4vw,42px); border-radius: 30px; text-align: center; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 12px; color: inherit; background: rgba(255,255,255,.35); cursor: pointer; font-size: 25px; line-height: 1; transition: transform .25s ease, background .25s ease; }
.modal-close:hover { transform: rotate(90deg); background: rgba(255,255,255,.55); }
.modal-kicker { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.sponsor-modal h2 { margin: 7px 0 8px; font-size: clamp(25px,4vw,34px); }
.sponsor-modal > p { margin: 0 auto 26px; max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.qr-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.qr-grid figure { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.28); }
.qr-grid img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 14px; background: white; }
.qr-grid figcaption { display: flex; flex-direction: column; gap: 3px; margin-top: 12px; }
.qr-grid figcaption span { color: var(--muted); font-size: 12px; }
.modal-fade-enter-active,.modal-fade-leave-active { transition: opacity .35s ease; }
.modal-fade-enter-active .sponsor-modal,.modal-fade-leave-active .sponsor-modal { transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .3s ease; }
.modal-fade-enter-from,.modal-fade-leave-to { opacity: 0; }
.modal-fade-enter-from .sponsor-modal,.modal-fade-leave-to .sponsor-modal { opacity: 0; transform: translateY(22px) scale(.96); }
@media (max-width: 560px) { .modal-backdrop { padding: 12px; }.sponsor-modal { padding: 30px 16px 18px; border-radius: 24px; }.qr-grid { gap: 10px; }.qr-grid figure { padding: 8px; border-radius: 16px; }.qr-grid img { border-radius: 10px; } }

.page-loader { position: fixed; inset: 0; z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #10233e; background: linear-gradient(145deg,#f5faff,#e5f2ff); opacity: 1; visibility: visible; transition: opacity .5s ease, visibility .5s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-card { display: flex; align-items: center; gap: 14px; min-width: 270px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 20px; background: rgba(255,255,255,.55); box-shadow: 0 20px 55px rgba(31,91,147,.12); backdrop-filter: blur(18px); }
.loader-card img { width: 46px; height: 46px; border-radius: 13px; object-fit: contain; }
.loader-card div { display: flex; flex-direction: column; gap: 3px; }
.loader-card strong { font-size: 15px; }
.loader-card small { color: #69809a; font-size: 11px; }
.loader-progress { width: 230px; height: 3px; margin-top: 16px; overflow: hidden; border-radius: 4px; background: rgba(19,121,234,.12); }
.loader-progress i { display: block; width: 38%; height: 100%; border-radius: inherit; background: #1379ea; animation: loader-progress 1.2s ease-in-out infinite; }
@keyframes loader-progress { 0% { transform: translateX(-110%); } 100% { transform: translateX(285%); } }
@media (prefers-reduced-motion: reduce) { .loader-progress i { animation: none !important; width: 100%; opacity: .5; } }
