:root{--yellow:#ffc400;--yellow-2:#ffd437;--yellow-3:#fff4c3;--black:#050505;--ink:#171717;--muted:#6b6b6b;--line:#e7e7e7;--soft:#fffaf0;--panel:#ffffff;--shadow:0 22px 50px rgba(17,17,17,0.11);--tight-shadow:0 12px 30px rgba(17,17,17,0.09);--font-plus-jakarta:"Plus Jakarta Sans",Inter,ui-sans-serif,system-ui,sans-serif}.simple-auth-page{--auth-yellow:#ffc400;--auth-yellow-2:#ffd437;--auth-black:#111111;--auth-white:#ffffff;position:relative;min-height:100vh;min-height:100dvh;display:grid;place-items:center;overflow:auto;padding:64px 20px 44px;color:var(--auth-black);background:radial-gradient(circle at 50% 28%,rgba(255,196,0,.16),transparent 28%),linear-gradient(180deg,var(--auth-white) 0,#fffdf3 100%);font-family:var(--font-plus-jakarta),Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:0}.simple-auth-page *,.simple-auth-page :after,.simple-auth-page :before{box-sizing:border-box;letter-spacing:0}.simple-auth-language{position:fixed;top:20px;right:20px;z-index:2;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 14px;color:var(--auth-black);background:rgba(255,255,255,.94);border:1px solid rgba(17,17,17,.12);border-radius:999px;box-shadow:0 8px 22px rgba(27,29,33,.08);font-size:13px;font-weight:700}.simple-auth-shell{width:min(100%,384px);display:grid;justify-items:center;text-align:center}.simple-auth-page[data-mode=signup] .simple-auth-shell{width:min(100%,416px)}.simple-auth-logo{display:inline-flex;align-items:center;justify-content:center;width:82px;height:82px;padding:8px;overflow:hidden;background:var(--auth-white);border:1px solid rgba(255,196,0,.9);border-radius:22px;box-shadow:0 18px 44px rgba(255,161,19,.16)}.simple-auth-logo img{display:block;width:100%;height:100%;object-fit:contain}.simple-auth-intro{margin-top:26px}.simple-auth-intro h1{margin:0;color:var(--auth-black);font-size:clamp(28px,3vw,34px);font-weight:850;line-height:1.12}.simple-auth-intro p{max-width:420px;margin:13px auto 0;color:#4f4f4f;font-size:16px;font-weight:500;line-height:1.55}.simple-auth-card{width:100%;margin-top:34px;padding:28px 24px 25px;background:var(--auth-white);border:1px solid rgba(17,17,17,.08);border-radius:20px;box-shadow:0 20px 58px rgba(17,17,17,.1),0 22px 70px rgba(255,196,0,.12)}.simple-auth-card-title{margin:0 0 10px;color:#4f4f4f;font-size:13px;font-weight:600;line-height:1.45}.simple-auth-field,.simple-auth-google,.simple-auth-submit{width:100%;min-height:56px;border-radius:18px;font-family:inherit}.simple-auth-google{display:inline-flex;align-items:center;justify-content:center;gap:13px;color:var(--auth-black);background:var(--auth-white);border:2px solid var(--auth-yellow);font-size:15px;font-weight:800;text-decoration:none}.simple-auth-google:focus-visible,.simple-auth-google:hover{background:#fff9df}.simple-auth-google-mark{color:transparent;background:conic-gradient(from -45deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:900;line-height:1}.simple-auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:17px;margin:24px 0;color:#4f4f4f;font-size:12px;font-weight:600}.simple-auth-divider span{height:1px;background:#e5e5e5}.simple-auth-divider strong{font:inherit}.simple-auth-form{display:grid;gap:14px}.simple-auth-field{display:flex;align-items:center;gap:12px;padding:0 15px;color:#6d6d6d;background:var(--auth-white);border:2px solid #dfe3ea;text-align:left;transition:border-color .18s ease,box-shadow .18s ease}.simple-auth-field:focus-within{border-color:var(--auth-yellow);box-shadow:0 0 0 4px rgba(255,196,0,.18)}.simple-auth-field input[type=email],.simple-auth-field input[type=password],.simple-auth-field input[type=text]{min-width:0;flex:1 1;height:100%;color:var(--auth-black);background:transparent;border:0;outline:0;font-family:inherit;font-size:15px;font-weight:500}.simple-auth-field input::placeholder{color:#6b6b6b}.simple-auth-eye{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:30px;padding:0;color:#5f5f5f;background:transparent;border:0;border-radius:50%}.simple-auth-options{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-2px 0 1px;color:#4f4f4f;font-size:12px;line-height:1.35}.simple-auth-options label{display:inline-flex;align-items:center;gap:8px;min-width:0;white-space:nowrap}.simple-auth-options input{width:16px;height:16px;margin:0;accent-color:var(--auth-yellow)}.simple-auth-options a,.simple-auth-switch a,.simple-auth-terms a{color:var(--auth-black);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.simple-auth-error{margin:0;padding:11px 13px;color:var(--auth-black);background:#fff8db;border:1px solid var(--auth-yellow);border-radius:12px;font-size:13px;font-weight:600;line-height:1.35;text-align:left}.simple-auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:2px;color:var(--auth-black);background:linear-gradient(90deg,var(--auth-yellow) 0,var(--auth-yellow-2) 100%);border:1px solid rgba(17,17,17,.1);box-shadow:0 12px 26px rgba(255,196,0,.28);font-size:15px;font-weight:850}.simple-auth-submit:disabled{cursor:wait;opacity:.72}.simple-auth-switch{margin:18px 0 0;color:#4f4f4f;font-size:13px;font-weight:600;line-height:1.45}.simple-auth-terms{max-width:360px;margin:18px auto 0;color:#4f4f4f;font-size:12px;font-weight:500;line-height:1.5}@media (max-width:520px){.simple-auth-page{place-items:start center;padding:66px 18px 34px}.simple-auth-language{top:14px;right:14px}.simple-auth-logo{width:74px;height:74px;border-radius:20px}.simple-auth-intro{margin-top:22px}.simple-auth-intro h1{font-size:27px}.simple-auth-intro p{font-size:14px}.simple-auth-card{margin-top:28px;padding:24px 20px;border-radius:18px}.simple-auth-options{align-items:flex-start;flex-direction:column;gap:9px}}:root[data-keromix-theme=dark]{--black:#f8fafc;--ink:#f8fafc;--muted:#a8b3c5;--line:#273142;--soft:#161b26;--panel:#111827;--shadow:0 22px 50px rgba(0,0,0,0.4);--tight-shadow:0 12px 30px rgba(0,0,0,0.36)}.auth-card-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:34px;background:radial-gradient(circle at 50% 10%,rgba(255,196,0,.08),transparent 28%),#f6f6f6}.auth-card-shell{position:relative;width:min(100%,1184px);min-height:min(1430px,calc(100vh - 68px));overflow:hidden;background:#ffffff;border:1px solid #ececec;border-radius:36px;box-shadow:0 24px 80px rgba(15,15,15,.09)}.auth-card-decor{position:absolute;inset:0;pointer-events:none}.auth-card-decor:before{position:absolute;top:-186px;left:50%;width:610px;height:610px;background:radial-gradient(circle,rgba(255,196,0,.2),rgba(255,196,0,.04) 68%,transparent 70%);border-radius:50%;transform:translateX(-4%);content:""}.auth-hero-note,.auth-note{position:absolute;color:var(--yellow)}.auth-hero-note{top:124px;left:50%;transform:translateX(-50%)}.auth-note-one{top:92px;left:18%;opacity:.72}.auth-note-two{top:108px;right:22%;transform:rotate(-12deg)}.auth-note-three{top:174px;right:8%;transform:rotate(10deg)}.auth-wave{position:absolute;width:560px;height:170px;border-top:1px solid rgba(255,196,0,.32);border-radius:50%}.auth-wave:after,.auth-wave:before{position:absolute;inset:18px 0 0;border-top:inherit;border-radius:inherit;content:""}.auth-wave:after{inset:36px 0 0}.auth-wave-left{top:248px;left:-230px;transform:rotate(-14deg)}.auth-wave-right{top:188px;right:-195px;transform:rotate(8deg)}.auth-card-content{position:relative;z-index:2;width:min(100%,706px);margin-inline:auto;padding:132px 40px 50px}.auth-card-logo{display:grid;justify-items:center;gap:0;color:var(--black);text-align:center}.auth-card-logo svg{width:116px;height:116px;color:var(--yellow)}.auth-card-logo span{margin-top:-2px;font-size:clamp(62px,7vw,86px);font-weight:950;line-height:.95}.auth-card-intro{margin-top:58px;text-align:center}.auth-card-intro h1{margin:0;font-size:clamp(36px,4.2vw,48px);font-weight:950;line-height:1}.auth-card-intro p{max-width:430px;margin:24px auto 0;color:#6b6c73;font-size:clamp(22px,2.6vw,29px);line-height:1.32}.auth-card-social{display:grid;gap:24px;margin-top:50px}.auth-card-form>label,.auth-card-social button{display:flex;align-items:center;width:100%;min-height:92px;padding:0 31px;color:var(--black);background:rgba(255,255,255,.86);border:1px solid #d8d8de;border-radius:16px;box-shadow:0 8px 22px rgba(20,20,20,.025)}.auth-card-social button{justify-content:center;gap:31px;font-size:clamp(22px,2.6vw,28px);font-weight:900}.auth-card-social button[aria-disabled=true]{cursor:default}.auth-card-social .facebook-mark,.auth-card-social .google-mark{width:48px;height:48px;font-size:48px;line-height:1}.auth-card-social .google-mark{color:transparent;background:conic-gradient(from -45deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);-webkit-background-clip:text;background-clip:text}.auth-card-social .facebook-mark{display:inline-flex;align-items:center;justify-content:center;color:#1877f2;font-family:Arial,sans-serif;font-weight:900}.auth-card-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:44px;margin:42px 0 34px;color:#6c6d73;font-size:20px}.auth-card-divider span{height:1px;background:#dfdfe4}.auth-card-form{display:grid;gap:24px}.auth-card-form>label{gap:26px}.auth-card-form input[type=email],.auth-card-form input[type=password],.auth-card-form input[type=text]{min-width:0;flex:1 1;color:var(--black);background:transparent;border:0;outline:0;font-size:clamp(21px,2.5vw,26px)}.auth-card-form input::placeholder{color:#8d8d95}.auth-card-form>label>button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--black);background:transparent;border:0}.auth-card-options{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:7px 0 12px;font-size:20px}.auth-card-options label{display:inline-flex;align-items:center;gap:16px;white-space:nowrap}.auth-card-options input{width:30px;height:30px;margin:0;accent-color:var(--yellow)}.auth-card-options a,.auth-card-switch a,.auth-card-terms a{color:#efb400;font-weight:850}.auth-card-error{margin:-4px 0 0;padding:13px 16px;color:#9e1b1b;background:#fff1f1;border:1px solid #ffd4d4;border-radius:12px;font-size:16px}.auth-card-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:86px;color:var(--black);background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:0;border-radius:15px;font-size:clamp(23px,2.8vw,30px);font-weight:950;box-shadow:inset 0 -1px 0 rgba(0,0,0,.08)}.auth-card-submit:disabled{cursor:wait;opacity:.75}.auth-card-switch{margin:18px 0 0;color:#696a73;text-align:center;font-size:21px;line-height:1.4}.auth-card-terms{margin:42px auto 0;color:#696a73;text-align:center;font-size:19px;line-height:1.55}.dashboard-page{min-height:100vh;color:var(--black);background:radial-gradient(circle at 92% 6%,rgba(255,196,0,.055),transparent 32%),linear-gradient(180deg,#fffefb,#fbfaf5)}.dash-logo{gap:12px;flex-shrink:0}.dash-logo,.dash-logo span{display:inline-flex;align-items:center;color:var(--black)}.dash-logo span{justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border-radius:50%}.dash-logo strong{font-size:29px;font-weight:950;line-height:1;white-space:nowrap}.dash-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:270px;background:rgba(255,255,255,.96);border-right:1px solid #e7e7e7}.dash-sidebar-top{display:flex;align-items:center;min-height:101px;padding:0 24px;border-bottom:1px solid #e7e7e7}.dash-side-nav{display:grid;gap:9px;padding:27px 21px 28px;border-bottom:1px solid #e7e7e7}.dash-account-menu button,.dash-action,.dash-bottom-nav button,.dash-chat,.dash-history-heading button,.dash-more,.dash-play,.dash-referral,.dash-side-nav button{font:inherit}.dash-side-nav button{display:flex;align-items:center;gap:16px;min-height:58px;padding:0 18px;color:#383a42;background:transparent;border:0;border-radius:12px;font-size:17px;font-weight:650}.dash-side-nav button.active{color:#efa900;background:linear-gradient(90deg,rgba(255,196,0,.16),rgba(255,248,226,.9))}.dash-create-nav{display:grid;gap:7px}.dash-create-nav-trigger{width:100%}.dash-create-nav-trigger.open,.dash-create-nav.open .dash-create-nav-trigger{color:#efa900;background:linear-gradient(90deg,rgba(255,196,0,.16),rgba(255,248,226,.9))}.dash-create-chevron{margin-left:auto;transition:transform .18s ease}.dash-create-nav.open .dash-create-chevron{transform:rotate(180deg)}.dash-create-nav-menu{display:grid;gap:7px;max-height:0;padding-left:38px;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .2s ease,opacity .16s ease,padding-top .2s ease}.dash-create-nav.open .dash-create-nav-menu{max-height:170px;padding-top:2px;opacity:1;pointer-events:auto}.dash-side-nav .dash-create-nav-menu button{min-height:42px;gap:10px;padding:0 13px;color:#3a3b42;background:#fffaf0;border:1px solid rgba(255,196,0,.2);border-radius:10px;font-size:14px;font-weight:750}.dash-side-nav .dash-create-nav-menu button:focus-visible,.dash-side-nav .dash-create-nav-menu button:hover{color:#111111;background:#fff4d7}.dash-side-nav .dash-create-nav-menu button svg{color:#efa900;flex:0 0 auto}.dash-referral{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;width:calc(100% - 42px);min-height:116px;margin:28px 21px;padding:19px;color:#111111;text-align:left;background:linear-gradient(135deg,rgba(255,196,0,.15),rgba(255,248,230,.98));border:0;border-radius:12px}.dash-referral>svg{color:var(--yellow)}.dash-referral span{display:grid;gap:10px}.dash-referral strong{font-size:15px}.dash-referral small{color:#51535b;font-size:14px;line-height:1.28}.dash-workspace{position:relative;min-height:100vh;margin-left:270px;overflow:hidden}.dash-topbar{position:relative;z-index:10;display:flex;align-items:center;justify-content:flex-end;gap:34px;min-height:101px;padding:0 43px;background:rgba(255,255,255,.92);border-bottom:1px solid #e7e7e7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dash-credit-pill{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-width:153px;height:52px;padding:0 24px;color:#111111;background:linear-gradient(135deg,#fff7df,#fff0c8);border-radius:15px;font-size:19px;font-weight:900}.dash-credit-add-button{min-width:142px;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));box-shadow:0 18px 36px rgba(255,196,0,.2)}.dash-credit-button{border:0;cursor:pointer;font:inherit;transition:transform .16s ease,box-shadow .16s ease}.dash-credit-button:focus-visible,.dash-credit-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(255,196,0,.2);outline:none}.dash-credit-button.is-updating{animation:credit-balance-glow .9s ease-out}.dash-credit-button.is-updating strong{animation:credit-balance-count .9s ease-out}:root.credit-recharge-open{overflow:hidden;overscroll-behavior:none}.credit-recharge-backdrop{position:fixed;inset:0;z-index:320;display:flex;align-items:flex-start;justify-content:center;overflow:auto;padding:clamp(16px,4vh,34px) 18px;background:rgba(5,5,5,.52);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.credit-recharge-modal{position:relative;display:grid;gap:14px;width:min(100%,760px);margin:0;overflow:visible}.credit-recharge-close{position:absolute;top:18px;right:18px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#111111;background:#fff6d8;border:0;border-radius:999px;cursor:pointer}.credit-recharge-close:disabled{cursor:not-allowed;opacity:.6}.credit-balance-card,.credit-recharge-card{background:rgba(255,255,255,.98);border:1px solid rgba(17,17,17,.1);border-radius:24px;box-shadow:0 22px 60px rgba(15,23,42,.12)}.credit-balance-card{display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:16px;min-height:88px;padding:18px 22px}.credit-balance-card>span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border-radius:20px;box-shadow:0 14px 30px rgba(255,196,0,.24)}.credit-balance-card p,.credit-balance-card strong,.credit-recharge-card h2,.credit-recharge-card p{margin:0}.credit-balance-card p{color:#6b7280;font-size:14px;font-weight:700}.credit-balance-card strong{display:block;margin-top:4px;color:#202124;font-size:29px;font-weight:950;line-height:1}.credit-recharge-card{display:grid;gap:18px;padding:22px}.credit-recharge-card>header{display:flex;align-items:flex-start;gap:10px;color:#e6a900}.credit-recharge-card h2{color:#202124;font-size:20px;font-weight:900;line-height:1.2}.credit-recharge-card header p{margin-top:8px;color:#6b7280;font-size:13px;font-weight:650;line-height:1.45}.credit-pack-grid,.credit-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.credit-pack-card{position:relative;display:grid;gap:8px;min-height:110px;padding:18px 15px 14px;color:#24272d;text-align:left;background:#ffffff;border:2px solid #e4e4e4;border-radius:18px;font:inherit;cursor:pointer;overflow:visible;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.credit-pack-card.selected,.credit-pack-card:focus-visible,.credit-pack-card:hover{border-color:var(--yellow);box-shadow:0 15px 30px rgba(255,196,0,.18);outline:none;transform:translateY(-1px)}.credit-pack-card span{display:inline-flex;align-items:center;gap:7px;color:#2f3238;font-size:14px;font-weight:850}.credit-pack-card span svg{color:#e6a900}.credit-pack-card strong{color:#202124;font-size:27px;font-weight:950;line-height:1}.credit-pack-card small{color:#6f737b;font-size:13px;font-weight:650}.credit-pack-bonus{position:absolute;top:-11px;right:12px;z-index:1;padding:5px 9px;color:#ffffff;background:linear-gradient(135deg,var(--yellow),#ff8a00);border-radius:999px;font-size:10px;font-style:normal;font-weight:950;line-height:1;text-transform:uppercase;white-space:nowrap;box-shadow:0 10px 20px rgba(255,150,0,.24)}.credit-provider-card{display:grid;gap:12px;min-height:114px;padding:16px;color:#24272d;text-align:left;background:#ffffff;border:2px solid #e4e4e4;border-radius:18px;font:inherit;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.credit-provider-card.selected,.credit-provider-card:focus-visible,.credit-provider-card:hover{border-color:var(--yellow);box-shadow:0 15px 30px rgba(255,196,0,.18);outline:none;transform:translateY(-1px)}.credit-provider-card-copy{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:flex-start}.credit-provider-card-copy>span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#111111;background:linear-gradient(135deg,#fff2cc,#fff7df);border-radius:14px}.credit-provider-card-copy strong{display:block;color:#202124;font-size:16px;font-weight:900;line-height:1.2}.credit-provider-card-copy small{display:block;margin-top:5px;color:#6f737b;font-size:13px;font-weight:650;line-height:1.35}.credit-card-badges,.credit-provider-badges{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.credit-card-badges span,.credit-provider-badges span{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;color:#7a5600;background:#fff7dd;border:1px solid rgba(255,196,0,.28);border-radius:999px;font-size:11px;font-weight:850;line-height:1}.credit-payment-country{margin:-4px 0 2px;color:#7a5600;font-size:13px;font-weight:800}.credit-country-selector{display:grid;gap:7px}.credit-country-selector span{color:#6f737b;font-size:12px;font-weight:800}.credit-country-selector select{min-height:48px;padding:0 14px;color:#202124;background:#ffffff;border:1px solid #e1e1e1;border-radius:14px;font:inherit;font-size:14px;font-weight:750;outline:none}.credit-country-selector select:focus{border-color:rgba(255,196,0,.72);box-shadow:0 0 0 3px rgba(255,196,0,.14)}.credit-paystack-trust{display:grid;gap:9px;justify-items:center;text-align:center}.credit-paystack-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;width:100%}.credit-paystack-logos span{display:inline-flex;align-items:center;justify-content:center;width:96px;height:52px;padding:7px;background:#ffffff;border:1px solid #e4e4e4;border-radius:14px;box-shadow:0 12px 26px rgba(15,23,42,.06)}.credit-paystack-logos img{display:block;max-width:100%;max-height:100%;object-fit:contain}.credit-paystack-trust p{margin:0;color:#6f737b;font-size:12px;font-weight:750;line-height:1.35}.credit-mobile-fields{display:grid;gap:12px;padding:16px;background:linear-gradient(180deg,#fffaf0,#fffdfa);border:1px solid rgba(255,196,0,.26);border-radius:18px}.credit-mobile-fields-head{display:grid;gap:5px}.credit-mobile-fields-head strong{color:#202124;font-size:15px;font-weight:900;line-height:1.2}.credit-mobile-fields-head p,.credit-mobile-phone-help{margin:0;color:#6f737b;font-size:13px;font-weight:650;line-height:1.45}.credit-mobile-operator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.credit-mobile-operator-chip{display:grid;gap:5px;min-height:84px;padding:13px 14px;color:#24272d;text-align:left;background:#ffffff;border:2px solid #e4e4e4;border-radius:16px;font:inherit;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.credit-mobile-operator-chip.selected,.credit-mobile-operator-chip:focus-visible,.credit-mobile-operator-chip:hover{border-color:var(--yellow);box-shadow:0 15px 30px rgba(255,196,0,.18);outline:none;transform:translateY(-1px)}.credit-mobile-operator-chip:disabled{cursor:wait;opacity:.76}.credit-mobile-operator-chip strong{color:#202124;font-size:14px;font-weight:900;line-height:1.2}.credit-mobile-operator-chip small{color:#6f737b;font-size:12px;font-weight:700;line-height:1.35}.credit-mobile-phone-field{display:grid;gap:7px}.credit-mobile-phone-field span{color:#6f737b;font-size:12px;font-weight:800}.credit-mobile-phone-field input{min-height:48px;padding:0 14px;color:#202124;background:#ffffff;border:1px solid #e1e1e1;border-radius:14px;font:inherit;font-size:14px;font-weight:750;outline:none}.credit-mobile-phone-field input:focus{border-color:rgba(255,196,0,.72);box-shadow:0 0 0 3px rgba(255,196,0,.14)}.credit-provider-empty,.credit-provider-loading{display:inline-flex;align-items:center;gap:10px;min-height:58px;padding:14px 16px;color:#7a5600;background:#fff8e3;border:1px solid rgba(255,196,0,.28);border-radius:14px;font-size:13px;font-weight:750;line-height:1.4}.credit-provider-loading svg{flex:0 0 auto;animation:credit-spin .9s linear infinite}.credit-recharge-message{margin:0;padding:11px 13px;border-radius:12px;font-size:13px;font-weight:750;line-height:1.4}.credit-recharge-message.error{color:#9b1c1c;background:#ffe6e6}.credit-recharge-message.success{color:#11633a;background:#ddf7e8}.credit-recharge-card footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:2px}.credit-recharge-card footer div{display:grid;gap:3px}.credit-recharge-card footer small{color:#6f737b;font-size:12px;font-weight:750}.credit-recharge-card footer strong{color:#202124;font-size:18px;font-weight:950}.credit-footer-bonus{color:#b77900!important}.credit-recharge-card footer button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:47px;padding:0 18px;color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:0;border-radius:14px;font:inherit;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(255,196,0,.24)}.credit-recharge-card footer button:disabled{cursor:wait;opacity:.76}.credit-recharge-card footer button svg{animation:credit-spin .9s linear infinite}.credit-mobile-checkout{display:none}@keyframes credit-spin{to{transform:rotate(1turn)}}@keyframes credit-mobile-checkout-in{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes credit-balance-glow{0%{box-shadow:0 0 0 rgba(255,196,0,0);transform:scale(1)}32%{box-shadow:0 16px 34px rgba(255,196,0,.34),0 0 0 9px rgba(255,196,0,.16);transform:scale(1.045)}to{box-shadow:0 14px 28px rgba(255,196,0,.2);transform:scale(1)}}@keyframes credit-balance-count{0%{opacity:.65;transform:translateY(6px)}40%{opacity:1;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@media (max-width:560px){.credit-recharge-backdrop{align-items:flex-start;overflow:hidden;padding:8px}.credit-recharge-modal{width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.credit-recharge-modal::-webkit-scrollbar{display:none}.credit-recharge-modal.has-mobile-selection{padding-bottom:calc(150px + env(safe-area-inset-bottom))}.credit-balance-card{grid-template-columns:56px minmax(0,1fr);min-height:88px;padding:18px;border-radius:20px}.credit-balance-card>span{width:50px;height:50px;border-radius:17px}.credit-balance-card strong{font-size:26px}.credit-recharge-card{padding:20px 16px 16px;border-radius:20px}.credit-mobile-operator-grid,.credit-pack-grid,.credit-provider-grid{grid-template-columns:1fr}.credit-recharge-card footer{display:none}.credit-mobile-checkout{position:fixed;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));left:10px;z-index:340;display:grid;gap:10px;padding:10px 12px 12px;color:#16191f;background:rgba(255,255,255,.98);border:1px solid rgba(17,17,17,.1);border-radius:24px 24px 20px 20px;box-shadow:0 -20px 55px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.76);animation:credit-mobile-checkout-in .22s ease-out}.credit-mobile-checkout-handle{justify-self:center;width:44px;height:4px;background:rgba(17,17,17,.18);border-radius:999px}.credit-mobile-checkout-summary{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px}.credit-mobile-checkout-summary>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border-radius:15px}.credit-mobile-checkout-summary p,.credit-mobile-checkout-summary small{margin:0;color:#72757d;font-size:11px;font-weight:800;line-height:1.2}.credit-mobile-checkout-summary strong{display:block;margin-top:2px;overflow:hidden;color:#16191f;font-size:15px;font-weight:950;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.credit-mobile-checkout-summary p{margin-top:3px}.credit-mobile-checkout-summary b{color:#16191f;font-size:18px;font-weight:950;white-space:nowrap}.credit-mobile-checkout .credit-paystack-logos{justify-content:center;gap:7px}.credit-mobile-checkout .credit-paystack-logos span{width:72px;height:38px;padding:5px;border-radius:12px}.credit-mobile-checkout>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:0;border-radius:16px;font:inherit;font-size:15px;font-weight:950;cursor:pointer;box-shadow:0 14px 28px rgba(255,196,0,.25)}.credit-mobile-checkout>button:disabled{cursor:wait;opacity:.76}.credit-mobile-checkout>button svg{animation:credit-spin .9s linear infinite}.credit-mobile-money-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}.credit-mobile-money-logos img{width:auto;height:24px;max-width:96px;object-fit:contain}}.dash-theme-toggle{display:inline-flex;align-items:center;gap:5px;height:44px;padding:4px;color:#6b7280;background:#f3f5f8;border:1px solid rgba(17,24,39,.06);border-radius:999px;flex:0 0 auto}.dash-theme-toggle button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:inherit;background:transparent;border:0;border-radius:50%;cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease}.dash-theme-toggle button:focus-visible,.dash-theme-toggle button:hover{color:#111827;background:rgba(255,255,255,.82)}.dash-theme-toggle button.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);box-shadow:0 8px 18px rgba(255,159,19,.2)}.dash-account-menu{position:relative;z-index:180;color:#55565e}.dash-account-menu summary{display:inline-flex;align-items:center;gap:13px;min-height:52px;list-style:none;cursor:pointer;font-size:18px}.dash-profile-icon{display:block;width:28px;height:28px;flex:0 0 auto;background:#ffffff!important;border-radius:50%;box-shadow:0 0 0 3px #ffffff!important;object-fit:contain;object-position:center}.dash-account-menu summary::-webkit-details-marker{display:none}.dash-account-menu summary::marker{content:""}.dash-account-menu-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:260;display:grid;gap:8px}.dash-account-menu button{min-width:148px;min-height:44px;color:var(--black);background:#ffffff;border:1px solid #e4e4e4;border-radius:10px;box-shadow:var(--tight-shadow)}.dash-guest-auth-actions{display:inline-flex;align-items:center;gap:10px;min-width:0}.dash-guest-auth-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:999px;font-size:15px;font-weight:850;line-height:1;white-space:nowrap}.dash-guest-login{color:#514d47;background:rgba(255,255,255,.72)}.dash-guest-signup{color:#ffffff;background:#171412;box-shadow:0 14px 28px rgba(17,17,17,.14)}.dashboard-page.guest-modal-open>.dash-full-player,.dashboard-page.guest-modal-open>.dash-sidebar,.dashboard-page.guest-modal-open>.dash-workspace{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.dash-guest-auth-backdrop{position:fixed;inset:0;z-index:520;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(17,17,17,.32);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dash-guest-auth-modal{position:relative;display:grid;justify-items:center;gap:16px;width:min(100%,430px);padding:34px 28px 28px;color:#171412;text-align:center;background:#ffffff;border:1px solid rgba(255,196,0,.24);border-radius:24px;box-shadow:0 28px 80px rgba(17,17,17,.22)}.dash-guest-auth-close{position:absolute;top:14px;right:14px;width:40px;height:40px;color:#57534e;background:#f7f7f7;border:0;border-radius:50%}.dash-guest-auth-close,.dash-guest-auth-icon{display:inline-flex;align-items:center;justify-content:center}.dash-guest-auth-icon{width:64px;height:64px;color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border-radius:20px}.dash-guest-auth-modal h2{margin:0;font-size:30px;font-weight:900;line-height:1.08}.dash-guest-auth-modal p{max-width:350px;margin:0;color:#62605a;font-size:16px;font-weight:650;line-height:1.48}.dash-guest-auth-modal-actions{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:4px}.dash-guest-auth-modal-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-size:15px;font-weight:850}.dash-guest-auth-modal-actions a:first-child{color:#171412;background:#fff4d7}.dash-guest-auth-modal-actions a:last-child{color:#ffffff;background:#171412}.dash-bottom-nav,.dash-create-backdrop,.dash-create-flyout,.dash-home-indicator,.dash-mobile-header{display:none}.dash-generation-panel{position:absolute;top:120px;right:43px;z-index:4;width:min(100% - 86px,336px)}.global-generation-panel,.global-generation-stack{position:fixed;top:148px;right:42px;z-index:80}.global-generation-stack{display:grid;gap:14px;width:min(100% - 84px,336px);max-height:calc(100dvh - 176px);overflow-y:auto;padding-right:2px}.global-generation-stack .global-generation-panel{position:relative;top:auto;right:auto;left:auto;z-index:auto;width:100%;padding-top:0}.dash-generation-card{padding:18px 18px 16px;background:rgba(255,255,255,.95);border:1px solid rgba(255,196,0,.34);border-radius:22px;box-shadow:0 0 0 1px rgba(255,212,55,.1),0 14px 40px rgba(255,196,0,.12),0 18px 34px rgba(18,18,18,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dash-generation-header{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:13px}.dash-generation-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#4b4b50;background:#f7f7f7;border:1px solid #ececec;border-radius:50%;cursor:pointer}.dash-generation-close:hover{background:#fff3d7;border-color:rgba(255,196,0,.42)}.dash-generation-header .dash-cover{width:56px;height:56px;border-radius:16px}.dash-generation-header strong{display:block;font-size:19px;font-weight:950;line-height:1.15}.dash-generation-header p{margin:5px 0 0;color:#666871;font-size:14px;line-height:1.4}.dash-generation-body{display:grid;grid-template-columns:104px 1fr;align-items:center;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid #f0e7cf}.dash-generation-ring{--progress:10%;position:relative;display:grid;place-items:center;width:96px;height:96px;background:radial-gradient(circle at 50% 50%,rgba(255,196,0,.18),transparent 62%),conic-gradient(from -90deg,var(--yellow) var(--progress),rgba(255,196,0,.14) 0);border-radius:50%;box-shadow:inset 0 0 24px rgba(255,196,0,.12),0 0 24px rgba(255,196,0,.18)}.dash-generation-ring:before{position:absolute;inset:10px;background:#ffffff;border-radius:50%;content:""}.dash-generation-ring>div{position:relative;z-index:1;display:grid;justify-items:center;line-height:1}.dash-generation-ring strong{font-size:28px;font-weight:950;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-generation-ring span{margin-top:2px;color:#77787f;font-size:12px;font-weight:800;text-transform:uppercase}.dash-generation-copy span,.dash-generation-error span,.dash-generation-ready span{display:inline-flex;color:#d89b00;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.dash-generation-copy p,.dash-generation-error p,.dash-generation-ready p{margin:8px 0 0;color:#404048;font-size:14px;line-height:1.45}.dash-generation-error button{width:100%;margin-top:12px;border:1px solid rgba(255,183,0,.7);border-radius:14px;padding:10px 14px;background:linear-gradient(135deg,#fff8df,#ffd44d);color:#181818;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.dash-generation-download{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:12px;padding:0 16px;color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border-radius:13px;font-size:13px;font-weight:900;text-decoration:none}.dash-generation-error,.dash-generation-ready{margin-top:18px;padding-top:18px;border-top:1px solid #f0e7cf}.dash-generation-ready-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-generation-versions{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#fff8e3;border:1px solid rgba(255,196,0,.28);border-radius:999px}.dash-generation-versions button{min-height:28px;padding:0 10px;color:#6b520f;background:transparent;border:0;border-radius:999px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.dash-generation-versions button.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);box-shadow:0 8px 18px rgba(255,164,18,.24)}.dash-version-player{--player-accent:#ff9f13;--player-soft:#fff0df;margin-top:14px}.dash-player-audio{display:none}.dash-player-progress,.dash-player-volume input{width:100%;padding:0;accent-color:var(--player-accent);background:transparent;cursor:pointer;appearance:none}.dash-player-progress{height:18px}.dash-player-progress::-webkit-slider-runnable-track,.dash-player-volume input::-webkit-slider-runnable-track{height:5px;background:linear-gradient(90deg,var(--player-accent) var(--value),#e8ebef 0);border-radius:999px}.dash-player-progress::-moz-range-track,.dash-player-volume input::-moz-range-track{height:5px;background:#e8ebef;border-radius:999px}.dash-player-progress::-moz-range-progress,.dash-player-volume input::-moz-range-progress{height:5px;background:var(--player-accent);border-radius:999px}.dash-player-progress::-webkit-slider-thumb,.dash-player-volume input::-webkit-slider-thumb{width:16px;height:16px;margin-top:-5.5px;background:linear-gradient(135deg,var(--yellow),#ff7a12);border:0;border-radius:50%;box-shadow:0 5px 14px rgba(255,126,18,.28);appearance:none}.dash-player-progress::-moz-range-thumb,.dash-player-volume input::-moz-range-thumb{width:16px;height:16px;background:linear-gradient(135deg,var(--yellow),#ff7a12);border:0;border-radius:50%;box-shadow:0 5px 14px rgba(255,126,18,.28)}.dash-player-times{display:flex;justify-content:space-between;margin-top:2px;color:#7a8492;font-size:11px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-player-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:8px}.dash-player-icon,.dash-player-lyrics,.dash-player-toggle{display:inline-flex;align-items:center;justify-content:center;border:0;font:inherit;cursor:pointer}.dash-player-icon{width:40px;height:40px;color:#7b8492;background:transparent;border-radius:50%}.dash-player-icon:hover{color:#141414;background:#fff6df}.dash-player-toggle{width:58px;height:58px;color:#ffffff;background:linear-gradient(135deg,#ffc400,#ff7417);border-radius:50%;box-shadow:0 14px 30px rgba(255,116,23,.28)}.dash-player-toggle svg{margin-left:2px}.dash-player-toggle svg[data-lucide=pause]{margin-left:0}.dash-player-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.dash-player-lyrics{gap:6px;min-height:38px;padding:0 14px;color:#ff7417;background:var(--player-soft);border-radius:999px;font-size:13px;font-weight:850}.dash-player-lyrics.active{color:#111111;background:linear-gradient(135deg,#fff4c3,#ffd437)}.dash-player-volume{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:104px;color:#8a93a1}.dash-player-volume input{height:16px}.dash-player-volume input::-moz-range-thumb,.dash-player-volume input::-webkit-slider-thumb{width:13px;height:13px;margin-top:-4px}.dash-player-lyrics-panel{max-height:150px;margin:12px 0 0;padding:12px;overflow:auto;color:#2f3036;background:#fffaf0;border:1px solid rgba(255,196,0,.2);border-radius:14px;font:inherit;font-size:12px;line-height:1.45;white-space:pre-wrap}.dash-generation-panel.error .dash-generation-card{border-color:rgba(220,80,80,.28);box-shadow:0 0 0 1px rgba(220,80,80,.08),0 14px 40px rgba(220,80,80,.08),0 18px 34px rgba(18,18,18,.08)}.dash-decor{position:absolute;top:101px;right:0;z-index:0;width:min(58vw,710px);height:300px;overflow:hidden;pointer-events:none}.dash-decor:before{position:absolute;top:-170px;right:178px;width:470px;height:470px;background:radial-gradient(circle,rgba(255,196,0,.17),rgba(255,196,0,.04) 66%,transparent 68%);border-radius:50%;content:""}.dash-decor span{position:absolute;right:-160px;top:102px;width:530px;height:150px;border-top:1px solid rgba(255,196,0,.25);border-radius:50%}.dash-decor span:after,.dash-decor span:before{position:absolute;inset:15px 0 0;border-top:inherit;border-radius:inherit;content:""}.dash-decor span:after{inset:30px 0 0}.dash-decor svg{position:absolute;color:var(--yellow)}.decor-big{top:55px;right:245px}.decor-one{top:55px;left:160px}.decor-two{top:68px;right:120px;transform:rotate(-12deg)}.decor-three{top:135px;right:35px;transform:rotate(14deg)}.dash-content{position:relative;z-index:2;width:min(100% - 112px,846px);margin-inline:auto;padding:39px 0 60px}.dash-greeting h1{margin:0;font-size:clamp(38px,3.7vw,42px);font-weight:950;line-height:1.1}.dash-greeting p{margin:12px 0 0;color:#666871;font-size:18px}.dash-actions{display:grid;grid-template-columns:repeat(4,1fr);min-height:183px;margin-top:24px;overflow:hidden;background:rgba(255,255,255,.94);border:1px solid #ededed;border-radius:20px;box-shadow:0 16px 40px rgba(18,18,18,.07);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dash-action{display:grid;align-content:center;justify-items:center;gap:16px;min-width:0;padding:22px 18px;color:var(--black);background:transparent;border:0;border-right:1px solid #e6e6e6}.dash-action:last-child{border-right:0}.dash-action span{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;color:#f2ac00;background:linear-gradient(135deg,#fff2cc,#fff9eb);border-radius:18px}.dash-action strong{max-width:126px;font-size:17px;font-weight:900;line-height:1.25;text-align:center}.dash-history{margin-top:44px}.dash-history-heading{display:flex;align-items:center;justify-content:space-between;gap:24px}.dash-history-heading h2{margin:0;font-size:31px;font-weight:950;line-height:1}.dash-history-heading p{margin:10px 0 0;color:#62646c;font-size:15px}.dash-history-heading .dash-history-filter-total{display:inline-flex;align-items:center;min-height:28px;margin-top:12px;padding:0 10px;color:#4c3b00;background:#fff5d8;border:1px solid rgba(255,196,0,.42);border-radius:999px;font-size:13px;font-weight:850}.dash-history-filter-trigger{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:112px;min-height:40px;padding:0 13px;color:var(--black);background:rgba(255,255,255,.96);border:1px solid rgba(17,24,39,.1);border-radius:12px;font-size:14px;font-weight:750;white-space:nowrap}.dash-history-filter-trigger.active{background:#fff3d7;border-color:rgba(255,196,0,.72)}.dash-history-tools{position:relative;width:min(100%,520px)}.dash-history-search{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:7px 8px 7px 16px;color:#6b7280;background:rgba(255,255,255,.94);border:1px solid #dedede;border-radius:16px;box-shadow:0 12px 28px rgba(18,18,18,.04)}.dash-history-search input{min-width:0;height:100%;color:var(--black);background:transparent;border:0;outline:0;font:inherit;font-size:15px}.dash-history-search input::placeholder{color:#8a8f99}.dash-history-filter-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:90;display:grid;gap:14px;width:min(360px,calc(100vw - 48px));padding:14px;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:14px;box-shadow:0 22px 52px rgba(15,23,42,.16)}.dash-history-filter-group{display:grid;gap:8px}.dash-history-filter-group>span{color:#596070;font-size:12px;font-weight:850}.dash-history-filter-group>div{display:flex;flex-wrap:wrap;gap:7px}.dash-history-filter-group>.dash-history-custom-date-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dash-history-custom-date-range label{display:grid;gap:5px;min-width:0}.dash-history-custom-date-range span{color:#596070;font-size:11px;font-weight:850}.dash-history-custom-date-range input{width:100%;min-width:0;min-height:38px;padding:0 10px;color:#111827;background:#f7f7f8;border:1px solid #e6e8ec;border-radius:10px;font:inherit;font-size:13px;font-weight:750;outline:0}.dash-history-custom-date-range input:focus{border-color:rgba(255,196,0,.72);box-shadow:0 0 0 3px rgba(255,196,0,.18)}.dash-history-filter-group button,.dash-history-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:34px;padding:0 12px;color:#30333b;background:#f7f7f8;border:1px solid #e6e8ec;border-radius:10px;font:inherit;font-size:12px;font-weight:800}.dash-history-filter-group button.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border-color:rgba(255,196,0,.62)}.dash-history-filter-reset{width:100%;color:#171717;background:#ffffff}.dash-history-filter-reset:disabled{cursor:default;opacity:.45}@media (max-width:760px){.dash-history-heading{align-items:stretch;flex-direction:column}.dash-history-tools{width:100%}.dash-history-search{grid-template-columns:20px minmax(0,1fr) auto;min-height:52px;padding:6px 6px 6px 13px;border-radius:15px}.dash-history-search input{font-size:14px}.dash-history-filter-trigger{min-width:94px;min-height:38px;padding:0 10px;border-radius:11px;font-size:13px}.dash-history-filter-menu{right:0;left:0;width:100%}.dash-history-filter-group>.dash-history-custom-date-range{grid-template-columns:1fr}}.dash-history-list{display:grid;gap:11px;margin-top:20px}.dash-history-empty{display:grid;gap:7px;margin-top:20px;padding:22px 24px;color:#5f6168;background:rgba(255,255,255,.78);border:1px dashed #dedede;border-radius:18px}.dash-history-empty strong{color:var(--black);font-size:17px;font-weight:900}.dash-history-empty p{margin:0;font-size:14px;line-height:1.45}.dash-history-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:18px;color:#5f6168;font-size:14px;font-weight:800}.dash-history-pagination button{min-height:38px;padding:0 16px;color:var(--black);background:rgba(255,255,255,.86);border:1px solid #dedede;border-radius:12px;font:inherit}.dash-history-pagination button:disabled{cursor:not-allowed;opacity:.45}.dash-history-pagination button:not(:disabled):hover{background:#fff8df;border-color:rgba(255,196,0,.7)}.dash-content.credits-mode,.dash-content.stats-mode{width:min(100% - 112px,1188px)}.dash-stats-view{display:grid;gap:24px;min-width:0}.dash-stats-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;min-width:0}.dash-stats-header p{margin:0 0 8px;color:#efa900;font-size:14px;font-weight:900}.dash-stats-header h1{margin:0;color:var(--black);font-size:clamp(36px,3.4vw,46px);font-weight:950;line-height:1}.dash-stats-header span{display:block;margin-top:11px;color:#62646c;font-size:16px;line-height:1.45}.dash-stats-header button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:0;max-width:100%;min-height:48px;padding:0 18px;color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:0;border-radius:999px;font:inherit;font-size:15px;font-weight:900;white-space:nowrap;box-shadow:0 14px 26px rgba(255,196,0,.22)}.dash-stats-notice{padding:14px 16px;color:#7c4d00;background:#fff7df;border:1px solid rgba(255,196,0,.35);border-radius:14px;font-size:14px;font-weight:750}.dash-stats-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;min-width:0}.dash-stats-metric,.dash-stats-panel{min-width:0;background:rgba(255,255,255,.96);border:1px solid #ededed;border-radius:18px;box-shadow:0 12px 28px rgba(18,18,18,.06)}.dash-stats-metric{display:grid;gap:11px;min-height:118px;padding:18px}.dash-stats-metric span{display:inline-flex;align-items:center;gap:9px;min-width:0;color:#596276;font-size:14px;font-weight:850}.dash-stats-metric svg,.dash-stats-panel-heading svg{color:#e16f55}.dash-stats-metric strong{color:var(--black);font-size:30px;font-weight:950;line-height:1}.dash-stats-metric small{color:#747782;font-size:12px;font-weight:750;line-height:1.35}.dash-stats-panel{padding:22px 24px}.dash-stats-chart-panel{overflow:hidden}.dash-stats-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.dash-stats-panel-heading>div{display:flex;align-items:center;gap:10px;min-width:0}.dash-stats-panel-heading h2{margin:0;color:var(--black);font-size:18px;font-weight:950}.dash-stats-panel-heading span{color:#62646c;font-size:14px;font-weight:750}.dash-stats-date-controls{display:flex;flex-wrap:wrap;align-items:end;justify-content:flex-end;gap:10px;margin:-6px 0 18px}.dash-stats-date-controls label{display:grid;gap:5px;min-width:0}.dash-stats-date-controls span{color:#596070;font-size:11px;font-weight:850}.dash-stats-date-controls input,.dash-stats-date-controls select{width:100%;min-width:0;min-height:40px;padding:0 12px;color:#111827;background:#f7f7f8;border:1px solid #e6e8ec;border-radius:11px;font:inherit;font-size:13px;font-weight:800;outline:0}.dash-stats-date-controls input:focus,.dash-stats-date-controls select:focus{border-color:rgba(255,196,0,.72);box-shadow:0 0 0 3px rgba(255,196,0,.18)}.dash-stats-date-controls>label{width:min(100%,180px)}.dash-stats-custom-date-range{display:grid;grid-template-columns:repeat(2,minmax(0,140px));gap:8px}.dash-stats-chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:14px;min-width:0;max-width:100%;min-height:250px;padding:14px 0 0;background:repeating-linear-gradient(0deg,transparent 0,transparent 49px,rgba(231,235,244,.8) 50px),linear-gradient(90deg,transparent,transparent)}.dash-stats-chart.is-scrollable{overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.dash-stats-chart-day{display:grid;grid-template-rows:24px 1fr 24px;gap:8px;min-width:0;height:230px;text-align:center}.dash-stats-chart-day span{color:#596276;font-size:12px;font-weight:850}.dash-stats-chart-day div{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:0;border-bottom:2px solid rgba(255,133,21,.9)}.dash-stats-chart-day i{display:block;width:min(100%,34px);height:var(--bar-height);min-height:4px;background:linear-gradient(180deg,var(--yellow),#ff8b16);border-radius:999px 999px 0 0;box-shadow:0 10px 22px rgba(255,169,0,.22)}.dash-stats-chart-day em{color:#8b93a7;font-size:12px;font-style:normal;font-weight:800;text-transform:capitalize}.dash-stats-chart-note{margin:14px 0 0;color:#747782;font-size:13px;font-weight:750;line-height:1.4}.dash-stats-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;min-width:0}.dash-stats-list{display:grid;gap:10px}.dash-stats-list button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:58px;padding:12px 14px;color:inherit;background:#fbfbfb;border:1px solid #edf0f5;border-radius:13px;font:inherit;text-align:left}.dash-stats-list button:focus-visible,.dash-stats-list button:hover{background:#fff8df;border-color:rgba(255,196,0,.52)}.dash-stats-list span{display:grid;gap:5px;min-width:0}.dash-stats-list strong{overflow:hidden;color:var(--black);font-size:15px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.dash-stats-list em,.dash-stats-list small{color:#687082;font-size:13px;font-style:normal;font-weight:750}.dash-stats-track-counters{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;min-width:max-content;margin-left:auto}.dash-stats-track-counter{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:44px;min-height:30px;padding:0 8px;color:#303747;background:#ffffff;border:1px solid #edf0f5;border-radius:999px;box-shadow:0 8px 22px rgba(17,24,39,.05)}.dash-stats-track-counter svg{flex:0 0 auto;color:var(--orange)}.dash-stats-track-counter.shares svg{color:#ef6a50}.dash-stats-track-counter.downloads svg{color:#5a6274}.dash-stats-track-counter b{color:var(--black);font-size:13px;font-weight:950;line-height:1}.dash-stats-empty{display:grid;place-items:center;gap:8px;min-height:150px;padding:20px;color:#606979;text-align:center;background:#fbfbfb;border:1px dashed #dfe4ed;border-radius:14px}.dash-stats-empty strong{color:var(--black);font-size:16px;font-weight:900}.dash-stats-empty p{max-width:390px;margin:0;font-size:14px;line-height:1.45}.dash-credits-view{display:grid;gap:24px}.dash-credits-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.dash-credits-header p{margin:0 0 8px;color:#efa900;font-size:14px;font-weight:900}.dash-credits-header h1{margin:0;color:var(--black);font-size:clamp(36px,3.4vw,46px);font-weight:950;line-height:1}.dash-credits-header span{display:block;margin-top:11px;color:#62646c;font-size:16px;line-height:1.45}.dash-credits-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dash-credits-panel,.dash-credits-summary article{background:rgba(255,255,255,.96);border:1px solid #ededed;border-radius:18px;box-shadow:0 12px 28px rgba(18,18,18,.06)}.dash-credits-summary article{display:grid;gap:11px;min-height:118px;padding:18px}.dash-credits-summary span{display:inline-flex;align-items:center;gap:9px;min-width:0;color:#596276;font-size:14px;font-weight:850}.dash-credits-panel-heading svg,.dash-credits-summary svg{color:#e16f55}.dash-credits-summary strong{color:var(--black);font-size:30px;font-weight:950;line-height:1}.dash-credits-summary small{color:#747782;font-size:12px;font-weight:750;line-height:1.35}.dash-credits-panel{display:grid;gap:18px;padding:22px 24px}.dash-credits-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.dash-credits-panel-heading>div{display:flex;align-items:center;gap:10px;min-width:0}.dash-credits-panel-heading h2{margin:0;color:var(--black);font-size:18px;font-weight:950}.dash-credits-panel-heading span{color:#62646c;font-size:14px;font-weight:750}.dash-credits-tabs{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px;background:#fff7dc;border:1px solid #f0dfaf;border-radius:999px}.dash-credits-tabs button{min-height:36px;padding:0 14px;color:#7b5b00;background:transparent;border:0;border-radius:999px;font-size:13px;font-weight:950;white-space:nowrap}.dash-credits-tabs button.active{color:#111111;background:var(--yellow);box-shadow:0 8px 18px rgba(255,196,0,.22)}.dash-credit-transactions{display:grid;gap:10px}.dash-credit-transaction{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:15px;min-height:82px;padding:14px 16px;background:#fbfbfb;border:1px solid #edf0f5;border-radius:16px}.dash-credit-transaction-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px}.dash-credit-transaction-icon.success{color:#178a4d;background:#eaf8f0}.dash-credit-transaction-icon.pending{color:#d99d00;background:#fff6d9}.dash-credit-transaction-icon.failed{color:#d24c45;background:#ffe9e8}.dash-credit-transaction-icon.refunded{color:#2563eb;background:#eaf2ff}.dash-credit-transaction-copy{display:grid;gap:6px;min-width:0}.dash-credit-transaction-copy strong{overflow:hidden;color:var(--black);font-size:17px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.dash-credit-transaction-amounts small,.dash-credit-transaction-copy small{overflow:hidden;color:#687082;font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.dash-credit-transaction-status{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 13px;border-radius:999px;font-size:13px;font-weight:900}.dash-credit-transaction-status.success{color:#0f7a43;background:#e8f7ef}.dash-credit-transaction-status.pending{color:#a06f00;background:#fff0be}.dash-credit-transaction-status.failed{color:#b73530;background:#ffe0df}.dash-credit-transaction-status.refunded{color:#1d4ed8;background:#e8f0ff}.dash-credit-transaction-amounts{display:grid;justify-items:end;gap:5px;min-width:112px;text-align:right}.dash-credit-transaction-amounts strong{color:var(--black);font-size:17px;font-weight:950}.dash-credits-empty{display:grid;place-items:center;gap:8px;min-height:150px;padding:20px;color:#606979;text-align:center;background:#fbfbfb;border:1px dashed #dfe4ed;border-radius:14px}.dash-credits-empty strong{color:var(--black);font-size:16px;font-weight:900}.dash-credits-empty p{max-width:390px;margin:0;font-size:14px;line-height:1.45}@media (max-width:620px){.dash-content.credits-mode .dash-credits-view,.dash-content.stats-mode .dash-stats-view{gap:18px}.dash-content.credits-mode .dash-credits-header h1,.dash-content.stats-mode .dash-stats-header h1{font-size:34px}.dash-content.credits-mode .dash-credits-header span,.dash-content.stats-mode .dash-stats-header span{font-size:15px}.dash-content.credits-mode .dash-credits-header{align-items:stretch;flex-direction:column}.dash-content.credits-mode .dash-credit-add-button,.dash-content.stats-mode .dash-stats-header button{width:100%}.dash-content.stats-mode .dash-stats-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-content.credits-mode .dash-credits-summary,.dash-content.stats-mode .dash-stats-grid{grid-template-columns:1fr}.dash-content.stats-mode .dash-stats-panel{padding:18px;border-radius:16px}.dash-content.stats-mode .dash-stats-panel-heading{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:16px}.dash-content.stats-mode .dash-stats-panel-heading>div{align-items:flex-start;flex-wrap:wrap;gap:7px 9px}.dash-content.stats-mode .dash-stats-date-controls{align-items:stretch;justify-content:stretch;margin-top:-2px}.dash-content.stats-mode .dash-stats-custom-date-range,.dash-content.stats-mode .dash-stats-date-controls>label{width:100%}.dash-content.stats-mode .dash-stats-custom-date-range{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-content.credits-mode .dash-credits-panel{padding:18px;border-radius:16px}.dash-content.credits-mode .dash-credits-panel-heading{align-items:stretch;flex-direction:column}.dash-content.credits-mode .dash-credits-tabs{width:100%}.dash-content.credits-mode .dash-credits-tabs button{flex:1 1;padding-inline:10px}.dash-content.stats-mode .dash-stats-chart{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;overflow-x:visible;padding-bottom:0}.dash-content.stats-mode .dash-stats-chart.is-scrollable{overflow-x:auto;padding-bottom:8px}.dash-content.stats-mode .dash-stats-chart-day{height:196px}.dash-content.stats-mode .dash-stats-chart-day em,.dash-content.stats-mode .dash-stats-chart-day span{font-size:11px}.dash-content.stats-mode .dash-stats-chart-day i{width:min(78%,28px)}.dash-content.stats-mode .dash-stats-list button{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px}.dash-content.stats-mode .dash-stats-track-counters{gap:4px}.dash-content.stats-mode .dash-stats-track-counter{min-width:36px;min-height:28px;padding:0 6px}.dash-content.stats-mode .dash-stats-track-counter b{font-size:12px}.dash-content.credits-mode .dash-credit-transaction{grid-template-columns:46px minmax(0,1fr) auto;gap:12px;padding:12px}.dash-content.credits-mode .dash-credit-transaction-icon{width:46px;height:46px;border-radius:14px}.dash-content.credits-mode .dash-credit-transaction-status{grid-column:2;justify-self:start}.dash-content.credits-mode .dash-credit-transaction-amounts{grid-column:3;grid-row:1/span 2;min-width:82px}}.dash-history-card{display:grid;grid-template-columns:80px 1fr 54px 34px;align-items:center;gap:19px;min-height:102px;padding:14px 20px 14px 17px;background:rgba(255,255,255,.96);border:1px solid #ededed;border-radius:18px;box-shadow:0 12px 28px rgba(18,18,18,.06)}.dash-cover{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;overflow:hidden;border-radius:12px}.dash-cover img{width:100%;height:100%;object-fit:cover}.dash-cover.yellow{color:#403600;background:linear-gradient(135deg,#ffc12f,#ffd96d)}.dash-cover.purple{color:#2b1547;background:linear-gradient(135deg,#7427d8,#ac62ff)}.dash-cover.pink{color:#48111f;background:linear-gradient(135deg,#ff4b83,#ff74a7)}.dash-cover.blue{color:#06285d;background:linear-gradient(135deg,#286fda,#5d99ee)}.dash-track-copy{display:grid;gap:8px;min-width:0}.dash-track-copy h3{margin:0;overflow:hidden;font-size:18px;font-weight:950;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dash-meta{display:flex;align-items:center;gap:20px;color:#676971;font-size:14px}.dash-meta span{position:relative}.dash-meta span+span:before{position:absolute;top:50%;left:-13px;width:6px;height:6px;background:var(--yellow);border-radius:50%;transform:translateY(-50%);content:""}.dash-track-description{display:-webkit-box;margin:-1px 0 0;overflow:hidden;color:#536074;font-size:13px;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dash-status-pill{width:max-content;min-height:28px;overflow:hidden;padding:0 13px;border-radius:999px;font-size:13px;font-weight:750;isolation:isolate}.dash-status-pill,.dash-status-pill-content{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px}.dash-status-pill-content{z-index:1}.dash-status-pill-fill{position:absolute;top:0;bottom:0;left:0;z-index:0;width:var(--dash-status-progress,8%);background:linear-gradient(90deg,rgba(147,197,253,.5),rgba(59,130,246,.68));border-radius:inherit;transition:width .5s ease}.dash-status-pill.progress.is-estimated .dash-status-pill-fill{animation:dash-status-progress-fill var(--dash-status-duration,180s) linear forwards}@keyframes dash-status-progress-fill{0%{width:var(--dash-status-progress,8%)}to{width:92%}}.dash-status-pill.done{color:#171717;background:#fff3d7}.dash-status-pill.done svg{color:#ffffff;fill:var(--yellow);stroke:#ffffff}.dash-status-pill.progress{color:#095099;background:#ddebff}.dash-status-pill.progress svg{color:#ffffff;fill:#4288ff;stroke:#ffffff}.dash-status-pill.error{color:#8f2727;background:#ffe3e3}.dash-status-pill.error svg{color:#ffffff;fill:#e06767;stroke:#ffffff}.dash-clip-status{position:relative;display:inline-flex;align-items:center;width:max-content;min-height:28px;overflow:hidden;padding:0 13px;border-radius:999px;font-size:12px;font-weight:850;isolation:isolate}.dash-clip-status-content{position:relative;z-index:1}.dash-clip-status-fill{position:absolute;top:0;bottom:0;left:0;z-index:0;width:var(--dash-clip-progress,8%);background:linear-gradient(90deg,rgba(147,197,253,.58),rgba(37,99,235,.76));border-radius:inherit;transition:width .5s ease}.dash-clip-status.running.is-loading .dash-clip-status-fill{animation:dash-clip-progress-fill var(--dash-clip-duration,180s) linear forwards}@keyframes dash-clip-progress-fill{0%{width:var(--dash-clip-progress,8%)}to{width:96%}}.dash-clip-status.running{color:#095099;background:#ddebff}.dash-clip-status.done{color:#0f5132;background:#dff9e8}.dash-clip-status.error{color:#8f2727;background:#ffe3e3}:root[data-keromix-theme=dark] .dash-clip-status.running{color:#bfdbfe;background:rgba(59,130,246,.22)}:root[data-keromix-theme=dark] .dash-clip-status.done{color:#86efac;background:rgba(22,163,74,.18)}:root[data-keromix-theme=dark] .dash-clip-status.error{color:#fecaca;background:rgba(127,29,29,.28)}.dash-history-inline-controls{gap:8px;max-width:100%;white-space:nowrap}.dash-history-inline-controls,.dash-history-versions{display:inline-flex;align-items:center;width:max-content}.dash-history-versions{gap:4px;padding:4px;background:#fff8e3;border:1px solid rgba(255,196,0,.24);border-radius:999px}.dash-history-versions button{min-height:25px;padding:0 9px;color:#725817;background:transparent;border:0;border-radius:999px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.dash-history-versions button.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);box-shadow:0 6px 14px rgba(255,164,18,.2)}.dash-play{justify-content:center;width:48px;height:48px;padding-left:3px;color:var(--black);background:#f6f6f6;border:0;border-radius:50%}.dash-play,.dash-privacy-switch{display:inline-flex;align-items:center}.dash-privacy-switch{position:relative;color:#5f6675;font-size:9px;font-weight:850;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none}.dash-privacy-switch input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.dash-privacy-switch-track{position:relative;display:block;width:58px;height:24px;overflow:hidden;background:#eceff3;border:1px solid rgba(17,24,39,.08);border-radius:999px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.dash-privacy-switch-track:after{position:absolute;top:3px;left:3px;z-index:2;width:18px;height:18px;background:#ffffff;border-radius:50%;box-shadow:0 3px 8px rgba(15,23,42,.22);transition:transform .16s ease;content:""}.dash-privacy-switch-label{position:absolute;inset:0 6px 0 23px;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#5f6675;font-size:8px;font-weight:900;white-space:nowrap;pointer-events:none;transition:color .16s ease,inset .16s ease}.dash-privacy-switch input:checked+.dash-privacy-switch-track{background:linear-gradient(135deg,var(--yellow),#ff9f13);border-color:rgba(255,159,19,.45);box-shadow:0 8px 18px rgba(255,159,19,.22)}.dash-privacy-switch input:checked+.dash-privacy-switch-track:after{transform:translateX(34px)}.dash-privacy-switch input:checked+.dash-privacy-switch-track .dash-privacy-switch-label{inset:0 23px 0 6px;color:#111827}.dash-privacy-switch input:focus-visible+.dash-privacy-switch-track{outline:3px solid rgba(255,196,0,.26);outline-offset:3px}.dash-privacy-switch input:disabled+.dash-privacy-switch-track{opacity:.55}.dash-play:disabled{opacity:.55;cursor:default}.dash-more{align-items:center;width:30px;height:48px;color:var(--black);background:transparent;border:0}.dash-history-options,.dash-more{display:inline-flex;justify-content:center}.dash-history-options{position:relative;z-index:5}.dash-history-options.open{z-index:60}.dash-history-options-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:80;display:grid;gap:4px;min-width:220px;width:max-content;max-width:calc(100vw - 32px);padding:7px;overflow:visible;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 18px 40px rgba(15,23,42,.14)}.dash-history-options-menu a,.dash-history-options-menu button{display:grid;grid-template-columns:20px max-content;align-items:center;gap:8px;min-height:36px;padding:0 10px;color:inherit;background:transparent;border:0;border-radius:8px;font:inherit;font-size:13px;font-weight:750;text-decoration:none;text-align:left;white-space:nowrap;cursor:pointer}.dash-history-options-menu a:focus-visible,.dash-history-options-menu a:hover,.dash-history-options-menu button:focus-visible,.dash-history-options-menu button:hover{background:#fff4d7}.dash-history-options-menu button:disabled{opacity:.48;cursor:default}.dash-history-options-menu button:disabled:hover{background:transparent}.dash-history-options-menu button.danger,.dash-player-options-menu button.danger,.dash-player-queue-menu button.danger{color:#b42318}.dash-history-card.has-audio,.dash-history-card.has-video{align-items:center}.dash-hidden-audio{display:none}.dash-full-player{position:fixed;inset:0;z-index:160;grid-template-columns:270px minmax(0,1fr);width:100%;max-height:100dvh;color:#101827;background:#ffffff}.dash-full-player,.dash-player-sidebar{display:grid;height:100vh;height:100dvh;min-height:0;overflow:hidden}.dash-player-sidebar{grid-template-rows:101px auto minmax(0,1fr);background:rgba(255,255,255,.96);border-right:1px solid #e7e7e7}.dash-player-logo{display:flex;align-items:center;min-height:101px;padding:0 24px;border-bottom:1px solid #e7e7e7}.dash-player-logo .dash-logo-image{width:178px;height:auto}.dash-player-nav{display:grid;gap:9px;padding:27px 21px 28px;border-bottom:1px solid #e7e7e7}.dash-player-account-menu button,.dash-player-account-menu summary,.dash-player-card button,.dash-player-nav button,.dash-player-queue a,.dash-player-queue button,.dash-player-referral,.dash-player-topbar button{font:inherit;cursor:pointer}.dash-player-nav button{display:flex;align-items:center;gap:16px;min-height:58px;padding:0 18px;color:#383a42;background:transparent;border:0;border-radius:12px;font-size:17px;font-weight:650;text-align:left}.dash-player-nav button.active{color:#efa900;background:linear-gradient(90deg,rgba(255,196,0,.16),rgba(255,248,226,.9))}.dash-player-create-nav{display:grid;gap:7px}.dash-player-create-nav-trigger{width:100%}.dash-player-create-chevron{margin-left:auto;transition:transform .18s ease}.dash-player-create-nav.open .dash-player-create-chevron{transform:rotate(180deg)}.dash-player-create-nav.open .dash-player-create-nav-trigger{color:#efa900;background:linear-gradient(90deg,rgba(255,196,0,.16),rgba(255,248,226,.9))}.dash-player-create-nav-menu{display:grid;gap:7px;padding-left:36px}.dash-player-nav .dash-player-create-nav-menu button{min-height:42px;gap:10px;padding:0 13px;color:#3a3b42;background:#fffaf0;border:1px solid rgba(255,196,0,.2);border-radius:10px;font-size:14px;font-weight:750}.dash-player-nav .dash-player-create-nav-menu button:focus-visible,.dash-player-nav .dash-player-create-nav-menu button:hover{color:#111111;background:#fff4d7}.dash-player-nav .dash-player-create-nav-menu button svg{color:#efa900}.dash-player-referral{align-self:start;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;width:calc(100% - 42px);min-height:116px;margin:28px 21px;padding:19px;color:#111111;background:linear-gradient(135deg,rgba(255,196,0,.15),rgba(255,248,230,.98));border:0;border-radius:12px;text-align:left}.dash-player-referral>svg{color:var(--yellow)}.dash-player-account-menu summary span:last-of-type,.dash-player-referral span{display:grid;gap:10px}.dash-player-account-menu strong,.dash-player-referral strong{font-size:15px}.dash-player-account-menu small,.dash-player-referral small{color:#51535b;font-size:14px;line-height:1.28}.dash-player-account-menu{position:relative;border-top:1px solid #eceff3}.dash-player-account-menu summary{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:88px;padding:0 20px;color:#111827;background:transparent;border:0;list-style:none;text-align:left}.dash-player-account-menu summary::-webkit-details-marker{display:none}.dash-player-account-menu summary>span:first-child{display:inline-grid;place-items:center;width:44px;height:44px;color:#ffffff;background:linear-gradient(135deg,var(--yellow),#ff9f13);border-radius:50%;font-weight:900}.dash-player-account-menu>button{position:absolute;right:18px;bottom:calc(100% + 8px);z-index:15;min-width:150px;min-height:44px;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 16px 34px rgba(16,24,39,.12)}.dash-player-workspace{position:relative;display:grid;grid-template-rows:92px minmax(0,1fr);min-width:0;height:100vh;height:100dvh;min-height:0;background:radial-gradient(circle at 43% 42%,rgba(255,196,0,.055),transparent 28%),#fbfcff;overflow:hidden}.dash-player-notice{position:absolute;top:106px;right:32px;z-index:20;max-width:min(340px,calc(100% - 64px));padding:12px 16px;color:#111827;background:#fff6d9;border:1px solid rgba(255,196,0,.34);border-radius:12px;box-shadow:0 16px 34px rgba(16,24,39,.1);font-size:14px;font-weight:750}.dash-player-topbar{position:relative;z-index:220;display:flex;align-items:center;justify-content:flex-end;gap:24px;min-height:92px;padding:0 28px;background:rgba(255,255,255,.94);border-bottom:1px solid #eceff3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:visible}.dash-player-top-actions{position:relative;z-index:230}.dash-player-close{display:none;align-items:center;justify-content:center;width:42px;height:42px;color:#111827;background:#f3f5f8;border:0;border-radius:50%;margin-right:auto}.dash-player-search{display:flex;align-items:center;gap:12px;color:#8b95a3;background:#f3f5f8;border-radius:18px;width:min(100%,560px);min-height:50px;padding:0 18px;margin-left:auto}.dash-player-queue-search{display:grid;position:relative;grid-template-columns:minmax(0,300px) 42px;justify-content:end;align-items:center;gap:12px;color:#8b95a3}.dash-player-queue-search-field{display:flex;align-items:center;justify-self:end;gap:12px;width:100%;min-width:0;min-height:46px;padding:0 0 0 15px;background:#f3f5f8;border-radius:18px}.dash-player-queue-search input,.dash-player-search input{width:100%;min-width:0;color:#252a35;background:transparent;border:0;outline:0;font:inherit;font-size:15px}.dash-player-top-actions{display:inline-flex;align-items:center;gap:26px;flex:0 0 auto}.dash-player-top-actions .dash-account-menu{flex:0 0 auto}.dash-player-top-actions .dash-account-menu summary{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px;gap:0;padding:0;overflow:hidden;color:#636083;background:rgba(255,255,255,.94);border:1px solid rgba(119,114,145,.12);border-radius:50%;box-shadow:0 10px 24px rgba(39,34,62,.07);font-size:0;line-height:0}.dash-player-top-actions .dash-account-menu summary .dash-account-label,.dash-player-top-actions .dash-account-menu summary svg:last-child{display:none}.dash-player-top-actions .dash-account-menu summary .dash-profile-icon{width:24px;height:24px;margin:0;box-shadow:none!important}.dash-player-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);align-items:stretch;gap:24px;height:calc(100vh - 92px);height:calc(100dvh - 92px);min-height:0;padding:24px;overflow:hidden}.dash-player-card,.dash-player-queue{background:rgba(255,255,255,.98);border:1px solid #edf0f4;border-radius:22px;box-shadow:0 16px 50px rgba(15,23,42,.06)}.dash-player-card{position:relative;isolation:isolate;display:grid;justify-items:center;align-content:center;height:100%;min-height:0;padding:clamp(28px,4vh,48px) 56px clamp(24px,3vh,36px);overflow:hidden;background:rgba(255,255,255,.98)}.dash-player-card:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 50% 35%,rgba(255,196,0,.18),transparent 27%),linear-gradient(135deg,rgba(225,222,255,.65),rgba(255,242,222,.68) 46%,rgba(255,255,255,.98) 78%);background-size:165% 165%;animation:dash-player-rgb-shift 58s linear infinite;pointer-events:none}.dash-player-control-equalizer{grid-column:2/5;grid-row:1;display:flex;align-items:flex-end;justify-content:center;justify-self:center;gap:3px;width:min(100%,260px);height:54px;margin-bottom:2px;padding:0;overflow:hidden;background:transparent;border:0;border-radius:0;box-shadow:none;opacity:1;pointer-events:none}.dash-player-control-equalizer span{align-self:flex-end;width:4px;height:min(30px,100%);min-height:0;background:var(--bar-color,#ffd400);border-radius:2px 2px 0 0;box-shadow:0 0 8px color-mix(in srgb,var(--bar-color,#ffd400) 68%,transparent),0 0 18px color-mix(in srgb,var(--bar-color,#ffd400) 32%,transparent);opacity:.9;-webkit-mask-image:repeating-linear-gradient(0deg,#000 0 4px,transparent 4px 7px);mask-image:repeating-linear-gradient(0deg,#000 0 4px,transparent 4px 7px);transform:scaleY(var(--bar-scale,0));transform-origin:center bottom;will-change:transform;transition:transform .06s ease-out,opacity .18s ease}.dash-player-control-equalizer.playing span{opacity:1}.dash-player-cover-wrap{position:relative;z-index:1;display:grid;place-items:center}.dash-player-cover{display:inline-flex;align-items:center;justify-content:center;object-fit:cover;box-shadow:0 26px 60px rgba(15,23,42,.18)}.dash-player-cover,.dash-player-cover.dash-cover{width:min(22vw,240px);height:min(22vw,240px);min-width:190px;min-height:190px;border-radius:24px}.dash-player-cover.dash-cover svg{width:70px;height:70px}.dash-player-actions,.dash-player-bottom-tools,.dash-player-main-controls,.dash-player-tags,.dash-player-versions{position:relative;z-index:1}.dash-player-actions{z-index:45}.dash-player-tags{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:14px;width:min(100%,520px)}.dash-player-tags span,.dash-player-versions button{display:inline-flex;align-items:center;justify-content:center;max-width:210px;min-height:27px;padding:0 13px;overflow:hidden;color:#111827;background:rgba(255,255,255,.84);border-radius:999px;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dash-player-versions{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:5px;background:rgba(255,255,255,.76);border:1px solid rgba(255,196,0,.24);border-radius:999px}.dash-player-versions button{border:0;cursor:pointer}.dash-player-versions button.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);box-shadow:0 10px 22px rgba(255,159,19,.24)}.dash-player-copy{position:relative;z-index:1;width:min(100%,620px);margin-top:9px;text-align:center}.dash-player-copy h2{margin:0;max-width:100%;overflow-wrap:anywhere;font-size:clamp(24px,2.4vw,30px);font-weight:900;line-height:1.1}.dash-player-copy p{margin:9px auto 0;max-width:560px;color:#697386;font-size:14px;line-height:1.6}.dash-player-copy small{display:-webkit-box;max-width:560px;margin:7px auto 0;overflow:hidden;color:#536074;font-size:13px;font-weight:700;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.dash-player-actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:14px}.dash-player-actions button{width:34px;height:34px}.dash-player-action-stat{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:76px;height:42px;padding:0 14px;color:#f0a200;background:#fff4d7;border-radius:999px;font-size:14px;font-weight:850;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-player-action-stat svg{flex:0 0 auto}.dash-player-actions button,.dash-player-main-controls button,.dash-player-settings{display:inline-flex;align-items:center;justify-content:center;color:#697386;background:transparent;border:0;border-radius:50%}.dash-player-actions button:first-child{color:#ff7417}.dash-player-actions .dash-player-like{gap:8px;width:auto;min-width:76px;height:42px;padding:0 14px;color:#8b95a4;background:#ffe9eb;border-radius:999px;font-size:14px;font-weight:850;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.dash-player-actions .dash-player-like:hover{color:#ff7417;background:#ffe1e4;transform:translateY(-1px)}.dash-player-actions .dash-player-like.active{color:#ff7417;background:#ffe7e2;box-shadow:inset 0 0 0 1px rgba(255,116,23,.1)}.dash-player-actions .dash-player-like:disabled{cursor:wait;opacity:.72}.dash-player-actions button:disabled:not(.dash-player-like){cursor:default;opacity:.45}.dash-player-actions .dash-player-like svg{flex:0 0 auto}.dash-player-options{position:relative;display:inline-flex;z-index:1}.dash-player-options.open{z-index:80}.dash-player-options-menu,.dash-player-playlist-menu,.dash-player-queue-menu{position:absolute;z-index:120;display:grid;gap:4px;min-width:220px;padding:7px;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 18px 40px rgba(15,23,42,.14)}.dash-player-options-menu,.dash-player-queue-menu{width:max-content;max-width:calc(100vw - 32px);overflow:visible}.dash-player-playlist-menu{max-height:min(72vh,360px);overflow-y:auto;overscroll-behavior:contain}.dash-player-options-menu{top:calc(100% + 8px);right:0}.dash-player-queue-menu{top:calc(100% - 2px);right:8px}.dash-player-playlist-menu{top:calc(100% + 8px);left:0}.dash-player-options-menu a,.dash-player-options-menu button,.dash-player-playlist-menu button,.dash-player-queue-menu a,.dash-player-queue-menu button{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;width:auto;height:auto;min-height:36px;padding:0 10px;color:inherit;background:transparent;border:0;border-radius:8px;text-align:left;text-decoration:none;font-size:13px;font-weight:750}.dash-player-options-menu a,.dash-player-options-menu button,.dash-player-queue-menu a,.dash-player-queue-menu button{grid-template-columns:20px max-content;white-space:nowrap}.dash-player-options-menu button:first-child{color:inherit}.dash-player-options-menu a:focus-visible,.dash-player-options-menu a:hover,.dash-player-options-menu button:focus-visible,.dash-player-options-menu button:hover,.dash-player-playlist-menu button:focus-visible,.dash-player-playlist-menu button:hover,.dash-player-queue-menu a:focus-visible,.dash-player-queue-menu a:hover,.dash-player-queue-menu button:focus-visible,.dash-player-queue-menu button:hover{background:#fff4d7}.dash-player-options-menu button:disabled,.dash-player-queue-menu button:disabled{opacity:.48;cursor:default}.dash-player-options-menu button:disabled:hover,.dash-player-queue-menu button:disabled:hover{background:transparent}.dash-player-playlist-menu button.create{margin-top:4px;color:#111827;background:#fff8e6}.dash-player-playlist-menu button.active{color:#efa900;background:#fff4d7}.dash-player-playlist-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;min-width:0;border-radius:8px}.dash-player-playlist-row.active{background:#fff4d7}.dash-player-playlist-menu .dash-player-playlist-select{width:100%;min-width:0;background:transparent}.dash-player-playlist-menu .dash-player-playlist-select span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-player-playlist-actions{display:inline-flex;align-items:center;gap:2px;padding-right:4px}.dash-player-playlist-menu button.dash-player-playlist-icon-button{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;color:#667085;border-radius:8px}.dash-player-playlist-menu button.dash-player-playlist-icon-button:focus-visible,.dash-player-playlist-menu button.dash-player-playlist-icon-button:hover{color:#111827;background:rgba(255,183,0,.16)}.dash-full-player .dash-player-controls{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;width:min(100%,620px);margin-top:24px}.dash-full-player .dash-player-controls audio{display:none}.dash-full-player .dash-player-progress,.dash-full-player .dash-player-volume input{width:100%;padding:0;accent-color:#ff9f13;background:transparent;cursor:pointer;appearance:none}.dash-full-player .dash-player-progress{height:16px}.dash-full-player .dash-player-progress::-webkit-slider-runnable-track,.dash-full-player .dash-player-volume input::-webkit-slider-runnable-track{height:4px;background:linear-gradient(90deg,#a855f7 0,#ff4e91 var(--value),#dfe3e9 0);border-radius:999px}.dash-full-player .dash-player-progress::-moz-range-track,.dash-full-player .dash-player-volume input::-moz-range-track{height:4px;background:#dfe3e9;border-radius:999px}.dash-full-player .dash-player-progress::-moz-range-progress,.dash-full-player .dash-player-volume input::-moz-range-progress{height:4px;background:linear-gradient(90deg,#a855f7,#ff9f13);border-radius:999px}.dash-full-player .dash-player-progress::-webkit-slider-thumb,.dash-full-player .dash-player-volume input::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;background:linear-gradient(135deg,var(--yellow),#ff7417);border:0;border-radius:50%;box-shadow:0 7px 18px rgba(255,116,23,.3);appearance:none}.dash-full-player .dash-player-progress::-moz-range-thumb,.dash-full-player .dash-player-volume input::-moz-range-thumb{width:14px;height:14px;background:linear-gradient(135deg,var(--yellow),#ff7417);border:0;border-radius:50%;box-shadow:0 7px 18px rgba(255,116,23,.3)}.dash-full-player .dash-player-times{display:flex;justify-content:space-between;width:100%;margin-top:6px;color:#697386;font-size:13px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-player-main-controls{display:grid;grid-template-columns:1fr 60px 78px 60px 1fr;grid-template-rows:42px auto;align-items:center;justify-items:center;gap:6px 16px;width:100%;margin-top:20px}.dash-player-main-controls button:first-of-type{grid-column:1;grid-row:2}.dash-player-main-controls button:nth-of-type(2){grid-column:2;grid-row:2}.dash-player-main-controls button:nth-of-type(3){grid-column:3;grid-row:2}.dash-player-main-controls button:nth-of-type(4){grid-column:4;grid-row:2}.dash-player-main-controls button:nth-of-type(5){grid-column:5;grid-row:2}.dash-player-main-controls button{width:40px;height:40px;color:#111827;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.dash-player-main-controls button svg{width:24px;height:24px}.dash-player-main-controls button:hover{background:rgba(255,196,0,.12);transform:translateY(-1px)}.dash-player-main-controls button.purple{color:#a855f7}.dash-player-main-controls button.mode-active{color:#7e22ce;background:rgba(168,85,247,.14);box-shadow:inset 0 0 0 1px rgba(168,85,247,.2)}.dash-full-player .dash-player-toggle{width:74px!important;height:74px!important;color:#ffffff!important;background:linear-gradient(135deg,var(--yellow),#ff9f13)!important;box-shadow:0 18px 36px rgba(255,159,19,.32)}.dash-full-player .dash-player-toggle svg{width:30px;height:30px}.dash-full-player .dash-player-toggle svg[data-lucide=play]{margin-left:4px}.dash-player-bottom-tools{display:grid;grid-template-columns:auto minmax(120px,160px) auto;align-items:center;justify-content:center;gap:18px;width:min(100%,460px);justify-self:center;margin-top:18px}.dash-full-player .dash-player-lyrics{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;color:#ff9f13;background:#fff6df;border:0;border-radius:12px;font-size:14px;font-weight:850;animation:dash-lyrics-wizz 5s ease-in-out infinite}.dash-full-player .dash-player-lyrics.active{color:#111111;background:linear-gradient(135deg,#fff2c2,#ffd757);animation:none}.dash-full-player .dash-player-lyrics:focus-visible,.dash-full-player .dash-player-lyrics:hover{animation:none}.dash-full-player .dash-player-volume{display:inline-flex;align-items:center;gap:10px;width:190px;color:#697386}.dash-full-player .dash-player-volume input{height:16px}.dash-full-player .dash-player-volume input::-webkit-slider-runnable-track{background:linear-gradient(90deg,#ff9f13 var(--value),#dfe3e9 0)}.dash-full-player .dash-player-volume input::-moz-range-thumb,.dash-full-player .dash-player-volume input::-webkit-slider-thumb{width:13px;height:13px;margin-top:-5px}.dash-player-settings{width:40px;height:40px}.dash-full-player .dash-player-lyrics-panel{max-height:170px;margin:18px auto 0;padding:14px;overflow:auto;color:#2f3036;background:rgba(255,250,240,.92);border:1px solid rgba(255,196,0,.24);border-radius:16px;font:inherit;font-size:13px;line-height:1.5;white-space:pre-wrap}.dash-player-stage{position:relative;z-index:1;display:grid;justify-items:center;align-content:center;width:100%;transition:opacity .22s ease,transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s ease}.dash-player-card.lyrics-open{align-content:stretch;justify-items:stretch;background:rgba(255,255,255,.98)}.dash-player-card.lyrics-open:before{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,249,247,.98)),linear-gradient(135deg,rgba(225,222,255,.4),rgba(255,242,222,.48) 48%,rgba(255,255,255,.98) 78%);background-size:165% 165%}.dash-player-card.lyrics-open .dash-player-stage{position:absolute;right:24px;bottom:24px;z-index:5;grid-template-columns:68px minmax(0,1fr);align-items:center;justify-items:stretch;align-content:start;column-gap:12px;width:320px;max-width:calc(100% - 48px);padding:14px;background:rgba(255,255,255,.98);border:1px solid rgba(17,24,39,.08);border-radius:18px;box-shadow:0 22px 56px rgba(15,23,42,.2);animation:dash-mini-player-in .36s cubic-bezier(.2,.8,.2,1) both}.dash-player-card.lyrics-open .dash-player-cover-wrap{grid-column:1;grid-row:1}.dash-player-card.lyrics-open .dash-player-cover,.dash-player-card.lyrics-open .dash-player-cover.dash-cover{width:64px;height:64px;min-width:64px;min-height:64px;border-radius:12px;box-shadow:0 12px 28px rgba(15,23,42,.16)}.dash-player-card.lyrics-open .dash-player-cover.dash-cover svg{width:28px;height:28px}.dash-player-card.lyrics-open .dash-player-actions,.dash-player-card.lyrics-open .dash-player-bottom-tools,.dash-player-card.lyrics-open .dash-player-copy p,.dash-player-card.lyrics-open .dash-player-tags{display:none}.dash-player-card.lyrics-open .dash-player-copy{grid-column:2;grid-row:1;width:100%;margin-top:0;text-align:left}.dash-player-card.lyrics-open .dash-player-copy h2{overflow:hidden;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dash-player-card.lyrics-open .dash-player-controls{grid-column:1/-1;width:100%;margin-top:12px}.dash-player-card.lyrics-open .dash-player-progress{height:12px}.dash-player-card.lyrics-open .dash-player-times{margin-top:3px;font-size:11px}.dash-player-card.lyrics-open .dash-player-main-controls{grid-template-columns:40px 54px 40px;grid-template-rows:auto;justify-content:center;gap:8px;margin-top:8px}.dash-player-card.lyrics-open .dash-player-control-equalizer,.dash-player-card.lyrics-open .dash-player-main-controls button.purple{display:none}.dash-player-card.lyrics-open .dash-player-main-controls button:nth-of-type(2){grid-column:1;grid-row:1}.dash-player-card.lyrics-open .dash-player-main-controls button:nth-of-type(3){grid-column:2;grid-row:1}.dash-player-card.lyrics-open .dash-player-main-controls button:nth-of-type(4){grid-column:3;grid-row:1}.dash-player-card.lyrics-open .dash-player-main-controls button{width:36px;height:36px}.dash-player-card.lyrics-open .dash-player-main-controls button svg{width:20px;height:20px}.dash-player-card.lyrics-open .dash-player-toggle{width:52px!important;height:52px!important}.dash-player-card.lyrics-open .dash-player-toggle svg{width:24px;height:24px}.dash-karaoke-stage{position:absolute;inset:38px 42px 178px;z-index:3;display:grid;grid-template-rows:44px minmax(0,1fr);min-height:0;animation:dash-karaoke-in .28s ease both}.dash-karaoke-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-karaoke-header span{color:#9aa3b2;font-size:13px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-karaoke-header-actions{position:relative;display:inline-flex;align-items:center;gap:12px}.dash-lyrics-video-menu{position:relative;z-index:8}.dash-lyrics-video-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;color:#111827;background:#ffffff;border:1px solid rgba(17,24,39,.08);border-radius:999px;box-shadow:0 10px 26px rgba(15,23,42,.08);font-size:13px;font-weight:850;cursor:pointer}.dash-lyrics-video-trigger:focus-visible,.dash-lyrics-video-trigger:hover{color:#111827;background:#ffffff;box-shadow:0 14px 30px rgba(15,23,42,.12)}.dash-lyrics-video-options{position:absolute;top:calc(100% + 10px);right:0;display:grid;gap:6px;width:230px;padding:8px;background:#ffffff;border:1px solid rgba(17,24,39,.08);border-radius:14px;box-shadow:0 18px 44px rgba(15,23,42,.16)}.dash-lyrics-video-options button{display:flex;align-items:center;width:100%;min-height:38px;padding:0 12px;color:#111827;background:transparent;border:0;border-radius:10px;font-size:13px;font-weight:800;text-align:left;cursor:pointer}.dash-lyrics-video-options button:focus-visible,.dash-lyrics-video-options button:hover{background:#fff6df}.dash-karaoke-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#6b7280;background:rgba(255,255,255,.88);border:1px solid rgba(17,24,39,.08);border-radius:50%;cursor:pointer}.dash-karaoke-close:hover{color:#111827;background:#ffffff}.dash-video-export-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:22px;background:rgba(15,23,42,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dash-video-export-dialog{width:min(460px,100%);overflow:hidden;color:#111827;background:rgba(255,255,255,.98);border:1px solid rgba(17,24,39,.08);border-radius:20px;box-shadow:0 28px 72px rgba(15,23,42,.24)}.dash-video-export-footer,.dash-video-export-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px}.dash-video-export-header{border-bottom:1px solid rgba(17,24,39,.08)}.dash-video-export-header span{font-size:14px;font-weight:900}.dash-video-export-header button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:#6b7280;background:#ffffff;border:1px solid rgba(17,24,39,.08);border-radius:50%;cursor:pointer}.dash-video-export-body{display:grid;gap:12px;padding:20px 18px 8px}.dash-video-export-body strong{font-size:22px;font-weight:900}.dash-video-export-body p{min-height:22px;margin:0;color:#697386;font-size:14px;line-height:1.5}.dash-video-export-body small{color:#697386;font-size:12px;font-weight:850;text-align:right}.dash-video-export-progress{height:10px;overflow:hidden;background:#e5e7eb;border-radius:999px}.dash-video-export-progress span{display:block;height:100%;background:linear-gradient(90deg,#b946ff,#ff4fa3 58%,#ff9f13);border-radius:inherit;transition:width .2s ease}.dash-video-export-footer{justify-content:flex-end;padding-top:10px}.dash-video-export-footer a,.dash-video-export-footer button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border:0;border-radius:12px;font-size:14px;font-weight:900;text-decoration:none;cursor:pointer}.dash-video-preview-backdrop{position:fixed;inset:0;z-index:560;display:grid;place-items:center;padding:22px;background:rgba(15,23,42,.48);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dash-video-preview-modal{display:grid;gap:16px;width:min(100%,820px);max-height:calc(100dvh - 44px);overflow:auto;padding:18px;color:#111827;background:rgba(255,255,255,.98);border:1px solid rgba(17,24,39,.08);border-radius:22px;box-shadow:0 32px 90px rgba(15,23,42,.34)}.dash-video-preview-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dash-video-preview-modal header span{display:block;margin-bottom:4px;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.dash-video-preview-modal h2{margin:0;font-size:clamp(20px,4vw,28px);font-weight:950;line-height:1.12}.dash-video-preview-modal header button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 auto;color:#111827;background:#fff2c4;border:0;border-radius:999px;cursor:pointer}.dash-video-preview-frame{overflow:hidden;background:#050816;border-radius:16px}.dash-video-preview-frame video{display:block;width:100%;max-height:min(72vh,720px);background:#050816}.dash-karaoke-lines{min-height:0;padding:22vh 0;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-mask-image:linear-gradient(180deg,transparent,#000 14%,#000 84%,transparent);mask-image:linear-gradient(180deg,transparent,#000 14%,#000 84%,transparent)}.dash-karaoke-lines.empty{display:grid;place-items:center;padding:0}.dash-karaoke-lines::-webkit-scrollbar{display:none}.dash-karaoke-line{max-width:760px;margin:0 auto;padding:13px 0;overflow-wrap:anywhere;color:#d8dde6;font-size:25px;font-weight:850;line-height:1.55;transition:color .22s ease,opacity .22s ease,transform .22s ease}.dash-karaoke-line.past{color:#98a1b0}.dash-karaoke-line.far{opacity:.32}.dash-karaoke-line.active{color:#111827;font-size:29px;font-weight:900}.dash-karaoke-line.meta{color:#c2c8d2;font-size:15px;font-weight:900;text-transform:uppercase}.dash-karaoke-word{display:inline;padding:0 2px;color:inherit;background:transparent;border:0;border-radius:7px;font:inherit;cursor:pointer}.dash-karaoke-word:hover{color:#d49a00;background:rgba(255,196,0,.16)}.dash-karaoke-line.active .current{color:#ffc400}@keyframes dash-mini-player-in{0%{opacity:.35;transform:translate3d(46px,42px,0) scale(.84)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes dash-karaoke-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes dash-player-rgb-shift{0%{background-position:0 50%;filter:hue-rotate(0deg)}50%{background-position:100% 50%;filter:hue-rotate(180deg)}to{background-position:0 50%;filter:hue-rotate(1turn)}}@keyframes dash-lyrics-wizz{0%,86%,to{transform:translateX(0) rotate(0);box-shadow:none}89%{transform:translateX(-2px) rotate(-1deg)}92%{transform:translateX(2px) rotate(1deg);box-shadow:0 0 0 5px rgba(255,196,0,.13)}95%{transform:translateX(-1px) rotate(-.5deg)}}@keyframes dash-queue-equalizer{0%,to{height:28%;opacity:.56}35%{height:100%;opacity:.96}68%{height:52%;opacity:.78}}@media (max-width:920px){.dash-player-card.lyrics-open{min-height:680px}.dash-karaoke-stage{inset:28px 28px 178px}}@media (min-width:921px) and (max-height:820px){.dash-player-layout{gap:18px;padding:16px}.dash-player-card{align-content:start;padding:18px 44px 16px}.dash-player-cover,.dash-player-cover.dash-cover{width:clamp(170px,17vw,210px);height:clamp(170px,17vw,210px);min-width:160px;min-height:160px}.dash-player-tags{margin-top:10px}.dash-player-copy{margin-top:8px}.dash-player-copy h2{font-size:clamp(22px,2vw,28px)}.dash-player-copy p{margin-top:6px;line-height:1.45}.dash-player-actions{margin-top:10px}.dash-full-player .dash-player-controls{margin-top:14px}.dash-player-main-controls{grid-template-rows:34px auto;margin-top:10px}.dash-player-control-equalizer{height:32px}.dash-player-control-equalizer span{height:min(30px,100%)}.dash-full-player .dash-player-toggle{width:66px!important;height:66px!important}.dash-player-bottom-tools{gap:12px;margin-top:12px}.dash-full-player .dash-player-lyrics{min-height:38px;padding:0 14px;font-size:13px}.dash-full-player .dash-player-volume{width:164px}.dash-player-queue{row-gap:16px;padding:16px}}@media (min-width:921px) and (max-height:700px){.dash-player-layout{padding:12px}.dash-player-card{padding:14px 36px 12px}.dash-player-cover,.dash-player-cover.dash-cover{width:148px;height:148px;min-width:136px;min-height:136px}.dash-player-copy p{display:none}.dash-player-tags{margin-top:7px}.dash-player-actions{gap:16px;margin-top:8px}.dash-full-player .dash-player-controls{margin-top:8px}.dash-player-main-controls{grid-template-rows:28px auto;margin-top:7px}.dash-player-control-equalizer{height:26px}.dash-player-control-equalizer span{height:min(30px,100%)}.dash-full-player .dash-player-toggle{width:58px!important;height:58px!important}.dash-player-bottom-tools{gap:10px;margin-top:8px}.dash-full-player .dash-player-lyrics{min-height:36px;padding:0 12px;font-size:12px}.dash-full-player .dash-player-volume{width:146px}}@media (min-width:621px) and (max-width:920px) and (max-height:820px){.dash-player-layout{grid-template-rows:minmax(0,1fr) minmax(154px,.5fr);gap:10px;padding:10px}.dash-player-card{align-content:start;padding:16px 18px 18px}.dash-player-cover,.dash-player-cover.dash-cover{width:150px;height:150px;min-width:136px;min-height:136px}.dash-player-tags{margin-top:8px}.dash-player-copy{margin-top:7px}.dash-player-copy h2{font-size:23px}.dash-player-copy p{display:none}.dash-player-actions{gap:14px;margin-top:8px}.dash-full-player .dash-player-controls{width:min(100%,500px);margin-top:8px}.dash-player-main-controls{grid-template-rows:28px auto;gap:4px 8px;margin-top:7px}.dash-player-control-equalizer{height:26px}.dash-player-control-equalizer span{height:min(30px,100%)}.dash-full-player .dash-player-toggle{width:58px!important;height:58px!important}.dash-player-bottom-tools{grid-template-columns:auto minmax(100px,140px) auto;gap:10px;margin-top:8px}.dash-full-player .dash-player-lyrics{min-height:36px;padding:0 12px;font-size:12px}.dash-full-player .dash-player-volume{width:140px}}@media (max-width:620px){.dash-player-card.lyrics-open{min-height:650px;padding:22px 16px 170px}.dash-karaoke-stage{inset:16px 18px 172px;grid-template-rows:38px minmax(0,1fr)}.dash-karaoke-lines{padding:18vh 0}.dash-karaoke-line{padding:10px 0;font-size:21px}.dash-karaoke-line.active{font-size:23px}.dash-player-card.lyrics-open .dash-player-stage{right:14px;bottom:14px;left:14px;width:auto;max-width:none;padding:12px}}.dash-player-queue{display:grid;grid-template-rows:auto auto minmax(0,1fr);row-gap:24px;height:100%;min-width:0;min-height:0;padding:18px;overflow:hidden}.dash-player-queue-search{min-height:46px}.dash-player-queue-toggle{display:none}.dash-player-queue-search button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:#697386;background:#ffffff;border:0;border-radius:50%}.dash-player-queue-search .dash-player-queue-toggle{display:none}.dash-player-mobile-create{position:relative;display:none}.dash-player-mobile-create-trigger{align-items:center;justify-content:center;gap:6px;height:42px;padding:0 12px;color:#111827;background:linear-gradient(135deg,var(--yellow),#ff9f13);border:0;border-radius:999px;box-shadow:0 10px 22px rgba(255,159,19,.22);font-size:13px;font-weight:900;white-space:nowrap}.dash-player-mobile-create-trigger svg:last-child{transition:transform .18s ease}.dash-player-mobile-create.open .dash-player-mobile-create-trigger svg:last-child{transform:rotate(180deg)}.dash-player-mobile-create-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:155;display:grid;gap:4px;min-width:180px;padding:7px;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 18px 40px rgba(15,23,42,.14)}.dash-player-mobile-create-menu a,.dash-player-mobile-create-menu button,.dash-player-queue-search .dash-player-mobile-create-menu a,.dash-player-queue-search .dash-player-mobile-create-menu button{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;width:auto;height:auto;min-height:38px;padding:0 10px;color:inherit;background:transparent;border:0;border-radius:8px;text-align:left;text-decoration:none;font-size:13px;font-weight:800}.dash-player-mobile-create-menu a:focus-visible,.dash-player-mobile-create-menu a:hover,.dash-player-mobile-create-menu button:focus-visible,.dash-player-mobile-create-menu button:hover{background:#fff4d7}.dash-player-queue-filter.active{color:#f0a200;background:#fff4d7;box-shadow:inset 0 0 0 1px rgba(255,196,0,.18)}.dash-player-style-filter-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:150;display:grid;gap:4px;width:min(240px,100%);max-height:280px;overflow-y:auto;padding:7px;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 18px 40px rgba(15,23,42,.14)}.dash-player-queue-search .dash-player-style-filter-menu button,.dash-player-style-filter-menu button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:auto;height:auto;min-height:36px;padding:0 10px;color:inherit;background:transparent;border:0;border-radius:8px;text-align:left;font-size:13px;font-weight:750}.dash-player-style-filter-menu button span{color:#8b95a3;font-size:12px;font-weight:800}.dash-player-style-filter-menu button.active,.dash-player-style-filter-menu button:focus-visible,.dash-player-style-filter-menu button:hover{color:#efa900;background:#fff4d7}.dash-player-queue-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:8px;margin-top:0}.dash-player-playlist-tab{position:relative;display:inline-flex;width:100%;min-width:0}.dash-player-playlist-trigger,.dash-player-queue-tabs>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0;min-height:38px;padding:0 12px;color:#697386;background:#f4f5f7;border:0;border-radius:999px;font-size:13.5px;font-weight:800;white-space:nowrap}.dash-player-playlist-trigger svg:last-child{transition:transform .18s ease}.dash-player-playlist-tab.open .dash-player-playlist-trigger svg:last-child{transform:rotate(180deg)}.dash-player-playlist-trigger.active,.dash-player-queue-tabs>button.active{color:#f0a200;background:#fff4d7}.dash-player-queue-list{display:grid;align-content:start;gap:14px;height:100%;max-height:100%;margin-top:0;min-height:0;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;padding-right:6px;scrollbar-color:rgba(15,23,42,.38) transparent;scrollbar-gutter:stable;scrollbar-width:thin}.dash-player-queue-list::-webkit-scrollbar{width:8px}.dash-player-queue-list::-webkit-scrollbar-track{background:transparent}.dash-player-queue-list::-webkit-scrollbar-thumb{background:rgba(15,23,42,.34);border-radius:999px}.dash-player-queue-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:14px;min-height:72px;padding:10px;color:#101827;background:transparent;border-radius:14px}.dash-player-queue-row.active{background:linear-gradient(90deg,rgba(255,196,0,.18),rgba(255,248,226,.78))}.dash-player-queue-select{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;min-width:0;padding:0;text-align:left}.dash-player-queue-more,.dash-player-queue-select{align-items:center;color:inherit;background:transparent;border:0}.dash-player-queue-more{display:inline-flex;justify-content:center;width:24px;height:38px;border-radius:8px}.dash-player-queue-more:focus-visible,.dash-player-queue-more:hover,.dash-player-queue-row.open .dash-player-queue-more{background:rgba(255,196,0,.16)}.dash-player-queue-select>span{min-width:0}.dash-player-queue-cover,.dash-player-queue-list img{width:58px;height:58px;object-fit:cover;border-radius:10px}.dash-player-queue-cover{display:inline-grid;place-items:center}.dash-player-queue-cover.yellow{color:#403600;background:linear-gradient(135deg,#ffc12f,#ffd96d)}.dash-player-queue-cover.purple{color:#2b1547;background:linear-gradient(135deg,#7427d8,#ac62ff)}.dash-player-queue-cover.pink{color:#48111f;background:linear-gradient(135deg,#ff4b83,#ff74a7)}.dash-player-queue-cover.blue{color:#06285d;background:linear-gradient(135deg,#286fda,#5d99ee)}.dash-player-queue-list strong{font-size:15px;font-weight:900;line-height:1.25}.dash-player-queue-list small,.dash-player-queue-list strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-player-queue-list small{margin-top:5px;color:#697386;font-size:14px}.dash-player-queue-tail{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:88px}.dash-player-queue-equalizer{display:inline-flex;align-items:flex-end;justify-content:center;gap:2px;width:38px;height:20px;overflow:hidden}.dash-player-queue-equalizer i{display:block;width:2px;height:45%;background:linear-gradient(180deg,#22c55e,#ffd400 48%,#ff8a00);border-radius:999px;opacity:.72;transform-origin:bottom}.dash-player-queue-equalizer.playing i{animation:dash-queue-equalizer .78s ease-in-out infinite;animation-delay:calc(var(--bar-index) * -58ms)}.dash-player-queue-list em{min-width:38px;color:#536074;font-style:normal;font-size:13px;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.dash-player-queue-empty{margin:0;padding:18px;color:#697386;background:#f7f8fa;border-radius:14px;font-size:14px}.dash-player-queue-load-more{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:calc(100% - 6px);min-height:42px;color:#526078;background:#f7f8fa;border:1px solid #e6e9ef;border-radius:8px;font-size:13px;font-weight:750}.dash-player-queue-load-more:focus-visible,.dash-player-queue-load-more:hover{color:#9a6400;background:#fff4d7;border-color:#ffd269}.dash-playlist-modal-backdrop{position:fixed;inset:0;z-index:240;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.32);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dash-playlist-modal{width:min(100%,560px);max-height:min(720px,calc(100dvh - 48px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;color:#111827;background:#ffffff;border:1px solid #e6e8ef;border-radius:18px;box-shadow:0 30px 80px rgba(15,23,42,.22)}.dash-playlist-modal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #edf0f4}.dash-playlist-modal-header div{display:grid;gap:5px}.dash-playlist-modal-header strong{font-size:20px;font-weight:900}.dash-playlist-modal-header span{color:#697386;font-size:13px;font-weight:700}.dash-playlist-modal-header button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:#697386;background:#f4f5f7;border:0;border-radius:50%}.dash-playlist-modal-body{display:grid;gap:16px;min-height:0;padding:18px 22px;overflow:auto}.dash-refund-modal-backdrop{position:fixed;inset:0;z-index:270;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 30%,rgba(255,193,7,.18),transparent 34%),rgba(15,23,42,.46);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dash-refund-modal{position:relative;width:min(100%,430px);display:grid;justify-items:center;gap:12px;padding:34px 28px 26px;color:#171717;text-align:center;background:linear-gradient(145deg,#fffaf0,#ffffff 64%);border:1px solid rgba(255,177,0,.42);border-radius:26px;box-shadow:0 28px 80px rgba(15,23,42,.28)}.dash-refund-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;background:#fff2c4;border:0;border-radius:999px}.dash-refund-modal-close,.dash-refund-modal-icon{display:inline-flex;align-items:center;justify-content:center;color:#171717}.dash-refund-modal-icon{width:62px;height:62px;background:linear-gradient(135deg,#ffd22e,#ffb000);border-radius:20px;box-shadow:0 14px 32px rgba(255,176,0,.3)}.dash-refund-modal h2,.dash-refund-modal p{margin:0}.dash-refund-modal h2{font-size:clamp(24px,5vw,31px);line-height:1.05;font-weight:950}.dash-refund-modal p{color:#4b5563;font-size:15px;line-height:1.55;font-weight:700}.dash-refund-modal strong{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;color:#171717;background:#fff1b8;border:1px solid rgba(255,177,0,.4);border-radius:999px;font-size:17px;font-weight:950}.dash-refund-modal small{color:#6b7280;font-size:13px;font-weight:800}.dash-refund-modal>button:last-child{width:100%;min-height:48px;margin-top:6px;color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border:0;border-radius:16px;font-size:15px;font-weight:950;box-shadow:0 14px 26px rgba(255,176,0,.24)}.dash-paid-action-backdrop{position:fixed;inset:0;z-index:540;display:grid;place-items:center;padding:22px;background:rgba(15,23,42,.46);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dash-paid-action-modal{width:min(100%,430px)}.dash-paid-action-modal,.dash-video-format-modal{position:relative;display:grid;justify-items:center;gap:14px;padding:32px 26px 24px;color:#171717;text-align:center;background:linear-gradient(145deg,#fffaf0,#ffffff 68%);border:1px solid rgba(255,177,0,.42);border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.28)}.dash-video-format-modal{width:min(100%,460px)}.dash-paid-action-close{position:absolute;top:13px;right:13px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:#171717;background:#fff2c4;border:0;border-radius:999px}.dash-paid-action-close:disabled{opacity:.55}.dash-paid-action-icon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border-radius:20px;box-shadow:0 14px 32px rgba(255,176,0,.3)}.dash-paid-action-copy{display:grid;gap:8px}.dash-paid-action-copy h2{margin:0;font-size:clamp(24px,5vw,31px);line-height:1.05;font-weight:950}.dash-paid-action-copy p{margin:0;color:#4b5563;font-size:15px;line-height:1.5;font-weight:700}.dash-paid-action-copy small{color:#6b7280;font-size:13px;font-weight:800}.dash-paid-action-modal>strong{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;color:#171717;background:#fff1b8;border:1px solid rgba(255,177,0,.4);border-radius:999px;font-size:18px;font-weight:950}.dash-paid-action-choices{display:grid;gap:10px;width:100%}.dash-paid-action-choices button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 10px;min-height:72px;padding:13px 14px;color:#171717;text-align:left;background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;font:inherit;box-shadow:0 12px 28px rgba(15,23,42,.08)}.dash-paid-action-choices button:first-child{background:linear-gradient(135deg,#fff5cb,#ffffff);border-color:rgba(255,177,0,.5)}.dash-paid-action-choices strong{min-width:0;font-size:14px;font-weight:950}.dash-paid-action-choices span{grid-column:1/-1;color:#6b7280;font-size:12px;font-weight:750;line-height:1.35}.dash-paid-action-choices b{color:#f59f00;font-size:13px;font-weight:950;white-space:nowrap}.dash-paid-action-actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px;width:100%;margin-top:4px}.dash-paid-action-actions.single{grid-template-columns:1fr}.dash-paid-action-actions button{min-height:48px;padding:0 14px;border-radius:15px;font:inherit;font-size:14px;font-weight:950}.dash-paid-action-actions button:first-child{color:#171717;background:#ffffff;border:1px solid #e5e7eb}.dash-paid-action-actions button:last-child{color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border:0;box-shadow:0 14px 26px rgba(255,176,0,.24)}.dash-paid-action-actions.single button:first-child{color:#171717;background:#ffffff;border:1px solid #e5e7eb;box-shadow:none}.dash-paid-action-actions button:disabled{opacity:.62;cursor:default}.dash-video-format-choices{display:grid;gap:10px;width:100%}.dash-video-format-choices button{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:4px 12px;min-height:74px;padding:12px 14px;color:#171717;text-align:left;background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;font:inherit;box-shadow:0 12px 28px rgba(15,23,42,.08);cursor:pointer}.dash-video-format-choices button:focus-visible,.dash-video-format-choices button:hover{border-color:rgba(255,177,0,.62);background:linear-gradient(135deg,#fff5cb,#ffffff);outline:none}.dash-video-format-shape{grid-row:span 2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff7df;border:2px solid #ffb000;border-radius:12px}.dash-video-format-shape.facebook:before,.dash-video-format-shape.tiktok:before,.dash-video-format-shape.youtube:before{display:block;background:linear-gradient(135deg,#ffd22e,#ff9f13);border-radius:5px;content:""}.dash-video-format-shape.facebook:before{width:22px;height:22px}.dash-video-format-shape.youtube:before{width:28px;height:16px}.dash-video-format-shape.tiktok:before{width:16px;height:28px}.dash-video-format-choices button>span:not(.dash-video-format-shape){display:grid;gap:3px;min-width:0}.dash-video-format-choices strong{font-size:15px;font-weight:950}.dash-video-format-choices small{color:#6b7280;font-size:12px;font-weight:850}.dash-video-format-choices em{grid-column:2;color:#6b7280;font-size:12px;font-style:normal;font-weight:750;line-height:1.32}.lyrics-video-theme-picker{display:grid;gap:14px;width:100%;padding:15px;text-align:left;background:#ffffff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 28px rgba(15,23,42,.08)}.lyrics-video-theme-picker.compact{box-shadow:none}.lyrics-video-theme-preview{display:grid;align-content:center;gap:7px;min-height:136px;padding:20px;overflow:hidden;border-radius:14px;box-shadow:inset 0 0 0 1px rgba(17,17,17,.1)}.lyrics-video-theme-preview em,.lyrics-video-theme-preview span{opacity:.58;font-size:15px;font-style:normal;font-weight:900;line-height:1.3}.lyrics-video-theme-preview strong{font-size:22px;font-weight:950;line-height:1.18}.lyrics-video-theme-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lyrics-video-color-group{min-width:0;margin:0;padding:0;border:0}.lyrics-video-color-group legend{margin-bottom:8px;color:#6b7280;font-size:12px;font-weight:950;line-height:1.2;text-transform:uppercase}.lyrics-video-color-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.lyrics-video-color-options button{display:grid;justify-items:center;gap:6px;min-width:0;min-height:60px;padding:8px 4px;color:#171717;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;font:inherit;cursor:pointer}.lyrics-video-color-options button.selected{border-color:#ffb000;background:#fff6d7;box-shadow:0 0 0 2px rgba(255,196,0,.18)}.lyrics-video-color-custom:focus-within,.lyrics-video-color-options button:focus-visible{border-color:#ffb000;outline:none;box-shadow:0 0 0 3px rgba(255,196,0,.2)}.lyrics-video-color-swatch{width:26px;height:26px;border:1px solid rgba(17,17,17,.18);border-radius:999px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.52)}.lyrics-video-color-options button span:last-child{max-width:100%;overflow:hidden;font-size:11px;font-weight:850;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:nowrap}.lyrics-video-color-custom{display:flex;align-items:center;gap:9px;min-height:42px;margin-top:8px;padding:7px 9px;color:#171717;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;font-size:12px;font-weight:900}.lyrics-video-color-custom input{width:28px;height:28px;padding:0;background:transparent;border:0;cursor:pointer}.dash-rights-backdrop{position:fixed;inset:0;z-index:560;display:grid;place-items:center;padding:22px;background:rgba(15,23,42,.46);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dash-rights-modal{position:relative;display:grid;justify-items:stretch;gap:16px;width:min(100%,450px);padding:32px 26px 24px;color:#171717;background:linear-gradient(145deg,#fffaf0,#ffffff 68%);border:1px solid rgba(255,177,0,.42);border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.28)}.dash-rights-close{position:absolute;top:13px;right:13px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:#171717;background:#fff2c4;border:0;border-radius:999px}.dash-rights-close:disabled{opacity:.55}.dash-rights-icon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border-radius:20px;box-shadow:0 14px 32px rgba(255,176,0,.3)}.dash-rights-copy{display:grid;gap:7px}.dash-rights-copy h2{margin:0;font-size:clamp(24px,5vw,31px);font-weight:950;line-height:1.05}.dash-rights-copy p{margin:0;color:#4b5563;font-size:15px;font-weight:800;line-height:1.35}.dash-rights-copy small{color:#6b7280;font-size:13px;font-weight:850}.dash-rights-options{display:grid;gap:9px}.dash-rights-version-tabs{display:flex;flex-wrap:wrap;gap:7px}.dash-rights-version-tabs button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;color:#30333b;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;font:inherit;font-size:12px;font-weight:900}.dash-rights-version-tabs button.active{color:#111111;background:linear-gradient(135deg,#ffd22e,#ffb000);border-color:rgba(255,177,0,.48)}.dash-rights-version-tabs button:disabled{opacity:.62;cursor:default}.dash-rights-option{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;padding:10px 12px;color:#171717;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;font-size:14px;font-weight:850;box-shadow:0 10px 24px rgba(15,23,42,.06)}.dash-rights-option input{width:18px;height:18px;accent-color:#ffb000}.dash-rights-error{margin:0;color:#b42318;font-size:13px;font-weight:800}.dash-rights-actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px}.dash-rights-actions button{min-height:48px;padding:0 14px;border-radius:15px;font:inherit;font-size:14px;font-weight:950}.dash-rights-actions button:first-child{color:#171717;background:#ffffff;border:1px solid #e5e7eb}.dash-rights-actions button:last-child{color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border:0;box-shadow:0 14px 26px rgba(255,176,0,.24)}.dash-rights-actions button:disabled{opacity:.62;cursor:default}.dash-playlist-share-modal{position:relative;display:grid;justify-items:stretch;gap:16px;width:min(100%,560px);max-height:min(86vh,720px);padding:32px 26px 24px;color:#171717;background:linear-gradient(145deg,#fffaf0,#ffffff 68%);border:1px solid rgba(255,177,0,.42);border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.28)}.dash-playlist-share-list{display:grid;gap:9px;max-height:320px;overflow-y:auto;padding-right:3px}.dash-playlist-share-row{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:8px 10px;background:#ffffff;border:1px solid #e8ecf2;border-radius:14px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.dash-playlist-share-row .dash-player-queue-cover,.dash-playlist-share-row img{width:50px;height:50px;object-fit:cover;border-radius:10px}.dash-playlist-share-row>span:not(.dash-player-queue-cover){min-width:0}.dash-playlist-share-row small,.dash-playlist-share-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-playlist-share-row strong{color:#111827;font-size:14px;font-weight:900}.dash-playlist-share-row small{margin-top:4px;color:#697386;font-size:13px;font-weight:750}.dash-info-backdrop{position:fixed;inset:0;z-index:565;display:grid;place-items:center;padding:22px;background:rgba(15,23,42,.46);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dash-info-modal{position:relative;display:grid;justify-items:stretch;gap:15px;width:min(100%,500px);max-height:calc(100dvh - 44px);overflow-y:auto;padding:32px 26px 24px;color:#171717;background:linear-gradient(145deg,#fffaf0,#ffffff 68%);border:1px solid rgba(255,177,0,.42);border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.28)}.dash-info-close{position:absolute;top:13px;right:13px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:#171717;background:#fff2c4;border:0;border-radius:999px}.dash-info-close:disabled{opacity:.55}.dash-info-icon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border-radius:20px;box-shadow:0 14px 32px rgba(255,176,0,.3)}.dash-info-copy{display:grid;gap:7px}.dash-info-copy h2{margin:0;font-size:clamp(24px,5vw,31px);font-weight:950;line-height:1.05}.dash-info-copy p{margin:0;color:#4b5563;font-size:15px;font-weight:800;line-height:1.35}.dash-info-cover-row{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:14px}.dash-info-cover-preview{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;overflow:hidden;color:#171717;background:#fff2c4;border:1px solid rgba(255,177,0,.35);border-radius:18px}.dash-info-cover-preview img{width:100%;height:100%;object-fit:cover}.dash-info-cover-upload{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:max-content;max-width:100%;min-height:44px;padding:0 14px;color:#171717;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;font-size:14px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.06);cursor:pointer}.dash-info-cover-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.dash-info-field{display:grid;gap:7px}.dash-info-field small,.dash-info-field span{color:#536074;font-size:13px;font-weight:800}.dash-info-field small{justify-self:end}.dash-info-field input,.dash-info-field textarea{width:100%;min-height:45px;padding:0 13px;color:#111827;background:#fbfcff;border:1px solid #dfe3ea;border-radius:13px;font:inherit;font-size:14px;font-weight:750}.dash-info-field textarea{min-height:96px;padding-top:12px;resize:vertical}.dash-info-error{margin:0;color:#b42318;font-size:13px;font-weight:800}.dash-info-actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px}.dash-info-actions button{min-height:48px;padding:0 14px;border-radius:15px;font:inherit;font-size:14px;font-weight:950}.dash-info-actions button:first-child{color:#171717;background:#ffffff;border:1px solid #e5e7eb}.dash-info-actions button:last-child{color:#171717;background:linear-gradient(135deg,#ffd22e,#ffb000);border:0;box-shadow:0 14px 26px rgba(255,176,0,.24)}.dash-info-actions button:disabled{opacity:.62;cursor:default}.dash-playlist-field{display:grid;gap:8px}.dash-playlist-field span{color:#536074;font-size:13px;font-weight:800}.dash-playlist-field input,.dash-playlist-field select{width:100%;min-height:44px;padding:0 13px;color:#111827;background:#fbfcff;border:1px solid #dfe3ea;border-radius:12px;font:inherit;font-size:14px;font-weight:750}.dash-playlist-track-picker{display:grid;gap:9px}.dash-playlist-track-picker label{display:grid;grid-template-columns:22px 50px minmax(0,1fr);align-items:center;gap:12px;min-height:66px;padding:8px 10px;background:#fbfcff;border:1px solid #edf0f4;border-radius:12px;cursor:pointer}.dash-playlist-track-picker label.selected{background:#fff7df;border-color:rgba(255,196,0,.42)}.dash-playlist-track-picker label.locked{cursor:default}.dash-playlist-track-picker input{width:18px;height:18px;accent-color:#ff9f13}.dash-playlist-track-picker input:disabled{cursor:default;opacity:.65}.dash-playlist-track-picker .dash-player-queue-cover,.dash-playlist-track-picker img{width:50px;height:50px;object-fit:cover;border-radius:10px}.dash-playlist-track-picker span:last-child{min-width:0}.dash-playlist-track-picker small,.dash-playlist-track-picker strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-playlist-track-picker strong{color:#111827;font-size:14px;font-weight:900}.dash-playlist-track-picker small{margin-top:4px;color:#697386;font-size:13px}.dash-playlist-error{margin:0;padding:10px 12px;color:#9b1c1c;background:#ffe7e7;border-radius:10px;font-size:13px;font-weight:750}.dash-playlist-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 20px;border-top:1px solid #edf0f4}.dash-playlist-modal-footer button{min-height:42px;padding:0 18px;border:0;border-radius:12px;font:inherit;font-size:14px;font-weight:850;cursor:pointer}.dash-playlist-modal-footer button:first-child{color:#536074;background:#f4f5f7}.dash-playlist-modal-footer button:last-child{color:#111827;background:linear-gradient(135deg,var(--yellow),#ff9f13)}.dash-playlist-modal-footer button:disabled{cursor:wait;opacity:.7}.dash-player-download{left:calc(260px + (100vw - 260px - 430px) / 2);bottom:28px;z-index:3;width:42px;height:42px;color:#ff7417;background:#fff0df;border-radius:50%;transform:translateX(-50%);box-shadow:0 12px 26px rgba(255,116,23,.18)}.dash-chat,.dash-player-download{position:fixed;display:inline-flex;align-items:center;justify-content:center}.dash-chat{right:55px;bottom:59px;z-index:30;width:58px;height:58px;color:#ffffff;background:linear-gradient(135deg,#31c966,#17ae4d);border:0;border-radius:50%;box-shadow:0 12px 26px rgba(23,174,77,.28)}@media (max-width:1120px){.auth-card-page{padding:18px}.auth-card-shell{min-height:calc(100vh - 36px);border-radius:30px}.auth-card-content{padding-top:118px}.dash-content{width:min(100% - 72px,846px);margin-inline:auto}.dash-content.credits-mode,.dash-content.stats-mode{width:min(100% - 72px,1040px)}.dash-content.credits-mode .dash-credits-summary,.dash-content.stats-mode .dash-stats-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.auth-card-page{padding:0;background:#ffffff}.auth-card-shell{width:100%;min-height:100vh;border:0;border-radius:0;box-shadow:none}.auth-card-content{width:min(100%,640px);padding:102px 32px 44px}.auth-card-logo span{font-size:64px}.auth-card-intro{margin-top:42px}.auth-card-social{margin-top:40px}.auth-card-form>label,.auth-card-social button,.auth-card-submit{min-height:74px}.auth-card-options{align-items:flex-start;flex-direction:column;font-size:17px}.dashboard-page{min-height:100vh;background:#ffffff}.dash-decor,.dash-sidebar,.dash-topbar{display:none}.dash-workspace{min-height:100vh;margin-left:0;padding:0 38px 174px;overflow:visible}.dash-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:89px}.dash-mobile-header>div{display:flex;align-items:center;gap:16px;min-width:0}.dash-mobile-header .dash-theme-toggle{height:42px;padding:3px}.dash-mobile-header .dash-theme-toggle button{width:34px;height:34px}.dash-logo strong{font-size:36px}.dash-logo span{width:75px;height:75px}.dash-logo span svg{width:41px;height:41px}.dash-mobile-header .dash-credit-pill{min-width:187px;height:77px;padding:0 23px;border-radius:34px;font-size:23px}.dash-mobile-header .dash-account-menu summary{gap:12px;font-size:24px}.dash-mobile-header .dash-account-menu summary svg:last-child{display:none}.dash-mobile-header .dash-account-menu button{right:0}.dash-generation-panel{position:relative;top:auto;right:auto;width:100%;padding-top:8px}.global-generation-panel{position:fixed;top:92px;right:16px;left:16px;z-index:80;width:auto;padding-top:0}.global-generation-stack{top:92px;right:16px;left:16px;width:auto;max-height:calc(100dvh - 116px)}.dash-generation-card{border-radius:24px}.dash-generation-header{grid-template-columns:56px 1fr}.dash-generation-header .dash-cover{width:56px;height:56px}.dash-full-player{grid-template-columns:1fr;overflow:hidden}.dash-player-sidebar{display:none}.dash-player-workspace{height:100vh;height:100dvh;min-height:0;grid-template-rows:82px minmax(0,1fr)}.dash-player-topbar{min-height:82px;padding:0 20px}.dash-player-close{display:inline-flex;flex:0 0 auto}.dash-player-search{margin-left:0}.dash-player-top-actions{gap:16px;margin-left:auto}.dash-player-layout{grid-template-columns:1fr;grid-template-rows:minmax(0,1.18fr) minmax(220px,.82fr);gap:18px;height:calc(100vh - 82px);height:calc(100dvh - 82px);padding:20px;overflow:hidden}.dash-player-card{height:100%;min-height:0;padding:clamp(24px,3vh,36px) 28px}.dash-player-queue-list{max-height:none;min-height:0}.dash-player-download{left:50%}.dash-content{min-width:0;margin-left:0;padding:56px 0 0}.dash-content,.dash-content.credits-mode,.dash-content.stats-mode{width:100%;max-width:100%}.dash-stats-header{align-items:stretch;flex-direction:column}.dash-stats-header button{width:100%}.dash-stats-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-stats-grid{grid-template-columns:1fr}.dash-stats-chart{gap:9px}.dash-greeting h1{font-size:clamp(40px,7vw,54px);line-height:1.05}.dash-greeting p{max-width:620px;margin-top:19px;font-size:clamp(24px,4vw,30px);line-height:1.45}.dash-actions{min-height:248px;margin-top:39px;border-radius:32px}.dash-action{gap:25px;padding:28px 16px}.dash-action span{width:94px;height:94px;border-radius:28px}.dash-action span svg{width:54px;height:54px}.dash-action strong{max-width:130px;font-size:23px;line-height:1.25}.dash-history{margin-top:55px}.dash-history-heading h2{font-size:42px}.dash-history-heading p{margin-top:18px;font-size:24px}.dash-history-filter-trigger{min-width:118px;min-height:42px;border-radius:12px;font-size:15px}.dash-history-list{gap:12px;margin-top:34px}.dash-history-card{grid-template-columns:118px 1fr 80px 28px;gap:32px;min-height:190px;padding:27px 30px 27px 24px;border-radius:27px}.dash-cover{width:118px;height:118px;border-radius:19px}.dash-cover svg{width:59px;height:59px}.dash-track-copy{gap:14px}.dash-track-copy h3{font-size:25px}.dash-meta{gap:32px;font-size:21px}.dash-meta span+span:before{left:-21px;width:7px;height:7px}.dash-status-pill{min-height:38px;padding:0 18px;font-size:21px}.dash-history-versions{margin-top:2px}.dash-history-versions button{min-height:34px;padding:0 12px;font-size:17px}.dash-privacy-switch{font-size:9px}.dash-privacy-switch-track{width:62px;height:28px}.dash-privacy-switch-track:after{width:22px;height:22px}.dash-privacy-switch input:checked+.dash-privacy-switch-track:after{transform:translateX(34px)}.dash-privacy-switch-label{inset:0 7px 0 29px;font-size:8.5px}.dash-privacy-switch input:checked+.dash-privacy-switch-track .dash-privacy-switch-label{inset:0 29px 0 7px}.dash-play{width:80px;height:80px}.dash-more{width:28px;height:62px}.dash-chat{right:39px;bottom:148px;width:83px;height:83px}.dash-create-backdrop{position:fixed;inset:0;z-index:31;display:block;background:rgba(10,10,10,.34);border:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:createBackdropIn .18s ease-out}.dash-create-flyout{position:fixed;left:50%;bottom:calc(166px + env(safe-area-inset-bottom));z-index:35;display:block;width:0;height:0;pointer-events:none}.dash-create-flyout button{position:absolute;left:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:162px;min-height:54px;padding:0 15px;color:var(--black);background:#ffffff;border:1px solid rgba(255,196,0,.22);border-radius:18px;box-shadow:0 18px 36px rgba(0,0,0,.16);font-size:15px;font-weight:900;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,20px) scale(.82);transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.dash-create-flyout button svg{color:#f2ad00;flex:0 0 auto}.dash-create-flyout.open{pointer-events:auto}.dash-create-flyout.open button{opacity:1;pointer-events:auto}.dash-create-flyout.open .sound{transform:translate(-50%,-70px) scale(1)}.dash-create-flyout.open .instrumental{transform:translate(calc(-100% - 28px)) scale(1)}.dash-create-flyout.open .video{transform:translate(28px) scale(1)}.dash-bottom-nav{position:fixed;left:38px;right:38px;bottom:calc(22px + env(safe-area-inset-bottom));z-index:25;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 116px minmax(0,1fr) minmax(0,1fr);align-items:center;height:124px;min-height:124px;padding:0 26px;background:rgba(255,255,255,.96);border:1px solid #ececec;border-radius:31px;box-shadow:0 18px 48px rgba(17,17,17,.13);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dash-bottom-nav.menu-open{z-index:34}.dash-bottom-nav button{display:grid;justify-items:center;align-content:center;gap:7px;min-width:0;min-height:76px;color:#575860;background:transparent;border:0;font-size:16px;line-height:1.1;white-space:nowrap}.dash-bottom-nav button svg{width:32px;height:32px}.dash-bottom-nav button.active{color:var(--yellow)}.dash-bottom-nav .create{align-self:center;justify-self:center;width:112px;height:112px;min-height:112px;margin-top:-42px;color:var(--black);background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:8px solid #ffffff;border-radius:50%;box-shadow:0 16px 30px rgba(255,196,0,.32),0 0 0 1px rgba(255,255,255,.72);transition:transform .18s ease,box-shadow .18s ease;z-index:36}.dash-bottom-nav .create.open{transform:translateY(-4px) scale(1.03);box-shadow:0 20px 34px rgba(255,196,0,.38),0 0 0 1px rgba(255,255,255,.8)}.dash-bottom-nav .create svg{width:52px;height:52px;margin-top:0}.dash-home-indicator{position:fixed;left:50%;bottom:4px;z-index:31;display:block;width:291px;height:6px;background:#000000;border-radius:999px;transform:translateX(-50%)}}@media (max-width:620px){.auth-card-content{padding:86px 24px 36px}.auth-card-logo svg{width:88px;height:88px}.auth-card-logo span{font-size:50px}.auth-card-intro h1{font-size:32px}.auth-card-intro p{font-size:20px}.auth-card-form>label,.auth-card-social button,.auth-card-submit{min-height:62px;border-radius:13px}.auth-card-social button{gap:18px;font-size:18px}.auth-card-social .facebook-mark,.auth-card-social .google-mark{width:34px;height:34px;font-size:34px}.auth-card-divider{gap:24px;margin:28px 0 22px}.auth-card-form{gap:15px}.auth-card-form input[type=email],.auth-card-form input[type=password],.auth-card-form input[type=text]{font-size:16px}.auth-card-switch,.auth-card-terms{font-size:15px}.auth-card-terms{margin-top:26px}.dash-workspace{padding-inline:18px;padding-bottom:136px}.dash-mobile-header{align-items:center;min-height:70px}.dash-logo{gap:9px}.dash-logo span{width:46px;height:46px}.dash-logo span svg{width:29px;height:29px}.dash-logo strong{font-size:27px}.dash-mobile-header>div{flex-wrap:nowrap;justify-content:flex-end;gap:8px}.dash-mobile-header .dash-theme-toggle{height:36px;gap:2px;padding:3px}.dash-mobile-header .dash-theme-toggle button{width:30px;height:30px}.dash-mobile-header .dash-theme-toggle svg{width:16px;height:16px}.dash-mobile-header .dash-credit-pill{min-width:119px;height:48px;padding:0 14px;border-radius:22px;font-size:15px}.dash-mobile-header .dash-credit-pill svg{width:21px;height:21px}.dash-mobile-header .dash-account-menu summary{gap:7px;font-size:14px}.dash-mobile-header .dash-account-menu summary .dash-account-label{display:none}.dash-mobile-header .dash-account-menu summary .dash-profile-icon{width:23px;height:23px}.dash-content{padding-top:42px}.dash-generation-header{grid-template-columns:48px 1fr}.dash-generation-header .dash-cover{width:48px;height:48px;border-radius:14px}.dash-generation-header strong{font-size:18px}.dash-generation-body{grid-template-columns:82px 1fr;gap:12px}.dash-generation-ring{width:78px;height:78px}.dash-generation-ring:before{inset:9px}.dash-generation-ring strong{font-size:22px}.dash-greeting h1{font-size:34px}.dash-greeting p{font-size:20px}.dash-actions{min-height:142px;grid-template-columns:repeat(4,1fr);margin-top:24px;border-radius:24px}.dash-action{min-height:142px;gap:14px;padding:16px 7px;border-right:0;border-bottom:0}.dash-action:not(:last-child){border-right:1px solid #e6e6e6}.dash-action span{width:58px;height:58px;border-radius:17px}.dash-action span svg{width:34px;height:34px}.dash-action strong{max-width:82px;font-size:13px}.dash-history{margin-top:36px}.dash-history-heading{align-items:stretch;flex-direction:column}.dash-history-heading h2{font-size:32px}.dash-history-heading p{font-size:17px}.dash-history-filter-trigger{min-width:94px;min-height:38px;gap:9px;border-radius:11px;font-size:13px}.dash-history-card{grid-template-columns:78px 1fr 54px 22px;gap:14px;min-height:128px;padding:17px 16px;border-radius:20px}.dash-cover{width:78px;height:78px;border-radius:16px}.dash-cover svg{width:42px;height:42px}.dash-track-copy h3{font-size:17px}.dash-meta{flex-wrap:wrap;gap:8px 24px;font-size:14px}.dash-status-pill{min-height:28px;font-size:14px}.dash-history-versions{padding:3px}.dash-history-versions button{min-height:25px;padding:0 8px;font-size:11px}.dash-history-inline-controls{gap:5px}.dash-privacy-switch{font-size:7px}.dash-privacy-switch-track{width:46px;height:19px}.dash-privacy-switch-track:after{top:2px;left:2px;width:13px;height:13px}.dash-privacy-switch input:checked+.dash-privacy-switch-track:after{transform:translateX(29px)}.dash-privacy-switch-label{inset:0 4px 0 17px;font-size:6.5px}.dash-privacy-switch input:checked+.dash-privacy-switch-track .dash-privacy-switch-label{inset:0 17px 0 4px}.dash-play{width:54px;height:54px}.dash-more{width:22px}.dash-full-player{grid-template-columns:1fr}.dash-player-workspace{height:100vh;height:100dvh;min-height:0;grid-template-rows:72px minmax(0,1fr)}.dash-player-topbar{min-height:72px}.dash-player-search{display:none}.dash-player-top-actions{width:auto;justify-content:flex-end;gap:10px;margin-left:auto}.dash-player-top-actions .dash-theme-toggle{gap:2px}.dash-player-top-actions .dash-theme-toggle button{width:32px;height:32px}.dash-player-layout{grid-template-rows:minmax(0,1fr) minmax(190px,.78fr);gap:14px;height:calc(100vh - 72px);height:calc(100dvh - 72px);padding:12px}.dash-player-card{min-height:0;border-radius:18px;padding:26px 18px 30px}.dash-player-cover,.dash-player-cover.dash-cover{width:190px;height:190px;min-width:190px;min-height:190px;border-radius:20px}.dash-player-cover.dash-cover svg{width:70px;height:70px}.dash-player-copy h2{font-size:24px}.dash-player-copy p{font-size:14px}.dash-player-actions{gap:20px}.dash-player-main-controls{grid-template-columns:repeat(5,1fr);grid-template-rows:36px auto;margin-top:22px}.dash-player-control-equalizer{grid-column:2/5;height:34px}.dash-player-control-equalizer span{width:3px}.dash-player-main-controls button{width:42px;height:42px}.dash-full-player .dash-player-toggle{width:72px!important;height:72px!important}.dash-player-bottom-tools{grid-template-columns:1fr;justify-items:center;gap:12px}.dash-full-player .dash-player-volume{width:150px}.dash-player-queue{row-gap:18px;padding:14px}.dash-player-queue-tabs{grid-template-columns:max-content max-content max-content}.dash-player-queue-tabs>button:last-child{display:inline-flex}.dash-player-queue-list{gap:10px;margin-top:0}.dash-player-queue-row{grid-template-columns:minmax(0,1fr) 24px}.dash-player-queue-select{grid-template-columns:50px minmax(0,1fr) auto}.dash-player-queue-more{width:24px;height:36px}.dash-player-queue-cover,.dash-player-queue-list img{width:50px;height:50px}.dash-player-workspace{grid-template-rows:80px minmax(0,1fr);background:#fbfbff}.dash-player-topbar{min-height:80px;gap:8px;padding:0 12px;background:rgba(255,255,255,.96);border-bottom:0}.dash-player-close{width:48px;height:48px;margin-right:0;color:#8b22e8;background:rgba(255,255,255,.94);border:1px solid rgba(119,114,145,.12);box-shadow:0 10px 24px rgba(39,34,62,.08)}.dash-player-top-actions{min-width:0;gap:8px}.dash-player-top-actions .dash-theme-toggle{height:38px;gap:1px;padding:3px;background:#f2f1f7;border-color:rgba(119,114,145,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.48)}.dash-player-top-actions .dash-theme-toggle button{width:30px;height:30px}.dash-player-top-actions .dash-theme-toggle svg{width:17px;height:17px}.dash-player-top-actions .dash-credit-pill{min-width:96px;height:44px;gap:8px;padding:0 13px;background:rgba(255,255,255,.94);border:1px solid rgba(119,114,145,.12);border-radius:999px;box-shadow:0 10px 24px rgba(39,34,62,.07);font-size:15px}.dash-player-top-actions .dash-credit-pill svg{width:21px;height:21px;color:#7c22e6}.dash-player-top-actions .dash-account-menu summary{justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px;gap:0;padding:0;color:#636083;background:rgba(255,255,255,.94);border:1px solid rgba(119,114,145,.12);border-radius:50%;box-shadow:0 10px 24px rgba(39,34,62,.07);font-size:0}.dash-player-top-actions .dash-account-menu summary .dash-account-label{display:none}.dash-player-top-actions .dash-account-menu summary .dash-profile-icon{width:24px;height:24px;color:#636083}.dash-player-top-actions .dash-account-menu summary svg:last-child{display:none}.dash-player-layout{position:relative;display:block;height:calc(100vh - 80px);height:calc(100dvh - 80px);padding:12px 10px calc(132px + env(safe-area-inset-bottom));overflow:hidden}.dash-player-layout.mobile-queue-expanded{padding-bottom:0}.dash-player-card{align-content:start;height:100%;border-radius:26px;padding:30px 18px 24px}.dash-player-cover,.dash-player-cover.dash-cover{width:min(42vw,162px);height:min(42vw,162px);min-width:144px;min-height:144px;border-radius:18px}.dash-player-cover.dash-cover svg{width:58px;height:58px}.dash-player-tags{margin-top:16px}.dash-player-tags span,.dash-player-versions button{min-height:28px;padding:0 14px;font-size:13px}.dash-player-copy{margin-top:12px}.dash-player-copy h2{font-size:clamp(26px,8vw,34px);line-height:1.06}.dash-player-copy p{margin-top:12px;font-size:clamp(15px,4.4vw,18px);line-height:1.35}.dash-player-actions{gap:22px;margin-top:16px}.dash-player-actions .dash-player-like{min-width:70px;height:44px;padding:0 14px;color:#ff641f;background:rgba(255,230,234,.86)}.dash-full-player .dash-player-controls{width:min(100%,360px);margin-top:18px}.dash-player-main-controls{grid-template-rows:46px auto;gap:4px 6px;margin-top:14px}.dash-player-control-equalizer{height:42px}.dash-player-control-equalizer span{height:min(30px,100%)}.dash-player-main-controls button{width:44px;height:44px}.dash-full-player .dash-player-toggle{width:70px!important;height:70px!important;background:linear-gradient(135deg,#ed6cff,#7627e7)!important;box-shadow:0 18px 36px rgba(120,39,231,.3)}.dash-player-bottom-tools{grid-template-columns:minmax(0,1fr) minmax(108px,140px) 44px;gap:10px;width:100%;margin-top:16px}.dash-full-player .dash-player-lyrics{min-width:0;min-height:48px;padding:0 13px;border-radius:999px;font-size:14px}.dash-full-player .dash-player-volume{width:100%}.dash-player-settings{width:44px;height:44px;color:#7c22e6}.dash-player-queue{position:absolute;right:0;bottom:0;left:0;z-index:70;display:grid;row-gap:12px;padding:0 20px calc(18px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border:1px solid rgba(119,114,145,.1);border-bottom:0;border-radius:28px 28px 0 0;box-shadow:0 -20px 50px rgba(32,27,54,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:height .22s ease}.dash-player-queue.mobile-expanded{grid-template-rows:auto auto minmax(0,1fr);height:min(70dvh,calc(100dvh - 96px));overflow:visible}.dash-player-queue.mobile-collapsed{grid-template-rows:58px;height:calc(86px + env(safe-area-inset-bottom));row-gap:8px;overflow:hidden}.dash-player-queue.filter-open{overflow:visible}.dash-player-queue-toggle{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;color:#8b22e8;background:rgba(244,235,255,.72);border:0;border-radius:999px}.dash-player-queue-toggle svg{transition:transform .18s ease}.dash-player-queue.mobile-collapsed .dash-player-queue-toggle svg{transform:rotate(180deg)}.dash-player-queue-search{grid-template-columns:52px minmax(0,1fr) 58px;gap:10px;min-height:58px}.dash-player-queue-search-field{max-width:none;min-height:58px;padding:0 18px;background:#f4f1f8;border-radius:999px}.dash-player-queue-search input{font-size:16px}.dash-player-queue-search button{width:58px;height:58px;color:#7c22e6;background:#f2e9fb;border-radius:50%}.dash-player-mobile-create{z-index:240;display:inline-flex;align-self:center}.dash-player-mobile-create-trigger,.dash-player-queue-search .dash-player-mobile-create-trigger{display:inline-flex;width:88px;height:48px;padding:0 10px;color:#111827;background:linear-gradient(135deg,var(--yellow),#ff9f13);border-radius:999px}.dash-player-mobile-create-menu{top:calc(100% + 8px);bottom:auto;left:0;z-index:340}.dash-player-style-filter-menu{top:auto;right:0;bottom:calc(100% + 8px);width:min(280px,calc(100vw - 28px));max-height:min(300px,calc(66dvh - 150px))}.dash-player-queue-search .dash-player-queue-toggle{display:inline-flex;width:52px;height:52px;align-self:center;background:rgba(244,235,255,.78)}.dash-player-queue.mobile-collapsed .dash-player-queue-list,.dash-player-queue.mobile-collapsed .dash-player-queue-tabs{display:none}.dash-player-queue-tabs{position:relative;z-index:5;display:flex;gap:12px;overflow-x:auto;overflow-y:visible;padding-bottom:1px;scrollbar-width:none}.dash-player-playlist-tab,.dash-player-queue-tabs>button{flex:0 0 clamp(118px,calc((100% - 24px) / 3),160px)}.dash-player-queue-tabs::-webkit-scrollbar{display:none}.dash-player-queue-tabs:has(.dash-player-playlist-tab.open){overflow:visible}.dash-player-playlist-trigger,.dash-player-queue-tabs>button{min-height:48px;padding:0 16px;color:#626a80;background:#f4f3f8;font-size:15px;white-space:nowrap}.dash-player-playlist-trigger.active,.dash-player-queue-tabs>button.active{color:#7c22e6;background:#f0e7ff}.dash-player-playlist-menu{top:calc(100% + 8px);left:0;min-width:min(260px,calc(100vw - 40px));max-height:min(280px,calc(70dvh - 190px));overflow-y:auto}.dash-player-playlist-tab.open{z-index:160}.dash-player-queue-list{position:relative;z-index:1;gap:0;padding-right:0;overflow-y:auto}.dash-player-queue-row{grid-template-columns:minmax(0,1fr) 28px;min-height:70px;gap:8px;padding:8px 0 10px;border-bottom:1px solid #edf0f5;border-radius:0}.dash-player-queue-row.active{background:transparent}.dash-player-queue-select{grid-template-columns:50px minmax(0,1fr) minmax(78px,auto);gap:14px}.dash-player-queue-list strong{font-size:16px;line-height:1.2}.dash-player-queue-list small{margin-top:6px;font-size:14px}.dash-player-queue-list em{min-width:48px;font-size:15px}.dash-player-queue-more{width:28px;height:44px}.dash-playlist-modal-backdrop{padding:12px}.dash-playlist-modal{max-height:calc(100dvh - 24px);border-radius:16px}.dash-playlist-modal-body,.dash-playlist-modal-footer,.dash-playlist-modal-header{padding-right:16px;padding-left:16px}.dash-player-download{bottom:18px}.dash-bottom-nav{left:20px;right:20px;bottom:calc(18px + env(safe-area-inset-bottom));grid-template-columns:minmax(0,1fr) minmax(0,1fr) 84px minmax(0,1fr) minmax(0,1fr);height:88px;min-height:88px;padding:0 14px;border-radius:24px}.dash-bottom-nav button{gap:5px;min-height:64px;font-size:12px}.dash-bottom-nav button svg{width:29px;height:29px}.dash-bottom-nav .create{width:86px;height:86px;min-height:86px;margin-top:-32px;border-width:6px}.dash-bottom-nav .create svg{width:44px;height:44px}.dash-chat{right:28px;bottom:calc(102px + env(safe-area-inset-bottom));width:62px;height:62px}.dash-create-flyout{bottom:calc(120px + env(safe-area-inset-bottom))}.dash-create-flyout button{width:136px;min-height:49px;gap:7px;padding:0 11px;border-radius:16px;font-size:12px}.dash-create-flyout button svg{width:20px;height:20px}.dash-create-flyout.open .sound{transform:translate(-50%,-62px) scale(1)}.dash-create-flyout.open .instrumental{transform:translate(calc(-100% - 17px)) scale(1)}.dash-create-flyout.open .video{transform:translate(17px) scale(1)}.dash-home-indicator{width:160px}}@keyframes createBackdropIn{0%{opacity:0}to{opacity:1}}.song-wizard-page,.video-placeholder-page{min-height:100vh;color:var(--black);background:linear-gradient(180deg,rgba(255,196,0,.045),transparent 210px),#fbfaf7}.wizard-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:0 max(22px,calc((100vw - 720px) / 2));background:rgba(255,255,255,.9);border-bottom:1px solid #e9e5dc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.wizard-topbar a,.wizard-topbar button{display:inline-flex;align-items:center;gap:9px;color:var(--black);background:transparent;border:0;font-size:16px;font-weight:850}.wizard-topbar span{color:#66666d;font-size:15px;font-weight:750}.wizard-topbar-account{display:inline-flex;align-items:center;gap:10px}.wizard-topbar .wizard-home-action{width:44px;height:44px;background:#fff6d8;border:1px solid rgba(255,196,0,.38);border-radius:15px;box-shadow:0 12px 24px rgba(255,196,0,.13)}.wizard-topbar .wizard-balance-pill,.wizard-topbar .wizard-home-action{display:inline-flex;align-items:center;justify-content:center;color:#111111}.wizard-topbar .wizard-balance-pill{gap:10px;min-width:166px;height:52px;padding:0 24px;background:linear-gradient(135deg,#fff7df,#fff0c8);border:0;border-radius:15px;font-size:17px;font-weight:950;letter-spacing:-.01em}.wizard-topbar .wizard-balance-button{cursor:pointer;box-shadow:0 12px 24px rgba(255,196,0,.14)}.wizard-topbar .wizard-balance-button.is-updating{transform:translateY(-1px);box-shadow:0 16px 34px rgba(255,196,0,.22)}.wizard-progress{position:sticky;top:74px;z-index:19;height:4px;background:#f0ece4}.wizard-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--yellow),var(--yellow-2));border-radius:999px;transition:width .22s ease}.wizard-shell{width:min(100% - 44px,650px);margin-inline:auto;padding:40px 0 58px}.wizard-panel{display:grid;gap:26px}.wizard-heading{text-align:center}.wizard-heading h1{max-width:560px;margin:0 auto;font-size:clamp(31px,6vw,42px);font-weight:950;line-height:1.12}.wizard-heading p{max-width:530px;margin:14px auto 0;color:#696a71;font-size:clamp(17px,3.5vw,20px);line-height:1.45}.wizard-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wizard-addon-card,.wizard-audio-card,.wizard-balance-alert,.wizard-chip-grid button,.wizard-choice-grid button,.wizard-custom-voice-card,.wizard-generated-card,.wizard-generated-source,.wizard-language-grid button,.wizard-method-list button,.wizard-price-card,.wizard-style-row button,.wizard-summary-card,.wizard-voice-grid button,.wizard-voice-note{background:rgba(255,255,255,.9);border:1px solid #e4e0d8;box-shadow:0 10px 24px rgba(17,17,17,.04)}.wizard-choice-grid button{position:relative;display:grid;justify-items:center;align-content:center;gap:10px;min-height:150px;padding:18px 18px 16px;overflow:hidden;color:var(--black);border-radius:22px;font-size:18px;text-align:center;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.wizard-choice-grid button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(17,17,17,.08)}.occasion-logo{display:block;width:82px;height:82px;filter:drop-shadow(0 10px 18px rgba(17,17,17,.08))}.occasion-logo svg{display:block;width:100%;height:100%}.wizard-choice-grid button strong{position:relative;z-index:1;font-weight:950;font-size:18px;line-height:1.15}.wizard-method-list button>span,.wizard-voice-grid button>span{color:#f0ad00}.wizard-addon-card.selected,.wizard-chip-grid button.selected,.wizard-choice-grid button.selected,.wizard-custom-voice-option.selected,.wizard-language-grid button.selected,.wizard-method-list button.selected,.wizard-voice-grid button.selected,.wizard-voice-note.selected{background:linear-gradient(180deg,rgba(255,247,223,.94),rgba(255,255,255,.92));border-color:#f2ad00;box-shadow:0 12px 28px rgba(255,196,0,.14)}.wizard-choice-grid button.selected .occasion-logo{transform:translateY(-1px) scale(1.04)}.wizard-primary,.wizard-secondary{display:inline-flex;align-items:center;justify-content:center;gap:13px;width:100%;min-height:64px;border-radius:19px;font-size:20px;font-weight:950}.wizard-primary{color:var(--black);background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:0}.wizard-primary:disabled,.wizard-secondary:disabled{opacity:.72;cursor:wait}.wizard-button-spinner{width:20px;height:20px;border:2.5px solid rgba(5,5,5,.2);border-top:2.5px solid var(--black);border-radius:50%;animation:wizardSpin .7s linear infinite}.wizard-secondary{color:#d69700;background:#ffffff;border:1px solid #f0bf35}.wizard-feedback{margin:0;padding:14px 16px;border-radius:16px;font-weight:700;line-height:1.45}.wizard-feedback.error{color:#9f2222;background:#fff2f2;border:1px solid #f1c8c8}@keyframes wizardSpin{to{transform:rotate(1turn)}}.wizard-method-list{display:grid;gap:18px}.wizard-method-list button{position:relative;display:grid;grid-template-columns:62px 1fr;align-items:center;gap:18px;min-height:134px;padding:25px;color:var(--black);text-align:left;border-radius:24px}.wizard-method-list em{position:absolute;top:-15px;right:22px;padding:7px 14px;color:var(--black);background:var(--yellow);border-radius:999px;font-size:13px;font-style:normal;font-weight:900}.wizard-method-list button>span,.wizard-voice-grid button>span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;background:#fff2d0;border-radius:50%}.wizard-method-list strong{display:block;font-size:22px;line-height:1.22}.wizard-method-list p{margin:7px 0 0;color:#6a6b72;line-height:1.45}.wizard-textarea{display:grid;gap:12px}.wizard-block h2,.wizard-textarea span{margin:0;font-size:20px;font-weight:950}.wizard-textarea textarea{width:100%;min-height:164px;resize:vertical;padding:18px;color:var(--black);background:#ffffff;border:1px solid #e4e0d8;border-radius:18px;outline:0;font-size:17px;line-height:1.5}.wizard-textarea.compact textarea{min-height:96px}.wizard-voice-textarea-wrap{position:relative}.wizard-voice-textarea-wrap textarea{padding-right:74px}.wizard-voice-transcribe{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:#ff8a00;background:#ffffff;border:1px solid #e4e0d8;border-radius:16px;box-shadow:0 10px 24px rgba(17,17,17,.06)}.wizard-voice-transcribe:focus-visible,.wizard-voice-transcribe:hover{border-color:#f2ad00;box-shadow:0 14px 30px rgba(255,196,0,.18)}.wizard-voice-transcribe:disabled{opacity:.72;cursor:wait}.wizard-voice-transcribe.recording{color:#ffffff;background:#ef4444;border-color:#ef4444;animation:wizardVoicePulse .95s ease-in-out infinite}.wizard-textarea-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-6px;color:#6a6b72;font-size:14px;font-weight:750}.wizard-textarea-meta strong{color:#d69700;font-size:13px}.wizard-tip-card{display:grid;grid-template-columns:24px 1fr;gap:10px;padding:16px 18px;color:#4b5563;background:linear-gradient(135deg,rgba(255,196,0,.11),rgba(255,255,255,.92));border:1px solid rgba(255,196,0,.32);border-radius:18px}.wizard-tip-card svg{margin-top:2px;color:#f2ad00}.wizard-tip-card p{margin:0;line-height:1.5}.wizard-tip-card strong{color:var(--black)}@keyframes wizardVoicePulse{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.32)}50%{box-shadow:0 0 0 9px rgba(239,68,68,0)}}.wizard-shell.lyrics-review-shell{width:min(100% - 44px,760px)}.wizard-generated-editor{display:grid;gap:16px}.wizard-generated-meta{display:grid;grid-template-columns:1fr;gap:14px}.wizard-generated-field,.wizard-lyrics-editor{display:grid;gap:10px}.wizard-generated-field{padding:17px 18px;background:rgba(255,255,255,.92);border:1px solid #e4e0d8;border-radius:18px;box-shadow:0 10px 24px rgba(17,17,17,.04)}.wizard-generated-field span,.wizard-lyrics-editor span{color:#77787f;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.wizard-generated-field input{width:100%;min-height:36px;padding:0;color:var(--black);background:transparent;border:0;outline:0;font-size:18px;font-weight:850;line-height:1.35}.wizard-lyrics-editor{padding:18px;background:linear-gradient(180deg,rgba(255,248,224,.68),rgba(255,255,255,.94));border:1px solid rgba(242,173,0,.46);border-radius:22px;box-shadow:0 16px 34px rgba(17,17,17,.06)}.wizard-lyrics-editor textarea{width:100%;min-height:min(52vh,480px);resize:vertical;padding:20px 22px;color:#111827;background:#ffffff;border:1px solid #e7dfcf;border-radius:17px;outline:0;font-size:17px;font-weight:650;line-height:1.72;white-space:pre-wrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.wizard-generated-field:focus-within,.wizard-lyrics-editor textarea:focus{border-color:#f2ad00;box-shadow:0 0 0 4px rgba(255,196,0,.16)}.wizard-lyrics-editor-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:34px}.wizard-lyrics-editor-footer em{color:#85858b;font-size:13px;font-style:italic;font-weight:750;text-transform:lowercase}.wizard-lengthen-lyrics{min-height:34px;padding:0 13px;color:#111111;background:#fff4cf;border:1px solid rgba(242,173,0,.5);border-radius:999px;font-size:13px;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px rgba(255,196,0,.12)}.wizard-lengthen-lyrics:disabled{color:#8b8b92;cursor:not-allowed;background:#f2f2f3;border-color:#dedee2;box-shadow:none}.wizard-lyrics-hints{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wizard-lyrics-hints article{display:grid;gap:6px;min-height:94px;padding:16px;background:#fff8e1;border:1px solid rgba(255,196,0,.36);border-radius:18px;box-shadow:0 10px 22px rgba(17,17,17,.04)}.wizard-lyrics-hints strong{font-size:15px;font-weight:950}.wizard-lyrics-hints span{color:#696a71;font-size:13px;line-height:1.35}.wizard-block{display:grid;gap:14px}.wizard-chip-grid,.wizard-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wizard-chip-grid button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;color:var(--black);border-radius:16px;font-size:16px;font-weight:850}.wizard-chip-grid button .wizard-chip-emoji{font-size:20px;line-height:1}.wizard-style-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:start;gap:12px}.wizard-style-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:52px;padding:0 16px;color:var(--muted);border:1px solid var(--border);border-radius:16px;background:#ffffff;box-shadow:0 12px 28px rgba(17,17,17,.05)}.wizard-style-search input{min-width:0;color:var(--black);border:0;outline:0;background:transparent;font:inherit;font-size:16px;font-weight:750}.wizard-style-search input::placeholder{color:#8d8b8a}.wizard-style-search span{color:#8d8b8a;font-size:13px;font-weight:850}.wizard-style-grid button{display:block;aspect-ratio:1/1;min-height:0;width:100%;padding:0;color:var(--black);border:0;border-radius:18px;overflow:hidden;background:#ffffff;box-shadow:0 14px 30px rgba(17,17,17,.1)}.wizard-style-grid button .style-illustration{display:block;width:100%;height:100%}.wizard-style-grid button .style-illustration img{display:block;width:100%;height:100%;object-fit:cover}.wizard-style-grid button.selected{outline:4px solid rgba(255,196,0,.62);outline-offset:2px}.wizard-empty-styles{margin:0;color:var(--muted);font-size:15px;font-weight:750;text-align:center}.wizard-voice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wizard-voice-grid button{display:grid;justify-items:center;gap:9px;min-height:150px;padding:18px 10px;color:var(--black);border-radius:22px}.wizard-language-grid strong,.wizard-voice-grid strong{font-size:17px}.wizard-language-grid small,.wizard-voice-grid small{color:#696a71;font-size:13px;line-height:1.35}.wizard-language-grid button{display:grid;justify-items:center;gap:6px;min-height:78px;padding:12px;color:var(--black);border-radius:17px;text-align:center}.wizard-voice-note{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:0 18px;color:var(--black);border-style:dashed;border-color:#e6bd3a;border-radius:18px;font-size:16px;font-weight:850}.wizard-voice-note strong{color:#e09f00}.wizard-custom-voice-card{display:grid;gap:16px;padding:18px;border-radius:22px}.wizard-custom-voice-head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:14px}.wizard-addon-icon,.wizard-custom-voice-head>span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:#f0ad00;background:#fff2d0;border-radius:16px}.wizard-addon-card strong,.wizard-custom-voice-head strong{display:block;font-size:18px;font-weight:950}.wizard-addon-card p,.wizard-balance-alert p,.wizard-custom-voice-head p,.wizard-custom-voice-status p{margin:5px 0 0;color:#66666d;line-height:1.45}.wizard-addon-card b,.wizard-custom-voice-head b{align-self:start;padding:7px 10px;color:#111111;background:var(--yellow);border-radius:999px;font-size:13px;font-weight:950;white-space:nowrap}.wizard-custom-voice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wizard-custom-voice-ready-panel{display:grid;gap:10px}.wizard-custom-voice-ready-panel>span{color:#d99a00;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.wizard-custom-voice-ready-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.wizard-custom-voice-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;color:var(--black);background:#ffffff;border:1px solid #e4e0d8;border-radius:15px;text-align:left}.wizard-custom-voice-option.editing{align-items:end}.wizard-custom-voice-select{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;cursor:pointer}.wizard-custom-voice-select input{width:18px;height:18px;margin:0;accent-color:var(--yellow)}.wizard-custom-voice-option-copy{display:grid;gap:4px;min-width:0}.wizard-custom-voice-option small{color:#6a6b72;font-size:12px;font-weight:800}.wizard-custom-voice-rename{display:grid;gap:6px;min-width:0}.wizard-custom-voice-rename span{color:#d99a00;font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.wizard-custom-voice-rename input{width:100%;min-height:38px;padding:0 11px;color:var(--black);background:#ffffff;border:1px solid #f0bf35;border-radius:12px;font:inherit;font-weight:850}.wizard-custom-voice-option-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.wizard-custom-voice-option-actions button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#8a6500;background:#fff4cd;border:1px solid rgba(255,196,0,.48);border-radius:999px}.wizard-custom-voice-option-actions button:focus-visible,.wizard-custom-voice-option-actions button:hover{color:#111111;background:var(--yellow);border-color:var(--yellow)}.wizard-custom-voice-option-actions button.danger{color:#b42318;background:#fff0ed;border-color:#fecaca}.wizard-custom-voice-option-actions button.danger:focus-visible,.wizard-custom-voice-option-actions button.danger:hover{color:#ffffff;background:#dc2626;border-color:#dc2626}.wizard-custom-voice-option-actions button:disabled{opacity:.55;cursor:not-allowed}.wizard-custom-voice-add{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 18px;color:#d69700;background:#ffffff;border:1px solid #f0bf35;border-radius:14px;font-size:14px;font-weight:950;white-space:nowrap}.wizard-custom-voice-add:disabled{opacity:.62;cursor:not-allowed}.wizard-custom-voice-actions{display:grid;grid-template-columns:1fr auto;gap:10px}.wizard-custom-voice-actions.single{grid-template-columns:1fr}.wizard-balance-alert button,.wizard-custom-voice-actions button,.wizard-custom-voice-phrase button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 15px;color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border:0;border-radius:14px;font-size:14px;font-weight:950}.wizard-custom-voice-actions button:last-child{color:#d69700;background:#ffffff;border:1px solid #f0bf35}.wizard-balance-alert button:disabled,.wizard-custom-voice-actions button:disabled,.wizard-custom-voice-phrase button:disabled{opacity:.68;cursor:wait}.wizard-custom-voice-phrase,.wizard-custom-voice-status{padding:14px 16px;background:rgba(255,248,224,.72);border:1px solid rgba(255,196,0,.34);border-radius:16px}.wizard-custom-voice-phrase span,.wizard-custom-voice-status span{color:#d99a00;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.wizard-custom-voice-phrase{display:grid;gap:10px}.wizard-custom-voice-pending-copy strong,.wizard-custom-voice-phrase strong{font-size:18px;line-height:1.35}.wizard-custom-voice-phrase p,.wizard-custom-voice-status p{margin:0;color:#676971;font-size:13px;line-height:1.5}.wizard-custom-voice-step-phrase{display:block;padding:14px 16px;background:rgba(255,255,255,.82);border-radius:14px}.wizard-custom-voice-step-note{margin-top:-2px}.wizard-custom-voice-pending{display:grid;gap:10px}.wizard-custom-voice-pending-copy{display:inline-flex;align-items:center;gap:10px}.wizard-custom-voice-loader{color:#d99a00;animation:wizardSpin .9s linear infinite}.wizard-feedback.success{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.wizard-addon-card{display:grid;position:relative;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px;color:var(--black);border-radius:21px;text-align:left;cursor:pointer}.wizard-addon-card:focus-within{border-color:#f2ad00;box-shadow:0 12px 28px rgba(255,196,0,.14)}.wizard-addon-card input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.wizard-addon-check{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#111111;background:#ffffff;border:2px solid #d5d0c8;border-radius:9px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.85)}.wizard-addon-card.selected .wizard-addon-check{background:var(--yellow);border-color:#f2ad00;box-shadow:0 10px 18px rgba(255,196,0,.22)}.wizard-price-card{display:grid;padding:17px 19px;border-radius:21px}.wizard-price-card div{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:42px;border-bottom:1px solid #eee8df}.wizard-price-card div:last-child{border-bottom:0}.wizard-price-card span{color:#6a6b72;font-weight:800}.wizard-price-card strong{font-size:16px;font-weight:950}.wizard-theme-summary{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px}.wizard-theme-summary i{display:block;width:22px;height:22px;border:1px solid rgba(17,17,17,.18);border-radius:999px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.58)}.wizard-price-card .total{min-height:50px}.wizard-price-card .total span,.wizard-price-card .total strong{color:#111111;font-size:19px}.wizard-balance-alert{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:16px 17px;border-color:rgba(255,196,0,.48);border-radius:20px}.wizard-balance-alert.compact{grid-template-columns:1fr auto;padding:13px 14px}.wizard-balance-alert p{margin:0;font-weight:800}.wizard-summary-card{display:grid;padding:22px;border-radius:24px}.wizard-summary-card>div{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:62px;border-bottom:1px solid #eee8df}.wizard-summary-card>div:last-child{border-bottom:0}.wizard-summary-card span{color:#77787f}.wizard-summary-card strong{text-align:right;font-size:18px}.wizard-summary-value{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.wizard-summary-edit{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#8a6500;background:#fff4cd;border:1px solid rgba(255,196,0,.5);border-radius:999px;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.wizard-summary-edit:focus-visible,.wizard-summary-edit:hover{color:#111111;background:var(--yellow);border-color:var(--yellow);box-shadow:0 12px 24px rgba(255,196,0,.22);outline:none;transform:translateY(-1px)}.wizard-summary-card .message{display:grid;align-items:start;gap:12px;padding:16px 0 0}.wizard-summary-message-head{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.wizard-summary-card .message p{margin:0;padding:13px 15px;color:var(--black);background:#f7f4ee;border-radius:14px;line-height:1.45}.wizard-generated-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wizard-audio-card,.wizard-generated-card,.wizard-generated-source{padding:22px;border-radius:24px}.wizard-generated-card{display:grid;gap:12px}.wizard-generated-card.featured{grid-column:1/-1;background:linear-gradient(180deg,rgba(255,247,223,.94),rgba(255,255,255,.92));border-color:#f2ad00;box-shadow:0 12px 28px rgba(255,196,0,.14)}.wizard-audio-list span,.wizard-generated-card small,.wizard-generated-source>span{color:#77787f;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.wizard-generated-card strong{font-size:22px;line-height:1.2}.wizard-audio-hero p,.wizard-generated-card p,.wizard-generated-source p{margin:0;color:#34343a;line-height:1.55}.wizard-generated-source{display:grid;gap:10px}.wizard-generated-source p{padding:15px 16px;background:#f7f4ee;border-radius:16px;white-space:pre-wrap;word-break:break-word}.wizard-audio-player{width:100%}.wizard-audio-card{display:grid;gap:18px}.wizard-audio-hero{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid #eee8df}.wizard-audio-hero>span{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;color:#f0ad00;background:#fff2d0;border-radius:18px}.wizard-audio-hero strong{display:block;font-size:21px;line-height:1.15}.wizard-audio-hero p{margin-top:6px;color:#66666d}.wizard-audio-list{display:grid}.wizard-audio-list div{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;border-bottom:1px solid #eee8df}.wizard-audio-list div:last-child{border-bottom:0}.wizard-audio-list strong{text-align:right;font-size:18px}.wizard-cost{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:max-content;margin:0 auto;padding:11px 18px;color:#d99a00;background:#fff4d7;border-radius:999px;font-weight:900}.instrumental-wizard-shell{width:min(100% - 44px,720px)}.instrumental-panel{gap:24px}.instrumental-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.instrumental-mode-grid button{display:grid;justify-items:start;align-content:start;gap:14px;min-height:210px;padding:22px;color:var(--black);text-align:left;background:rgba(255,255,255,.92);border:1px solid #e4e0d8;border-radius:22px;box-shadow:0 12px 28px rgba(17,17,17,.06);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.instrumental-mode-grid button:focus-visible,.instrumental-mode-grid button:hover{border-color:#f2ad00;box-shadow:0 18px 38px rgba(255,196,0,.16);outline:none;transform:translateY(-2px)}.instrumental-mode-grid button>span,.instrumental-studio-card>span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;color:#f0ad00;background:#fff2d0;border-radius:18px}.instrumental-mode-grid strong{font-size:22px;font-weight:950;line-height:1.15}.instrumental-mode-grid small{align-self:end;padding:8px 12px;color:#111111;background:var(--yellow);border-radius:999px;font-size:14px;font-weight:950}.instrumental-studio-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:18px;background:linear-gradient(135deg,rgba(255,246,216,.92),rgba(255,255,255,.92));border:1px solid rgba(255,196,0,.34);border-radius:20px}.instrumental-studio-card strong{display:block;color:var(--black);font-size:18px;font-weight:950}.instrumental-studio-card p{margin:5px 0 0;color:#66666d;line-height:1.45}.instrumental-field{display:grid;gap:10px}.instrumental-field span{font-size:18px;font-weight:950}.instrumental-field input{width:100%;min-height:56px;padding:0 18px;color:var(--black);background:#ffffff;border:1px solid #e4e0d8;border-radius:18px;outline:0;font:inherit;font-size:17px;font-weight:850}.instrumental-field input:focus,.instrumental-textarea textarea:focus{border-color:#f2ad00;box-shadow:0 0 0 4px rgba(255,196,0,.16)}.instrumental-duration-control{display:grid;gap:12px;padding:17px 18px 16px;background:rgba(255,255,255,.92);border:1px solid #e4e0d8;border-radius:20px;box-shadow:0 10px 24px rgba(17,17,17,.04)}.instrumental-duration-head,.instrumental-duration-scale{display:flex;align-items:center;justify-content:space-between;gap:14px}.instrumental-duration-head span{color:var(--black);font-size:18px;font-weight:950}.instrumental-duration-head strong{color:#111111;font-size:18px;font-weight:950}.instrumental-duration-control input[type=range]{width:100%;height:34px;margin:0;background:transparent;accent-color:var(--yellow)}.instrumental-duration-control input[type=range]::-webkit-slider-runnable-track{height:8px;background:linear-gradient(90deg,var(--yellow),#ff9f13);border-radius:999px}.instrumental-duration-control input[type=range]::-webkit-slider-thumb{width:26px;height:26px;margin-top:-9px;background:#111111;border:4px solid var(--yellow);border-radius:50%;box-shadow:0 8px 18px rgba(17,17,17,.18);appearance:none}.instrumental-duration-control input[type=range]::-moz-range-track{height:8px;background:linear-gradient(90deg,var(--yellow),#ff9f13);border-radius:999px}.instrumental-duration-control input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#111111;border:4px solid var(--yellow);border-radius:50%;box-shadow:0 8px 18px rgba(17,17,17,.18)}.instrumental-duration-scale{color:#737373;font-size:13px;font-weight:850}.instrumental-track-list{display:grid;gap:12px;max-height:min(58vh,560px);overflow:auto;padding:2px}.instrumental-empty-state,.instrumental-selected-track,.instrumental-track-list>button{background:rgba(255,255,255,.92);border:1px solid #e4e0d8;border-radius:20px;box-shadow:0 10px 24px rgba(17,17,17,.04)}.instrumental-track-list>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:86px;padding:12px 14px;color:var(--black);text-align:left}.instrumental-track-list>button.selected{background:linear-gradient(180deg,rgba(255,247,223,.94),rgba(255,255,255,.92));border-color:#f2ad00;box-shadow:0 12px 28px rgba(255,196,0,.14)}.instrumental-track-cover{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;overflow:hidden;color:#f0ad00;background:#fff2d0;border-radius:16px}.instrumental-track-cover img{display:block;width:100%;height:100%;object-fit:cover}.instrumental-track-copy{display:grid;gap:5px;min-width:0}.instrumental-selected-track strong,.instrumental-track-copy strong{overflow:hidden;font-size:17px;font-weight:950;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.instrumental-selected-track p,.instrumental-track-copy small{overflow:hidden;color:#66666d;font-size:13px;font-weight:800;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.instrumental-track-check{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#111111;background:var(--yellow);border-radius:999px}.instrumental-empty-state{display:grid;justify-items:center;gap:12px;padding:28px 20px;color:#686870;text-align:center}.instrumental-empty-state svg{color:#f0ad00}.instrumental-empty-state p{margin:0;font-weight:800;line-height:1.4}.instrumental-empty-state button{min-height:42px;padding:0 16px;color:#111111;background:var(--yellow);border:0;border-radius:14px;font-weight:900}.instrumental-selected-track{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:14px}.instrumental-selected-track p{margin:4px 0 0}.video-placeholder-page{display:grid;align-content:start}.video-placeholder-card{display:grid;justify-items:center;gap:16px;width:min(100% - 44px,540px);margin:80px auto 0;padding:34px 26px;text-align:center;background:#ffffff;border:1px solid #eee8df;border-radius:26px;box-shadow:0 18px 42px rgba(17,17,17,.08)}.video-placeholder-card>span{display:inline-flex;align-items:center;justify-content:center;width:82px;height:82px;color:#f2ad00;background:#fff2d0;border-radius:50%}.video-placeholder-card h1{margin:0;font-size:32px;font-weight:950}.video-placeholder-card p{max-width:410px;margin:0;color:#666871;line-height:1.55}.video-placeholder-card a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;background:var(--yellow);border-radius:16px;font-weight:900}@media (max-width:620px){.wizard-topbar{min-height:62px;padding:0 22px}.wizard-topbar-account{gap:8px}.wizard-topbar .wizard-home-action{width:40px;height:40px;border-radius:14px}.wizard-topbar .wizard-balance-pill{min-width:126px;height:42px;padding:0 14px;font-size:14px}.wizard-progress{top:62px}.wizard-shell{width:min(100% - 34px,520px);padding:32px 0 44px}.instrumental-wizard-shell{width:min(100% - 34px,560px)}.wizard-panel{gap:22px}.instrumental-mode-grid{grid-template-columns:1fr}.instrumental-mode-grid button{min-height:148px;padding:18px}.instrumental-duration-control{padding:15px 16px}.instrumental-track-list{max-height:none}.instrumental-track-list>button{grid-template-columns:auto minmax(0,1fr)}.instrumental-track-check{grid-column:2;justify-self:end;margin-top:-38px}.wizard-choice-grid{gap:14px}.wizard-choice-grid button{min-height:116px;gap:8px;padding:14px 10px 12px;border-radius:20px}.occasion-logo{width:66px;height:66px}.wizard-choice-grid button strong{font-size:15px}.wizard-method-list button{grid-template-columns:52px 1fr;min-height:126px;padding:21px}.wizard-method-list button>span,.wizard-voice-grid button>span{width:50px;height:50px}.wizard-method-list strong{font-size:20px}.wizard-voice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-voice-grid button{min-height:132px;padding-inline:8px}.wizard-language-grid{gap:10px}.wizard-addon-card,.wizard-balance-alert,.wizard-balance-alert.compact,.wizard-custom-voice-head{grid-template-columns:1fr}.wizard-addon-icon,.wizard-custom-voice-head>span{width:46px;height:46px}.wizard-addon-card{grid-template-columns:auto 1fr auto}.wizard-addon-icon{display:none}.wizard-custom-voice-actions,.wizard-custom-voice-list,.wizard-custom-voice-ready-row{grid-template-columns:1fr}.wizard-custom-voice-option{grid-template-columns:1fr;align-items:stretch}.wizard-custom-voice-option-actions{justify-content:flex-start}.wizard-addon-card b,.wizard-custom-voice-head b{justify-self:start}.wizard-price-card{padding:15px 16px}.wizard-lyrics-hints{grid-template-columns:1fr}.wizard-lyrics-hints article{min-height:auto}.wizard-voice-transcribe{width:44px;height:44px;border-radius:15px}.wizard-textarea-meta{align-items:flex-start;flex-direction:column;gap:6px}.wizard-tip-card{padding:14px 15px}.wizard-shell.lyrics-review-shell{width:min(100% - 34px,560px)}.wizard-generated-meta{grid-template-columns:1fr}.wizard-generated-field{padding:15px 16px}.wizard-lyrics-editor{padding:14px;border-radius:20px}.wizard-lyrics-editor textarea{min-height:min(56vh,430px);padding:17px;font-size:16px;line-height:1.65}.wizard-lyrics-editor-footer{flex-wrap:wrap;gap:8px}.wizard-lengthen-lyrics{min-height:32px;padding-inline:12px}.wizard-generated-grid{grid-template-columns:1fr}.wizard-audio-card,.wizard-generated-card,.wizard-generated-source{padding:18px}.wizard-audio-hero{gap:12px;padding-bottom:16px}.wizard-audio-hero>span{width:50px;height:50px;border-radius:16px}.wizard-audio-hero strong{font-size:19px}.wizard-style-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wizard-style-grid button{border-radius:15px}.wizard-primary,.wizard-secondary{min-height:60px;font-size:19px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:linear-gradient(90deg,rgba(255,196,0,.035),transparent 18%,transparent 82%,rgba(255,196,0,.03)),#ffffff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.section-shell{width:min(100% - 56px,1200px);margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:92px;padding:18px max(28px,calc((100vw - 1200px) / 2));background:rgba(255,255,255,.91);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{align-items:center;gap:10px;font-size:36px;font-weight:900;line-height:1;letter-spacing:0}.brand,.brand-mark{display:inline-flex}.brand-mark{color:var(--yellow)}.desktop-nav{justify-self:center;display:flex;align-items:center;gap:clamp(22px,3vw,42px);font-size:14px;font-weight:700}.desktop-nav a{position:relative;padding:18px 0}.desktop-nav a.active{color:var(--yellow)}.desktop-nav a.active:after{position:absolute;left:0;right:0;bottom:5px;height:4px;background:var(--yellow);border-radius:99px;content:""}.header-actions{display:flex;align-items:center;gap:12px}.menu-button{display:none;justify-self:end;width:52px;height:52px;color:var(--black);background:transparent;border:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 26px;border:1px solid transparent;border-radius:20px;color:var(--black);font-weight:900;line-height:1;white-space:nowrap}.button-primary{background:linear-gradient(135deg,var(--yellow),var(--yellow-2));box-shadow:inset 0 -1px 0 rgba(0,0,0,.08)}.button-ghost{background:#ffffff;border-color:#dedede}.button-small{min-height:46px;padding-inline:24px;border-radius:9px;font-size:14px}.button-large{min-height:64px;padding-inline:28px;border-radius:21px;font-size:16px}.hero{display:grid;grid-template-columns:minmax(420px,.92fr) minmax(480px,1.08fr);align-items:center;gap:28px;min-height:630px;padding:60px 0 34px}.hero-copy{position:relative;z-index:2}.price-pill{display:inline-flex;align-items:center;gap:11px;height:38px;padding:0 18px;margin-bottom:24px;color:#f0a900;background:rgba(255,196,0,.13);border-radius:99px;font-size:17px;font-weight:900}.hero h1{max-width:560px;margin:0;font-size:clamp(50px,4.25vw,62px);font-weight:950;line-height:.95;letter-spacing:0}.hero h1 span,.section-heading h2 span{color:var(--yellow)}.hero p{max-width:500px;margin:22px 0 0;color:var(--ink);font-size:clamp(20px,2.4vw,28px);line-height:1.45}.feature-row{display:flex;flex-wrap:wrap;gap:18px 36px;margin-top:30px;font-weight:900}.feature-row span{display:inline-flex;align-items:center;gap:9px;min-height:28px;font-size:15px}.feature-row svg{width:23px;height:23px;padding:4px;color:var(--black);background:var(--yellow);border-radius:50%}.cta-row{display:flex;align-items:center;gap:18px;margin-top:36px}.play-outline{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border:3px solid var(--black);border-radius:50%}.proof{display:flex;align-items:center;gap:18px;margin-top:32px}.avatar-stack{display:flex;padding-left:8px}.avatar-stack span{width:39px;height:39px;margin-left:-8px;background:radial-gradient(circle at 52% 35%,#f2c7aa 0 18%,transparent 19%),linear-gradient(160deg,#202020 0 44%,#f3d7c5 45% 100%);border:2px solid #ffffff;border-radius:50%;box-shadow:0 5px 11px rgba(0,0,0,.12)}.avatar-stack span:nth-child(2){background:radial-gradient(circle at 52% 34%,#e7b792 0 18%,transparent 19%),linear-gradient(160deg,#101010 0 42%,#f0c5aa 43% 100%)}.avatar-stack span:nth-child(3){background:radial-gradient(circle at 50% 34%,#f1c2a2 0 18%,transparent 19%),linear-gradient(160deg,#242424 0 45%,#ead3bd 46% 100%)}.avatar-stack span:nth-child(4){background:radial-gradient(circle at 52% 34%,#ddb08e 0 18%,transparent 19%),linear-gradient(160deg,#171717 0 43%,#eac2a4 44% 100%)}.proof-copy{display:grid;gap:6px;font-size:15px}.proof-copy strong{font-size:16px}.proof-copy>span{gap:8px}.proof-copy>span,.stars{display:inline-flex;align-items:center}.stars{gap:1px;color:var(--yellow)}.hero-stage{position:relative;min-height:595px;overflow:visible}.hero-reference{position:absolute;inset:-62px -102px 20px -50px;background-image:url(/assets/landing-desktop.png);background-repeat:no-repeat;background-size:1024px auto;background-position:-515px -78px;filter:saturate(1.03)}.hero-reference:after{position:absolute;inset:auto 0 0 0;height:260px;background:linear-gradient(180deg,rgba(255,255,255,0),#ffffff 42%);content:""}.floating-note{position:absolute;z-index:2;color:var(--yellow);font-size:74px;font-weight:900;line-height:1;text-shadow:0 8px 18px rgba(255,196,0,.24)}.note-one{top:76px;right:58px;transform:rotate(-11deg)}.note-two{top:148px;left:40px;font-size:48px;transform:rotate(-5deg)}.track-card{display:grid;grid-template-columns:72px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:18px;width:min(100%,510px);padding:22px;background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.06);border-radius:21px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-track{position:absolute;right:150px;bottom:122px;z-index:3}.track-cover{display:flex;grid-row:1/span 2;align-items:center;justify-content:center;width:72px;height:72px;color:var(--black);background:linear-gradient(160deg,rgba(0,0,0,.78),rgba(0,0,0,.1)),linear-gradient(135deg,var(--yellow),#ffe47a);border-radius:12px}.track-copy{display:grid;gap:6px;align-self:end}.track-copy strong{font-size:20px;font-weight:950}.track-copy span{color:var(--muted);font-size:16px}.round-button{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border:0;border-radius:50%}.play-button{grid-column:1;grid-row:3;color:var(--black);background:var(--yellow)}.download-button{grid-column:3;grid-row:3;background:#ffffff;border:1px solid #dedede}.waveform{grid-column:2;grid-row:3;display:flex;align-items:center;gap:4px;min-width:0;height:60px}.waveform span{width:4px;min-width:3px;background:var(--yellow);border-radius:99px}.waveform .muted{background:#ececec}.process-section{position:relative;margin-top:18px;padding:25px 44px 31px;overflow:hidden;background:linear-gradient(90deg,rgba(255,196,0,.16),rgba(255,244,195,.72),rgba(255,196,0,.15)),#fff9e7;border-radius:17px}.process-section h2,.section-heading h2{margin:0;text-align:center;font-size:clamp(32px,4vw,44px);font-weight:950;line-height:1;letter-spacing:0}.steps-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:30px}.steps-line{position:absolute;top:157px;left:140px;right:140px;z-index:1;height:1px;border-top:2px dashed rgba(0,0,0,.22)}.step{position:relative;display:grid;justify-items:center;text-align:center}.step-number{position:absolute;top:-13px;z-index:3;width:34px;height:34px;background:var(--yellow);font-weight:950}.step-icon,.step-number{display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.step-icon{width:88px;height:88px;margin-bottom:22px;color:var(--black);background:#ffffff;box-shadow:var(--tight-shadow)}.step h3{max-width:230px;margin:0;font-size:17px;line-height:1.35;font-weight:950}.step p{max-width:230px;margin:9px 0 0;font-size:14px;line-height:1.5}.styles-section{padding:28px 0 0}.section-heading p{margin:11px 0 0;text-align:center;font-size:18px}.style-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px;margin-top:26px}.style-card{display:grid;grid-template-rows:126px auto 36px;justify-items:center;align-items:center;min-height:216px;padding:14px 12px 16px;background:linear-gradient(180deg,rgba(255,244,195,.75),rgba(255,255,255,.94) 58%),#ffffff;border:1px solid #ececec;border-radius:12px;box-shadow:var(--tight-shadow)}.style-card h3{margin:0;font-size:16px;font-weight:950;text-align:center}.mini-play{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--black);background:var(--yellow);border:0;border-radius:50%}.style-visual{position:relative;width:110px;height:110px;color:var(--black)}.afrobeat-art .drum-top{position:absolute;left:18px;top:20px;width:74px;height:24px;background:linear-gradient(180deg,#ffe28c,#c27a00);border:4px solid #1b1b1b;border-radius:50%}.afrobeat-art .drum-body{position:absolute;left:25px;top:32px;width:60px;height:60px;background:linear-gradient(110deg,transparent 0 42%,rgba(0,0,0,.75) 43% 47%,transparent 48%),linear-gradient(250deg,transparent 0 42%,rgba(0,0,0,.75) 43% 47%,transparent 48%),linear-gradient(180deg,#f4ad13,#5b3100);border:4px solid #1b1b1b;border-radius:16px 16px 24px 24px}.coupe-art{display:flex;align-items:center;justify-content:center;gap:3px;transform:rotate(-7deg)}.coupe-art span{width:46px;height:36px;background:linear-gradient(150deg,#1b1b1b 20%,#f6bf1c 130%);border:4px solid #201a0a;border-radius:10px 10px 18px 18px;box-shadow:inset 10px 7px 0 rgba(255,255,255,.2)}.coupe-art:before{position:absolute;top:52px;width:16px;height:5px;background:#1b1b1b;content:""}.gospel-art span{position:absolute;left:48px;top:16px;width:16px;height:86px;background:#fff6cf;border:4px solid #ffffff;box-shadow:0 0 18px rgba(255,196,0,.95)}.gospel-art span:after{position:absolute;left:-29px;top:24px;width:66px;height:16px;background:inherit;border:inherit;box-shadow:inherit;content:""}.zouk-art .trunk{position:absolute;left:52px;top:34px;width:9px;height:72px;background:#151515;transform:rotate(8deg)}.zouk-art .leaf{position:absolute;width:60px;height:18px;background:#111111;border-radius:100% 0 100% 0;transform-origin:right center}.zouk-art .one{left:6px;top:30px;transform:rotate(18deg)}.zouk-art .two{left:38px;top:21px;transform:rotate(-34deg) scaleX(-1)}.zouk-art .three{left:25px;top:16px;transform:rotate(-8deg)}.icon-art{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 13px 13px rgba(0,0,0,.14))}.icon-art.rap{color:#101010}.icon-art.rb{color:#191919}.icon-art.amapiano{color:#1c1c1c}.all-styles{display:flex;width:max-content;min-width:240px;margin:24px auto 0}.stats-band{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:38px;padding:24px 32px;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border-radius:17px}.stat-item{display:flex;align-items:center;justify-content:center;gap:18px;min-height:78px;padding:0 18px;border-right:1px solid rgba(0,0,0,.15)}.stat-item:last-child{border-right:0}.stat-icon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;background:#ffffff;border-radius:50%}.stat-item div{display:grid;gap:4px}.stat-item strong{font-weight:950;line-height:1}.stat-item span{font-weight:750}.final-cta{position:relative;display:grid;grid-template-columns:1fr 320px .8fr;align-items:center;gap:28px;min-height:240px;margin-top:30px;padding:38px 48px;overflow:hidden;background:linear-gradient(90deg,rgba(255,244,195,.78),rgba(255,255,255,.96),rgba(255,244,195,.78)),#fffaf0;border:1px solid #f0e6ca;border-radius:15px}.final-copy h2{max-width:430px;margin:0;font-size:clamp(32px,3.6vw,45px);font-weight:950;line-height:1.05;letter-spacing:0}.final-copy p{max-width:390px;margin:15px 0 0;line-height:1.55}.final-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.phone-mockup{position:relative;display:grid;justify-items:center;align-content:center;gap:10px;width:176px;height:250px;margin-inline:auto;color:var(--yellow);background:linear-gradient(180deg,#111111,#2b2b2b 8%,#ffd640 8% 100%);border:8px solid #171717;border-radius:26px;transform:rotate(10deg);box-shadow:0 23px 36px rgba(0,0,0,.22)}.phone-notch{position:absolute;top:0;width:78px;height:17px;background:#111111;border-radius:0 0 12px 12px}.phone-mockup strong{color:#111111;font-size:22px;font-weight:950}.phone-wave{display:flex;align-items:center;gap:3px;height:44px;margin-top:4px}.phone-wave span{width:3px;background:#111111;border-radius:99px}.signature{justify-self:center;margin:0;font-family:Segoe Print,Bradley Hand ITC,cursive;font-size:31px;line-height:1.35}.signature span{display:inline-block;margin-left:18px}.site-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;min-height:98px}.site-footer .brand{font-size:29px}.site-footer nav{display:flex;justify-content:center;gap:clamp(20px,4vw,58px);font-size:13px;font-weight:650}.social-links{display:flex;align-items:center;gap:22px}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:22px;font-weight:900}.auth-page{height:100vh;display:grid;place-items:center;padding:0;background:linear-gradient(120deg,rgba(255,196,0,.08),transparent 18%,transparent 82%,rgba(255,196,0,.06)),#f2f4f6}.auth-page,.auth-shell{min-height:100vh;overflow:hidden}.auth-shell{display:grid;grid-template-columns:minmax(520px,45.5vw) minmax(0,1fr);width:100%;height:100vh;background:#ffffff;border-radius:0;box-shadow:none}.auth-form-panel{display:flex;flex-direction:column;padding:clamp(28px,4vh,48px) clamp(54px,7vw,132px) clamp(24px,3.5vh,42px);background:#ffffff}.auth-logo{gap:14px;width:max-content;font-size:clamp(30px,2.3vw,38px);font-weight:950;letter-spacing:0;line-height:1}.auth-logo,.auth-logo-mark{display:inline-flex;align-items:center;color:var(--black)}.auth-logo-mark{justify-content:center;width:58px;height:58px;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border-radius:50%}.auth-intro{margin-top:clamp(32px,4.2vh,42px)}.auth-intro h1{margin:0;font-size:clamp(38px,3.2vw,47px);font-weight:950;line-height:1;letter-spacing:0}.auth-intro p{max-width:395px;margin:13px 0 0;color:#686873;font-size:20px;line-height:1.42}.auth-social{display:grid;gap:12px;margin-top:28px}.auth-form>label,.auth-social button{display:flex;align-items:center;width:100%;min-height:56px;padding:0 18px;color:var(--black);background:#ffffff;border:1px solid #dedede;border-radius:10px}.auth-social button{justify-content:center;gap:19px;font-size:19px;font-weight:900}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:26px;margin:18px 0;color:#5f6068;font-size:15px}.auth-divider span{height:1px;background:#e3e3e3}.auth-form{display:grid;gap:12px}.auth-form>label{gap:18px}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{min-width:0;flex:1 1;color:var(--black);background:transparent;border:0;outline:0;font-size:19px}.auth-form input::placeholder{color:#92929b}.auth-form>label>button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--black);background:transparent;border:0}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:5px 0 10px;font-size:15px}.auth-options label{display:inline-flex;align-items:center;gap:13px;white-space:nowrap}.auth-options input{width:26px;height:26px;margin:0;accent-color:var(--yellow)}.auth-form-switch a,.auth-options a,.auth-terms a{color:#efb400;font-weight:850}.auth-error{margin:-2px 0 2px;padding:11px 13px;color:#9e1b1b;background:#fff1f1;border:1px solid #ffd4d4;border-radius:10px;font-size:14px;line-height:1.35}.auth-submit{width:100%;min-height:58px;border-radius:10px;font-size:19px}.auth-submit:disabled{cursor:wait;opacity:.75}.auth-form-switch{margin:2px 0 0;font-size:15px;line-height:1.4}.auth-form-switch,.auth-terms{color:#696a73;text-align:center}.auth-terms{margin:16px auto 0;font-size:14px;line-height:1.55}.auth-visual-panel{position:relative;overflow:hidden;padding:clamp(40px,5vh,64px) clamp(54px,5vw,92px);background:radial-gradient(circle at 78% 45%,rgba(255,196,0,.16),transparent 28%),linear-gradient(110deg,#fffaf0,#fffdf8 44%,#fff5cf)}.auth-visual-panel:after,.auth-visual-panel:before{position:absolute;z-index:1;width:620px;height:210px;border-top:1px solid rgba(255,196,0,.35);border-radius:50%;content:"";pointer-events:none}.auth-visual-panel:before{top:115px;right:-260px;transform:rotate(-18deg)}.auth-visual-panel:after{left:-230px;bottom:58px;transform:rotate(10deg)}.auth-visual-copy{position:relative;z-index:4;max-width:430px;margin-top:clamp(176px,23vh,230px)}.auth-visual-copy h2{margin:0;font-size:clamp(34px,3.1vw,43px);font-weight:950;line-height:1.2;letter-spacing:0}.auth-visual-copy h2 span{color:var(--yellow)}.auth-visual-copy p{max-width:360px;margin:25px 0 0;color:#62636d;font-size:21px;line-height:1.38}.auth-benefits{position:relative;z-index:4;display:grid;gap:30px;max-width:380px;margin-top:clamp(42px,5vh,54px)}.auth-benefits article{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:18px}.auth-benefits article>span{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;color:var(--yellow);background:rgba(255,196,0,.16);border-radius:50%}.auth-benefits h3{margin:0;font-size:16px;font-weight:950}.auth-benefits p{margin:7px 0 0;color:#62636d;font-size:14px}.auth-person{position:absolute;z-index:2;right:0;bottom:0;width:min(46%,560px);height:100%;background-image:url(/assets/auth-singer.png);background-repeat:no-repeat;background-size:cover;background-position:100% 100%}.auth-person:before{position:absolute;inset:0 auto 0 0;width:26px;background:linear-gradient(90deg,#fffaf0,rgba(255,250,240,0));content:""}.login-page{min-height:100vh;display:grid;place-items:center;padding:42px 18px;background:radial-gradient(circle at 48% 14%,rgba(255,196,0,.18),transparent 25%),#f7f7f7}.login-panel{position:relative;width:min(100%,430px);min-height:860px;padding:21px 44px 26px;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(255,196,0,.12),transparent 26%),linear-gradient(180deg,#ffffff,#ffffff);border-radius:28px;box-shadow:0 22px 60px rgba(0,0,0,.13)}.login-status{display:flex;justify-content:space-between;align-items:center;height:28px;font-size:18px}.login-status span{width:72px;height:16px;background:linear-gradient(90deg,#000 0 9px,transparent 9px 14px,#000 14px 23px,transparent 23px 28px,#000 28px 37px,transparent 37px 44px,#000 44px 72px);border-radius:3px}.login-back{position:absolute;top:65px;left:33px;z-index:3;display:inline-flex}.login-decor{position:absolute;color:var(--yellow);font-size:44px;font-weight:950;line-height:1;opacity:.95}.note-a{top:112px;left:88px;opacity:.35}.note-b{top:120px;right:82px;transform:rotate(-12deg)}.note-c{top:157px;right:32px;font-size:32px}.login-brand{display:grid;justify-items:center;padding-top:112px;text-align:center}.login-brand span{color:var(--yellow)}.login-brand h1{margin:12px 0 0;font-size:44px;font-weight:950;line-height:1}.login-brand h2{margin:35px 0 0;font-size:29px;line-height:1}.login-brand p{max-width:320px;margin:20px 0 0;color:#5f5f5f;font-size:20px;line-height:1.35}.social-login{display:grid;gap:13px;margin-top:38px}.login-form label,.social-login button{display:flex;align-items:center;width:100%;min-height:60px;padding:0 18px;background:rgba(255,255,255,.86);border:1px solid #dfdfdf;border-radius:14px;box-shadow:0 8px 18px rgba(0,0,0,.025)}.social-login button{justify-content:center;gap:18px;font-size:18px;font-weight:900}.facebook-mark,.google-mark{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;font-size:30px;font-weight:950}.google-mark{color:#4285f4}.facebook-mark{color:#1877f2;font-family:Arial,sans-serif}.divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin:27px 0 22px;color:#6f6f6f;font-size:16px}.divider span{height:1px;background:#e5e5e5}.login-form{display:grid;gap:14px}.login-form label{gap:16px;color:#080808}.login-form input[type=email],.login-form input[type=password],.login-form input[type=text]{min-width:0;flex:1 1;color:var(--black);background:transparent;border:0;outline:0;font-size:19px}.login-form input::placeholder{color:#929292}.login-form label button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--black);background:transparent;border:0}.login-options{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:5px 0 16px;font-size:15px}.login-options label{display:inline-flex;align-items:center;gap:10px;width:auto;min-height:34px;padding:0;color:var(--black);background:transparent;border:0;border-radius:0;box-shadow:none}.login-options input{width:23px;height:23px;margin:0;accent-color:var(--yellow)}.login-options a,.signup-copy a,.terms-copy a{color:#efb900;font-weight:850}.login-submit{min-height:64px;width:100%;border-radius:15px;font-size:19px}.signup-copy{margin:35px 0 0;color:#626262;text-align:center;font-size:16px}.terms-copy{margin:28px auto 0;max-width:350px;color:#6e6e6e;text-align:center;font-size:14px;line-height:1.45}.home-indicator{position:absolute;left:50%;bottom:11px;width:140px;height:5px;background:#000000;border-radius:99px;transform:translateX(-50%)}@media (max-width:1180px){.auth-page{padding:0}.auth-shell{grid-template-columns:minmax(390px,.92fr) minmax(460px,1fr);width:100%;min-height:100vh;border-radius:0}.auth-form-panel{padding:42px}.auth-visual-panel{padding:42px 36px}.auth-person{width:50%}}@media (max-width:960px){.auth-page{overflow:auto}.auth-page,.auth-shell{height:auto;min-height:100vh}.auth-shell{grid-template-columns:1fr;width:100%}.auth-form-panel{order:2}.auth-visual-panel{order:1;min-height:430px}.auth-visual-copy{margin-top:62px}.auth-benefits{gap:18px;margin-top:34px}.auth-person{right:-46px;width:45%;min-width:250px;opacity:.92}}@media (max-width:1040px){.site-header{grid-template-columns:auto auto;justify-content:space-between}.desktop-nav,.header-actions{display:none}.menu-button{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;right:28px;transform:translateY(-50%)}.menu-button:before{color:var(--black);content:"☰";font-size:37px;font-weight:900;line-height:1}.menu-button svg{display:none}.hero{grid-template-columns:1fr;gap:8px;padding-top:32px}.hero-copy{max-width:620px}.hero-stage{min-height:560px;margin-top:-70px}.hero-reference{inset:-20px -80px 52px 140px;background-image:url(/assets/landing-mobile.png);background-size:760px auto;background-position:right -36px top -64px}.hero-track{left:50%;right:auto;bottom:20px;transform:translateX(-50%)}.final-cta,.site-footer,.stats-band,.steps-grid,.style-grid{grid-template-columns:repeat(2,1fr)}.style-grid{grid-template-columns:repeat(4,1fr)}.steps-line{display:none}.final-cta{grid-template-columns:1fr 220px}.signature{grid-column:1/-1}.site-footer nav{grid-column:1/-1;order:3;flex-wrap:wrap}}@media (max-width:760px){.section-shell{width:min(100% - 40px,620px)}.auth-page{padding:0}.auth-shell{border-radius:0}.auth-form-panel{padding:34px 26px 38px}.auth-logo{font-size:31px}.auth-logo-mark{width:52px;height:52px}.auth-intro{margin-top:44px}.auth-intro h1{font-size:36px}.auth-intro p{font-size:18px}.auth-form>label,.auth-social button{min-height:59px}.auth-visual-panel{min-height:345px;padding:28px 26px}.auth-visual-copy{max-width:310px;margin-top:46px}.auth-visual-copy h2{font-size:30px}.auth-visual-copy p{max-width:270px;font-size:17px}.auth-benefits{display:none}.auth-person{right:-72px;width:44%;min-width:230px}.site-header{min-height:114px;padding:22px 38px}.hero{position:relative;overflow:hidden}.hero:after{position:absolute;top:214px;right:-124px;z-index:0;width:365px;height:430px;background-image:url(/assets/landing-mobile.png);background-repeat:no-repeat;background-size:640px auto;background-position:-308px -58px;content:"";pointer-events:none}.hero-copy{position:relative;z-index:2}.brand{font-size:36px}.brand-mark svg{width:54px;height:54px}.hero{min-height:auto;padding-top:26px}.price-pill{margin-bottom:22px;font-size:20px}.hero h1{max-width:390px;font-size:clamp(34px,7.4vw,44px);line-height:.99}.hero p{max-width:370px;font-size:25px}.feature-row{display:grid;gap:12px;margin-top:25px;font-size:17px}.cta-row{display:grid;justify-items:stretch;gap:17px;margin-top:26px}.button-large{width:100%;max-width:430px;min-height:65px;padding-inline:22px;text-align:center;white-space:normal}.proof{display:grid;grid-template-columns:auto minmax(0,1fr);justify-content:start;margin-top:26px}.proof-copy{min-width:0;max-width:205px}.proof-copy strong{font-size:14px;line-height:1.2;white-space:normal}.hero-stage{min-height:auto;margin-top:22px}.floating-note,.hero-reference{display:none}.track-card{grid-template-columns:58px 1fr auto;gap:13px;width:min(100%,520px);padding:17px}.hero-track{position:relative;left:50%;right:auto;bottom:auto;transform:translateX(-50%)}.track-cover{width:58px;height:58px}.track-copy strong{font-size:17px}.track-copy span{font-size:14px}.round-button{width:54px;height:54px}.waveform{gap:3px}.process-section{width:min(100% - 30px,620px);margin-top:8px;padding:28px 18px 27px}.steps-grid{grid-template-columns:repeat(4,minmax(88px,1fr));gap:8px;overflow-x:visible;padding:0 2px 4px}.step-icon{width:78px;height:78px}.step h3{font-size:13px}.step p{display:none}.styles-section{padding-top:23px}.style-grid{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto;gap:18px;padding:3px 1px 8px}.style-card{min-height:198px}.stats-band{grid-template-columns:repeat(2,1fr);padding:17px}.stat-item{justify-content:flex-start;min-height:82px;border-right:0}.final-cta{grid-template-columns:1fr;padding:30px 24px;text-align:left}.phone-mockup{order:-1;width:150px;height:215px}.signature{justify-self:start;font-size:27px}.site-footer{grid-template-columns:1fr;justify-items:center;padding:28px 0}.social-links{justify-content:center}}@media (max-width:480px){.section-shell{width:min(100% - 28px,430px)}.auth-page{padding:0}.auth-shell{min-height:100vh;border-radius:0}.auth-form-panel{padding:30px 20px 36px}.auth-visual-panel{min-height:285px;padding:24px 20px}.auth-visual-copy{max-width:250px;margin-top:34px}.auth-visual-copy h2{font-size:24px}.auth-visual-copy p{font-size:15px}.auth-person{right:-90px;min-width:205px;opacity:.78}.auth-social button{gap:12px;font-size:16px}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{font-size:16px}.auth-options{align-items:flex-start;flex-direction:column}.auth-terms{font-size:13px}.site-header{padding-inline:20px}.brand{font-size:32px}.brand-mark svg{width:46px;height:46px}.hero h1{max-width:100%;font-size:34px}.hero p{font-size:21px}.hero-stage{min-height:auto;margin-top:20px}.hero:after{top:210px;right:-150px;width:340px;height:390px;background-size:580px auto;background-position:-274px -54px}.proof{align-items:flex-start;gap:10px}.avatar-stack span{width:34px;height:34px}.proof-copy>span{flex-wrap:wrap;gap:4px;font-size:13px}.proof-copy{max-width:178px}.track-card{grid-template-columns:50px 1fr;grid-template-rows:auto auto auto}.download-button{display:none}.waveform{grid-column:2}.play-button{width:50px;height:50px}.process-section h2,.section-heading h2{font-size:26px}.steps-grid{grid-template-columns:repeat(4,minmax(76px,1fr));gap:6px;overflow-x:visible}.step-icon{width:62px;height:62px;margin-bottom:16px}.step-icon svg{width:31px;height:31px}.step-number{width:28px;height:28px;font-size:13px}.step h3{font-size:12px;line-height:1.2}.stats-band{grid-template-columns:1fr}.stat-item{border-bottom:1px solid rgba(0,0,0,.12)}.stat-item:last-child{border-bottom:0}.login-page{padding:0;background:#ffffff}.login-panel{width:100%;min-height:100vh;padding-inline:28px;border-radius:0;box-shadow:none}.login-brand p{font-size:18px}.login-options{align-items:flex-start;flex-direction:column}}:root{--font-display:var(--font-plus-jakarta),"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--type-hero:clamp(42px,5.4vw,72px);--type-section:clamp(34px,3.6vw,48px);--type-page:clamp(32px,3.2vw,42px);--type-panel:clamp(28px,2.6vw,38px);--type-title:18px;--type-body:16px;--type-small:14px;--type-micro:12px}body{font-family:var(--font-display);font-size:var(--type-body);font-weight:400;line-height:1.5;font-feature-settings:"rlig" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button,h1,h2,h3,h4,input,select,textarea{font-family:inherit;letter-spacing:0}.site-header{min-height:78px;padding-block:16px}.auth-logo,.brand,.dash-logo strong{font-weight:800;letter-spacing:0}.brand{gap:8px;font-size:24px}.brand-mark svg{width:32px;height:32px}.desktop-nav{gap:clamp(22px,2.5vw,36px);font-size:var(--type-small);font-weight:500}.desktop-nav a{padding-block:12px}.button{border-radius:999px;font-size:var(--type-small);font-weight:700}.button-small{min-height:42px;padding-inline:22px;border-radius:999px}.button-large{min-height:56px;padding-inline:30px;font-size:var(--type-body)}.price-pill{height:34px;padding-inline:16px;font-size:var(--type-micro);font-weight:700;text-transform:uppercase}.hero h1{max-width:680px;font-size:var(--type-hero);font-weight:800;line-height:.97}.hero p{max-width:650px;color:#57534e;font-size:clamp(18px,2vw,24px);font-weight:500;line-height:1.6}.feature-row,.feature-row span,.proof-copy,.track-copy span{font-size:var(--type-small);font-weight:600}.auth-benefits h3,.dash-generation-header strong,.dash-track-copy h3,.final-copy h2,.proof-copy strong,.signature,.stat-item strong,.step h3,.style-card h3,.track-copy strong{font-weight:800}.track-copy strong{font-size:var(--type-title)}.dash-greeting h1,.process-section h2,.section-heading h2{font-size:var(--type-section);font-weight:800;line-height:1.08}.final-copy p,.section-heading p{color:#57534e;font-size:18px;font-weight:400;line-height:1.65}.step h3,.style-card h3{font-size:var(--type-body)}.site-footer,.site-footer nav,.stat-item span,.step p{font-size:var(--type-small)}.stat-item strong{font-size:clamp(22px,2.3vw,30px)}.final-copy h2{font-size:var(--type-section);line-height:1.08}.signature{font-size:29px;line-height:1.15}.auth-logo{gap:10px;font-size:26px}.auth-logo-mark{width:46px;height:46px}.auth-logo-mark svg{width:28px;height:28px}.auth-intro h1{font-size:var(--type-page);font-weight:800;line-height:1.08}.auth-intro p{max-width:430px;color:#57534e;font-size:17px;font-weight:400;line-height:1.55}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text],.auth-form-switch,.auth-options,.auth-social button,.auth-submit{font-size:15px}.auth-form-switch a,.auth-options a,.auth-social button,.auth-submit,.auth-terms a{font-weight:700}.auth-form>label{min-height:54px}.auth-visual-copy h2{font-size:var(--type-panel);font-weight:800;line-height:1.18}.auth-visual-copy p{color:#57534e;font-size:18px;font-weight:400}.auth-benefits h3{font-size:15px}.auth-benefits p,.auth-error,.auth-terms{font-size:var(--type-small)}.dash-logo strong{font-size:24px}.dash-player-nav button,.dash-side-nav button{font-size:var(--type-small);font-weight:600}.dash-account-menu summary,.dash-action strong,.dash-credit-pill,.dash-history-filter-trigger,.dash-player-referral strong,.dash-referral strong,.dash-status-pill{font-weight:700}.dash-credit-pill{font-size:15px}.dash-account-menu summary{font-size:var(--type-small)}.dash-greeting p{color:#57534e;font-size:17px;font-weight:400;line-height:1.55}.dash-action strong{max-width:128px;font-size:15px;line-height:1.3}.dash-history-heading h2{font-size:30px;font-weight:800;line-height:1.1}.dash-generation-copy p,.dash-generation-error p,.dash-generation-header p,.dash-generation-ready p,.dash-history-heading p,.dash-meta{color:#57534e;font-size:var(--type-small);font-weight:400;line-height:1.5}.dash-history-filter-trigger{font-size:var(--type-small)}.dash-track-copy h3{font-size:var(--type-body)}.dash-generation-copy span,.dash-generation-error span,.dash-generation-ready span,.dash-status-pill{font-size:var(--type-micro);letter-spacing:0}.dash-generation-ring strong{font-size:26px;font-weight:800}.dash-generation-ring span{font-size:11px;font-weight:700;letter-spacing:0}:root[data-keromix-theme=dark] .dash-full-player,:root[data-keromix-theme=dark] .dashboard-page,:root[data-keromix-theme=dark] body{background:#0b0f17;color:#f8fafc}:root[data-keromix-theme=dark] .dash-mobile-header,:root[data-keromix-theme=dark] .dash-player-sidebar,:root[data-keromix-theme=dark] .dash-player-topbar,:root[data-keromix-theme=dark] .dash-sidebar,:root[data-keromix-theme=dark] .dash-topbar{background:rgba(15,23,42,.94);border-color:#273142}:root[data-keromix-theme=dark] .dash-player-workspace{background:radial-gradient(circle at 43% 42%,rgba(255,196,0,.08),transparent 28%),#0b0f17}:root[data-keromix-theme=dark] .dash-player-notice{color:#f8fafc;background:#202938;border-color:rgba(255,196,0,.28);box-shadow:0 18px 40px rgba(0,0,0,.34)}:root[data-keromix-theme=dark] .dash-account-menu button,:root[data-keromix-theme=dark] .dash-actions,:root[data-keromix-theme=dark] .dash-credit-transaction,:root[data-keromix-theme=dark] .dash-credits-empty,:root[data-keromix-theme=dark] .dash-credits-panel,:root[data-keromix-theme=dark] .dash-credits-summary article,:root[data-keromix-theme=dark] .dash-generation-card,:root[data-keromix-theme=dark] .dash-history-card,:root[data-keromix-theme=dark] .dash-history-custom-date-range input,:root[data-keromix-theme=dark] .dash-history-empty,:root[data-keromix-theme=dark] .dash-history-filter-menu,:root[data-keromix-theme=dark] .dash-history-filter-trigger,:root[data-keromix-theme=dark] .dash-history-options-menu,:root[data-keromix-theme=dark] .dash-history-search,:root[data-keromix-theme=dark] .dash-player-card,:root[data-keromix-theme=dark] .dash-player-queue,:root[data-keromix-theme=dark] .dash-playlist-modal,:root[data-keromix-theme=dark] .dash-stats-empty,:root[data-keromix-theme=dark] .dash-stats-list button,:root[data-keromix-theme=dark] .dash-stats-metric,:root[data-keromix-theme=dark] .dash-stats-panel{background:rgba(17,24,39,.96);border-color:#273142;box-shadow:0 18px 48px rgba(0,0,0,.34)}:root[data-keromix-theme=dark] .dash-generation-card{color:#f8fafc}:root[data-keromix-theme=dark] .credit-recharge-backdrop{background:rgba(2,6,23,.66)}:root[data-keromix-theme=dark] .credit-balance-card,:root[data-keromix-theme=dark] .credit-recharge-card{background:rgba(17,24,39,.98);border-color:#273142;box-shadow:0 24px 70px rgba(0,0,0,.36)}:root[data-keromix-theme=dark] .credit-recharge-close{color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2))}:root[data-keromix-theme=dark] .credit-balance-card strong,:root[data-keromix-theme=dark] .credit-pack-card span,:root[data-keromix-theme=dark] .credit-pack-card strong,:root[data-keromix-theme=dark] .credit-recharge-card footer strong,:root[data-keromix-theme=dark] .credit-recharge-card h2{color:#f8fafc}:root[data-keromix-theme=dark] .credit-balance-card p,:root[data-keromix-theme=dark] .credit-pack-card small,:root[data-keromix-theme=dark] .credit-recharge-card footer small,:root[data-keromix-theme=dark] .credit-recharge-card header p{color:#a8b3c5}:root[data-keromix-theme=dark] .credit-pack-card,:root[data-keromix-theme=dark] .credit-provider-card{color:#f8fafc;background:#111827;border-color:#2c374a}:root[data-keromix-theme=dark] .credit-pack-card.selected,:root[data-keromix-theme=dark] .credit-pack-card:focus-visible,:root[data-keromix-theme=dark] .credit-pack-card:hover{border-color:var(--yellow);box-shadow:0 16px 34px rgba(255,196,0,.16)}:root[data-keromix-theme=dark] .credit-provider-card.selected,:root[data-keromix-theme=dark] .credit-provider-card:focus-visible,:root[data-keromix-theme=dark] .credit-provider-card:hover{border-color:var(--yellow);box-shadow:0 16px 34px rgba(255,196,0,.16)}:root[data-keromix-theme=dark] .credit-provider-card-copy strong{color:#f8fafc}:root[data-keromix-theme=dark] .credit-provider-card-copy small{color:#a8b3c5}:root[data-keromix-theme=dark] .credit-card-badges span,:root[data-keromix-theme=dark] .credit-provider-badges span{color:#f8d979;background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.26)}:root[data-keromix-theme=dark] .credit-payment-country{color:#f8d979}:root[data-keromix-theme=dark] .credit-country-selector span{color:#a8b3c5}:root[data-keromix-theme=dark] .credit-country-selector select{color:#f8fafc;background:#111827;border-color:#2c374a}:root[data-keromix-theme=dark] .credit-paystack-logos span{background:#111827;border-color:#2c374a;box-shadow:0 12px 26px rgba(0,0,0,.22)}:root[data-keromix-theme=dark] .credit-paystack-trust p{color:#a8b3c5}:root[data-keromix-theme=dark] .credit-footer-bonus{color:#f8d979!important}:root[data-keromix-theme=dark] .credit-mobile-fields{background:linear-gradient(180deg,rgba(255,196,0,.08),rgba(17,24,39,.96));border-color:rgba(255,196,0,.2)}:root[data-keromix-theme=dark] .credit-mobile-fields-head strong,:root[data-keromix-theme=dark] .credit-mobile-operator-chip strong{color:#f8fafc}:root[data-keromix-theme=dark] .credit-mobile-fields-head p,:root[data-keromix-theme=dark] .credit-mobile-operator-chip small,:root[data-keromix-theme=dark] .credit-mobile-phone-field span,:root[data-keromix-theme=dark] .credit-mobile-phone-help{color:#a8b3c5}:root[data-keromix-theme=dark] .credit-mobile-operator-chip{background:#111827;border-color:#2c374a}:root[data-keromix-theme=dark] .credit-mobile-operator-chip.selected,:root[data-keromix-theme=dark] .credit-mobile-operator-chip:focus-visible,:root[data-keromix-theme=dark] .credit-mobile-operator-chip:hover{border-color:var(--yellow);box-shadow:0 16px 34px rgba(255,196,0,.16)}:root[data-keromix-theme=dark] .credit-mobile-phone-field input{color:#f8fafc;background:#111827;border-color:#2c374a}:root[data-keromix-theme=dark] .credit-provider-empty,:root[data-keromix-theme=dark] .credit-provider-loading{color:#f8d979;background:rgba(255,196,0,.1);border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .credit-mobile-checkout{color:#f8fafc;background:rgba(17,24,39,.98);border-color:#273142;box-shadow:0 -24px 58px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.06)}:root[data-keromix-theme=dark] .credit-mobile-checkout-handle{background:rgba(248,250,252,.22)}:root[data-keromix-theme=dark] .credit-mobile-checkout-summary b,:root[data-keromix-theme=dark] .credit-mobile-checkout-summary strong{color:#f8fafc}:root[data-keromix-theme=dark] .credit-mobile-checkout-summary p,:root[data-keromix-theme=dark] .credit-mobile-checkout-summary small{color:#a8b3c5}:root[data-keromix-theme=dark] .dash-generation-body,:root[data-keromix-theme=dark] .dash-generation-error,:root[data-keromix-theme=dark] .dash-generation-ready{border-color:#334155}:root[data-keromix-theme=dark] .dash-generation-ring{background:radial-gradient(circle at 50% 50%,rgba(255,196,0,.2),transparent 62%),conic-gradient(from -90deg,var(--yellow) var(--progress),rgba(255,196,0,.18) 0);box-shadow:inset 0 0 26px rgba(255,196,0,.16),0 0 30px rgba(255,196,0,.18)}:root[data-keromix-theme=dark] .dash-generation-ring:before{background:#111827;box-shadow:inset 0 0 0 1px rgba(148,163,184,.18)}:root[data-keromix-theme=dark] .dash-generation-ring strong{color:#f8fafc}:root[data-keromix-theme=dark] .dash-generation-ring span{color:#cbd5e1}:root[data-keromix-theme=dark] .dash-generation-close{color:#f8fafc;background:#202938;border-color:rgba(148,163,184,.24)}:root[data-keromix-theme=dark] .dash-generation-close:hover{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border-color:transparent}:root[data-keromix-theme=dark] .dash-generation-versions{background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-credits-tabs{background:rgba(255,196,0,.1);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-credits-tabs button{color:#f8d979}:root[data-keromix-theme=dark] .dash-credits-tabs button.active{color:#111111}:root[data-keromix-theme=dark] .dash-credit-transaction-icon.refunded{color:#93c5fd;background:rgba(37,99,235,.18)}:root[data-keromix-theme=dark] .dash-credit-transaction-status.refunded{color:#bfdbfe;background:rgba(37,99,235,.2)}:root[data-keromix-theme=dark] .dash-generation-versions button{color:#f8d979}:root[data-keromix-theme=dark] .dash-generation-versions button.active{color:#111111}:root[data-keromix-theme=dark] .dash-info-modal,:root[data-keromix-theme=dark] .dash-paid-action-modal,:root[data-keromix-theme=dark] .dash-playlist-share-modal,:root[data-keromix-theme=dark] .dash-rights-modal,:root[data-keromix-theme=dark] .dash-video-format-modal{color:#f8fafc;background:linear-gradient(145deg,#111827,#0f172a 72%);border-color:rgba(255,196,0,.32)}:root[data-keromix-theme=dark] .dash-info-copy p,:root[data-keromix-theme=dark] .dash-info-field small,:root[data-keromix-theme=dark] .dash-info-field span,:root[data-keromix-theme=dark] .dash-paid-action-copy p,:root[data-keromix-theme=dark] .dash-paid-action-copy small,:root[data-keromix-theme=dark] .dash-player-copy small,:root[data-keromix-theme=dark] .dash-rights-copy p,:root[data-keromix-theme=dark] .dash-rights-copy small,:root[data-keromix-theme=dark] .dash-track-description{color:#cbd5e1}:root[data-keromix-theme=dark] .dash-playlist-share-row{color:#f8fafc;background:#111827;border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .dash-playlist-share-row strong{color:#f8fafc}:root[data-keromix-theme=dark] .dash-playlist-share-row small{color:#cbd5e1}:root[data-keromix-theme=dark] .dash-paid-action-choices button,:root[data-keromix-theme=dark] .dash-video-format-choices button,:root[data-keromix-theme=dark] .lyrics-video-color-custom,:root[data-keromix-theme=dark] .lyrics-video-theme-picker{color:#f8fafc;background:#111827;border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .lyrics-video-color-group legend{color:#cbd5e1}:root[data-keromix-theme=dark] .lyrics-video-color-options button{color:#f8fafc;background:#0f172a;border-color:rgba(255,196,0,.2)}:root[data-keromix-theme=dark] .lyrics-video-color-options button.selected{color:#111111;background:#fff6d7;border-color:#ffb000}:root[data-keromix-theme=dark] .dash-video-format-choices button:focus-visible,:root[data-keromix-theme=dark] .dash-video-format-choices button:hover{background:linear-gradient(135deg,rgba(255,196,0,.18),#111827);border-color:rgba(255,196,0,.54)}:root[data-keromix-theme=dark] .dash-info-cover-upload,:root[data-keromix-theme=dark] .dash-info-field input,:root[data-keromix-theme=dark] .dash-info-field textarea,:root[data-keromix-theme=dark] .dash-rights-option{color:#f8fafc;background:#111827;border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .dash-info-cover-preview{color:#f8fafc;background:rgba(255,196,0,.16);border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .dash-rights-version-tabs button{color:#f8fafc;background:#111827;border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .dash-rights-version-tabs button.active{color:#111111;background:linear-gradient(135deg,#ffd22e,#ffb000)}:root[data-keromix-theme=dark] .dash-paid-action-choices button:first-child{background:linear-gradient(135deg,rgba(255,196,0,.18),#111827)}:root[data-keromix-theme=dark] .dash-paid-action-choices span,:root[data-keromix-theme=dark] .dash-video-format-choices em,:root[data-keromix-theme=dark] .dash-video-format-choices small{color:#cbd5e1}:root[data-keromix-theme=dark] .dash-video-format-shape{background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.62)}:root[data-keromix-theme=dark] .dash-info-close,:root[data-keromix-theme=dark] .dash-paid-action-close,:root[data-keromix-theme=dark] .dash-rights-close{color:#f8fafc;background:rgba(255,196,0,.16)}:root[data-keromix-theme=dark] .dash-info-actions button:first-child,:root[data-keromix-theme=dark] .dash-paid-action-actions button:first-child,:root[data-keromix-theme=dark] .dash-paid-action-actions.single button:first-child,:root[data-keromix-theme=dark] .dash-rights-actions button:first-child{color:#f8fafc;background:#111827;border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-player-card{background:#111827}:root[data-keromix-theme=dark] .dash-player-card:before{background:radial-gradient(circle at 50% 35%,rgba(255,196,0,.12),transparent 27%),linear-gradient(135deg,rgba(38,31,71,.68),rgba(55,37,18,.58) 48%,#111827 78%);background-size:165% 165%}:root[data-keromix-theme=dark] .dash-player-control-equalizer span{background:var(--bar-color,#ffd400);box-shadow:0 0 8px color-mix(in srgb,var(--bar-color,#ffd400) 68%,transparent),0 0 18px color-mix(in srgb,var(--bar-color,#ffd400) 32%,transparent)}:root[data-keromix-theme=dark] .dash-player-card.lyrics-open{background:#111827}:root[data-keromix-theme=dark] .dash-player-card.lyrics-open:before{background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(11,15,23,.98)),linear-gradient(135deg,rgba(38,31,71,.42),rgba(55,37,18,.34) 48%,#111827 78%);background-size:165% 165%}:root[data-keromix-theme=dark] .dash-full-player .dash-player-lyrics-panel,:root[data-keromix-theme=dark] .dash-player-card.lyrics-open .dash-player-stage,:root[data-keromix-theme=dark] .dash-player-tags span,:root[data-keromix-theme=dark] .dash-player-versions,:root[data-keromix-theme=dark] .dash-player-versions button{color:#f8fafc;background:rgba(15,23,42,.94);border-color:rgba(148,163,184,.24)}:root[data-keromix-theme=dark] .dash-history-options-menu,:root[data-keromix-theme=dark] .dash-play,:root[data-keromix-theme=dark] .dash-player-close,:root[data-keromix-theme=dark] .dash-player-mobile-create-menu,:root[data-keromix-theme=dark] .dash-player-nav .dash-player-create-nav-menu button,:root[data-keromix-theme=dark] .dash-player-options-menu,:root[data-keromix-theme=dark] .dash-player-playlist-menu,:root[data-keromix-theme=dark] .dash-player-playlist-trigger,:root[data-keromix-theme=dark] .dash-player-queue-empty,:root[data-keromix-theme=dark] .dash-player-queue-menu,:root[data-keromix-theme=dark] .dash-player-queue-search,:root[data-keromix-theme=dark] .dash-player-queue-search-field,:root[data-keromix-theme=dark] .dash-player-queue-tabs>button,:root[data-keromix-theme=dark] .dash-player-queue-toggle,:root[data-keromix-theme=dark] .dash-player-search,:root[data-keromix-theme=dark] .dash-player-style-filter-menu,:root[data-keromix-theme=dark] .dash-side-nav .dash-create-nav-menu button,:root[data-keromix-theme=dark] .dash-theme-toggle,:root[data-keromix-theme=dark] .dash-video-preview-modal{color:#cbd5e1;background:#161d2a;border-color:#273142}:root[data-keromix-theme=dark] .dash-history-options-menu a:focus-visible,:root[data-keromix-theme=dark] .dash-history-options-menu a:hover,:root[data-keromix-theme=dark] .dash-history-options-menu button:focus-visible,:root[data-keromix-theme=dark] .dash-history-options-menu button:hover,:root[data-keromix-theme=dark] .dash-karaoke-close,:root[data-keromix-theme=dark] .dash-player-mobile-create-menu a:focus-visible,:root[data-keromix-theme=dark] .dash-player-mobile-create-menu a:hover,:root[data-keromix-theme=dark] .dash-player-mobile-create-menu button:focus-visible,:root[data-keromix-theme=dark] .dash-player-mobile-create-menu button:hover,:root[data-keromix-theme=dark] .dash-player-options-menu a:focus-visible,:root[data-keromix-theme=dark] .dash-player-options-menu a:hover,:root[data-keromix-theme=dark] .dash-player-options-menu button:focus-visible,:root[data-keromix-theme=dark] .dash-player-options-menu button:hover,:root[data-keromix-theme=dark] .dash-player-playlist-menu button:focus-visible,:root[data-keromix-theme=dark] .dash-player-playlist-menu button:hover,:root[data-keromix-theme=dark] .dash-player-queue-menu a:focus-visible,:root[data-keromix-theme=dark] .dash-player-queue-menu a:hover,:root[data-keromix-theme=dark] .dash-player-queue-menu button:focus-visible,:root[data-keromix-theme=dark] .dash-player-queue-menu button:hover,:root[data-keromix-theme=dark] .dash-player-queue-search button,:root[data-keromix-theme=dark] .dash-player-style-filter-menu button:focus-visible,:root[data-keromix-theme=dark] .dash-player-style-filter-menu button:hover,:root[data-keromix-theme=dark] .dash-player-top-actions .dash-account-menu summary,:root[data-keromix-theme=dark] .dash-theme-toggle button:focus-visible,:root[data-keromix-theme=dark] .dash-theme-toggle button:hover,:root[data-keromix-theme=dark] .dash-video-export-header button,:root[data-keromix-theme=dark] .dash-video-preview-modal header button{color:#f8fafc;background:#202938;border-color:rgba(148,163,184,.24)}:root[data-keromix-theme=dark] .dash-player-playlist-menu button.active,:root[data-keromix-theme=dark] .dash-player-playlist-menu button.create,:root[data-keromix-theme=dark] .dash-player-playlist-row.active,:root[data-keromix-theme=dark] .dash-player-queue-filter.active,:root[data-keromix-theme=dark] .dash-player-style-filter-menu button.active,:root[data-keromix-theme=dark] .dash-playlist-track-picker label.selected{color:#ffd166;background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-player-playlist-menu button.dash-player-playlist-icon-button{color:#94a3b8}:root[data-keromix-theme=dark] .dash-player-playlist-menu button.dash-player-playlist-icon-button:focus-visible,:root[data-keromix-theme=dark] .dash-player-playlist-menu button.dash-player-playlist-icon-button:hover{color:#f8fafc;background:#202938}:root[data-keromix-theme=dark] .dash-history-options-menu button.danger,:root[data-keromix-theme=dark] .dash-player-options-menu button.danger,:root[data-keromix-theme=dark] .dash-player-queue-menu button.danger{color:#f97066}:root[data-keromix-theme=dark] .dash-stats-notice{color:#fde68a;background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-refund-modal{color:#f8fafc;background:linear-gradient(145deg,#111827,#0b1120 70%);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-refund-modal p,:root[data-keromix-theme=dark] .dash-refund-modal small{color:#cbd5e1}:root[data-keromix-theme=dark] .dash-refund-modal-close{color:#ffd166;background:rgba(255,196,0,.12)}:root[data-keromix-theme=dark] .dash-stats-list button:focus-visible,:root[data-keromix-theme=dark] .dash-stats-list button:hover{background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .dash-stats-track-counter{color:#dbe5f4;background:rgba(15,23,42,.92);border-color:#2c374a;box-shadow:none}:root[data-keromix-theme=dark] .dash-stats-track-counter b{color:#f8fafc}:root[data-keromix-theme=dark] .dash-stats-chart{background:repeating-linear-gradient(0deg,transparent 0,transparent 49px,rgba(51,65,85,.62) 50px),linear-gradient(90deg,transparent,transparent)}:root[data-keromix-theme=dark] .dash-stats-chart-day div{border-bottom-color:rgba(255,196,0,.72)}:root[data-keromix-theme=dark] .dash-theme-toggle button.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13)}:root[data-keromix-theme=dark] .dash-create-nav-trigger.open,:root[data-keromix-theme=dark] .dash-create-nav.open .dash-create-nav-trigger,:root[data-keromix-theme=dark] .dash-player-create-nav.open .dash-player-create-nav-trigger,:root[data-keromix-theme=dark] .dash-player-nav button.active,:root[data-keromix-theme=dark] .dash-player-playlist-trigger.active,:root[data-keromix-theme=dark] .dash-player-queue-row.active,:root[data-keromix-theme=dark] .dash-player-queue-tabs>button.active,:root[data-keromix-theme=dark] .dash-player-referral,:root[data-keromix-theme=dark] .dash-referral,:root[data-keromix-theme=dark] .dash-side-nav button.active{color:#ffd166;background:linear-gradient(90deg,rgba(255,196,0,.16),rgba(255,196,0,.06))}:root[data-keromix-theme=dark] .dash-player-main-controls button.mode-active{color:#e9d5ff;background:rgba(168,85,247,.22);box-shadow:inset 0 0 0 1px rgba(216,180,254,.28)}:root[data-keromix-theme=dark] .dash-player-action-stat{color:#ffd166;background:rgba(255,196,0,.14)}:root[data-keromix-theme=dark] .dash-player-queue-equalizer i{background:linear-gradient(180deg,#34d399,#ffd166 48%,#fb923c);opacity:.82}:root[data-keromix-theme=dark] .dash-player-actions .dash-player-like{color:#cbd5e1;background:rgba(255,113,129,.16)}:root[data-keromix-theme=dark] .dash-player-actions .dash-player-like.active,:root[data-keromix-theme=dark] .dash-player-actions .dash-player-like:hover{color:#ffb38a;background:rgba(255,116,23,.2)}:root[data-keromix-theme=dark] .dash-account-menu,:root[data-keromix-theme=dark] .dash-account-menu button,:root[data-keromix-theme=dark] .dash-action,:root[data-keromix-theme=dark] .dash-credit-transaction-amounts strong,:root[data-keromix-theme=dark] .dash-credit-transaction-copy strong,:root[data-keromix-theme=dark] .dash-credits-empty strong,:root[data-keromix-theme=dark] .dash-credits-header h1,:root[data-keromix-theme=dark] .dash-credits-panel-heading h2,:root[data-keromix-theme=dark] .dash-credits-summary strong,:root[data-keromix-theme=dark] .dash-history-card,:root[data-keromix-theme=dark] .dash-history-custom-date-range input,:root[data-keromix-theme=dark] .dash-history-empty strong,:root[data-keromix-theme=dark] .dash-history-filter-group button,:root[data-keromix-theme=dark] .dash-history-filter-reset,:root[data-keromix-theme=dark] .dash-history-filter-trigger,:root[data-keromix-theme=dark] .dash-history-search input,:root[data-keromix-theme=dark] .dash-karaoke-line.active,:root[data-keromix-theme=dark] .dash-more,:root[data-keromix-theme=dark] .dash-player-account-menu,:root[data-keromix-theme=dark] .dash-player-account-menu button,:root[data-keromix-theme=dark] .dash-player-account-menu summary,:root[data-keromix-theme=dark] .dash-player-copy h2,:root[data-keromix-theme=dark] .dash-player-main-controls button,:root[data-keromix-theme=dark] .dash-player-nav button,:root[data-keromix-theme=dark] .dash-player-queue-row,:root[data-keromix-theme=dark] .dash-playlist-modal,:root[data-keromix-theme=dark] .dash-playlist-modal-header strong,:root[data-keromix-theme=dark] .dash-playlist-track-picker strong,:root[data-keromix-theme=dark] .dash-side-nav button,:root[data-keromix-theme=dark] .dash-stats-date-controls input,:root[data-keromix-theme=dark] .dash-stats-date-controls select,:root[data-keromix-theme=dark] .dash-stats-empty strong,:root[data-keromix-theme=dark] .dash-stats-header h1,:root[data-keromix-theme=dark] .dash-stats-list strong,:root[data-keromix-theme=dark] .dash-stats-metric strong,:root[data-keromix-theme=dark] .dash-stats-panel-heading h2,:root[data-keromix-theme=dark] .dash-track-copy h3{color:#f8fafc}:root[data-keromix-theme=dark] .dash-privacy-switch{color:#cbd5e1}:root[data-keromix-theme=dark] .dash-privacy-switch-track{background:rgba(148,163,184,.2);border-color:rgba(148,163,184,.3)}:root[data-keromix-theme=dark] .dash-privacy-switch input:checked+.dash-privacy-switch-track{background:linear-gradient(135deg,var(--yellow),#ff9f13);border-color:rgba(255,196,0,.38)}:root[data-keromix-theme=dark] .dash-history-search{color:#a8b3c5}:root[data-keromix-theme=dark] .dash-history-custom-date-range span,:root[data-keromix-theme=dark] .dash-history-filter-group>span,:root[data-keromix-theme=dark] .dash-history-search input::placeholder,:root[data-keromix-theme=dark] .dash-stats-date-controls span{color:#94a3b8}:root[data-keromix-theme=dark] .dash-history-custom-date-range input,:root[data-keromix-theme=dark] .dash-history-filter-group button,:root[data-keromix-theme=dark] .dash-history-filter-reset,:root[data-keromix-theme=dark] .dash-stats-date-controls input,:root[data-keromix-theme=dark] .dash-stats-date-controls select{background:rgba(30,41,59,.92);border-color:#334155}:root[data-keromix-theme=dark] .dash-history-heading .dash-history-filter-total{color:#ffe8a3;background:rgba(255,196,0,.16);border-color:rgba(255,196,0,.36)}:root[data-keromix-theme=dark] .dash-history-filter-group button.active,:root[data-keromix-theme=dark] .dash-history-filter-trigger.active{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border-color:rgba(255,196,0,.6)}:root[data-keromix-theme=dark] .dash-credit-transaction-amounts small,:root[data-keromix-theme=dark] .dash-credit-transaction-copy small,:root[data-keromix-theme=dark] .dash-credits-empty,:root[data-keromix-theme=dark] .dash-credits-empty p,:root[data-keromix-theme=dark] .dash-credits-header span,:root[data-keromix-theme=dark] .dash-credits-panel-heading span,:root[data-keromix-theme=dark] .dash-credits-summary small,:root[data-keromix-theme=dark] .dash-credits-summary span,:root[data-keromix-theme=dark] .dash-greeting p,:root[data-keromix-theme=dark] .dash-history-heading p,:root[data-keromix-theme=dark] .dash-karaoke-header span,:root[data-keromix-theme=dark] .dash-meta,:root[data-keromix-theme=dark] .dash-player-account-menu small,:root[data-keromix-theme=dark] .dash-player-actions button,:root[data-keromix-theme=dark] .dash-player-copy p,:root[data-keromix-theme=dark] .dash-player-queue-list em,:root[data-keromix-theme=dark] .dash-player-queue-list small,:root[data-keromix-theme=dark] .dash-player-referral small,:root[data-keromix-theme=dark] .dash-player-times,:root[data-keromix-theme=dark] .dash-player-volume,:root[data-keromix-theme=dark] .dash-playlist-field span,:root[data-keromix-theme=dark] .dash-playlist-modal-header span,:root[data-keromix-theme=dark] .dash-playlist-track-picker small,:root[data-keromix-theme=dark] .dash-referral small,:root[data-keromix-theme=dark] .dash-stats-chart-day em,:root[data-keromix-theme=dark] .dash-stats-chart-day span,:root[data-keromix-theme=dark] .dash-stats-chart-note,:root[data-keromix-theme=dark] .dash-stats-empty,:root[data-keromix-theme=dark] .dash-stats-empty p,:root[data-keromix-theme=dark] .dash-stats-header span,:root[data-keromix-theme=dark] .dash-stats-list em,:root[data-keromix-theme=dark] .dash-stats-list small,:root[data-keromix-theme=dark] .dash-stats-metric small,:root[data-keromix-theme=dark] .dash-stats-metric span,:root[data-keromix-theme=dark] .dash-stats-panel-heading span{color:#a8b3c5}:root[data-keromix-theme=dark] .dash-playlist-modal-footer,:root[data-keromix-theme=dark] .dash-playlist-modal-header{border-color:#273142}:root[data-keromix-theme=dark] .dash-playlist-field input,:root[data-keromix-theme=dark] .dash-playlist-field select,:root[data-keromix-theme=dark] .dash-playlist-modal-footer button:first-child,:root[data-keromix-theme=dark] .dash-playlist-modal-header button,:root[data-keromix-theme=dark] .dash-playlist-track-picker label{color:#f8fafc;background:#161d2a;border-color:#273142}:root[data-keromix-theme=dark] .dash-player-queue-load-more{color:#cbd5e1;background:#161d2a;border-color:#273142}:root[data-keromix-theme=dark] .dash-karaoke-line{color:#566274}:root[data-keromix-theme=dark] .dash-karaoke-line.past{color:#8c98aa}:root[data-keromix-theme=dark] .dash-karaoke-line.meta{color:#768294}:root[data-keromix-theme=dark] .dash-full-player .dash-player-progress::-webkit-slider-runnable-track,:root[data-keromix-theme=dark] .dash-full-player .dash-player-volume input::-webkit-slider-runnable-track{background:linear-gradient(90deg,#a855f7 0,#ff4e91 var(--value),#334155 0)}:root[data-keromix-theme=dark] .dash-full-player .dash-player-volume input::-webkit-slider-runnable-track{background:linear-gradient(90deg,#ff9f13 var(--value),#334155 0)}:root[data-keromix-theme=dark] .song-wizard-page,:root[data-keromix-theme=dark] .video-placeholder-page{color:#f8fafc;background:linear-gradient(180deg,rgba(255,196,0,.06),transparent 230px),#0b0f17}:root[data-keromix-theme=dark] .wizard-topbar{background:rgba(15,23,42,.94);border-color:#273142}:root[data-keromix-theme=dark] .wizard-topbar .wizard-home-action{color:#111111;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));border-color:rgba(255,196,0,.35);box-shadow:0 12px 28px rgba(255,196,0,.13)}:root[data-keromix-theme=dark] .wizard-topbar .wizard-balance-pill{color:#111111;background:linear-gradient(135deg,#fff1bf,#ffc400)}:root[data-keromix-theme=dark] .video-placeholder-card h1,:root[data-keromix-theme=dark] .wizard-addon-card,:root[data-keromix-theme=dark] .wizard-audio-hero strong,:root[data-keromix-theme=dark] .wizard-audio-list strong,:root[data-keromix-theme=dark] .wizard-chip-grid button,:root[data-keromix-theme=dark] .wizard-choice-grid button,:root[data-keromix-theme=dark] .wizard-custom-voice-card,:root[data-keromix-theme=dark] .wizard-custom-voice-option,:root[data-keromix-theme=dark] .wizard-generated-card strong,:root[data-keromix-theme=dark] .wizard-heading h1,:root[data-keromix-theme=dark] .wizard-language-grid button,:root[data-keromix-theme=dark] .wizard-method-list button,:root[data-keromix-theme=dark] .wizard-price-card .total span,:root[data-keromix-theme=dark] .wizard-price-card .total strong,:root[data-keromix-theme=dark] .wizard-price-card strong,:root[data-keromix-theme=dark] .wizard-summary-card .message p,:root[data-keromix-theme=dark] .wizard-summary-card strong,:root[data-keromix-theme=dark] .wizard-topbar a,:root[data-keromix-theme=dark] .wizard-topbar button,:root[data-keromix-theme=dark] .wizard-voice-grid button,:root[data-keromix-theme=dark] .wizard-voice-note{color:#f8fafc}:root[data-keromix-theme=dark] .video-placeholder-card p,:root[data-keromix-theme=dark] .wizard-addon-card p,:root[data-keromix-theme=dark] .wizard-audio-hero p,:root[data-keromix-theme=dark] .wizard-audio-list span,:root[data-keromix-theme=dark] .wizard-balance-alert p,:root[data-keromix-theme=dark] .wizard-custom-voice-head p,:root[data-keromix-theme=dark] .wizard-custom-voice-option small,:root[data-keromix-theme=dark] .wizard-custom-voice-phrase p,:root[data-keromix-theme=dark] .wizard-custom-voice-ready-panel>span,:root[data-keromix-theme=dark] .wizard-custom-voice-status p,:root[data-keromix-theme=dark] .wizard-generated-card p,:root[data-keromix-theme=dark] .wizard-generated-card small,:root[data-keromix-theme=dark] .wizard-generated-source p,:root[data-keromix-theme=dark] .wizard-generated-source>span,:root[data-keromix-theme=dark] .wizard-heading p,:root[data-keromix-theme=dark] .wizard-language-grid small,:root[data-keromix-theme=dark] .wizard-lyrics-hints span,:root[data-keromix-theme=dark] .wizard-method-list p,:root[data-keromix-theme=dark] .wizard-price-card span,:root[data-keromix-theme=dark] .wizard-summary-card span,:root[data-keromix-theme=dark] .wizard-topbar span,:root[data-keromix-theme=dark] .wizard-voice-grid small{color:#a8b3c5}:root[data-keromix-theme=dark] .wizard-progress{background:#1f2937}:root[data-keromix-theme=dark] .video-placeholder-card,:root[data-keromix-theme=dark] .wizard-addon-card,:root[data-keromix-theme=dark] .wizard-audio-card,:root[data-keromix-theme=dark] .wizard-balance-alert,:root[data-keromix-theme=dark] .wizard-chip-grid button,:root[data-keromix-theme=dark] .wizard-choice-grid button,:root[data-keromix-theme=dark] .wizard-custom-voice-card,:root[data-keromix-theme=dark] .wizard-custom-voice-option,:root[data-keromix-theme=dark] .wizard-generated-card,:root[data-keromix-theme=dark] .wizard-generated-field,:root[data-keromix-theme=dark] .wizard-generated-source,:root[data-keromix-theme=dark] .wizard-language-grid button,:root[data-keromix-theme=dark] .wizard-method-list button,:root[data-keromix-theme=dark] .wizard-price-card,:root[data-keromix-theme=dark] .wizard-style-row button,:root[data-keromix-theme=dark] .wizard-summary-card,:root[data-keromix-theme=dark] .wizard-voice-grid button,:root[data-keromix-theme=dark] .wizard-voice-note{background:rgba(17,24,39,.96);border-color:#273142;box-shadow:0 18px 48px rgba(0,0,0,.32)}:root[data-keromix-theme=dark] .wizard-choice-grid button:hover{box-shadow:0 20px 44px rgba(0,0,0,.38)}:root[data-keromix-theme=dark] .wizard-addon-card.selected,:root[data-keromix-theme=dark] .wizard-chip-grid button.selected,:root[data-keromix-theme=dark] .wizard-choice-grid button.selected,:root[data-keromix-theme=dark] .wizard-custom-voice-option.selected,:root[data-keromix-theme=dark] .wizard-generated-card.featured,:root[data-keromix-theme=dark] .wizard-language-grid button.selected,:root[data-keromix-theme=dark] .wizard-method-list button.selected,:root[data-keromix-theme=dark] .wizard-voice-grid button.selected,:root[data-keromix-theme=dark] .wizard-voice-note.selected{background:linear-gradient(180deg,rgba(255,196,0,.18),rgba(17,24,39,.94));border-color:#f2ad00;box-shadow:0 16px 38px rgba(255,196,0,.12)}:root[data-keromix-theme=dark] .video-placeholder-card>span,:root[data-keromix-theme=dark] .wizard-addon-icon,:root[data-keromix-theme=dark] .wizard-audio-hero>span,:root[data-keromix-theme=dark] .wizard-custom-voice-head>span,:root[data-keromix-theme=dark] .wizard-method-list button>span,:root[data-keromix-theme=dark] .wizard-voice-grid button>span{color:#ffc400;background:rgba(255,196,0,.13)}:root[data-keromix-theme=dark] .wizard-addon-check{color:#111111;background:#111827;border-color:#475569}:root[data-keromix-theme=dark] .wizard-addon-card.selected .wizard-addon-check{background:var(--yellow);border-color:var(--yellow)}:root[data-keromix-theme=dark] .wizard-summary-edit{color:#ffc400;background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.36)}:root[data-keromix-theme=dark] .wizard-summary-edit:focus-visible,:root[data-keromix-theme=dark] .wizard-summary-edit:hover{color:#111111;background:var(--yellow);border-color:var(--yellow)}:root[data-keromix-theme=dark] .video-placeholder-card a,:root[data-keromix-theme=dark] .wizard-method-list em,:root[data-keromix-theme=dark] .wizard-primary{color:#111111}:root[data-keromix-theme=dark] .wizard-custom-voice-actions button:last-child,:root[data-keromix-theme=dark] .wizard-custom-voice-add,:root[data-keromix-theme=dark] .wizard-secondary{color:#ffc400;background:#111827;border-color:rgba(255,196,0,.48)}:root[data-keromix-theme=dark] .wizard-custom-voice-rename input{color:#f8fafc;background:#0f172a;border-color:rgba(255,196,0,.48)}:root[data-keromix-theme=dark] .wizard-custom-voice-option-actions button{color:#ffc400;background:rgba(255,196,0,.11);border-color:rgba(255,196,0,.34)}:root[data-keromix-theme=dark] .wizard-custom-voice-option-actions button:focus-visible,:root[data-keromix-theme=dark] .wizard-custom-voice-option-actions button:hover{color:#111111;background:var(--yellow);border-color:var(--yellow)}:root[data-keromix-theme=dark] .wizard-custom-voice-option-actions button.danger{color:#fca5a5;background:rgba(127,29,29,.25);border-color:rgba(252,165,165,.25)}:root[data-keromix-theme=dark] .wizard-custom-voice-option-actions button.danger:focus-visible,:root[data-keromix-theme=dark] .wizard-custom-voice-option-actions button.danger:hover{color:#ffffff;background:#dc2626;border-color:#dc2626}:root[data-keromix-theme=dark] .wizard-button-spinner{border-color:#111111 rgba(17,17,17,.22) rgba(17,17,17,.22)}:root[data-keromix-theme=dark] .wizard-generated-field input,:root[data-keromix-theme=dark] .wizard-lyrics-editor textarea,:root[data-keromix-theme=dark] .wizard-style-search input,:root[data-keromix-theme=dark] .wizard-textarea textarea{color:#f8fafc}:root[data-keromix-theme=dark] .wizard-generated-source p,:root[data-keromix-theme=dark] .wizard-lyrics-editor textarea,:root[data-keromix-theme=dark] .wizard-player-source p,:root[data-keromix-theme=dark] .wizard-style-search,:root[data-keromix-theme=dark] .wizard-summary-card .message p,:root[data-keromix-theme=dark] .wizard-textarea textarea{background:#0f172a;border-color:#273142;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}:root[data-keromix-theme=dark] .wizard-generated-field span,:root[data-keromix-theme=dark] .wizard-lyrics-editor span,:root[data-keromix-theme=dark] .wizard-lyrics-editor textarea::placeholder,:root[data-keromix-theme=dark] .wizard-style-search input::placeholder,:root[data-keromix-theme=dark] .wizard-style-search span,:root[data-keromix-theme=dark] .wizard-textarea textarea::placeholder{color:#7f8ba0}:root[data-keromix-theme=dark] .wizard-lyrics-editor-footer em{color:#9aa6b8}:root[data-keromix-theme=dark] .wizard-lengthen-lyrics{color:#ffc400;background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.32);box-shadow:none}:root[data-keromix-theme=dark] .wizard-lengthen-lyrics:disabled{color:#7f8ba0;background:rgba(148,163,184,.12);border-color:#334155}:root[data-keromix-theme=dark] .wizard-voice-transcribe{color:#ffc400;background:#111827;border-color:#334155}:root[data-keromix-theme=dark] .wizard-voice-transcribe:focus-visible,:root[data-keromix-theme=dark] .wizard-voice-transcribe:hover{border-color:#f2ad00;box-shadow:0 14px 30px rgba(255,196,0,.14)}:root[data-keromix-theme=dark] .wizard-voice-transcribe.recording{color:#ffffff;background:#ef4444;border-color:#ef4444}:root[data-keromix-theme=dark] .wizard-textarea-meta{color:#a8b3c5}:root[data-keromix-theme=dark] .wizard-tip-card{color:#a8b3c5;background:linear-gradient(135deg,rgba(255,196,0,.12),rgba(17,24,39,.95));border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .wizard-tip-card strong{color:#f8fafc}:root[data-keromix-theme=dark] .wizard-lyrics-editor{background:linear-gradient(180deg,rgba(255,196,0,.11),rgba(17,24,39,.96));border-color:rgba(242,173,0,.38);box-shadow:0 18px 42px rgba(0,0,0,.34)}:root[data-keromix-theme=dark] .wizard-cost,:root[data-keromix-theme=dark] .wizard-custom-voice-phrase,:root[data-keromix-theme=dark] .wizard-custom-voice-status,:root[data-keromix-theme=dark] .wizard-lyrics-hints article{color:#ffc400;background:rgba(255,196,0,.13);border-color:rgba(255,196,0,.28)}:root[data-keromix-theme=dark] .wizard-audio-hero,:root[data-keromix-theme=dark] .wizard-audio-list div,:root[data-keromix-theme=dark] .wizard-price-card div,:root[data-keromix-theme=dark] .wizard-summary-card>div{border-color:#273142}:root[data-keromix-theme=dark] .wizard-feedback.error{color:#fecaca;background:rgba(127,29,29,.28);border-color:rgba(248,113,113,.34)}:root[data-keromix-theme=dark] .wizard-feedback.success{color:#86efac;background:rgba(20,83,45,.28);border-color:rgba(74,222,128,.34)}:root[data-keromix-theme=dark] .wizard-empty-styles{color:#a8b3c5}:root[data-keromix-theme=dark] .instrumental-duration-control,:root[data-keromix-theme=dark] .instrumental-empty-state,:root[data-keromix-theme=dark] .instrumental-mode-grid button,:root[data-keromix-theme=dark] .instrumental-selected-track,:root[data-keromix-theme=dark] .instrumental-track-list>button{color:#f8fafc;background:rgba(17,24,39,.96);border-color:#273142;box-shadow:0 18px 48px rgba(0,0,0,.32)}:root[data-keromix-theme=dark] .instrumental-mode-grid button:focus-visible,:root[data-keromix-theme=dark] .instrumental-mode-grid button:hover,:root[data-keromix-theme=dark] .instrumental-track-list>button.selected{background:linear-gradient(180deg,rgba(255,196,0,.18),rgba(17,24,39,.94));border-color:#f2ad00;box-shadow:0 16px 38px rgba(255,196,0,.12)}:root[data-keromix-theme=dark] .instrumental-mode-grid button>span,:root[data-keromix-theme=dark] .instrumental-track-cover{color:#ffc400;background:rgba(255,196,0,.13)}:root[data-keromix-theme=dark] .instrumental-duration-head span,:root[data-keromix-theme=dark] .instrumental-duration-head strong{color:#f8fafc}:root[data-keromix-theme=dark] .instrumental-duration-scale,:root[data-keromix-theme=dark] .instrumental-empty-state p,:root[data-keromix-theme=dark] .instrumental-selected-track p,:root[data-keromix-theme=dark] .instrumental-track-copy small{color:#a8b3c5}:root[data-keromix-theme=dark] .instrumental-field input{color:#f8fafc;background:#0f172a;border-color:#273142}@media (max-width:920px){:root{--type-hero:clamp(40px,9vw,56px);--type-section:clamp(30px,6.5vw,40px);--type-page:clamp(30px,6vw,38px)}.dash-logo strong{font-size:28px}.dash-greeting h1{font-size:var(--type-page)}.dash-greeting p{max-width:640px;font-size:18px}.dash-action strong{font-size:16px}.dash-history-heading h2{font-size:32px}.dash-history-heading p,.dash-meta{font-size:15px}.dash-history-filter-trigger{font-size:14px}.dash-track-copy h3{font-size:18px}.dash-status-pill{font-size:13px}}@media (max-width:760px){.dash-video-preview-backdrop{align-items:end;padding:12px}.dash-video-preview-modal{max-height:calc(100dvh - 24px);padding:14px;border-radius:20px}.dash-video-preview-modal header{align-items:center}.dash-video-preview-frame video{max-height:68dvh}.site-header{min-height:76px;padding:16px 24px}.brand{font-size:24px}.brand-mark svg{width:32px;height:32px}.hero h1{font-size:clamp(36px,10vw,46px);line-height:1.02}.hero p{font-size:18px}.price-pill{font-size:12px}.auth-logo{font-size:24px}.auth-intro h1{font-size:34px}.auth-intro p,.auth-visual-copy p{font-size:16px}.auth-visual-copy h2{font-size:28px}.final-copy h2,.process-section h2,.section-heading h2{font-size:30px}}@media (max-width:620px){.dash-logo strong{font-size:24px}.dash-mobile-header .dash-account-menu summary,.dash-mobile-header .dash-credit-pill{font-size:13px}.dash-greeting h1{font-size:32px}.dash-greeting p{font-size:16px}.dash-action strong{font-size:12px}.dash-history-heading h2{font-size:28px}.dash-history-heading p,.dash-track-copy h3{font-size:15px}.dash-history-filter-trigger{font-size:13px}.dash-bottom-nav button,.dash-meta,.dash-status-pill{font-size:12px}}@media (max-width:480px){.hero h1{font-size:34px}.hero p{font-size:17px}.auth-intro h1{font-size:31px}.final-copy h2,.process-section h2,.section-heading h2{font-size:28px}}.auth-logo,.brand,.dash-logo{display:inline-flex;align-items:center;justify-content:center;gap:0;flex-shrink:0;overflow:hidden;background:transparent}.brand{width:190px;height:50px;font-size:0}.auth-logo{width:204px;height:53px}.dash-logo{width:178px;height:46px}.auth-logo-image,.brand-logo,.dash-logo-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:7px}.phone-logo-mark{display:block;width:68px;height:68px;object-fit:cover;border-radius:16px;box-shadow:0 8px 18px rgba(0,0,0,.18)}@media (max-width:760px){.brand{width:172px;height:45px}.auth-logo{width:184px;height:48px}}@media (max-width:620px){.dash-logo{width:146px;height:38px}.phone-logo-mark{width:58px;height:58px;border-radius:14px}}@media (max-width:480px){.brand{width:152px;height:40px}}.minimal-landing{--landing-yellow:#ffc400;--landing-yellow-soft:#fff9e8;--landing-black:#111111;--landing-muted:#5d5b56;--landing-line:#efdca8;min-height:100vh;color:var(--landing-black);background:#ffffff;font-family:var(--font-plus-jakarta),Inter,ui-sans-serif,system-ui,sans-serif}.minimal-landing *,.minimal-landing :after,.minimal-landing :before{letter-spacing:0}.landing-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:180px 1fr auto;align-items:center;min-height:76px;padding:13px max(24px,calc((100vw - 1180px) / 2));background:rgba(255,249,232,.96);border-bottom:1px solid var(--landing-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-logo{display:inline-flex;align-items:center;width:174px;height:46px;overflow:hidden}.landing-logo img{display:block;width:100%;height:100%;object-fit:contain}.landing-nav{display:flex;align-items:center;justify-self:center;gap:46px;color:#47433d;font-size:15px;font-weight:750}.landing-nav a{padding:12px 0}.landing-nav a:focus-visible,.landing-nav a:hover{color:#000000}.landing-actions{display:inline-flex;align-items:center;gap:18px}.footer-create,.hero-cta,.landing-login,.landing-start{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;border:1px solid transparent;font-size:15px;font-weight:850;line-height:1;white-space:nowrap}.landing-login{color:#514d47;background:transparent}.landing-start{padding:0 22px;color:#ffffff;background:#171412;border-radius:999px;box-shadow:0 14px 28px rgba(17,17,17,.16)}.landing-start:focus-visible,.landing-start:hover{transform:translateY(-1px)}.minimal-hero{position:relative;isolation:isolate;display:grid;place-items:center;min-height:calc(100svh - 170px);padding:90px 24px 112px;overflow:hidden;background:var(--landing-yellow-soft);text-align:center}.minimal-hero:before{display:none;content:none}.hero-watermark{display:none}.hero-inner{position:relative;z-index:2;display:grid;justify-items:center;width:min(100%,790px)}.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;min-height:36px;margin:0 0 20px;padding:0 17px;color:#876500;background:#fff9e8;border:1px solid #f4df9c;border-radius:999px;font-size:13px;font-weight:850}.hero-eyebrow span{width:8px;height:8px;background:var(--landing-yellow);border-radius:50%}.hero-kicker{margin:0 0 22px;color:#c59200;font-size:17px;font-weight:850}.minimal-hero h1{max-width:820px;margin:0;color:#171412;font-size:74px;font-weight:850;line-height:1}.minimal-hero h1 span{display:block;color:var(--landing-yellow)}.hero-subtitle{max-width:700px;margin:24px 0 0;color:var(--landing-muted);font-size:23px;font-weight:650;line-height:1.55}.hero-cta{min-height:60px;margin-top:36px;padding:0 34px;color:#111111;background:var(--landing-yellow);border:2px solid #111111;border-radius:999px;box-shadow:0 18px 34px rgba(255,196,0,.24);animation:heroCtaBlink 1.25s ease-in-out infinite;will-change:box-shadow,filter}.hero-cta:focus-visible,.hero-cta:hover{transform:translateY(-1px)}@keyframes heroCtaBlink{0%,to{box-shadow:0 18px 34px rgba(255,196,0,.24);filter:brightness(1)}50%{box-shadow:0 18px 42px rgba(255,196,0,.55),0 0 0 7px rgba(255,196,0,.18);filter:brightness(1.06)}}@media (prefers-reduced-motion:reduce){.hero-cta{animation:none}}.landing-rating{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:28px;color:#45413b;font-size:14px;font-weight:750}.landing-rating span,.review-stars{display:inline-flex;align-items:center;gap:2px;color:var(--landing-yellow)}.landing-section{width:100%;margin-inline:0;padding:76px max(24px,calc((100vw - 1100px) / 2));background:#ffffff}.landing-section-heading{max-width:640px;margin:0 auto 32px;text-align:center}.landing-section-heading p{margin:0 0 10px;color:#bd8c00;font-size:14px;font-weight:900}.landing-section-heading h2{margin:0;color:#171412;font-size:42px;font-weight:850;line-height:1.1}.reviews-grid,.simple-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card,.simple-step{position:relative;min-height:212px;padding:28px;background:#ffffff;border:1px solid var(--landing-line);border-radius:8px;box-shadow:0 16px 34px rgba(17,17,17,.05)}.simple-step{display:grid;align-content:start;gap:14px}.simple-step svg{color:#111111}.step-count{position:absolute;top:18px;right:18px;display:inline-grid;place-items:center;width:34px;height:34px;color:#111111;background:var(--landing-yellow);border-radius:50%;font-size:14px;font-weight:900}.review-card strong,.simple-step h3{margin:0;color:#171412;font-size:20px;font-weight:850}.faq-item p,.review-card p,.simple-step p{margin:0;color:var(--landing-muted);font-size:16px;line-height:1.6}.pricing-block{background:#fffdf7;border-top:1px solid #f1eee6}.pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:min(100%,980px);margin:0 auto}.pricing-card{display:grid;gap:16px;min-height:132px;padding:24px;background:#ffffff;border:1px solid #e8e2d6;border-radius:8px;box-shadow:0 14px 30px rgba(17,17,17,.05)}.pricing-card div{display:inline-flex;align-items:center;gap:9px;color:#34302a;font-size:15px;font-weight:900}.pricing-card svg{color:#efa800}.pricing-card strong{color:#171412;font-size:30px;font-weight:900;line-height:1}.reviews-block{border-top:1px solid #f1eee6;border-bottom:1px solid #f1eee6}.review-card{display:grid;align-content:space-between;gap:22px}.review-card>div:last-child{display:grid;gap:5px}.review-card span{color:#bd8c00;font-size:14px;font-weight:800}.faq-block{padding-bottom:88px}.faq-list{display:grid;gap:12px;width:min(100%,780px);margin:0 auto}.faq-item{background:#ffffff;border:1px solid var(--landing-line);border-radius:8px}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:66px;padding:0 22px;color:#171412;list-style:none;cursor:pointer;font-size:17px;font-weight:850}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{flex:0 0 auto;transition:transform .16s ease}.faq-item[open] summary svg{transform:rotate(180deg)}.faq-item p{padding:0 22px 22px}.landing-footer{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px;min-height:96px;padding:18px max(24px,calc((100vw - 1180px) / 2));background:#111111;color:#ffffff}.landing-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 30px;color:#e8e2d6;font-size:14px;font-weight:750}.footer-create{min-height:42px;padding:0 18px;color:#111111;background:var(--landing-yellow);border-radius:999px}.landing-footer .landing-logo{filter:brightness(0) invert(1)}.legal-page{min-height:100vh;padding:48px 20px 72px;color:#111111;background:radial-gradient(circle at 50% 0,rgba(255,205,36,.22),transparent 34%),#fffdf6}.legal-content,.legal-hero{width:min(880px,100%);margin:0 auto}.legal-hero{text-align:center}.legal-logo{display:inline-flex;width:174px;height:46px;margin-bottom:32px}.legal-logo img{width:100%;height:100%;object-fit:contain}.legal-hero>p:first-of-type{margin:0 0 14px;color:#6f7683;font-size:14px;font-weight:700}.legal-hero h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:0}.legal-hero>p:last-child{max-width:680px;margin:22px auto 0;color:#434a55;font-size:18px;line-height:1.65}.legal-content{display:grid;gap:18px;margin-top:44px}.legal-content article{padding:28px;border:1px solid #ebe4d4;border-radius:8px;background:#ffffff;box-shadow:0 16px 40px rgba(17,17,17,.06)}.legal-content h2{margin:0 0 12px;font-size:22px}.legal-content p{margin:0;color:#434a55;line-height:1.7}.legal-content p+p{margin-top:12px}.legal-content a{color:#111111;font-weight:800;text-decoration:underline;text-decoration-color:var(--landing-yellow);text-decoration-thickness:2px;text-underline-offset:3px}@media (max-width:980px){.landing-footer,.landing-header{grid-template-columns:170px 1fr}.landing-nav{grid-column:1/-1;grid-row:2;justify-self:start;gap:28px;padding-top:10px}.landing-actions{justify-self:end}.minimal-hero{min-height:auto;padding-top:86px}.minimal-hero h1{font-size:58px}.hero-subtitle{font-size:20px}.reviews-grid,.simple-steps{grid-template-columns:1fr}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-footer nav{grid-column:1/-1;justify-content:flex-start;order:3}.footer-create{justify-self:end}}@media (max-width:660px){.landing-header{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding-inline:12px}.landing-footer{grid-template-columns:1fr;gap:12px;padding-inline:20px}.landing-logo{width:clamp(118px,36vw,142px);height:38px}.landing-actions{gap:7px;justify-self:end}.landing-login{display:inline-flex;min-height:42px;padding:0 2px;font-size:13px}.landing-footer nav,.landing-nav{width:100%;gap:18px;overflow-x:auto;padding-bottom:4px;font-size:14px}.landing-nav{flex-wrap:nowrap;max-width:100%;overscroll-behavior-x:contain;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.landing-nav::-webkit-scrollbar{display:none}.landing-nav a{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}.landing-footer nav{flex-wrap:wrap;overflow:visible;gap:12px 18px}.landing-start{gap:7px;min-height:42px;padding-inline:12px;font-size:14px}.landing-start svg{width:16px;height:16px}.hero-cta{min-height:48px;padding-inline:20px}.pricing-grid{grid-template-columns:1fr}.minimal-hero{min-height:0;place-items:start center;padding:112px 20px 28px}.minimal-hero:before{width:46%}.hero-watermark{width:330px;height:330px}.minimal-hero h1{font-size:37px}.hero-kicker{margin-bottom:12px;font-size:14px}.hero-subtitle{margin-top:14px;font-size:17px;line-height:1.45}.hero-eyebrow{margin-bottom:14px}.hero-cta{margin-top:28px}.landing-rating{margin-top:20px;flex-direction:column;gap:7px}.landing-section{width:100%;padding:56px 18px}.landing-section-heading h2{font-size:32px}.pricing-card,.review-card,.simple-step{min-height:0;padding:23px}.faq-item summary{min-height:62px;font-size:16px}.faq-item p,.faq-item summary{padding-inline:18px}}.admin-page .dash-referral{cursor:pointer}.admin-content{width:min(100% - 112px,1100px)}.admin-decor:before{right:112px;background:radial-gradient(circle,rgba(255,196,0,.18),rgba(255,196,0,.05) 64%,transparent 68%)}.admin-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}.admin-metric-card{display:grid;gap:12px;min-height:188px;padding:22px 20px;background:rgba(255,255,255,.95);border:1px solid #ececec;border-radius:20px;box-shadow:0 16px 38px rgba(18,18,18,.07)}.admin-metric-card small{color:#7a7d86;font-size:14px;font-weight:700}.admin-metric-card strong{color:var(--black);font-size:clamp(26px,2.3vw,34px);font-weight:950;line-height:1.05}.admin-metric-card p{margin:0;color:#5d616a;font-size:14px;line-height:1.45}.admin-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;color:#111111;border-radius:18px}.admin-metric-card.gold .admin-metric-icon{color:#f2ac00;background:linear-gradient(135deg,#fff1c1,#fff9ea)}.admin-metric-card.rose .admin-metric-icon{color:#8d33c7;background:linear-gradient(135deg,#f8dcff,#fff4ff)}.admin-metric-card.coral .admin-metric-icon{color:#c94a28;background:linear-gradient(135deg,#ffe0d8,#fff5ef)}.admin-metric-card.ink .admin-metric-icon{color:#244574;background:linear-gradient(135deg,#dceaff,#f5f9ff)}.admin-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.95fr);gap:20px;align-items:start}.admin-history{margin-top:44px}.admin-history-tools{flex:1 1 360px}.admin-job-list{display:grid;gap:12px;margin-top:20px}.admin-job-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto 36px;align-items:center;gap:16px;padding:18px;background:rgba(255,255,255,.96);border:1px solid #ededed;border-radius:18px;box-shadow:0 12px 28px rgba(18,18,18,.06)}.admin-job-icon,.admin-user-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:18px}.admin-job-icon{width:64px;height:64px}.admin-job-icon.done{color:#df9f00;background:linear-gradient(135deg,#fff0ba,#fffaf0)}.admin-job-icon.progress{color:#2456d3;background:linear-gradient(135deg,#dce7ff,#f4f7ff)}.admin-job-icon.error{color:#d14f2a;background:linear-gradient(135deg,#ffe2da,#fff5f0)}.admin-job-copy{display:grid;gap:8px;min-width:0}.admin-job-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-job-heading h3{margin:0;overflow:hidden;font-size:18px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.admin-job-meta{gap:18px}.admin-job-copy p{margin:0;color:#5f636d;font-size:14px;line-height:1.4}.admin-job-progress{display:grid;justify-items:end;gap:5px;min-width:78px;text-align:right}.admin-job-progress strong{font-size:18px;font-weight:950}.admin-job-progress small{color:#767b84;font-size:12px;font-weight:700}.admin-job-menu{position:relative;display:inline-flex;justify-self:end;z-index:1}.admin-job-menu.open{z-index:90}.admin-job-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#111827;background:transparent;border:0;border-radius:999px}.admin-job-menu-trigger:focus-visible,.admin-job-menu-trigger:hover{background:#fff4d7}.admin-job-menu-panel{position:absolute;top:calc(100% + 7px);right:0;z-index:95;display:grid;gap:4px;min-width:204px;max-height:min(72vh,330px);padding:7px;overflow-y:auto;overscroll-behavior:contain;color:#111827;background:#ffffff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 18px 40px rgba(15,23,42,.14)}.admin-job-menu-panel a,.admin-job-menu-panel button{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;min-height:36px;padding:0 10px;color:inherit;background:transparent;border:0;border-radius:8px;font:inherit;font-size:13px;font-weight:750;text-align:left;text-decoration:none;cursor:pointer}.admin-job-menu-panel a:focus-visible,.admin-job-menu-panel a:hover,.admin-job-menu-panel button:focus-visible,.admin-job-menu-panel button:hover{background:#fff4d7}.admin-job-menu-panel button:disabled{cursor:default;opacity:.48}.admin-job-menu-panel button:disabled:hover{background:transparent}.admin-job-menu-panel button.danger{color:#b42318}.admin-sidepanels{display:grid;gap:18px;margin-top:44px}.admin-panel{padding:22px;background:rgba(255,255,255,.95);border:1px solid #ececec;border-radius:20px;box-shadow:0 16px 38px rgba(18,18,18,.07)}.admin-panel-heading{display:grid;gap:9px}.admin-panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-panel-title-row button,.admin-users-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;color:#111111;background:#fff4d7;border:1px solid rgba(255,196,0,.34);border-radius:12px;font:inherit;font-size:13px;font-weight:850;white-space:nowrap}.admin-panel-title-row button:focus-visible,.admin-panel-title-row button:hover,.admin-users-back:focus-visible,.admin-users-back:hover{background:#ffe49b}.admin-panel-heading h2{margin:0;font-size:26px;font-weight:950;line-height:1.05}.admin-panel-heading p{margin:0;color:#676c75;font-size:14px;line-height:1.5}.admin-style-list,.admin-user-list{display:grid;gap:12px;margin-top:18px}.admin-user-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 15px;background:#fffaf0;border:1px solid rgba(255,196,0,.18);border-radius:16px}.admin-user-avatar{width:48px;height:48px;color:#f2ac00;background:linear-gradient(135deg,#fff0ba,#fffaf0)}.admin-user-copy{display:grid;gap:4px;min-width:0}.admin-style-row strong,.admin-user-copy strong{font-size:16px;font-weight:900}.admin-style-row p,.admin-user-copy p{margin:0;color:#5b6068;font-size:13px;line-height:1.4}.admin-user-copy small{color:#7a7f87;font-size:12px;font-weight:700}.admin-user-side{display:grid;justify-items:end;gap:8px}.admin-user-side small{color:#4c5058;font-size:12px;font-weight:800}.admin-style-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;background:#fffaf0;border:1px solid rgba(255,196,0,.18);border-radius:16px}.admin-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;color:#111111;background:linear-gradient(135deg,#fff1c1,#ffd451);border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.admin-users-content{width:min(100% - 112px,1188px)}.admin-users-greeting{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.admin-users-greeting h1,.admin-users-greeting p{margin-right:0}.admin-users-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:20px;align-items:start;margin-top:26px}.admin-users-jobs-panel,.admin-users-panel{min-width:0}.admin-users-toolbar{margin-bottom:16px}.admin-users-total{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:34px;padding:0 12px;color:#4c3b00;background:#fff4d7;border-radius:999px;font-size:13px;font-weight:900}.admin-users-job-list,.admin-users-list{display:grid;gap:12px}.admin-user-manage-card,.admin-users-job-card,.admin-users-jobs-panel{background:rgba(255,255,255,.96);border:1px solid #ededed;border-radius:18px;box-shadow:0 12px 28px rgba(18,18,18,.06)}.admin-user-manage-card{display:grid;gap:16px;padding:16px}.admin-user-manage-card.active{border-color:rgba(255,196,0,.58);box-shadow:0 16px 34px rgba(255,196,0,.14)}.admin-user-manage-card.suspended{background:rgba(255,246,244,.96)}.admin-user-manage-main{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px}.admin-user-manage-copy{display:grid;gap:10px;min-width:0}.admin-user-manage-copy h2{margin:0;color:var(--black);font-size:18px;font-weight:950}.admin-user-manage-copy h2,.admin-user-manage-copy p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-manage-copy p{margin:5px 0 0;color:#5f636d;font-size:14px}.admin-user-manage-meta{display:flex;flex-wrap:wrap;gap:7px}.admin-user-manage-meta span,.admin-user-manage-meta strong,.admin-users-job-summary span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;color:#414651;background:#f7f7f8;border:1px solid #e6e8ec;border-radius:999px;font-size:12px;font-weight:850}.admin-user-manage-meta strong{color:#4c3b00;background:#fff4d7;border-color:rgba(255,196,0,.38)}.admin-user-manage-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-user-recharge{display:grid;grid-template-columns:18px minmax(92px,1fr) auto;align-items:center;gap:8px;min-height:40px;padding:0 6px 0 11px;color:#5f636d;background:#ffffff;border:1px solid #dedede;border-radius:12px}.admin-user-recharge input{width:100%;min-width:0;color:var(--black);background:transparent;border:0;outline:0;font:inherit;font-size:13px;font-weight:800}.admin-user-manage-actions>button,.admin-user-recharge button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 12px;color:#111111;background:#fff4d7;border:1px solid rgba(255,196,0,.34);border-radius:10px;font:inherit;font-size:12px;font-weight:850}.admin-user-manage-actions>button{background:#ffffff;border-color:#dedede}.admin-user-manage-actions>button.active{background:#fff4d7;border-color:rgba(255,196,0,.72);box-shadow:0 8px 18px rgba(255,196,0,.16)}.admin-user-manage-actions button.danger{color:#b42318}.admin-user-manage-actions>button:focus-visible:not(:disabled),.admin-user-manage-actions>button:hover:not(:disabled),.admin-user-recharge button:focus-visible:not(:disabled),.admin-user-recharge button:hover:not(:disabled){background:#ffe49b;border-color:rgba(255,196,0,.7)}.admin-user-manage-actions>button:disabled,.admin-user-recharge button:disabled{cursor:not-allowed;opacity:.45}.admin-users-jobs-panel{display:grid;gap:16px;padding:22px}.admin-users-job-summary{display:flex;flex-wrap:wrap;gap:8px}.admin-users-job-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px}.admin-users-job-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.admin-users-job-open{min-width:0;padding:0;color:inherit;background:transparent;border:0;border-radius:10px;font:inherit;text-align:left;cursor:pointer}.admin-users-job-open:focus-visible h3,.admin-users-job-open:hover h3{color:#9a7300}.admin-users-job-card h3{margin:0;overflow:hidden;color:var(--black);font-size:15px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.admin-users-job-card p{margin:6px 0 0;color:#5f636d;font-size:13px}.admin-users-ledger-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px;background:rgba(255,255,255,.96);border:1px solid #ededed;border-radius:18px;box-shadow:0 12px 28px rgba(18,18,18,.06)}.admin-users-ledger-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px}.admin-users-ledger-icon.success{color:#079455;background:#dcfae6}.admin-users-ledger-icon.pending{color:#b54708;background:#fef0c7}.admin-users-ledger-icon.failed{color:#d92d20;background:#fee4e2}.admin-users-ledger-icon.refunded{color:#2378ff;background:#dbeafe}.admin-users-ledger-copy{min-width:0}.admin-users-ledger-copy h3{margin:0;overflow:hidden;color:var(--black);font-size:15px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.admin-users-ledger-copy p,.admin-users-ledger-copy small{display:block;margin:5px 0 0;overflow:hidden;color:#5f636d;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin-users-ledger-status{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.admin-users-ledger-status.success{color:#067647;background:#dcfae6}.admin-users-ledger-status.pending{color:#93370d;background:#fef0c7}.admin-users-ledger-status.failed{color:#b42318;background:#fee4e2}.admin-users-ledger-status.refunded{color:#175cd3;background:#dbeafe}.admin-users-ledger-amounts{display:grid;justify-items:end;gap:4px;min-width:92px;text-align:right}.admin-users-ledger-amounts strong{color:var(--black);font-size:16px;font-weight:950;white-space:nowrap}.admin-users-ledger-amounts small{color:#697386;font-size:12px;font-weight:850;white-space:nowrap}@media (max-width:1320px){.admin-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid,.admin-users-layout{grid-template-columns:1fr}.admin-sidepanels{margin-top:0}}@media (max-width:900px){.admin-content{width:min(100% - 42px,100%);margin-left:21px;padding-top:28px}.admin-users-greeting{align-items:stretch;flex-direction:column}.admin-job-card{grid-template-columns:60px minmax(0,1fr) 36px}.admin-job-progress{justify-items:start;grid-column:2;text-align:left}.admin-job-menu{grid-column:3;grid-row:1;align-self:start}}@media (max-width:640px){.admin-metrics-grid{grid-template-columns:1fr}.admin-job-heading{align-items:flex-start;flex-direction:column}.admin-user-card{grid-template-columns:48px minmax(0,1fr)}.admin-user-side{justify-items:start;grid-column:2}.admin-style-row{align-items:flex-start;flex-direction:column}.admin-panel-title-row,.admin-user-manage-main,.admin-users-job-card,.admin-users-ledger-card{align-items:flex-start;grid-template-columns:1fr}.admin-users-job-actions{justify-content:flex-start}.admin-users-ledger-icon{width:40px;height:40px}.admin-users-ledger-amounts,.admin-users-ledger-status{justify-self:start;text-align:left}.admin-panel-title-row{flex-direction:column}.admin-user-recharge{width:100%;grid-template-columns:18px minmax(0,1fr) auto}.admin-user-manage-actions>button{flex:1 1 136px}}:root[data-keromix-theme=dark] .admin-job-card,:root[data-keromix-theme=dark] .admin-metric-card,:root[data-keromix-theme=dark] .admin-panel{background:rgba(17,24,39,.96);border-color:#273142;box-shadow:0 18px 48px rgba(0,0,0,.34)}:root[data-keromix-theme=dark] .admin-job-heading h3,:root[data-keromix-theme=dark] .admin-job-progress strong,:root[data-keromix-theme=dark] .admin-metric-card strong,:root[data-keromix-theme=dark] .admin-panel-heading h2,:root[data-keromix-theme=dark] .admin-style-row strong,:root[data-keromix-theme=dark] .admin-user-copy strong{color:#f8fafc}:root[data-keromix-theme=dark] .admin-job-copy p,:root[data-keromix-theme=dark] .admin-job-progress small,:root[data-keromix-theme=dark] .admin-metric-card p,:root[data-keromix-theme=dark] .admin-metric-card small,:root[data-keromix-theme=dark] .admin-panel-heading p,:root[data-keromix-theme=dark] .admin-style-row p,:root[data-keromix-theme=dark] .admin-user-copy p,:root[data-keromix-theme=dark] .admin-user-copy small,:root[data-keromix-theme=dark] .admin-user-side small{color:#a8b3c5}:root[data-keromix-theme=dark] .admin-job-menu-panel,:root[data-keromix-theme=dark] .admin-style-row,:root[data-keromix-theme=dark] .admin-user-card,:root[data-keromix-theme=dark] .admin-user-manage-card,:root[data-keromix-theme=dark] .admin-users-job-card,:root[data-keromix-theme=dark] .admin-users-jobs-panel,:root[data-keromix-theme=dark] .admin-users-ledger-card{background:#161d2a;border-color:#273142}:root[data-keromix-theme=dark] .admin-user-manage-card.suspended{background:rgba(55,30,34,.96)}:root[data-keromix-theme=dark] .admin-job-menu-panel,:root[data-keromix-theme=dark] .admin-job-menu-trigger{color:#f8fafc}:root[data-keromix-theme=dark] .admin-panel-title-row button,:root[data-keromix-theme=dark] .admin-user-manage-actions>button,:root[data-keromix-theme=dark] .admin-user-manage-meta span,:root[data-keromix-theme=dark] .admin-user-recharge,:root[data-keromix-theme=dark] .admin-users-back,:root[data-keromix-theme=dark] .admin-users-job-summary span,:root[data-keromix-theme=dark] .admin-users-total{color:#f8fafc;background:rgba(255,196,0,.12);border-color:rgba(255,196,0,.24)}:root[data-keromix-theme=dark] .admin-user-manage-copy h2,:root[data-keromix-theme=dark] .admin-user-recharge input,:root[data-keromix-theme=dark] .admin-users-job-card h3,:root[data-keromix-theme=dark] .admin-users-ledger-amounts strong,:root[data-keromix-theme=dark] .admin-users-ledger-copy h3{color:#f8fafc}:root[data-keromix-theme=dark] .admin-user-manage-copy p,:root[data-keromix-theme=dark] .admin-users-job-card p,:root[data-keromix-theme=dark] .admin-users-ledger-amounts small,:root[data-keromix-theme=dark] .admin-users-ledger-copy p,:root[data-keromix-theme=dark] .admin-users-ledger-copy small{color:#a8b3c5}:root[data-keromix-theme=dark] .admin-job-menu-panel a:focus-visible,:root[data-keromix-theme=dark] .admin-job-menu-panel a:hover,:root[data-keromix-theme=dark] .admin-job-menu-panel button:focus-visible,:root[data-keromix-theme=dark] .admin-job-menu-panel button:hover,:root[data-keromix-theme=dark] .admin-job-menu-trigger:focus-visible,:root[data-keromix-theme=dark] .admin-job-menu-trigger:hover{background:rgba(255,196,0,.16)}:root[data-keromix-theme=dark] .admin-job-icon.done{color:#ffd166;background:rgba(255,196,0,.16)}:root[data-keromix-theme=dark] .admin-job-icon.progress{color:#93c5fd;background:rgba(59,130,246,.18)}:root[data-keromix-theme=dark] .admin-job-icon.error{color:#fca5a5;background:rgba(239,68,68,.18)}:root[data-keromix-theme=dark] .admin-user-avatar{color:#ffd166;background:rgba(255,196,0,.14)}:root[data-keromix-theme=dark] .admin-chip{color:#111111}.finance-page{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,251,253,.96)),#ffffff}.finance-sidebar{overflow:hidden;border-radius:0 22px 22px 0}.finance-sidebar-profile{position:absolute;left:28px;right:28px;bottom:28px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:70px;padding:11px 0;color:#111111;text-align:left;background:transparent;border:0;font:inherit}.finance-sidebar-profile span{display:inline-flex;align-items:center;justify-content:center;grid-row:span 2;width:48px;height:48px;color:#68707d;background:#f0f2f5;border-radius:50%}.finance-sidebar-profile small,.finance-sidebar-profile strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finance-sidebar-profile strong{align-self:end;font-size:15px;font-weight:900}.finance-sidebar-profile small{align-self:start;color:#69707a;font-size:14px}.finance-sidebar-profile>svg{grid-column:3;grid-row:1/span 2}.finance-workspace{overflow:auto}.finance-content{position:relative;z-index:2;width:min(100% - 64px,1210px);margin:0 auto;padding:32px 0 56px}.finance-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.finance-title h1{margin:0;color:var(--black);font-size:28px;font-weight:950;line-height:1.15}.finance-title p{margin:8px 0 0;color:#545963;font-size:16px}.finance-date-pill,.finance-filter-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;color:#111111;background:rgba(255,255,255,.94);border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 24px rgba(17,24,39,.04);font:inherit;font-size:14px;font-weight:750;white-space:nowrap}.finance-date-control,.finance-filter-control{position:relative;width:max-content;max-width:100%}.finance-date-control summary,.finance-filter-control summary{list-style:none;cursor:pointer}.finance-date-control summary::-webkit-details-marker,.finance-filter-control summary::-webkit-details-marker{display:none}.finance-date-pill{min-width:220px;padding:0 16px}.finance-filter-pill{min-width:118px;min-height:34px;padding:0 12px;font-size:13px}.finance-date-menu,.finance-filter-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:50;display:grid;gap:10px;min-width:260px;padding:12px;background:rgba(255,255,255,.98);border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 34px rgba(17,24,39,.12)}.finance-filter-menu{min-width:150px;gap:6px}.finance-date-fields{display:grid;gap:12px}.finance-date-menu label{display:grid;gap:7px}.finance-date-menu label span{color:#525a66;font-size:12px;font-weight:850}.finance-date-menu input{min-height:40px;padding:0 10px;color:#111111;background:#f8fafc;border:1px solid #dde2ea;border-radius:10px;font:inherit;font-size:14px;font-weight:750}.finance-filter-menu button{min-height:36px;color:#111111;background:#fffaf0;border:1px solid rgba(255,196,0,.22);border-radius:10px;font:inherit;font-size:12px;font-weight:850;cursor:pointer;text-align:left;padding:0 12px}.finance-filter-menu button.active,.finance-filter-menu button:focus-visible,.finance-filter-menu button:hover{color:#111111;background:linear-gradient(135deg,#fff1c1,#ffd451)}.finance-metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:16px}.finance-metric-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px 14px;min-height:134px;padding:22px;background:rgba(255,255,255,.97);border:1px solid #e7e9ee;border-radius:16px;box-shadow:0 14px 34px rgba(17,24,39,.055)}.finance-metric-card-clickable{color:inherit;text-align:left;cursor:pointer}.finance-metric-card-clickable:focus-visible,.finance-metric-card-clickable:hover{border-color:rgba(18,169,91,.34);box-shadow:0 18px 40px rgba(18,169,91,.11);outline:none}.finance-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px}.finance-metric-icon.gold{color:#f4ac00;background:#fff3d4}.finance-metric-icon.green{color:#12a95b;background:#dcf8e7}.finance-metric-icon.cyan{color:#0891b2;background:#dff8ff}.finance-metric-icon.violet{color:#8042f5;background:#efe2ff}.finance-metric-icon.blue{color:#2378ff;background:#e5f0ff}.finance-metric-card>div{min-width:0}.finance-metric-card p{margin:0}.finance-metric-card>div p{overflow:hidden;color:#111111;font-size:13px;font-weight:850;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.finance-metric-card>div strong{display:block;margin-top:10px;overflow-wrap:anywhere;color:var(--black);font-size:25px;font-weight:950;line-height:1.1}.finance-metric-value-pulse{animation:financeValueFadePulse 1.8s ease-in-out infinite}@keyframes financeValueFadePulse{0%,to{opacity:1}50%{opacity:.42}}@media (prefers-reduced-motion:reduce){.finance-metric-value-pulse{animation:none}}.finance-trend{display:flex;align-items:center;grid-column:1/-1;gap:8px;color:#646a74;font-size:13px}.finance-trend svg{color:currentColor}.finance-trend strong{font-weight:900}.finance-trend.up strong,.finance-trend.up svg{color:#16a757}.finance-trend.down strong,.finance-trend.down svg{color:#d64545}.finance-charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.finance-chart-card{min-width:0;min-height:316px;padding:18px 22px 14px;background:rgba(255,255,255,.97);border:1px solid #e7e9ee;border-radius:16px;box-shadow:0 14px 34px rgba(17,24,39,.055)}.finance-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.finance-chart-heading h2{margin:0;color:var(--black);font-size:18px;font-weight:950;line-height:1.2}.finance-chart-heading p{margin:7px 0 0;color:#59606c;font-size:13px}.finance-line-chart{display:block;width:100%;height:auto;margin-top:12px;overflow:visible}.finance-grid-line{stroke:#e4e7ec;stroke-dasharray:4 6;stroke-width:1}.finance-axis-label{fill:#47505d;font-size:11px;font-weight:650}.finance-active-line{stroke:rgba(17,24,39,.12);stroke-width:1}.finance-chart-hit{cursor:pointer;fill:transparent;outline:none}.finance-chart-hit:focus-visible+circle{stroke-width:4}.finance-chart-tooltip{display:grid;gap:7px;width:150px;padding:10px 12px;color:#111111;background:rgba(255,255,255,.96);border:1px solid rgba(17,24,39,.05);border-radius:6px;box-shadow:0 14px 28px rgba(17,24,39,.12);font-family:var(--font-plus-jakarta),sans-serif}.finance-chart-tooltip span{color:#5f6672;font-size:12px}.finance-chart-tooltip strong{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:950}.finance-chart-tooltip i{width:8px;height:8px;border-radius:50%}.finance-donut-card{display:grid}.finance-donut-layout{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(180px,1fr);align-items:center;gap:22px;min-height:230px}.finance-donut{width:min(100%,230px);height:auto;justify-self:center}.finance-donut-legend{display:grid;gap:13px}.finance-donut-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:11px;color:#111111;font-size:13px}.finance-donut-row span{width:12px;height:12px;border-radius:50%}.finance-donut-row strong{min-width:0;overflow:hidden;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.finance-donut-row em{color:#111111;font-style:normal;font-weight:850}.finance-empty-state{display:grid;gap:6px;padding:16px;color:#5f6672;background:#f8fafc;border:1px dashed #d7dce4;border-radius:12px}.finance-empty-state strong{color:#111111;font-weight:900}.finance-empty-state p{margin:0;font-size:13px;line-height:1.45}.presence-content{display:grid;gap:18px}.presence-back-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border:0;border-radius:12px;font:inherit;font-size:14px;font-weight:900;white-space:nowrap;cursor:pointer}.presence-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.presence-overview-grid article{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:8px 14px;min-height:92px;padding:18px;background:rgba(255,255,255,.97);border:1px solid #e7e9ee;border-radius:16px;box-shadow:0 14px 34px rgba(17,24,39,.055)}.presence-overview-grid svg{grid-row:span 2;color:#12a95b}.presence-overview-grid span{overflow:hidden;color:#5a6170;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.presence-overview-grid strong{color:var(--black);font-size:26px;font-weight:950;line-height:1}.presence-users-list{display:grid;gap:14px}.presence-user-card{display:grid;gap:16px;padding:18px;background:rgba(255,255,255,.97);border:1px solid #e7e9ee;border-radius:16px;box-shadow:0 14px 34px rgba(17,24,39,.055)}.presence-user-main{display:grid;grid-template-columns:54px minmax(150px,.9fr) minmax(220px,1.4fr) auto;align-items:center;gap:14px}.presence-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;color:#111111;background:#fff0bd;border-radius:14px;font-size:17px;font-weight:950}.presence-user-identity{min-width:0}.presence-history-block h3,.presence-user-identity h2{margin:0;color:var(--black);font-weight:950;line-height:1.2}.presence-user-identity h2{font-size:17px}.presence-user-identity h2,.presence-user-identity p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presence-user-identity p{margin:6px 0 0;color:#69707d;font-size:13px}.presence-current-page{min-width:0;padding:12px 14px;background:#f8fafc;border:1px solid #e1e6ee;border-radius:12px}.presence-current-page small,.presence-current-page span{display:block;overflow:hidden;color:#667085;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.presence-current-page strong{display:block;margin:5px 0;overflow:hidden;color:#111111;font-size:14px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.presence-history-list time,.presence-user-main>time{color:#667085;font-size:12px;font-weight:850;white-space:nowrap}.presence-history-block{display:grid;gap:10px}.presence-history-block h3{font-size:14px}.presence-history-list{display:grid;gap:8px;max-height:420px;margin:0;padding:0;overflow:auto;list-style:none}.presence-history-list li{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:52px;padding:9px 10px;background:#fbfcfe;border:1px solid #edf0f5;border-radius:12px}.presence-history-list li>span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:#111111;background:#fff0bd;border-radius:10px;font-size:12px;font-weight:950}.presence-history-list div{min-width:0}.presence-history-list small,.presence-history-list strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presence-history-list strong{color:#111111;font-size:13px;font-weight:900}.presence-history-list small{margin-top:4px;color:#68707d;font-size:12px}.presence-empty-history,.presence-empty-state p{margin:0;color:#69707d;font-size:14px;line-height:1.45}.presence-empty-state{display:grid;justify-items:center;gap:10px;min-height:220px;padding:32px;color:#69707d;text-align:center;background:rgba(255,255,255,.97);border:1px dashed #d7dce4;border-radius:16px}.presence-empty-state strong{color:var(--black);font-size:18px;font-weight:950}.dash-error-state{display:grid;place-items:center;align-content:center;gap:14px;min-height:100vh;min-height:100dvh;padding:28px;color:#111827;text-align:center}.dash-error-state strong{font-size:clamp(28px,7vw,44px);font-weight:950}.dash-error-state p{max-width:420px;margin:0;color:#697386;font-size:16px;line-height:1.55}.dash-error-state div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px}.dash-error-state button{min-height:46px;padding:0 18px;color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13);border:0;border-radius:12px;font-size:14px;font-weight:900}.dash-error-state button:first-child{background:#ffffff;border:1px solid rgba(17,24,39,.12)}@media (max-width:1280px){.finance-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1120px){.finance-charts-grid{grid-template-columns:1fr}}@media (max-width:900px){.finance-content{width:min(100% - 42px,100%);padding:28px 0 130px}.finance-heading-row{align-items:stretch;flex-direction:column}.finance-date-pill{width:max-content;max-width:100%}.finance-sidebar-profile{display:none}}@media (max-width:680px){.finance-metrics-grid{grid-template-columns:1fr}.finance-metric-card{min-height:124px;padding:18px}.finance-chart-card{min-height:0;padding:16px 14px 12px}.finance-chart-heading{align-items:stretch;flex-direction:column}.finance-filter-pill{width:max-content}.finance-donut-layout,.presence-overview-grid,.presence-user-main{grid-template-columns:1fr}.presence-user-avatar{width:48px;height:48px}.presence-user-main>time{justify-self:start}.presence-history-list{max-height:none}.presence-history-list li{grid-template-columns:30px minmax(0,1fr)}.presence-history-list time{grid-column:2}}:root[data-keromix-theme=dark] .finance-page{background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(11,15,23,.97)),#0f172a}:root[data-keromix-theme=dark] .finance-chart-heading h2,:root[data-keromix-theme=dark] .finance-donut-row,:root[data-keromix-theme=dark] .finance-donut-row em,:root[data-keromix-theme=dark] .finance-empty-state strong,:root[data-keromix-theme=dark] .finance-metric-card>div strong,:root[data-keromix-theme=dark] .finance-sidebar-profile,:root[data-keromix-theme=dark] .finance-title h1{color:#f8fafc}:root[data-keromix-theme=dark] .finance-chart-heading p,:root[data-keromix-theme=dark] .finance-empty-state,:root[data-keromix-theme=dark] .finance-sidebar-profile small,:root[data-keromix-theme=dark] .finance-title p,:root[data-keromix-theme=dark] .finance-trend{color:#a8b3c5}:root[data-keromix-theme=dark] .finance-chart-card,:root[data-keromix-theme=dark] .finance-date-menu,:root[data-keromix-theme=dark] .finance-date-pill,:root[data-keromix-theme=dark] .finance-empty-state,:root[data-keromix-theme=dark] .finance-filter-menu,:root[data-keromix-theme=dark] .finance-filter-pill,:root[data-keromix-theme=dark] .finance-metric-card,:root[data-keromix-theme=dark] .presence-empty-state,:root[data-keromix-theme=dark] .presence-overview-grid article,:root[data-keromix-theme=dark] .presence-user-card{background:rgba(17,24,39,.96);border-color:#273142;box-shadow:0 18px 48px rgba(0,0,0,.34)}:root[data-keromix-theme=dark] .finance-date-menu input,:root[data-keromix-theme=dark] .finance-date-pill,:root[data-keromix-theme=dark] .finance-filter-menu button,:root[data-keromix-theme=dark] .finance-filter-pill,:root[data-keromix-theme=dark] .finance-metric-card>div p,:root[data-keromix-theme=dark] .presence-current-page strong,:root[data-keromix-theme=dark] .presence-empty-state strong,:root[data-keromix-theme=dark] .presence-history-block h3,:root[data-keromix-theme=dark] .presence-history-list strong,:root[data-keromix-theme=dark] .presence-overview-grid strong,:root[data-keromix-theme=dark] .presence-user-identity h2{color:#f8fafc}:root[data-keromix-theme=dark] .finance-date-menu label span,:root[data-keromix-theme=dark] .presence-current-page small,:root[data-keromix-theme=dark] .presence-current-page span,:root[data-keromix-theme=dark] .presence-empty-history,:root[data-keromix-theme=dark] .presence-empty-state p,:root[data-keromix-theme=dark] .presence-history-list small,:root[data-keromix-theme=dark] .presence-history-list time,:root[data-keromix-theme=dark] .presence-overview-grid span,:root[data-keromix-theme=dark] .presence-user-identity p,:root[data-keromix-theme=dark] .presence-user-main>time{color:#a8b3c5}:root[data-keromix-theme=dark] .finance-date-menu input,:root[data-keromix-theme=dark] .finance-filter-menu button,:root[data-keromix-theme=dark] .presence-current-page,:root[data-keromix-theme=dark] .presence-history-list li{background:#161d2a;border-color:#273142}:root[data-keromix-theme=dark] .finance-filter-menu button.active,:root[data-keromix-theme=dark] .finance-filter-menu button:focus-visible,:root[data-keromix-theme=dark] .finance-filter-menu button:hover{color:#111111;background:linear-gradient(135deg,var(--yellow),#ff9f13)}:root[data-keromix-theme=dark] .finance-grid-line{stroke:#2b3547}:root[data-keromix-theme=dark] .finance-axis-label{fill:#a8b3c5}:root[data-keromix-theme=dark] .finance-active-line{stroke:rgba(248,250,252,.15)}:root[data-keromix-theme=dark] .finance-chart-tooltip{color:#f8fafc;background:rgba(15,23,42,.98);border-color:#273142}:root[data-keromix-theme=dark] .finance-chart-tooltip span{color:#a8b3c5}:root[data-keromix-theme=dark] .finance-sidebar-profile span{color:#dbe3ee;background:#202938}@media (max-width:620px){.dash-workspace{padding-inline:12px;padding-bottom:calc(106px + env(safe-area-inset-bottom))}.dash-mobile-header{gap:8px;min-height:64px}.dash-mobile-header .dash-logo{flex:0 1 96px;justify-content:flex-start;width:96px;height:42px}.dash-mobile-header .dash-logo-image{width:160px;max-width:none;height:42px;object-fit:contain;object-position:left center}.dash-mobile-header>div{flex:1 1 auto;gap:6px;min-width:0}.dash-mobile-header .dash-theme-toggle{flex:0 0 auto;height:34px;padding:3px}.dash-mobile-header .dash-theme-toggle button{width:28px;height:28px}.dash-mobile-header .dash-theme-toggle svg{width:15px;height:15px}.dash-mobile-header .dash-credit-pill{flex:0 0 auto;min-width:84px;height:38px;gap:5px;padding:0 9px;font-size:12px}.dash-mobile-header .dash-credit-pill svg{width:18px;height:18px}.dash-mobile-header .dash-account-menu summary{justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;gap:0;padding:0}.dash-mobile-header .dash-account-menu summary .dash-account-label,.dash-mobile-header .dash-account-menu summary svg:last-child{display:none}.dash-mobile-header .dash-account-menu summary .dash-profile-icon{width:22px;height:22px}.global-generation-panel,.global-generation-stack{top:72px;right:12px;left:12px;width:auto;max-height:calc(100dvh - 92px)}.global-generation-panel .dash-generation-card,.global-generation-stack .dash-generation-card{padding:12px;border-radius:18px}.global-generation-panel .dash-generation-header,.global-generation-stack .dash-generation-header{grid-template-columns:42px 1fr 34px;gap:10px}.global-generation-panel .dash-generation-header .dash-cover,.global-generation-stack .dash-generation-header .dash-cover{width:42px;height:42px;border-radius:13px}.global-generation-panel .dash-generation-header strong,.global-generation-stack .dash-generation-header strong{font-size:15px}.global-generation-panel .dash-generation-header p,.global-generation-stack .dash-generation-header p{margin-top:3px;font-size:12px}.global-generation-panel .dash-generation-body,.global-generation-stack .dash-generation-body{grid-template-columns:68px 1fr;gap:10px;margin-top:12px;padding-top:12px}.global-generation-panel .dash-generation-ring,.global-generation-stack .dash-generation-ring{width:64px;height:64px}.global-generation-panel .dash-generation-ring:before,.global-generation-stack .dash-generation-ring:before{inset:8px}.global-generation-panel .dash-generation-ring strong,.global-generation-stack .dash-generation-ring strong{font-size:17px}.global-generation-panel .dash-generation-copy p,.global-generation-panel .dash-generation-copy span,.global-generation-stack .dash-generation-copy p,.global-generation-stack .dash-generation-copy span{font-size:12px}.dash-player-workspace{grid-template-rows:66px minmax(0,1fr)}.dash-player-topbar{min-height:66px;gap:5px;padding:0 10px 0 6px}.dash-player-close{width:40px;height:40px}.dash-player-top-actions{flex:1 1 auto;justify-content:flex-end;gap:5px;min-width:0}.dash-player-top-actions .dash-theme-toggle{height:34px;padding:3px}.dash-player-top-actions .dash-theme-toggle button{width:28px;height:28px}.dash-player-top-actions .dash-theme-toggle svg{width:15px;height:15px}.dash-player-top-actions .dash-credit-pill{min-width:78px;height:38px;gap:4px;padding:0 8px;font-size:12px}.dash-player-top-actions .dash-credit-pill svg{width:18px;height:18px}.dash-player-top-actions .dash-account-menu{display:block;flex:0 0 auto}.dash-player-top-actions .dash-account-menu summary{justify-content:center;width:38px;height:38px;min-width:38px;min-height:38px;gap:0;padding:0;background:rgba(255,255,255,.94);border:1px solid rgba(119,114,145,.12);border-radius:50%;box-shadow:0 10px 24px rgba(39,34,62,.07)}.dash-player-top-actions .dash-account-menu summary .dash-profile-icon{width:22px;height:22px}.dash-player-top-actions .dash-account-menu summary svg:last-child{display:none}.dash-player-layout{height:calc(100vh - 66px);height:calc(100dvh - 66px);padding:8px 8px calc(78px + env(safe-area-inset-bottom))}.dash-player-card{overflow:hidden;padding:18px 12px 16px;border-radius:22px}.dash-player-stage{align-content:start}.dash-player-cover,.dash-player-cover.dash-cover{width:min(38vw,148px);height:min(38vw,148px);min-width:112px;min-height:112px;border-radius:16px}.dash-player-tags{gap:8px;margin-top:10px}.dash-player-tags span,.dash-player-versions button{min-height:25px;padding:0 11px;font-size:12px}.dash-player-copy{margin-top:9px}.dash-player-copy h2{font-size:28px;line-height:1.05}.dash-player-copy p{margin-top:8px;font-size:14px;line-height:1.35}.dash-player-actions{gap:18px;margin-top:12px}.dash-player-action-stat{min-width:56px;height:38px;gap:6px;padding:0 10px}.dash-player-actions .dash-player-like{min-width:60px;height:38px;padding:0 12px}.dash-full-player .dash-player-controls{width:min(100%,340px);margin-top:12px}.dash-full-player .dash-player-times{margin-top:4px;font-size:12px}.dash-player-main-controls{grid-template-columns:1fr 42px 64px 42px 1fr;grid-template-rows:36px auto;gap:4px 6px;margin-top:10px}.dash-player-control-equalizer{height:34px}.dash-player-control-equalizer span{width:3px;height:min(30px,100%)}.dash-player-main-controls button{width:40px;height:40px}.dash-full-player .dash-player-toggle{width:64px!important;height:64px!important}.dash-player-bottom-tools{grid-template-columns:minmax(112px,1fr) minmax(82px,104px) 38px;gap:6px;margin-top:12px}.dash-full-player .dash-player-lyrics{min-height:42px;padding:0 10px;font-size:12px;line-height:1.1}.dash-full-player .dash-player-volume{width:100%;gap:6px}.dash-player-settings{width:38px;height:38px}.dash-player-queue{padding:8px 10px calc(10px + env(safe-area-inset-bottom))}.dash-player-queue.mobile-expanded{height:min(66dvh,calc(100dvh - 76px));overflow:visible}.dash-player-queue.mobile-collapsed{grid-template-rows:52px;height:calc(80px + env(safe-area-inset-bottom));overflow:hidden}.dash-player-queue.filter-open{overflow:visible}.dash-player-queue-search{grid-template-columns:46px minmax(0,1fr) 48px;gap:8px;min-height:52px}.dash-player-queue-search-field{max-width:none;min-height:52px;gap:9px;padding:0 12px}.dash-player-queue-search input{font-size:14px}.dash-player-queue-search .dash-player-queue-toggle,.dash-player-queue-toggle{display:inline-flex;width:46px;height:46px}.dash-player-queue-search button{width:48px;height:48px}.dash-player-mobile-create-trigger,.dash-player-queue-search .dash-player-mobile-create-trigger{width:82px;height:44px;gap:5px;padding:0 9px;font-size:12.5px}.dash-player-mobile-create-menu{top:calc(100% + 8px);bottom:auto;left:0;z-index:340}.dash-player-queue-tabs{gap:8px;overflow-x:auto;overflow-y:visible;padding-bottom:4px}.dash-player-playlist-tab,.dash-player-queue-tabs>button{flex-basis:clamp(108px,calc((100% - 16px) / 3),148px)}.dash-player-queue-tabs:has(.dash-player-playlist-tab.open){overflow:visible}.dash-player-playlist-trigger,.dash-player-queue-tabs>button{min-height:42px;padding:0 10px;font-size:12.5px}.dash-player-playlist-tab.open{z-index:220}.dash-player-playlist-menu{z-index:240;width:min(280px,calc(100vw - 28px));max-height:min(300px,calc(66dvh - 150px))}.dash-player-style-filter-menu{z-index:240;top:auto;right:0;bottom:calc(100% + 8px);width:min(260px,calc(100vw - 28px));max-height:min(300px,calc(66dvh - 150px))}.dash-player-queue-row{grid-template-columns:minmax(0,1fr) 24px;min-height:62px;gap:6px;padding:7px 0}.dash-player-queue-select{grid-template-columns:44px minmax(0,1fr) minmax(74px,auto);gap:9px}.dash-player-queue-cover,.dash-player-queue-list img{width:44px;height:44px}.dash-player-queue-list strong{font-size:14px}.dash-player-queue-list small{margin-top:3px;font-size:12px}.dash-player-queue-list em{min-width:38px;font-size:12px;text-align:right}.dash-player-queue-more{width:24px;height:38px}.dash-bottom-nav{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));grid-template-columns:minmax(0,1fr) minmax(0,.92fr) 64px minmax(0,1fr) minmax(0,.92fr);height:74px;min-height:74px;padding:0 10px;border-radius:20px}.dash-bottom-nav button{gap:3px;min-height:54px;overflow:hidden;font-size:11px;line-height:1;white-space:normal}.dash-bottom-nav button svg{width:24px;height:24px}.dash-bottom-nav .create{width:70px;height:70px;min-height:70px;margin-top:-24px;border-width:5px}.dash-bottom-nav .create svg{width:36px;height:36px}.dash-create-flyout{bottom:calc(100px + env(safe-area-inset-bottom))}.dash-home-indicator{display:none}}@media (max-width:430px){.dash-mobile-header .dash-logo{flex-basis:72px;width:72px}.dash-mobile-header .dash-logo-image{width:150px}.dash-player-copy h2{font-size:25px}.dash-player-copy p{font-size:13px}.dash-player-main-controls{grid-template-columns:1fr 38px 58px 38px 1fr}.dash-full-player .dash-player-toggle{width:58px!important;height:58px!important}}@media (max-width:380px){.dash-workspace{padding-inline:10px}.dash-mobile-header{gap:6px}.dash-mobile-header .dash-logo{flex-basis:48px;width:48px}.dash-mobile-header .dash-logo-image{width:138px}.dash-mobile-header .dash-theme-toggle button,.dash-player-top-actions .dash-theme-toggle button{width:26px;height:26px}.dash-mobile-header .dash-credit-pill,.dash-player-top-actions .dash-credit-pill{min-width:72px;padding:0 7px;font-size:11px}.dash-mobile-header .dash-account-menu summary,.dash-player-top-actions .dash-account-menu summary{width:36px;height:36px;min-width:36px;min-height:36px}.dash-player-topbar{min-height:62px;padding:0 6px}.dash-player-close{width:36px;height:36px}.dash-player-workspace{grid-template-rows:62px minmax(0,1fr)}.dash-player-layout{height:calc(100vh - 62px);height:calc(100dvh - 62px);padding-inline:6px}.dash-player-card{padding:15px 10px 14px}.dash-player-cover,.dash-player-cover.dash-cover{width:122px;height:122px;min-width:104px;min-height:104px}.dash-player-copy h2{font-size:23px}.dash-player-actions{margin-top:10px}.dash-player-action-stat{min-width:50px;gap:5px;padding:0 8px}.dash-player-queue-tail{min-width:66px;gap:7px}.dash-player-queue-equalizer{width:26px;gap:1px}.dash-player-bottom-tools{grid-template-columns:minmax(96px,1fr) minmax(70px,92px) 36px}.dash-full-player .dash-player-lyrics{padding:0 8px;font-size:11px}.dash-player-queue-search{grid-template-columns:42px minmax(0,1fr) 44px;gap:7px}.dash-player-queue-search .dash-player-queue-toggle,.dash-player-queue-search button,.dash-player-queue-toggle{width:42px;height:42px}.dash-player-queue-search-field{padding:0 10px}.dash-player-queue-select{grid-template-columns:44px minmax(0,1fr) minmax(66px,auto)}.dash-player-mobile-create-trigger,.dash-player-queue-search .dash-player-mobile-create-trigger{width:72px;height:40px;gap:4px;padding:0 8px;font-size:12px}.dash-player-mobile-create-trigger svg:first-child{display:none}.dash-bottom-nav{left:8px;right:8px;grid-template-columns:minmax(0,1fr) minmax(0,.88fr) 58px minmax(0,1fr) minmax(0,.88fr);height:68px;min-height:68px;padding:0 8px}.dash-bottom-nav button{font-size:10px}.dash-bottom-nav button svg{width:22px;height:22px}.dash-bottom-nav .create{width:64px;height:64px;min-height:64px;margin-top:-22px}}@media (max-width:620px) and (max-height:760px){.dash-player-card{padding-top:12px;padding-bottom:12px}.dash-player-cover,.dash-player-cover.dash-cover{width:112px;height:112px;min-width:96px;min-height:96px}.dash-player-tags{margin-top:8px}.dash-player-copy{margin-top:7px}.dash-player-copy h2{font-size:23px}.dash-player-copy p{margin-top:6px;font-size:12px}.dash-full-player .dash-player-controls,.dash-player-actions{margin-top:8px}.dash-player-main-controls{grid-template-rows:30px auto;margin-top:6px}.dash-player-control-equalizer{height:28px}.dash-player-control-equalizer span{height:min(30px,100%)}.dash-player-bottom-tools{margin-top:8px}}@media (max-width:620px) and (max-height:690px){.dash-player-copy p,.dash-player-tags{display:none}.dash-player-cover,.dash-player-cover.dash-cover{width:100px;height:100px}.dash-player-copy h2{font-size:21px}.dash-full-player .dash-player-toggle{width:54px!important;height:54px!important}.dash-player-main-controls button{width:36px;height:36px}.dash-player-bottom-tools{grid-template-columns:minmax(90px,1fr) minmax(66px,84px) 34px}}@media (max-width:760px){.guest-mode .dash-mobile-header{gap:10px}.guest-mode .dash-mobile-header .dash-logo{width:118px;height:32px}.guest-mode .dash-mobile-header .dash-theme-toggle{display:none}.dash-mobile-header .dash-guest-auth-actions,.dash-player-top-actions .dash-guest-auth-actions{gap:6px}.dash-mobile-header .dash-guest-auth-actions a,.dash-player-top-actions .dash-guest-auth-actions a{min-height:40px;padding:0 12px;font-size:13px}.dash-mobile-header .dash-guest-auth-actions svg,.dash-player-top-actions .dash-guest-auth-actions svg{display:none}.dash-guest-auth-modal{padding:30px 22px 24px;border-radius:22px}.dash-guest-auth-modal h2{font-size:26px}}@media (max-width:420px){.dash-info-backdrop,.dash-paid-action-backdrop,.dash-rights-backdrop{align-items:end;padding:14px}.dash-info-modal,.dash-paid-action-modal,.dash-playlist-share-modal,.dash-rights-modal,.dash-video-format-modal{gap:12px;max-height:calc(100dvh - 28px);overflow-y:auto;padding:28px 18px 18px;border-radius:20px}.lyrics-video-theme-picker{padding:12px}.lyrics-video-theme-preview{min-height:114px;padding:16px}.lyrics-video-theme-preview strong{font-size:19px}.lyrics-video-theme-groups{grid-template-columns:1fr}.dash-info-icon,.dash-paid-action-icon,.dash-rights-icon{width:54px;height:54px;border-radius:17px}.dash-info-copy h2,.dash-paid-action-copy h2,.dash-rights-copy h2{font-size:24px}.dash-info-copy p,.dash-paid-action-copy p,.dash-rights-copy p{font-size:14px}.dash-info-cover-row{grid-template-columns:72px minmax(0,1fr);gap:11px}.dash-info-cover-preview{width:72px;height:72px;border-radius:16px}.dash-info-cover-upload{width:100%}.dash-paid-action-choices{gap:8px}.dash-paid-action-choices button,.dash-video-format-choices button{min-height:66px;padding:11px 12px}.dash-paid-action-choices strong{font-size:13px}.dash-paid-action-choices b,.dash-paid-action-choices span{font-size:11.5px}.dash-paid-action-actions,.dash-rights-actions{grid-template-columns:1fr}.dash-paid-action-actions button,.dash-rights-actions button{min-height:46px;font-size:13px}.dash-rights-option{min-height:42px;padding:9px 10px;font-size:13px}.dash-rights-version-tabs button{flex:1 1 auto}.dash-playlist-share-list{max-height:44dvh}.dash-playlist-share-row{grid-template-columns:44px minmax(0,1fr) auto;gap:9px;padding:8px}.dash-playlist-share-row .dash-player-queue-cover,.dash-playlist-share-row img{width:44px;height:44px}.dash-history-card{grid-template-columns:58px minmax(0,1fr) 42px 18px;gap:7px;min-height:110px;padding:12px 10px}.dash-cover{width:58px;height:58px;border-radius:13px}.dash-track-copy{gap:6px}.dash-track-copy h3{font-size:15px}.dash-meta{gap:5px 16px;font-size:12px}.dash-meta span+span:before{left:-10px;width:4px;height:4px}.dash-history-inline-controls{gap:4px}.dash-history-versions{gap:2px;padding:2px}.dash-history-versions button{min-height:20px;padding:0 4px;font-size:8.5px}.dash-privacy-switch{font-size:6.5px}.dash-privacy-switch-track{width:42px;height:17px}.dash-privacy-switch-track:after{top:2px;left:2px;width:12px;height:12px}.dash-privacy-switch input:checked+.dash-privacy-switch-track:after{transform:translateX(26px)}.dash-privacy-switch-label{inset:0 4px 0 15px;font-size:5.8px}.dash-privacy-switch input:checked+.dash-privacy-switch-track .dash-privacy-switch-label{inset:0 15px 0 4px}.dash-play{width:42px;height:42px}.dash-more{width:18px}.guest-mode .dash-mobile-header .dash-logo{width:104px;height:30px}.dash-mobile-header .dash-guest-auth-actions a,.dash-player-top-actions .dash-guest-auth-actions a{min-height:38px;padding:0 10px;font-size:12px}.dash-guest-auth-modal-actions{flex-direction:column}.dash-guest-auth-modal-actions a{width:100%}}.dash-history-filter-menu,.dash-player-mobile-create-menu,.dash-player-playlist-menu,.dash-player-style-filter-menu{overflow-y:auto;overscroll-behavior:contain}.dash-player-playlist-menu{max-height:min(var(--auto-dropdown-max-height,72vh),360px)}.dash-player-mobile-create-menu{max-height:min(var(--auto-dropdown-max-height,72vh),260px)}.dash-player-style-filter-menu{max-height:min(var(--auto-dropdown-max-height,72vh),300px)}.dash-history-filter-menu{max-height:min(var(--auto-dropdown-max-height,72vh),520px)}.dash-history-options-menu.drop-down{top:calc(100% + 6px);bottom:auto}.dash-history-options-menu.drop-up{top:auto;bottom:calc(100% + 6px)}.dash-history-filter-menu.drop-down{top:calc(100% + 10px);bottom:auto}.dash-history-filter-menu.drop-up{top:auto;bottom:calc(100% + 10px)}.dash-player-mobile-create-menu.drop-down,.dash-player-options-menu.drop-down,.dash-player-playlist-menu.drop-down,.dash-player-style-filter-menu.drop-down{top:calc(100% + 8px);bottom:auto}.dash-player-mobile-create-menu.drop-up,.dash-player-options-menu.drop-up,.dash-player-playlist-menu.drop-up,.dash-player-style-filter-menu.drop-up{top:auto;bottom:calc(100% + 8px)}.dash-player-queue-menu.drop-down{top:calc(100% - 2px);bottom:auto}.dash-player-queue-menu.drop-up{top:auto;bottom:calc(100% + 6px)}.dash-account-menu-panel{min-width:172px}.dash-account-menu button{min-width:172px;padding:0 18px}.account-settings-page,.help-center-page{min-height:100vh;padding:24px;color:var(--black);background:linear-gradient(145deg,rgba(255,182,13,.12),rgba(166,61,255,.08) 38%,rgba(255,255,255,.94) 72%),#fbfaf7}.account-settings-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;max-width:1180px;margin:0 auto 24px}.account-logo{display:inline-flex;align-items:center;justify-content:center;min-width:0}.account-logo img{display:block;width:174px;height:auto}.account-back-button,.account-help-button,.account-primary-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;border:1px solid rgba(17,24,39,.09);border-radius:999px;font-weight:800;color:#111827;background:rgba(255,255,255,.88);box-shadow:0 12px 30px rgba(17,24,39,.07)}.account-back-button{justify-self:start;padding:0 18px}.account-help-button{justify-self:end;padding:0 18px}.account-settings-hero{display:flex;align-items:center;gap:22px;max-width:1180px;margin:0 auto 20px;padding:28px;border:1px solid rgba(17,24,39,.08);border-radius:26px;background:linear-gradient(135deg,rgba(255,182,13,.2),rgba(255,255,255,.84) 46%,rgba(166,61,255,.12)),#ffffff;box-shadow:0 24px 60px rgba(17,24,39,.08)}.account-avatar-wrap{display:inline-flex;align-items:center;justify-content:center;width:74px;height:74px;flex:0 0 auto;border-radius:50%;background:#ffffff;box-shadow:inset 0 0 0 1px rgba(17,24,39,.08),0 12px 26px rgba(17,24,39,.09)}.account-avatar-icon{display:block;width:52px;height:52px;object-fit:contain;object-position:center}.account-settings-hero p,.account-settings-panel p,.help-request-panel p{margin:0;color:#64748b;font-weight:700}.account-settings-hero h1{margin:3px 0 4px;font-size:34px;line-height:1.08}.account-settings-hero span:not(.account-avatar-wrap){color:#7c3aed;font-weight:900}.account-settings-grid,.help-center-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;max-width:1180px;margin:0 auto}.account-settings-panel,.help-request-panel{display:flex;flex-direction:column;gap:18px;min-width:0;padding:24px;border:1px solid rgba(17,24,39,.08);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 18px 46px rgba(17,24,39,.07)}.account-settings-panel header,.help-request-panel header{display:flex;align-items:center;gap:13px}.account-settings-panel header>span,.help-request-panel header>span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 auto;border-radius:14px;color:#111827;background:linear-gradient(135deg,var(--yellow),#ff9f13)}.account-settings-panel h2,.help-request-panel h2{margin:0 0 3px;font-size:21px;line-height:1.12}.account-settings-panel label,.help-request-panel label{display:grid;gap:8px;min-width:0}.account-settings-panel label>span,.help-request-panel label>span{color:#475569;font-size:14px;font-weight:900}.account-settings-panel input,.help-request-panel input,.help-request-panel select,.help-request-panel textarea{width:100%;min-width:0;border:1px solid rgba(100,116,139,.2);border-radius:14px;color:#111827;background:#f8fafc;font:inherit;font-weight:700;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.account-settings-panel input,.help-request-panel input,.help-request-panel select{min-height:48px;padding:0 14px}.help-request-panel textarea{min-height:160px;padding:14px;resize:vertical}.account-settings-panel input:focus,.help-request-panel input:focus,.help-request-panel select:focus,.help-request-panel textarea:focus{border-color:rgba(166,61,255,.54);background:#ffffff;box-shadow:0 0 0 4px rgba(166,61,255,.11)}.account-settings-panel input[readonly]{color:#64748b;background:#eef2f7}.account-primary-action{width:fit-content;min-width:178px;padding:0 20px;border-color:transparent;color:#111827;background:linear-gradient(135deg,var(--yellow),#ff9f13);box-shadow:0 15px 30px rgba(255,159,19,.24)}.account-primary-action:disabled{cursor:not-allowed;opacity:.62}.account-form-status{display:flex;align-items:center;min-height:42px;margin:0;padding:10px 13px;border-radius:12px;font-weight:800}.account-form-status.success{color:#166534;background:#dcfce7}.account-form-status.error{color:#991b1b;background:#fee2e2}.account-summary-panel{grid-column:span 2}.account-summary-panel dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.account-summary-panel dl>div{min-width:0;padding:16px;border:1px solid rgba(17,24,39,.07);border-radius:16px;background:#f8fafc}.account-summary-panel dt{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:#64748b;font-size:13px;font-weight:900}.account-summary-panel dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#111827;font-size:18px;font-weight:900}.help-hero{background:linear-gradient(135deg,rgba(166,61,255,.15),rgba(255,255,255,.86) 45%,rgba(255,182,13,.18)),#ffffff}.help-avatar-wrap{color:#7c3aed}.help-center-layout{grid-template-columns:320px minmax(0,1fr);align-items:start}.help-category-list{display:grid;gap:12px}.help-category-list button{display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;row-gap:4px;align-items:center;min-height:82px;padding:15px;border:1px solid rgba(17,24,39,.08);border-radius:18px;color:#111827;text-align:left;background:rgba(255,255,255,.88);box-shadow:0 14px 34px rgba(17,24,39,.06)}.help-category-list button>span{grid-row:1/span 2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;color:#111827;background:#f1f5f9}.help-category-list small,.help-category-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help-category-list strong{font-size:16px;font-weight:900}.help-category-list small{color:#64748b;font-size:13px;font-weight:800}.help-category-list button.active{border-color:rgba(166,61,255,.28);background:#f3e8ff}.help-category-list button.active>span{color:#ffffff;background:#a63dff}@media (max-width:900px){.account-settings-topbar{grid-template-columns:1fr;justify-items:stretch}.account-logo{order:-1}.account-back-button,.account-help-button{justify-self:stretch}.account-settings-grid,.help-center-layout{grid-template-columns:1fr}.account-summary-panel{grid-column:auto}.account-summary-panel dl{grid-template-columns:1fr}}@media (max-width:640px){.account-settings-page,.help-center-page{padding:14px}.account-logo img{width:148px}.account-settings-hero{align-items:flex-start;padding:20px}.account-settings-hero h1{font-size:26px}.account-settings-panel,.help-request-panel{padding:18px}.account-primary-action{width:100%}}:root[data-keromix-theme=dark] .account-settings-page,:root[data-keromix-theme=dark] .help-center-page{color:#f8fafc;background:linear-gradient(145deg,rgba(255,182,13,.11),rgba(166,61,255,.15) 42%,rgba(15,23,42,.96) 74%),#0f172a}:root[data-keromix-theme=dark] .account-back-button,:root[data-keromix-theme=dark] .account-help-button,:root[data-keromix-theme=dark] .account-settings-hero,:root[data-keromix-theme=dark] .account-settings-panel,:root[data-keromix-theme=dark] .help-category-list button,:root[data-keromix-theme=dark] .help-request-panel{color:#f8fafc;border-color:rgba(255,255,255,.1);background:rgba(15,23,42,.88)}:root[data-keromix-theme=dark] .account-settings-panel input,:root[data-keromix-theme=dark] .account-summary-panel dl>div,:root[data-keromix-theme=dark] .help-request-panel input,:root[data-keromix-theme=dark] .help-request-panel select,:root[data-keromix-theme=dark] .help-request-panel textarea{color:#f8fafc;border-color:rgba(255,255,255,.12);background:rgba(30,41,59,.88)}:root[data-keromix-theme=dark] .account-settings-panel input[readonly]{color:#cbd5e1;background:rgba(51,65,85,.86)}:root[data-keromix-theme=dark] .account-settings-hero p,:root[data-keromix-theme=dark] .account-settings-panel label>span,:root[data-keromix-theme=dark] .account-settings-panel p,:root[data-keromix-theme=dark] .account-summary-panel dt,:root[data-keromix-theme=dark] .help-category-list small,:root[data-keromix-theme=dark] .help-request-panel label>span,:root[data-keromix-theme=dark] .help-request-panel p{color:#cbd5e1}:root[data-keromix-theme=dark] .account-summary-panel dd{color:#f8fafc}:root[data-keromix-theme=dark] .account-avatar-wrap,:root[data-keromix-theme=dark] .help-category-list button>span{color:#f8fafc;background:rgba(30,41,59,.94)}:root[data-keromix-theme=dark] .help-category-list button.active{border-color:rgba(216,180,254,.5);background:rgba(88,28,135,.7)}.dash-full-player{--dash-fit-cover-min:132px;--dash-fit-cover-size:min(22vw,27dvh,240px);--dash-fit-card-pad-y:clamp(14px,3dvh,38px);--dash-fit-section-gap:clamp(6px,1.15dvh,14px);--dash-fit-control-gap:clamp(4px,0.8dvh,8px)}.dash-player-layout{height:100%}.dash-player-card:not(.lyrics-open){align-content:center;padding-top:var(--dash-fit-card-pad-y);padding-bottom:var(--dash-fit-card-pad-y)}.dash-player-card:not(.lyrics-open) .dash-player-stage{align-content:center;height:100%;min-height:0;max-height:100%;overflow:hidden}.dash-player-card:not(.lyrics-open) .dash-player-cover,.dash-player-card:not(.lyrics-open) .dash-player-cover.dash-cover{width:clamp(var(--dash-fit-cover-min),var(--dash-fit-cover-size),240px);height:clamp(var(--dash-fit-cover-min),var(--dash-fit-cover-size),240px);min-width:var(--dash-fit-cover-min);min-height:var(--dash-fit-cover-min)}.dash-player-card:not(.lyrics-open) .dash-player-actions,.dash-player-card:not(.lyrics-open) .dash-player-bottom-tools,.dash-player-card:not(.lyrics-open) .dash-player-controls,.dash-player-card:not(.lyrics-open) .dash-player-copy,.dash-player-card:not(.lyrics-open) .dash-player-main-controls,.dash-player-card:not(.lyrics-open) .dash-player-tags{flex-shrink:1}.dash-player-card:not(.lyrics-open) .dash-player-tags{margin-top:var(--dash-fit-section-gap)}.dash-player-card:not(.lyrics-open) .dash-player-copy{margin-top:clamp(5px,.85dvh,9px)}.dash-player-card:not(.lyrics-open) .dash-player-copy p{margin-top:clamp(4px,.75dvh,9px);line-height:1.4}.dash-player-card:not(.lyrics-open) .dash-player-actions{gap:clamp(12px,1.8vw,22px);margin-top:var(--dash-fit-section-gap)}.dash-full-player .dash-player-card:not(.lyrics-open) .dash-player-controls{margin-top:var(--dash-fit-section-gap)}.dash-player-card:not(.lyrics-open) .dash-player-main-controls{grid-template-rows:clamp(34px,6.6dvh,54px) auto;gap:var(--dash-fit-control-gap) clamp(7px,1.2vw,16px);margin-top:clamp(6px,1.15dvh,20px)}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer{height:clamp(34px,6.6dvh,54px);margin-bottom:0}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer span{height:min(30px,100%)}.dash-full-player .dash-player-card:not(.lyrics-open) .dash-player-toggle{width:clamp(56px,8.8dvh,74px)!important;height:clamp(56px,8.8dvh,74px)!important}.dash-player-card:not(.lyrics-open) .dash-player-bottom-tools{margin-top:clamp(7px,1.35dvh,18px)}.dash-full-player .dash-player-lyrics{max-width:100%;min-width:0;line-height:1.15;text-align:center;white-space:normal}.dash-full-player .dash-player-lyrics svg,.dash-full-player .dash-player-volume svg{flex:0 0 auto}.dash-full-player .dash-player-volume input{min-width:0}@media (min-width:921px) and (max-height:840px){.dash-full-player{--dash-fit-cover-min:124px;--dash-fit-cover-size:min(18vw,24dvh,204px);--dash-fit-card-pad-y:clamp(12px,2.2dvh,20px);--dash-fit-section-gap:clamp(5px,1dvh,10px)}.dash-player-layout{gap:16px;padding:14px}.dash-player-card{padding-right:38px;padding-left:38px}.dash-player-copy h2{font-size:clamp(21px,1.9vw,28px)}.dash-player-copy p{font-size:13px}.dash-player-action-stat,.dash-player-actions .dash-player-like{height:40px}.dash-full-player .dash-player-lyrics{min-height:38px;padding:0 13px;font-size:13px}}@media (min-width:921px) and (max-height:720px){.dash-full-player{--dash-fit-cover-min:104px;--dash-fit-cover-size:min(16vw,21dvh,156px);--dash-fit-card-pad-y:10px;--dash-fit-section-gap:5px}.dash-player-copy p{display:none}.dash-player-tags span,.dash-player-versions button{min-height:24px;padding:0 10px;font-size:12px}.dash-player-action-stat,.dash-player-actions .dash-player-like{min-width:58px;height:36px;padding:0 10px}.dash-player-card:not(.lyrics-open) .dash-player-main-controls{grid-template-rows:34px auto}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer{height:34px;padding-top:5px;padding-bottom:5px}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer span{height:min(30px,100%)}.dash-full-player .dash-player-lyrics{min-height:34px;padding:0 11px;font-size:12px}}@media (min-width:921px) and (max-width:1180px){.dash-player-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:16px;padding:16px}.dash-player-card{padding-right:28px;padding-left:28px}.dash-player-bottom-tools{grid-template-columns:minmax(120px,1fr) minmax(96px,130px) 40px;gap:10px;width:100%}}@media (max-width:920px){.dash-full-player{--dash-fit-cover-min:112px;--dash-fit-cover-size:min(28vw,23dvh,178px);--dash-fit-card-pad-y:clamp(12px,2.2dvh,24px);--dash-fit-section-gap:clamp(5px,0.9dvh,10px)}.dash-player-layout{position:relative;display:block;padding:10px 10px calc(96px + env(safe-area-inset-bottom));overflow:hidden}.dash-player-layout.mobile-queue-expanded{padding-bottom:10px}.dash-player-card{height:100%;min-height:0;padding-right:18px;padding-left:18px}.dash-player-copy h2{font-size:clamp(22px,4.5vw,30px)}.dash-player-copy p{font-size:clamp(12px,2vw,15px)}.dash-player-bottom-tools{grid-template-columns:minmax(118px,1fr) minmax(98px,130px) 40px;gap:8px;width:min(100%,430px)}.dash-full-player .dash-player-lyrics{min-height:40px;padding:0 10px;font-size:12px}.dash-full-player .dash-player-volume{width:100%;gap:7px}.dash-player-settings{width:40px;height:40px}.dash-player-queue{position:absolute;right:0;bottom:0;left:0;z-index:70;display:grid;row-gap:12px;padding:0 16px calc(14px + env(safe-area-inset-bottom));overflow:hidden;background:rgba(255,255,255,.98);border:1px solid rgba(119,114,145,.1);border-bottom:0;border-radius:26px 26px 0 0;box-shadow:0 -20px 50px rgba(32,27,54,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:height .22s ease}.dash-player-queue.mobile-expanded{grid-template-rows:auto auto minmax(0,1fr);height:min(72dvh,calc(100dvh - 96px));overflow:visible}.dash-player-queue.mobile-collapsed{grid-template-rows:58px;height:calc(86px + env(safe-area-inset-bottom));row-gap:8px}.dash-player-queue.filter-open{overflow:visible}.dash-player-queue-search .dash-player-queue-toggle,.dash-player-queue-toggle{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px}.dash-player-queue.mobile-collapsed .dash-player-queue-toggle svg{transform:rotate(180deg)}.dash-player-queue-search{grid-template-columns:52px minmax(0,1fr) 58px;gap:10px;min-height:58px}.dash-player-queue-search-field{max-width:none}.dash-player-mobile-create{z-index:240;display:inline-flex;align-self:center}}@media (max-width:620px){.dash-full-player{--dash-fit-cover-min:96px;--dash-fit-cover-size:min(36vw,20dvh,144px)}.dash-player-layout{padding:8px 8px calc(82px + env(safe-area-inset-bottom))}.dash-player-layout.mobile-queue-expanded{padding-bottom:8px}.dash-player-card{padding-right:12px;padding-left:12px}.dash-player-bottom-tools{grid-template-columns:minmax(102px,1fr) minmax(78px,98px) 36px;gap:6px;width:100%}.dash-player-queue.mobile-collapsed{grid-template-rows:52px;height:calc(76px + env(safe-area-inset-bottom))}.dash-player-queue-search{grid-template-columns:44px minmax(0,1fr) 48px;gap:8px;min-height:52px}.dash-player-queue-search .dash-player-queue-toggle,.dash-player-queue-toggle{width:44px;height:44px}}@media (min-width:621px) and (max-width:920px) and (max-height:740px){.dash-full-player{--dash-fit-cover-min:96px;--dash-fit-cover-size:min(22vw,17dvh,118px);--dash-fit-card-pad-y:8px;--dash-fit-section-gap:5px}.dash-player-workspace{grid-template-rows:66px minmax(0,1fr)}.dash-player-topbar{min-height:66px}.dash-player-layout{padding:8px 10px calc(78px + env(safe-area-inset-bottom))}.dash-player-card{padding-right:14px;padding-left:14px}.dash-player-copy h2{font-size:clamp(22px,4.1vw,28px)}.dash-player-copy p{display:none}.dash-player-action-stat,.dash-player-actions .dash-player-like{min-width:58px;height:36px;padding:0 10px}.dash-player-card:not(.lyrics-open) .dash-player-main-controls{grid-template-rows:30px auto;margin-top:5px}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer{display:inline-flex;height:30px;max-width:220px;padding:4px 7px}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer span{width:3px;height:min(30px,100%)}.dash-player-main-controls button{width:36px;height:36px}.dash-full-player .dash-player-card:not(.lyrics-open) .dash-player-toggle{width:56px!important;height:56px!important}.dash-player-bottom-tools{grid-template-columns:minmax(116px,1fr) minmax(92px,118px) 38px;margin-top:6px}.dash-player-queue{padding-right:12px;padding-left:12px}.dash-player-queue.mobile-collapsed{grid-template-rows:50px;height:calc(70px + env(safe-area-inset-bottom))}.dash-player-queue-search{grid-template-columns:44px minmax(0,1fr) 48px;min-height:50px}.dash-player-queue-search .dash-player-queue-toggle,.dash-player-queue-toggle{width:44px;height:44px}}@media (max-width:620px) and (max-height:690px){.dash-full-player{--dash-fit-cover-min:86px;--dash-fit-cover-size:min(32vw,17dvh,112px);--dash-fit-card-pad-y:8px}.dash-player-copy p,.dash-player-tags{display:none}.dash-player-card:not(.lyrics-open) .dash-player-main-controls{grid-template-rows:24px auto}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer{display:inline-flex;height:24px;max-width:190px;padding:3px 6px}.dash-player-card:not(.lyrics-open) .dash-player-control-equalizer span{width:3px;height:min(30px,100%)}.dash-player-bottom-tools{margin-top:6px}}@media (max-width:620px){.dash-player-card.title-compact:not(.lyrics-open){--dash-fit-cover-min:90px;--dash-fit-cover-size:min(32vw,17dvh,112px);padding-top:10px;padding-bottom:10px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-tags{margin-top:6px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-tags span{min-height:22px;padding:0 9px;font-size:10px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-copy{margin-top:6px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-copy h2{display:-webkit-box;overflow:hidden;font-size:clamp(18px,5.6vw,21px);line-height:1.05;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-copy p{display:none}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-actions,.dash-player-card.title-compact:not(.lyrics-open) .dash-player-controls{margin-top:7px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-main-controls{grid-template-rows:26px auto;margin-top:5px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-control-equalizer{height:26px;max-width:190px}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-control-equalizer span{height:min(30px,100%)}.dash-player-card.title-compact:not(.lyrics-open) .dash-player-bottom-tools{margin-top:6px}}