@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');
:root{--orange:#ff7a18;--orange2:#ff9f45;--bg:#fff8f2;--panel:#ffffff;--text:#201812;--muted:#7a6b60;--line:#f0ded0;--soft:#fff0e3;--shadow:0 28px 80px rgba(54,30,10,.13);--radius:30px;--side:#19110b}*{box-sizing:border-box}body{margin:0;font-family:'Heebo',Arial,sans-serif;background:radial-gradient(circle at top right,#fff0e0,transparent 35%),linear-gradient(180deg,#fffaf6,#fff7ef);color:var(--text);min-height:100vh}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}.topbar{height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(255,250,246,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(240,222,208,.7)}.logo-wrap{display:flex;align-items:center}.main-logo{height:50px;width:auto;display:block}.top-actions{display:flex;align-items:center;gap:10px}.top-actions a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:700;font-size:14px;color:#3d3028}.app-shell{width:100%;min-height:calc(100vh - 76px);display:grid;place-items:center;padding:22px}.app-card{width:min(100%,1080px);min-height:min(760px,calc(100vh - 120px));background:rgba(255,255,255,.88);border:1px solid rgba(240,222,208,.95);border-radius:38px;box-shadow:var(--shadow);padding:28px;position:relative;overflow:hidden}.app-card:before{content:"";position:absolute;inset:auto -120px -140px auto;width:340px;height:340px;border-radius:50%;background:rgba(255,122,24,.11);pointer-events:none}.progress-line{height:7px;background:#f5e4d7;border-radius:999px;overflow:hidden}.progress-line span{display:block;height:100%;width:10%;background:linear-gradient(90deg,var(--orange),var(--orange2));border-radius:999px;transition:.25s}.step-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:13px;font-weight:700;margin:14px 2px 0}.wizard-form{position:relative;z-index:2}.step{display:none;min-height:520px;place-items:center;text-align:center;padding:30px 0}.step.active{display:grid}.step h1,.lyrics-review h1,.working-state h1,.song-hero h1,.dash-title h1{font-size:clamp(38px,6vw,70px);line-height:1.02;margin:0 0 12px;letter-spacing:-.035em}.step p,.lyrics-review p,.working-state p,.song-hero p,.dash-title p{font-size:16px;color:var(--muted);margin:0 0 24px}.step input,.step select,.step textarea,.lyrics-editor,.share-row input,.auth-form input{width:min(100%,620px);border:1px solid var(--line);background:#fff;border-radius:22px;padding:15px 18px;outline:none;font-size:16px;box-shadow:0 12px 34px rgba(49,25,9,.04)}.step textarea,.lyrics-editor{resize:vertical;line-height:1.75}.step input:focus,.step select:focus,.step textarea:focus,.lyrics-editor:focus,.auth-form input:focus{border-color:#ffb271;box-shadow:0 0 0 4px rgba(255,122,24,.12)}.wizard-nav{display:flex;justify-content:space-between;gap:12px;position:absolute;bottom:28px;left:28px;right:28px}.primary-btn,.ghost-btn{border-radius:999px;padding:13px 20px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;transition:.18s}.primary-btn{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 16px 34px rgba(255,122,24,.25)}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 20px 44px rgba(255,122,24,.3)}.ghost-btn{background:#fff;border:1px solid var(--line);color:#372f29}.primary-btn.small,.ghost-btn.small{min-height:38px;padding:9px 14px;font-size:13px}.wide{width:100%}.hidden{display:none!important}.lyrics-review{max-width:820px;margin:24px auto 0;position:relative;z-index:2}.status-chip,.mini-badge{display:inline-flex;padding:8px 13px;border-radius:999px;background:var(--soft);color:#ae4b00;font-weight:800;font-size:13px;margin-bottom:14px}.lyrics-editor{min-height:430px;width:100%;text-align:right;direction:rtl;white-space:pre-wrap;font-size:15px;background:#fffdfb}.review-actions{display:flex;gap:12px;margin-top:16px}.working-state{text-align:center;display:grid;place-items:center;min-height:450px}.working-state.inline{min-height:260px;width:100%;grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px}.pulse{width:86px;height:86px;border-radius:50%;background:radial-gradient(circle,#ff9f45,#ff7a18);box-shadow:0 0 0 0 rgba(255,122,24,.4);animation:pulse 1.5s infinite;margin-bottom:20px}.tiny-loader{display:flex;gap:7px;justify-content:center}.tiny-loader span{width:8px;height:8px;border-radius:50%;background:var(--orange);animation:bounce 1s infinite alternate}.tiny-loader span:nth-child(2){animation-delay:.18s}.tiny-loader span:nth-child(3){animation-delay:.36s}@keyframes pulse{70%{box-shadow:0 0 0 24px rgba(255,122,24,0)}}@keyframes bounce{to{transform:translateY(-8px);opacity:.45}}.toast{position:fixed;bottom:24px;left:24px;z-index:999;background:#201812;color:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 18px 60px rgba(0,0,0,.22);max-width:min(420px,calc(100vw - 48px));font-weight:700}.toast.success{background:#0f7a4d}.toast.error{background:#9a3412}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(100%,450px);background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:30px;text-align:center}.auth-logo{height:64px;width:auto;margin-bottom:16px}.auth-form{display:grid;gap:12px}.error-box,.success-box{border-radius:18px;padding:14px;margin:12px 0}.error-box{background:#fff1ed;color:#9a3412}.success-box{background:#ecfdf5;color:#047857}.muted{color:var(--muted);font-size:14px}.text-link{color:#d65f00;font-weight:800}.dash-layout{min-height:100vh;display:grid;grid-template-columns:270px 1fr;background:#fff7ef}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#201812,#120c08);color:#fff;padding:22px;display:flex;flex-direction:column;gap:24px}.side-logo{background:#fff;border-radius:24px;padding:16px;display:flex;justify-content:center;box-shadow:0 20px 50px rgba(0,0,0,.22)}.side-logo img{height:54px;width:auto}.sidebar nav{display:grid;gap:9px}.sidebar nav a{padding:13px 14px;border-radius:16px;color:rgba(255,255,255,.78);font-weight:800}.sidebar nav a:hover,.sidebar nav a.active{background:rgba(255,122,24,.18);color:#fff}.dash-main{padding:30px;width:min(100%,1220px)}.dash-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.dash-title span{color:#d65f00;font-weight:900}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:18px}.stats-grid>div,.song-card,.version-card,.table-card,.lyrics-box,.song-hero,.empty-state{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 16px 44px rgba(40,22,10,.07)}.stats-grid>div strong{display:block;font-size:32px;line-height:1}.stats-grid>div span{color:var(--muted);font-weight:700}.cards-grid,.versions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.song-card-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.song-badge{padding:6px 10px;border-radius:999px;background:var(--soft);color:#ae4b00;font-weight:800}.song-card h2,.version-card h2,.table-head h2{font-size:22px;margin:16px 0 6px}.song-card p{color:var(--muted);margin:0 0 18px}.song-actions,.row-actions{display:flex;gap:8px;flex-wrap:wrap}.table-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.table-head p{margin:0;color:var(--muted)}.responsive-table{overflow:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:right;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}td small{display:block;color:var(--muted);margin-top:4px}.song-profile-shell{width:min(980px,calc(100% - 28px));margin:24px auto 70px}.song-hero{text-align:center;margin-bottom:16px}.share-row{display:flex;gap:8px;margin:18px auto;max-width:640px}.share-row input{font-size:13px;direction:ltr;text-align:left}.version-card audio{width:100%;margin:12px 0}.lyrics-box{margin-top:16px}.lyrics-box pre{white-space:pre-wrap;line-height:1.85;font-family:'Heebo',Arial,sans-serif;color:#332b25;font-size:15px}@media(max-width:900px){.dash-layout{display:block}.sidebar{position:relative;height:auto;flex-direction:row;align-items:center;overflow:auto;padding:12px}.side-logo{padding:10px;border-radius:18px}.side-logo img{height:38px}.sidebar nav{display:flex;gap:8px;white-space:nowrap}.sidebar nav a{padding:10px 12px}.dash-main{padding:18px}.dash-title{flex-direction:column}.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.topbar{height:68px;padding:0 14px}.main-logo{height:42px}.top-actions a{padding:8px 10px;font-size:13px}.app-shell{padding:8px}.app-card{border-radius:26px;padding:18px;min-height:calc(100vh - 92px)}.step{min-height:470px}.step h1,.lyrics-review h1,.working-state h1,.song-hero h1,.dash-title h1{font-size:34px}.wizard-nav,.review-actions,.share-row{flex-direction:column}.primary-btn,.ghost-btn{width:100%}.stats-grid{grid-template-columns:1fr}.toast{left:12px;bottom:12px;max-width:calc(100vw - 24px)}}

.alert-box{width:100%;border-radius:18px;padding:12px 16px;margin:0 0 14px;font-size:14px;font-weight:700;line-height:1.5;border:1px solid rgba(255,111,0,.18);background:#fff7ed;color:#8a3b00}.alert-box.success{background:#ecfdf5;color:#065f46;border-color:rgba(16,185,129,.22)}.alert-box.error{background:#fff1f2;color:#9f1239;border-color:rgba(244,63,94,.22)}


/* Liry v18 fixes: bottom fields/buttons must remain clickable on every screen */
.wizard-form{position:relative;z-index:5;padding-bottom:0;isolation:isolate;}
.step{position:relative;z-index:5;padding:30px 0 12px;min-height:440px;}
.step.active{display:grid;}
.step input,.step select,.step textarea,.lyrics-editor,.auth-form input{position:relative;z-index:6;pointer-events:auto;}
.wizard-nav{position:relative;bottom:auto;left:auto;right:auto;margin-top:18px;z-index:8;pointer-events:auto;}
.primary-btn,.ghost-btn{position:relative;z-index:9;pointer-events:auto;}
.app-card{overflow:visible;}
.alert-box a{display:inline-flex;margin-inline-start:8px;color:#b64e00;text-decoration:underline;font-weight:900;}
#formAlert{position:relative;z-index:10;margin:14px auto 0;max-width:680px;text-align:center;}

@media(max-width:700px){
  .app-shell{align-items:start;place-items:start center;min-height:calc(100vh - 68px);padding:8px 8px 24px;}
  .app-card{min-height:auto;padding-bottom:20px;}
  .step{min-height:auto;padding:26px 0 8px;gap:10px;}
  .step input,.step select,.step textarea{width:100%;font-size:16px;}
  .wizard-nav{margin-top:14px;position:relative;}
  .toast{z-index:9999;}
}


/* Liry v19 Accessibility Menu */
html{font-size:calc(16px * var(--liry-access-font-scale, 1));}
.access-widget{position:fixed;right:18px;bottom:18px;z-index:10000;direction:rtl;font-family:'Heebo',Arial,sans-serif;}
.access-toggle{min-width:108px;min-height:46px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;font-weight:900;box-shadow:0 18px 44px rgba(255,122,24,.34);border:2px solid rgba(255,255,255,.8);display:inline-flex;align-items:center;justify-content:center;gap:8px;letter-spacing:-.01em;}
.access-toggle:before{content:'♿';font-size:17px;line-height:1;}
.access-toggle:focus-visible,.access-close:focus-visible,.access-option:focus-visible{outline:4px solid rgba(255,122,24,.35);outline-offset:3px;}
.access-panel{position:absolute;right:0;bottom:58px;width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 26px 80px rgba(38,20,7,.24);padding:16px;color:var(--text);}
.access-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 2px 12px;border-bottom:1px solid var(--line);}
.access-head strong{display:block;font-size:20px;line-height:1.1;letter-spacing:-.02em;}
.access-head span{display:block;color:var(--muted);font-size:13px;margin-top:4px;font-weight:600;}
.access-close{width:38px;height:38px;border-radius:50%;background:var(--soft);color:#9a3f00;font-size:26px;line-height:1;font-weight:700;display:grid;place-items:center;}
.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;}
.access-option{min-height:46px;border-radius:16px;background:#fff7ef;border:1px solid #f0d8c5;color:#3a2a1d;font-weight:900;font-size:14px;padding:10px;line-height:1.25;}
.access-option:hover{background:#fff0df;border-color:#ffb174;}
.access-option[aria-pressed="true"]{background:linear-gradient(135deg,#ff7a18,#ff9f45);color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(255,122,24,.22);}
.access-note{font-size:12px;color:var(--muted);margin:12px 2px 2px;line-height:1.55;}
body.access-contrast{background:#000!important;color:#fff!important;}
body.access-contrast .app-card,body.access-contrast .auth-card,body.access-contrast .song-card,body.access-contrast .version-card,body.access-contrast .table-card,body.access-contrast .lyrics-box,body.access-contrast .song-hero,body.access-contrast .empty-state,body.access-contrast .access-panel,body.access-contrast .topbar{background:#000!important;color:#fff!important;border-color:#fff!important;box-shadow:none!important;}
body.access-contrast input,body.access-contrast textarea,body.access-contrast select{background:#000!important;color:#fff!important;border-color:#fff!important;}
body.access-contrast a,body.access-contrast .text-link{color:#ffd166!important;}
body.access-contrast .primary-btn,body.access-contrast .access-toggle{background:#ffd166!important;color:#000!important;box-shadow:none!important;}
body.access-grayscale{filter:grayscale(1);}
body.access-underline a{text-decoration:underline!important;text-underline-offset:3px;}
body.access-readable,body.access-readable *{letter-spacing:.01em!important;line-height:1.75!important;}
body.access-pause *,body.access-pause *:before,body.access-pause *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
@media(max-width:700px){.access-widget{right:12px;bottom:12px}.access-toggle{min-width:96px;min-height:42px;font-size:14px}.access-panel{bottom:52px;border-radius:22px}.access-grid{grid-template-columns:1fr}.access-option{min-height:43px}}

/* Liry v20 analytics dashboard */
.range-tabs{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-start}
.range-tabs a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#fff4ea;color:#7a3209;text-decoration:none;font-weight:800;border:1px solid rgba(255,111,0,.18)}
.range-tabs a.active{background:linear-gradient(135deg,#ff7a00,#ff9b2f);color:#fff;box-shadow:0 10px 24px rgba(255,122,0,.24)}
.analytics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.analytics-grid small{display:block;color:#8a6b58;font-size:12px;margin-top:4px;font-weight:600}
.funnel-bars{display:grid;gap:14px;padding:4px 0 2px}
.funnel-row{display:grid;grid-template-columns:150px 1fr 70px;align-items:center;gap:12px}
.funnel-row span{font-weight:800;color:#4d2a18}
.funnel-row b{font-size:18px;color:#ff6f00;text-align:left}
.funnel-track{height:16px;border-radius:999px;background:#fff1e3;overflow:hidden;border:1px solid rgba(255,111,0,.12)}
.funnel-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff6f00,#ffb15c);box-shadow:0 6px 18px rgba(255,111,0,.22)}
@media(max-width:900px){.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-row{grid-template-columns:110px 1fr 50px}.range-tabs{margin-top:12px}}
@media(max-width:520px){.analytics-grid{grid-template-columns:1fr}.funnel-row{grid-template-columns:1fr}.funnel-row b{text-align:right}.funnel-track{height:14px}}

/* Liry v21 realtime online + support chat */
.support-widget{position:fixed;left:20px;bottom:20px;z-index:99999;font-family:Heebo,Arial,sans-serif;direction:rtl}
.support-fab{border:0;cursor:pointer;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#ff7a00,#ff9d2e);color:#fff;border-radius:999px;padding:12px 16px;box-shadow:0 18px 45px rgba(255,122,0,.35);font-weight:900;font-size:15px;transition:.2s transform,.2s opacity}
.support-fab:hover{transform:translateY(-2px)}.support-fab.hidden{opacity:0;pointer-events:none;transform:translateY(8px)}.support-fab span{width:28px;height:28px;border-radius:50%;background:#fff;color:#ff7a00;display:grid;place-items:center;font-weight:900}
.support-panel{position:absolute;left:0;bottom:62px;width:min(360px,calc(100vw - 34px));height:520px;max-height:calc(100vh - 110px);background:#fff;border:1px solid rgba(255,122,0,.20);border-radius:28px;box-shadow:0 24px 70px rgba(25,18,10,.22);overflow:hidden;display:none;grid-template-rows:auto 1fr auto}
.support-panel.open{display:grid}.support-panel header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:linear-gradient(135deg,#ff7a00,#ff9d2e);color:#fff}.support-panel header strong{display:block;font-size:18px}.support-panel header span{font-size:13px;opacity:.92}.support-panel header button{background:rgba(255,255,255,.18);border:0;color:#fff;width:34px;height:34px;border-radius:50%;font-size:24px;cursor:pointer}
.support-messages{padding:16px;background:linear-gradient(180deg,#fffaf4,#fff);overflow-y:auto}.support-welcome{background:#fff;border:1px solid #ffe0c2;border-radius:18px;padding:14px;color:#6b3a13;font-weight:700;text-align:center}.support-msg{max-width:82%;margin:9px 0;padding:10px 13px;border-radius:18px;box-shadow:0 8px 20px rgba(70,36,8,.06)}.support-msg p{margin:0;white-space:pre-wrap;line-height:1.45}.support-msg small{display:block;margin-top:4px;opacity:.58;font-size:11px}.support-msg.customer{margin-left:auto;background:#ff7a00;color:#fff;border-bottom-left-radius:6px}.support-msg.admin{margin-right:auto;background:#fff;border:1px solid #ffe0c2;color:#3d2413;border-bottom-right-radius:6px}
.support-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fff;border-top:1px solid #f3e5d8}.support-form textarea{resize:none;border:1px solid #ffd7b0;border-radius:16px;padding:12px;font:inherit;min-height:48px;outline:none}.support-form textarea:focus{border-color:#ff7a00;box-shadow:0 0 0 4px rgba(255,122,0,.12)}.support-form button{border:0;background:#ff7a00;color:#fff;border-radius:16px;padding:0 16px;font-weight:900;cursor:pointer}
.realtime-card{border:1px solid rgba(255,122,0,.16)}.realtime-online{display:flex;align-items:baseline;gap:10px;margin:8px 0 18px}.realtime-online strong{font-size:44px;line-height:1;color:#ff7a00}.realtime-online span{font-weight:800;color:#5b3923}
.support-admin-shell{display:grid;grid-template-columns:320px 1fr;gap:18px;min-height:68vh}.support-thread-list{background:#fff;border:1px solid #f0e4da;border-radius:24px;padding:10px;overflow:auto;max-height:72vh}.support-thread-item{width:100%;border:0;background:#fff;text-align:right;border-radius:18px;padding:13px 12px;margin-bottom:8px;cursor:pointer;color:#3d2413;border:1px solid transparent;display:block}.support-thread-item:hover,.support-thread-item.active{background:#fff7ef;border-color:#ffbf82}.support-thread-item strong{display:block;font-size:15px}.support-thread-item span{display:block;font-size:13px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.support-thread-item small{display:block;font-size:11px;color:#ff7a00;margin-top:4px;font-weight:800}.support-chat-board{background:#fff;border:1px solid #f0e4da;border-radius:24px;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;min-height:68vh}.support-chat-head{padding:16px 18px;border-bottom:1px solid #f0e4da;display:flex;align-items:center;justify-content:space-between;gap:10px}.support-chat-head strong{font-size:18px}.support-chat-head span{color:#8b6d5a;font-size:13px}.support-admin-messages{padding:18px;background:#fffaf4;overflow-y:auto;max-height:58vh}.support-admin-form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid #f0e4da;background:#fff}.support-admin-form textarea{resize:vertical;border:1px solid #ffd7b0;border-radius:18px;padding:13px;font:inherit;outline:none}.pad-box{padding:18px}.empty-state{display:grid;place-items:center;min-height:220px;color:#9a7a62;font-weight:800;text-align:center}
@media (max-width:760px){.support-widget{left:12px;bottom:14px}.support-panel{width:calc(100vw - 24px);height:72vh}.support-admin-shell{grid-template-columns:1fr}.support-thread-list{max-height:280px}.support-chat-board{min-height:58vh}.realtime-online strong{font-size:36px}}

/* Liry legal pages and footer v22 */
.legal-shell{width:100%;min-height:calc(100vh - 76px);padding:34px 18px 20px;display:flex;justify-content:center;align-items:flex-start}.legal-card{width:min(100%,980px);background:rgba(255,255,255,.92);border:1px solid rgba(240,222,208,.95);border-radius:34px;box-shadow:0 24px 70px rgba(54,30,10,.1);padding:clamp(22px,4vw,48px);line-height:1.85}.legal-card h1{font-size:clamp(34px,5vw,62px);line-height:1.05;margin:14px 0 14px;letter-spacing:-.035em}.legal-card h2{font-size:clamp(20px,2.2vw,28px);margin:34px 0 8px;color:#2c1d13}.legal-card p{font-size:16px;color:#5b4c40;margin:0 0 12px}.legal-card a{color:#e96700;font-weight:800;text-decoration:underline;text-underline-offset:4px}.legal-lead{font-size:18px!important;color:#38261a!important;max-width:820px}.liry-footer{margin-top:38px;border-top:1px solid rgba(240,222,208,.92);background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,247,239,.96));padding:28px 18px calc(28px + env(safe-area-inset-bottom));color:#3d3028}.liry-footer-inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1.2fr 1.5fr 1.2fr;gap:22px;align-items:center}.liry-footer-brand{display:flex;align-items:center;gap:14px}.liry-footer-brand img{height:46px;width:auto;display:block}.liry-footer-brand p{margin:0;color:#7a6b60;font-size:14px;line-height:1.5}.liry-footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.liry-footer-links a{padding:9px 13px;border:1px solid #f0ded0;border-radius:999px;background:#fff;font-size:13px;font-weight:800;color:#3d3028;transition:.18s}.liry-footer-links a:hover{border-color:#ffb271;color:#e96700;transform:translateY(-1px)}.liry-footer-copy{text-align:left;display:grid;gap:4px}.liry-footer-copy span{font-weight:900;font-size:14px}.liry-footer-copy small{color:#8a7768;font-size:12px;line-height:1.5}@media(max-width:820px){.liry-footer-inner{grid-template-columns:1fr;text-align:center}.liry-footer-brand{justify-content:center;flex-direction:column}.liry-footer-copy{text-align:center}.legal-shell{padding:18px 12px}.legal-card{border-radius:26px}}

/* Liry v39 paid lyrics review flow */
.paid-flow-card{
  max-width: 920px;
  margin: 22px auto;
  border: 1px solid rgba(255,122,0,.18);
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 70px rgba(36,22,8,.08);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 40px);
}
.paid-flow-card h2{margin:10px 0 8px;font-size:clamp(1.4rem,3vw,2.2rem);letter-spacing:-.03em;color:#1e1712}
.paid-flow-card p{max-width:720px;color:#62564c;line-height:1.7}
#paidLyricsEditor.lyrics-editor{min-height:460px;line-height:1.8;font-size:1.02rem;background:#fff;border:1px solid rgba(40,31,24,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.revision-note-wrap{margin:16px 0 0;display:grid;gap:8px}
.revision-note-wrap label{font-weight:800;color:#2d2119}.revision-note-wrap small{font-weight:500;color:#8a7b70}
.revision-note-wrap input{width:100%;border-radius:18px;border:1px solid rgba(40,31,24,.12);padding:14px 16px;font:inherit;background:#fff}
.review-actions{align-items:center;gap:12px;flex-wrap:wrap}.review-actions .primary-btn,.review-actions .ghost-btn{min-height:48px}
#lyricsRevisionLeft{font-size:.86em;opacity:.72;margin-inline-start:6px}
@media(max-width:720px){.paid-flow-card{margin:14px 10px;border-radius:22px;padding:18px}#paidLyricsEditor.lyrics-editor{min-height:380px;font-size:.96rem}.review-actions{display:grid}.review-actions .primary-btn,.review-actions .ghost-btn{width:100%}}


/* Liry v58 lyrics versions */
.lyrics-version-panel{margin:16px 0 14px;padding:16px;border:1px solid rgba(255,122,0,.16);background:#fffaf5;border-radius:22px}
.lyrics-version-panel h3{margin:0 0 10px;font-size:18px;color:#2d2119}
.lyrics-version-list{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.lyrics-version-btn{border:1px solid rgba(255,122,0,.20);background:#fff;color:#3d3028;border-radius:16px;padding:10px 13px;display:grid;gap:2px;text-align:right;min-width:130px;box-shadow:0 8px 22px rgba(40,22,10,.05)}
.lyrics-version-btn strong{font-size:14px}.lyrics-version-btn span{font-size:12px;color:#8a6b58;font-weight:700}
.lyrics-version-btn.active{background:linear-gradient(135deg,#ff7a18,#ff9f45);color:#fff;border-color:transparent;box-shadow:0 14px 30px rgba(255,122,24,.22)}
.lyrics-version-btn.active span{color:rgba(255,255,255,.86)}
@media(max-width:720px){.lyrics-version-list{display:grid}.lyrics-version-btn{width:100%}}

/* Liry v59 admin unhappy-customer repair modal */
body.admin-rework-open{overflow:hidden;}
.admin-rework-modal.hidden{display:none;}
.admin-rework-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:22px;direction:rtl;font-family:inherit;}
.admin-rework-backdrop{position:absolute;inset:0;background:rgba(10,12,18,.72);backdrop-filter:blur(8px);}
.admin-rework-dialog{position:relative;width:min(980px,100%);max-height:92vh;overflow:auto;background:#fff;color:#111827;border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.32);padding:28px;border:1px solid rgba(0,0,0,.08);}
.admin-rework-x{position:absolute;top:18px;left:18px;width:38px;height:38px;border:0;border-radius:999px;background:#f3f4f6;color:#111827;font-size:24px;line-height:1;cursor:pointer;}
.admin-rework-head{padding-inline-start:8px;padding-inline-end:52px;margin-bottom:18px;}
.admin-rework-head span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#ecfeff;color:#0e7490;font-size:13px;font-weight:800;margin-bottom:10px;}
.admin-rework-head h2{margin:0 0 8px;font-size:clamp(24px,3vw,34px);font-weight:900;}
.admin-rework-head p{margin:0;color:#4b5563;line-height:1.65;max-width:760px;}
.admin-rework-grid{display:grid;grid-template-columns:1fr;gap:14px;}
.admin-rework-field{display:flex;flex-direction:column;gap:8px;}
.admin-rework-field span{font-weight:800;color:#111827;}
.admin-rework-field textarea,.admin-rework-field select,.admin-rework-field input{width:100%;border:1px solid #d1d5db;border-radius:18px;background:#fff;color:#111827;padding:13px 15px;font:inherit;outline:none;box-sizing:border-box;}
.admin-rework-field textarea:focus,.admin-rework-field select:focus,.admin-rework-field input:focus{border-color:#06b6d4;box-shadow:0 0 0 4px rgba(6,182,212,.13);}
#adminReworkLyrics{min-height:360px;line-height:1.75;white-space:pre-wrap;}
.admin-rework-genre-box{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.admin-rework-genre-box small{display:block;margin-top:4px;color:#6b7280;font-weight:700;line-height:1.45}.admin-rework-custom-genre.hidden{display:none!important}

#adminReworkNote{line-height:1.65;}
.admin-rework-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;margin-top:18px;padding-top:16px;border-top:1px solid #e5e7eb;}
.admin-rework-actions .primary-btn,.admin-rework-actions .ghost-btn{min-height:42px;}
.admin-rework-note{display:block;min-height:22px;margin-top:10px;color:#4b5563;font-weight:700;}
.admin-rework-modal.is-busy .admin-rework-dialog{cursor:progress;}
.admin-rework-modal.is-busy button:not(.admin-rework-close),.admin-rework-modal.is-busy textarea,.admin-rework-modal.is-busy select{opacity:.65;}
@media (max-width:720px){.admin-rework-modal{align-items:flex-end;padding:0;}.admin-rework-dialog{max-height:94vh;border-radius:26px 26px 0 0;padding:22px 16px;}#adminReworkLyrics{min-height:300px;}.admin-rework-genre-box{grid-template-columns:1fr}.admin-rework-actions{justify-content:stretch;}.admin-rework-actions button{width:100%;}}

/* Liry v64 client type icons selected border only */
.client-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.client-type-card{display:flex;flex-direction:column;gap:10px;padding:18px;border:2px solid transparent!important;border-radius:22px;background:#fff;cursor:pointer;transition:.18s ease;min-height:170px;box-shadow:0 14px 34px rgba(17,24,39,.06)}
.client-type-card input{position:absolute;opacity:0;pointer-events:none}
.client-type-icon{width:54px;height:54px;border-radius:16px;border:2px solid #ff8b1f;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#111;box-shadow:0 10px 24px rgba(17,24,39,.08)}
.client-type-icon svg{width:28px;height:28px;display:block}
.client-type-card strong{font-size:1.08rem;color:#18181b}
.client-type-card span{font-size:.94rem;line-height:1.6;color:#4b5563}
.client-type-card:not(.active):hover{border-color:transparent!important;background:#fff;box-shadow:0 18px 50px rgba(17,24,39,.08);transform:translateY(-1px)}
.client-type-card.active,.client-type-card:has(input:checked){border-color:#ff7a18!important;background:#fff;box-shadow:0 18px 50px rgba(255,122,24,.18);transform:translateY(-1px)}
.client-type-card.active .client-type-icon,.client-type-card:hover .client-type-icon,.client-type-card:has(input:checked) .client-type-icon{background:#fff;color:#111;border-color:#ff7a18}
.client-scope.hidden,.client-scope.is-hidden{display:none!important}
.mini-label{display:block;margin:12px 0 7px;color:rgba(255,255,255,.72);font-size:.92rem;font-weight:700}
body[data-client-type="business"] .progress-line span{background:linear-gradient(90deg,#00f2eb,#ffffff)}
body[data-client-type="graduation"] .progress-line span{background:linear-gradient(90deg,#00f2eb,#f7d774)}
@media (max-width:780px){.client-type-grid{grid-template-columns:1fr}.client-type-card{min-height:auto}}

/* Liry v61 audio versions selection */
.versions-help-card{
  grid-column:1/-1;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  padding:18px 20px;
  box-shadow:0 16px 40px rgba(15,23,42,.08);
}
.versions-help-card strong{display:block;font-size:1.05rem;margin-bottom:6px;color:#111827}
.versions-help-card p{margin:0;color:#64748b;line-height:1.7}
.version-card.guest-visible-version{
  border:2px solid rgba(0,194,174,.65);
  box-shadow:0 18px 48px rgba(0,194,174,.16);
}
.version-card .select-guest-version{margin-top:10px;width:100%;justify-content:center}
.version-card .select-guest-version:disabled{opacity:1;cursor:default;background:rgba(0,194,174,.12);border-color:rgba(0,194,174,.35);color:#04786d}


/* Liry v64 override: no visible border unless selected */
html body.liry-create-page .client-type-grid .client-type-card{border:2px solid transparent!important;}
html body.liry-create-page .client-type-grid .client-type-card:not(.active):hover{border-color:transparent!important;}
html body.liry-create-page .client-type-grid .client-type-card.active,
html body.liry-create-page .client-type-grid .client-type-card:has(input:checked){border-color:#ff7a18!important;}

/* Liry v65 SEO content blocks */
.seo-content-section{width:min(1180px,calc(100% - 28px));margin:36px auto 10px;padding:clamp(22px,4vw,40px);border-radius:34px;background:linear-gradient(135deg,#fff,#fff6ec);border:1px solid rgba(255,122,24,.16);box-shadow:0 24px 70px rgba(36,22,8,.08)}
.seo-content-head{max-width:860px;margin-bottom:20px}.seo-content-head span{display:inline-flex;padding:8px 13px;border-radius:999px;background:#fff1e4;color:#dd5d00;font-weight:900;font-size:13px}.seo-content-head h2{margin:12px 0 10px;color:#1f1a16;font-size:clamp(26px,4vw,46px);line-height:1.08;letter-spacing:-.035em}.seo-content-head p{margin:0;color:#5f5248;line-height:1.8;font-size:17px}.seo-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.seo-content-grid article{background:#fff;border:1px solid rgba(255,122,24,.13);border-radius:24px;padding:20px;box-shadow:0 14px 34px rgba(36,22,8,.05)}.seo-content-grid h3{margin:0 0 8px;color:#201812;font-size:22px}.seo-content-grid p{margin:0;color:#62564c;line-height:1.75}.seo-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.seo-faq-grid details{background:#fff;border:1px solid rgba(36,22,8,.08);border-radius:20px;padding:15px}.seo-faq-grid summary{cursor:pointer;font-weight:900;color:#241912}.seo-faq-grid p{margin:10px 0 0;color:#62564c;line-height:1.7}@media(max-width:820px){.seo-content-section{width:calc(100% - 20px);border-radius:26px}.seo-content-grid,.seo-faq-grid{grid-template-columns:1fr}.seo-content-head p{font-size:15px}}


/* Liry v73 clean selected border and perfect heart icon */
html body.liry-create-page .client-type-grid .client-type-card{
  border:2px solid transparent!important;
  outline:0!important;
}
html body.liry-create-page .client-type-grid .client-type-card:not(.active):hover{
  border-color:transparent!important;
}
html body.liry-create-page .client-type-grid .client-type-card.active,
html body.liry-create-page .client-type-grid .client-type-card:has(input:checked){
  border-color:#ff7a18!important;
}
.client-type-icon{
  flex:0 0 54px;
  position:relative;
  overflow:hidden;
}
.client-type-icon svg{
  display:block;
  width:30px;
  height:30px;
  margin:0 auto;
  transform:none!important;
}
.client-type-icon-heart svg{
  width:31px;
  height:31px;
  transform:translateY(1px)!important;
}
.client-type-icon-heart svg path{
  transform-origin:center;
}


/* Liry v74 first-step cards: white background, border only when selected */
html body.liry-create-page .client-type-grid .client-type-card{
  background:#fff!important;
  border:2px solid transparent!important;
}
html body.liry-create-page .client-type-grid .client-type-card:not(.active):hover{
  background:#fff!important;
  border-color:transparent!important;
}
html body.liry-create-page .client-type-grid .client-type-card.active,
html body.liry-create-page .client-type-grid .client-type-card:has(input:checked){
  background:#fff!important;
  border-color:#ff7a18!important;
}
html body.liry-create-page .client-type-grid .client-type-card .client-type-icon{
  background:#fff!important;
  color:#111!important;
}
html body.liry-create-page .client-type-grid .client-type-card strong{color:#18181b!important;}
html body.liry-create-page .client-type-grid .client-type-card span:not(.client-type-icon){color:#4b5563!important;}


/* Liry v80 admin mobile dashboard + rhyme upgrade UI safety */
@media (max-width: 900px){
  body.admin-dashboard-page{background:#fff7ef;overflow-x:hidden;}
  body.admin-dashboard-page .dash-layout{display:block;min-height:100vh;background:#fff7ef;}
  body.admin-dashboard-page .sidebar{position:sticky;top:0;z-index:50;height:auto;min-height:0;display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 10px;background:rgba(32,24,18,.96);backdrop-filter:blur(10px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-bottom:1px solid rgba(255,255,255,.08);}
  body.admin-dashboard-page .side-logo{flex:0 0 auto;padding:8px 10px;border-radius:16px;min-width:78px;box-shadow:none;}
  body.admin-dashboard-page .side-logo img{height:34px;}
  body.admin-dashboard-page .sidebar nav{display:flex;flex:1 0 auto;gap:7px;white-space:nowrap;align-items:center;}
  body.admin-dashboard-page .sidebar nav a{flex:0 0 auto;padding:10px 12px;border-radius:999px;font-size:13px;line-height:1;background:rgba(255,255,255,.06);}
  body.admin-dashboard-page .sidebar nav a.active{background:#ff7a18;color:#fff;}
  body.admin-dashboard-page .dash-main{width:100%;max-width:none;padding:16px 12px 90px;box-sizing:border-box;}
  body.admin-dashboard-page .dash-title{display:grid;grid-template-columns:1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 34px rgba(40,22,10,.08);}
  body.admin-dashboard-page .dash-title h1{font-size:clamp(28px,8vw,38px);line-height:1.05;margin:6px 0;}
  body.admin-dashboard-page .dash-title p{margin:0;color:var(--muted);}
  body.admin-dashboard-page .dash-title .primary-btn{width:100%;justify-content:center;}
  body.admin-dashboard-page .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  body.admin-dashboard-page .stats-grid>div{border-radius:20px;padding:16px;min-height:84px;}
  body.admin-dashboard-page .stats-grid>div strong{font-size:clamp(22px,7vw,30px);word-break:break-word;}
  body.admin-dashboard-page .stats-grid>div span{font-size:13px;}
  body.admin-dashboard-page .table-card{border-radius:24px;padding:14px;overflow:hidden;}
  body.admin-dashboard-page .table-head{display:grid;grid-template-columns:1fr;gap:5px;}
  body.admin-dashboard-page .table-head h2{font-size:22px;margin:0;}
  body.admin-dashboard-page .responsive-table{overflow:visible;}
  body.admin-dashboard-page table{min-width:0;width:100%;display:block;border-collapse:separate;}
  body.admin-dashboard-page thead{display:none;}
  body.admin-dashboard-page tbody{display:grid;gap:12px;}
  body.admin-dashboard-page tr{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;padding:10px;box-shadow:0 12px 28px rgba(40,22,10,.06);}
  body.admin-dashboard-page td{display:block;border:0;border-bottom:1px solid rgba(240,222,208,.75);padding:12px 8px;text-align:right;}
  body.admin-dashboard-page td:last-child{border-bottom:0;}
  body.admin-dashboard-page td::before{display:block;margin-bottom:5px;color:#d65f00;font-size:12px;font-weight:900;letter-spacing:.01em;}
  body.admin-dashboard-page td:nth-child(1)::before{content:'שיר';}
  body.admin-dashboard-page td:nth-child(2)::before{content:'לקוח';}
  body.admin-dashboard-page td:nth-child(3)::before{content:'תשלום';}
  body.admin-dashboard-page td:nth-child(4)::before{content:'הפקה';}
  body.admin-dashboard-page td:nth-child(5)::before{content:'פעולות';}
  body.admin-dashboard-page td strong{font-size:17px;line-height:1.35;}
  body.admin-dashboard-page td small{font-size:12px;line-height:1.45;overflow-wrap:anywhere;}
  body.admin-dashboard-page .row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch;}
  body.admin-dashboard-page .row-actions .primary-btn,
  body.admin-dashboard-page .row-actions .ghost-btn,
  body.admin-dashboard-page .row-actions button,
  body.admin-dashboard-page .row-actions a{width:100%;min-height:42px;padding:10px 8px;border-radius:14px;font-size:12.5px;justify-content:center;text-align:center;white-space:normal;}
  body.admin-dashboard-page .mini-badge{display:inline-flex;margin-bottom:4px;}
  body.admin-dashboard-page .toast{left:12px;right:12px;bottom:12px;max-width:none;text-align:center;}
}
@media (max-width: 460px){
  body.admin-dashboard-page .dash-main{padding:12px 8px 90px;}
  body.admin-dashboard-page .stats-grid{grid-template-columns:1fr 1fr;gap:8px;}
  body.admin-dashboard-page .stats-grid>div{padding:14px 12px;}
  body.admin-dashboard-page .row-actions{grid-template-columns:1fr;}
  body.admin-dashboard-page .sidebar nav a{font-size:12px;padding:9px 10px;}
}


/* Liry v81 customer pronunciation repair + dashboard mobile polish */
.customer-alert{border-radius:18px;padding:14px 16px;margin:14px 0;font-weight:800;background:#fff8ec;border:1px solid rgba(255,122,24,.20);color:#422b17}.customer-alert.success{background:#ecfff8;border-color:#9be8cf;color:#075f46}.customer-song-card{gap:12px}.pron-customer-box{margin-top:14px;border:1px solid rgba(255,122,24,.16);background:#fffaf5;border-radius:20px;padding:0;overflow:hidden}.pron-customer-box summary{list-style:none;cursor:pointer;padding:14px 15px;font-weight:900;color:#1f1712;display:flex;align-items:center;justify-content:space-between;gap:12px}.pron-customer-box summary::-webkit-details-marker{display:none}.pron-customer-box summary small{font-size:12px;color:#e96700;background:#fff;border:1px solid rgba(255,122,24,.22);border-radius:999px;padding:6px 10px;white-space:nowrap}.pron-customer-form{padding:0 15px 15px;display:grid;gap:10px}.pron-customer-form label{font-weight:800;color:#3d3028}.pron-customer-form textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,122,24,.22);border-radius:16px;padding:12px 14px;font:inherit;line-height:1.65;background:#fff;outline:none;resize:vertical}.pron-customer-form textarea:focus{border-color:#ff7a18;box-shadow:0 0 0 4px rgba(255,122,24,.12)}.pron-help{font-size:13px;color:#7b6655;line-height:1.55}.pron-form-status{font-size:13px;font-weight:800;color:#7b6655}.pron-history{border-top:1px solid rgba(255,122,24,.13);padding:12px 15px;display:grid;gap:6px;font-size:13px;color:#7b6655}.pron-history strong{color:#2c2119}.pron-history span{background:#fff;border-radius:12px;padding:7px 9px}
@media(max-width:780px){.dash-layout{display:block}.sidebar{position:sticky;top:0;z-index:50;width:100%;border-radius:0 0 22px 22px;padding:10px 12px;display:flex;align-items:center;gap:12px;overflow-x:auto}.sidebar .side-logo img{height:40px}.sidebar nav{display:flex;gap:8px;white-space:nowrap;overflow-x:auto}.sidebar nav a{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.70)}.dash-main{padding:16px 12px!important}.dash-title{display:grid;gap:14px}.dash-title .primary-btn{width:100%;justify-content:center}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stats-grid div{padding:14px 8px}.cards-grid{grid-template-columns:1fr!important}.song-card{border-radius:22px;padding:16px}.song-actions{display:grid;grid-template-columns:1fr;gap:8px}.song-actions a,.song-actions button{width:100%;justify-content:center}.pron-customer-box summary{align-items:flex-start;flex-direction:column}.pron-customer-box summary small{white-space:normal}.pron-customer-form .primary-btn{width:100%;justify-content:center}}


/* Liry v83 admin dashboard mobile drawer menu */
.admin-mobile-bar,
.admin-menu-backdrop{display:none;}

@media (max-width:900px){
  body.admin-dashboard-page{background:#fff7ef!important;overflow-x:hidden!important;}
  body.admin-dashboard-page.admin-menu-open{overflow:hidden!important;}

  body.admin-dashboard-page .admin-mobile-bar{
    position:sticky!important;
    top:0!important;
    z-index:1002!important;
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    direction:ltr!important;
    padding:0 14px!important;
    background:rgba(255,255,255,.96)!important;
    border-bottom:1px solid rgba(240,222,208,.95)!important;
    box-shadow:0 12px 30px rgba(40,22,10,.08)!important;
    backdrop-filter:blur(14px)!important;
  }

  body.admin-dashboard-page .admin-mobile-logo{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:50px!important;
    min-width:96px!important;
    padding:6px 10px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid rgba(240,222,208,.95)!important;
    box-shadow:0 10px 22px rgba(40,22,10,.06)!important;
  }
  body.admin-dashboard-page .admin-mobile-logo img{height:38px!important;width:auto!important;display:block!important;}

  body.admin-dashboard-page .admin-menu-toggle{
    width:48px!important;
    height:48px!important;
    border-radius:16px!important;
    background:#111827!important;
    border:0!important;
    display:inline-flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    padding:0!important;
    box-shadow:0 14px 28px rgba(17,24,39,.18)!important;
  }
  body.admin-dashboard-page .admin-menu-toggle span{
    width:22px!important;
    height:2px!important;
    background:#fff!important;
    border-radius:999px!important;
    display:block!important;
    transition:transform .2s ease, opacity .2s ease!important;
  }
  body.admin-dashboard-page.admin-menu-open .admin-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)!important;}
  body.admin-dashboard-page.admin-menu-open .admin-menu-toggle span:nth-child(2){opacity:0!important;}
  body.admin-dashboard-page.admin-menu-open .admin-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important;}

  body.admin-dashboard-page .admin-menu-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:999!important;
    display:block!important;
    opacity:0!important;
    pointer-events:none!important;
    background:rgba(17,24,39,.46)!important;
    backdrop-filter:blur(3px)!important;
    transition:opacity .2s ease!important;
  }
  body.admin-dashboard-page.admin-menu-open .admin-menu-backdrop{
    opacity:1!important;
    pointer-events:auto!important;
  }

  body.admin-dashboard-page .dash-layout{
    display:block!important;
    min-height:100vh!important;
    background:#fff7ef!important;
  }
  body.admin-dashboard-page .sidebar{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:1001!important;
    width:min(86vw,340px)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:18px 16px 24px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:18px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:#fff!important;
    color:#111827!important;
    border-radius:0 0 0 30px!important;
    box-shadow:-24px 0 70px rgba(17,24,39,.24)!important;
    transform:translateX(105%)!important;
    transition:transform .24s ease!important;
    backdrop-filter:none!important;
    border-left:1px solid rgba(240,222,208,.9)!important;
  }
  body.admin-dashboard-page.admin-menu-open .sidebar{transform:translateX(0)!important;}

  body.admin-dashboard-page .sidebar .side-logo{
    background:#fff8f1!important;
    color:#111827!important;
    border:1px solid rgba(255,122,24,.16)!important;
    border-radius:22px!important;
    padding:14px!important;
    min-width:0!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    box-shadow:0 12px 26px rgba(255,122,24,.08)!important;
  }
  body.admin-dashboard-page .sidebar .side-logo img{height:48px!important;width:auto!important;display:block!important;}

  body.admin-dashboard-page .sidebar nav{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    white-space:normal!important;
    overflow:visible!important;
    width:100%!important;
  }
  body.admin-dashboard-page .sidebar nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:48px!important;
    width:100%!important;
    padding:13px 14px!important;
    border-radius:16px!important;
    background:#fff!important;
    border:1px solid rgba(240,222,208,.95)!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1.2!important;
    text-align:right!important;
    box-shadow:0 8px 20px rgba(40,22,10,.045)!important;
  }
  body.admin-dashboard-page .sidebar nav a::after{
    content:'›';
    color:#ff7a18!important;
    font-size:20px!important;
    line-height:1!important;
    transform:rotate(180deg);
  }
  body.admin-dashboard-page .sidebar nav a.active,
  body.admin-dashboard-page .sidebar nav a:hover{
    background:#fff1e4!important;
    color:#111827!important;
    border-color:#ff7a18!important;
  }

  body.admin-dashboard-page .dash-main{
    width:100%!important;
    max-width:none!important;
    padding:16px 12px 90px!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:460px){
  body.admin-dashboard-page .admin-mobile-bar{height:64px!important;padding:0 10px!important;}
  body.admin-dashboard-page .admin-mobile-logo{min-width:88px!important;height:46px!important;}
  body.admin-dashboard-page .admin-mobile-logo img{height:34px!important;}
  body.admin-dashboard-page .admin-menu-toggle{width:46px!important;height:46px!important;}
  body.admin-dashboard-page .sidebar{width:min(90vw,330px)!important;padding:16px 13px 22px!important;}
  body.admin-dashboard-page .sidebar nav a{font-size:14px!important;min-height:46px!important;}
}


/* Liry v85 admin menu all pages + clean logo */
body.admin-dashboard-page .side-logo,
body.admin-dashboard-page .admin-mobile-logo{
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
body.admin-dashboard-page .sidebar .side-logo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:8px 0!important;
  min-width:0!important;
}
body.admin-dashboard-page .sidebar .side-logo img{
  height:54px!important;
  width:auto!important;
  max-width:150px!important;
  object-fit:contain!important;
}
body.admin-dashboard-page .admin-mobile-logo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  min-width:88px!important;
}
body.admin-dashboard-page .admin-mobile-logo img{
  object-fit:contain!important;
}
@media(max-width:900px){
  body.admin-dashboard-page .admin-mobile-bar{display:flex!important;}
  body.admin-dashboard-page .sidebar{
    background:#fff!important;
    color:#111827!important;
  }
  body.admin-dashboard-page .sidebar .side-logo{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:10px 0 14px!important;
  }
  body.admin-dashboard-page .sidebar .side-logo img{
    height:50px!important;
    max-width:142px!important;
  }
  body.admin-dashboard-page .sidebar nav a{
    color:#111827!important;
    background:#fff!important;
  }
  body.admin-dashboard-page .sidebar nav a.active,
  body.admin-dashboard-page .sidebar nav a:hover{
    color:#111827!important;
    background:#fff1e4!important;
    border-color:#ff7a18!important;
  }
  body.admin-dashboard-page .dash-main,
  body.admin-dashboard-page .wrap{
    width:100%!important;
    max-width:none!important;
  }
}


/* Liry v86 customer dashboard mobile drawer menu */
body.customer-dashboard-page .side-logo,
body.customer-dashboard-page .admin-mobile-logo{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  outline:0!important;
}
body.customer-dashboard-page .side-logo img,
body.customer-dashboard-page .admin-mobile-logo img{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  display:block!important;
}

@media (max-width:900px){
  body.customer-dashboard-page{
    background:#fff7ef!important;
    overflow-x:hidden!important;
    padding-top:72px!important;
  }
  body.customer-dashboard-page.admin-menu-open{overflow:hidden!important;}
  body.customer-dashboard-page .admin-mobile-bar{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:72px!important;
    z-index:100001!important;
    align-items:center!important;
    justify-content:space-between!important;
    direction:rtl!important;
    padding:0 14px!important;
    background:rgba(255,255,255,.96)!important;
    border-bottom:1px solid rgba(17,24,39,.08)!important;
    box-shadow:0 14px 34px rgba(17,24,39,.10)!important;
    backdrop-filter:blur(14px)!important;
    box-sizing:border-box!important;
  }
  body.customer-dashboard-page .admin-mobile-logo{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:96px!important;
    height:50px!important;
    padding:0!important;
    border-radius:0!important;
    text-decoration:none!important;
  }
  body.customer-dashboard-page .admin-mobile-logo img{height:38px!important;width:auto!important;}
  body.customer-dashboard-page .admin-menu-toggle{
    order:1!important;
    width:50px!important;
    height:50px!important;
    display:grid!important;
    place-items:center!important;
    gap:0!important;
    border:1px solid rgba(17,24,39,.10)!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 10px 24px rgba(17,24,39,.08)!important;
    cursor:pointer!important;
    padding:0!important;
  }
  body.customer-dashboard-page .admin-menu-toggle span{
    width:22px!important;
    height:2.5px!important;
    border-radius:99px!important;
    background:#111827!important;
    display:block!important;
    transition:.22s ease!important;
    margin:2px 0!important;
  }
  body.customer-dashboard-page.admin-menu-open .admin-menu-toggle{
    background:#111827!important;
    border-color:#111827!important;
  }
  body.customer-dashboard-page.admin-menu-open .admin-menu-toggle span{background:#fff!important;}
  body.customer-dashboard-page.admin-menu-open .admin-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)!important;}
  body.customer-dashboard-page.admin-menu-open .admin-menu-toggle span:nth-child(2){opacity:0!important;}
  body.customer-dashboard-page.admin-menu-open .admin-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important;}
  body.customer-dashboard-page .admin-menu-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:99998!important;
    background:rgba(17,24,39,.48)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:.22s ease!important;
  }
  body.customer-dashboard-page.admin-menu-open .admin-menu-backdrop{opacity:1!important;pointer-events:auto!important;}
  body.customer-dashboard-page .dash-layout{display:block!important;min-height:100vh!important;}
  body.customer-dashboard-page .sidebar{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(86vw,340px)!important;
    height:100vh!important;
    z-index:100000!important;
    transform:translateX(104%)!important;
    transition:transform .26s ease!important;
    background:#fff!important;
    color:#111827!important;
    border-radius:0 0 0 28px!important;
    border:0!important;
    border-left:1px solid rgba(17,24,39,.10)!important;
    box-shadow:-22px 0 58px rgba(17,24,39,.20)!important;
    padding:20px 16px 28px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:18px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  body.customer-dashboard-page.admin-menu-open .sidebar{transform:translateX(0)!important;}
  body.customer-dashboard-page .sidebar .side-logo{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    height:auto!important;
    padding:6px 0 14px!important;
    margin:0 0 4px!important;
    border-bottom:1px solid rgba(17,24,39,.08)!important;
  }
  body.customer-dashboard-page .sidebar .side-logo img{height:48px!important;width:auto!important;}
  body.customer-dashboard-page .sidebar nav{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  body.customer-dashboard-page .sidebar nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:48px!important;
    padding:13px 14px!important;
    border-radius:16px!important;
    background:#fff!important;
    border:1px solid rgba(17,24,39,.10)!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1.25!important;
    text-decoration:none!important;
    box-shadow:0 8px 22px rgba(17,24,39,.04)!important;
    box-sizing:border-box!important;
  }
  body.customer-dashboard-page .sidebar nav a.active,
  body.customer-dashboard-page .sidebar nav a:hover{
    background:#fff4e8!important;
    border-color:#ff7a18!important;
    color:#111827!important;
  }
  body.customer-dashboard-page .dash-main{
    width:100%!important;
    max-width:none!important;
    padding:16px 12px 90px!important;
    box-sizing:border-box!important;
  }
  body.customer-dashboard-page .dash-title{
    border-radius:24px!important;
    padding:18px!important;
  }
  body.customer-dashboard-page .stats-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.customer-dashboard-page .cards-grid{grid-template-columns:1fr!important;}
  body.customer-dashboard-page .song-card{border-radius:22px!important;padding:16px!important;}
  body.customer-dashboard-page .song-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  body.customer-dashboard-page .song-actions a,
  body.customer-dashboard-page .song-actions button{width:100%!important;justify-content:center!important;}
}
@media (max-width:420px){
  body.customer-dashboard-page .admin-mobile-bar{height:64px!important;padding:0 10px!important;}
  body.customer-dashboard-page{padding-top:64px!important;}
  body.customer-dashboard-page .admin-mobile-logo img{height:34px!important;}
  body.customer-dashboard-page .admin-menu-toggle{width:46px!important;height:46px!important;}
  body.customer-dashboard-page .sidebar{width:min(90vw,330px)!important;padding:16px 13px 22px!important;}
  body.customer-dashboard-page .sidebar nav a{font-size:14px!important;min-height:46px!important;}
  body.customer-dashboard-page .stats-grid{grid-template-columns:1fr!important;}
}

/* Liry v87 production batches and version management */
.song-productions-shell{width:min(1180px,100%);margin:26px auto;display:grid;gap:22px}
.production-batch-card{background:rgba(255,255,255,.94);border:1px solid rgba(228,205,190,.9);border-radius:28px;padding:20px;box-shadow:0 18px 60px rgba(48,24,10,.07)}
.production-batch-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(228,205,190,.65)}
.production-batch-head span{display:inline-flex;font-weight:900;color:#ff7a18;background:#fff3e8;border:1px solid rgba(255,122,24,.18);border-radius:999px;padding:7px 12px;font-size:13px;margin-bottom:8px}
.production-batch-head h2{margin:0;color:#18181b;font-size:clamp(20px,2.4vw,30px);line-height:1.2}
.production-batch-head p{margin:6px 0 0;color:#6b7280;font-weight:700;line-height:1.5}
.production-versions-grid{margin:0;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.version-card-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}
.version-card-actions .primary-btn,.version-card-actions .ghost-btn,.version-card-actions .danger-btn{width:100%;justify-content:center;text-align:center}
.danger-btn{border:1px solid rgba(220,38,38,.18);background:#fff;color:#b91c1c;border-radius:16px;padding:11px 14px;font-weight:900;cursor:pointer;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:inherit}
.danger-btn:hover{background:#fef2f2;border-color:rgba(220,38,38,.35);transform:translateY(-1px)}
.danger-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}
.danger-btn.small{min-height:42px;font-size:14px}
@media(max-width:760px){.song-productions-shell{margin:18px auto;gap:16px}.production-batch-card{border-radius:22px;padding:14px}.production-batch-head{align-items:flex-start;flex-direction:column}.production-versions-grid{grid-template-columns:1fr}.version-card-actions{gap:8px}}

/* Liry v113 paid upsells badges and post-purchase cards */
.order-upsells-badges{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 4px;align-items:center}
.order-upsells-badges span{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;background:#fff3e8;border:1px solid rgba(255,122,24,.20);color:#d95f00;font-size:12px;font-weight:900;line-height:1.2}
.order-upsells-badges.admin-upsells{margin-top:7px}
.order-upsells-badges.hero-upsells{justify-content:center;margin-top:14px}
.post-purchase-upsell-card{margin:12px 0;padding:14px;border-radius:20px;background:linear-gradient(135deg,#fff7ef,#fff);border:1px solid rgba(255,122,24,.18);box-shadow:0 14px 36px rgba(40,22,10,.06);display:grid;gap:6px;text-align:right}
.post-purchase-upsell-card strong{color:#18110d;font-weight:950;font-size:16px;line-height:1.25}
.post-purchase-upsell-card p{margin:0;color:#65574d;font-weight:750;line-height:1.55;font-size:14px}
.post-purchase-upsell-card small{color:#8b7a6d;font-weight:700;line-height:1.45}
.post-purchase-upsell-card.song-upsell-card{width:min(680px,100%);margin:18px auto 0;text-align:center;justify-items:center}
@media(max-width:720px){.order-upsells-badges{gap:5px}.order-upsells-badges span{font-size:11.5px;padding:5px 8px}.post-purchase-upsell-card{border-radius:16px;padding:12px}.post-purchase-upsell-card strong{font-size:14px}.post-purchase-upsell-card p{font-size:12.8px}}

/* Liry v118 lyrics video delivery */
.lyrics-video-modal.hidden{display:none!important}.lyrics-video-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;direction:rtl}.lyrics-video-backdrop{position:absolute;inset:0;background:rgba(20,12,7,.66);backdrop-filter:blur(8px)}.lyrics-video-dialog{position:relative;width:min(94vw,560px);background:#fff;border:1px solid rgba(255,122,24,.2);border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.28);padding:26px;color:#201812}.lyrics-video-x{position:absolute;top:14px;left:14px;width:38px;height:38px;border-radius:999px;background:#fff3e8;color:#201812;font-size:26px;line-height:1;display:grid;place-items:center}.lyrics-video-head span{display:inline-flex;border:1px solid rgba(255,122,24,.22);background:#fff7ef;color:#d65f00;font-weight:900;border-radius:999px;padding:7px 12px;font-size:12px}.lyrics-video-head h2{font-size:30px;line-height:1.1;margin:12px 0 8px;letter-spacing:-.03em}.lyrics-video-head p{color:#746255;line-height:1.6;margin:0 0 18px;font-weight:650}.lyrics-video-form{display:grid;gap:12px}.lyrics-video-form label{display:grid;gap:8px;font-weight:900;color:#201812}.lyrics-video-form input[type=file]{width:100%;border:1px dashed rgba(255,122,24,.35);background:#fffaf6;border-radius:18px;padding:14px;color:#3a2b21}.lyrics-video-form small{color:#7a6b60;font-weight:700}.lyrics-video-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;margin-top:4px}.lyrics-video-status{min-height:22px;color:#7a6b60;font-weight:850}.lyrics-video-status.success{color:#0f7a4d}.lyrics-video-status.error{color:#9a3412}.video-delivered-badge{background:#ecfdf5!important;border-color:#b7f1d2!important;color:#0f7a4d!important}.lyrics-video-customer-card,.lyrics-video-song-card{margin:14px 0;padding:16px;border-radius:22px;background:linear-gradient(135deg,#fff7ef,#fff);border:1px solid rgba(255,122,24,.22);box-shadow:0 14px 38px rgba(40,22,10,.07);display:grid;gap:12px;text-align:right}.lyrics-video-customer-card strong,.lyrics-video-song-card h2{color:#201812;font-weight:950;margin:0}.lyrics-video-customer-card p,.lyrics-video-song-card p{margin:3px 0 0;color:#6e5e52;font-weight:700;line-height:1.55}.lyrics-video-customer-card video,.lyrics-video-song-card video{width:100%;max-height:520px;border-radius:18px;background:#130e0b;display:block}.lyrics-video-pending-card{margin:12px 0;padding:13px 15px;border-radius:18px;background:#fffaf6;border:1px solid rgba(255,122,24,.16);display:grid;gap:4px;color:#201812}.lyrics-video-pending-card strong{font-weight:950}.lyrics-video-pending-card span{font-size:13px;color:#746255;font-weight:700}.lyrics-video-song-card{width:min(760px,100%);margin:0 auto 16px;padding:20px;text-align:center}.lyrics-video-song-card>div span{display:inline-flex;border-radius:999px;padding:6px 11px;background:#fff3e8;color:#d65f00;font-size:12px;font-weight:900}.lyrics-video-song-card .primary-btn{justify-self:center;width:auto}.song-video-pending{width:min(760px,100%);margin:0 auto 16px;text-align:center}@media(max-width:720px){.lyrics-video-modal{align-items:flex-end;padding:0}.lyrics-video-dialog{width:100%;border-radius:26px 26px 0 0;padding:24px 16px;max-height:92vh;overflow:auto}.lyrics-video-head h2{font-size:25px}.lyrics-video-actions{display:grid;grid-template-columns:1fr;gap:8px}.lyrics-video-actions .primary-btn,.lyrics-video-actions .ghost-btn{width:100%}.lyrics-video-customer-card,.lyrics-video-song-card{border-radius:18px;padding:13px}.lyrics-video-customer-card video,.lyrics-video-song-card video{max-height:70vh;border-radius:14px}.lyrics-video-song-card .primary-btn{width:100%}}

/* Liry v120 automatic lyrics video engine */
.lyrics-video-admin-status{
  display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 12px;border-radius:999px;
  background:#fff3e8;color:#9a4200;border:1px solid #ffd2ad;font-weight:900;font-size:12px;white-space:nowrap
}
.lyrics-video-admin-status.lv-ready{background:#eafff2;color:#087a37;border-color:#bdf2cf}
.lyrics-video-admin-status.lv-failed{background:#fff0f0;color:#b42318;border-color:#ffd0d0}
.lyrics-video-admin-status.lv-queued,.lyrics-video-admin-status.lv-processing,.lyrics-video-admin-status.lv-processing_transcription,.lyrics-video-admin-status.lv-processing_alignment,.lyrics-video-admin-status.lv-processing_render{background:#eef5ff;color:#1c57a5;border-color:#cfe2ff}
.lv-processing-note{display:inline-flex;align-items:center;color:#1c57a5;font-weight:800;font-size:12px}
.lyrics-video-order-card{
  margin:14px 0;padding:18px;border-radius:22px;background:linear-gradient(135deg,#fff7ef,#fff);border:1px solid #ffe0c4;
  box-shadow:0 16px 38px rgba(255,122,24,.10);display:grid;gap:8px
}
.lyrics-video-order-card strong{font-size:18px;color:#1f150f;font-weight:950}
.lyrics-video-order-card p{margin:0;color:#6f5a4b;line-height:1.6;font-weight:700}
.song-video-order{max-width:920px;margin:18px auto;padding:22px;text-align:center;justify-items:center}
.lyrics-video-customer-card video,.lyrics-video-song-card video{width:100%;max-height:520px;background:#111;border-radius:18px;box-shadow:0 16px 35px rgba(0,0,0,.12)}
.lyrics-video-pending-card{border:1px solid #ffe0c4;background:#fffaf5;border-radius:20px;padding:16px;display:grid;gap:6px;color:#2a1b12}
.lyrics-video-pending-card strong{font-size:17px;font-weight:950}.lyrics-video-pending-card span{color:#7a6556;font-weight:700;line-height:1.55}
@media (min-width: 900px){
  .customer-song-card .lyrics-video-order-card{grid-template-columns:1fr auto;align-items:center}
  .customer-song-card .lyrics-video-order-card p{max-width:520px}
}
@media (max-width: 720px){
  .lyrics-video-admin-status{width:100%;border-radius:14px;font-size:12px}
  .lyrics-video-order-card{padding:15px;border-radius:18px;text-align:right}
  .lyrics-video-order-card .primary-btn{width:100%;justify-content:center}
  .song-video-order{text-align:right;justify-items:stretch;margin:12px 0}
}

/* Liry v121 admin full width + clean actions dropdown */
body.admin-dashboard-page .dash-layout{
  grid-template-columns:260px minmax(0,1fr)!important;
  width:100%!important;
  max-width:none!important;
}
body.admin-dashboard-page .dash-main{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  padding:34px 32px 80px!important;
  box-sizing:border-box!important;
}
body.admin-dashboard-page .table-card,
body.admin-dashboard-page .stats-grid,
body.admin-dashboard-page .dash-title{
  width:100%!important;
  max-width:none!important;
}
body.admin-dashboard-page .responsive-table{
  width:100%!important;
  overflow:visible!important;
}
body.admin-dashboard-page table{
  width:100%!important;
  min-width:1040px;
  table-layout:auto;
}
body.admin-dashboard-page th,
body.admin-dashboard-page td{
  vertical-align:middle;
}
body.admin-dashboard-page td:last-child{
  width:220px;
  min-width:220px;
}
body.admin-dashboard-page .admin-actions-menu{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:180px!important;
}
body.admin-dashboard-page .admin-actions-toggle{
  width:100%!important;
  min-height:42px!important;
  border-radius:16px!important;
  background:#201812!important;
  color:#fff!important;
  font-weight:900!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  box-shadow:0 12px 26px rgba(32,24,18,.14)!important;
}
body.admin-dashboard-page .admin-actions-toggle::after{
  content:'⌄';
  font-size:17px;
  line-height:1;
  transition:transform .18s ease;
}
body.admin-dashboard-page .admin-actions-menu.is-open .admin-actions-toggle::after{
  transform:rotate(180deg);
}
body.admin-dashboard-page .admin-actions-panel{
  display:none!important;
  margin-top:9px!important;
  padding:10px!important;
  border:1px solid rgba(240,222,208,.95)!important;
  border-radius:18px!important;
  background:#fffaf6!important;
  box-shadow:0 18px 40px rgba(40,22,10,.10)!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
  max-height:420px!important;
  overflow:auto!important;
}
body.admin-dashboard-page .admin-actions-menu.is-open .admin-actions-panel{
  display:grid!important;
}
body.admin-dashboard-page .admin-actions-panel .primary-btn,
body.admin-dashboard-page .admin-actions-panel .ghost-btn,
body.admin-dashboard-page .admin-actions-panel button,
body.admin-dashboard-page .admin-actions-panel a{
  width:100%!important;
  min-height:38px!important;
  border-radius:13px!important;
  padding:9px 11px!important;
  font-size:12.5px!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
}
body.admin-dashboard-page .admin-actions-panel .lyrics-video-admin-status,
body.admin-dashboard-page .admin-actions-panel .lv-processing-note{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:34px!important;
  border-radius:12px!important;
  background:#fff!important;
  border:1px solid rgba(255,122,24,.18)!important;
  color:#a94700!important;
  font-weight:900!important;
  font-size:12px!important;
}
@media (min-width:901px){
  body.admin-dashboard-page .admin-mobile-bar{display:none!important;}
  body.admin-dashboard-page .sidebar{position:sticky!important;top:0!important;height:100vh!important;}
}
@media (max-width:900px){
  body.admin-dashboard-page .dash-main{padding:16px 12px 90px!important;}
  body.admin-dashboard-page table{min-width:0!important;}
  body.admin-dashboard-page td:last-child{width:auto!important;min-width:0!important;}
  body.admin-dashboard-page .admin-actions-menu{min-width:0!important;}
  body.admin-dashboard-page .admin-actions-panel{max-height:none!important;overflow:visible!important;background:#fff!important;}
}

/* Liry v130 lyrics video + Hebrew admin statuses */
.dash-title-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.liry-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:950;border:1px solid transparent;white-space:nowrap;line-height:1}
.liry-status-badge.status-paid{background:#ecfdf5;color:#047857;border-color:#a7f3d0}
.liry-status-badge.status-unpaid{background:#fef2f2;color:#b91c1c;border-color:#fecaca}
.liry-status-badge.status-pending{background:#fff7ed;color:#c2410c;border-color:#fed7aa}
.liry-status-badge.status-neutral{background:#f4f4f5;color:#52525b;border-color:#e4e4e7}
.admin-error-line{color:#b91c1c!important;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:7px 9px;line-height:1.45;max-width:360px;white-space:normal}
.admin-orders-table th,.admin-orders-table td,.admin-lyrics-videos-table th,.admin-lyrics-videos-table td{vertical-align:middle!important}
.admin-orders-table td:nth-child(5),.admin-lyrics-videos-table td:nth-child(3),.admin-lyrics-videos-table td:nth-child(4){min-width:150px}
.lyrics-video-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.lyrics-videos-table-card .empty-state{margin-top:12px;text-align:center}
.lyrics-video-upsell-pro{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 0,rgba(255,122,24,.18),transparent 33%),linear-gradient(135deg,#fff,#fff7ef 58%,#fff1e4)!important;border:1px solid rgba(255,122,24,.22)!important;box-shadow:0 18px 50px rgba(255,122,24,.14)!important;gap:14px!important}
.lyrics-video-upsell-pro:before{content:"";position:absolute;inset:auto -54px -66px auto;width:170px;height:170px;border-radius:50%;background:rgba(255,122,24,.12);pointer-events:none}
.lyrics-video-order-copy{position:relative;z-index:1;display:grid;gap:5px;text-align:right}
.lyrics-video-order-copy span{display:inline-flex;width:max-content;background:#fff3e8;border:1px solid rgba(255,122,24,.22);border-radius:999px;padding:6px 10px;color:#d65f00;font-size:12px;font-weight:950}
.lyrics-video-order-copy strong{font-size:clamp(19px,2vw,25px)!important;line-height:1.15;color:#1f150f;font-weight:950}
.lyrics-video-order-copy p{font-size:14px!important;color:#6a594c!important;line-height:1.65!important;font-weight:750!important;max-width:640px}
.lyrics-video-order-action{position:relative;z-index:1;display:flex;align-items:center;gap:10px;justify-content:flex-start;flex-wrap:wrap}
.lyrics-video-order-action b{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#201812;color:#fff;font-size:18px;font-weight:950;min-height:42px;padding:9px 16px;box-shadow:0 14px 32px rgba(32,24,18,.16)}
.lyrics-video-order-action .primary-btn{min-width:190px;text-align:center}
.song-video-order.lyrics-video-upsell-pro{width:min(820px,100%);grid-template-columns:1fr auto;align-items:center;text-align:right;justify-items:stretch}
.customer-song-card .lyrics-video-upsell-pro{margin-top:16px}
@media(min-width:900px){.customer-song-card .lyrics-video-upsell-pro{grid-template-columns:1fr auto;align-items:center}.customer-song-card .lyrics-video-order-action{justify-content:flex-end}}
@media(max-width:820px){.dash-title-actions{width:100%;justify-content:stretch}.dash-title-actions .primary-btn,.dash-title-actions .ghost-btn{flex:1}.song-video-order.lyrics-video-upsell-pro{grid-template-columns:1fr}.lyrics-video-order-action{display:grid;grid-template-columns:1fr;align-items:stretch}.lyrics-video-order-action b,.lyrics-video-order-action .primary-btn{width:100%;min-width:0}.lyrics-video-order-copy span{width:100%;justify-content:center}.lyrics-video-order-copy{text-align:center}.admin-error-line{max-width:100%}}


.checkout-package-card-v134 em small {
  font-size: 10px;
  font-weight: 600;
  color:gray;
}
/* Liry v144 — explicit recipient grammar selection */
.field-help{display:block;margin-top:7px;color:#667085;font-size:13px;line-height:1.55}

/* Liry v148 — footer pinned to bottom of the viewport on short pages
   (login, forgot/reset password, terms/privacy/takanon) instead of
   floating off-screen below a full-height card. Scoped so it only
   applies to pages using these wrappers; every other page is untouched. */
body:has(.auth-shell),body:has(.legal-shell){min-height:100vh;display:flex;flex-direction:column}
body:has(.auth-shell) .auth-shell{min-height:0;flex:1 0 auto}
body:has(.legal-shell) .legal-shell{min-height:0;flex:1 0 auto}
body:has(.auth-shell) footer,body:has(.legal-shell) footer{flex-shrink:0}

/* Liry v160 — responsive safety for every public/legal page using style.css */
html,body{max-width:100%;overflow-x:hidden}
.legal-shell,.legal-card,.liry-info-shell-v134,.liry-info-hero-v134,.liry-info-grid-v134,.liry-info-faq-v134{min-width:0;max-width:100%}
.legal-card h1,.legal-card h2,.legal-card p,.liry-info-hero-v134 h1,.liry-info-hero-v134 p,.liry-info-grid-v134 h2,.liry-info-grid-v134 p{overflow-wrap:anywhere}
@media(max-width:700px){
  body:has(.legal-shell) .topbar,.liry-info-page-v134 .topbar{padding-inline:12px;gap:8px}
  body:has(.legal-shell) .top-actions,.liry-info-page-v134 .top-actions{max-width:calc(100vw - 82px);overflow-x:auto;overscroll-behavior-inline:contain;justify-content:flex-start;scrollbar-width:none}
  body:has(.legal-shell) .top-actions::-webkit-scrollbar,.liry-info-page-v134 .top-actions::-webkit-scrollbar{display:none}
  body:has(.legal-shell) .top-actions a,.liry-info-page-v134 .top-actions a{flex:0 0 auto;white-space:nowrap;font-size:12px;padding:8px 9px}
  .legal-shell{width:100%;padding:14px 10px 20px}
  .legal-card{width:100%;padding:21px 16px;border-radius:22px}
  .legal-card h1{font-size:clamp(30px,10vw,40px)}
  .legal-card h2{font-size:22px;margin-top:28px}
  .legal-card p{font-size:15.5px;line-height:1.75}
  .legal-lead{font-size:17px!important}
}
