.od1-collaboration-screen { display:flex; min-height:100vh; flex-direction:column; background:#05070a; }
.od1-collaboration-screen.od1-producer-screen { background:#f2f3ef; }
.od1-collaboration-screen .site-header { flex:0 0 auto; }
.od1-collab-page { width:100%; min-height:0; flex:1 0 auto; padding: clamp(36px, 7vw, 84px) 20px; background: #05070a; }
.od1-collaboration-screen .beat-shop-footer { flex:0 0 48px; margin:0; }
.od1-collab { --line: rgba(126,241,255,.25); --cyan:#7ef1ff; --lime:#b6ff6f; --panel:#101821; max-width:1120px; margin:auto; color:#e7edf7; font-family:Inter,system-ui,sans-serif; }
.od1-collab * { box-sizing:border-box; }
.od1-collab h1,.od1-collab h2,.od1-collab h3,.od1-collab p { margin-top:0; }
.od1-collab h1 { margin-bottom:8px; font-size:clamp(2rem,5vw,3.8rem); }
.od1-collab h2 { font-size:1.1rem; }
.od1-collab__eyebrow { color:var(--cyan); font-size:.74rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.od1-collab__header { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:28px; }
.od1-collab__header>nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.od1-collab__header p,.od1-collab__muted { color:#8d9bad; }
.od1-collab__layout { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:16px; }
.od1-collab__panel,.od1-collab__invite,.od1-collab__empty,.od1-collab__notifications { margin-bottom:16px; padding:20px; border:1px solid var(--line); border-radius:12px; background:linear-gradient(145deg,rgba(126,241,255,.07),transparent 40%),var(--panel); }
.od1-collab__invite,.od1-collab__empty { max-width:620px; margin-inline:auto; }
.od1-collab__primary,.od1-collab__secondary { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:10px 16px; border:1px solid var(--cyan); border-radius:8px; background:var(--cyan); color:#061016; font:inherit; font-weight:900; text-decoration:none; cursor:pointer; }
.od1-collab__secondary { background:transparent; color:#e7edf7; }
.od1-collab__secondary[aria-pressed="true"] { border-color:var(--lime); color:var(--lime); }
.od1-collab__primary:disabled { opacity:.58; cursor:not-allowed; }
.od1-collab__signup { display:grid; gap:12px; margin-top:20px; }
.od1-collab__signup label { display:grid; gap:6px; color:#aab6c5; font-weight:700; }
.od1-collab__signup input,.od1-collab__message-form textarea { width:100%; border:1px solid var(--line); border-radius:8px; background:#080d13; color:#fff; font:inherit; padding:11px 12px; }
.od1-collab__error { color:#ffaaaa; }
.od1-collab__beats { display:grid; gap:10px; }
.od1-collab-beat { display:grid; grid-template-columns:64px minmax(0,1fr) auto; align-items:center; gap:12px; padding:10px; border:1px solid rgba(126,241,255,.14); border-radius:9px; background:#0a1017; }
.od1-collab-beat img { width:64px; height:64px; border-radius:6px; object-fit:cover; }
.od1-collab-beat h3 { margin-bottom:7px; font-size:1rem; }
.od1-collab-beat audio { display:block; width:100%; height:30px; }
.od1-collab-beat__favorite { width:38px; height:38px; border:1px solid var(--line); border-radius:50%; background:transparent; color:#8d9bad; font-size:20px; cursor:pointer; }
.od1-collab-beat__favorite.is-active { border-color:var(--lime); color:var(--lime); background:rgba(182,255,111,.09); }
.od1-collab__messages { display:grid; gap:10px; max-height:420px; overflow:auto; margin-bottom:14px; }
.od1-collab__messages article { padding:11px 13px; border-radius:9px; background:#0a1017; }
.od1-collab__messages article div { display:flex; justify-content:space-between; gap:10px; }
.od1-collab__messages time { color:#758396; font-size:.75rem; }
.od1-collab__messages p { margin:6px 0 0; color:#c9d2de; }
.od1-collab__message-form { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; align-items:end; }
.od1-collab__message-form textarea { min-height:72px; resize:vertical; }
.od1-collab__members ul { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.od1-collab__members li { display:grid; gap:2px; padding-bottom:10px; border-bottom:1px solid rgba(126,241,255,.1); }
.od1-collab__members span { color:#8d9bad; font-size:.8rem; }
.od1-collab__insights p,.od1-collab__insights div { display:flex; align-items:center; justify-content:space-between; gap:10px; padding-bottom:9px; border-bottom:1px solid rgba(126,241,255,.1); }
.od1-collab__insights p strong { color:var(--lime); font-size:1.35rem; }
.od1-collab__insights p span,.od1-collab__insights div span { color:#8d9bad; font-size:.8rem; }
.od1-collab__notifications { display:grid; gap:8px; }
.od1-collab__notifications a { color:var(--cyan); }
.od1-collab__add-beat { display:grid; gap:18px; }
.od1-collab__add-beat h2 { margin:6px 0; font-size:1.35rem; }
.od1-collab__add-beat p { margin:0; color:#8d9bad; font-size:.82rem; line-height:1.5; }
.od1-collab__add-beat-rooms { display:grid; gap:9px; }
.od1-collab__add-beat-rooms>article { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:11px 12px; border:1px solid rgba(126,241,255,.14); border-radius:9px; background:#0a1017; }
.od1-collab__add-beat-rooms>article>div { display:grid; gap:3px; }
.od1-collab__add-beat-rooms small { color:#8d9bad; }
.od1-collab__add-beat-rooms form { margin:0; }
.od1-collab__hold { display:flex; margin-bottom:16px; padding:18px 20px; align-items:center; justify-content:space-between; gap:18px; border:1px solid rgba(182,255,111,.35); border-radius:12px; background:linear-gradient(120deg,rgba(182,255,111,.1),transparent),var(--panel); }
.od1-collab__hold>div>span { color:var(--lime); font-size:.68rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.od1-collab__hold h2 { margin:5px 0; }
.od1-collab__hold p { margin:0; color:#9cabb9; font-size:.8rem; }
.od1-collab__hold>strong { flex:0 0 auto; color:var(--lime); font-size:.75rem; }
.od1-collab__hold.is-active { border-color:rgba(255,210,122,.45); }
.od1-collab__hold.is-active>div>span,.od1-collab__hold.is-active>strong { color:#ffd27a; }
.od1-collab__hold-actions { display:flex; flex:0 0 auto; flex-wrap:wrap; align-items:center; gap:8px; }
.od1-collab__hold-actions strong { color:#ffd27a; font-size:.7rem; }
.od1-client-preview-banner { display:flex; margin:0 0 20px; padding:12px 15px; align-items:center; justify-content:space-between; gap:16px; border:1px solid rgba(182,255,111,.55); border-radius:12px; background:#172015; color:#dfead8; font-size:.75rem; }
.od1-client-preview-banner span { display:flex; flex-wrap:wrap; gap:7px; }
.od1-client-preview-banner strong { color:#b6ff6f; }
.od1-client-preview-banner a { flex:0 0 auto; color:#b6ff6f; font-weight:900; }
.od1-collab__preview-note { padding:12px 14px; border:1px dashed var(--line); border-radius:9px; color:#8d9bad; font-size:.78rem; }
.od1-collab-beat__favorite:disabled { opacity:.45; cursor:not-allowed; }
.od1-collab__room-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:14px; }
.od1-collab-room-card { display:block; min-height:160px; padding:20px; border:1px solid var(--line); border-radius:12px; background:var(--panel); color:#e7edf7; text-decoration:none; }
.od1-collab-room-card:hover { border-color:var(--cyan); }
.od1-collab-room-card span { color:var(--cyan); font-size:.75rem; font-weight:900; text-transform:uppercase; }
.od1-collab-room-card h2 { margin:24px 0 8px; font-size:1.3rem; }
.od1-collab-room-card p { color:#8d9bad; }
@media(max-width:760px){.od1-collab__layout{grid-template-columns:1fr}.od1-collab__header,.od1-collab__hold{align-items:flex-start;flex-direction:column}.od1-collab__message-form{grid-template-columns:1fr}.od1-collab-beat{grid-template-columns:52px minmax(0,1fr) auto}.od1-collab-beat img{width:52px;height:52px}}

/* Producer dashboard: follows the mobile-first OD1 Artist Dashboard language. */
.od1-collab-page--producer { min-height:100dvh; padding:0; background:#f2f3ef; }
.od1-collab-page--producer .od1-collab { width:100%; max-width:none; color:#11130f; }
.od1-producer-login { display:grid; width:min(calc(100% - 28px),480px); margin:0 auto; padding:24px; gap:24px; border:1px solid rgba(17,19,15,.08); border-radius:0 0 26px 26px; background:#fff; box-shadow:0 25px 70px rgba(17,19,15,.12); }
.od1-producer-login__brand { display:flex; align-items:center; gap:11px; color:#11130f; text-decoration:none; }
.od1-producer-login__brand>span { display:grid; width:44px; height:44px; place-items:center; border-radius:13px; background:#b6ff6f; font-size:.8rem; font-weight:950; }
.od1-producer-login__brand>div { display:grid; gap:2px; }
.od1-producer-login__brand small { color:#777b72; font-size:.6rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.od1-producer-login__brand strong { font-size:.9rem; }
.od1-producer-login__heading { padding:28px 24px; border-radius:23px; background:linear-gradient(135deg,#101510,#192218); color:#fff; }
.od1-producer-login__heading>span { color:#b6ff6f; font-size:.62rem; font-weight:950; letter-spacing:.14em; text-transform:uppercase; }
.od1-producer-login__heading h1 { margin:9px 0 12px; font-size:clamp(2.2rem,10vw,3.5rem); line-height:.95; letter-spacing:-.055em; }
.od1-producer-login__heading p { margin:0; color:rgba(255,255,255,.63); font-size:.78rem; line-height:1.55; }
.od1-producer-login form { display:grid; gap:14px; }
.od1-producer-login form>label:not(.od1-producer-login__remember) { display:grid; gap:7px; color:#484c45; font-size:.72rem; font-weight:850; }
.od1-producer-login input:not([type=checkbox]) { width:100%; min-height:50px; padding:11px 13px; border:1px solid #d9dcd4; border-radius:13px; outline:0; background:#fafbf8; font:inherit; font-size:16px; }
.od1-producer-login input:focus { border-color:#b6ff6f; box-shadow:0 0 0 3px rgba(182,255,111,.25); }
.od1-producer-login__remember { display:flex; align-items:center; gap:8px; color:#70756b; font-size:.7rem; }
.od1-producer-login__remember input { width:17px; height:17px; accent-color:#b6ff6f; }
.od1-producer-login form>button { display:flex; min-height:50px; padding:11px 16px; align-items:center; justify-content:space-between; border:0; border-radius:13px; background:#b6ff6f; color:#0a0b08; font:inherit; font-size:.78rem; font-weight:950; cursor:pointer; }
.od1-producer-login__error { padding:12px 14px; border-radius:13px; background:#f7dddd; color:#7a2424; font-size:.72rem; font-weight:800; }
.od1-producer-login footer { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px; }
.od1-producer-login footer a { display:inline-flex; min-height:40px; padding:9px 13px; align-items:center; justify-content:center; border:1px solid #d9dcd4; border-radius:11px; color:#555b51; font-size:.7rem; font-weight:800; text-decoration:none; }
.od1-producer-login footer a:first-child { border-color:#bfd999; background:#f3f9e9; color:#334326; }
.od1-access-request { display:grid; width:min(calc(100% - 28px),540px); margin:0 auto; padding:24px; gap:22px; border:1px solid rgba(17,19,15,.08); border-radius:0 0 26px 26px; background:#fff; box-shadow:0 25px 70px rgba(17,19,15,.12); }
.od1-access-request__heading,.od1-access-request__success { padding:28px 24px; border-radius:23px; background:linear-gradient(135deg,#101510,#192218); color:#fff; }
.od1-access-request__heading>span { color:#b6ff6f; font-size:.62rem; font-weight:950; letter-spacing:.14em; text-transform:uppercase; }
.od1-access-request__heading h1,.od1-access-request__success h1 { margin:9px 0 12px; color:#fff; font-size:clamp(2.1rem,10vw,3.4rem); line-height:.96; letter-spacing:-.055em; }
.od1-access-request__heading p,.od1-access-request__success p { margin:0; color:rgba(255,255,255,.64); font-size:.78rem; line-height:1.55; }
.od1-access-request__success>span { display:grid; width:43px; height:43px; place-items:center; border-radius:50%; background:#b6ff6f; color:#11130f; font-weight:950; }
.od1-access-request form { display:grid; gap:14px; }
.od1-access-request form>label { display:grid; gap:7px; color:#484c45; font-size:.72rem; font-weight:850; }
.od1-access-request input:not(.od1-access-request__trap),.od1-access-request textarea { width:100%; min-height:50px; padding:11px 13px; border:1px solid #d9dcd4; border-radius:13px; outline:0; background:#fafbf8; color:#141612; font:inherit; font-size:16px; }
.od1-access-request textarea { resize:vertical; line-height:1.45; }
.od1-access-request input:focus,.od1-access-request textarea:focus { border-color:#b6ff6f; box-shadow:0 0 0 3px rgba(182,255,111,.25); }
.od1-access-request form>button { display:flex; min-height:50px; padding:11px 16px; align-items:center; justify-content:space-between; border:0; border-radius:13px; background:#b6ff6f; color:#0a0b08; font:inherit; font-size:.78rem; font-weight:950; cursor:pointer; }
.od1-access-request__trap { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; opacity:0!important; }
.od1-access-request>footer { display:flex; justify-content:center; gap:18px; }
.od1-access-request>footer a { color:#555b51; font-size:.7rem; font-weight:800; }
.od1-producer-dashboard { --producer-accent:#b6ff6f; min-height:100dvh; padding-bottom:86px; background:radial-gradient(circle at 88% -8%,rgba(182,255,111,.18),transparent 32rem),#f2f3ef; }
.od1-live-toast { position:fixed; z-index:100000; top:max(12px,env(safe-area-inset-top)); left:50%; display:flex; width:min(calc(100% - 24px),440px); min-height:70px; padding:10px 10px 10px 15px; align-items:center; gap:10px; border:1px solid rgba(182,255,111,.55); border-radius:18px; background:#121912; color:#fff; box-shadow:0 20px 55px rgba(0,0,0,.28); transform:translateX(-50%); }
.od1-live-toast[hidden] { display:none; }
.od1-live-toast>a { display:grid; min-width:0; flex:1; gap:3px; color:#fff; text-decoration:none; }
.od1-live-toast>a span { color:#b6ff6f; font-size:.62rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.od1-live-toast>a strong { overflow:hidden; font-size:.78rem; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.od1-live-toast>button { width:42px; height:42px; flex:0 0 42px; border:1px solid rgba(255,255,255,.14); border-radius:13px; background:rgba(255,255,255,.07); color:#fff; font-size:1.35rem; cursor:pointer; }
.od1-producer-push-card { display:grid; padding:14px; grid-template-columns:46px minmax(0,1fr) auto; align-items:center; gap:12px; border:1px solid rgba(17,19,15,.08); border-radius:18px; background:#fff; }
.od1-producer-push-card>b { display:grid; width:46px; height:46px; place-items:center; border-radius:14px; background:rgba(182,255,111,.38); color:#11130f; font-size:1.2rem; }
.od1-producer-push-card>span { display:grid; min-width:0; gap:4px; }
.od1-producer-push-card strong { color:#11130f; font-size:.82rem; }
.od1-producer-push-card small { color:#747970; font-size:.66rem; line-height:1.35; }
.od1-producer-push-card button { min-height:40px; padding:8px 13px; border:0; border-radius:12px; background:#b6ff6f; color:#11130f; font:inherit; font-size:.68rem; font-weight:950; cursor:pointer; }
.od1-producer-push-card button[aria-pressed="true"] { border:1px solid #d5d8d0; background:#fff; }
.od1-producer-push-card button:disabled { cursor:wait; opacity:.58; }
.od1-producer-push-message { margin:8px 2px 0; color:#596052; font-size:.68rem; font-weight:750; }
.od1-producer-push-message.is-error { color:#9f322d; }
@media(max-width:460px){.od1-producer-push-card{grid-template-columns:46px minmax(0,1fr)}.od1-producer-push-card button{grid-column:1/-1;width:100%}}
.od1-producer-nav { position:sticky; z-index:20; top:0; display:flex; min-height:74px; padding:max(12px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) 12px max(18px,env(safe-area-inset-left)); align-items:center; justify-content:space-between; border-bottom:1px solid rgba(17,19,15,.08); background:rgba(242,243,239,.92); backdrop-filter:blur(18px); }
.od1-producer-brand { display:flex; align-items:center; gap:10px; color:#11130f; text-decoration:none; }
.od1-producer-brand span { display:grid; width:42px; height:42px; place-items:center; border-radius:13px; background:var(--producer-accent); font-size:.85rem; font-weight:950; }
.od1-producer-brand strong { font-size:.92rem; }
.od1-producer-nav nav { position:fixed; z-index:22; right:0; bottom:0; left:0; display:grid; grid-template-columns:repeat(5,1fr); min-height:72px; padding:7px max(8px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left)); border-top:1px solid rgba(17,19,15,.09); background:rgba(250,251,248,.95); backdrop-filter:blur(20px); }
.od1-producer-nav nav a { display:grid; padding:7px 4px; place-items:center; color:#858980; font-size:.61rem; font-weight:850; text-align:center; text-decoration:none; }
.od1-producer-nav nav a.is-active { color:#11130f; }
.od1-producer-nav nav a.is-active:before { width:7px; height:7px; margin-bottom:4px; border-radius:50%; background:var(--producer-accent); box-shadow:0 0 0 1px #6f8f44; content:""; }
.od1-producer-user { display:flex; align-items:center; gap:9px; }
.od1-producer-user>span { display:grid; width:36px; height:36px; place-items:center; border-radius:50%; background:#161b15; color:#fff; font-size:.75rem; font-weight:900; }
.od1-producer-user>div { display:none; }
.od1-producer-main { width:min(100%,1040px); margin:0 auto; padding:24px max(16px,env(safe-area-inset-right)) 30px max(16px,env(safe-area-inset-left)); }
.od1-producer-heading { display:flex; margin-bottom:20px; align-items:flex-start; flex-direction:column; gap:16px; }
.od1-producer-heading>div { width:100%; padding:28px 24px; border-radius:26px; background:linear-gradient(135deg,#101510,#192218); color:#fff; box-shadow:0 24px 60px rgba(22,30,21,.14); }
.od1-producer-heading .od1-collab__eyebrow { color:var(--producer-accent); }
.od1-producer-heading h1 { margin:6px 0 0; font-size:clamp(2rem,9vw,4rem); line-height:.96; letter-spacing:-.055em; }
.od1-producer-heading p { max-width:580px; margin:15px 0 0; color:rgba(255,255,255,.64); font-size:.85rem; line-height:1.5; }
.od1-producer-heading>.od1-collab__primary,.od1-producer-heading>.od1-collab__secondary { width:100%; border-color:var(--producer-accent); background:var(--producer-accent); color:#0a0b08; }
.od1-producer-stats { display:grid; grid-template-columns:repeat(2,1fr); margin:14px 0 24px; gap:9px; }
.od1-producer-stats article { display:grid; min-height:96px; padding:16px 10px; place-content:center; gap:3px; border:1px solid rgba(17,19,15,.08); border-radius:17px; background:#fff; text-align:center; }
.od1-producer-stats strong { color:#11130f; font-size:1.65rem; letter-spacing:-.04em; }
.od1-producer-stats span { color:#787c73; font-size:.65rem; font-weight:800; }
.od1-producer-small-heading { margin:25px 2px 12px; color:#11130f; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.od1-producer-actions { display:grid; margin-bottom:27px; gap:10px; }
.od1-producer-actions>a { display:flex; width:100%; min-height:74px; padding:12px; align-items:center; gap:13px; border:1px solid rgba(17,19,15,.08); border-radius:19px; background:#fff; color:#11130f; text-align:left; text-decoration:none; box-shadow:0 8px 24px rgba(17,19,15,.025); }
.od1-producer-actions b { display:grid; width:46px; height:46px; flex:0 0 46px; place-items:center; border-radius:14px; background:rgba(182,255,111,.38); font-size:1.15rem; }
.od1-producer-actions span { display:grid; gap:3px; }
.od1-producer-actions strong { font-size:.92rem; }
.od1-producer-actions small { color:#7d8178; font-size:.72rem; }
.od1-producer-card { display:grid; margin-bottom:13px; padding:20px; gap:17px; border:1px solid rgba(17,19,15,.08); border-radius:22px; background:#fff; box-shadow:0 12px 35px rgba(17,19,15,.035); }
.od1-producer-card__heading { display:flex; align-items:flex-start; gap:12px; }
.od1-producer-card__heading>span { display:grid; width:36px; height:36px; flex:0 0 36px; place-items:center; border-radius:11px; background:rgba(182,255,111,.42); font-size:.7rem; font-weight:950; }
.od1-producer-card__heading h2 { margin:0; color:#11130f; font-size:1rem; }
.od1-producer-card__heading p { margin:4px 0 0; color:#73776e; font-size:.72rem; line-height:1.4; }
.od1-producer-field { display:grid; gap:7px; color:#484c45; font-size:.72rem; font-weight:850; }
.od1-producer-field input,.od1-producer-field select,.od1-producer-field textarea { width:100%; min-height:48px; padding:11px 13px; border:1px solid #d9dcd4; border-radius:13px; outline:0; background:#fafbf8; color:#141612; font:inherit; font-size:16px; font-weight:600; }
.od1-producer-field textarea { resize:vertical; line-height:1.45; }
.od1-producer-field input:focus,.od1-producer-field select:focus,.od1-producer-field textarea:focus { border-color:var(--producer-accent); box-shadow:0 0 0 3px rgba(182,255,111,.25); }
.od1-producer-beat-picker { display:grid; gap:9px; }
.od1-producer-beat-option { position:relative; display:grid; min-height:74px; padding:8px; grid-template-columns:54px minmax(0,1fr) 30px; align-items:center; gap:11px; overflow:hidden; border:1px solid rgba(17,19,15,.08); border-radius:17px; background:#fafbf8; cursor:pointer; }
.od1-producer-beat-option input { position:absolute; opacity:0; }
.od1-producer-beat-option img,.od1-producer-beat-option__art { display:grid; width:54px; height:54px; place-items:center; border-radius:12px; object-fit:cover; background:#e7eae2; color:#6f746a; font-size:.65rem; font-weight:800; }
.od1-producer-beat-option>span { display:grid; min-width:0; gap:4px; }
.od1-producer-beat-option strong { overflow:hidden; color:#11130f; font-size:.82rem; text-overflow:ellipsis; white-space:nowrap; }
.od1-producer-beat-option small { color:#7b8076; font-size:.61rem; font-weight:750; }
.od1-producer-beat-option b { display:grid; width:27px; height:27px; place-items:center; border:1px solid #d3d7ce; border-radius:50%; color:transparent; background:#fff; }
.od1-producer-beat-option:has(input:checked) { border-color:#8cb74f; background:rgba(182,255,111,.12); }
.od1-producer-beat-option input:checked~b { border-color:var(--producer-accent); background:var(--producer-accent); color:#11130f; }
.od1-producer-invite-fields { display:grid; gap:13px; }
.od1-producer-invites { display:grid; gap:8px; padding-top:14px; border-top:1px solid #eceee9; }
.od1-producer-invites h3 { margin:0; color:#11130f; font-size:.8rem; }
.od1-producer-invites article { display:grid; padding:11px; gap:8px; border-radius:13px; background:#f3f5f0; }
.od1-producer-invites article>div { display:flex; justify-content:space-between; gap:10px; }
.od1-producer-invites strong { color:#22251f; font-size:.7rem; }
.od1-producer-invites span,.od1-producer-invites a { color:#777c72; font-size:.62rem; }
.od1-producer-invites input { min-width:0; width:100%; padding:8px; border:1px solid #d9dcd4; border-radius:9px; background:#fff; font-size:.7rem; }
.od1-producer-hold-status { display:flex; padding:13px 14px; align-items:center; justify-content:space-between; gap:12px; border:1px solid #e6c677; border-radius:14px; background:#fff8e6; }
.od1-producer-hold-status>div { display:grid; gap:3px; }
.od1-producer-hold-status strong { color:#5e470d; font-size:.74rem; }
.od1-producer-hold-status span { color:#806d3c; font-size:.64rem; }
.od1-producer-hold-status a { color:#8a3a32; font-size:.68rem; font-weight:900; }
.od1-producer-hold-status nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:9px; }
.od1-producer-hold-status nav a:first-child { color:#42661d; }
.od1-producer-form__actions { position:sticky; z-index:10; bottom:calc(73px + env(safe-area-inset-bottom)); display:grid; margin:10px -8px; padding:10px 8px; grid-template-columns:1fr 1.25fr; gap:8px; background:rgba(242,243,239,.94); backdrop-filter:blur(15px); }
.od1-producer-dashboard .od1-collab__primary { border:0; border-radius:13px; background:var(--producer-accent); color:#0a0b08; }
.od1-producer-dashboard .od1-collab__secondary { border-color:#d5d8d0; border-radius:13px; background:#fff; color:#171914; }
.od1-producer-saved { margin-bottom:13px; padding:13px 16px; border-radius:14px; background:#dff5d7; color:#24552c; font-size:.78rem; font-weight:800; }
.od1-producer-room-list { display:grid; gap:10px; }
.od1-producer-room-list>article { display:grid; padding:10px; gap:10px; border:1px solid rgba(17,19,15,.08); border-radius:19px; background:#fff; }
.od1-producer-room-list>article>div { display:flex; min-width:0; align-items:center; gap:12px; }
.od1-producer-room-list>article>div>span { display:grid; width:58px; height:58px; flex:0 0 58px; place-items:center; border-radius:13px; background:rgba(182,255,111,.36); font-weight:950; }
.od1-producer-room-list h3 { margin:0; color:#11130f; font-size:.88rem; }
.od1-producer-room-list p { margin:5px 0 0; color:#7b8076; font-size:.64rem; font-weight:750; }
.od1-producer-room-list nav { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.od1-producer-room-list nav a { display:grid; min-height:38px; place-items:center; border:1px solid #d9dcd4; border-radius:11px; color:#33372f; font-size:.68rem; font-weight:900; text-decoration:none; }
.od1-producer-room-list nav a:last-child { border-color:var(--producer-accent); background:var(--producer-accent); color:#11130f; }
.od1-producer-first-room { display:grid; min-height:250px; padding:30px; place-content:center; gap:14px; border:1px dashed #cdd1c7; border-radius:20px; text-align:center; }
.od1-producer-first-room p { color:#747970; font-size:.75rem; line-height:1.5; }
.od1-producer-title { display:flex; margin:4px 0 22px; align-items:center; gap:14px; }
.od1-producer-title>a { display:grid; width:43px; height:43px; flex:0 0 43px; place-items:center; border:1px solid #d8dad4; border-radius:50%; background:#fff; color:#11130f; font-size:1.15rem; font-weight:900; text-decoration:none; }
.od1-producer-title>div { min-width:0; }
.od1-producer-title span { color:#777c72; font-size:.61rem; font-weight:950; letter-spacing:.13em; text-transform:uppercase; }
.od1-producer-title h1 { margin:2px 0 0; color:#11130f; font-size:clamp(2rem,8vw,3.4rem); line-height:.96; letter-spacing:-.055em; }
.od1-producer-title--action { justify-content:space-between; }
.od1-producer-title--action>a { border:0; background:var(--producer-accent); }
.od1-producer-section-intro { margin:-10px 0 18px; color:#6f746a; font-size:.78rem; line-height:1.5; }
.od1-producer-beat-list { display:grid; gap:10px; }
.od1-producer-beat-list__item { position:relative; overflow:hidden; border:1px solid rgba(17,19,15,.08); border-radius:19px; background:#fff; box-shadow:0 8px 25px rgba(17,19,15,.03); }
.od1-producer-beat-list__item>a { display:flex; width:100%; min-height:82px; padding:10px 88px 10px 10px; align-items:center; gap:12px; color:#11130f; text-decoration:none; }
.od1-producer-beat-list__item>form { position:absolute; top:50%; right:10px; margin:0; transform:translateY(-50%); }
.od1-producer-beat-list__item>form button { min-height:38px; padding:0 12px; border:1px solid #e2c6c0; border-radius:11px; background:#fff7f5; color:#a33b2b; font-size:.64rem; font-weight:900; cursor:pointer; }
.od1-producer-beat-list__item>form button:disabled { border-color:#dedfd9; background:#f0f1ed; color:#999d94; cursor:not-allowed; }
.od1-producer-beat-list__cover { display:grid; width:60px; height:60px; flex:0 0 60px; overflow:hidden; place-items:center; border-radius:13px; background:#e7eae2; color:#5e6459; font-size:1.35rem; }
.od1-producer-beat-list__cover img { width:100%; height:100%; object-fit:cover; }
.od1-producer-beat-list__copy { display:grid; min-width:0; flex:1; gap:5px; }
.od1-producer-beat-list__copy strong { overflow:hidden; font-size:.88rem; text-overflow:ellipsis; white-space:nowrap; }
.od1-producer-beat-list__copy small { color:#7b8076; font-size:.61rem; font-weight:800; }
.od1-producer-beat-list__item>a>b { color:#747970; font-size:1.45rem; }
.od1-producer-card>h2,.od1-producer-beat-cover-card>div:first-child h2 { margin:0; color:#11130f; font-size:1rem; }
.od1-producer-card>p,.od1-producer-beat-cover-card>div:first-child p { margin:-9px 0 0; color:#73776e; font-size:.75rem; line-height:1.45; }
.od1-producer-cover { display:grid; width:100%; aspect-ratio:1; overflow:hidden; place-items:center; border:1px dashed #ccd0c6; border-radius:18px; background:#f5f6f2; color:#898e83; font-size:.7rem; }
.od1-producer-cover img { width:100%; height:100%; object-fit:cover; }
.od1-producer-upload { display:grid; min-height:46px; padding:10px 14px; place-items:center; border-radius:13px; background:var(--producer-accent); color:#0a0b08; font-size:.77rem; font-weight:950; cursor:pointer; }
.od1-producer-upload input,.od1-producer-audio-upload input { position:absolute; width:1px; height:1px; overflow:hidden; opacity:0; }
.od1-producer-beat-cover-card>small { color:#777b73; font-size:.66rem; text-align:center; }
.od1-producer-two-fields,.od1-producer-three-fields { display:grid; gap:13px; }
.od1-producer-category-list { display:flex; margin:0; padding:13px; flex-wrap:wrap; gap:9px; border:1px solid #e0e3dc; border-radius:14px; }
.od1-producer-category-list legend { padding:0 5px; color:#4b5047; font-size:.67rem; font-weight:900; }
.od1-producer-category-list label { display:flex; align-items:center; gap:6px; color:#4b5047; font-size:.68rem; font-weight:750; }
.od1-producer-category-list input { width:17px; height:17px; accent-color:var(--producer-accent); }
.od1-producer-audio-upload { display:flex; min-height:70px; padding:12px; align-items:center; justify-content:space-between; gap:12px; border:1px solid #e0e3dc; border-radius:16px; background:#f7f8f5; }
.od1-producer-audio-upload>div { display:grid; min-width:0; gap:4px; }
.od1-producer-audio-upload strong { color:#22251f; font-size:.78rem; }
.od1-producer-audio-upload small { overflow:hidden; color:#777c72; font-size:.62rem; text-overflow:ellipsis; white-space:nowrap; }
.od1-producer-audio-upload label { flex:0 0 auto; padding:8px 11px; border:1px solid #d5d8d0; border-radius:11px; background:#fff; color:#33372f; font-size:.68rem; font-weight:900; cursor:pointer; }
.od1-producer-beat-form audio { width:100%; height:40px; }
.od1-producer-add-license { margin-left:auto; padding:8px 11px; border:0; border-radius:999px; background:var(--producer-accent); color:#11130f; font:inherit; font-size:.68rem; font-weight:900; }
.od1-producer-license-list { display:grid; gap:11px; }
.od1-producer-license-list>article { display:grid; padding:15px; gap:13px; border:1px solid rgba(17,19,15,.09); border-radius:18px; background:#f8f9f6; }
.od1-producer-license-list article>header { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.od1-producer-license-list article>header strong { color:#22251f; font-size:.78rem; }
.od1-producer-license-list article>header button { border:0; background:transparent; color:#9c3c3c; font:inherit; font-size:.66rem; font-weight:800; }
.od1-producer-beat-errors { display:grid; margin-bottom:13px; padding:13px 16px; gap:5px; border-radius:14px; background:#f7dddd; color:#7a2424; }
.od1-producer-beat-errors p { margin:0; font-size:.72rem; font-weight:750; }
.od1-producer-category-manager { margin-top:22px; }
.od1-producer-category-manager>div:first-child h2 { margin:0; color:#11130f; font-size:1rem; }
.od1-producer-category-manager>div:first-child p { margin:4px 0 0; color:#73776e; font-size:.72rem; }
.od1-producer-category-manager>form { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:8px; }
.od1-producer-category-manager>form input { width:100%; min-width:0; min-height:45px; padding:10px 12px; border:1px solid #d9dcd4; border-radius:12px; outline:0; background:#fafbf8; font:inherit; font-size:16px; }
.od1-producer-category-manager>form input:focus { border-color:var(--producer-accent); box-shadow:0 0 0 3px rgba(182,255,111,.25); }
.od1-producer-category-manager>form button { min-width:70px; border:0; border-radius:12px; background:var(--producer-accent); color:#11130f; font:inherit; font-size:.72rem; font-weight:900; }
.od1-producer-category-chips { display:flex; flex-wrap:wrap; gap:7px; }
.od1-producer-category-chips>span { display:flex; min-height:34px; padding:6px 7px 6px 11px; align-items:center; gap:8px; border:1px solid #d9dcd4; border-radius:999px; background:#fafbf8; color:#4e534a; font-size:.68rem; font-weight:800; }
.od1-producer-category-chips a { display:grid; width:21px; height:21px; place-items:center; border-radius:50%; background:#e3e6df; color:#8a3939; font-size:.85rem; text-decoration:none; }
.od1-producer-category-chips small { color:#7b8076; font-size:.68rem; }
.od1-producer-wordpress-link { display:block; margin:16px 0 8px; color:#575d52; font-size:.68rem; font-weight:850; text-align:center; text-decoration:none; }
.od1-producer-settings-group { margin-bottom:25px; }
.od1-producer-settings-group>h2 { margin:0 2px 11px; color:#555a51; font-size:.72rem; letter-spacing:.09em; text-transform:uppercase; }
.od1-producer-settings-list { display:grid; gap:9px; }
.od1-producer-settings-list>a { display:grid; min-height:78px; padding:11px; grid-template-columns:46px minmax(0,1fr) auto; align-items:center; gap:12px; border:1px solid rgba(17,19,15,.08); border-radius:18px; background:#fff; color:#11130f; text-decoration:none; box-shadow:0 8px 24px rgba(17,19,15,.025); }
.od1-producer-settings-list>a>b { display:grid; width:46px; height:46px; place-items:center; border-radius:14px; background:rgba(182,255,111,.38); font-size:1rem; font-style:normal; }
.od1-producer-settings-list>a>span { display:grid; min-width:0; gap:3px; }
.od1-producer-settings-list strong { font-size:.84rem; }
.od1-producer-settings-list small { color:#7d8178; font-size:.66rem; line-height:1.35; }
.od1-producer-settings-list i { color:#858980; font-size:.8rem; font-style:normal; }
.od1-producer-settings-list>a:hover { border-color:#a7c67d; }
.od1-producer-request-inbox>.od1-producer-card__heading>span { margin-left:auto; }
.od1-producer-request-list { display:grid; gap:10px; }
.od1-producer-request-list>article { display:grid; padding:14px; gap:11px; border:1px solid #e0e3dc; border-radius:17px; background:#f8f9f6; }
.od1-producer-request-list article>header { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.od1-producer-request-list article>header>div { display:grid; gap:4px; }
.od1-producer-request-list article>header strong { color:#22251f; font-size:.82rem; }
.od1-producer-request-list article>header span { color:#678240; font-size:.6rem; font-weight:900; text-transform:uppercase; }
.od1-producer-request-list time { color:#858a80; font-size:.6rem; }
.od1-producer-request-list article>p { margin:0; color:#555b51; font-size:.72rem; line-height:1.5; }
.od1-producer-request-contact { display:grid; gap:3px; padding:10px; border-radius:12px; background:#fff; }
.od1-producer-request-contact a,.od1-producer-request-contact span { color:#4f554b; font-size:.68rem; font-weight:750; }
.od1-producer-request-list footer form { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
.od1-producer-request-list footer select { grid-column:1/-1; width:100%; min-height:40px; padding:8px 10px; border:1px solid #d5d8d0; border-radius:11px; background:#fff; color:#33372f; font:inherit; font-size:.68rem; font-weight:800; }
.od1-producer-request-list footer button { min-height:38px; border:1px solid #d5d8d0; border-radius:11px; background:#fff; color:#33372f; font:inherit; font-size:.66rem; font-weight:900; }
.od1-producer-request-list footer button[value="accepted"] { border-color:#b6ff6f; background:#b6ff6f; color:#11130f; }
.od1-producer-request-approved { display:grid; gap:8px; padding:11px; border-radius:12px; background:#edf7df; color:#334326; }
.od1-producer-request-approved>strong,.od1-producer-request-approved label { font-size:.68rem; }
.od1-producer-request-approved label { display:grid; gap:6px; }
.od1-producer-request-approved input { width:100%; min-width:0; padding:8px 9px; border:1px solid #bfd999; border-radius:9px; background:#fff; font:inherit; font-size:.65rem; }
.od1-producer-request-approved a { color:#334326; font-size:.68rem; font-weight:900; }

@media(min-width:720px){
  .od1-producer-login { margin-top:6vh; padding:30px; border-radius:26px; }
  .od1-access-request { margin-top:4vh; padding:30px; border-radius:26px; }
  .od1-producer-dashboard { padding:0 0 30px 96px; }
  .od1-producer-nav { position:fixed; right:auto; bottom:0; left:0; width:96px; min-height:100dvh; padding:14px 8px; align-items:center; flex-direction:column; justify-content:flex-start; border-right:1px solid rgba(17,19,15,.09); border-bottom:0; }
  .od1-producer-brand { display:grid; justify-items:center; gap:5px; }
  .od1-producer-brand strong { font-size:.62rem; }
  .od1-producer-nav nav { position:static; width:100%; min-height:0; margin-top:28px; padding:0; grid-template-columns:1fr; gap:4px; border:0; background:transparent; backdrop-filter:none; }
  .od1-producer-nav nav a { min-height:60px; border-radius:13px; }
  .od1-producer-nav nav a.is-active { background:rgba(182,255,111,.22); }
  .od1-producer-user { margin-top:auto; }
  .od1-producer-main { padding:34px 24px 40px; }
  .od1-producer-heading { align-items:flex-end; flex-direction:row; }
  .od1-producer-heading>div { flex:1; padding:38px; }
  .od1-producer-heading>.od1-collab__primary,.od1-producer-heading>.od1-collab__secondary { width:auto; min-width:130px; }
  .od1-producer-stats { grid-template-columns:repeat(4,1fr); }
  .od1-producer-actions { grid-template-columns:repeat(2,1fr); }
  .od1-producer-invite-fields { grid-template-columns:minmax(0,1fr) 190px; }
  .od1-producer-two-fields { grid-template-columns:repeat(2,1fr); }
  .od1-producer-three-fields { grid-template-columns:repeat(3,1fr); }
  .od1-producer-beat-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .od1-producer-settings-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .od1-producer-beat-cover-card { grid-template-columns:220px minmax(0,1fr); align-items:start; }
  .od1-producer-beat-cover-card>.od1-producer-cover { width:220px; grid-column:1; grid-row:1 / span 3; }
  .od1-producer-beat-cover-card>div:first-child,.od1-producer-beat-cover-card>.od1-producer-upload,.od1-producer-beat-cover-card>small { grid-column:2; }
  .od1-producer-beat-picker { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .od1-producer-room-list>article { grid-template-columns:minmax(0,1fr) 180px; align-items:center; }
  .od1-producer-form__actions { bottom:15px; }
}

@media(min-width:1050px){.od1-producer-card{padding:26px}.od1-producer-main{padding-inline:34px}}
