:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#fbf8f1;--paper-deep:#f5eee2;--surface:#fffefb;--surface-soft:#fcfaf4;--ink:#332c24;--muted:#8c8174;--faint:#b2a89b;--line:#e6d8bf;--line-strong:#dac7a4;--line2:#dac7a4;--gold:#d39a32;--gold-dark:#b87817;--gold-soft:#e9bd6c;--green:#568069;--red:#bb5f59;--paper2:#fcfaf4;--panel:#fffefb;--panel2:#f3ead8;--shadow-soft:0 7px 22px #75572514;--shadow-pop:0 18px 50px #4b351429;--shadow-sm:var(--shadow-soft);--shadow:var(--shadow-pop);--serif:"Songti SC", "STSong", "SimSun", Georgia, serif;--sans:"PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:22px;--ease:cubic-bezier(.16, 1, .3, 1)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#191610;--paper-deep:#211c14;--surface:#282219;--surface-soft:#30281d;--ink:#f3ead8;--muted:#b5a78f;--faint:#877b69;--line:#403626;--line-strong:#54452f;--line2:#54452f;--gold:#d6a247;--gold-dark:#c08a2c;--gold-soft:#e0b25e;--green:#72a083;--red:#d1746f;--paper2:#30281d;--panel:#282219;--panel2:#332b20;--shadow-soft:0 8px 24px #00000042;--shadow-pop:0 20px 60px #0000007a}*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth;min-width:320px}body{background-color:var(--paper);min-width:320px;min-height:100vh;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--gold);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{background-color:var(--paper);min-height:100vh}.piano-strip{height:24px;color:var(--ink);background:var(--surface);border-bottom:1px solid var(--line-strong);align-items:flex-start;display:flex;overflow:hidden}.piano-strip svg{opacity:.82;flex:0 0 64px;width:64px;height:28px;margin-top:-2px}.site-header{background:color-mix(in srgb, var(--surface) 88%, transparent);border-bottom:1px solid var(--line);z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:310px 1fr auto;align-items:center;gap:26px;height:82px;padding:0 30px;display:grid;position:sticky;top:0}.brand{cursor:pointer;font-family:var(--serif);letter-spacing:3px;white-space:nowrap;background:0 0;border:0;align-items:center;gap:14px;padding:0;font-size:clamp(22px,2vw,27px);display:flex}.brand-record{width:47px;height:47px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:50%;place-items:center;display:grid}.brand-record svg{width:38px;height:38px;color:var(--ink)}.main-navigation{align-items:center;gap:11px;display:flex}.nav-pill{border:1px solid var(--line);background:var(--surface);height:42px;color:var(--muted);cursor:pointer;transition:.18s var(--ease);border-radius:13px;align-items:center;gap:8px;padding:0 20px;display:inline-flex;box-shadow:0 3px 10px #694e230d}.nav-pill svg{width:18px;height:18px}.nav-pill:hover{color:var(--ink);border-color:var(--line-strong);transform:translateY(-1px)}.nav-pill.active{border-color:var(--gold);background:var(--gold);color:#fff;box-shadow:0 7px 20px color-mix(in srgb, var(--gold) 28%, transparent);font-weight:650}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.theme-button,.icon-button{border:1px solid var(--line);background:var(--surface);color:var(--gold-dark);cursor:pointer;border-radius:13px;place-items:center;min-width:44px;height:40px;display:grid}.theme-button svg{width:19px;height:19px}.login-button{border:1px solid var(--gold);background:var(--gold);color:#fff;cursor:pointer;border-radius:13px;height:42px;padding:0 19px;font-weight:650}.mobile-menu{display:none}.app-body{grid-template-columns:310px minmax(0,1fr);min-height:calc(100vh - 109px);display:grid}.sidebar{border-right:1px solid var(--line);background:color-mix(in srgb, var(--surface) 54%, var(--paper));min-height:calc(100vh - 109px)}.visitor-panel{border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:1fr 1fr;height:86px;display:grid}.visitor-panel>div{padding:18px 20px}.visitor-panel>div+div{border-left:1px solid var(--line)}.visitor-panel span{color:var(--muted);font-size:11px;display:block}.visitor-panel strong{color:var(--gold-dark);font-family:Georgia, var(--serif);letter-spacing:1px;margin-top:5px;font-size:22px;font-weight:500;display:block}.sidebar-section{border-bottom:1px solid var(--line);padding:22px 19px}.sidebar-heading{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.sidebar-heading h2,.workshop-card h2{font-family:var(--serif);letter-spacing:1px;margin:0;font-size:16px}.sidebar-heading>svg{color:color-mix(in srgb, var(--gold) 28%, transparent)}.discussion-list{gap:2px;display:grid}.discussion-list button{width:100%;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px 0;display:grid}.discussion-list button:hover span{color:var(--gold-dark)}.discussion-list svg{width:15px}.discussion-list span{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:12px;overflow:hidden}.discussion-list time{color:var(--faint);font-size:9px}.sidebar-empty{color:var(--muted);font-size:12px}.sidebar-more{border:1px solid var(--line);background:var(--surface);min-width:164px;height:34px;color:var(--gold-dark);cursor:pointer;box-shadow:var(--shadow-soft);border-radius:18px;justify-content:center;align-items:center;gap:8px;margin:13px auto 0;padding:0 18px;font-size:12px;display:flex}.sidebar-more svg{width:14px}.workshop-card{border:1px solid var(--line-strong);background:var(--surface-soft);border-radius:11px;grid-template-columns:48px 1fr;gap:11px;margin:20px 14px;padding:17px 13px;display:grid}.workshop-record{width:47px;height:47px;color:var(--ink)}.workshop-card p{color:var(--muted);margin:5px 0 0;font-size:11px}.workshop-card>button{border:1px solid var(--line);background:var(--surface);height:34px;color:var(--gold-dark);cursor:pointer;border-radius:17px;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;display:flex}.recent-section ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.recent-section li{color:var(--muted);grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:7px;font-size:11px;display:grid}.recent-section li svg{color:var(--gold)}.recent-section li span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-section code{font-family:var(--mono);color:var(--faint);font-size:9px}.sidebar-backdrop{display:none}.content-area{min-width:0;padding:20px}.library-view{width:100%}.library-toolbar{grid-template-columns:minmax(260px,1fr) auto auto;gap:12px;display:grid}.search-field{border:1px solid var(--line);background:var(--surface);height:42px;color:var(--faint);border-radius:10px;align-items:center;padding:0 13px;display:flex}.search-field:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px color-mix(in srgb, var(--gold) 12%, transparent)}.search-field svg{width:20px;margin-right:9px}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.search-field input::placeholder{color:var(--faint)}.random-button,.upload-button{cursor:pointer;border-radius:10px;align-items:center;gap:7px;height:42px;padding:0 17px;display:flex}.random-button{border:1px solid var(--line);background:var(--surface);color:var(--muted)}.upload-button{border:1px solid var(--gold);background:var(--gold);color:#fff}.category-bar{grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px;margin-top:14px;display:grid}.category-bar button{border:1px solid var(--line);background:var(--surface);min-width:0;height:45px;color:var(--muted);cursor:pointer;transition:.16s var(--ease);border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:flex}.category-bar button:hover,.category-bar button.active{color:var(--ink);border-color:var(--category-color);background:color-mix(in srgb, var(--category-color) 7%, var(--surface))}.category-icon{width:29px;height:29px;color:var(--category-color);background:color-mix(in srgb, var(--category-color) 11%, var(--surface));border-radius:50%;flex:none;place-items:center;display:grid}.category-icon svg{width:19px;height:19px}.category-bar button>span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.category-bar small{color:var(--faint);margin-left:auto;font-size:9px}.result-toolbar{height:52px;color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.result-toolbar select{color:var(--ink);background:0 0;border:0;outline:0}.song-grid{grid-template-columns:repeat(4,minmax(210px,1fr));gap:12px;display:grid}.song-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, var(--paper));min-width:0;min-height:142px;transition:.17s var(--ease);border-radius:13px;padding:12px 13px 9px;overflow:hidden}.song-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.song-card-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.song-card-top>div{min-width:0}.song-card h3{font-family:var(--serif);white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:15px;line-height:1.3;overflow:hidden}.declaration-badge{border:1px solid var(--line);white-space:nowrap;border-radius:10px;align-items:center;min-height:20px;padding:2px 8px;font-size:9px;display:inline-flex}.declaration-badge.human{color:#b47718;background:#fff7e7;border-color:#eed9b4}.declaration-badge.ai{color:#4f8066;background:#f0f8f1;border-color:#d3e5d6}.declaration-badge.unspecified{color:var(--muted);background:var(--surface-soft)}:root[data-theme=dark] .declaration-badge.human{background:#3a2d18}:root[data-theme=dark] .declaration-badge.ai{background:#1f3328}.version-count{border:1px solid var(--line);background:var(--surface-soft);min-height:27px;color:var(--muted);cursor:pointer;border-radius:13px;flex:none;align-items:center;gap:3px;padding:0 8px;font-size:9px;display:flex}.version-count svg{width:12px}.code-box{border:1px dashed var(--line-strong);background:var(--surface-soft);width:100%;height:34px;color:var(--gold-dark);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;margin-top:8px;padding:0 10px;display:flex}.code-box code{font-family:var(--mono);letter-spacing:.5px;font-size:13px}.code-box span{justify-content:flex-end;align-items:center;gap:4px;min-width:20px;font-size:9px;display:flex}.code-box svg{width:16px;height:16px}.song-meta{color:var(--muted);justify-content:space-between;gap:8px;margin-top:7px;font-size:9px;display:flex}.song-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.song-meta time{flex:none}.loading-grid .skeleton{background-color:var(--surface-soft);min-height:150px;animation:1.2s ease-in-out infinite alternate pulse}@keyframes pulse{to{opacity:.55}}.empty-state{text-align:center;min-height:360px;color:var(--muted);place-content:center;justify-items:center;display:grid}.empty-state>svg{width:52px;height:52px;color:var(--gold)}.empty-state h2{font-family:var(--serif);color:var(--ink);margin:12px 0 4px}.empty-state p{margin:0}.page-heading{justify-content:space-between;align-items:flex-end;margin:3px 0 20px;display:flex}.page-heading span{color:var(--gold-dark);letter-spacing:2px;font-size:11px}.page-heading h1{font-family:var(--serif);letter-spacing:2px;margin:4px 0 5px;font-size:28px}.page-heading p{color:var(--muted);margin:0;font-size:13px}.forum-count{color:var(--muted);font-size:12px}.forum-layout{grid-template-columns:minmax(340px,.85fr) minmax(430px,1.15fr);align-items:start;gap:16px;display:grid}.forum-list-panel,.thread-detail,.studio-panel,.studio-deck,.studio-rules{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.forum-list-panel{overflow:hidden}.new-thread{border-bottom:1px solid var(--line);background:var(--surface-soft);grid-template-columns:160px 1fr auto;gap:9px;padding:15px;display:grid}.new-thread textarea{grid-column:1/3}.new-thread button{grid-area:1/3/3}.new-thread input,.new-thread textarea,.reply-composer input,.reply-composer textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);resize:vertical;border-radius:9px;padding:9px 11px}.primary-button,.secondary-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 16px;display:inline-flex}.primary-button{border:1px solid var(--gold);background:var(--gold);color:#fff}.secondary-button{border:1px solid var(--line);background:var(--surface);color:var(--muted)}.thread-card{border:0;border-bottom:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;width:100%;min-height:76px;padding:12px 15px;display:grid}.thread-card:hover,.thread-card.active{background:var(--surface-soft)}.thread-avatar{width:36px;height:36px;color:var(--gold-dark);background:color-mix(in srgb, var(--gold) 12%, var(--surface));border-radius:50%;place-items:center;display:grid}.thread-avatar svg{width:25px;height:25px}.thread-copy{min-width:0}.thread-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.thread-copy small{color:var(--muted);margin-top:6px;font-size:10px;display:block}.reply-count{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.thread-detail{min-height:560px;padding:21px}.thread-detail>header{border-bottom:1px solid var(--line);padding-bottom:17px}.thread-detail>header>span{color:var(--gold-dark);letter-spacing:2px;font-size:10px}.thread-detail h2{font-family:var(--serif);margin:7px 0;font-size:21px;line-height:1.45}.thread-detail header p{color:var(--muted);margin:0;font-size:11px}.reply-list{min-height:280px}.reply-item{border-bottom:1px solid var(--line);grid-template-columns:28px 1fr;gap:10px;padding:16px 0;display:grid}.reply-item>svg{width:26px;color:var(--gold-dark)}.reply-item strong{font-size:12px}.reply-item p{margin:5px 0;font-size:13px;line-height:1.7}.reply-item time,.reply-empty{color:var(--muted);font-size:10px}.reply-empty{text-align:center;padding:40px 0}.reply-composer{grid-template-columns:150px 1fr auto;gap:9px;margin-top:18px;display:grid}.reply-composer textarea{grid-column:1/3}.reply-composer button{grid-area:1/3/3}.studio-layout{grid-template-columns:minmax(320px,.78fr) minmax(430px,1.22fr);gap:18px;display:grid}.studio-deck{text-align:center;background:var(--surface-soft);flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:34px;display:flex}.studio-record{color:var(--ink)}.studio-record svg{filter:drop-shadow(0 14px 23px #3a281030);width:210px;height:210px}.studio-deck span{color:var(--gold-dark);letter-spacing:2px;font-size:10px}.studio-deck h2{font-family:var(--serif);word-break:break-all;margin:8px 0;font-size:21px}.studio-deck p{color:var(--muted);margin:0;font-size:12px}.studio-panel{min-width:0;padding:24px}.upload-zone{border:1px dashed var(--line-strong);cursor:pointer;background:var(--surface-soft);border-radius:13px;place-content:center;justify-items:center;min-height:190px;display:grid}.upload-zone>svg{width:42px;height:42px;color:var(--gold)}.upload-zone h2{font-family:var(--serif);margin:9px 0 4px}.upload-zone p{color:var(--muted);margin:0 0 14px;font-size:11px}.audio-preview{border:1px solid var(--line);border-radius:11px;margin-top:14px;padding:12px}.audio-preview>div{align-items:center;gap:7px;margin-bottom:8px;font-size:12px;display:flex}.audio-preview audio{width:100%;height:34px}.convert-button{border:1px solid var(--gold);background:var(--gold);color:#fff;cursor:pointer;border-radius:11px;width:100%;height:43px;margin-top:14px;font-weight:650}.midi-status,.player-hint{color:var(--muted);font-size:11px;line-height:1.7}.midi-status{margin-top:11px}.studio-rules{grid-template-columns:auto repeat(3,1fr);gap:18px;margin-top:18px;padding:18px;display:grid}.studio-rules h2{font-family:var(--serif);margin:0}.studio-rules span{color:var(--gold-dark);align-items:center;gap:6px;font-size:12px;display:flex}.studio-rules p{color:var(--muted);margin:5px 0 0;font-size:10px}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#251d126b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.version-modal,.upload-modal{border:1px solid var(--line);background:var(--surface);width:min(720px,100%);max-height:min(760px,100vh - 40px);box-shadow:var(--shadow-pop);border-radius:18px;overflow:auto}.version-modal>header,.upload-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;padding:21px;display:flex}.version-modal header span,.upload-modal header span{color:var(--gold-dark);letter-spacing:2px;font-size:10px}.version-modal h2,.upload-modal h2{font-family:var(--serif);margin:5px 0 2px;font-size:23px}.version-modal header p{color:var(--muted);margin:0;font-size:11px}.modal-close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0}.modal-close svg{width:24px;height:24px}.version-list{padding:0 21px 21px}.version-row{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:17px;padding:17px 0;display:grid}.version-main>div{align-items:center;gap:8px;display:flex}.version-main strong{font-size:13px}.version-main p{color:var(--muted);margin:6px 0;font-size:11px}.version-main small{color:var(--faint);font-size:9px}.version-row>code{font-family:var(--mono);color:var(--gold-dark)}.version-row>button{background:var(--gold);color:#fff;cursor:pointer;border:0;border-radius:9px;align-items:center;gap:5px;padding:8px 11px;font-size:11px;display:flex}.upload-modal{padding-bottom:19px}.upload-modal>label,.upload-modal .form-row,.declaration-note{margin-left:21px;margin-right:21px}.upload-modal>label{margin-top:14px;display:block}.upload-modal label>span{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.upload-modal input,.upload-modal select,.upload-modal textarea{border:1px solid var(--line);background:var(--surface-soft);width:100%;color:var(--ink);resize:vertical;border-radius:9px;padding:10px 11px}.form-row{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.declaration-note{background:var(--surface-soft);color:var(--muted);border-radius:9px;padding:10px 12px;font-size:10px}.upload-modal footer{justify-content:flex-end;gap:9px;padding:0 21px;display:flex}.toast{z-index:100;border:1px solid var(--gold);background:var(--surface);color:var(--ink);box-shadow:var(--shadow-pop);border-radius:11px;padding:10px 17px;font-size:12px;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}@media (max-width:1320px){.site-header{grid-template-columns:272px 1fr auto;gap:16px;padding:0 22px}.app-body{grid-template-columns:280px minmax(0,1fr)}.nav-pill{padding:0 14px}.category-bar{grid-template-columns:repeat(3,1fr)}.song-grid{grid-template-columns:repeat(3,minmax(210px,1fr))}}@media (max-width:1050px){.site-header{grid-template-columns:auto 1fr auto}.brand{font-size:21px}.main-navigation{justify-content:center}.nav-pill span{display:none}.nav-pill{justify-content:center;width:43px;padding:0}.app-body{grid-template-columns:250px minmax(0,1fr)}.song-grid{grid-template-columns:repeat(2,minmax(210px,1fr))}.forum-layout,.studio-layout{grid-template-columns:1fr}}@media (max-width:780px){.piano-strip{height:19px}.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:42px 1fr auto;gap:9px;height:67px;padding:0 13px}.mobile-menu{display:grid}.brand{letter-spacing:1px;justify-self:start;font-size:18px}.brand-record{display:none}.main-navigation{z-index:60;background:var(--surface);border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;height:60px;padding:6px 10px;display:grid;position:fixed;bottom:0;left:0;right:0}.nav-pill,.nav-pill.active{width:100%;height:48px;box-shadow:none;color:var(--muted);background:0 0;border:0;border-radius:9px;flex-direction:column;gap:2px;font-size:10px;display:flex}.nav-pill.active{color:var(--gold-dark)}.nav-pill span{display:block}.login-button{display:none}.theme-button{min-width:40px}.app-body{min-height:calc(100vh - 86px);display:block}.sidebar{z-index:70;width:min(310px,100vw - 52px);transition:transform .22s var(--ease);box-shadow:var(--shadow-pop);position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-101%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{z-index:65;background:#231b106b;border:0;display:block;position:fixed;inset:0}.content-area{padding:14px 12px 78px}.library-toolbar{grid-template-columns:1fr auto}.search-field{grid-column:1/-1}.upload-button,.random-button{justify-content:center}.category-bar{scrollbar-width:none;padding-bottom:4px;display:flex;overflow-x:auto}.category-bar::-webkit-scrollbar{display:none}.category-bar button{flex:none;min-width:125px}.result-toolbar{flex-direction:column;align-items:flex-start;gap:5px;height:auto;padding:12px 0}.song-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.song-card{min-height:155px}.version-count{font-size:0}.version-count svg{width:14px}.new-thread,.reply-composer{grid-template-columns:1fr}.new-thread textarea,.new-thread button,.reply-composer textarea,.reply-composer button{grid-area:auto/1}.thread-detail{min-height:420px}.studio-rules{grid-template-columns:1fr}.studio-deck{min-height:300px}.studio-record svg{width:150px;height:150px}.version-row{grid-template-columns:1fr auto}.version-row>code{grid-column:1}}@media (max-width:500px){.brand{font-size:16px}.song-grid{grid-template-columns:1fr}.song-card{min-height:147px}.form-row,.version-row{grid-template-columns:1fr}.version-row>code,.version-row>button{grid-column:1}.version-row>button{justify-content:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--violet:#6651af;--violet-deep:#2f2a63;--violet-soft:#eee9f8;--ink-deep:#22223b;--cream:#f7f2ea;--warm-line:#ddd4ca}html,body{overflow-x:hidden}body{background:#f7f4ef;padding-bottom:84px}.redesigned-shell{color:var(--ink-deep);background:#f7f4ef}.redesigned-header.site-header{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#faf8f5f0;border-bottom:1px solid #ded8d1;grid-template-columns:280px 1fr auto;height:74px;padding:0 38px;position:sticky;top:0}.brand-lockup{color:#242445;text-align:left;gap:11px}.brand-lockup .brand-flower{width:38px;height:38px;color:var(--violet);place-items:center;display:grid}.brand-lockup .brand-flower svg{width:31px;height:31px}.brand-lockup>span:last-child{flex-direction:column;display:flex}.brand-lockup strong{font:500 30px/1 Georgia, var(--serif);letter-spacing:1px}.brand-lockup small{color:#777482;font:8px/1 var(--sans);letter-spacing:1.4px;margin-top:4px}.text-navigation{justify-content:center;gap:34px}.text-navigation button{color:#3d3b49;cursor:pointer;height:74px;font-family:var(--serif);letter-spacing:.6px;background:0 0;border:0;padding:0 2px;font-size:15px;position:relative}.text-navigation button:after{content:"";background:var(--violet);height:2px;transition:.24s var(--ease);position:absolute;bottom:0;left:50%;right:50%}.text-navigation button:hover,.text-navigation button.active{color:var(--violet)}.text-navigation button.active:after{left:0;right:0}.redesigned-header .header-actions{gap:10px}.header-search{color:#85808d;cursor:pointer;background:#ffffff8c;border:1px solid #d8d2ce;border-radius:22px;align-items:center;gap:10px;width:250px;height:42px;padding:0 16px;display:flex}.header-search svg{width:18px}.header-search span{font-family:var(--serif)}.sound-orb,.avatar-orb{color:#363451;cursor:pointer;background:#faf8f5;border:1px solid #d8d2ce;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.sound-orb svg{width:20px}.avatar-orb{color:#55419d;background:#e8e0f4;border-color:#dcd4ef;font:600 13px Georgia,serif}.redesigned-main{width:calc(100% - 38px);max-width:1500px;min-height:calc(100vh - 158px);margin:18px auto 34px}.redesigned-main.home-main{width:100%;max-width:none;margin-top:0}.page-enter-active,.page-leave-active{transition:opacity .22s ease, transform .26s var(--ease)}.page-enter-from{opacity:0;transform:translateY(9px)}.page-leave-to{opacity:0;transform:translateY(-5px)}.home-hero{background:#eee7df;border:1px solid #d9d2cb;border-radius:19px;min-height:430px;overflow:hidden;box-shadow:0 12px 34px #392d4617}.hero-story{background:#f7f2ed;min-height:430px;position:relative;overflow:hidden}.hero-character-art{object-fit:cover;object-position:52% 34%;filter:saturate(1.04)contrast(1.03);width:66%;height:100%;position:absolute;inset:0 0 0 auto}.hero-character-shade{background:linear-gradient(90deg,#faf7f2 0%,#faf7f2fa 30%,#faf7f2c7 43%,#faf7f21f 63%,#0000 76%);position:absolute;inset:0}.hero-copy{z-index:2;width:min(470px,43%);position:absolute;top:50%;left:56px;transform:translateY(-50%)}.hero-copy .eyebrow{color:#81796e;letter-spacing:2px;font:10px/1.2 Georgia,serif}.hero-copy h1{color:#262944;font:500 clamp(32px, 3vw, 45px)/1.22 var(--serif);letter-spacing:3px;margin:19px 0 14px}.hero-copy p{color:#4e4b55;font:14px/1.9 var(--serif);margin:0}.hero-actions{gap:12px;margin-top:24px;display:flex}.hero-actions button{cursor:pointer;border-radius:7px;align-items:center;gap:9px;min-height:44px;padding:0 22px;display:inline-flex}.ink-button{color:#fff;background:#282522;border:1px solid #272626}.paper-button{color:#342f2b;background:#ffffffa6;border:1px solid #cfc7be}.hero-copy>small{color:#77726e;align-items:center;gap:6px;margin-top:18px;font-size:10px;display:flex}.hero-copy>small svg{width:14px}.hero-player{color:#fff;text-align:left;cursor:pointer;isolation:isolate;background:#181719 url(/assets/design/vinyl.jpg) 50%/cover no-repeat;border:0;position:relative;overflow:hidden}.hero-player:before{content:"";z-index:-1;background:linear-gradient(90deg,#0f0e11e0,#0f0e112e 62%);position:absolute;inset:0}.hero-player:after{content:"";z-index:-2;background:inherit;transition:transform .9s var(--ease);position:absolute;inset:-2%}.hero-player:hover:after,.hero-player.playing:after{transform:scale(1.035)}.hero-player>*{z-index:2;position:absolute;left:30px}.player-kicker{color:#e8cfa5;letter-spacing:1.8px;font:10px Georgia,serif;top:34px}.hero-player strong{max-width:44%;font:500 25px/1.3 var(--serif);top:64px}.hero-player>small{color:#d4cec5;font-size:11px;top:104px}.hero-player-time{font:11px var(--sans);top:148px}.hero-play-circle{width:51px;height:51px;top:177px}.hero-play-circle svg{width:51px;height:51px}.hero-wave{display:none}.home-stats{background:#fbf9f6e6;border:1px solid #d9d2cb;border-top:0;grid-template-columns:repeat(3,1fr) 2.6fr;align-items:stretch;min-height:82px;display:grid}.home-stats>div{border-right:1px solid #e1dad2;align-items:center;gap:13px;padding:15px 20px;display:flex}.home-stats .stat-icon{border-radius:50%;flex:none;place-items:center;width:43px;height:43px;display:grid}.home-stats .stat-icon svg{width:21px;height:21px}.stat-icon.rose{color:#9d5374;background:#f4e8ed}.stat-icon.mint{color:#39745a;background:#e8f0ea}.stat-icon.gold{color:#a36d25;background:#f2eadc}.stat-icon.violet{color:#5d50a4;background:#ebe8f6}.home-stats small{color:#77716c;font-size:10px;display:block}.home-stats strong{margin-top:4px;font:500 24px/1 Georgia,serif;display:block}.home-stats .quick-actions{border-right:0;flex-wrap:wrap;gap:8px}.quick-actions>small{color:#8d6d41;width:100%}.quick-actions button{color:#45414a;cursor:pointer;background:#fff;border:1px solid #d9d2cb;border-radius:6px;align-items:center;gap:6px;height:32px;padding:0 11px;font-size:10px;display:inline-flex}.quick-actions svg{width:14px}.home-content{grid-template-columns:minmax(0,1.75fr) minmax(330px,.9fr);gap:24px;margin-top:22px;display:grid}.featured-library>header,.listening-notes>header,.uploaded-list>header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.featured-library header>div{align-items:center;gap:8px;display:flex}.home-filters{align-self:stretch;gap:18px;margin-left:auto;margin-right:18px;display:flex}.home-filters button{color:#6f675f;position:relative;background:0 0!important;border:0!important;padding:0 2px!important}.home-filters button.active{color:#2d2941}.home-filters button.active:after{content:"";background:#b18c54;height:2px;position:absolute;bottom:-14px;left:0;right:0}.featured-library h2,.listening-notes h2,.uploaded-list h2{font:500 21px var(--serif);letter-spacing:1px;margin:0}.featured-library header button,.listening-notes header button{color:#6f675f;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:11px;display:flex}.featured-grid{background:#fbf9f6;border:1px solid #ded7cf;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.featured-card{border-right:1px solid #e4ddd5;min-width:0;padding:10px 11px 12px}.featured-card:last-child{border-right:0}.featured-cover{aspect-ratio:1.18;cursor:pointer;background:#ddd;border:0;border-radius:7px;width:100%;padding:0;position:relative;overflow:hidden}.featured-cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease);display:block}.featured-cover i{background:#171719 url(/assets/design/vinyl.jpg) 68% 45%/190px no-repeat;border-radius:50%;width:78px;height:78px;position:absolute;bottom:-23px;right:-23px;box-shadow:0 2px 8px #00000047}.featured-cover:hover img{transform:scale(1.04)}.featured-cover>span{color:#fff;opacity:0;transition:all .18s;position:absolute;bottom:7px;left:8px;transform:translateY(5px)}.featured-cover:hover>span{opacity:1;transform:none}.featured-cover svg{width:28px;height:28px}.featured-card h3{text-overflow:ellipsis;white-space:nowrap;font:600 14px var(--serif);margin:10px 0 4px;overflow:hidden}.featured-card p{text-overflow:ellipsis;white-space:nowrap;color:#7b756f;margin:0;font-size:10px;overflow:hidden}.featured-card>div{justify-content:space-between;align-items:center;margin-top:9px;display:flex}.featured-card>div button{cursor:pointer;color:#3f3b40;background:0 0;border:0}.availability{border-radius:9px;padding:3px 7px;font-size:9px;display:inline-flex}.availability.ok{color:#387058;background:#e8f2eb}.availability.unk{color:#a26d21;background:#f5eddc}.availability.bad{color:#a55252;background:#f6e7e7}.listening-notes{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:14px;padding:16px 17px 12px}.listening-notes article{border-bottom:1px solid #e4ddd5;grid-template-columns:36px 1fr auto;gap:10px;padding:12px 0;display:grid}.note-avatar{color:#5b4a94;width:34px;height:34px;font:600 11px var(--sans);background:#e7e0f1;border-radius:50%;place-items:center;display:grid}.listening-notes article strong{font-size:11px}.listening-notes article small{color:#a39d97;margin-left:8px;font-size:9px}.listening-notes article p{margin:5px 0 0;font-size:11px;line-height:1.5}.note-count{color:#8d8781;font-size:9px}.publish-note{color:#4f4a50;cursor:pointer;background:0 0;border:1px solid #d8d1ca;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;height:34px;margin-top:11px;display:flex}.library-title,.studio-heading{justify-content:space-between;align-items:flex-end;padding:10px 4px 20px;display:flex}.library-title>div>span,.studio-heading>div>span,.uploaded-list header span{color:#7362b4;font:9px var(--sans);letter-spacing:1.6px}.library-title h1,.studio-heading h1{font:500 35px var(--serif);margin:7px 0 5px}.library-title p,.studio-heading p{color:#77716c;margin:0;font-size:11px}.lavender-button{color:#fff;cursor:pointer;background:#6652ad;border:1px solid #6652ad;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 18px;display:inline-flex}.lavender-button:disabled{cursor:not-allowed;opacity:.5}.library-toolbar{background:#fbf9f6;border:1px solid #dfd8d0;border-radius:12px;grid-template-columns:minmax(260px,1fr) auto auto;padding:13px}.upload-button{background:#6652ad;border-color:#6652ad}.category-bar{grid-template-columns:repeat(6,minmax(120px,1fr))}.category-bar button{background:#fbf9f6}.visual-song-grid{grid-template-columns:repeat(4,minmax(200px,1fr));gap:14px}.visual-song-card.song-card{background:#fbf9f6;border-radius:11px;min-height:0;padding:0}.song-cover{aspect-ratio:1.2;cursor:pointer;background:#ddd;border:0;border-bottom:1px solid #ded7cf;width:100%;padding:0;display:block;position:relative;overflow:hidden}.song-cover img{object-fit:cover;width:100%;height:100%;transition:.5s var(--ease)}.song-cover:hover img{transform:scale(1.04)}.song-cover .availability{position:absolute;top:8px;left:8px}.song-cover i{background:#171719 url(/assets/design/vinyl.jpg) 68% 45%/150px no-repeat;border-radius:50%;width:62px;height:62px;position:absolute;bottom:-19px;right:-19px;box-shadow:0 2px 8px #00000040}.visual-card-body{padding:12px}.visual-card-body h3{margin-bottom:4px}.visual-card-body>p{color:#7e7872;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:10px;overflow:hidden}.track-facts{color:#8e8881;justify-content:space-between;margin-top:9px;font-size:9px;display:flex}.card-actions{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:5px;margin-top:10px;display:grid}.card-actions button{cursor:pointer;background:#fff;border:1px solid #ded7cf;border-radius:6px;align-items:center;gap:5px;min-width:0;height:30px;padding:0 8px;display:flex}.card-actions button span{text-overflow:ellipsis;white-space:nowrap;font:9px var(--mono);overflow:hidden}.card-actions svg{width:14px}.pagination{justify-content:center;align-items:center;gap:7px;margin:24px 0;display:flex}.pagination button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:33px;height:33px}.pagination button.active{color:#fff;background:#6652ad}.pagination span{color:#89827b;font-size:10px}.studio-heading{align-items:center}.studio-tabs{background:#f0ebe5;border:1px solid #ddd5cf;border-radius:10px;padding:3px;display:flex}.studio-tabs button{color:#77716c;cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:36px;padding:0 16px}.studio-tabs button.active{color:#57449e;background:#fff;box-shadow:0 4px 12px #3e2f5014}.share-studio-grid{background:#fbf9f7ed;border:1px solid #d9d1ca;border-radius:18px;grid-template-columns:1fr 1fr;gap:20px;padding:22px;display:grid;box-shadow:0 15px 38px #402d4c14}.share-form,.audio-upload-panel{background:#ffffffa8;border:1px solid #e0d9d2;border-radius:13px;min-width:0;padding:22px}.form-intro{align-items:center;gap:13px;margin-bottom:20px;display:flex}.form-intro>span{color:#604bad;background:#ebe5f7;border-radius:50%;place-items:center;width:43px;height:43px;display:grid}.form-intro svg{width:24px}.form-intro h2{font:500 24px var(--serif);margin:0 0 4px}.form-intro p{color:#7c756f;margin:0;font-size:10px}.share-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.share-fields label.wide{grid-column:1/-1}.share-fields label>span,.cover-choice>strong{margin-bottom:6px;font-size:11px;display:block}.share-fields input,.share-fields select,.share-fields textarea{color:#34313a;resize:vertical;background:#ffffffd9;border:1px solid #dcd5cf;border-radius:8px;width:100%;padding:10px 11px}.rights-check{color:#6f6964;gap:8px;margin:15px 0;font-size:10px;line-height:1.5;display:flex}.rights-check input{accent-color:#6652ad}.share-form>.lavender-button{width:100%}.upload-error{color:#a34d4d;font-size:11px}.mp3-dropzone{color:#5f4ba6;cursor:pointer;background:#faf8fd;border:1.5px dashed #a99bd3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;min-height:175px;display:flex}.mp3-dropzone svg{width:38px;height:38px}.mp3-dropzone span{color:#89828f;font-size:10px}.selected-audio{background:#fff;border:1px solid #ded7d0;border-radius:9px;grid-template-columns:42px 1fr;align-items:center;gap:10px;margin-top:12px;padding:11px;display:grid}.selected-audio>span{color:#fff;background:#6652ad;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.selected-audio div{min-width:0}.selected-audio strong,.selected-audio small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selected-audio small{color:#8a837d;margin-top:3px;font-size:9px}.selected-audio audio{grid-column:1/-1;width:100%;height:32px}.cover-choice{margin-top:16px}.cover-choice>div{gap:9px;display:flex}.cover-choice button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;width:58px;height:58px;padding:2px;overflow:hidden}.cover-choice button.active{border-color:#6b58b0}.cover-choice img{object-fit:cover;border-radius:5px;width:100%;height:100%}.upload-note{background:#f3eef9;border-radius:10px;margin-top:16px;padding:15px}.upload-note h3{font:500 15px var(--serif);margin:0 0 9px}.upload-note ol{gap:8px;margin:0;padding:0;list-style:none;display:grid}.upload-note li{color:#655f69;align-items:center;gap:8px;font-size:10px;display:flex}.upload-note li span{color:#fff;background:#7763bd;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.code-only-card{flex-direction:column;justify-content:center;align-items:flex-start;min-height:320px;display:flex}.code-only-card h3{font:500 20px var(--serif);margin:6px 0 8px}.code-only-card>p{color:#68616a;max-width:580px;margin:0 0 24px;line-height:1.8}.code-only-card .lavender-button{justify-content:center;align-items:center;gap:8px;min-width:220px;display:inline-flex}.code-only-note{background:linear-gradient(135deg,#f8f4fc,#f4eee8);grid-template-columns:62px 1fr;align-content:center;gap:18px;min-height:320px;padding:36px;display:grid}.code-only-note>svg{color:#6652ad;width:56px;height:56px}.code-only-note span{color:#8c76be;letter-spacing:1.8px;font:10px Georgia,serif}.code-only-note h2{font:500 25px var(--serif);margin:8px 0}.code-only-note p{color:#6d666f;margin:0;line-height:1.75}.code-only-note ol{grid-column:1/-1;gap:9px;margin:8px 0 0;padding:0;list-style:none;display:grid}.code-only-note li{color:#615a65;align-items:center;gap:9px;display:flex}.code-only-note li span{color:#fff;letter-spacing:0;background:#7460b7;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.midi-workspace{margin-top:0}.midi-workspace .studio-deck{color:#fff;background:#17171b url(/assets/design/vinyl.jpg) 50%/cover no-repeat}.midi-workspace .studio-record{animation:14s linear infinite record-spin}.midi-workspace .studio-deck p,.midi-workspace .studio-deck span{color:#ddd4cc}@keyframes record-spin{to{transform:rotate(360deg)}}.workshop-heading{padding-bottom:18px}.local-privacy-badge{color:#5f5864;background:#ffffffb8;border:1px solid #d8d1ca;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 13px;font-size:11px;display:inline-flex}.local-privacy-badge svg{color:#6652ad;width:18px;height:18px}.vinyl-workshop-card{color:#f8f3e9;background:#181719;border:1px solid #342f2b;border-radius:20px;grid-template-columns:minmax(360px,.9fr) minmax(500px,1.1fr);min-height:520px;display:grid;overflow:hidden;box-shadow:0 20px 55px #221b2533}.vinyl-stage{background:#141315;min-height:520px;position:relative;overflow:hidden}.vinyl-stage img{object-fit:cover;object-position:56% center;filter:saturate(.82)contrast(1.08)brightness(.82);width:100%;height:100%;transition:transform 1.2s var(--ease), filter 1.2s var(--ease);display:block;transform:scale(1.025)}.vinyl-stage:after{content:"";background:linear-gradient(90deg,#100f111f,#100f1100 55%,#181719 100%);position:absolute;inset:0}.vinyl-stage-glow{pointer-events:none;position:absolute;inset:0;box-shadow:inset -20px 0 40px #12111380}.vinyl-workshop-card.playing .vinyl-stage img{filter:saturate(.95)contrast(1.08)brightness(.9);transform:scale(1.055)}.vinyl-console{background:radial-gradient(circle at 100% 0,#7b603829,#0000 42%),#181719;flex-direction:column;justify-content:center;min-width:0;padding:48px clamp(34px,4vw,68px);display:flex}.now-playing-label{color:#ddc28f;letter-spacing:2px;align-items:center;gap:9px;font:10px Georgia,serif;display:flex}.now-playing-label span{background:#d9bd86;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #d9bd861f}.vinyl-console h2{color:#fffaf1;text-overflow:ellipsis;white-space:nowrap;max-width:680px;font:500 clamp(24px,2.4vw,34px)/1.2 var(--serif);margin:15px 0 7px;overflow:hidden}.track-note{color:#a9a09a;margin:0;font-size:11px}.workshop-wave{width:100%;height:112px;margin-top:31px;display:block}.workshop-progress{cursor:pointer;background:0 0;border:0;width:100%;height:18px;padding:0;position:relative}.workshop-progress:before{content:"";background:#ffffff29;height:2px;position:absolute;top:8px;left:0;right:0}.workshop-progress span{background:#ddc28f;border-radius:4px;height:4px;position:absolute;top:7px;left:0;box-shadow:0 0 12px #ddc28f4d}.workshop-time{color:#a9a09a;font:10px var(--mono);justify-content:space-between;display:flex}.workshop-controls{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:25px;display:grid}.workshop-button{color:#ece5db;cursor:pointer;background:#242225;border:1px solid #47413b;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:0 10px;font-size:11px;transition:all .18s;display:inline-flex}.workshop-button svg{color:#ddc28f;width:18px;height:18px}.workshop-button:hover:not(:disabled){background:#2c2825;border-color:#ad8f5e;transform:translateY(-1px)}.workshop-button:disabled{opacity:.36;cursor:not-allowed}.workshop-button.upload,.workshop-button.export{color:#fff;background:#b9832f;border-color:#b58c4b}.workshop-button.upload svg,.workshop-button.export svg{color:#fff}.vinyl-console .midi-status{color:#d3c9bf;margin-top:18px}.vinyl-console .player-hint{color:#847d78;margin:5px 0 0}.uploaded-list{margin-top:24px}.uploaded-list>div{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.uploaded-list article{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:9px;grid-template-columns:54px 1fr auto;align-items:center;gap:10px;padding:9px;display:grid}.uploaded-list img{object-fit:cover;border-radius:7px;width:54px;height:54px}.uploaded-list article div{min-width:0}.uploaded-list article strong,.uploaded-list article small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.uploaded-list article small{color:#89827b;margin-top:4px;font-size:9px}.uploaded-list article button{color:#6652ad;cursor:pointer;background:0 0;border:0}.uploaded-list article svg{width:29px;height:29px}.discussions-view .page-heading{padding:10px 4px}.discussions-view .page-heading span{color:#6d5aad}.forum-list-panel,.thread-detail{background:#fbf9f6;border-color:#ddd6cf}.discussion-heading-actions{align-items:center;gap:9px;display:flex}.contact-author-button{align-items:center;gap:7px;min-height:40px;text-decoration:none;display:inline-flex}.contact-author-button svg{width:17px;height:17px}.guide-view{background:#fbf9f6;border:1px solid #dcd5ce;border-radius:17px;min-height:700px;overflow:hidden}.guide-hero{background:linear-gradient(90deg,#fbf9f6fa,#fbf9f68c),url(/assets/design/hero-character.jpg) right 35%/52% no-repeat;min-height:155px;padding:32px 38px}.guide-hero>span{color:#6652ad;letter-spacing:2px;font-size:10px}.guide-hero h1{font:500 31px var(--serif);margin:10px 0 6px}.guide-hero p{color:#77716c;margin:0;font-size:11px}.guide-layout{border-top:1px solid #e0d9d2;grid-template-columns:240px 1fr;display:grid}.guide-layout nav{border-right:1px solid #e0d9d2;padding:24px 18px}.guide-layout nav strong{font:500 15px var(--serif);margin-bottom:12px;display:block}.guide-layout nav button{color:#77716c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;gap:8px;width:100%;padding:10px;display:flex}.guide-layout nav button.active{color:#59469c;background:#ece7f4}.guide-layout article{padding:28px 40px}.guide-layout article section{border-bottom:1px solid #e2dcd5;padding:4px 0 28px}.guide-layout article h2{font:500 21px var(--serif)}.guide-layout article h2 span{color:#6e5ab2;font:500 13px Georgia,serif}.guide-layout article p,.guide-layout article li{color:#625d59;font-size:12px;line-height:1.8}.guide-layout article code{color:#e7d5b1;background:#29262b;border-radius:7px;width:-moz-fit-content;width:fit-content;padding:12px 18px;display:block}.guide-callout{color:#5d5664;background:#f0ecf7;border-left:3px solid #7764b8;padding:12px;font-size:11px}.global-player{z-index:70;color:#f7f4ef;height:76px;transition:transform .3s var(--ease);background:#19181bf7;border-top:1px solid #ffffff14;grid-template-columns:minmax(230px,1fr) auto minmax(300px,1.4fr);align-items:center;gap:24px;padding:9px 30px;display:grid;position:fixed;bottom:0;left:0;right:0;transform:translateY(105%);box-shadow:0 -10px 25px #19141c29}.global-player.visible{transform:none}.global-player audio{display:none}.now-track{align-items:center;gap:11px;min-width:0;display:flex}.now-track img{object-fit:cover;border-radius:6px;width:52px;height:52px}.now-track span{min-width:0}.now-track strong,.now-track small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.now-track strong{font:500 13px var(--serif)}.now-track small{color:#aaa4a0;margin-top:4px;font-size:9px}.global-player-entry{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.global-player-entry:hover strong{color:#e6c992}.player-main-controls{align-items:center;gap:14px;display:flex}.player-main-controls button,.player-main-controls a{color:#fff;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;display:grid}.player-main-controls .main-play{width:44px;height:44px}.main-play svg{width:42px;height:42px}.player-main-controls a svg{width:18px}.player-main-controls button:disabled,.global-player-seek:disabled{cursor:default;opacity:.38}.player-timeline{color:#b3ada8;grid-template-columns:38px 1fr 38px;align-items:center;gap:9px;font-size:9px;display:grid}.player-timeline input{accent-color:#d9bd86;width:100%}@media (max-width:1180px){.redesigned-header.site-header{grid-template-columns:230px 1fr auto;padding:0 22px}.text-navigation{gap:18px}.header-search{width:190px}.home-stats{grid-template-columns:repeat(3,1fr)}.home-stats .quick-actions{grid-column:1/-1}.visual-song-grid{grid-template-columns:repeat(3,1fr)}.uploaded-list>div{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.home-filters{display:none}body{padding-bottom:140px}.redesigned-header.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:170px 1fr auto;height:66px}.brand-lockup strong{font-size:25px}.brand-lockup small,.header-search,.sound-orb{display:none}.text-navigation{z-index:75;background:#faf8f5;border-top:1px solid #ddd6cf;grid-template-columns:repeat(5,1fr);gap:0;height:60px;display:grid;position:fixed;bottom:0;left:0;right:0}.text-navigation button{height:60px;font-size:10px}.text-navigation button:after{top:0;bottom:auto}.redesigned-main{width:calc(100% - 24px);max-width:1500px;margin-top:12px;padding-bottom:56px}.home-content{grid-template-columns:1fr}.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-card:nth-child(2){border-right:0}.featured-card:nth-child(-n+2){border-bottom:1px solid #e4ddd5}.visual-song-grid{grid-template-columns:repeat(2,1fr)}.share-studio-grid,.guide-layout{grid-template-columns:1fr}.guide-layout nav{border-bottom:1px solid #e0d9d2;border-right:0;display:flex;overflow-x:auto}.guide-layout nav strong{display:none}.guide-layout nav button{flex:none;width:auto}.global-player{bottom:60px}}@media (max-width:600px){.discussions-view .page-heading{flex-direction:column;align-items:stretch;gap:14px}.discussion-heading-actions{grid-template-columns:1fr 1fr;display:grid}.discussion-heading-actions>*{justify-content:center}.redesigned-header.site-header{grid-template-columns:1fr auto;padding:0 13px}.brand-flower{display:none!important}.brand-lockup strong{font-size:23px}.home-hero{border-radius:13px}.hero-story{min-height:600px}.hero-character-art{object-position:50% 18%;width:100%;height:280px;inset:320px 0 0}.hero-character-shade{background:linear-gradient(#faf7f2 0%,#faf7f2b8 22%,#faf7f214 54%,#0000 76%);height:315px;inset:auto 0 0}.hero-copy{width:calc(100% - 48px);top:34px;left:24px;transform:none}.hero-copy h1{font-size:32px}.hero-copy p{max-width:310px}.hero-copy>small{margin-top:14px}.home-stats{grid-template-columns:1fr 1fr}.home-stats>div{padding:12px}.home-stats>div:nth-child(3),.home-stats .quick-actions{grid-column:1/-1}.home-content{gap:17px}.featured-grid{grid-template-columns:1fr 1fr}.featured-card{padding:8px}.featured-card h3{font-size:12px}.library-title,.studio-heading{align-items:flex-start;gap:15px}.library-title h1,.studio-heading h1{font-size:29px}.library-title .lavender-button{padding:0 12px;font-size:10px}.category-bar{display:flex}.visual-song-grid{grid-template-columns:1fr 1fr;gap:9px}.visual-card-body{padding:9px}.visual-card-body .declaration-badge{display:none}.card-actions{grid-template-columns:1fr auto}.share-studio-grid{padding:10px}.share-form,.audio-upload-panel{padding:15px}.code-only-note{grid-template-columns:48px 1fr}.code-only-note>svg{width:44px;height:44px}.studio-tabs button{padding:0 9px;font-size:10px}.guide-hero{padding:25px 20px}.guide-layout article{padding:18px}}.account-login-button{color:#454052;cursor:pointer;background:#faf8f5;border:1px solid #d8d2ce;border-radius:20px;align-items:center;gap:7px;height:40px;padding:0 14px;font-size:11px;display:inline-flex}.account-login-button svg{color:#6652ad;width:18px;height:18px}.reference-hero{background:#f6f1eb;border:1px solid #d8d0c8;border-radius:0;grid-template-columns:62% 38%;min-height:430px;display:grid;position:relative;overflow:hidden}.reference-hero-art{object-fit:contain;object-position:right center;filter:saturate(1.08)contrast(1.06);background:#f6f1eb;width:62%;height:430px;position:absolute;inset:0 auto 0 0}.reference-hero-copy{z-index:3;background:#faf7f2b8;width:min(430px,35%);padding:19px 8px;position:absolute;top:50%;left:54px;transform:translateY(-50%);box-shadow:0 0 44px 28px #faf7f2c7}.reference-hero-copy>span{color:#7d746b;letter-spacing:2px;font:10px Georgia,serif}.reference-hero-copy h1{color:#282a48;font:500 clamp(30px,3vw,43px)/1.25 var(--serif);letter-spacing:2px;margin:16px 0 13px}.reference-hero-copy p{color:#4d4a53;max-width:390px;font:13px/1.85 var(--serif);margin:0}.reference-hero-copy>div{gap:11px;margin-top:22px;display:flex}.reference-hero-copy button{cursor:pointer;border-radius:7px;align-items:center;gap:8px;min-height:42px;padding:0 20px;display:inline-flex}.reference-hero-copy small{color:#746e69;align-items:center;gap:5px;margin-top:18px;font-size:9px;display:flex}.reference-hero-player{z-index:2;color:#fff;text-align:left;cursor:pointer;background:#171719 url(/assets/design/vinyl.jpg) 50%/cover no-repeat;border:0;grid-column:2;position:relative;overflow:hidden}.reference-hero-player:after{content:"";background:#0f0e112e;position:absolute;inset:0}.reference-hero-player>*{z-index:1;position:absolute;left:27px}.reference-hero-player>span{color:#e5c98f;letter-spacing:1.8px;font:10px Georgia,serif;top:34px}.reference-hero-player strong{max-width:48%;font:500 26px/1.3 var(--serif);top:66px}.reference-hero-player small{color:#d1c9c1;max-width:48%;font-size:10px;line-height:1.6;top:112px}.reference-hero-player i{color:#242227;width:52px;height:52px;transition:transform .22s var(--ease);background:#fff;border-radius:50%;place-items:center;font-style:normal;display:grid;top:174px}.reference-hero-player i svg{width:47px;height:47px}.reference-hero-player:hover i{transform:scale(1.06)}.reference-hero-player b{font:500 10px var(--sans);background:#1d1b1cb3;border:1px solid #ffffff38;border-radius:18px;align-items:center;gap:8px;padding:10px 15px;display:inline-flex;bottom:18px;left:auto;right:22px}.reference-stats{border-top:0;grid-template-columns:repeat(4,1fr) 2.2fr}.latest-home-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;margin-top:24px;padding:0 34px;display:grid}.latest-library-header{border-bottom:1px solid #ded7cf;align-items:center;gap:18px;min-height:54px;margin-bottom:12px;display:flex}.latest-library-title{align-items:center;gap:9px;min-width:230px;display:flex}.latest-library-title>svg{color:#6652ad;width:22px;height:22px}.latest-library-title h2{font:500 21px var(--serif);margin:0}.latest-library-title small{color:#8a817a;margin-top:4px;font-size:9px;display:block}.home-sort-tabs{align-self:stretch;align-items:stretch;gap:17px;margin-left:auto;display:flex}.home-sort-tabs button{color:#77706a;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0 1px;font-size:10px;position:relative}.home-sort-tabs button:after{content:"";height:2px;transition:.18s var(--ease);background:#6652ad;position:absolute;bottom:-1px;left:50%;right:50%}.home-sort-tabs button:hover,.home-sort-tabs button.active{color:#443874}.home-sort-tabs button.active:after{left:0;right:0}.complete-filter{color:#6f675f;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:10px;display:inline-flex}.complete-filter svg{width:15px}.latest-home-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-rail{gap:16px;display:grid;position:sticky;top:94px}.home-ranking{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:14px;overflow:hidden}.home-ranking>header{justify-content:space-between;align-items:flex-end;padding:16px 17px 11px;display:flex}.home-ranking>header span{color:#7662b3;letter-spacing:1.7px;font:8px/1 Georgia,serif}.home-ranking h2{font:500 19px var(--serif);margin:5px 0 0}.home-ranking>header button{color:#756f69;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:9px;display:inline-flex}.home-ranking>nav{background:#eee9e4;border-radius:8px;grid-template-columns:repeat(3,1fr);margin:0 16px 7px;padding:3px;display:grid}.home-ranking>nav button{color:#7b746e;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:30px;font-size:9px}.home-ranking>nav button.active{color:#5a479b;background:#fff;box-shadow:0 3px 10px #362b4112}.ranking-row{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #e5ded7;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:8px;width:100%;min-height:56px;padding:8px 16px;display:grid}.ranking-row:hover{background:#f1edf7}.ranking-row>b{color:#9b8aba;font:500 14px Georgia,serif}.ranking-row:first-of-type>b,.ranking-row:nth-of-type(2)>b,.ranking-row:nth-of-type(3)>b{color:#b4853f}.ranking-row span{min-width:0}.ranking-row strong,.ranking-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ranking-row strong{color:#454047;font:600 11px var(--serif)}.ranking-row small{color:#918983;margin-top:4px;font-size:8px}.ranking-row>svg{color:#8b817b;width:15px}.home-notes{position:static}.home-notes article{grid-template-columns:34px minmax(0,1fr) auto;padding:10px 0}.home-notes article p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.reference-library-layout{grid-template-columns:215px minmax(0,1fr);gap:18px;display:grid}.library-sidebar{background:#fbf9f6;border:1px solid #ded7cf;border-radius:12px;min-height:620px;padding:12px}.library-sidebar h2{color:#746c67;font:600 10px var(--sans);letter-spacing:1px;margin:18px 8px 8px}.library-status-list{border-bottom:1px solid #e5ded7;padding-bottom:8px}.library-status-list button,.library-category-row{color:#655f5b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;width:100%;min-height:37px;padding:0 9px;font-size:10px;display:grid}.library-status-list button:hover,.library-status-list button.active,.library-category-row:hover,.library-category-row.active{color:#57449e;background:#ede8f4}.library-status-list svg,.library-category-row svg{width:16px;height:16px}.library-status-list span,.library-category-row small{color:#8d8580;font-size:9px}.create-category-button{color:#6652ad;cursor:pointer;background:0 0;border:1px dashed #b9add0;border-radius:7px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:38px;margin-top:10px;font-size:10px;display:flex}.reference-library-toolbar{grid-template-columns:minmax(260px,1fr) 140px 140px;margin-bottom:14px}.reference-library-toolbar>select{color:#5d5753;background:#fff;border:1px solid #ddd6ce;border-radius:10px;min-height:42px;padding:0 10px;font-size:10px}.category-modal,.thread-modal,.admin-edit-modal{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:16px;width:min(560px,100vw - 32px);padding-bottom:20px;box-shadow:0 18px 55px #2c23322e}.category-modal header,.thread-modal header,.admin-edit-modal header{border-bottom:1px solid #e2dcd5;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.category-modal header span,.thread-modal header span,.admin-edit-modal header span{color:#6652ad;letter-spacing:1.7px;font-size:9px}.category-modal h2,.thread-modal h2,.admin-edit-modal h2{font:500 22px var(--serif);margin:5px 0 0}.category-modal header button,.thread-modal header button,.admin-edit-modal header button{cursor:pointer;background:0 0;border:0}.category-modal label,.thread-modal label,.admin-edit-modal>label,.admin-edit-modal .form-row{margin:14px 20px 0;display:block}.admin-edit-modal .form-row{display:grid}.category-modal label span,.thread-modal label span,.admin-edit-modal label span{color:#706964;margin-bottom:6px;font-size:10px;display:block}.category-modal input,.thread-modal input,.thread-modal select,.thread-modal textarea,.admin-edit-modal input,.admin-edit-modal select,.admin-edit-modal textarea{resize:vertical;background:#fff;border:1px solid #dcd5cf;border-radius:8px;width:100%;padding:10px}.category-modal footer,.thread-modal footer,.admin-edit-modal footer{justify-content:flex-end;gap:9px;padding:18px 20px 0;display:flex}.studio-reference-layout{grid-template-columns:280px minmax(0,1fr);gap:20px;display:grid}.studio-local-drop{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:15px;min-height:480px;padding:22px}.studio-file-button{color:#5e4ca3;cursor:pointer;background:#f9f7fc;border:1px dashed #aca0cc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:190px;display:flex}.studio-file-button svg{width:38px;height:38px}.studio-file-button span{font:500 17px var(--serif)}.studio-file-button small{color:#8d8592;font-size:9px}.selected-local-file{background:#fff;border:1px solid #ded7d0;border-radius:9px;grid-template-columns:38px 1fr;align-items:center;gap:9px;margin-top:14px;padding:10px;display:grid}.selected-local-file>svg{color:#6652ad;width:28px}.selected-local-file strong,.selected-local-file small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selected-local-file strong{font-size:10px}.selected-local-file small{color:#8b847e;margin-top:3px;font-size:8px}.studio-local-drop>p{color:#7f7872;align-items:center;gap:6px;margin-top:16px;font-size:9px;display:flex}.studio-svg-player{background:#171719;border-radius:16px;min-height:480px;position:relative;overflow:hidden;box-shadow:0 16px 40px #1e1a1f2b}.animated-vinyl-art{object-fit:cover;width:58%;height:100%;position:absolute;inset:0}.rotating-vinyl{transform-box:view-box;transform-origin:419px 344px}.studio-svg-player.playing .rotating-vinyl{animation:4s linear infinite studio-vinyl-spin}@keyframes studio-vinyl-spin{to{transform:rotate(360deg)}}.studio-player-overlay{color:#fff;background:#171719ed;flex-direction:column;justify-content:center;padding:38px;display:flex;position:absolute;inset:0 0 0 48%}.studio-player-overlay>span{color:#ddc28f;letter-spacing:2px;font:9px Georgia,serif}.studio-player-overlay h2{text-overflow:ellipsis;white-space:nowrap;font:500 25px var(--serif);margin:12px 0 20px;overflow:hidden}.studio-player-time{color:#aaa29d;font:9px var(--mono);justify-content:space-between;display:flex}.studio-player-overlay .workshop-wave{height:100px;margin-top:12px}.studio-transport{grid-template-columns:1fr 1fr;gap:9px;margin-top:19px;display:grid}.studio-transport button{color:#eee6dd;cursor:pointer;background:#242225;border:1px solid #47413b;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:42px;display:flex}.studio-transport svg{color:#ddc28f;width:20px}.studio-export-row{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:12px;grid-template-columns:210px 1fr;align-items:center;gap:18px;margin-top:16px;padding:16px 18px;display:grid}.studio-export-row .lavender-button{width:100%}.studio-export-row .midi-status{margin:0}.studio-export-row .player-hint{margin:4px 0 0}.global-player{grid-template-columns:minmax(230px,1fr) auto minmax(300px,1fr)}.global-wave-area{grid-template-columns:minmax(160px,1fr) 110px;align-items:center;gap:8px;min-width:0;display:grid}.global-wave-area canvas{grid-column:1/-1;width:100%;height:35px}.global-player-seek{cursor:pointer;background:0 0;border:0;height:14px;position:relative}.global-player-seek:before{content:"";background:#555157;height:2px;position:absolute;top:6px;left:0;right:0}.global-player-seek span{background:#ddc28f;height:4px;position:absolute;top:5px;left:0}.global-wave-area time{color:#b8b0aa;font:9px var(--mono);text-align:right}.forum-category-tabs{background:#fbf9f6;border:1px solid #ded7cf;border-radius:11px;gap:7px;margin-bottom:14px;padding:7px;display:flex;overflow-x:auto}.forum-category-tabs button{color:#746e69;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;min-height:35px;padding:0 11px;font-size:10px;display:inline-flex}.forum-category-tabs button.active{color:#fff;background:#6753ad}.forum-category-tabs span{opacity:.7}.reference-forum-layout{grid-template-columns:minmax(330px,.9fr) minmax(420px,1.2fr) 220px;align-items:start;gap:14px;display:grid}.forum-feed,.forum-side-panel{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:12px;overflow:hidden}.forum-feed-row{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e4ddd6;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;width:100%;min-height:76px;padding:11px 13px;display:grid}.forum-feed-row:hover,.forum-feed-row.active{background:#f0ecf6}.forum-feed-row .thread-copy small{color:#6e59ad;font-size:8px}.forum-feed-row .thread-copy strong{margin-top:4px}.forum-feed-row .thread-copy em{color:#928a84;font:normal 8px var(--sans);margin-top:5px;display:block}.forum-metrics{color:#8d8580;font-size:9px}.reference-thread-detail{min-height:570px}.forum-side-panel{padding:14px}.forum-side-panel h2{font:500 14px var(--serif);margin:3px 0 10px}.forum-side-panel button{text-align:left;cursor:pointer;color:#625d59;background:0 0;border:0;grid-template-columns:22px 1fr auto;align-items:center;width:100%;min-height:37px;font-size:9px;display:grid}.forum-side-panel button svg{color:#6652ad;width:16px}.forum-side-panel button b{color:#938b85}.forum-side-panel p{color:#6b646c;background:#f0ecf6;border-radius:7px;padding:10px;font-size:9px;line-height:1.7}.empty-state.compact{min-height:300px}.admin-login-modal{background:#fbf9f6;border:1px solid #d8d1ca;border-radius:18px;grid-template-columns:42% 58%;width:min(760px,100vw - 32px);display:grid;overflow:hidden;box-shadow:0 20px 70px #2b233138}.admin-login-visual{min-height:480px;overflow:hidden}.admin-login-visual img{object-fit:cover;object-position:54% center;width:100%;height:100%}.admin-login-form{padding:58px 42px;position:relative}.admin-login-form .modal-close{position:absolute;top:16px;right:16px}.admin-login-form>span{color:#6652ad;letter-spacing:2px;font-size:9px}.admin-login-form h2{font:500 29px var(--serif);margin:9px 0 8px}.admin-login-form>p{color:#736d68;font-size:11px;line-height:1.7}.admin-login-form label{margin-top:27px;display:block}.admin-login-form label span{color:#5e5855;margin-bottom:7px;font-size:10px;display:block}.admin-login-form input{background:#fff;border:1px solid #d5cec8;border-radius:8px;width:100%;height:43px;padding:0 12px}.admin-login-form .lavender-button{width:100%;margin-top:17px}.admin-login-form>em{color:#8d8580;font:normal 8px var(--sans);justify-content:center;align-items:center;gap:5px;margin-top:16px;display:flex}.admin-login-error{color:#ac5050;margin-top:8px;font-size:9px;display:block}.admin-heading{justify-content:space-between;align-items:flex-end;padding:10px 4px 18px;display:flex}.admin-heading>div:last-child{gap:9px;display:flex}.admin-heading>div>span{color:#6652ad;letter-spacing:1.7px;font-size:9px}.admin-heading h1{font:500 34px var(--serif);margin:7px 0 4px}.admin-heading p{color:#7b746e;margin:0;font-size:10px}.admin-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.admin-summary>div{background:#fbf9f6;border:1px solid #ded7cf;border-radius:11px;align-items:center;gap:12px;padding:15px;display:flex}.admin-summary svg{color:#6652ad;width:30px}.admin-summary strong,.admin-summary small{display:block}.admin-summary strong{font:500 24px Georgia,serif}.admin-summary small{color:#827b75;font-size:9px}.admin-search{background:#fff;border:1px solid #ded7cf;border-radius:9px;align-items:center;gap:9px;height:43px;margin:14px 0;padding:0 13px;display:flex}.admin-search input{border:0;outline:0;flex:1}.admin-search svg{color:#8b847d;width:18px}.admin-table-wrap{background:#fbf9f6;border:1px solid #ded7cf;border-radius:12px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:900px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e5ded7;padding:12px;font-size:9px}.admin-table th{color:#766f69;background:#f2ede7}.admin-table td strong,.admin-table td small{max-width:270px;display:block}.admin-table td small{color:#908882;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;overflow:hidden}.admin-table code{color:#6652ad}.admin-table td:last-child{white-space:nowrap}.admin-table td button{cursor:pointer;background:#fff;border:1px solid #d9d2cb;border-radius:6px;margin-right:5px;padding:5px 8px}.admin-table td button.danger{color:#a54f4f}@media (max-width:1180px){.reference-stats{grid-template-columns:repeat(4,1fr)}.reference-stats .quick-actions{grid-column:1/-1}.latest-home-layout{grid-template-columns:minmax(0,1fr) 300px;padding:0 20px}.latest-library-header{flex-wrap:wrap;gap:10px 18px;padding:8px 0 10px}.latest-library-title{flex:260px}.home-sort-tabs{order:3;width:100%;min-height:36px;margin-left:0}.latest-home-grid{grid-template-columns:repeat(3,1fr)}.reference-forum-layout{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr)}.forum-side-panel{grid-column:1/-1}}@media (max-width:900px){.account-login-button{justify-content:center;width:42px;padding:0;font-size:0}.reference-hero{grid-template-columns:1fr;min-height:760px}.reference-hero-art{width:100%;height:430px}.reference-hero-copy{width:calc(100% - 70px);top:205px}.reference-hero-player{grid-column:1;min-height:330px;margin-top:430px}.latest-home-layout{grid-template-columns:1fr}.home-rail{grid-template-columns:1fr 1fr;position:static}.reference-library-layout{grid-template-columns:1fr}.library-sidebar{gap:6px;min-height:0;display:flex;overflow-x:auto}.library-sidebar h2{display:none}.library-status-list{border:0;display:flex}.library-status-list button,.library-category-row,.create-category-button{flex:none;width:auto;min-width:110px}.studio-reference-layout{grid-template-columns:1fr}.studio-local-drop{min-height:0}.studio-file-button{min-height:150px}.studio-svg-player{min-height:500px}.reference-forum-layout{grid-template-columns:1fr}.reference-thread-detail{min-height:460px}}@media (max-width:600px){.reference-hero{min-height:760px}.reference-hero-art{object-fit:cover;object-position:61% 22%;height:430px}.reference-hero-copy{background:#faf7f28c;width:calc(100% - 44px);top:185px;left:22px;box-shadow:0 0 32px 20px #faf7f29e}.reference-hero-copy h1{font-size:31px}.reference-hero-copy p{max-width:310px}.reference-hero-player{min-height:330px}.reference-stats{grid-template-columns:1fr 1fr}.reference-stats>div:nth-child(3),.reference-stats>div:nth-child(4){grid-column:auto}.latest-home-layout{padding:0 12px}.latest-library-title{min-width:0}.latest-library-title small{max-width:250px}.home-sort-tabs{gap:18px;overflow-x:auto}.home-sort-tabs button{flex:none}.latest-home-grid{grid-template-columns:1fr 1fr;gap:9px}.home-rail{grid-template-columns:1fr}.reference-library-toolbar{grid-template-columns:1fr 1fr}.reference-library-toolbar .search-field{grid-column:1/-1}.studio-svg-player{min-height:620px}.animated-vinyl-art{width:100%;height:55%}.studio-player-overlay{padding:23px;inset:47% 0 0}.studio-export-row{grid-template-columns:1fr}.global-player{grid-template-columns:minmax(150px,1fr) auto;height:70px;padding:8px 12px}.global-wave-area{display:none}.now-track img{width:44px;height:44px}.player-main-controls button:not(.main-play){display:none}.admin-login-modal{grid-template-columns:1fr}.admin-login-visual{min-height:220px}.admin-login-form{padding:35px 24px}.admin-heading{flex-direction:column;align-items:flex-start;gap:14px}.admin-summary{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.studio-svg-player.playing .rotating-vinyl,.midi-workspace .studio-record{animation:none}.vinyl-stage img{transition:none}}@media (max-width:900px){.vinyl-workshop-card{grid-template-columns:1fr}.vinyl-stage{min-height:330px}.vinyl-console{padding:34px}}@media (max-width:600px){.workshop-heading{flex-direction:column}.local-privacy-badge{margin-top:8px}.vinyl-workshop-card{border-radius:13px;min-height:0}.vinyl-stage{min-height:250px}.vinyl-console{padding:26px 18px 30px}.vinyl-console h2{font-size:23px}.workshop-wave{height:86px;margin-top:22px}.workshop-controls{grid-template-columns:1fr 1fr}}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.plain-button{color:#77716c;cursor:pointer;background:0 0;border:0;min-height:34px;padding:0 4px}.plain-button:hover{color:#4f3d92}.cover-error{color:#a74e4e;margin-top:8px;font-size:10px;line-height:1.5;display:block}.admin-workspace{width:min(1320px,100%);margin:0 auto}.admin-command-header{justify-content:space-between;align-items:center;gap:24px;min-height:116px;padding:18px 4px 16px;display:flex}.admin-command-header>div:first-child>span{color:#6a56ad;font:9px/1 var(--sans);letter-spacing:1.9px}.admin-command-header h1{color:#28263b;font:500 34px/1.15 var(--serif);letter-spacing:1.5px;margin:8px 0 5px}.admin-command-header p{color:#817a74;margin:0;font-size:10px}.admin-command-actions{align-items:center;gap:10px;display:flex}.admin-logout-button{color:#77716c;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-height:40px;padding:0 9px;display:inline-flex}.admin-logout-button:hover{color:#3e3941}.admin-logout-button svg{width:17px}.admin-toolbar{border-top:1px solid #dfd8d0;border-bottom:1px solid #dfd8d0;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:18px;min-height:68px;padding:11px 0;display:grid}.admin-toolbar .admin-search{background:#ffffffc2;border-color:#d9d2cb;border-radius:8px;height:42px;margin:0}.admin-status-tabs{background:#eee9e4;border-radius:8px;align-self:stretch;align-items:center;gap:3px;padding:3px;display:flex}.admin-status-tabs button{color:#77706a;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:34px;padding:0 12px;font-size:10px}.admin-status-tabs button:hover{color:#4e446d}.admin-status-tabs button.active{color:#58459b;background:#fff;box-shadow:0 3px 10px #362b4112}.admin-status-tabs small{color:#98908a;margin-left:3px;font-size:8px}.admin-result-count{color:#918983;white-space:nowrap;font-size:9px}.admin-ledger{background:#fbf9f670;min-height:520px;position:relative;overflow:auto}.admin-workspace .admin-table-wrap{background:0 0;border:0;border-radius:0}.admin-workspace .admin-table{table-layout:fixed;min-width:940px}.admin-workspace .admin-table th,.admin-workspace .admin-table td{vertical-align:middle;border-bottom:1px solid #e5ded7;height:68px;padding:10px 14px;font-size:11px}.admin-workspace .admin-table th{color:#837c76;background:0 0;height:42px;font-weight:500}.admin-workspace .admin-table th:first-child{width:34%}.admin-workspace .admin-table th:nth-child(2){width:13%}.admin-workspace .admin-table th:nth-child(3){width:17%}.admin-workspace .admin-table th:nth-child(4){width:11%}.admin-workspace .admin-table th:nth-child(5){width:13%}.admin-workspace .admin-table th:nth-child(6){width:12%}.admin-workspace .admin-table tbody tr{transition:background .16s}.admin-workspace .admin-table tbody tr:hover,.admin-workspace .admin-table tbody tr.selected{background:#eee9f8a8}.admin-song-cell{align-items:center;gap:11px;min-width:0;display:flex}.admin-song-cell img{object-fit:cover;background:#e7e0d9;border-radius:7px;flex:none;width:43px;height:43px;display:block}.admin-song-cell div{min-width:0}.admin-song-cell strong,.admin-song-cell small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-song-cell strong{color:#37333c;font:600 13px/1.35 var(--serif)}.admin-song-cell small{color:#8d8680;margin-top:4px;font-size:9px}.admin-workspace .admin-table code{color:#5e4aa2;font:11px var(--mono)}.admin-category{color:#706963;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-status{color:#6e6964;white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.admin-status i{background:#99918b;border-radius:50%;width:7px;height:7px}.admin-status.ok i{background:#62a17d}.admin-status.unk i{background:#d3a248}.admin-status.bad i{background:#c66e6a}.admin-workspace .admin-table time{color:#8f8882;font-size:9px}.admin-row-action{color:#62549b;cursor:pointer;align-items:center;gap:5px;min-height:31px;display:inline-flex;background:0 0!important;border:0!important;padding:0 9px!important}.admin-row-action:hover{background:#fff!important}.admin-row-action svg{width:15px}.admin-empty{color:#938b85;flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.admin-empty svg{color:#8b7abc;width:36px;height:36px}.admin-empty strong{color:#5f5955;font:500 17px var(--serif);margin-top:12px}.admin-empty span{margin-top:5px;font-size:10px}.admin-drawer-backdrop{z-index:75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#231f2333;justify-content:flex-end;display:flex;position:fixed;inset:74px 0 70px}.admin-edit-drawer{background:#faf8f4;border-left:1px solid #d8d1ca;grid-template-rows:auto minmax(0,1fr) auto;width:min(430px,100%);height:100%;display:grid;box-shadow:-16px 0 46px #2a223124}.admin-edit-drawer>header{border-bottom:1px solid #ded7d0;justify-content:space-between;align-items:center;min-height:76px;padding:17px 22px;display:flex}.admin-edit-drawer>header span{color:#6954aa;letter-spacing:1.8px;font-size:8px}.admin-edit-drawer>header h2{font:500 22px var(--serif);margin:5px 0 0}.admin-edit-drawer>header button{color:#77716c;cursor:pointer;background:0 0;border:0;place-items:center;width:34px;height:34px;display:grid}.admin-edit-drawer>header svg{width:22px;height:22px}.admin-drawer-scroll{padding:20px 22px 28px;overflow-y:auto}.admin-drawer-scroll>label{margin-top:14px;display:block}.admin-drawer-scroll label>span{color:#67615d;margin-bottom:6px;font-size:10px;display:block}.admin-drawer-scroll input,.admin-drawer-scroll select,.admin-drawer-scroll textarea{color:#343139;resize:vertical;background:#fff;border:1px solid #d9d2cb;border-radius:8px;width:100%;padding:10px 11px}.admin-form-row{grid-template-columns:1fr 1fr;gap:11px;margin-top:14px;display:grid}.admin-cover-editor{border-bottom:1px solid #e1dad3;grid-template-columns:96px 1fr;align-items:center;gap:14px;padding-bottom:18px;display:grid}.admin-cover-editor>img{object-fit:cover;background:#e6dfd8;border-radius:10px;width:96px;height:96px;display:block}.admin-cover-editor strong{color:#423d42;font:500 14px var(--serif)}.admin-cover-editor p{color:#8b847e;margin:5px 0 10px;font-size:9px;line-height:1.55}.admin-cover-editor>div>div{align-items:center;gap:9px;display:flex}.admin-cover-editor .secondary-button{min-height:34px;padding:0 11px;font-size:9px}.admin-edit-drawer>footer{background:#fffdf9;border-top:1px solid #ded7d0;justify-content:space-between;align-items:center;gap:12px;min-height:72px;padding:13px 22px;display:flex}.admin-edit-drawer>footer>div{gap:8px;display:flex}.admin-delete-button{color:#ad5a56;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-height:36px;padding:0 4px;font-size:10px;display:inline-flex}.admin-delete-button svg{width:16px}.admin-drawer-enter-active,.admin-drawer-leave-active{transition:opacity .18s}.admin-drawer-enter-active .admin-edit-drawer,.admin-drawer-leave-active .admin-edit-drawer{transition:transform .26s var(--ease)}.admin-drawer-enter-from,.admin-drawer-leave-to{opacity:0}.admin-drawer-enter-from .admin-edit-drawer,.admin-drawer-leave-to .admin-edit-drawer{transform:translate(28px)}.upload-cover-field{background:#faf8f5;border:1px solid #e0d9d2;border-radius:11px;grid-template-columns:88px 1fr;align-items:center;gap:14px;margin:16px 21px 4px;padding:13px;display:grid;position:relative}.upload-cover-preview{color:#7966b6;background:#eee9e4;border-radius:9px;place-items:center;width:88px;height:88px;display:grid;overflow:hidden}.upload-cover-preview img{object-fit:cover;width:100%;height:100%;display:block}.upload-cover-preview svg{width:31px;height:31px}.upload-cover-field strong{font:500 14px var(--serif)}.upload-cover-field p{color:#8b847e;margin:5px 0 9px;font-size:9px}.upload-cover-field>div:nth-child(2)>div{align-items:center;gap:9px;display:flex}.upload-cover-field .secondary-button{min-height:34px;padding:0 11px;font-size:9px}@media (max-width:760px){.admin-command-header{flex-direction:column;align-items:flex-start;padding:18px 2px}.admin-command-actions{justify-content:space-between;width:100%}.admin-toolbar{grid-template-columns:1fr auto;gap:9px}.admin-toolbar .admin-search{grid-column:1/-1}.admin-result-count{justify-self:end}.admin-drawer-backdrop{align-items:flex-end;inset:67px 0 70px}.admin-edit-drawer{border-top:1px solid #d8d1ca;border-left:0;border-radius:16px 16px 0 0;width:100%;height:min(790px,100%)}.admin-cover-editor{grid-template-columns:80px 1fr}.admin-cover-editor>img{width:80px;height:80px}.admin-form-row{grid-template-columns:1fr}}@media (max-width:520px){.admin-status-tabs button{padding:0 9px}.admin-result-count{display:none}.admin-edit-drawer>footer{flex-direction:column-reverse;align-items:stretch}.admin-edit-drawer>footer>div{grid-template-columns:1fr 1fr;display:grid}.admin-delete-button{justify-content:center}.upload-cover-field{grid-template-columns:70px 1fr}.upload-cover-preview{width:70px;height:70px}}body{padding-bottom:0}.redesigned-main{min-height:calc(100vh - 74px);margin-bottom:0}.focus-header.redesigned-header{grid-template-columns:230px minmax(420px,1fr) auto;padding:0 28px}.focus-header .text-navigation{gap:clamp(18px,2vw,34px)}.focus-header .text-navigation button{font-size:14px}.focus-header .header-actions{gap:8px}.focus-header .header-search{width:148px}.header-upload-button,.account-login-button{cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 14px;display:inline-flex}.header-upload-button{color:#fff;background:#6652ad;border:1px solid #6652ad;box-shadow:0 6px 18px #6652ad29}.header-upload-button svg,.account-login-button svg{width:17px;height:17px}.account-login-button{color:#514c58;background:#faf8f5;border:1px solid #d8d2ce}.share-home{width:100%;padding-bottom:54px}.compact-brand-banner{isolation:isolate;background:#f3ede8;border-bottom:1px solid #d9d2cb;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:164px;padding:24px max(32px,50vw - 690px);display:grid;position:relative;overflow:hidden}.compact-brand-banner:after{content:"";z-index:-1;background:linear-gradient(90deg,#f9f6f1 0%,#f9f6f1fa 36%,#f9f6f1b0 59%,#f9f6f11f 84%);position:absolute;inset:0}.compact-brand-banner>img{z-index:-2;object-fit:cover;object-position:54% 10%;width:min(780px,62%);height:100%;position:absolute;inset:0 0 0 auto}.compact-brand-copy{max-width:620px}.compact-brand-copy>span{color:#7865b4;font:9px/1 var(--sans);letter-spacing:2px}.compact-brand-copy h1{color:#252540;font:500 clamp(30px,3vw,42px)/1.1 var(--serif);letter-spacing:4px;margin:10px 0 8px}.compact-brand-copy p{color:#66616a;font:13px/1.7 var(--serif);margin:0}.hero-upload-button{z-index:2;color:#fff;text-align:left;cursor:pointer;background:#232024eb;border:1px solid #433948e6;border-radius:10px;align-items:center;gap:12px;min-width:205px;min-height:58px;padding:0 19px;display:flex;position:absolute;top:50%;left:max(520px,50vw - 220px);transform:translateY(-50%);box-shadow:0 13px 28px #27202a29}.hero-upload-button>svg{color:#e1c590;width:25px;height:25px}.hero-upload-button strong,.hero-upload-button small{display:block}.hero-upload-button strong{font:500 14px var(--serif);letter-spacing:.7px}.hero-upload-button small{color:#cbc4bd;margin-top:4px;font-size:9px}.share-command-panel{grid-template-columns:minmax(340px,1fr) auto;align-items:center;gap:16px;width:min(1440px,100% - 40px);min-height:78px;margin:0 auto;padding:14px 0 10px;display:grid}.home-search-field{color:#8c8580;background:#fff;border:1px solid #d5cec7;border-radius:10px;align-items:center;gap:10px;height:48px;padding:0 14px;display:flex;box-shadow:0 5px 17px #3e31410d}.home-search-field:focus-within{border-color:#7965ba;box-shadow:0 0 0 3px #7965ba1a}.home-search-field>svg{width:20px;height:20px}.home-search-field input{color:#34313c;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.home-search-field kbd{color:#aaa19a;font:9px var(--sans);background:#f7f4f0;border:1px solid #ded8d1;border-radius:5px;padding:4px 7px}.home-search-field button{color:#8e8780;cursor:pointer;background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.home-command-actions{gap:8px;display:flex}.home-command-actions button{color:#544e55;cursor:pointer;background:#fbf9f6;border:1px solid #d7d0c9;border-radius:8px;align-items:center;gap:7px;height:44px;padding:0 14px;display:inline-flex}.home-command-actions button.primary{color:#fff;background:#6652ad;border-color:#6652ad}.home-command-actions svg{width:17px}.compact-stats{background:#fbf9f6e6;border:1px solid #ded7d0;border-radius:10px;grid-template-columns:repeat(4,1fr);width:min(1440px,100% - 40px);min-height:70px;margin:0 auto 18px;display:grid;overflow:hidden}.compact-stats>div{border-right:1px solid #e3dcd5;justify-content:center;align-items:center;gap:12px;padding:11px 16px;display:flex}.compact-stats>div:last-child{border-right:0}.compact-stats svg{color:#725eaf;width:25px;height:25px}.compact-stats strong,.compact-stats small{display:block}.compact-stats strong{color:#34313e;font:500 22px/1 Georgia,var(--serif)}.compact-stats small{color:#8c847e;margin-top:4px;font-size:9px}.share-home-layout{grid-template-columns:minmax(0,1fr) 318px;align-items:start;gap:18px;width:min(1440px,100% - 40px);margin:0 auto;display:grid}.share-library-main{min-width:0}.library-filter-strip{background:#fbf9f6;border:1px solid #ded7d0;border-radius:11px;margin-bottom:12px}.category-scroll{scrollbar-width:thin;gap:6px;padding:11px 12px 9px;display:flex;overflow-x:auto}.category-scroll button{color:#756e69;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:17px;flex:none;align-items:center;gap:6px;height:34px;padding:0 10px;font-size:10px;display:inline-flex}.category-scroll button:hover,.category-scroll button.active{border-color:color-mix(in srgb,var(--category-color) 55%,#ded7d0);background:color-mix(in srgb,var(--category-color) 8%,#fff);color:#443c53}.category-scroll svg{width:15px;height:15px;color:var(--category-color)}.category-scroll small{color:#aaa29b;font-size:8px}.sort-row{border-top:1px solid #e6dfd8;justify-content:space-between;align-items:center;min-height:44px;padding:0 13px;display:flex}.sort-row>div{align-self:stretch;gap:22px;display:flex}.sort-row button{color:#77706a;cursor:pointer;background:0 0;border:0;padding:0 1px;font-size:10px;position:relative}.sort-row button.active{color:#58459b;font-weight:600}.sort-row button.active:after{content:"";background:#705bb0;height:2px;position:absolute;bottom:0;left:0;right:0}.sort-row>span{color:#99918b;font-size:9px}.compact-song-grid.song-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.compact-song-card.song-card{background:#fbf9f6;border-radius:10px;min-height:134px;padding:12px 13px 10px}.compact-song-card>header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.compact-song-card>header>div{min-width:0}.compact-song-card h3{color:#302d39;font:600 14px/1.35 var(--serif);letter-spacing:.2px;margin:0}.compact-song-card header p{color:#8a837d;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:9px;overflow:hidden}.compact-song-card .version-count{border-radius:12px;min-height:24px;padding:0 7px;font-size:8px}.compact-code-row{margin-top:10px}.compact-code-row>button{color:#8e651e;cursor:pointer;background:#fffdf9;border:1px dashed #d9cdbb;border-radius:7px;justify-content:space-between;align-items:center;width:100%;height:34px;padding:0 10px;display:flex}.compact-code-row code{text-overflow:ellipsis;white-space:nowrap;font:11px var(--mono);letter-spacing:.5px;overflow:hidden}.compact-code-row span{color:#8b8177;align-items:center;gap:4px;font-size:8px;display:flex}.compact-code-row svg{width:13px}.compact-song-card>footer{align-items:center;gap:6px;min-width:0;margin-top:9px;display:flex}.compact-song-card .availability{border-radius:9px;align-items:center;gap:4px;padding:2px 6px;display:inline-flex}.compact-song-card .availability i{background:currentColor;border-radius:50%;width:5px;height:5px}.compact-song-card .declaration-badge{min-height:18px;padding:1px 6px;font-size:8px}.song-score{color:#7662b2;align-items:center;gap:3px;font-size:8px;display:inline-flex}.song-score svg{width:12px}.compact-song-card time{color:#a39c96;margin-left:auto;font-size:8px}.compact-empty{background:#fbf9f6;border:1px solid #ded7d0;border-radius:11px;min-height:390px}.compact-empty .lavender-button{margin-top:15px}.infinite-sentinel{color:#9b948e;place-items:center;min-height:60px;font-size:9px;display:grid}.infinite-sentinel span{align-items:center;gap:6px;display:flex}.share-home-rail{gap:12px;display:grid;position:sticky;top:92px}.wishlist-preview,.community-preview{background:#fbf9f6;border:1px solid #ddd6cf;border-radius:11px;padding:15px}.wishlist-preview>header,.community-preview>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wishlist-preview header span{color:#765fb3;letter-spacing:1.4px;font-size:7px}.wishlist-preview h2,.community-preview h2{color:#36323e;font:500 18px var(--serif);margin:4px 0 0}.wishlist-preview header button,.community-preview header button{color:#837b75;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:3px 0;font-size:8px;display:inline-flex}.rail-intro{color:#8d857e;margin:9px 0 11px;font-size:9px;line-height:1.55}.wishlist-preview-list article{border-top:1px solid #e5ded7;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:50px;display:grid}.wishlist-preview-list article>b{color:#b78c4a;font:500 12px Georgia,serif}.wishlist-preview-list article>span{min-width:0}.wishlist-preview-list strong,.wishlist-preview-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.wishlist-preview-list strong{color:#4a454c;font:500 11px var(--serif)}.wishlist-preview-list small{color:#a09891;margin-top:3px;font-size:8px}.wishlist-preview-list article button{color:#725eaf;cursor:pointer;background:#fff;border:1px solid #ded5cc;border-radius:14px;justify-content:center;align-items:center;gap:3px;min-width:47px;height:27px;font-size:8px;display:inline-flex}.wishlist-preview-list article button svg{width:12px}.rail-empty-button{color:#715dab;cursor:pointer;background:#fffdf9;border:1px dashed #d4c9ba;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:50px;font-size:9px;display:flex}.community-preview article{border-bottom:1px solid #e5ded7;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:10px 0;display:grid}.community-preview .note-avatar{width:29px;height:29px}.community-preview article strong{font-size:9px}.community-preview article small{color:#aaa29c;margin-left:6px;font-size:7px}.community-preview article p{color:#68626a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.community-new-button{color:#66579d;cursor:pointer;background:0 0;border:1px solid #dcd4cc;border-radius:7px;justify-content:center;align-items:center;gap:5px;width:100%;height:32px;margin-top:10px;font-size:9px;display:flex}.studio-secondary-entry{color:#4b454d;text-align:left;cursor:pointer;background:#f0ebe5;border:1px solid #ddd5ce;border-radius:11px;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;width:100%;min-height:66px;padding:10px 13px;display:grid}.studio-secondary-entry>svg:first-child{color:#6955a9;width:30px;height:30px}.studio-secondary-entry strong,.studio-secondary-entry small{display:block}.studio-secondary-entry strong{font:500 13px var(--serif)}.studio-secondary-entry small{color:#8e8680;margin-top:4px;font-size:8px}.wishlist-view{width:min(1180px,100%);margin:0 auto 50px}.wishlist-hero{background:#eee8f4 url(/assets/design/hero-character.jpg) 86% 39%/520px no-repeat;border:1px solid #d9d2cb;border-radius:15px;justify-content:space-between;align-items:center;gap:30px;min-height:152px;padding:24px 30px;display:flex;position:relative;overflow:hidden}.wishlist-hero:after{content:"";background:linear-gradient(90deg,#faf7f3 0% 48%,#faf7f3bf 70%,#faf7f32e);position:absolute;inset:0}.wishlist-hero>*{z-index:1;position:relative}.wishlist-hero>div:first-child{max-width:600px}.wishlist-hero span{color:#6e5aaa;letter-spacing:1.8px;font-size:8px}.wishlist-hero h1{font:500 34px var(--serif);letter-spacing:2px;margin:8px 0}.wishlist-hero p{color:#716a70;margin:0;font-size:11px}.wishlist-hero>div:last-child{gap:8px;display:flex}.wishlist-tabs{border-bottom:1px solid #ded7d0;align-items:stretch;gap:26px;height:58px;display:flex}.wishlist-tabs button{color:#77706a;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:11px;position:relative}.wishlist-tabs button.active{color:#59469d;font-weight:600}.wishlist-tabs button.active:after{content:"";background:#6d58ae;height:2px;position:absolute;bottom:-1px;left:0;right:0}.wishlist-board{background:#fbf9f6;border:1px solid #ded7d0;border-radius:12px;margin-top:14px;overflow:hidden}.wishlist-board article{border-bottom:1px solid #e4ddd6;grid-template-columns:55px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:104px;padding:14px 20px;display:grid}.wishlist-board article:last-child{border-bottom:0}.wishlist-board article>b{color:#b38a4f;font:500 21px Georgia,serif}.wish-category{background:#eee9f6;border-radius:9px;padding:3px 7px;display:inline-flex;color:#66529f!important;letter-spacing:0!important;font-size:8px!important}.wishlist-board h2{color:#39353e;font:500 16px var(--serif);margin:6px 0 4px}.wishlist-board p{color:#918982;margin:0;font-size:9px}.wishlist-board article>button{color:#6d58ad;cursor:pointer;background:#fff;border:1px solid #d8d0c8;border-radius:10px;grid-template-columns:auto auto;place-content:center;align-items:center;gap:2px 6px;min-width:86px;height:50px;display:grid}.wishlist-board article>button svg{grid-row:1/3;width:17px}.wishlist-board article>button strong{font-size:14px}.wishlist-board article>button small{color:#8e8780;grid-column:2;font-size:8px}.wishlist-board article>a{color:#478166;font-size:10px;text-decoration:none}.wishlist-empty,.wishlist-loading{background:#fbf9f6;border:1px solid #ded7d0;border-radius:12px;min-height:400px;margin-top:14px}.wishlist-loading{color:#8b837d;place-items:center;font-size:10px;display:grid}.wishlist-empty .lavender-button{margin-top:15px}.wishlist-form-modal{background:#faf8f5;border:1px solid #d9d2cb;border-radius:15px;width:min(560px,100%);padding-bottom:20px;box-shadow:0 20px 60px #2a20342e}.wishlist-form-modal>header{border-bottom:1px solid #ded7d0;justify-content:space-between;padding:20px;display:flex}.wishlist-form-modal header span{color:#6652a3;letter-spacing:1.6px;font-size:8px}.wishlist-form-modal h2{font:500 22px var(--serif);margin:5px 0 0}.wishlist-form-modal header button{color:#7e7771;cursor:pointer;background:0 0;border:0;width:34px;height:34px}.wishlist-form-modal>label{margin:14px 20px 0;display:block}.wishlist-form-modal label span{color:#68615d;margin-bottom:6px;font-size:10px;display:block}.wishlist-form-modal input,.wishlist-form-modal select,.wishlist-form-modal textarea{color:#343139;resize:vertical;background:#fff;border:1px solid #d8d1ca;border-radius:8px;width:100%;padding:10px 11px}.wishlist-form-modal>p{color:#8c847e;align-items:center;gap:5px;margin:14px 20px;font-size:9px;display:flex}.wishlist-form-modal>footer{justify-content:flex-end;gap:8px;padding:0 20px;display:flex}.compact-upload-modal{width:min(620px,100%)}.compact-upload-modal>header p{color:#8b837c;letter-spacing:0;margin:5px 0 0;font-size:9px}.compact-upload-modal .declaration-note{align-items:center;gap:6px;display:flex}.admin-filter-toolbar{grid-template-columns:minmax(260px,1fr) repeat(3,minmax(130px,auto)) auto;gap:8px}.admin-filter-toolbar>select,.admin-bulk-bar select{color:#5e5854;background:#fff;border:1px solid #d9d2cb;border-radius:7px;min-height:38px;padding:0 28px 0 10px;font-size:9px}.admin-bulk-bar{background:#eee9f7;border-bottom:1px solid #d8d0c8;align-items:center;gap:8px;min-height:54px;padding:8px 12px;display:flex}.admin-bulk-bar strong{color:#564591;margin-right:7px;font-size:10px}.admin-bulk-bar button{color:#fff;cursor:pointer;background:#6a56aa;border:1px solid #6a56aa;border-radius:7px;min-height:34px;padding:0 10px;font-size:9px}.admin-bulk-bar button.danger{color:#a6534f;background:0 0;border-color:#c8807a;margin-left:auto}.admin-bulk-bar button.plain{color:#766e69;background:0 0;border-color:#0000}.batch-admin-table.admin-table{min-width:1120px}.batch-admin-table.admin-table th:first-child{width:42px}.batch-admin-table.admin-table th:nth-child(2){width:24%}.batch-admin-table.admin-table th:nth-child(3){width:12%}.batch-admin-table.admin-table th:nth-child(4){width:15%}.batch-admin-table.admin-table th:nth-child(5){width:11%}.batch-admin-table.admin-table th:nth-child(6){width:9%}.batch-admin-table.admin-table th:nth-child(7){width:11%}.batch-admin-table.admin-table th:nth-child(8){width:10%}.batch-admin-table input[type=checkbox]{accent-color:#6652ad;cursor:pointer;width:15px;height:15px}.batch-admin-table .admin-song-cell{display:table-cell}.batch-admin-table .admin-song-cell div{min-width:0}.admin-import-modal{background:#faf8f5;border:1px solid #d9d2cb;border-radius:16px;width:min(820px,100%);max-height:min(780px,100vh - 40px);overflow:auto;box-shadow:0 22px 60px #29203030}.admin-import-modal>header{border-bottom:1px solid #ded7d0;justify-content:space-between;gap:20px;padding:21px 24px;display:flex}.admin-import-modal header span{color:#6652a3;letter-spacing:1.8px;font-size:8px}.admin-import-modal h2{font:500 24px var(--serif);margin:6px 0 4px}.admin-import-modal header p{color:#8d857f;margin:0;font-size:9px}.admin-import-modal header>button{color:#7e7771;cursor:pointer;background:0 0;border:0;width:34px;height:34px}.import-step-row{grid-template-columns:1fr 1fr;gap:11px;padding:18px 24px;display:grid}.import-step-row>button{color:#5c4a98;text-align:left;cursor:pointer;background:#fff;border:1px solid #d9d2cb;border-radius:10px;grid-template-columns:35px 1fr;align-items:center;gap:10px;min-height:72px;padding:11px 14px;display:grid}.import-step-row svg{width:26px;height:26px}.import-step-row strong,.import-step-row small{display:block}.import-step-row strong{color:#4a444d;font:500 12px var(--serif)}.import-step-row small{color:#928a84;margin-top:5px;font-size:8px}.import-preview{background:#fff;border:1px solid #ded7d0;border-radius:10px;margin:0 24px 18px;padding:14px}.import-preview>header{color:#5c5652;justify-content:space-between;font-size:10px;display:flex}.import-preview>header span{color:#8d857f;font-size:8px}.import-preview table{border-collapse:collapse;width:100%;margin-top:10px}.import-preview th,.import-preview td{color:#625c57;text-align:left;border-bottom:1px solid #eee8e2;padding:8px;font-size:9px}.import-preview th{color:#928b85;font-weight:500}.import-preview code{color:#5e4aa2;font-family:var(--mono)}.import-preview>p{color:#8d857f;font-size:8px}.import-preview ul{color:#9a504c;background:#f9eceb;border-radius:7px;margin:10px 0 0;padding:9px 9px 9px 26px;font-size:8px;line-height:1.7}.admin-import-modal>footer{justify-content:flex-end;gap:8px;padding:0 24px 20px;display:flex}@media (max-width:1260px){.focus-header.redesigned-header{grid-template-columns:190px 1fr auto;padding:0 20px}.focus-header .text-navigation{gap:16px}.focus-header .header-search{display:none}.compact-song-grid.song-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter-toolbar{grid-template-columns:minmax(260px,1fr) repeat(3,120px)}.admin-filter-toolbar .admin-result-count{display:none}}@media (max-width:980px){.focus-header.redesigned-header{grid-template-columns:auto 1fr auto}.focus-header .brand-lockup small{display:none}.focus-header .brand-lockup strong{font-size:24px}.focus-header .text-navigation button{font-size:12px}.account-login-button span{display:none}.account-login-button{width:40px;padding:0}.share-home-layout{grid-template-columns:1fr}.share-home-rail{grid-template-columns:1fr 1fr;position:static}.studio-secondary-entry{grid-column:1/-1}.compact-brand-banner{padding-inline:28px}.hero-upload-button{justify-self:end;position:relative;top:auto;left:auto;transform:none}.wishlist-hero{flex-direction:column;align-items:flex-start}}@media (max-width:760px){.focus-header.redesigned-header{grid-template-columns:auto 1fr auto;height:64px;padding:0 12px}.focus-header .brand-lockup .brand-flower{display:none}.focus-header .brand-lockup strong{font-size:21px}.focus-header .text-navigation{z-index:65;background:#faf8f5;border-top:1px solid #ded7d0;grid-template-columns:repeat(5,1fr);gap:0;height:58px;padding:5px;display:grid;position:fixed;bottom:0;left:0;right:0}.focus-header .text-navigation button{height:48px;font:9px/1.2 var(--sans);padding:0 2px}.focus-header .text-navigation button:after{bottom:1px}.focus-header .header-upload-button{height:38px;padding:0 12px}.focus-header .account-login-button{display:none}body{padding-bottom:58px}.compact-brand-banner{grid-template-columns:1fr;align-content:center;min-height:188px;padding:22px}.compact-brand-banner>img{opacity:.58;object-position:57% 32%;width:82%}.compact-brand-banner:after{background:linear-gradient(90deg,#f9f6f1 0%,#f9f6f1f0 49%,#f9f6f173)}.compact-brand-copy{padding-right:80px}.compact-brand-copy h1{font-size:30px}.compact-brand-copy p{max-width:360px;font-size:11px}.hero-upload-button{justify-self:start;width:max-content;min-width:176px;min-height:48px;margin-top:17px}.share-command-panel{grid-template-columns:1fr;gap:8px;width:calc(100% - 24px);padding:12px 0}.home-command-actions{grid-template-columns:1fr 1.4fr;display:grid}.home-command-actions button{justify-content:center}.compact-stats{grid-template-columns:1fr 1fr;width:calc(100% - 24px);margin-bottom:12px}.compact-stats>div:nth-child(2){border-right:0}.compact-stats>div:nth-child(-n+2){border-bottom:1px solid #e3dcd5}.share-home-layout{width:calc(100% - 24px)}.share-home-rail{grid-template-columns:1fr}.studio-secondary-entry{grid-column:auto}.admin-filter-toolbar{grid-template-columns:1fr 1fr}.admin-filter-toolbar .admin-search{grid-column:1/-1}.admin-bulk-bar{flex-wrap:wrap;align-items:stretch}.admin-bulk-bar strong{width:100%}.admin-bulk-bar button.danger{margin-left:0}.wishlist-view{width:calc(100% - 24px)}.wishlist-hero{background-position:72% 32%;background-size:420px}.wishlist-hero>div:last-child{flex-wrap:wrap}.wishlist-board article{grid-template-columns:40px minmax(0,1fr)}.wishlist-board article>button,.wishlist-board article>a{grid-column:2;justify-self:start}.import-step-row{grid-template-columns:1fr}}@media (max-width:520px){.focus-header .header-upload-button{width:38px;padding:0;font-size:0}.compact-brand-copy{padding-right:0}.compact-brand-banner>img{opacity:.44;width:100%}.compact-song-grid.song-grid{grid-template-columns:1fr}.sort-row{flex-direction:column;align-items:flex-start;gap:6px;padding-top:3px}.sort-row>div{justify-content:space-between;gap:6px;width:100%;min-height:39px}.sort-row>span{padding-bottom:8px}.compact-stats>div{justify-content:flex-start;padding-left:22px}.wishlist-hero{padding:20px}.wishlist-hero h1{font-size:29px}.wishlist-hero>div:last-child{grid-template-columns:1fr;display:grid}.wishlist-board article{padding:14px}.admin-command-actions{flex-wrap:wrap}.admin-command-actions .lavender-button{flex:150px}}.share-library-upgrade{--lib-surface:#fbfaf8;--lib-panel:#fff;--lib-border:#e1dcd7;--lib-ink:#282539;--lib-muted:#817b78;--lib-accent:#6652ad;width:100%;color:var(--lib-ink);background:var(--lib-surface)}.focus-header.redesigned-header{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf9f7f5;border-bottom:1px solid #e3ded9;grid-template-columns:230px minmax(430px,1fr) auto;height:74px;padding:0 clamp(20px,3vw,52px);position:sticky;top:0}.focus-header .header-actions{align-items:center;gap:9px;display:flex}.header-theme-button{color:#5e5766;cursor:pointer;background:#fff;border:1px solid #ded8d2;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.header-theme-button svg{width:18px;height:18px}.header-theme-button.active{color:#6752a8;border-color:#8d76c1;box-shadow:0 0 0 3px #7056ad17}.focus-header .header-upload-button{color:#fff;background:#6552a8;border:1px solid #5e4a9e;border-radius:9px;align-items:center;gap:7px;min-height:42px;padding:0 17px;display:inline-flex;box-shadow:0 6px 18px #4e3d8929}.focus-header .header-upload-button svg{width:17px;height:17px}.share-library-upgrade .compact-brand-banner{background:#f2edf7;border-bottom:1px solid #e0d9d3;grid-template-columns:minmax(0,1fr);min-height:206px;padding:30px max(32px,50% - 684px);overflow:hidden}.share-library-upgrade .compact-brand-banner:after{z-index:0;background:#faf7f44d}.share-library-upgrade .compact-brand-banner>img{z-index:0;object-position:54% 10%;opacity:.92;width:min(940px,67%);height:100%}.share-library-upgrade .compact-brand-copy{z-index:1;text-shadow:0 1px 12px #ffffffeb;align-self:center;max-width:580px;padding:22px 44px 22px 0}.share-library-upgrade .compact-brand-copy span{color:#594591;letter-spacing:2.2px;font-size:9px}.share-library-upgrade .compact-brand-copy h1{color:#25233a;font:500 clamp(34px,3.1vw,48px)/1.12 var(--serif);letter-spacing:3px;margin:9px 0 8px}.share-library-upgrade .compact-brand-copy p{color:#625c69;margin:0;font-size:12px;line-height:1.8}.share-library-upgrade .share-command-panel{z-index:30;background:0 0;border:0;grid-template-columns:minmax(320px,1fr) minmax(180px,240px) 154px 118px;gap:10px;width:min(1420px,100% - 42px);min-height:76px;margin:0 auto;padding:16px 0 12px;position:relative}.share-library-upgrade .home-search-field,.share-library-upgrade .category-trigger,.share-library-upgrade .toolbar-select,.share-library-upgrade .random-song-button{border:1px solid var(--lib-border);background:var(--lib-panel);color:#554f59;border-radius:10px;height:46px;box-shadow:0 4px 14px #342b3d09}.share-library-upgrade .home-search-field{grid-template-columns:21px 1fr auto;align-items:center;gap:9px;padding:0 13px;display:grid}.share-library-upgrade .home-search-field>svg{color:#887d8f;width:19px}.share-library-upgrade .home-search-field input{min-width:0;height:100%;color:var(--lib-ink);background:0 0;border:0;outline:0;font-size:12px}.share-library-upgrade .home-search-field input::placeholder{color:#aaa3a0}.share-library-upgrade .home-search-field kbd{color:#9a938f;font:8px var(--sans);background:#f8f6f3;border:1px solid #e3ded9;border-radius:6px;padding:4px 7px}.share-library-upgrade .home-search-field button{color:#8f8783;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:28px;display:grid}.category-filter-control{position:relative}.share-library-upgrade .category-trigger{text-align:left;cursor:pointer;grid-template-columns:19px minmax(0,1fr) 16px;align-items:center;gap:8px;width:100%;padding:0 12px;display:grid}.share-library-upgrade .category-trigger>svg:first-child{color:#7461b2;width:18px}.share-library-upgrade .category-trigger>svg:last-child{color:#8e8782;width:15px}.share-library-upgrade .category-trigger span{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.share-library-upgrade .category-trigger.active{background:#faf8fe;border-color:#a99bc8}.share-library-upgrade .toolbar-select{grid-template-columns:18px 1fr 14px;align-items:center;gap:5px;padding:0 10px;display:grid}.share-library-upgrade .toolbar-select svg:first-child{color:#7461b2;width:17px}.share-library-upgrade .toolbar-select svg:last-child{color:#938c87;width:14px}.share-library-upgrade .toolbar-select select{appearance:none;color:#5d5754;cursor:pointer;background:0 0;border:0;outline:0;min-width:0;height:100%;font-size:10px}.share-library-upgrade .random-song-button{cursor:pointer;justify-content:center;align-items:center;gap:7px;display:flex}.share-library-upgrade .random-song-button svg{color:#6652ad;width:18px}.share-library-upgrade .random-song-button span{font-size:10px}.category-popover{z-index:95;background:#fffdfa;border:1px solid #dcd5cf;border-radius:14px;width:min(690px,100vw - 44px);position:absolute;top:54px;right:-310px;overflow:hidden;box-shadow:0 22px 60px #2920322e}.category-popover>header{border-bottom:1px solid #e5dfda;justify-content:space-between;align-items:center;gap:16px;min-height:67px;padding:12px 16px;display:flex}.category-popover header strong,.category-popover header small{display:block}.category-popover header strong{color:#342f3d;font:500 15px var(--serif)}.category-popover header small{color:#918985;margin-top:4px;font-size:8px}.category-popover header button{color:#746a74;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:7px;font-size:9px;display:inline-flex}.category-popover-body{grid-template-columns:210px minmax(0,1fr);min-height:340px;display:grid}.category-popover-body>nav{background:#f7f4f1;border-right:1px solid #e7e1dc;padding:10px}.category-popover-body>nav button{color:#625b60;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;width:100%;min-height:41px;padding:0 10px;display:grid}.category-popover-body>nav button:hover,.category-popover-body>nav button.active{color:#584494;background:#eae4f5}.category-popover-body>nav button svg{width:16px;height:16px}.category-popover-body>nav button span{font-size:10px}.category-popover-body>nav button small{color:#938b87;font-size:8px}.secondary-category-panel{padding:14px 15px}.secondary-category-panel>label{background:#fff;border:1px solid #ded8d2;border-radius:8px;grid-template-columns:18px 1fr;align-items:center;gap:7px;height:38px;padding:0 10px;display:grid}.secondary-category-panel>label svg{color:#918987;width:16px}.secondary-category-panel>label input{background:0 0;border:0;outline:0;height:100%;font-size:10px}.secondary-category-heading{justify-content:space-between;align-items:center;min-height:43px;display:flex}.secondary-category-heading strong{color:#555058;font-size:10px}.secondary-category-heading small{color:#98908b;font-size:8px}.secondary-category-list{grid-template-columns:1fr 1fr;gap:7px;max-height:228px;display:grid;overflow-y:auto}.secondary-category-list button{color:#5e585b;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3ddd8;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:9px;display:flex}.secondary-category-list button:hover,.secondary-category-list button.active{color:#59469a;background:#f1edf8;border-color:#a99bc9}.secondary-category-list button small{color:#99918b;font-size:8px}.secondary-category-empty{color:#9b938e;place-items:center;min-height:130px;font-size:9px;display:grid}.category-pop-enter-active,.category-pop-leave-active{transition:opacity .15s,transform .18s}.category-pop-enter-from,.category-pop-leave-to{opacity:0;transform:translateY(-7px)}.quick-primary-filter{gap:7px;width:min(1420px,100% - 42px);margin:0 auto;padding-bottom:12px;display:flex;overflow-x:auto}.quick-primary-filter button{color:#6d6662;cursor:pointer;background:#fff;border:1px solid #ded8d2;border-radius:18px;flex:none;align-items:center;gap:6px;min-height:35px;padding:0 12px;font-size:9px;display:inline-flex}.quick-primary-filter button svg{color:#7864b7;width:15px;height:15px}.quick-primary-filter button small{color:#9b938e;font-size:8px}.quick-primary-filter button.active{color:#fff;background:#6652a8;border-color:#7660b7}.quick-primary-filter button.active svg,.quick-primary-filter button.active small{color:#fff}.share-library-upgrade .share-library-main{width:min(1420px,100% - 42px);margin:0 auto}.share-library-upgrade .library-filter-strip{background:0 0;border-top:1px solid #e3ddd8;border-bottom:1px solid #e3ddd8;margin:0 0 12px}.share-library-upgrade .sort-row{min-height:55px;padding:0 2px}.share-library-upgrade .sort-row>div{gap:26px;min-height:55px}.share-library-upgrade .sort-row button{font-size:10px}.active-category-crumb{background:#eee9f7;border-radius:12px;align-items:center;gap:5px;margin-left:auto;padding:5px 8px;color:#6653a5!important;font-size:8px!important;display:inline-flex!important}.active-category-crumb button{cursor:pointer;background:0 0;border:0;place-items:center;width:18px;height:18px;display:grid;color:#6c5aaa!important}.active-category-crumb button:after{display:none}.result-count{margin-left:12px}.share-library-upgrade .compact-song-grid.song-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.share-library-upgrade .compact-song-card.song-card{background:#fffdfa;border-color:#e2dcd6;min-height:144px;padding:14px 15px 11px;transition:border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 6px 17px #372e3e09}.share-library-upgrade .compact-song-card.song-card:hover{z-index:1;border-color:#b7abc9;transform:translateY(-2px);box-shadow:0 12px 26px #372c4817}.share-library-upgrade .compact-song-card h3{font-size:15px}.share-library-upgrade .compact-song-card header p{font-size:9px}.share-library-upgrade .compact-code-row>button{height:36px}.share-library-upgrade .compact-song-card>footer{gap:5px}.share-library-upgrade .declaration-badge.unspecified{display:none}.song-vote-actions{align-items:center;gap:2px;display:inline-flex}.song-vote-actions button{color:#88807c;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:3px;min-width:30px;height:23px;padding:0 5px;font-size:8px;display:inline-flex}.song-vote-actions button:hover{color:#604ca2;background:#eee9f7}.song-vote-actions svg{width:13px;height:13px}.upload-drawer-backdrop{z-index:120;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#231e2757;justify-content:flex-end;padding:0;display:flex}.upload-drawer{background:#faf8f5;border:0;border-left:1px solid #d8d1cb;border-radius:20px 0 0 20px;grid-template-rows:auto minmax(0,1fr) auto;width:min(720px,100vw);height:100dvh;display:grid;overflow:hidden;box-shadow:-22px 0 62px #281f2f2e}.upload-drawer>header{border-bottom:1px solid #ded7d1;justify-content:space-between;align-items:flex-start;gap:20px;min-height:92px;padding:22px 26px 17px;display:flex}.upload-drawer>header span{color:#6551a5;letter-spacing:1.8px;font-size:8px}.upload-drawer>header h2{color:#2f2b39;font:500 25px var(--serif);margin:6px 0 5px}.upload-drawer>header p{color:#857d78;margin:0;font-size:9px}.upload-drawer .modal-close{color:#756e69;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:36px;height:36px;display:grid}.upload-drawer .modal-close svg{width:23px;height:23px}.upload-drawer-body{padding:8px 26px 28px;overflow-y:auto}.upload-basic-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.upload-drawer-body>label,.upload-basic-fields>label{margin-top:16px;display:block}.upload-drawer-body label>span,.upload-basic-fields label>span{color:#5f5955;margin-bottom:7px;font-size:10px;display:block}.upload-drawer-body input,.upload-drawer-body textarea{color:#343039;resize:vertical;background:#fff;border:1px solid #d9d2cc;border-radius:9px;outline:0;width:100%;padding:11px 12px;font-size:11px}.upload-drawer-body input:focus,.upload-drawer-body textarea:focus{border-color:#8f7bbb;box-shadow:0 0 0 3px #6652ad14}.upload-drawer-body input.invalid{border-color:#c47570}.field-status{align-items:center;gap:5px;min-height:24px;margin-top:4px;font-size:8px!important;display:flex!important}.field-status svg{width:13px;height:13px}.field-status.error{color:#ad5b56}.field-status.success{color:#56866a}.upload-category-section{background:#fffdfa;border:1px solid #ddd6d0;border-radius:12px;margin-top:18px;padding:16px}.upload-category-section .section-heading{justify-content:space-between;align-items:center;display:flex}.upload-category-section .section-heading>div>span{color:#6652a8;letter-spacing:1px;font-size:8px}.upload-category-section .section-heading h3{color:#4e484e;font:500 13px var(--serif);margin:4px 0 0}.upload-category-section .section-heading>svg{color:#7664b2;width:25px;height:25px}.upload-primary-list{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px;display:grid}.upload-primary-list button{color:#6c6561;cursor:pointer;background:#fff;border:1px solid #e0dad4;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:37px;padding:0 8px;font-size:9px;display:flex}.upload-primary-list button svg{color:#7865b4;width:15px;height:15px}.upload-primary-list button.active{color:#594496;background:#eee9f7;border-color:#8d79bd}.category-create-panel{background:#f5f1f8;border-radius:9px;margin-top:13px;padding:12px}.category-create-panel>label>span{color:#5f585f;margin-bottom:6px;font-size:9px}.category-create-panel>label>div{background:#fff;border:1px solid #d8d0de;border-radius:8px;grid-template-columns:18px 1fr;align-items:center;gap:6px;height:39px;padding:0 10px;display:grid}.category-create-panel>label>div svg{color:#8c8290;width:16px}.category-create-panel>label>div input{height:100%;box-shadow:none;border:0;padding:0}.category-suggestions{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.category-suggestions button{color:#665d69;cursor:pointer;background:#fff;border:1px solid #d8d0de;border-radius:15px;align-items:center;gap:5px;min-height:29px;padding:0 9px;font-size:8px;display:inline-flex}.category-suggestions button.active{color:#fff;background:#6652a8;border-color:#7762b5}.category-suggestions svg{width:13px}.category-create-panel .create-category-button{border-style:solid;border-color:#a99bc7;justify-content:flex-start;width:auto;min-height:34px;margin-top:9px;padding:0 9px;font-size:9px}.category-create-panel>p{color:#8b828b;margin:10px 0 0;font-size:8px;line-height:1.65}.declaration-options{border:0;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0 0;padding:0;display:grid}.declaration-options legend{color:#5f5955;margin-bottom:7px;font-size:10px}.declaration-options label{cursor:pointer;background:#fff;border:1px solid #ddd6d0;border-radius:9px;grid-template-columns:0 28px 1fr;align-items:center;gap:7px;min-height:65px;padding:9px;display:grid}.declaration-options label.active{background:#f0ebf7;border-color:#8f7bbb}.declaration-options input{opacity:0;width:0;height:0}.declaration-options label>svg{color:#7662b1;width:24px;height:24px}.declaration-options strong,.declaration-options small{display:block}.declaration-options strong{color:#514a51;font:500 10px var(--serif)}.declaration-options small{color:#958c87;margin-top:4px;font-size:7px}.upload-drawer .declaration-note{color:#7f7772;align-items:center;gap:6px;margin:16px 0 0;font-size:8px;display:flex}.upload-drawer .declaration-note svg{color:#5e8c70;width:15px}.upload-drawer>footer{background:#fffdf9;border-top:1px solid #ded7d1;justify-content:flex-end;align-items:center;gap:9px;min-height:72px;padding:13px 26px;display:flex}.upload-drawer>footer button{min-height:40px;padding:0 19px}.upload-drawer>footer .primary-button:disabled{cursor:not-allowed;opacity:.45}html[data-theme=dark] body{color:#eee9f1;background:#17151b}html[data-theme=dark] .focus-header.redesigned-header{background:#1b181ff5;border-color:#38323d}html[data-theme=dark] .focus-header .brand-lockup,html[data-theme=dark] .focus-header .text-navigation button{color:#e9e3eb}html[data-theme=dark] .header-theme-button{color:#eee8ef;background:#24212a;border-color:#47404b}html[data-theme=dark] .share-library-upgrade{--lib-surface:#19171c;--lib-panel:#242129;--lib-border:#403943;--lib-ink:#eee9f1;--lib-muted:#aaa1a9;background:#19171c}html[data-theme=dark] .share-library-upgrade .compact-brand-banner{background:#28232e;border-color:#39323e}html[data-theme=dark] .share-library-upgrade .compact-brand-banner:after{background:#18151b59}html[data-theme=dark] .share-library-upgrade .compact-brand-copy h1{color:#f0eaf2}html[data-theme=dark] .share-library-upgrade .compact-brand-copy p{color:#c2b9c2}html[data-theme=dark] .share-library-upgrade .home-search-field input{color:#f1edf2}html[data-theme=dark] .quick-primary-filter button,html[data-theme=dark] .share-library-upgrade .compact-song-card.song-card{color:#eee9f0;background:#242128;border-color:#413a43}html[data-theme=dark] .share-library-upgrade .compact-song-card h3{color:#f1ecf2}html[data-theme=dark] .share-library-upgrade .compact-code-row>button{background:#1e1b22;border-color:#504657}html[data-theme=dark] .share-library-upgrade .library-filter-strip{border-color:#3c363f}html[data-theme=dark] .category-popover{background:#242128;border-color:#48404b}@media (min-width:1680px){.share-library-upgrade .compact-song-grid.song-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1180px){.share-library-upgrade .share-command-panel{grid-template-columns:minmax(280px,1fr) 210px 145px 46px}.share-library-upgrade .random-song-button span{display:none}.share-library-upgrade .compact-song-grid.song-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-popover{right:-170px}}@media (max-width:860px){.focus-header.redesigned-header{grid-template-columns:auto 1fr auto}.focus-header .brand-lockup small{display:none}.share-library-upgrade .compact-brand-banner{min-height:192px;padding-inline:22px}.share-library-upgrade .compact-brand-banner>img{opacity:.76;width:78%}.share-library-upgrade .compact-brand-copy{max-width:500px}.share-library-upgrade .share-command-panel{grid-template-columns:minmax(0,1fr) 190px 46px}.share-library-upgrade .toolbar-select{display:none}.share-library-upgrade .compact-song-grid.song-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-popover{width:auto;position:fixed;inset:auto 12px 70px}}@media (max-width:600px){.focus-header.redesigned-header{-webkit-backdrop-filter:none;backdrop-filter:none;height:62px;padding:0 11px}.focus-header .brand-lockup strong{font-size:21px}.focus-header .brand-lockup .brand-flower,.focus-header .header-theme-button{display:none}.focus-header .admin-entry-button{display:grid}.focus-header .header-upload-button{justify-content:center;width:39px;min-height:39px;padding:0;font-size:0}.focus-header .text-navigation{height:58px}.share-library-upgrade .compact-brand-banner{min-height:176px;padding:22px 16px}.share-library-upgrade .compact-brand-banner>img{opacity:.5;object-position:60% 35%;width:100%}.share-library-upgrade .compact-brand-copy{max-width:330px;padding:0}.share-library-upgrade .compact-brand-copy h1{font-size:30px}.share-library-upgrade .compact-brand-copy p{font-size:10px}.share-library-upgrade .share-command-panel{grid-template-columns:minmax(0,1fr) 48px 44px;gap:7px;width:calc(100% - 24px);padding:11px 0 9px}.share-library-upgrade .category-trigger{grid-template-columns:1fr;place-items:center;padding:0}.share-library-upgrade .category-trigger>svg:last-child,.share-library-upgrade .category-trigger span{display:none}.share-library-upgrade .random-song-button{width:44px}.quick-primary-filter,.share-library-upgrade .share-library-main{width:calc(100% - 24px)}.quick-primary-filter{padding-bottom:9px}.share-library-upgrade .sort-row{flex-direction:row;align-items:center;gap:6px;min-height:54px;padding-top:0}.share-library-upgrade .sort-row>div{flex:1;justify-content:flex-start;gap:18px;width:auto;min-height:54px;overflow-x:auto}.share-library-upgrade .sort-row>div button{flex:none}.share-library-upgrade .result-count,.active-category-crumb{display:none!important}.share-library-upgrade .compact-song-grid.song-grid{grid-template-columns:1fr}.category-popover{border-radius:16px 16px 0 0;max-height:calc(100dvh - 92px);bottom:64px;overflow-y:auto}.category-popover-body{grid-template-columns:1fr;min-height:0}.category-popover-body>nav{border-bottom:1px solid #e5dfda;border-right:0;gap:6px;display:flex;overflow-x:auto}.category-popover-body>nav button{flex:none;width:auto;min-width:120px}.secondary-category-list{max-height:180px}.upload-drawer{border-radius:0;width:100vw}.upload-drawer>header{min-height:82px;padding:17px 16px 13px}.upload-drawer-body{padding:5px 16px 24px}.upload-basic-fields{grid-template-columns:1fr;gap:0}.upload-primary-list{grid-template-columns:1fr 1fr}.declaration-options{grid-template-columns:1fr}.upload-drawer>footer{padding-inline:16px}}.studio-svg-player{isolation:isolate;background:#121114;min-height:480px}.vector-vinyl-deck{width:58%;height:100%;display:block;position:absolute;inset:0 auto 0 0}.vector-vinyl-deck .vinyl-disc{transform-box:view-box;transform-origin:346px 322px;animation:3.2s linear infinite paused vector-vinyl-spin}.vector-vinyl-deck.playing .vinyl-disc{animation-play-state:running}.vector-vinyl-deck .tonearm-assembly{transform-box:view-box;transform-origin:708px 93px;transform:rotate(var(--arm-angle));transition:transform .85s cubic-bezier(.22,.78,.22,1)}.vector-vinyl-deck .needle-cartridge{transition:transform .42s,filter .42s}.vector-vinyl-deck.playing .needle-cartridge{filter:drop-shadow(0 0 8px #e2be736b)}.vector-vinyl-deck .label-halo{opacity:.16;transition:opacity .4s}.vector-vinyl-deck.playing .label-halo{opacity:.42;animation:2.4s ease-in-out infinite vector-label-pulse}.vector-vinyl-deck .svg-wave rect{transform-box:fill-box;transform-origin:50%;animation:1s ease-in-out infinite alternate vector-wave-breathe;animation-delay:calc(var(--bar-index) * -43ms);animation-play-state:paused}.vector-vinyl-deck.playing .svg-wave rect{animation-play-state:running}.vector-vinyl-deck .status-led{fill:#8b8179}.vector-vinyl-deck.loaded .status-led{fill:#d6a95d}.vector-vinyl-deck.playing .status-led{fill:#78bd8f;filter:drop-shadow(0 0 5px #78bd8fcc)}.studio-player-overlay{z-index:2;background:#171719f2;box-shadow:-24px 0 38px #09080a52}@keyframes vector-vinyl-spin{to{transform:rotate(360deg)}}@keyframes vector-label-pulse{50%{opacity:.2}}@keyframes vector-wave-breathe{0%{opacity:.25;transform:scaleY(.38)}to{opacity:.82;transform:scaleY(1.05)}}@media (max-width:600px){.vector-vinyl-deck{width:100%;height:55%}}@media (prefers-reduced-motion:reduce){.vector-vinyl-deck .vinyl-disc,.vector-vinyl-deck .label-halo,.vector-vinyl-deck .svg-wave rect{animation:none}.vector-vinyl-deck .tonearm-assembly{transition:none}}.sort-row .sort-label{color:#a09892;letter-spacing:1px;align-items:center;font-size:9px;display:inline-flex}.song-detail-modal.version-modal{width:min(1120px,100%);max-height:min(820px,100vh - 40px);overflow:hidden}.song-detail-layout{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);min-height:500px;max-height:calc(100vh - 160px);display:grid;overflow:hidden}.song-version-panel,.song-comment-panel{min-width:0;overflow-y:auto}.song-version-panel{padding:22px 24px 24px}.song-comment-panel{border-left:1px solid var(--line);background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface));padding:22px}.detail-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px;display:flex}.detail-section-heading span{color:var(--gold-dark);letter-spacing:2px;font-size:8px;display:block}.detail-section-heading h3{color:var(--ink);font:500 19px/1.2 var(--serif);margin:4px 0 0}.detail-section-heading small{color:var(--muted);font-size:9px}.song-detail-modal .version-list{padding:0}.song-detail-modal .version-row{padding:16px 0}.usage-explainer{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:10px;margin:16px 0 0;padding:11px 12px;font-size:9px;line-height:1.7}.song-comment-form{border:1px solid var(--line);background:var(--surface);border-radius:13px;gap:9px;margin-bottom:16px;padding:13px;display:grid}.song-comment-form input,.song-comment-form textarea{box-sizing:border-box;border:1px solid var(--line);background:var(--surface-soft);width:100%;color:var(--ink);font:11px/1.6 var(--sans);border-radius:9px;outline:0}.song-comment-form input{height:36px;padding:0 11px}.song-comment-form textarea{resize:vertical;min-height:84px;padding:9px 11px}.song-comment-form input:focus,.song-comment-form textarea:focus{border-color:#705bb0;box-shadow:0 0 0 3px #705bb024}.song-comment-form>div{justify-content:space-between;align-items:center;display:flex}.song-comment-form>div small{color:var(--muted);font-size:9px}.song-comment-form button{color:#fff;cursor:pointer;background:#705bb0;border:0;border-radius:9px;align-items:center;gap:6px;min-height:34px;padding:0 13px;font-size:10px;display:inline-flex}.song-comment-form button:disabled{cursor:not-allowed;opacity:.45}.song-comment-list{gap:10px;display:grid}.song-comment-list>article{border:1px solid var(--line);background:var(--surface);border-radius:11px;padding:12px 13px}.song-comment-list>article header{justify-content:space-between;gap:12px;display:flex}.song-comment-list>article strong{color:var(--ink);font-size:10px}.song-comment-list>article time{color:var(--muted);font-size:8px}.song-comment-list>article p{color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 0;font-size:11px;line-height:1.7}.comment-empty{color:var(--muted);text-align:center;justify-items:center;gap:6px;padding:30px 14px;font-size:10px;display:grid}.comment-empty svg{color:#705bb0;width:30px;height:30px}.comment-empty strong{color:var(--ink);font-family:var(--serif);font-size:15px}@media (max-width:800px){.song-detail-modal.version-modal{max-height:calc(100vh - 20px);overflow-y:auto}.song-detail-layout{grid-template-columns:1fr;max-height:none;overflow:visible}.song-version-panel,.song-comment-panel{overflow:visible}.song-comment-panel{border-top:1px solid var(--line);border-left:0}}@media (max-width:600px){.song-detail-backdrop{align-items:end;padding:0}.song-detail-modal.version-modal{border-radius:18px 18px 0 0;max-height:calc(100vh - 16px)}.song-version-panel,.song-comment-panel{padding:17px}.sort-row .sort-label{display:none}}.song-card-insights{gap:5px;margin:7px 0 1px;display:grid}.song-listening-note,.song-comment-preview{color:#756e79;min-width:0;font:9px/1.45 var(--sans);text-align:left;background:#f5f0f9a8;border:0;border-radius:7px;align-items:flex-start;gap:7px;margin:0;padding:6px 8px;display:flex}.song-comment-preview{cursor:pointer;width:100%}.song-comment-preview:hover{color:#5f527c;background:#ece3f7db}.song-comment-preview.empty{color:#938a98;background:0 0;align-items:center;padding-block:5px}.song-comment-preview.empty:hover{background:#f5f0f9a8}.song-comment-preview.empty strong{margin:0;font-weight:500}.song-card-insights svg{color:#8b72c0;flex:none;width:14px;height:14px;margin-top:1px}.song-card-insights span{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.song-card-insights strong{color:#5f5665;margin-bottom:1px;font-size:8px;font-weight:600;display:block}@media (max-width:700px){.song-card-insights{margin-top:6px}}[data-theme=dark] .song-listening-note,[data-theme=dark] .song-comment-preview{color:#bcb2c4;background:#775d9721}[data-theme=dark] .song-card-insights strong{color:#ded6e4}.sakura-ambience{z-index:46;pointer-events:none;position:fixed;inset:0;overflow:hidden}.sakura-ambience canvas{filter:drop-shadow(0 2px 2px #9b4c6f14);width:100%;height:100%;display:block}.sakura-sound-toggle{z-index:70;color:#6f5968;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;min-height:48px;transition:transform .18s var(--ease), background .18s ease, border-color .18s ease;background:#fffbf7e0;border:1px solid #be899e59;border-radius:25px;align-items:center;gap:9px;padding:7px 13px 7px 10px;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 34px #573a4826}.sakura-sound-toggle:hover{border-color:#bb688b94;transform:translateY(-2px)}.sakura-sound-toggle>svg{color:#a24f75;background:#f7d4df;border-radius:50%;width:27px;height:27px;padding:6px}.sakura-sound-toggle>span{text-align:left;gap:1px;min-width:74px;display:grid}.sakura-sound-toggle strong{font:500 11px/1.2 var(--serif);letter-spacing:.4px}.sakura-sound-toggle small{color:#9a7f8a;font-size:8px}.sakura-sound-toggle.active{background:#fff4f8f0;border-color:#b1537c7a}.sakura-sound-toggle.active>svg{animation:2.4s ease-in-out infinite sakura-sound-pulse}.sakura-sound-toggle.ducked{opacity:.72}html[data-theme=dark] .sakura-ambience canvas{opacity:.76;mix-blend-mode:screen}html[data-theme=dark] .sakura-sound-toggle{color:#f0dfe7;background:#2b2228e6;border-color:#e5aac43d}html[data-theme=dark] .sakura-sound-toggle>svg{color:#f2b8d1;background:#5b3547}@keyframes sakura-sound-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 6px #e995b41f}}@media (max-width:600px){.sakura-sound-toggle{min-height:42px;padding:5px 9px 5px 7px;bottom:72px;right:12px}.sakura-sound-toggle>svg{width:24px;height:24px}.sakura-sound-toggle>span{min-width:62px}}@media (prefers-reduced-motion:reduce){.sakura-ambience{opacity:.34}.sakura-sound-toggle,.sakura-sound-toggle.active>svg{transition:none;animation:none}}
