@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--ink:#171310;--muted:#70665d;--paper:#f5f1eb;--cream:#fffaf2;--line:#d9d0c6;--accent:#a87039;--dark:#15110e;--gold:#dcb98c;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{overflow:hidden;min-height:100vh}.topbar{height:84px;background:#16120f;color:#fff;display:flex;align-items:center;gap:40px;padding:0 clamp(24px,5vw,88px);border-bottom:1px solid rgba(255,255,255,.12)}.brand,.footer-brand{font-family:'Playfair Display',Georgia,serif;font-size:31px;font-weight:600;letter-spacing:-2px;white-space:nowrap}.brand-dash{color:var(--gold)}.brand-dot{color:#b87c43}.topnav{display:flex;gap:33px;margin-left:auto}.topnav a,.back-link{font-size:12px;font-weight:600;letter-spacing:.09em;color:#e1d6ca}.topnav a:hover,.back-link:hover{color:#fff}.private-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.22);border-radius:100px;padding:9px 13px;color:#e1d6ca;font-size:11px;letter-spacing:.07em;white-space:nowrap}.private-dot{width:6px;height:6px;background:#d5ad73;border-radius:50%}
.hero{min-height:590px;background:#17120e;color:#fff;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 81% 45%,rgba(134,77,37,.25),transparent 35%),linear-gradient(130deg,transparent 55%,rgba(0,0,0,.25));pointer-events:none}.hero-copy{padding:clamp(66px,8vw,120px) 0 78px clamp(24px,8vw,140px);z-index:1;max-width:740px}.eyebrow,.section-kicker{font-size:10px;letter-spacing:.24em;font-weight:700;color:var(--accent)}.eyebrow{color:#c6a27a;display:flex;align-items:center;gap:15px}.eyebrow-line{width:21px;height:1px;background:#a7835a}.hero h1{font-family:'Playfair Display',Georgia,serif;font-weight:400;font-size:clamp(49px,5.3vw,84px);letter-spacing:-.045em;line-height:1.08;margin:26px 0}.hero h1 em{color:#d5ad80;font-weight:400}.hero-copy>p{max-width:460px;color:#c8bbb0;font-size:15px;line-height:1.85;margin-bottom:31px}.hero-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;border-radius:2px;padding:16px 23px;font-size:12px;font-weight:700;letter-spacing:.035em;border:1px solid transparent;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:#d7ae7b;color:#1b1510}.button-primary:hover{background:#edc696}.button-ghost{background:transparent;color:#f0e7dc;border-color:#72645a}.button-ghost:hover{border-color:#d7ae7b}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.hero-glow{width:620px;height:620px;position:absolute;border-radius:50%;background:radial-gradient(circle,#76452b 0%,rgba(90,52,31,.4) 35%,transparent 67%);filter:blur(6px)}.hero-sleeve{position:relative;width:min(68%,390px);aspect-ratio:1;z-index:2;box-shadow:0 30px 55px rgba(0,0,0,.7);transform:rotate(-5deg)}.hero-sleeve img{width:100%;height:100%;object-fit:cover}.hero-sleeve-reflection{position:absolute;inset:0;background:linear-gradient(130deg,rgba(255,255,255,.16),transparent 35%,rgba(0,0,0,.12))}.vinyl-record{position:absolute;width:min(68%,390px);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle at center,#181513 0 2px,#29231f 3px 4px,#120f0d 5px 7px);transform:translateX(34%) rotate(12deg);box-shadow:15px 20px 35px #050403;z-index:1}.vinyl-record:after{content:'';position:absolute;inset:31%;border-radius:50%;background:radial-gradient(circle,#17120e 0 8%,#bb7e49 9% 52%,#4e3429 53%);border:1px solid #553923}.hero-caption{position:absolute;bottom:37px;right:clamp(24px,5vw,88px);font-size:10px;letter-spacing:.23em;color:#b39c85}
.section{padding:84px clamp(24px,8vw,140px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.section-kicker{margin:0 0 14px}.section-heading h2{font-family:'Playfair Display',Georgia,serif;font-weight:400;font-size:clamp(37px,4vw,58px);line-height:1.1;letter-spacing:-.04em;margin:0}.section-aside{max-width:255px;color:var(--muted);font-size:13px;line-height:1.7;margin:0 0 4px}.catalog-controls{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:32px;gap:20px}.filter-list{display:flex;overflow:auto;gap:26px}.filter{border:0;background:none;color:#82766b;font-size:12px;font-weight:700;padding:0 0 17px;white-space:nowrap;border-bottom:2px solid transparent}.filter.active{color:#201912;border-bottom-color:#a87039}.filter span{margin-left:4px;color:#ad9e90}.text-action{border:0;background:none;padding:0 0 16px;color:#81542d;white-space:nowrap;font-size:12px;font-weight:700}.release-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.release-card{display:grid;grid-template-columns:42% 58%;background:#fffaf5;border:1px solid #e8ded2;min-height:338px;box-shadow:0 7px 25px rgba(60,35,17,.04)}.card-art{display:block;position:relative;min-width:0;background:#271c17;overflow:hidden}.card-art>img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.card-art:hover>img{transform:scale(1.04)}.art-arrow{position:absolute;right:14px;bottom:14px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f7eee3;color:#20150d;font-size:17px}.art-fallback{width:100%;height:100%;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;padding:28px;background:radial-gradient(circle at 75% 30%,#9b623e,#38231b 44%,#160e0c 88%);color:#f9e9d2}.art-fallback span{font-family:'Playfair Display',Georgia,serif;font-size:30px;font-style:italic}.art-fallback strong{font-family:'Playfair Display',Georgia,serif;font-size:clamp(26px,3vw,52px);font-weight:400;line-height:1.05;overflow-wrap:anywhere}.card-content{padding:26px 27px;min-width:0;display:flex;flex-direction:column}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.status{display:inline-flex;gap:7px;align-items:center;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:700;white-space:nowrap}.status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#b39168}.status.out i{background:#4e8c68}.status.upcoming i{background:#bc813e}.card-type{color:#a89b8e;letter-spacing:.15em;font-size:9px;white-space:nowrap}.card-content h3{font-family:'Playfair Display',Georgia,serif;font-size:31px;font-weight:400;letter-spacing:-.04em;margin:22px 0 8px}.card-pitch{font-size:12px;line-height:1.7;color:#6e6359;margin:0 0 21px}.platforms{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.platforms a,.platforms span{font-size:9px;border:1px solid #e2d6c9;padding:7px 8px;color:#5b4a3c}.platforms span{color:#a69a8c;border-style:dashed}.platforms a:hover{background:#ead7c1}.card-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:22px;padding-top:16px;border-top:1px solid #e8ded4}.card-actions a,.card-actions button{font-size:11px;font-weight:700}.card-actions a{color:#8d5b32}.card-actions button{border:0;background:none;color:#897b6c;padding:4px}.card-actions button:hover{text-decoration:underline}.empty-state{border:1px dashed #cdbcaa;text-align:center;padding:35px;color:#75675b}.empty-state .text-action{padding:0}.empty-state[hidden]{display:none}
.promo-section{background:#eae3da;padding-top:80px;padding-bottom:100px}.promo-toolbar{display:flex;gap:15px;align-items:center;margin-bottom:22px}.promo-toolbar label{font-size:12px;color:#74685c}.promo-toolbar select{border:1px solid #cbbbac;background:#f6f0e7;border-radius:2px;padding:9px 28px 9px 12px;font-size:12px;color:#35261b}.promo-toolbar>span{font-size:11px;color:#897d71;margin-left:auto}.promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.promo-card{background:#f9f5ef;padding:25px;border:1px solid #dfd3c6;display:flex;flex-direction:column;min-height:305px}.promo-card-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.19em;color:#a16f44;font-weight:700}.promo-card-top span:last-child{font-size:18px;line-height:1}.promo-card h3{font:400 27px/1.16 'Playfair Display',Georgia,serif;margin:23px 0 7px;letter-spacing:-.035em}.promo-card .format{font-size:10px;letter-spacing:.07em;color:#9a6e48;text-transform:uppercase;margin:0 0 18px;font-weight:700}.direction{font-size:12px;color:#6d6258;line-height:1.7;margin:0 0 18px}.caption{border-top:1px solid #d9cbbb;padding-top:15px;margin-top:auto}.caption>span{font-size:9px;letter-spacing:.16em;color:#aa9988;font-weight:700}.caption p{font:italic 16px/1.45 'Playfair Display',Georgia,serif;color:#38281c;margin:9px 0 15px}.caption button{padding:0;border:0;background:none;color:#8f5c31;font-size:11px;font-weight:700}.caption button:hover{text-decoration:underline}.footer{background:#17120f;color:#fff;min-height:150px;padding:38px clamp(24px,8vw,140px);display:flex;align-items:center;gap:25px}.footer-brand{font-size:30px}.footer p{font:italic 18px 'Playfair Display',Georgia,serif;color:#ad9279}.footer button,.footer a{border:0;background:none;color:#d0b598;font-size:12px;margin-left:auto}
.editor-dialog{width:min(620px,calc(100vw - 30px));max-height:min(92vh,900px);overflow:auto;border:1px solid #d8c6b4;background:#f8f3ec;padding:30px;box-shadow:0 35px 100px rgba(0,0,0,.42)}.editor-dialog::backdrop{background:rgba(19,14,11,.75)}.dialog-header{display:flex;justify-content:space-between;align-items:start}.dialog-header h2{font:400 36px 'Playfair Display',Georgia,serif;margin:0}.icon-button{background:none;border:0;font-size:30px;line-height:1;color:#7b6a5b}.dialog-note{font-size:12px;color:#74695f;line-height:1.6;margin:17px 0 23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;color:#4d3b2e}.form-grid .span-2{grid-column:span 2}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid #d5c8bb;background:#fffcf8;color:#251d17;border-radius:2px;padding:11px;font-size:12px;outline-color:#a8794d}.form-grid input[type=file]{padding:9px}.form-grid small{font-weight:400;color:#897b6f}.dialog-actions{display:flex;justify-content:end;gap:10px;margin-top:24px}.dialog-actions .button-ghost{color:#5b4b3e;border-color:#cbb9aa}.toast{position:fixed;bottom:24px;right:24px;z-index:10;background:#251910;color:#fff;padding:12px 18px;font-size:12px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}
.detail-body{background:#17120f}.detail-main{background:linear-gradient(135deg,#241811,#120f0d 70%);color:#fff;min-height:calc(100vh - 230px)}.detail-hero{max-width:1450px;margin:auto;display:grid;grid-template-columns:48% 52%;gap:0;align-items:center;padding:clamp(45px,6vw,95px) clamp(24px,7vw,100px)}.detail-art{width:min(100%,550px);aspect-ratio:1;background:#472a1c;box-shadow:0 38px 70px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.08)}.detail-art img{width:100%;height:100%;object-fit:cover}.detail-fallback{min-height:100%}.detail-copy{padding:20px 0 20px clamp(45px,7vw,110px)}.detail-copy .section-kicker{color:#b98c5f;margin-bottom:35px}.detail-copy .status{color:#d6b392}.detail-copy h1{font:400 clamp(50px,5.8vw,93px)/1.07 'Playfair Display',Georgia,serif;letter-spacing:-.055em;margin:22px 0 24px}.detail-rule{width:58px;height:1px;background:#a57951;margin-bottom:25px}.detail-pitch{font:italic 22px/1.5 'Playfair Display',Georgia,serif;color:#e8d8c8;max-width:570px;margin-bottom:34px}.listen-panel{max-width:480px}.listen-panel h2{font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin:0 0 7px}.listen-panel>p{font-size:12px;color:#a9998b;margin:0 0 19px}.listen-links{display:grid;gap:7px}.listen-link{border:1px solid #645347;display:flex;justify-content:space-between;align-items:center;padding:12px 15px;font-size:12px;transition:background .2s}.listen-link:hover{background:#453020}.listen-link.unavailable{border-style:dashed;color:#9e8d7f;cursor:default}.listen-link.unavailable span:last-child{font-size:10px}.detail-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:35px;color:#b09070;font-size:10px;letter-spacing:.12em}.detail-bottom button{background:none;border:0;color:#d8b890;font-size:11px;letter-spacing:0}.detail-outro{border-top:1px solid #33251d;min-height:160px;display:flex;align-items:center;gap:30px;padding:30px clamp(24px,8vw,140px)}.detail-outro span{font-size:9px;letter-spacing:.19em;color:#9c7652}.detail-outro p{font:italic 24px 'Playfair Display',Georgia,serif;color:#e4d0bd}.detail-outro a{margin-left:auto;font-size:11px;color:#cda87d}.missing-release{text-align:center;max-width:550px;margin:auto;padding:130px 24px}.missing-release h1{font:400 50px 'Playfair Display',Georgia,serif}.missing-release p:not(.section-kicker){color:#bda996;line-height:1.6;margin-bottom:30px}
@media(max-width:1100px){.hero-copy{padding-left:6vw}.section{padding-left:6vw;padding-right:6vw}.release-grid{grid-template-columns:1fr}.release-card{max-width:780px}.promo-card{padding:18px}.detail-copy{padding-left:45px}}
@media(max-width:760px){.topbar{height:68px;padding:0 20px;gap:15px}.brand{font-size:26px}.topnav{gap:15px}.topnav a{font-size:10px}.private-badge{font-size:0;gap:0;padding:9px}.private-dot{width:8px;height:8px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:64px 24px 15px}.hero h1{font-size:clamp(47px,10vw,70px)}.hero-copy>p{font-size:14px}.hero-visual{height:390px}.hero-sleeve,.vinyl-record{width:min(64vw,290px)}.hero-caption{bottom:22px;right:22px}.section{padding:65px 20px}.section-heading{display:block;margin-bottom:30px}.section-aside{margin:16px 0 0;max-width:400px}.catalog-controls{align-items:end}.filter-list{gap:17px}.filter{font-size:11px}.text-action{font-size:11px}.release-grid{gap:17px}.release-card{min-height:300px}.card-content{padding:18px}.card-content h3{font-size:27px;margin-top:18px}.card-pitch{font-size:11px}.card-type{display:none}.platforms a,.platforms span{font-size:8px;padding:5px}.promo-toolbar{flex-wrap:wrap}.promo-toolbar>span{flex-basis:100%;margin:0}.promo-grid{grid-template-columns:1fr}.promo-card{min-height:0;padding:24px}.footer{min-height:120px;padding:25px 20px;gap:14px}.footer p{font-size:15px}.detail-hero{grid-template-columns:1fr;padding:42px 24px 55px}.detail-art{max-width:520px;margin:auto}.detail-copy{padding:40px 0 0}.detail-copy .section-kicker{margin-bottom:20px}.detail-copy h1{font-size:clamp(53px,11vw,78px)}.detail-pitch{font-size:21px}.detail-outro{display:block;padding:30px 24px}.detail-outro p{margin:13px 0}}
@media(max-width:480px){.topnav{display:none}.topbar .private-badge{margin-left:auto;font-size:10px;gap:7px}.hero-actions{gap:10px}.hero-actions .button{padding:13px 14px;font-size:11px;gap:9px}.hero-visual{height:330px}.release-card{display:block}.card-art{height:auto;aspect-ratio:1.35}.card-content{min-height:260px;padding:21px}.art-fallback{min-height:100%}.filter-list{gap:13px}.filter{font-size:10px}.catalog-controls>.text-action{font-size:0}.catalog-controls>.text-action:after{content:'+';font-size:21px}.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.editor-dialog{padding:20px}.footer{flex-wrap:wrap}.footer button,.footer a{margin-left:0}.detail-bottom{align-items:start;flex-direction:column}.back-link{margin-left:auto;font-size:11px}.detail-body .private-badge{display:none}}
.promo-audio{margin:0 0 18px;padding:13px;background:#eee3d7;border:1px solid #d8c6b4}.promo-audio>span,.preview-panel span{font-size:9px;font-weight:700;letter-spacing:.15em;color:#9a6e48}.promo-audio audio,.preview-panel audio{display:block;width:100%;height:40px;margin:10px 0}.promo-audio a,.preview-panel a{font-size:11px;font-weight:700;color:#8f5c31}.preview-panel{max-width:480px;border:1px solid #6c4d35;background:#332217;padding:17px;margin:0 0 28px}.preview-panel>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-panel span,.preview-panel a{color:#dbb58a}.preview-panel audio{margin:15px 0 0}
.card-actions{flex-wrap:wrap}.card-actions button[data-delete]{color:#9b513f}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-player{margin-top:38px;width:min(100%,500px);background:rgba(61,42,29,.85);border:1px solid rgba(225,184,139,.38);padding:18px 19px;box-shadow:0 12px 30px rgba(0,0,0,.15)}.hero-player-top,.hero-player-title,.hero-player-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-player-top{font-size:9px;letter-spacing:.16em;font-weight:700;color:#d6ae81}.hero-player-top span:last-child{color:#ab9278;letter-spacing:.08em}.hero-player-title{margin:13px 0 12px}.hero-player-title strong{font:400 27px/1.2 'Playfair Display',Georgia,serif;letter-spacing:-.025em}.hero-player-title span{font-size:11px;color:#c1a98f}.hero-player audio{width:100%;height:40px;display:block}.hero-player-footer{min-height:24px;margin-top:11px;font-size:10px;color:#c4ae99}.hero-player-footer a,.hero-player-footer button{font-size:10px;color:#e4bf8f;white-space:nowrap}.hero-player-footer button{border:0;background:none;padding:0;font-weight:700}.hero-player-footer button[hidden]{display:none}.hero-player-footer a:hover,.hero-player-footer button:hover{text-decoration:underline}
.weekly-manager{scroll-margin-top:20px;background:#fdf9f3;border:1px solid #e2d5c7;padding:32px;margin-bottom:47px;box-shadow:0 8px 24px rgba(66,40,19,.04)}.weekly-manager-top{display:flex;justify-content:space-between;align-items:center;gap:26px}.weekly-manager-top h3{font:400 clamp(27px,3vw,39px)/1.1 'Playfair Display',Georgia,serif;letter-spacing:-.04em;margin:0 0 10px}.weekly-manager-top p:last-child{font-size:12px;line-height:1.6;color:#74675a;margin:0}.weekly-upload{flex:none;border:1px solid #b58d67;background:#d7ae7b;color:#25180f;padding:13px 18px;font-size:11px;font-weight:700;cursor:pointer;text-align:center}.weekly-upload:hover{background:#ebc595}.weekly-storage-note{font-size:11px;line-height:1.55;color:#88796a;border-bottom:1px solid #e1d5c8;padding:19px 0;margin:0}.weekly-manager-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding-top:25px}.weekly-manager-grid h4{font:400 23px 'Playfair Display',Georgia,serif;margin:0 0 16px}.weekly-library{max-height:300px;overflow:auto}.weekly-song-row{border:1px solid #e4d9ce;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;margin-bottom:7px;min-height:62px}.weekly-song-row div{min-width:0}.weekly-song-row strong{display:block;font-size:12px;overflow-wrap:anywhere}.weekly-song-row span:not(.weekly-song-icon){display:block;font-size:10px;color:#8e8073;margin-top:4px}.weekly-song-row button{border:0;background:none;color:#9c5945;font-size:10px;white-space:nowrap}.weekly-song-icon{color:#aa7848;font-size:18px}.weekly-form{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.weekly-form label{font-size:10px;font-weight:700;color:#665548}.weekly-form input,.weekly-form select{min-width:0;background:#fff;border:1px solid #d8cabb;color:#2d2119;padding:11px;font-size:12px;border-radius:2px}.weekly-form .button{grid-column:span 2;width:100%;margin-top:8px}.weekly-hint{font-size:10px;color:#8c7f72;line-height:1.5;margin:12px 0 0}.weekly-plan{margin-top:23px}.weekly-plan-label{font-size:9px;color:#a7784e;font-weight:700;letter-spacing:.16em;margin:0 0 10px}.weekly-plan-empty{font-size:11px;color:#8b7c70;margin:0}.weekly-plan-row{display:flex;align-items:center;gap:10px;border-top:1px solid #e5d9ce;padding:9px 0;font-size:11px}.weekly-plan-row span{color:#8a796a;min-width:102px}.weekly-plan-row strong{font-weight:600;overflow-wrap:anywhere}.weekly-plan-row button{margin-left:auto;border:0;background:none;color:#9c5945;font-size:18px;line-height:1}.weekly-manage-status{font-size:11px;color:#765638;min-height:1em;margin:18px 0 0}
@media(max-width:900px){.weekly-manager-grid{grid-template-columns:1fr;gap:30px}.weekly-library{max-height:none}}
@media(max-width:760px){.hero-player{margin-top:31px}.weekly-manager{padding:24px 20px}.weekly-manager-top{align-items:flex-start;flex-direction:column;gap:17px}.weekly-upload{width:100%}}
@media(max-width:480px){.hero-player{padding:15px}.hero-player-title strong{font-size:23px}.hero-player-footer{flex-wrap:wrap;gap:8px}.weekly-manager{padding:20px 15px}.weekly-form{grid-template-columns:1fr}.weekly-form .button{grid-column:auto}.weekly-plan-row{flex-wrap:wrap}.weekly-plan-row span{min-width:0}}
.hero-cover-controls{position:absolute;z-index:4;bottom:27px;right:clamp(24px,5vw,88px);display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:end;max-width:390px}.hero-cover-controls label,.hero-cover-controls button{font-size:10px;font-weight:700;color:#ead0b0;border:1px solid #8c7157;background:rgba(22,16,12,.9);padding:10px 12px;cursor:pointer}.hero-cover-controls label:hover,.hero-cover-controls button:hover{background:#59402e}.hero-cover-controls span{flex-basis:100%;text-align:right;color:#c9b29b;font-size:10px;min-height:1em}
@media(max-width:760px){.hero-cover-controls{bottom:14px;right:20px;left:20px;max-width:none}.hero-cover-controls label,.hero-cover-controls button{flex:1;text-align:center}}
html:not(.studio-mode) .studio-only,html.studio-mode .public-only{display:none!important}
html.studio-mode:not(.studio-authorized) .studio-only{display:none!important}
.studio-signin{padding:52px clamp(24px,8vw,140px);background:#f4e8d9;border-bottom:1px solid #d5baa0}.studio-signin h2,.publish-panel h2{font:400 clamp(28px,3vw,40px) 'Playfair Display',Georgia,serif;margin:0 0 8px}.studio-signin p,.publish-panel p{font-size:13px;line-height:1.65;color:#756452}.studio-signin .button{margin-top:12px}.publish-panel{margin:30px clamp(24px,8vw,140px) 82px;padding:35px;display:flex;justify-content:space-between;align-items:center;gap:30px;background:#281e17;color:#fff;border:1px solid #916944}.publish-panel p{color:#d3c1ae;margin:0}.publish-panel .section-kicker{color:#d7ae7b}.publish-actions{min-width:220px;text-align:center}.publish-actions button{width:100%}.publish-actions button:disabled{opacity:.6;cursor:wait}.publish-actions p{margin-top:12px;font-size:12px}.publish-actions a{text-decoration:underline;color:#edc696}@media(max-width:760px){.publish-panel{padding:25px;display:block}.publish-actions{margin-top:23px}}
.weekly-upload-panel{margin-top:22px;padding:20px;background:#f4e8d9;border:1px solid #d5baa0}.weekly-upload-panel>label{display:block;margin-bottom:10px;color:#493223;font-size:13px;font-weight:700}.weekly-upload-panel input[type=file]{display:block;width:100%;max-width:100%;font-size:13px;color:#493223}.weekly-upload-panel input[type=file]::file-selector-button{min-height:46px;margin-right:12px;padding:10px 16px;border:1px solid #986c42;background:#d7ae7b;color:#25180f;font-weight:700;cursor:pointer}.weekly-upload-panel p{margin:12px 0 0;color:#756452;font-size:11px;line-height:1.55}.weekly-upload-panel input[type=file]:focus-visible{outline:2px solid #986c42;outline-offset:4px}.weekly-song-row{flex-wrap:wrap}.weekly-song-actions{display:flex;gap:6px;align-items:center;margin-left:auto;flex-wrap:wrap}.weekly-song-actions button{border:1px solid #d6c5b4;background:#fffaf5;color:#674526;padding:9px 11px;font-size:10px;font-weight:700;min-height:38px}.weekly-song-actions button[data-this-week]{background:#d7ae7b;border-color:#b68b60;color:#20150e}.weekly-song-actions button[data-remove-song]{color:#985449;background:transparent}.weekly-song-actions button:hover{background:#ead7c1}
@media(max-width:480px){.weekly-upload-panel{padding:17px 14px}.weekly-upload-panel input[type=file]::file-selector-button{min-height:48px}.weekly-song-row>div:first-child{width:100%}.weekly-song-actions{margin-left:0;width:100%}.weekly-song-actions button{flex:1}}
.public-song-section{background:#eee7df}.public-song-section[hidden],#more-music-nav[hidden]{display:none!important}.public-song-grid{display:flex;flex-direction:column;gap:42px}.public-song-album-heading{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:18px;padding-bottom:13px;border-bottom:1px solid #cbb9a8}.public-song-album-heading .section-kicker{margin:0 0 5px}.public-song-album-heading h3{font:400 clamp(28px,3vw,39px)/1.2 'Playfair Display',Georgia,serif;margin:0;overflow-wrap:anywhere}.public-song-album-heading>span{font-size:13px;color:#76695d;white-space:nowrap}.public-song-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px}.public-song-card{display:flex;align-items:center;gap:20px;padding:18px;background:#fffaf4;border:1px solid #dacbbd}.public-song-art{width:110px;aspect-ratio:1;flex:none;background:#24160e}.public-song-art img{width:100%;height:100%;object-fit:cover}.public-song-art-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#492e20,#17110f);color:#e6bd8d;font:italic 24px 'Playfair Display',Georgia,serif}.public-song-copy{min-width:0;flex:1}.public-song-copy .section-kicker{margin:0 0 8px}.public-song-copy h4{font:400 26px/1.1 'Playfair Display',Georgia,serif;margin:0 0 16px;overflow-wrap:anywhere}.public-song-copy audio{display:block;width:100%;height:38px}@media(max-width:480px){.public-song-card{align-items:flex-start}.public-song-art{width:75px}.public-song-copy h4{font-size:22px}}
.public-song-cards{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.public-song-cards{grid-template-columns:1fr}}
.weekly-song-album{display:flex;align-items:center;gap:8px;flex:1 1 170px;min-width:0;color:#665548;font-size:13px;font-weight:700}.weekly-song-album select{min-width:0;max-width:190px;width:100%;min-height:40px;padding:8px;border:1px solid #d6c5b4;background:#fffaf5;color:#35261b;font-size:13px}.weekly-song-album select:focus-visible{outline:2px solid #986c42;outline-offset:2px}@media(max-width:480px){.weekly-song-album{width:100%}.weekly-song-album select{max-width:none}}
.promo-example{display:grid;grid-template-columns:minmax(190px,285px) 1fr;gap:30px;margin:0 0 30px;padding:25px;background:#f9f5ef;border:1px solid #cba987}.promo-example[hidden]{display:none}.promo-example-art{position:relative;align-self:start;aspect-ratio:1;overflow:hidden;background:#24160e}.promo-example-art img{width:100%;height:100%;object-fit:cover}.promo-example-art span{position:absolute;bottom:14px;left:14px;right:14px;padding:10px 12px;background:rgba(24,15,10,.85);color:#f4e4cc;font:italic 17px/1.3 'Playfair Display',Georgia,serif;text-align:center}.promo-example-content h3{font:400 clamp(27px,3vw,38px)/1.12 'Playfair Display',Georgia,serif;margin:7px 0 16px}.promo-example-content ol{font-size:13px;line-height:1.65;color:#55483c;padding-left:19px;margin:0 0 19px}.promo-example-content li{padding-left:4px;margin:5px 0}.promo-example-clip,.promo-example-caption{border-top:1px solid #decec0;padding:15px 0}.promo-example-clip span,.promo-example-caption span{display:block;font-size:9px;letter-spacing:.16em;color:#9a6e48;font-weight:700}.promo-example-clip audio{display:block;width:min(100%,410px);height:40px;margin:11px 0}.promo-example-clip a,.promo-example-caption button{color:#8f5c31;font-size:12px;font-weight:700}.promo-example-caption p{font-size:13px;line-height:1.6;color:#3d3027;max-width:560px;margin:9px 0}.promo-example-caption button{border:0;background:none;padding:7px 0;cursor:pointer}.promo-example-caption button:hover,.promo-example-clip a:hover{text-decoration:underline}.promo-example-note{color:#807062;font-size:11px;line-height:1.5;margin:1px 0 0}@media(max-width:760px){.promo-example{grid-template-columns:1fr;padding:19px;gap:19px}.promo-example-art{width:min(100%,230px)}}
.song-preview-button{min-height:39px;padding:9px 13px;border:1px solid #b38659;background:#d7ae7b;color:#261b13;font-size:11px;font-weight:700;cursor:pointer}.song-preview-button:hover,.song-preview-button[aria-pressed=true]{background:#2a1d15;border-color:#2a1d15;color:#f5dfc3}.song-preview-button:focus-visible{outline:2px solid #714729;outline-offset:3px}.song-preview-status{font-size:12px;color:#76695d;margin:15px 0 0}
.public-song-card a.song-preview-button{display:inline-flex;align-items:center}
.weekly-preview-editor{margin:18px 0 0;padding:20px;background:#f4e7d8;border:1px solid #cda984}.weekly-preview-editor[hidden]{display:none}.weekly-preview-editor h5{font:400 23px 'Playfair Display',Georgia,serif;margin:0 0 9px}.weekly-preview-editor>p{font-size:11px;line-height:1.55;color:#655445;margin:0 0 13px}.weekly-preview-editor audio{display:block;width:100%;height:42px;margin:12px 0}.weekly-preview-editor .weekly-preview-choice{font-size:12px;color:#58402e;font-weight:600;margin:10px 0 15px}.weekly-preview-actions{display:flex;gap:8px;flex-wrap:wrap}.weekly-preview-actions button{min-height:40px;border:1px solid #b89a7d;background:#fffaf3;color:#513b2a;padding:9px 11px;font-size:11px;font-weight:700}.weekly-preview-actions button:first-child{background:#d7ae7b;border-color:#ae8254;color:#241710}.weekly-preview-actions button:hover{background:#ead2b6}@media(max-width:480px){.weekly-preview-editor{padding:16px 13px}.weekly-preview-actions button{flex:1 1 40%}}

.release-youtube{margin:24px 0}.release-youtube iframe{display:block;width:100%;aspect-ratio:16/9;min-height:200px;border:0;border-radius:12px;background:#000}.youtube-play-help{font-size:14px;line-height:1.6;color:var(--muted,#b6b0a7);margin-top:12px}.youtube-play-help a{text-decoration:underline;text-underline-offset:3px}

#album-options[hidden]{display:none}.album-picker{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;max-width:460px}.album-picker label{font-size:16px;font-weight:600}.album-picker select{width:100%;min-height:48px;padding:12px 16px;font:inherit;font-size:16px;background:#fffaf4;color:#241710;border:1px solid #b89a7d;border-radius:0}.album-picker select:focus-visible{outline:2px solid #81542d;outline-offset:3px}

.topbar .brand{display:inline-flex;align-items:center;gap:12px}.brand-portrait{position:relative;display:block;flex:none;width:46px;height:46px;overflow:hidden;border-radius:50%;border:1px solid #c7a274;background:#2b211b;box-shadow:0 0 0 3px rgba(220,185,140,.12)}.brand-portrait[hidden]{display:none}.brand-portrait img{position:absolute;width:300%;height:auto;max-width:none;left:-145%;top:-45%}.brand-wordmark{white-space:nowrap}@media(max-width:760px){.topbar .brand{gap:10px}.brand-portrait{width:38px;height:38px}}
.brand-portrait img.custom-photo{width:100%;height:100%;left:0;top:0;object-fit:cover;object-position:center}.artist-photo-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(24px,5vw,88px);background:#2b2019;color:#f7eee4;border-bottom:1px solid #705135}.artist-photo-panel h2{font:400 21px 'Playfair Display',Georgia,serif;margin:0 0 4px}.artist-photo-panel p{font-size:14px;line-height:1.5;margin:0;color:#dcc7b2}.artist-photo-panel #artist-photo-status{font-size:13px;color:#edc696;margin-top:5px}.artist-photo-panel #artist-photo-status:empty{display:none}.artist-photo-actions{display:flex;gap:9px;flex-wrap:wrap}.artist-photo-actions label,.artist-photo-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid #a88362;background:#d7ae7b;color:#231710;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.artist-photo-actions button{background:transparent;color:#f5e3cf}.artist-photo-actions label:hover,.artist-photo-actions button:hover{background:#b9895c;color:#17110c}.artist-photo-actions label:focus-within,.artist-photo-actions button:focus-visible{outline:2px solid #f7e0bf;outline-offset:3px}@media(max-width:760px){.artist-photo-panel{align-items:flex-start;flex-direction:column;gap:14px;padding:18px 20px}.artist-photo-actions{width:100%}.artist-photo-actions label,.artist-photo-actions button{flex:1}}

.card-actions .share-song-button{min-height:40px;padding:9px 12px;border:1px solid #c59f79;background:#f4e5d3;color:#573b21;cursor:pointer}.card-actions .share-song-button:hover{background:#e7c9a5;text-decoration:none}.card-actions .share-song-button:focus-visible,.detail-bottom button:focus-visible{outline:2px solid #a77647;outline-offset:3px}.detail-bottom button[hidden]{display:none}
.public-song-copy .share-music-button{margin-left:8px;background:transparent;color:#734b29}.public-song-copy .share-music-button:hover{background:#ead6be;color:#251810}

.fan-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:clamp(30px,6vw,90px);align-items:center;background:#241810;color:#f7eee4}.fan-section .section-kicker{color:#d5a772}.fan-section h2,.fan-owner-panel h2{font:400 clamp(33px,4vw,54px)/1.12 'Playfair Display',Georgia,serif;letter-spacing:-.035em;margin:0 0 16px}.fan-section>div>p:last-child{font-size:16px;line-height:1.6;color:#d9c4ae;max-width:440px}.fan-form>label:first-child{display:block;font-size:14px;font-weight:700;margin-bottom:10px}.fan-form-row{display:flex;gap:10px}.fan-form-row input{min-width:0;flex:1;min-height:52px;padding:12px 14px;border:1px solid #b59472;border-radius:0;background:#fffaf4;color:#241810;font:inherit;font-size:16px}.fan-form-row button{flex:none;min-height:52px;white-space:nowrap}.fan-consent{display:flex;align-items:flex-start;gap:10px;margin-top:17px;font-size:14px;line-height:1.45;color:#e4d4c3;cursor:pointer}.fan-consent input{margin:3px 0 0;width:18px;height:18px;flex:none;accent-color:#bd8a53}.fan-form input:focus-visible,.fan-form button:focus-visible,.fan-owner-data a:focus-visible{outline:2px solid #ebc897;outline-offset:3px}.fan-form button:disabled{opacity:.65;cursor:wait}.fan-trap[hidden]{display:none}.fan-status{min-height:1.4em;margin:12px 0 0;color:#f0c38f;font-size:14px;line-height:1.4}
.fan-owner-panel{display:flex;justify-content:space-between;gap:28px;background:#f6eee5;border-top:1px solid #decdba}.fan-owner-panel>div:first-child{max-width:560px}.fan-owner-panel h2{font-size:clamp(28px,3vw,40px);color:#2b1b12}.fan-owner-panel>div:first-child>p:not(.section-kicker){font-size:14px;line-height:1.55;color:#695445}.fan-owner-data{min-width:min(100%,300px)}.fan-owner-data strong{font-size:23px;color:#2c1d14}.fan-owner-data p{font-size:13px;color:#695445}.fan-owner-data ul{padding:0;list-style:none;margin:12px 0 18px}.fan-owner-data li{padding:7px 0;border-top:1px solid #d9c7b5;font-size:14px;overflow-wrap:anywhere}.fan-owner-data a[hidden]{display:none}.fan-owner-data a{display:inline-flex;color:#2b1b12;border-color:#9a734d}
.fan-test-form{margin-top:22px;padding-top:20px;border-top:1px solid #d9c7b5}.fan-test-form>label{display:block;margin-bottom:9px;font-size:14px;font-weight:700;color:#2b1b12}.fan-test-form>div{display:flex;gap:9px}.fan-test-form input{min-width:0;flex:1;min-height:46px;padding:10px 12px;border:1px solid #9a734d;background:#fff;color:#2b1b12;font:inherit;font-size:16px}.fan-test-form button{min-height:46px;white-space:nowrap}.fan-test-form button:disabled{opacity:.65;cursor:wait}.fan-test-form input:focus-visible,.fan-test-form button:focus-visible{outline:2px solid #9a734d;outline-offset:3px}.fan-test-form #fan-test-status{min-height:1.4em;margin:9px 0 0;font-size:14px;line-height:1.4;color:#765126}
@media(max-width:900px){.fan-section{grid-template-columns:1fr}.fan-owner-panel{flex-direction:column}}
@media(max-width:540px){.fan-form-row{flex-direction:column}.fan-form-row button{width:100%}.fan-section{padding-top:64px;padding-bottom:64px}}
@media(max-width:540px){.fan-test-form>div{flex-direction:column}.fan-test-form button{width:100%}}

.reactions-section{background:#f7efe6}.reactions-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(28px,5vw,72px);align-items:start}.reaction-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reaction-card{min-height:170px;padding:24px;background:#fffaf4;border:1px solid #dec8b1;box-shadow:0 12px 30px rgba(75,48,28,.06)}.reaction-quote{margin:0 0 24px;font:400 21px/1.45 'Playfair Display',Georgia,serif;color:#342116}.reaction-meta{margin:0;font-size:13px;line-height:1.45;color:#87684c}.reaction-meta strong{color:#342116}.reaction-empty{margin:0;padding:32px;border:1px dashed #c9aa8b;color:#765a43;text-align:center}.reaction-empty[hidden]{display:none}.reaction-form{padding:24px;background:#241810;color:#f7eee4;border:1px solid #5f412d}.reaction-form label{display:block;margin:0 0 8px;font-size:14px;font-weight:700}.reaction-form input,.reaction-form select,.reaction-form textarea{width:100%;margin:0 0 17px;padding:11px 12px;border:1px solid #b59472;border-radius:0;background:#fffaf4;color:#241810;font:inherit;font-size:16px}.reaction-form textarea{resize:vertical}.reaction-form button{width:100%}.reaction-form button:disabled{opacity:.65;cursor:wait}.reaction-form input:focus-visible,.reaction-form select:focus-visible,.reaction-form textarea:focus-visible,.reaction-form button:focus-visible{outline:2px solid #ebc897;outline-offset:3px}.reaction-form #reaction-status{min-height:1.4em;margin:12px 0 0;color:#f0c38f;font-size:14px;line-height:1.4}.reaction-trap[hidden]{display:none}
.reaction-owner-panel{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:clamp(28px,6vw,80px);background:#2b2019;color:#f7eee4}.reaction-owner-panel h2{font:400 clamp(28px,3vw,40px)/1.12 'Playfair Display',Georgia,serif;margin:0 0 14px}.reaction-owner-panel>div:first-child>p:not(.section-kicker){font-size:14px;line-height:1.55;color:#dcc7b2}.reaction-pending-list{display:grid;gap:12px}.reaction-pending{padding:18px;background:#f7efe6;color:#2b1b12;border:1px solid #8f6a4b}.reaction-pending>p{margin:0 0 12px;line-height:1.5}.reaction-pending-meta{font-size:13px;color:#765a43}.reaction-pending-actions{display:flex;gap:9px;flex-wrap:wrap}.reaction-pending-actions .button{min-height:40px;padding:8px 14px}.reaction-pending-actions .button-ghost{color:#2b1b12;border-color:#9a734d}
@media(max-width:900px){.reactions-layout,.reaction-owner-panel{grid-template-columns:1fr}}@media(max-width:620px){.reaction-list{grid-template-columns:1fr}.reaction-card{min-height:0}}

.section-jump{position:fixed;z-index:8;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;color:#f8eee2}.section-jump-toggle{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 15px;border:1px solid #b88a59;background:#241810;color:#f8eee2;box-shadow:0 10px 28px rgba(25,15,9,.2);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.section-jump-icon{color:#dcb98c;font-size:15px;line-height:1}.section-jump-menu{width:190px;margin:8px 0 0;padding:8px;background:#241810;border:1px solid #765238;box-shadow:0 16px 38px rgba(25,15,9,.3)}.section-jump-menu[hidden],.section-jump-menu a[hidden]{display:none}.section-jump-menu a{position:relative;display:block;min-height:44px;padding:13px 13px 12px 25px;border-bottom:1px solid rgba(236,210,180,.14);color:#ead9c7;font-size:13px}.section-jump-menu a:last-child{border-bottom:0}.section-jump-menu a::before{content:'';position:absolute;left:10px;top:50%;width:5px;height:5px;border-radius:50%;background:#806044;transform:translateY(-50%)}.section-jump-menu a:hover,.section-jump-menu a.active{background:#3b291d;color:#fff}.section-jump-menu a.active::before{background:#e3ba88;box-shadow:0 0 0 3px rgba(227,186,136,.15)}.section-jump-toggle:focus-visible,.section-jump-menu a:focus-visible{outline:2px solid #f2cea0;outline-offset:3px}@media(max-width:760px){.section-jump{top:auto;right:14px;bottom:14px;transform:none}.section-jump-menu{position:absolute;right:0;bottom:54px;margin:0}.section-jump-toggle{min-height:48px;padding:12px 16px}.section-jump:not(.open) .section-jump-toggle span:first-child{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.detail-lyrics{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1fr);gap:clamp(34px,7vw,100px);padding:80px clamp(24px,8vw,140px);border-top:1px solid #33251d;background:#1b1511;color:#f7eee4}.detail-lyrics-heading h2{font:400 clamp(40px,5vw,66px)/1.05 'Playfair Display',Georgia,serif;margin:0}.detail-lyrics-song{margin:10px 0 0;color:#c7ae96;font-size:14px}.detail-lyrics-body{max-width:760px;columns:2;column-gap:60px;font:400 18px/1.8 'Playfair Display',Georgia,serif;color:#e8d8c8}.detail-lyrics-body p{break-inside:avoid;margin:0 0 28px}
@media(max-width:760px){.detail-lyrics-body{columns:1}.detail-lyrics{grid-template-columns:1fr;padding:60px 24px}}
