:root{--bg:#08101d;--bg-2:#0c1527;--surface:#0f1b31;--surface-2:#13203a;--stroke:rgba(255,255,255,.08);--text:#f8fbff;--muted:#9eb0c9;--blue:#2f76ff;--blue-2:#1d5ee0;--shadow:0 18px 44px rgba(0,0,0,.30);--radius:24px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:radial-gradient(circle at top,#11203d 0%,var(--bg) 34%,#060b14 100%);color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans Arabic","Tajawal",sans-serif;min-height:100%}button,input{font:inherit}body{padding-bottom:24px}.safe-top{padding-top:max(18px,env(safe-area-inset-top))}.safe-bottom{padding-bottom:max(18px,env(safe-area-inset-bottom))}.app-shell{width:min(1120px,100%);margin:0 auto;padding:18px 14px 28px}.top{display:grid;gap:10px;margin-bottom:16px}.app-subtitle{margin:0;color:var(--muted);font-size:14px;line-height:1.8;max-width:720px}.hero{position:relative;min-height:220px;border-radius:32px;overflow:hidden;border:1px solid var(--stroke);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:var(--shadow);margin-bottom:16px}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,18,.35),rgba(5,10,18,.15) 30%,rgba(5,10,18,.55) 100%),linear-gradient(0deg,rgba(5,10,18,.72),rgba(5,10,18,.15) 55%,rgba(5,10,18,.18))}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:22px}.hero-pill{align-self:flex-start;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;margin-bottom:12px}.hero-title{font-size:30px;font-weight:900;line-height:1.08;max-width:520px}.hero-sub{margin-top:8px;color:#d3def0;font-size:14px;line-height:1.8;max-width:560px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.hero-btn{border:0;border-radius:16px;padding:11px 16px;font-size:13px;font-weight:800;cursor:pointer}.hero-btn.primary{background:linear-gradient(180deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.32)}.hero-btn.secondary{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);color:#fff}.search-wrap{margin-bottom:14px}.search{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.05);border:1px solid var(--stroke);border-radius:18px;padding:0 14px;height:54px;box-shadow:0 8px 18px rgba(0,0,0,.12)}.search input{background:transparent;border:0;outline:0;color:var(--text);width:100%;font-size:15px}.search input::placeholder{color:#8fa3c2}.search-ic{font-size:18px;color:#8fb4ff}.tabs-wrap{margin-bottom:16px}.tabs{display:flex;gap:10px;overflow:auto;padding-bottom:4px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{border:1px solid var(--stroke);background:rgba(255,255,255,.04);color:#c7d7ee;border-radius:999px;padding:10px 14px;white-space:nowrap;cursor:pointer;font-weight:700}.tab.active{background:linear-gradient(180deg,var(--blue),var(--blue-2));color:#fff;border-color:transparent;box-shadow:0 10px 22px rgba(37,99,235,.28)}.content{display:grid;gap:14px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px}.section-title{font-size:22px;font-weight:900}.section-sub{font-size:13px;color:var(--muted);margin-top:4px}.list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.card{position:relative;min-height:250px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.07);background:#09111f;box-shadow:var(--shadow)}.card-bg{position:absolute;inset:0;background-size:cover;background-position:center}.card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,8,15,.82) 0%,rgba(4,8,15,.24) 48%,rgba(4,8,15,.06) 100%)}.card-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:16px}.card-top{display:flex;justify-content:flex-start}.play-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(8,16,31,.34);backdrop-filter:blur(4px);display:grid;place-items:center;color:#fff;font-size:18px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.26)}.card.playing .play-btn{background:rgba(47,118,255,.92);border-color:rgba(255,255,255,.24)}.card-bottom{text-align:center;padding-top:12px}.card-title{font-size:18px;font-weight:900;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.35)}.card-performer{margin-top:6px;font-size:13px;color:#d1dced;text-shadow:0 2px 10px rgba(0,0,0,.35)}.card-actions{display:flex;justify-content:center;gap:8px;margin-top:14px}.small-btn{border-radius:14px;padding:9px 12px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.10);cursor:pointer;min-width:88px}.small-btn.primary{background:linear-gradient(180deg,var(--blue),var(--blue-2));border-color:transparent;color:#fff}.small-btn.secondary{background:rgba(8,16,31,.58);color:#fff}.pill-empty{padding:18px;border-radius:20px;border:1px solid var(--stroke);background:rgba(255,255,255,.04);text-align:center;color:var(--muted)}.modal.hidden,.hidden{display:none!important}.modal{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:12px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.60);backdrop-filter:blur(8px)}.modal-card{position:relative;z-index:1;width:min(560px,100%);margin:0 auto;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:#0b1526;box-shadow:0 28px 70px rgba(0,0,0,.45);max-height:calc(100dvh - 24px);display:flex;flex-direction:column}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 8px;flex:0 0 auto}.modal-title{font-size:17px;font-weight:900}.modal-body{padding:10px 14px 18px;font-size:13px;color:#d6e1f2;line-height:1.8;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto}.icon-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:#fff;border-radius:12px;cursor:pointer}.carriers{display:flex;flex-direction:column;gap:10px;margin-top:14px}.carrier-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);border-radius:18px}.c-left{display:flex;align-items:center;gap:10px;min-width:0}.c-left img{width:44px;height:44px;border-radius:14px;object-fit:cover;background:#09111f}.c-meta{min-width:0}.c-name{font-weight:900;font-size:13px}.c-sub{font-size:11px;color:#9eb0c9;margin-top:2px}.c-btn{border:0;border-radius:14px;padding:10px 14px;font-size:12px;font-weight:900;cursor:pointer;background:linear-gradient(180deg,var(--blue),var(--blue-2));color:#fff}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);padding:12px 14px;border-radius:14px;background:#101927;border:1px solid rgba(255,255,255,.09);color:#fff;z-index:120;box-shadow:var(--shadow)}@media (min-width:768px){.app-shell{padding:22px 18px 32px}.list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1100px){.list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:640px){.modal{padding:8px}.modal-card{max-height:calc(100dvh - 16px)}.hero{min-height:200px;border-radius:28px}.hero-content{padding:18px}.hero-title{font-size:24px;max-width:90%}.hero-sub{font-size:13px;max-width:92%}.hero-actions{gap:8px}.hero-btn{padding:10px 14px;font-size:12px}.list{gap:12px}.card{min-height:220px;border-radius:24px}.card-content{padding:12px}.play-btn{width:46px;height:46px;font-size:16px}.card-title{font-size:16px}.card-performer{font-size:12px}.small-btn{min-width:0;flex:1;padding:8px 10px;font-size:11px}}.search-box,.searchbar{display:none !important}header,.header,.top,.title-section{margin-bottom:0 !important;padding-bottom:0 !important}.main,main,.content,.tones,.tones-list,.container{margin-top:0 !important;padding-top:0 !important}.list{direction:rtl !important}.name-dua-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:22px;background:rgba(255,255,255,.05)}.name-dua-text{font-size:26px;font-weight:800;margin-bottom:10px}.name-dua-bottom{text-align:center}.name-dua-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.name-dua-card .card-top{display:flex;justify-content:flex-start;width:100%}.name-dua-bg{background:radial-gradient(circle at center,rgba(255,255,255,.05),rgba(255,255,255,.02))}.name-dua-title{font-size:28px;text-align:center}#nameDuaSearchWrap{margin:4px 0 2px}#nameDuaSearchWrap .search{height:56px}#nameDuaSearchInput{direction:rtl}#nameDuaSearchWrap{display:block;margin:8px 0 14px}#nameDuaSearchWrap.hidden{display:none !important}#nameDuaSearchWrap .search{display:flex;align-items:center;gap:10px;height:56px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:0 14px}#nameDuaSearchWrap .search-ic{font-size:18px;color:#8fb4ff;display:inline-flex}#nameDuaSearchInput{width:100%;background:transparent;border:0;outline:0;color:var(--text);font-size:15px;direction:rtl}#nameDuaSearchInput::placeholder{color:#8fa3c2}.section-sub:empty{display:none}#sectionHead.name-dua-head{align-items:center}#nameDuaSearchWrap{margin:0;min-width:150px;width:150px}#nameDuaSearchWrap .compact-search{display:flex;align-items:center;gap:8px;height:52px;padding:0 12px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 18px rgba(0,0,0,.12)}#nameDuaSearchWrap .search-ic{font-size:18px;color:#8fb4ff;display:inline-flex}#nameDuaSearchInput{width:100%;min-width:0;background:transparent;border:0;outline:0;color:var(--text);font-size:14px;direction:rtl}#nameDuaSearchInput::placeholder{color:#8fa3c2}.section-sub:empty{display:none}.list.animating{transition:transform .22s ease,opacity .22s ease}.slide-out-left{transform:translateX(-40px);opacity:0}.slide-out-right{transform:translateX(40px);opacity:0}.slide-in-left{transform:translateX(40px);opacity:0}.slide-in-right{transform:translateX(-40px);opacity:0}.section-sub{transition:opacity .22s ease,transform .22s ease;will-change:opacity,transform}.section-sub.desc-fade-out{opacity:0;transform:translateY(4px)}.section-sub.desc-fade-in{opacity:1;transform:translateY(0)}.brand-fade .eyebrow,.brand-fade .brand-fade .brand-fade}}.brand-fade .brand-mark,.brand-fade .eyebrow,.brand-fade .brand-fade .brand-fade .brand-fade}}.brand-row{flex-direction:row-reverse}:root{--page-max:1120px;--header-gap:16px}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-shell{width:min(var(--page-max),100%);padding:20px 14px 34px}.top{gap:12px;margin-bottom:18px}.brand-row{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:var(--header-gap);direction:rtl}.brand-text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.brand-logo-wrap{width:78px;height:78px;flex:0 0 78px;border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(37,99,235,.26),0 0 0 1px rgba(255,255,255,.06) inset;transform:translateZ(0)}.brand-logo{display:block;width:100%;height:100%;object-fit:cover}.eyebrow{margin:0 0 6px 0;font-size:13px;font-weight:900;letter-spacing:.10em;text-transform:uppercase;color:#9ec0ff}.app-title{margin:0;font-size:clamp(19px,4.7vw,28px);font-weight:900;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.app-subtitle{margin:2px 0 0;color:#c6d5ec;font-size:14px;line-height:1.9;max-width:780px}.brand-fade .brand-logo-wrap,.brand-fade .eyebrow,.brand-fade .app-title,.subtitle-fade{opacity:0}.brand-fade .brand-logo-wrap{transform:scale(.96)}.brand-fade .eyebrow{transform:translateY(8px);animation-delay:.06s}.brand-fade .app-title{transform:translateY(8px);animation-delay:.14s}.subtitle-fade{transform:translateY(8px);animation-delay:.22s}}.tabs-wrap{margin-bottom:18px}.tabs{gap:12px;padding:2px 0 6px}.tab{padding:12px 18px;font-size:15px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.tab:active{transform:scale(.98)}.tab.active{box-shadow:0 14px 28px rgba(37,99,235,.26)}.content{gap:16px}.section-head{align-items:flex-start;gap:14px}.section-title{font-size:24px;letter-spacing:-.02em}.section-sub{font-size:14px;line-height:1.9;color:#c2d0e6;max-width:680px}.list{gap:16px}.card{min-height:260px;border-radius:30px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.02) inset}.card::after{background:linear-gradient(0deg,rgba(4,8,15,.84) 0%,rgba(4,8,15,.26) 50%,rgba(4,8,15,.08) 100%)}.card-content{padding:18px}.play-btn{width:52px;height:52px;font-size:18px;box-shadow:0 10px 24px rgba(0,0,0,.24)}.card-title{font-size:16px;line-height:1.4;margin-bottom:4px}.card-performer{font-size:13px;color:#d7e2f4}.card-actions{margin-top:16px;display:flex;gap:10px;justify-content:center}.small-btn{min-width:92px;padding:11px 16px;border-radius:18px;font-size:13px;font-weight:800;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.small-btn:active{transform:translateY(1px) scale(.98)}.small-btn.primary{box-shadow:0 12px 24px rgba(37,99,235,.24)}.small-btn.secondary{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09)}#nameDuaSearchWrap{min-width:170px;width:170px}#nameDuaSearchWrap .compact-search{height:50px;border-radius:17px}@media (max-width:420px){.brand-logo-wrap{width:72px;height:72px;flex-basis:72px;border-radius:22px}.app-title{font-size:clamp(18px,4.9vw,24px)}.section-title{font-size:22px}.card{min-height:248px}}html,body{background:radial-gradient(circle at 20% 0%,rgba(45,114,255,.16) 0%,rgba(45,114,255,0) 28%),radial-gradient(circle at 85% 18%,rgba(37,99,235,.14) 0%,rgba(37,99,235,0) 22%),linear-gradient(180deg,#0e1f46 0%,#0a1734 34%,#081127 100%)}.app-shell{position:relative}.app-shell::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.03),transparent 28%),radial-gradient(circle at 0% 100%,rgba(37,99,235,.06),transparent 22%),radial-gradient(circle at 100% 85%,rgba(37,99,235,.06),transparent 22%);z-index:0}.app-shell>*{position:relative;z-index:1}.top{position:relative}.top::after{content:"";display:block;height:1px;margin-top:10px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.app-subtitle{color:#d7e2f5;opacity:.92}.tabs-wrap{position:sticky;top:0;z-index:5;padding-top:4px}.tabs{backdrop-filter:blur(10px)}.tab{border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.035));box-shadow:0 8px 22px rgba(0,0,0,.10)}.tab:not(.active):hover{transform:translateY(-1px);border-color:rgba(255,255,255,.12)}.tab.active{background:linear-gradient(180deg,#4e8dff 0%,#2a6fff 55%,#1b5be0 100%);box-shadow:0 16px 30px rgba(37,99,235,.30),0 0 0 1px rgba(255,255,255,.08) inset}.section-head{padding-top:2px}.section-sub{max-width:42ch}.card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015)),#09111f;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.06),transparent 24%),radial-gradient(circle at 85% 0%,rgba(37,99,235,.08),transparent 30%);pointer-events:none;z-index:0}.card:hover{transform:none !important}.card.playing{box-shadow:0 22px 44px rgba(0,0,0,.30),0 0 0 1px rgba(77,137,255,.42) inset,0 0 24px rgba(37,99,235,.18)}.card.playing .play-btn{}50%{box-shadow:0 10px 24px rgba(0,0,0,.24),0 0 0 8px rgba(37,99,235,0)}}.play-btn{background:rgba(8,16,31,.38);transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.small-btn{backdrop-filter:blur(8px)}.small-btn.primary{background:linear-gradient(180deg,#4f8fff 0%,#2c71ff 56%,#1b5be0 100%)}.small-btn.secondary{color:#f2f6ff}.small-btn.secondary:hover{background:rgba(255,255,255,.06)}.search,#nameDuaSearchWrap .compact-search{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));border-color:rgba(255,255,255,.09);box-shadow:0 10px 24px rgba(0,0,0,.10)}.list>*{}.list>*:nth-child(2){animation-delay:.04s}.list>*:nth-child(3){animation-delay:.08s}.list>*:nth-child(4){animation-delay:.12s}.list>*:nth-child(5){animation-delay:.16s}.list>*:nth-child(6){animation-delay:.20s}to{opacity:1;transform:translateY(0)}}.modal-card{border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(0,0,0,.34)}button:focus-visible,input:focus-visible{outline:2px solid rgba(110,164,255,.85);outline-offset:2px}@media (max-width:420px){.app-shell{padding:18px 12px 28px}.tab{padding:11px 16px}.card-title{font-size:19px}}.tabs-wrap{position:sticky;top:0;z-index:12;padding-top:4px;padding-bottom:4px;background:linear-gradient(180deg,rgba(6,12,26,.78),rgba(6,12,26,.36));backdrop-filter:blur(10px)}.tabs{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;padding:4px 2px 8px}.tabs::-webkit-scrollbar{display:none}.tab{flex:0 0 auto;min-width:max-content;padding:12px 18px;border-radius:999px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;-webkit-tap-highlight-color:transparent;user-select:none;touch-action:manipulation}.tab:active{transform:scale(.98)}.tab.active{box-shadow:0 14px 28px rgba(37,99,235,.24),0 0 0 1px rgba(255,255,255,.06) inset}@media (max-width:420px){.tab{padding:11px 16px;font-size:14px}}body::before{content:"";position:fixed;inset:0;background:rgba(0,0,0,0.18);pointer-events:none;z-index:0}body>*{position:relative;z-index:1}:root{--shadow:0 18px 46px rgba(0,0,0,.28)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-shell::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.025),transparent 26%),radial-gradient(circle at 0% 100%,rgba(37,99,235,.05),transparent 22%),radial-gradient(circle at 100% 84%,rgba(37,99,235,.05),transparent 20%)}.app-shell>*{position:relative;z-index:1}.tabs{gap:11px;padding:5px 2px 10px}.tab{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease;box-shadow:0 8px 20px rgba(0,0,0,.10)}.tab:hover{transform:translateY(-1px)}.tab.active{box-shadow:0 16px 30px rgba(37,99,235,.26),0 0 0 1px rgba(255,255,255,.05) inset}.section-head{transition:opacity .22s ease,transform .22s ease}.section-title{letter-spacing:-.02em}.section-sub{line-height:1.85;max-width:42ch}.card{border-radius:30px;overflow:hidden;transition:transform .24s cubic-bezier(.22,.9,.18,1),box-shadow .24s ease,border-color .24s ease,filter .24s ease;box-shadow:0 18px 40px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.02) inset}.card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.05),transparent 22%),radial-gradient(circle at 86% 0%,rgba(37,99,235,.07),transparent 28%);pointer-events:none;z-index:0}.card:hover{transform:none !important}.card:active{transform:scale(.99)}.card.playing{box-shadow:0 24px 50px rgba(0,0,0,.28),0 0 0 1px rgba(77,137,255,.34) inset,0 0 24px rgba(37,99,235,.16);filter:saturate(1.04)}.play-btn{transition:transform .16s ease,background .16s ease,box-shadow .16s ease,opacity .16s ease;box-shadow:0 10px 24px rgba(0,0,0,.22)}.small-btn{transition:transform .15s ease,box-shadow .15s ease,background .15s ease,opacity .15s ease;backdrop-filter:blur(8px)}.small-btn:active{transform:translateY(1px) scale(.985)}.small-btn.primary{box-shadow:0 12px 24px rgba(37,99,235,.24)}.small-btn.secondary:hover{background:rgba(255,255,255,.06)}.tab.active,.tabs-indicator{filter:drop-shadow(0 0 10px rgba(37,99,235,.10))}.search,#nameDuaSearchWrap .compact-search{box-shadow:0 10px 24px rgba(0,0,0,.10);backdrop-filter:blur(12px);transition:box-shadow .18s ease,border-color .18s ease,background .18s ease}.search:focus-within,#nameDuaSearchWrap .compact-search:focus-within{box-shadow:0 12px 28px rgba(0,0,0,.12),0 0 0 1px rgba(110,164,255,.24) inset}.modal-card{border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(0,0,0,.34);backdrop-filter:blur(14px)}.brand-row,.tabs-wrap,.section-head,.list>*{}.tabs-wrap{animation-delay:.04s}.section-head{animation-delay:.08s}.list>*:nth-child(1){animation-delay:.10s}.list>*:nth-child(2){animation-delay:.14s}.list>*:nth-child(3){animation-delay:.18s}.list>*:nth-child(4){animation-delay:.22s}.list>*:nth-child(5){animation-delay:.26s}.list>*:nth-child(6){animation-delay:.30s}to{opacity:1;transform:translateY(0)}}.list{transition:transform .22s ease,opacity .22s ease;will-change:transform,opacity}.slide-out-left{transform:translateX(-36px) scale(.99);opacity:.18}.slide-out-right{transform:translateX(36px) scale(.99);opacity:.18}.slide-in-left{transform:translateX(36px) scale(.992);opacity:.18}.slide-in-right{transform:translateX(-36px) scale(.992);opacity:.18}@media (max-width:420px){.card{border-radius:28px}.card-title{font-size:19px}.section-title{font-size:22px}}body::after{content:"";position:fixed;inset:0;background:rgba(0,0,0,0.32);pointer-events:none;z-index:0}.card{background:linear-gradient(180deg,rgba(8,16,34,0.95),rgba(5,10,24,0.96)) !important}.tabs-wrap{background:linear-gradient(180deg,rgba(4,10,22,.92),rgba(4,10,22,.55)) !important}*{transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.card{}.card:hover{transform:none !important}.card:active{transform:scale(.99)}.tab{transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.play-btn,.small-btn{transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.play-btn:active,.small-btn:active{transform:scale(.96)}.list{transition:opacity .18s ease}.brand-fade .brand-logo-wrap,.brand-fade .eyebrow,.brand-fade .app-title,.subtitle-fade{opacity:1 !important;transform:none !important}.brand-row,.brand-text,.brand-logo-wrap,.eyebrow,.app-title,.app-subtitle{visibility:visible !important}.app-title{display:block !important}.app-subtitle{display:block !important}.card{transform:none !important;transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:none !important}.section-head,.list{transform:none !important}.brand-row{animation:headerFade .35s ease both}.app-title{animation:headerFade .45s ease both}.app-subtitle{animation:headerFade .55s ease both}@keyframes headerFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth;scroll-padding-top:88px}body{overscroll-behavior-y:contain}.tabs-wrap{position:sticky !important;top:0 !important;z-index:40 !important;padding-top:6px;padding-bottom:6px;background:linear-gradient(180deg,rgba(4,10,22,.96),rgba(4,10,22,.78));backdrop-filter:blur(12px);box-shadow:0 10px 24px rgba(0,0,0,.18)}.content,.section-head,.list{transition:opacity .18s ease,transform .18s ease}.tabs{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tab{transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,border-color .16s ease}html{-webkit-tap-highlight-color:transparent}button,.card,.tab{touch-action:manipulation}.card{transition:box-shadow .15s ease,background-color .15s ease}.card:active{box-shadow:0 6px 18px rgba(0,0,0,.25) inset}.play-btn,.small-btn{transition:transform .12s ease,box-shadow .12s ease}.tabs{scroll-snap-type:x mandatory}.tab{scroll-snap-align:start}}.tabs-wrap{position:sticky !important;top:0 !important;z-index:40 !important;padding:8px 8px 10px !important;margin:6px 0 10px !important;border-radius:26px !important;background:linear-gradient(180deg,rgba(8,18,40,.96),rgba(5,11,24,.88)) !important;border:1px solid rgba(255,255,255,.08) !important;box-shadow:0 14px 34px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.03) inset !important;backdrop-filter:blur(14px)}.tabs-wrap::before{content:"";position:absolute;inset:0;border-radius:26px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0));opacity:.8}.tabs{position:relative;z-index:1;gap:12px !important;padding:2px !important}.tab{border:1px solid rgba(255,255,255,.07) !important;box-shadow:0 8px 18px rgba(0,0,0,.10),0 0 0 1px rgba(255,255,255,.02) inset !important}.tab.active{box-shadow:0 16px 30px rgba(37,99,235,.26),0 0 0 1px rgba(255,255,255,.08) inset,0 0 24px rgba(37,99,235,.10) !important}@media (max-width:420px){.tabs-wrap{border-radius:22px !important;padding:7px 7px 9px !important}.tabs-wrap::before{border-radius:22px}}.card-actions.single-action{justify-content:center}.center-subscribe{min-width:140px;flex:0 0 auto;padding-inline:24px}.hero-actions-single{justify-content:center}.hero-subscribe{min-width:140px}@media (max-width:640px){.center-subscribe,.hero-subscribe{min-width:150px}}#nameDuaSearchWrap .search,#nameDuaSearchWrap .compact-search{display:flex !important}#nameDuaSearchWrap input[type='search'],#nameDuaSearchInput{display:block !important}50%{transform:translateY(-6px) scale(1.08);opacity:1}100%{transform:translateY(0) scale(1);opacity:.9}}.card:active,.play-btn:active,.small-btn:active,.tab:active{transform:none !important}.card:active::after{content:none !important;display:none !important}.play-btn:hover,.play-btn:active{transform:none !important}.card:active{box-shadow:var(--shadow) !important}.ripple{display:none !important;opacity:0 !important;animation:none !important}@keyframes ripple{from{opacity:0}to{opacity:0}}.card.playing::before,.card.playing::after{position:absolute;z-index:4;color:#fff;font-weight:700;pointer-events:none;text-shadow:0 6px 14px rgba(0,0,0,.28);background:none !important;border:0 !important;border-radius:0 !important;width:auto !important;height:auto !important;display:block !important;box-shadow:none !important}.card.playing::before{content:"♪";top:18px;left:18px;font-size:18px;animation:musicFloatOne 1.4s ease-in-out infinite}.card.playing::after{content:"♫";top:34px;left:38px;font-size:15px;animation:musicFloatTwo 1.6s ease-in-out infinite}@keyframes musicFloatOne{0%{transform:translate(0,0) scale(.9) rotate(0deg);opacity:0}15%{opacity:1}50%{transform:translate(-2px,-10px) scale(1.08) rotate(-6deg);opacity:1}100%{transform:translate(-6px,-24px) scale(1.2) rotate(-10deg);opacity:0}}@keyframes musicFloatTwo{0%{transform:translate(0,0) scale(.85) rotate(0deg);opacity:0}20%{opacity:1}55%{transform:translate(4px,-12px) scale(1.02) rotate(8deg);opacity:1}100%{transform:translate(8px,-28px) scale(1.15) rotate(12deg);opacity:0}}.tone-modal-hero{display:grid;gap:14px;margin-bottom:10px}.tone-modal-media{position:relative;border-radius:24px;overflow:hidden;min-height:220px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08)}.tone-modal-image{display:block;width:100%;height:100%;min-height:220px;object-fit:cover;background:#09111f}.tone-modal-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,10,18,.52),rgba(5,10,18,.08) 50%,rgba(5,10,18,.16));pointer-events:none}.tone-modal-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:92px;height:92px;border-radius:50%;border:2px solid rgba(255,255,255,.72);background:rgba(255,255,255,.14);color:#fff;font-size:32px;font-weight:900;display:grid;place-items:center;cursor:pointer;z-index:2;backdrop-filter:blur(8px);box-shadow:0 18px 34px rgba(0,0,0,.28)}.tone-modal-play.is-playing{background:rgba(47,118,255,.92);border-color:rgba(255,255,255,.86)}.tone-modal-meta{text-align:center}.tone-modal-name{font-size:22px;font-weight:900;line-height:1.35}.tone-modal-performer{margin-top:6px;color:var(--muted);font-size:14px}.tone-modal-actions{display:flex;gap:10px;flex-wrap:wrap}.tone-action-btn{flex:1 1 0;min-width:140px;border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:12px 16px;background:rgba(255,255,255,.05);color:#fff;font-size:13px;font-weight:800;cursor:pointer}.tone-action-btn.is-playing{background:linear-gradient(180deg,var(--blue),var(--blue-2));border-color:transparent}.tone-modal-note{margin:4px 0 12px;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#dce6f7;text-align:center;font-size:16px;line-height:1.7;font-weight:600;white-space:nowrap}@media (max-width:640px){.tone-modal-media,.tone-modal-image{min-height:190px}.tone-modal-play{width:82px;height:82px;font-size:28px}.tone-modal-name{font-size:16px}.tone-action-btn{min-width:0;width:100%}}.modal-head-actions{display:flex;align-items:center;gap:10px}.modal-head-actions{display:flex;align-items:center;gap:10px}.icon-btn{display:inline-flex;align-items:center;justify-content:center}.share-icon{width:20px;height:20px;display:block}.top{position:relative;overflow:hidden;padding:20px 18px 18px !important;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 85% 18%,rgba(85,145,255,.22),transparent 22%),radial-gradient(circle at 12% 100%,rgba(37,99,235,.18),transparent 28%),linear-gradient(180deg,rgba(12,23,49,.94),rgba(8,15,32,.96));box-shadow:0 24px 56px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(16px)}.top::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.06) 28%,transparent 48%);opacity:.45}.top::after{content:"";position:absolute;right:-36px;top:-46px;width:180px;height:180px;pointer-events:none;background:radial-gradient(circle,rgba(80,140,255,.22) 0%,rgba(80,140,255,0) 68%)}.brand-row{align-items:flex-start;gap:18px}.brand-text{padding-top:4px}.brand-logo-wrap{width:84px;height:84px;flex-basis:84px;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 18px 42px rgba(37,99,235,.28),0 0 0 1px rgba(255,255,255,.04) inset}.eyebrow{font-size:12px;letter-spacing:.18em}.app-title{white-space:normal !important;overflow:visible !important;text-overflow:unset !important;max-width:none !important;line-height:1.45 !important;font-size:clamp(21px,4.6vw,31px) !important}.app-subtitle{margin-top:4px !important;color:#d9e5f7 !important;font-size:15px !important;max-width:none !important}.top-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.highlight-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#eef4ff;font-size:12px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.tabs-wrap{margin-top:6px;margin-bottom:18px !important;border-radius:26px !important;padding:8px 10px 10px !important;border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 34px rgba(0,0,0,.20)}.hero{display:block;margin-bottom:18px;min-height:250px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 54px rgba(0,0,0,.24)}.hero::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 36%)}.hero-content{padding:24px !important}.hero-pill{box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.hero-title{font-size:clamp(24px,5vw,34px) !important}.hero-sub{font-size:15px !important;max-width:520px !important}.hero-btn{min-height:48px;border-radius:18px !important;font-size:14px !important}.section-head{margin-top:2px;padding:4px 2px 0}.list{gap:18px !important}.card{min-height:278px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(8,16,34,.95),rgba(5,10,24,.96)) !important;box-shadow:0 20px 44px rgba(0,0,0,.26)}.card::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.09),transparent 28%);opacity:.7}.card-bg{transform:scale(1.06);transition:transform .3s ease}.card::after{background:linear-gradient(0deg,rgba(4,8,15,.92) 0%,rgba(4,8,15,.42) 48%,rgba(4,8,15,.08) 100%) !important}.card-content{padding:18px !important}.card-top{padding-top:2px}.play-btn{width:54px;height:54px;border:1px solid rgba(255,255,255,.28);background:rgba(6,13,27,.38);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(0,0,0,.24)}.card-bottom{margin-inline:-18px;padding:20px 18px 18px;background:linear-gradient(180deg,rgba(5,10,18,0),rgba(5,10,18,.18) 18%,rgba(5,10,18,.46) 100%)}.card-title{font-size:20px !important;line-height:1.35 !important}.card-performer{margin-top:8px !important;font-size:14px !important;color:#dbe6f5 !important}.card-actions.single-action{margin-top:18px !important}.center-subscribe{width:100%;min-width:0 !important;min-height:56px;border-radius:20px !important;font-size:16px !important;box-shadow:0 18px 30px rgba(37,99,235,.24)}@media (max-width:640px){.top{padding:18px 14px 16px !important;border-radius:28px}.brand-row{gap:14px}.brand-logo-wrap{width:74px;height:74px;flex-basis:74px;border-radius:22px}.app-title{font-size:clamp(20px,5.2vw,26px) !important}.app-subtitle{font-size:14px !important;line-height:1.8 !important}.top-highlights{gap:8px}.highlight-chip{min-height:34px;padding:0 12px;font-size:11px}.tabs-wrap{border-radius:22px !important;padding:7px 8px 9px !important}.hero{min-height:226px}.hero-content{padding:18px !important}.hero-title{font-size:24px !important}.hero-sub{font-size:13px !important}.hero-btn{min-height:44px;font-size:13px !important}.list{gap:14px !important}.card{min-height:236px;border-radius:26px}.card-content{padding:14px !important}.play-btn{width:48px;height:48px}.card-bottom{margin-inline:-14px;padding:16px 14px 14px}.card-title{font-size:17px !important}.card-performer{font-size:12px !important}.center-subscribe{min-height:50px;border-radius:18px !important;font-size:15px !important}}html{-webkit-tap-highlight-color:transparent}body{overscroll-behavior-y:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}button,a,input{touch-action:manipulation}.app-shell{padding-bottom:max(34px,env(safe-area-inset-bottom) + 18px) !important}.top{margin-bottom:14px !important}.tabs-wrap{top:max(env(safe-area-inset-top),0px) !important}.content{gap:12px !important}.section-head{padding-top:2px}.modal-card{border-radius:30px !important}@media (min-width:768px){.app-shell{width:min(560px,calc(100% - 24px)) !important;padding:22px 14px 34px !important}.list{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media (min-width:1100px){.list{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media (display-mode:standalone){body{background:radial-gradient(circle at 50% 0%,rgba(55,120,255,.14),transparent 26%),linear-gradient(180deg,#0d1833 0%,#081127 48%,#060c17 100%) !important}.app-shell{padding-top:max(16px,env(safe-area-inset-top)) !important;padding-bottom:max(34px,env(safe-area-inset-bottom) + 20px) !important}.top{border-radius:30px !important}.tabs-wrap{background:linear-gradient(180deg,rgba(6,12,26,.94),rgba(6,12,26,.68)) !important}}@media (max-width:640px){body{padding-bottom:0 !important}.app-shell{padding:16px 12px 30px !important}.top{margin-bottom:12px !important}.tabs-wrap{margin-bottom:14px !important}}.app-splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 25%,rgba(76,134,255,.22),transparent 24%),linear-gradient(180deg,#0b1631 0%,#081127 55%,#050a14 100%);transition:opacity .65s ease,visibility .65s ease}.app-splash::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.05) 32%,transparent 58%);opacity:.7}.app-splash-inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;animation:splashEnter .9s cubic-bezier(.22,.9,.2,1) both}.app-splash-orb{position:absolute;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(64,123,255,.45) 0%,rgba(64,123,255,.08) 52%,rgba(64,123,255,0) 72%);filter:blur(6px);animation:orbPulse 2.6s ease-in-out infinite}.app-splash-logo{position:relative;width:104px;height:104px;object-fit:contain;border-radius:28px;padding:14px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 44px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.03) inset;animation:logoFloat 2.2s ease-in-out infinite}.app-splash-brand{position:relative;font-size:30px;font-weight:900;letter-spacing:.16em;color:#f6fbff}.app-splash-line{position:relative;color:#cddbf2;font-size:14px}.app-splash.is-hidden{opacity:0;visibility:hidden}body:not(.app-ready) .app-shell{opacity:0}body.app-ready .app-shell{animation:appReveal .45s ease both}@keyframes splashEnter{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes orbPulse{0%,100%{transform:scale(.94);opacity:.72}50%{transform:scale(1.08);opacity:1}}@keyframes logoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes appReveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.name-dua-modal-hero{margin-bottom:6px}.name-dua-modal-media{min-height:220px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 24%,rgba(69,132,255,.18),transparent 30%),linear-gradient(180deg,rgba(12,24,52,.96),rgba(8,15,33,.98))}.name-dua-modal-media::after{background:linear-gradient(0deg,rgba(5,10,18,.28),rgba(5,10,18,.05) 50%,rgba(5,10,18,.08))}.name-dua-modal-surface{width:100%;min-height:220px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.name-dua-modal-label{margin-bottom:12px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:#dfe9fb;font-size:12px;font-weight:800}.name-dua-modal-text{max-width:88%;font-size:34px;line-height:1.45;font-weight:900;color:#fff;text-shadow:0 10px 28px rgba(0,0,0,.22)}@media (max-width:640px){.app-splash-logo{width:92px;height:92px;border-radius:24px}.app-splash-brand{font-size:27px}.name-dua-modal-media,.name-dua-modal-surface{min-height:190px}.name-dua-modal-text{font-size:28px;max-width:92%}}.list{perspective:1100px}.list.animating{transition:transform .38s cubic-bezier(.22,.88,.24,1),opacity .38s ease,filter .38s ease;will-change:transform,opacity,filter}.slide-out-left{transform:translateX(-26px) scale(.985);opacity:0;filter:blur(10px)}.slide-out-right{transform:translateX(26px) scale(.985);opacity:0;filter:blur(10px)}.slide-in-left{transform:translateX(26px) scale(.985);opacity:0;filter:blur(10px)}.slide-in-right{transform:translateX(-26px) scale(.985);opacity:0;filter:blur(10px)}.list.section-transition .card.card-entrance{opacity:0;transform:translateY(20px) scale(.985);animation:cardSectionEnter .52s cubic-bezier(.2,.9,.2,1) forwards;animation-delay:calc(var(--stagger,0) * 48ms)}.section-head{transform-origin:right center}.section-head.section-head-exit{opacity:0;transform:translateY(6px) scale(.985);transition:transform .22s ease,opacity .22s ease}.section-head.section-head-enter{animation:sectionHeadEnter .42s cubic-bezier(.22,.88,.24,1)}.tab{transition:transform .22s cubic-bezier(.22,.88,.24,1),box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}.tab.active{transform:translateY(-1px)}@keyframes cardSectionEnter{0%{opacity:0;transform:translateY(20px) scale(.985)}55%{opacity:1}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes sectionHeadEnter{0%{opacity:0;transform:translateY(8px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.list.animating,.section-head.section-head-exit,.tab{transition:none !important}.list.section-transition .card.card-entrance,.section-head.section-head-enter{animation:none !important;opacity:1 !important;transform:none !important}}.app-splash{overflow:hidden}.app-splash::after{content:"";position:absolute;inset:auto -10% -12%;height:42%;background:radial-gradient(circle at 50% 0%,rgba(63,123,255,.18),transparent 56%);pointer-events:none}.app-splash-inner{gap:12px;width:min(86vw,360px)}.app-splash-shine{position:absolute;top:-34px;left:50%;width:240px;height:240px;transform:translateX(-50%);border-radius:50%;background:conic-gradient(from 180deg at 50% 50%,rgba(255,255,255,0) 0deg,rgba(255,255,255,.12) 56deg,rgba(255,255,255,0) 130deg,rgba(255,255,255,0) 360deg);filter:blur(8px);animation:shineSpin 7.5s linear infinite;opacity:.7}.app-splash-logo{width:110px;height:110px;padding:16px;border-radius:30px}.app-splash-brand{font-size:32px;text-shadow:0 10px 26px rgba(0,0,0,.24)}.app-splash-line{font-size:20px;font-weight:800;color:#f5f9ff;line-height:1.5}.app-splash-sub{position:relative;color:#b9cae8;font-size:13px;font-weight:700;letter-spacing:.02em}.app-splash-bars{display:flex;align-items:flex-end;justify-content:center;gap:6px;height:30px;margin-top:2px}.app-splash-bars span{width:7px;border-radius:999px;background:linear-gradient(180deg,rgba(133,178,255,.96),rgba(44,104,255,.42));box-shadow:0 0 0 1px rgba(255,255,255,.04) inset,0 8px 18px rgba(37,99,235,.22);transform-origin:center bottom;animation:splashBars 1.05s ease-in-out infinite}.app-splash-bars span:nth-child(1){height:12px;animation-delay:0s}.app-splash-bars span:nth-child(2){height:22px;animation-delay:.12s}.app-splash-bars span:nth-child(3){height:28px;animation-delay:.24s}.app-splash-bars span:nth-child(4){height:20px;animation-delay:.36s}.app-splash-bars span:nth-child(5){height:14px;animation-delay:.48s}.app-splash-loader{width:min(78vw,250px);height:6px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.app-splash-loader span{display:block;width:46%;height:100%;border-radius:999px;background:linear-gradient(90deg,rgba(73,132,255,.0),rgba(120,172,255,.95),rgba(73,132,255,.0));animation:splashLoader 1.2s ease-in-out infinite}@keyframes shineSpin{from{transform:translateX(-50%) rotate(0deg)}to{transform:translateX(-50%) rotate(360deg)}}@keyframes splashBars{0%,100%{transform:scaleY(.55);opacity:.72}50%{transform:scaleY(1.12);opacity:1}}@keyframes splashLoader{0%{transform:translateX(-110%)}100%{transform:translateX(240%)}}@media (max-width:640px){.app-splash-logo{width:96px;height:96px;border-radius:26px}.app-splash-brand{font-size:28px}.app-splash-line{font-size:18px}.app-splash-sub{font-size:12px}}.name-dua-card{padding:0 !important;display:block !important;align-items:stretch !important;justify-content:stretch !important;text-align:initial !important;background:#09111f !important}.name-dua-card .card-content{width:100%;height:100%;padding:18px !important}.name-dua-card .card-top{width:100%}.name-dua-card .card-bottom{margin-inline:-18px;padding:20px 18px 18px;background:linear-gradient(180deg,rgba(5,10,18,0),rgba(5,10,18,.18) 18%,rgba(5,10,18,.46) 100%);text-align:center}.name-dua-card .name-dua-title{font-size:20px !important;line-height:1.35 !important;text-align:center !important}.name-dua-card .card-performer{margin-top:8px !important;font-size:14px !important}@media (max-width:640px){.name-dua-card .card-content{padding:14px !important}.name-dua-card .card-bottom{margin-inline:-14px;padding:16px 14px 14px}.name-dua-card .name-dua-title{font-size:17px !important}.name-dua-card .card-performer{font-size:12px !important}}.section-head{align-items:stretch !important;gap:14px !important;margin:6px 0 4px}.section-head>div:first-child{position:relative;flex:1 1 auto;min-width:0;padding:16px 18px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 90% 20%,rgba(72,134,255,.16),transparent 22%),linear-gradient(180deg,rgba(12,22,46,.92),rgba(8,14,30,.96));box-shadow:0 18px 38px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03);overflow:hidden}.section-head>div:first-child::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(125deg,transparent 0%,rgba(255,255,255,.08) 24%,transparent 48%);opacity:.55}.section-head>div:first-child::after{content:"";position:absolute;inset:auto 18px 0 18px;height:1px;background:linear-gradient(90deg,transparent,rgba(120,171,255,.55),transparent)}.section-title{position:relative;font-size:26px !important;line-height:1.2 !important;letter-spacing:-.01em;text-shadow:0 8px 24px rgba(0,0,0,.18)}.section-sub{position:relative;margin-top:8px !important;font-size:14px !important;line-height:1.9 !important;color:#d7e4f8 !important;max-width:44ch}#nameDuaSearchWrap{flex:0 0 min(42%,260px);margin:0 !important}#nameDuaSearchWrap .search,#nameDuaSearchWrap .compact-search{min-height:100%;height:100%;border-radius:22px !important;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04)) !important;border:1px solid rgba(255,255,255,.08) !important;box-shadow:0 14px 32px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03)}#nameDuaSearchWrap input[type='search'],#nameDuaSearchInput{font-size:16px !important}.section-head.section-head-enter{animation:sectionHeadEnterLuxury .52s cubic-bezier(.22,.88,.24,1) both !important}@keyframes sectionHeadEnterLuxury{0%{opacity:0;transform:translateY(12px) scale(.97);filter:blur(8px)}65%{opacity:1;transform:translateY(-1px) scale(1.01);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width:640px){.section-head{flex-direction:column;gap:12px !important}.section-head>div:first-child{padding:14px 16px;border-radius:22px}.section-title{font-size:23px !important}.section-sub{font-size:13px !important;line-height:1.85 !important}#nameDuaSearchWrap{flex:1 1 auto;width:100%}#nameDuaSearchWrap .search,#nameDuaSearchWrap .compact-search{min-height:58px}}.section-head>div:first-child{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center !important}.section-title,.section-sub{text-align:center !important}.section-sub{margin-inline:auto !important}.list.animating{transition:transform .46s cubic-bezier(.22,.88,.24,1),opacity .46s ease,filter .46s ease !important}.slide-out-left{transform:translateX(-18px) scale(.99);opacity:0;filter:blur(7px)}.slide-out-right{transform:translateX(18px) scale(.99);opacity:0;filter:blur(7px)}.slide-in-left{transform:translateX(18px) scale(.99);opacity:0;filter:blur(7px)}.slide-in-right{transform:translateX(-18px) scale(.99);opacity:0;filter:blur(7px)}.list.section-transition .card.card-entrance{animation:cardSectionEnterSoft .62s cubic-bezier(.22,.88,.24,1) forwards !important;animation-delay:calc(var(--stagger,0) * 58ms) !important}.section-head.section-head-exit{transform:translateY(4px) scale(.992);opacity:0;transition:transform .28s ease,opacity .28s ease !important}.section-head.section-head-enter{animation:sectionHeadEnterSoft .58s cubic-bezier(.22,.88,.24,1) both !important}@keyframes cardSectionEnterSoft{0%{opacity:0;transform:translateY(16px) scale(.99)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes sectionHeadEnterSoft{0%{opacity:0;transform:translateY(8px) scale(.992);filter:blur(5px)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.card,.carrier-row,.modal-card{content-visibility:auto}.card{contain-intrinsic-size:320px}.hero-bg-img,.card-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.card-bg-img{transform:translateZ(0)}.list{content-visibility:auto;contain-intrinsic-size:1200px}.card{content-visibility:auto;contain:layout paint style;contain-intrinsic-size:250px}.section-head,.tabs-wrap,.modal-card{contain:layout paint}img{max-width:100%;height:auto}.lite-mode .app-splash-shine,.lite-mode .app-splash-bars,.lite-mode .app-splash-orb{display:none!important}.lite-mode .app-splash-loader span{animation:none!important}.lite-mode *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.lite-mode .tabs-wrap,.lite-mode .search,.lite-mode #nameDuaSearchWrap .compact-search,.lite-mode .modal-backdrop,.lite-mode .modal-card,.lite-mode .play-btn,.lite-mode .small-btn{backdrop-filter:none!important}.lite-mode .card,.lite-mode .tab,.lite-mode .modal-card,.lite-mode .tabs-wrap{box-shadow:none!important}.lite-mode .card.playing::before,.lite-mode .card.playing::after{display:none!important}.lite-mode body::before,.lite-mode body::after,.lite-mode .app-shell::before,.lite-mode .card::before,.lite-mode .top::after,.lite-mode .tone-modal-media::after{display:none!important}.lite-mode .list,.lite-mode .section-head,.lite-mode .brand-row,.lite-mode .app-title,.lite-mode .app-subtitle{transform:none!important;opacity:1!important}.install-prompt{position:fixed;top:max(12px,env(safe-area-inset-top));left:50%;transform:translateX(-50%);width:min(calc(100% - 24px),340px);z-index:160;padding:14px 14px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(11,20,38,.97),rgba(8,15,30,.98));box-shadow:0 18px 42px rgba(0,0,0,.28);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.install-prompt.show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.install-prompt.hidden{display:none !important}.install-prompt-title{font-size:15px;font-weight:900;color:#fff}.install-prompt-sub{margin-top:4px;font-size:12px;line-height:1.7;color:#cfe0ff}.install-prompt-actions{display:flex;gap:10px;margin-top:12px}.install-prompt-btn{flex:1 1 0;border:0;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:800;cursor:pointer}.install-prompt-btn.primary{background:linear-gradient(180deg,#4f8fff 0%,#2c71ff 56%,#1b5be0 100%);color:#fff}.install-prompt-btn.secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.08)}.lite-mode .install-prompt{backdrop-filter:none;box-shadow:none}.install-prompt{top:max(8px,env(safe-area-inset-top));width:min(calc(100% - 18px),430px);padding:8px 10px;border-radius:16px;display:flex;align-items:center;gap:8px;background:linear-gradient(90deg,rgba(11,20,38,.98),rgba(17,35,68,.98));box-shadow:0 10px 24px rgba(0,0,0,.22);backdrop-filter:blur(10px);transform:translateX(-50%) translateY(-4px)}.install-prompt.show{transform:translateX(-50%) translateY(0)}.install-prompt-icon{width:28px;height:28px;border-radius:8px;flex:0 0 28px;display:block}.install-prompt-copy{min-width:0;flex:1 1 auto}.install-prompt-title{font-size:12px;font-weight:900;line-height:1.2;white-space:nowrap}.install-prompt-sub{margin-top:2px;font-size:10px;line-height:1.35;color:#d6e4ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.install-prompt-actions{display:flex;gap:6px;flex:0 0 auto;margin-top:0}.install-prompt-btn{padding:7px 10px;border-radius:10px;font-size:11px;min-width:64px}.install-prompt-btn.primary{box-shadow:none}.install-prompt-btn.secondary{background:rgba(255,255,255,.06)}@media (max-width:420px){.install-prompt{padding:7px 8px;gap:6px;width:min(calc(100% - 14px),400px)}.install-prompt-icon{width:24px;height:24px;flex-basis:24px}.install-prompt-title{font-size:11px}.install-prompt-sub{font-size:9px}.install-prompt-btn{padding:6px 8px;font-size:10px;min-width:58px}}.scroll-sentinel{width:100%;height:1px;opacity:0;pointer-events:none;grid-column:1 / -1}.list,.card,.section-head{content-visibility:auto;contain-intrinsic-size:1px 260px}.card{contain:layout paint style;transform:translateZ(0)}.card-bg-img{will-change:transform}html.lite-mode .card,html.lite-mode .tab,html.lite-mode .section-head{transition:none !important;animation:none !important;box-shadow:none !important}html.lite-mode .play-btn,html.lite-mode .small-btn,html.lite-mode .tabs-wrap,html.lite-mode .search,html.lite-mode #nameDuaSearchWrap .compact-search,html.lite-mode .modal-card{backdrop-filter:none !important}html.lite-mode .ripple,html.lite-mode .app-splash-shine,html.lite-mode .app-splash-orb,html.lite-mode .app-splash-bars{display:none !important}.scroll-sentinel{width:100%;height:1px;opacity:0;pointer-events:none;grid-column:1 / -1}html,body,.app-shell{background:#08101d !important}body{overscroll-behavior-y:contain}.hero,.card,.tabs-wrap,.search,#nameDuaSearchWrap .compact-search,.modal-card{backface-visibility:hidden;-webkit-backface-visibility:hidden}.card{min-height:220px !important;contain:layout paint style;contain-intrinsic-size:220px;overflow:hidden}.card-bg-img,.card-bg-empty{position:absolute;inset:0;width:100%;height:100%;display:block}.card-bg-img{object-fit:cover;object-position:center;transform:translateZ(0)}.card-bg-empty{background:linear-gradient(180deg,#11203d 0%,#0b1730 55%,#08101d 100%)}.card::after{background:linear-gradient(0deg,rgba(4,8,15,.84) 0%,rgba(4,8,15,.34) 48%,rgba(4,8,15,.08) 100%) !important}.card-content{padding:12px !important}.card-bottom{padding-top:8px !important}.card-title{margin-top:0 !important;margin-bottom:2px !important;line-height:1.18 !important}.card-performer{margin-top:2px !important;margin-bottom:0 !important;line-height:1.4 !important}.card-actions{margin-top:10px !important}.small-btn.primary.center-subscribe{min-width:76px !important;padding:8px 12px !important;font-size:11px !important;border-radius:12px !important;box-shadow:none !important}.scroll-sentinel{height:2px !important}@media (max-width:640px){.list{gap:10px !important}.card{min-height:208px !important;border-radius:22px !important}.play-btn{width:44px !important;height:44px !important}.card-content{padding:11px !important}.small-btn.primary.center-subscribe{padding:7px 10px !important;font-size:10px !important}}html.lite-mode body,html.lite-mode .app-shell,html.lite-mode .tabs-wrap,html.lite-mode .card,html.lite-mode .search,html.lite-mode #nameDuaSearchWrap .compact-search{background-color:#08101d !important}html.lite-mode body::before,html.lite-mode body::after,html.lite-mode .app-shell::before,html.lite-mode .card::before{display:none !important}html.lite-mode .hero::after,html.lite-mode .card::after{background:linear-gradient(0deg,rgba(4,8,15,.78),rgba(4,8,15,.24) 52%,rgba(4,8,15,.06)) !important}html.lite-mode .list,html.lite-mode .content,html.lite-mode .section-head{transition:none !important;will-change:auto !important}html.lite-mode .card-bg-img{will-change:auto !important}@media (prefers-reduced-motion:reduce){.list,.content,.section-head,.card,.tab,.play-btn,.small-btn{transition:none !important;animation:none !important}}html,body,.app-shell{background:#08101d !important}body{min-height:100dvh;overscroll-behavior-y:contain}img{display:block}.list{content-visibility:auto;contain-intrinsic-size:1px 900px}.card,.hero,.tabs-wrap,.search,#nameDuaSearchWrap .compact-search,.modal-card{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.card{min-height:212px !important;contain:layout paint style;contain-intrinsic-size:212px;box-shadow:0 10px 24px rgba(0,0,0,.18) !important}.card-bg-img,.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.card-bg-img{background:#0b1730}.card::before{display:none !important}.card::after{background:linear-gradient(0deg,rgba(5,10,18,.84) 0%,rgba(5,10,18,.36) 44%,rgba(5,10,18,.08) 100%) !important}.card-content{padding:12px !important}.card-bottom{padding-top:10px !important}.card-title,.card-performer{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-title{font-size:16px !important;line-height:1.2 !important;margin:0 0 2px !important}.card-performer{font-size:12px !important;line-height:1.35 !important;margin:0 !important;color:#d7e3f8 !important}.card-actions{margin-top:8px !important}.small-btn.primary.center-subscribe{min-width:70px !important;padding:7px 11px !important;font-size:11px !important;border-radius:12px !important;box-shadow:none !important}.play-btn{width:42px !important;height:42px !important;font-size:15px !important;box-shadow:0 6px 14px rgba(0,0,0,.16) !important;backdrop-filter:none !important}.tabs-wrap,.search,#nameDuaSearchWrap .compact-search,.modal-card,.install-prompt{backdrop-filter:none !important}.tabs-wrap,.modal-card,.search,#nameDuaSearchWrap .compact-search{box-shadow:0 8px 18px rgba(0,0,0,.12) !important}.section-head,.list,.card,.tab,.play-btn,.small-btn,.hero,.app-splash-loader span{will-change:auto !important}.scroll-sentinel{height:1px !important}html.lite-mode *,html.ultra-lite *{scroll-behavior:auto !important}html.lite-mode .card,html.ultra-lite .card{box-shadow:0 6px 14px rgba(0,0,0,.12) !important}html.lite-mode body::before,html.lite-mode body::after,html.lite-mode .app-shell::before,html.lite-mode .card::before,html.lite-mode .hero::before,html.lite-mode .hero::after,html.lite-mode .app-splash-orb,html.lite-mode .app-splash-shine,html.lite-mode .app-splash-bars,html.ultra-lite body::before,html.ultra-lite body::after,html.ultra-lite .app-shell::before,html.ultra-lite .card::before,html.ultra-lite .hero::before,html.ultra-lite .hero::after,html.ultra-lite .app-splash-orb,html.ultra-lite .app-splash-shine,html.ultra-lite .app-splash-bars{display:none !important}html.lite-mode .card,html.lite-mode .tab,html.lite-mode .section-head,html.lite-mode .list,html.lite-mode .content,html.ultra-lite .card,html.ultra-lite .tab,html.ultra-lite .section-head,html.ultra-lite .list,html.ultra-lite .content{transition:none !important;animation:none !important}html.lite-mode .play-btn,html.lite-mode .small-btn,html.ultra-lite .play-btn,html.ultra-lite .small-btn{transition:none !important}html.ultra-lite .card{min-height:198px !important;contain-intrinsic-size:198px}html.ultra-lite .card-content{padding:10px !important}html.ultra-lite .card-bottom{padding-top:8px !important}html.ultra-lite .small-btn.primary.center-subscribe{padding:6px 10px !important;font-size:10px !important}html.ultra-lite .play-btn{width:38px !important;height:38px !important;font-size:14px !important}html.slow-net .hero-bg-img,html.slow-net .card-bg-img{image-rendering:auto;filter:none !important}@media (max-width:640px){.list{gap:10px !important}.card{min-height:202px !important;border-radius:22px !important;contain-intrinsic-size:202px}.card-content{padding:10px !important}.card-title{font-size:15px !important}.card-performer{font-size:11px !important}.small-btn.primary.center-subscribe{padding:6px 10px !important;font-size:10px !important}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}}.card-bottom{padding-top:24px !important;transform:translateY(10px) !important}.card-title{margin:0 0 1px !important}.card-performer{margin-top:0 !important;line-height:1.28 !important}.card-actions{margin-top:12px !important}.small-btn.primary.center-subscribe,.small-btn.primary{padding:8px 12px !important;min-height:40px !important}@media (max-width:640px){.card-bottom{padding-top:22px !important;transform:translateY(10px) !important}.card-actions{margin-top:10px !important}.small-btn.primary.center-subscribe,.small-btn.primary{min-height:38px !important;padding:7px 12px !important}}html.ultra-lite .card-bottom{padding-top:18px !important;transform:translateY(8px) !important}html{-webkit-text-size-adjust:100%}body{overscroll-behavior-y:contain}.list{contain:layout style paint}.card-bg-img,.hero-bg-img{transform:translateZ(0);backface-visibility:hidden}@media (max-width:640px){.tabs-wrap,.search,#nameDuaSearchWrap .compact-search,.modal-card,.install-prompt,.play-btn{backdrop-filter:none !important}.hero,.card,.tabs-wrap,.search,.modal-card{box-shadow:0 8px 18px rgba(0,0,0,.14) !important}}html.lite-mode .hero,html.ultra-lite .hero,html.lite-mode .tabs-wrap,html.ultra-lite .tabs-wrap,html.lite-mode .search,html.ultra-lite .search,html.lite-mode .modal-card,html.ultra-lite .modal-card{box-shadow:0 8px 18px rgba(0,0,0,.12) !important}.skeleton-card{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03)) !important;border:1px solid rgba(255,255,255,.06);min-height:220px}.skeleton-card::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:skeletonShimmer 1.15s infinite}.skeleton-media{height:56%;background:rgba(255,255,255,.06)}.skeleton-content{position:absolute;inset:auto 0 0 0;padding:16px;display:flex;flex-direction:column;gap:10px}.skeleton-line{height:12px;border-radius:999px;background:rgba(255,255,255,.08)}.skeleton-line.lg{width:72%;height:16px}.skeleton-line.md{width:48%}.skeleton-actions{display:flex;gap:8px;margin-top:6px}.skeleton-actions span{display:block;flex:1;height:34px;border-radius:14px;background:rgba(255,255,255,.08)}@keyframes skeletonShimmer{100%{transform:translateX(100%)}}.list.is-ready .skeleton-card{display:none !important}.back-to-top{position:fixed;left:18px;bottom:calc(18px + env(safe-area-inset-bottom));width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--blue),var(--blue-2));color:#fff;font-size:22px;font-weight:900;box-shadow:0 14px 28px rgba(37,99,235,.28);cursor:pointer;z-index:70;opacity:0;transform:translateY(16px) scale(.92);pointer-events:none;transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}.back-to-top.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.back-to-top:active{transform:scale(.96)}.card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important}.card:hover{transform:translateY(-2px) !important;box-shadow:0 18px 34px rgba(0,0,0,.26) !important}.card:active{transform:scale(.985) !important}@media (max-width:640px){.back-to-top{left:14px;bottom:calc(14px + env(safe-area-inset-bottom));width:44px;height:44px;font-size:20px}.card:hover{transform:none !important}}#tabs{display:flex;gap:10px;padding:10px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 28px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.04);backdrop-filter:blur(6px)}#tabs button{border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:10px 18px;background:linear-gradient(180deg,#0f1c34,#0b1529);color:#dbe7ff;font-weight:600;transition:all .25s ease;box-shadow:0 4px 14px rgba(0,0,0,.35)}#tabs button:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.35)}#tabs button.active{background:linear-gradient(180deg,#3b82ff,#1f5fff);border-color:rgba(255,255,255,.55);color:white;box-shadow:0 6px 18px rgba(0,80,255,.35)}#tabs{display:flex;gap:10px;padding:12px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 40px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.05);backdrop-filter:blur(10px)}#tabs button{border-radius:999px;padding:12px 20px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(180deg,#0f1c34,#091428);color:#dbe7ff;font-weight:600;transition:all .25s ease;box-shadow:0 6px 16px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.05)}#tabs button:hover{transform:translateY(-1px)}#tabs button.active{background:linear-gradient(180deg,#4f8cff,#2563ff);border-color:rgba(255,255,255,.6);color:#fff;box-shadow:0 10px 30px rgba(37,99,255,.55),inset 0 1px 0 rgba(255,255,255,.35);transform:translateY(-1px)}#tabs button:active{transform:scale(.97)}.app-splash{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#0e1a33 0%,#060b14 70%);z-index:9999;transition:opacity .35s ease,transform .35s ease}.app-splash.is-hidden{opacity:0;transform:scale(1.03);pointer-events:none}.app-splash-logo{width:88px;height:auto;animation:splashFloat 2.6s ease-in-out infinite}@keyframes splashFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}100%{transform:translateY(0)}}#tabs{display:flex;gap:10px;padding:16px;border-radius:26px;background:linear-gradient( 180deg,rgba(255,255,255,.04),rgba(255,255,255,.02) );border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 44px rgba(0,0,0,.30)}#tabs button{border-radius:999px;padding:10px 18px;background:linear-gradient( 180deg,#0e1a33,#091428 );border:1px solid rgba(255,255,255,.08);color:#d9e5ff;font-weight:600;transition:all .25s ease}#tabs button:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.25)}#tabs button.active{background:linear-gradient( 180deg,#4f8cff,#2563ff );border-color:rgba(255,255,255,.35);color:#fff;box-shadow:0 8px 20px rgba(37,99,255,.45)}#tabs button:active{transform:scale(.97)}.card,.tone-card,.item-card{border-radius:28px;background:linear-gradient( 180deg,rgba(255,255,255,.04),rgba(255,255,255,.02) );border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.05);transition:transform .25s ease,box-shadow .25s ease}.card:hover,.tone-card:hover,.item-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.08)}.play-btn,.card-play{width:56px;height:56px;border-radius:50%;background:linear-gradient( 180deg,#4f8cff,#2563ff );display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(37,99,255,.45);transition:transform .2s ease}.play-btn:active,.card-play:active{transform:scale(.92)}.details-btn,.card-btn{border-radius:999px;background:linear-gradient( 180deg,#4f8cff,#2563ff );border:none;color:#fff;font-weight:700;box-shadow:0 10px 24px rgba(37,99,255,.35);transition:transform .2s ease}.details-btn:hover,.card-btn:hover{transform:translateY(-2px)}.list,.tabs,.modal-card,.top,.card{content-visibility:auto;contain-intrinsic-size:1px 320px}.card,.tab,.highlight-chip,.modal-card,.brand-row{backface-visibility:hidden;-webkit-tap-highlight-color:transparent}img{image-rendering:auto}html.lite-mode *,html.slow-net *{scroll-behavior:auto !important}html.lite-mode .card,html.lite-mode .modal-card,html.lite-mode .tab,html.slow-net .card,html.slow-net .modal-card,html.slow-net .tab{animation:none !important;transition-duration:.12s !important;transition-property:opacity,transform,background-color,border-color !important;box-shadow:0 4px 14px rgba(0,0,0,.10) !important;backdrop-filter:none !important}html.ultra-lite .card,html.ultra-lite .modal-card,html.ultra-lite .top,html.ultra-lite .tabs-wrap,html.ultra-lite .section-head{box-shadow:none !important;background-image:none !important}html.lite-mode .app-splash,html.slow-net .app-splash{background:#0b1220 !important}html.lite-mode .app-splash-orb,html.lite-mode .app-splash-shine,html.lite-mode .app-splash-bars,html.lite-mode .app-splash-loader,html.slow-net .app-splash-orb,html.slow-net .app-splash-shine,html.slow-net .app-splash-bars,html.slow-net .app-splash-loader{display:none !important}html.ultra-lite .ripple,html.lite-mode .ripple,html.slow-net .ripple{display:none !important}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}.app-splash,.ripple,.toast{animation:none !important}}.featured-strip{margin:0 0 14px;padding:0 2px;position:relative;z-index:2}.featured-strip-head{padding:0 8px 10px}.featured-strip-head>div{padding:20px 22px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(16,28,52,.82),rgba(8,16,31,.68));box-shadow:var(--shadow)}.featured-strip .section-title{margin-bottom:8px}.featured-strip-list{display:flex;gap:14px;overflow-x:auto;padding:4px 8px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.featured-strip-list::-webkit-scrollbar{display:none}.featured-strip-list{scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom !important}.featured-card{flex:0 0 calc(50% - 10px) !important;max-width:calc(50% - 10px) !important;min-height:212px !important;contain-intrinsic-size:212px !important;scroll-snap-align:start}.featured-card .card-title{font-size:18px !important}.featured-card .card-performer{font-size:13px !important}.featured-card .card-content{justify-content:space-between}.featured-card .center-subscribe{min-width:132px}@media (max-width:640px){.featured-strip-head>div{padding:18px 18px 16px;border-radius:24px}.featured-card{flex-basis:calc(50% - 10px) !important;max-width:calc(50% - 10px) !important;min-height:202px !important;contain-intrinsic-size:202px !important}.featured-card .card-title{font-size:16px !important}.featured-card .card-performer{font-size:12px !important}}.featured-strip{margin:2px 0 16px;padding:0 2px;position:relative;z-index:2}.featured-strip-head{padding:0 8px 8px}.featured-strip-frame{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(16,28,52,.82),rgba(8,16,31,.68));box-shadow:var(--shadow)}.featured-strip .section-title{margin:0}.featured-strip-badge{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:999px;border:1px solid rgba(110,164,255,.22);background:rgba(46,106,255,.12);color:#dce7ff;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:0 10px 24px rgba(20,45,110,.18)}.featured-strip-badge::before{content:"↔";font-size:13px;opacity:.95}.featured-strip-list-wrap{position:relative;padding:0 8px}.featured-strip-list-wrap::before,.featured-strip-list-wrap::after{content:"";position:absolute;top:4px;bottom:10px;width:28px;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s ease}.featured-strip-list-wrap::before{right:8px;background:linear-gradient(270deg,rgba(4,10,22,.92),rgba(4,10,22,0))}.featured-strip-list-wrap::after{left:8px;background:linear-gradient(90deg,rgba(4,10,22,.92),rgba(4,10,22,0))}.featured-strip-list.is-scrollable.at-start ~ .section-scroll-hint{opacity:.92}.featured-strip-list.is-scrollable:not(.at-end){}.featured-strip-list.is-scrollable:not(.at-end),.featured-strip-list.is-scrollable:not(.at-start){}.featured-strip-list.is-scrollable.at-start{}.featured-strip-list.is-scrollable.at-end{}.featured-strip-list.is-scrollable.at-start,.featured-strip-list.is-scrollable.at-end{}.featured-strip-list.is-scrollable.at-start{}.featured-strip-list.is-scrollable.at-end{}.featured-strip-list-wrap:has(.featured-strip-list.is-scrollable:not(.at-end))::before{opacity:1}.featured-strip-list-wrap:has(.featured-strip-list.is-scrollable:not(.at-start))::after{opacity:1}.featured-strip-list{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.featured-strip-list::-webkit-scrollbar{display:none}.featured-strip-list{scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom !important}.featured-card{flex:0 0 calc(50% - 10px) !important;max-width:calc(50% - 10px) !important;min-height:212px !important;contain-intrinsic-size:212px !important;scroll-snap-align:start}.section-scroll-hint{display:flex;align-items:center;justify-content:center;gap:8px;margin:2px 0 2px;color:#aebfdc;font-size:12px;font-weight:700;opacity:.88}.hint-arrow{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);animation:hintBounce 1.6s ease-in-out infinite}@keyframes hintBounce{0%,100%{transform:translateY(0);opacity:.78}50%{transform:translateY(4px);opacity:1}}.section-sub{max-width:28ch;line-height:1.55}@supports not selector(:has(*)){.featured-strip-list-wrap::before,.featured-strip-list-wrap::after{opacity:.88}}@media (max-width:640px){.featured-strip-frame{padding:16px 18px;border-radius:24px}.featured-strip-badge{padding:9px 12px;font-size:11px}.featured-card{flex-basis:calc(50% - 10px) !important;max-width:calc(50% - 10px) !important;min-height:202px !important;contain-intrinsic-size:202px !important}.section-sub{max-width:24ch}}.featured-strip{margin:4px 0 18px !important;padding:0 2px !important;position:relative;z-index:2}.featured-strip-head{padding:0 8px 10px !important}.featured-strip-frame{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:20px 22px !important;border-radius:30px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(13,24,46,.92),rgba(7,13,28,.82)) !important;box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.02) inset !important}.featured-strip-copy{display:grid;gap:6px;min-width:0}.featured-strip-kicker{font-size:12px;font-weight:800;letter-spacing:.08em;color:#9fb8e8;text-transform:none}.featured-strip .section-title{margin:0 !important;font-size:clamp(28px,6vw,40px);line-height:1.05}.featured-strip-link{flex:0 0 auto;align-self:center;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:#eef4ff;border-radius:999px;padding:11px 16px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.16)}.featured-strip-link::after{content:" ←";font-size:12px;opacity:.9}.featured-strip-list-wrap{position:relative;padding:0 8px}.featured-strip-list-wrap::before,.featured-strip-list-wrap::after{content:"";position:absolute;top:4px;bottom:10px;width:38px;z-index:2;pointer-events:none;opacity:0;transition:opacity .24s ease}.featured-strip-list-wrap::before{right:8px;background:linear-gradient(270deg,rgba(4,10,22,.95),rgba(4,10,22,0))}.featured-strip-list-wrap::after{left:8px;background:linear-gradient(90deg,rgba(4,10,22,.95),rgba(4,10,22,0))}.featured-strip.can-scroll.at-start .featured-strip-list-wrap::before{opacity:1}.featured-strip.can-scroll:not(.at-start) .featured-strip-list-wrap::after{opacity:1}.featured-strip.can-scroll:not(.at-end) .featured-strip-list-wrap::before{opacity:1}.featured-strip-list{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.featured-strip-list::-webkit-scrollbar{display:none}.featured-strip-list{scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom !important}.featured-card{flex:0 0 min(46vw,214px) !important;max-width:min(46vw,214px) !important;min-height:228px !important;contain-intrinsic-size:228px !important;scroll-snap-align:start}.featured-card .card-top{justify-content:flex-end}.featured-card .card-content{padding:14px !important}.featured-card .card-title{font-size:17px !important;line-height:1.18 !important}.featured-card .card-performer{font-size:12px !important}.featured-card .play-btn{width:54px;height:54px;box-shadow:0 18px 34px rgba(22,60,160,.28)}.featured-card .center-subscribe{min-width:120px !important;padding-inline:18px !important}.featured-card:first-child{margin-inline-start:2px}.featured-card:last-child{margin-inline-end:2px}.featured-strip.is-peeking .featured-strip-list{animation:popularStripPeek 1.25s ease}@keyframes popularStripPeek{0%,100%{transform:translateX(0)}35%{transform:translateX(-18px)}70%{transform:translateX(0)}}.section-flow-indicator{display:grid;place-items:center;gap:4px;margin-top:4px;opacity:.82}.section-flow-indicator span{display:block;width:8px;height:8px;border-inline-start:2px solid rgba(220,232,255,.86);border-block-end:2px solid rgba(220,232,255,.86);transform:rotate(-45deg);animation:flowDown 1.7s ease-in-out infinite}.section-flow-indicator span:nth-child(2){animation-delay:.14s;opacity:.72}@keyframes flowDown{0%,100%{transform:translateY(0) rotate(-45deg);opacity:.45}50%{transform:translateY(5px) rotate(-45deg);opacity:.95}}.tabs-wrap{margin-top:10px !important}.tabs-wrap::after{content:"";position:absolute;left:12px;right:12px;bottom:8px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.12),rgba(255,255,255,0));pointer-events:none}.tabs{padding:2px 2px 8px !important}.tab{padding:12px 18px !important}@media (max-width:640px){.featured-strip-frame{padding:18px !important;border-radius:26px !important;align-items:center}.featured-strip .section-title{font-size:34px !important}.featured-strip-link{padding:10px 14px;font-size:12px}.featured-card{flex-basis:calc(50% - 10px) !important;max-width:calc(50% - 10px) !important;min-height:210px !important;contain-intrinsic-size:210px !important}.featured-card .play-btn{width:50px;height:50px}}:root{--lux-gold:#c9a45c;--lux-gold-soft:rgba(201,164,92,.26);--lux-ink:#060b15;--lux-panel:linear-gradient(180deg,rgba(10,18,34,.96),rgba(6,11,21,.92));--lux-line:rgba(201,164,92,.24)}body{background:radial-gradient(circle at top,rgba(27,40,72,.9) 0%,#07101d 34%,#04070e 100%) !important}.app-shell{padding-inline:16px !important}.app-title{letter-spacing:.01em}.app-subtitle{color:#d7deea !important;opacity:.92}.top-highlights{gap:10px}.highlight-chip{border:1px solid var(--lux-line) !important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03)) !important;color:#f3ead7 !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.18)}.featured-strip{margin:8px 0 20px !important}.featured-strip-frame{align-items:center !important;padding:22px 22px 18px !important;border-radius:32px !important;border:1px solid var(--lux-line) !important;background:linear-gradient(180deg,rgba(13,21,39,.98),rgba(7,11,21,.96)) !important;box-shadow:0 18px 46px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05),inset 0 0 0 1px rgba(201,164,92,.05) !important;position:relative;overflow:hidden}.featured-strip-frame::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(201,164,92,.12),transparent 28%),linear-gradient(135deg,transparent 0 62%,rgba(201,164,92,.035) 62% 72%,transparent 72% 100%);pointer-events:none}.featured-strip-copy{position:relative;z-index:1;display:flex !important;align-items:end;justify-content:space-between;gap:14px;width:100%}.featured-strip-kicker{font-size:11px !important;color:#d7b775 !important;letter-spacing:.18em !important;margin-bottom:8px;text-transform:uppercase}.featured-strip .section-title{font-size:clamp(30px,7vw,44px) !important;line-height:1 !important;color:#fffaf0;text-shadow:0 2px 16px rgba(0,0,0,.26)}.featured-strip-note{display:inline-flex;align-items:center;gap:8px;color:#d8c39c;font-size:12px;font-weight:700;background:rgba(201,164,92,.08);border:1px solid rgba(201,164,92,.18);padding:10px 14px;border-radius:999px;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.featured-strip-note::before{content:"✦";font-size:12px;color:#e2c78a}.featured-strip-list-wrap{padding:0 6px !important}.featured-strip-list{gap:16px !important;padding:6px 4px 8px !important;scroll-padding-inline:4px}.featured-strip-list-wrap::before{background:linear-gradient(270deg,rgba(4,8,17,.98),rgba(4,8,17,0)) !important}.featured-strip-list-wrap::after{background:linear-gradient(90deg,rgba(4,8,17,.98),rgba(4,8,17,0)) !important}.featured-card{min-width:calc(50% - 8px) !important;border-radius:30px !important;border:1px solid rgba(201,164,92,.14) !important;background:#09111f !important;box-shadow:0 18px 34px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.04);scroll-snap-align:start}.featured-card::before{content:"";position:absolute;inset:auto 14px 14px 14px;height:46%;border-radius:22px;background:linear-gradient(180deg,transparent,rgba(5,8,15,.15) 18%,rgba(5,8,15,.72));z-index:0}.featured-card .card-content{padding:16px 16px 14px !important}.featured-card .play-btn{background:linear-gradient(180deg,#4f87ff,#245be3) !important;border-color:rgba(255,255,255,.2) !important;box-shadow:0 12px 26px rgba(27,74,197,.34) !important}.featured-card .small-btn.primary{background:linear-gradient(180deg,#4b80ff,#2d62ea) !important;border:1px solid rgba(255,255,255,.08) !important;border-radius:16px !important;height:52px;font-size:14px;box-shadow:0 12px 24px rgba(31,74,190,.28)}.featured-card .card-title{font-size:17px !important}.featured-card .card-performer{color:#d9e0ec !important;font-size:12px !important}.section-flow-indicator{display:none !important}.tabs-wrap{margin-top:14px !important;padding:8px !important;border-radius:30px !important;border:1px solid rgba(201,164,92,.14) !important;background:linear-gradient(180deg,rgba(11,18,33,.9),rgba(8,12,22,.84)) !important;box-shadow:0 16px 32px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.03) !important}.tabs-wrap::before,.tabs-wrap::after{display:none !important}.tabs{gap:12px !important;padding-bottom:0 !important}.tab{padding:12px 18px !important;border-radius:999px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015)) !important;color:#eef3ff !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.tab.active{background:linear-gradient(180deg,rgba(34,58,112,.95),rgba(20,34,70,.95)) !important;border-color:rgba(201,164,92,.26) !important;color:#fffaf0 !important;box-shadow:0 12px 22px rgba(0,0,0,.24),inset 0 0 0 1px rgba(201,164,92,.12) !important}.section-head{padding:18px 20px !important;border-radius:30px !important;border:1px solid rgba(201,164,92,.12) !important;background:var(--lux-panel) !important;box-shadow:0 18px 36px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.03);align-items:center !important}.section-head>div:first-child::before,.section-head>div:first-child::after{display:none !important}.section-title{font-size:clamp(26px,6vw,36px) !important;line-height:1.08 !important;color:#fff8ed}.section-sub{font-size:14px !important;color:#ccb891 !important;margin-top:8px !important}.card{border:1px solid rgba(255,255,255,.07) !important;box-shadow:0 16px 34px rgba(0,0,0,.24) !important}@media (max-width:640px){.featured-strip-frame{padding:20px 18px 16px !important;border-radius:28px !important}.featured-strip-copy{align-items:center !important;gap:10px}.featured-strip-note{padding:9px 12px;font-size:11px}.featured-card{min-width:calc(50% - 8px) !important}.tabs-wrap{border-radius:26px !important;padding:7px !important}.tab{padding:12px 16px !important;font-size:15px !important}.section-head{padding:16px 18px !important;border-radius:26px !important}}:root{--premium-line:rgba(255,255,255,.08);--premium-soft-line:rgba(255,255,255,.05);--premium-blue:rgba(80,132,255,.18);--premium-blue-strong:rgba(80,132,255,.28)}.featured-strip{margin:8px 0 18px !important}.featured-strip-frame{align-items:center !important;padding:20px 20px 18px !important;border-radius:30px !important;border:1px solid var(--premium-line) !important;background:radial-gradient(circle at 84% 18%,rgba(74,128,255,.16),transparent 26%),linear-gradient(180deg,rgba(12,22,44,.96),rgba(7,12,24,.95)) !important;box-shadow:0 18px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04) !important}.featured-strip-frame::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 42%,rgba(255,255,255,.02) 72%,transparent);pointer-events:none}.featured-strip-copy{position:relative;z-index:1;display:flex !important;align-items:flex-end;justify-content:space-between;gap:14px;width:100%}.featured-strip-kicker{font-size:11px !important;color:#9fb8e8 !important;letter-spacing:.08em !important;margin-bottom:8px;text-transform:none !important}.featured-strip .section-title{font-size:clamp(30px,7vw,44px) !important;line-height:1.02 !important;color:#f6f9ff !important;text-shadow:none !important}.featured-strip-note{color:#dbe7ff !important;font-size:12px !important;font-weight:700;background:rgba(255,255,255,.04) !important;border:1px solid rgba(255,255,255,.08) !important;padding:10px 14px !important;border-radius:999px;white-space:nowrap;box-shadow:none !important}.featured-strip-note::before{content:"" !important}.featured-strip-list-wrap{padding:0 8px !important}.featured-strip-list{gap:12px !important;padding:6px 4px 10px !important;scroll-padding-inline:4px}.featured-strip-list-wrap::before{background:linear-gradient(270deg,rgba(4,10,22,.96),rgba(4,10,22,0)) !important}.featured-strip-list-wrap::after{background:linear-gradient(90deg,rgba(4,10,22,.96),rgba(4,10,22,0)) !important}.featured-card{flex:0 0 min(42vw,168px) !important;max-width:min(42vw,168px) !important;min-width:min(42vw,168px) !important;min-height:232px !important;contain-intrinsic-size:232px !important;border-radius:28px !important;border:1px solid rgba(255,255,255,.08) !important;background:#09111f !important;box-shadow:0 16px 30px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04) !important;scroll-snap-align:start;scroll-snap-stop:always}.featured-card::before{content:"";position:absolute;inset:auto 14px 14px 14px;height:48%;border-radius:22px;background:linear-gradient(180deg,transparent,rgba(5,8,15,.18) 20%,rgba(5,8,15,.78));z-index:0}.featured-card .card-content{padding:14px 14px 14px !important}.featured-card .card-title{font-size:16px !important;line-height:1.16 !important}.featured-card .card-performer{color:#d9e3f4 !important;font-size:12px !important}.featured-card .play-btn{width:52px;height:52px;background:linear-gradient(180deg,#5b90ff,#2f69ec) !important;border-color:rgba(255,255,255,.18) !important;box-shadow:0 12px 24px rgba(31,74,190,.28) !important}.featured-card .small-btn.primary{background:linear-gradient(180deg,#4b80ff,#2d62ea) !important;border:1px solid rgba(255,255,255,.08) !important;border-radius:16px !important;height:50px;font-size:14px;box-shadow:0 12px 24px rgba(31,74,190,.25)}.section-flow-indicator{display:none !important}@media (max-width:420px){.featured-strip-frame{padding:18px 18px 16px !important;border-radius:26px !important}.featured-strip-note{display:none !important}.featured-card{flex-basis:min(41.5vw,156px) !important;max-width:min(41.5vw,156px) !important;min-width:min(41.5vw,156px) !important;min-height:222px !important;contain-intrinsic-size:222px !important}}:root{--lux-gold:#2f76ff;--lux-gold-soft:rgba(47,118,255,.18);--lux-ink:#060b15;--lux-panel:linear-gradient(180deg,rgba(11,22,42,.98),rgba(6,11,21,.96));--lux-line:rgba(112,158,255,.16)}body{background:radial-gradient(circle at top,rgba(20,34,64,.92) 0%,#07101d 34%,#04070e 100%) !important}.highlight-chip{border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03)) !important;color:#eef4ff !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.18) !important}.featured-strip{margin:8px 0 18px !important}.featured-strip-frame{align-items:center !important;padding:20px 20px 18px !important;border-radius:30px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(11,22,42,.98),rgba(6,11,21,.96)) !important;box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04) !important;position:relative;overflow:hidden}.featured-strip-frame::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(72,122,255,.10),transparent 28%),linear-gradient(135deg,transparent 0 64%,rgba(255,255,255,.025) 64% 74%,transparent 74% 100%);pointer-events:none}.featured-strip-kicker{font-size:11px !important;color:#a8c1f6 !important;letter-spacing:.12em !important;margin-bottom:6px;text-transform:none !important}.featured-strip .section-title{font-size:clamp(30px,7vw,44px) !important;line-height:1 !important;color:#ffffff;text-shadow:0 2px 16px rgba(0,0,0,.22)}.featured-strip-note{display:inline-flex;align-items:center;gap:8px;color:#dce8ff;font-size:12px;font-weight:700;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);padding:10px 14px;border-radius:999px;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.featured-strip-note::before{content:"↔";font-size:12px;color:#9fc0ff}.featured-strip-list-wrap{padding:0 4px !important}.featured-strip-list{gap:12px !important;padding:6px 4px 8px 4px !important;scroll-padding-inline:4px;direction:rtl}.featured-card{flex:0 0 calc((100% - 24px)/2.35) !important;max-width:calc((100% - 24px)/2.35) !important;min-width:calc((100% - 24px)/2.35) !important;min-height:228px !important;border-radius:28px !important;border:1px solid rgba(255,255,255,.08) !important;background:#09111f !important;box-shadow:0 16px 30px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04);scroll-snap-align:start;scroll-snap-stop:always}.featured-card::before{content:"";position:absolute;inset:auto 14px 14px 14px;height:46%;border-radius:22px;background:linear-gradient(180deg,transparent,rgba(5,8,15,.15) 18%,rgba(5,8,15,.72));z-index:0}.featured-card .card-content{padding:16px 14px 14px !important}.featured-card .play-btn{background:linear-gradient(180deg,#4f87ff,#245be3) !important;border-color:rgba(255,255,255,.2) !important;box-shadow:0 12px 26px rgba(27,74,197,.34) !important}.featured-card .small-btn.primary{background:linear-gradient(180deg,#4b80ff,#2d62ea) !important;border:1px solid rgba(255,255,255,.08) !important;border-radius:16px !important;height:52px;font-size:14px;box-shadow:0 12px 24px rgba(31,74,190,.28)}.featured-card .card-title{font-size:17px !important}.featured-card .card-performer{color:#d9e0ec !important;font-size:12px !important}.featured-strip-list-wrap::before{background:linear-gradient(270deg,rgba(4,8,17,.96),rgba(4,8,17,0)) !important}.featured-strip-list-wrap::after{background:linear-gradient(90deg,rgba(4,8,17,.96),rgba(4,8,17,0)) !important}.section-flow-indicator{display:none !important}@media (max-width:640px){.featured-strip-frame{padding:18px 18px 16px !important;border-radius:26px !important}.featured-strip .section-title{font-size:34px !important}.featured-strip-note{padding:9px 12px;font-size:11px}.featured-card{flex:0 0 calc((100% - 24px)/2.22) !important;max-width:calc((100% - 24px)/2.22) !important;min-width:calc((100% - 24px)/2.22) !important;min-height:210px !important}}:root{--section-frame-bg:linear-gradient(180deg,rgba(11,22,42,.98),rgba(6,11,21,.96));--section-frame-border:rgba(255,255,255,.08);--section-title-color:#f5f9ff;--section-sub-color:#b8cdee}.section-head{padding:0 !important;border:none !important;background:transparent !important;box-shadow:none !important;display:block !important}.section-head>div:first-child{position:relative;display:flex !important;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;min-height:136px;padding:24px 24px 22px !important;border-radius:30px !important;border:1px solid var(--section-frame-border) !important;background:var(--section-frame-bg) !important;box-shadow:0 18px 42px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.04) !important;overflow:hidden;text-align:right !important}.section-head>div:first-child::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(72,122,255,.10),transparent 28%),linear-gradient(135deg,transparent 0 64%,rgba(255,255,255,.025) 64% 74%,transparent 74% 100%);pointer-events:none}.section-head>div:first-child::after{display:none !important}.section-head>div:first-child>*{position:relative;z-index:1}.section-title{color:var(--section-title-color) !important;font-size:clamp(30px,7vw,44px) !important;line-height:1 !important;font-weight:900 !important;margin:0 !important;text-align:right !important;text-shadow:0 2px 16px rgba(0,0,0,.16)}.section-sub{color:var(--section-sub-color) !important;font-size:13px !important;font-weight:700 !important;line-height:1.8 !important;margin-top:10px !important;text-align:right !important;max-width:100% !important}.tabs-wrap{border:1px solid rgba(255,255,255,.08) !important;background:var(--section-frame-bg) !important;box-shadow:0 14px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03) !important}#tabs button{border-color:rgba(255,255,255,.08) !important;color:#eef4ff !important;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02)) !important;box-shadow:none !important}#tabs button.active{background:linear-gradient(180deg,#4c81ff,#2d62ea) !important;color:#fff !important;border-color:rgba(255,255,255,.14) !important;box-shadow:0 10px 22px rgba(33,83,210,.28) !important}.featured-strip-note{display:none !important}.featured-strip-list-wrap::before,.featured-strip-list-wrap::after,.featured-card::before{display:none !important;background:none !important}.featured-card,.featured-card .card-media,.featured-card .card-thumb{box-shadow:none !important}.featured-strip-list-wrap{overflow:hidden !important}.featured-strip-list{-webkit-overflow-scrolling:touch;overflow-x:auto !important;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-behavior:smooth;touch-action:pan-x;padding-bottom:10px !important;scrollbar-width:none}.featured-strip-list::-webkit-scrollbar{display:none}.featured-card{scroll-snap-align:start;scroll-snap-stop:normal}.featured-card.playing::before,.featured-card.playing::after{left:auto !important;right:28px !important;top:18px !important}.featured-card.playing::before{top:6px !important;right:42px !important}.featured-card.playing::after{top:22px !important;right:20px !important}@keyframes featuredMusicFloatOne{0%{transform:translate(0,8px) scale(.9) rotate(0deg);opacity:0}20%{opacity:1}55%{transform:translate(-4px,-12px) scale(1.05) rotate(-8deg);opacity:1}100%{transform:translate(-8px,-26px) scale(1.16) rotate(-12deg);opacity:0}}@keyframes featuredMusicFloatTwo{0%{transform:translate(0,8px) scale(.86) rotate(0deg);opacity:0}22%{opacity:1}55%{transform:translate(5px,-10px) scale(1.02) rotate(9deg);opacity:1}100%{transform:translate(10px,-24px) scale(1.12) rotate(14deg);opacity:0}}.featured-card.playing::before{animation:featuredMusicFloatOne 1.35s ease-in-out infinite !important}.featured-card.playing::after{animation:featuredMusicFloatTwo 1.5s ease-in-out infinite !important}@media (max-width:640px){.section-head>div:first-child{min-height:122px;padding:20px 20px 18px !important;border-radius:26px !important}.section-title{font-size:34px !important}.section-sub{font-size:12px !important;margin-top:8px !important}}.section-head{display:block !important;gap:0 !important;padding:0 !important;margin:0 0 12px !important;background:transparent !important;border:none !important;box-shadow:none !important}.section-head .section-head-clone{padding:0 8px 10px !important;display:block !important}.section-head .featured-strip-frame{align-items:center !important;padding:20px 20px 18px !important;border-radius:30px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(11,22,42,.98),rgba(6,11,21,.96)) !important;box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04) !important;position:relative;overflow:hidden}.section-head .featured-strip-frame::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(72,122,255,.10),transparent 28%),linear-gradient(135deg,transparent 0 64%,rgba(255,255,255,.025) 64% 74%,transparent 74% 100%);pointer-events:none}.section-head .featured-strip-copy{position:relative;z-index:1;display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:16px !important;width:100% !important}.section-head .section-title{font-size:clamp(30px,7vw,44px) !important;line-height:1 !important;font-weight:900 !important;color:#fff !important;margin:0 !important;text-align:right !important;text-shadow:0 2px 16px rgba(0,0,0,.22) !important}.section-head .featured-strip-kicker{font-size:11px !important;color:#a8c1f6 !important;letter-spacing:.12em !important;margin-bottom:6px !important;text-transform:none !important;white-space:nowrap}.section-head .section-sub{display:none !important}#nameDuaSearchWrap{margin:0 8px 8px !important;min-width:auto !important;width:auto !important}#nameDuaSearchWrap .compact-search{height:52px !important;border-radius:18px !important}@media (max-width:640px){.section-head .section-head-clone{padding:0 8px 10px !important}.section-head .featured-strip-frame{padding:18px 18px 16px !important;border-radius:26px !important}.section-head .section-title{font-size:34px !important}}body::after{display:none !important}.featured-strip-list-wrap::before,.featured-strip-list-wrap::after{display:none !important}.section-head{display:grid !important;gap:12px !important;margin:4px 0 14px !important;align-items:stretch !important}.section-head>.section-header-match{width:auto !important;margin:0 8px !important;padding:20px 22px !important;border-radius:30px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(13,24,46,.92),rgba(7,13,28,.82)) !important;box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.02) inset !important;display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:16px !important;text-align:right !important;position:relative !important;overflow:hidden !important}.section-head>.section-header-match::before,.section-head>.section-header-match::after{content:none !important;display:none !important}.section-head .featured-strip-copy{display:grid !important;gap:6px !important;min-width:0 !important}.section-head .featured-strip-kicker{font-size:12px !important;font-weight:800 !important;letter-spacing:.08em !important;color:#9fb8e8 !important;margin:0 !important;line-height:1.4 !important}.section-head .section-title{margin:0 !important;font-size:clamp(28px,6vw,40px) !important;line-height:1.05 !important;text-align:right !important}#nameDuaSearchWrap{width:auto !important;min-width:0 !important;margin:0 8px !important}#nameDuaSearchWrap .search,#nameDuaSearchWrap .compact-search{min-height:56px !important;border-radius:22px !important}@media (max-width:640px){.section-head{gap:10px !important}.section-head>.section-header-match{margin:0 8px !important;padding:16px 18px !important;border-radius:24px !important}.section-head .section-title{font-size:clamp(26px,9vw,38px) !important}}.featured-card.playing::before,.featured-card.playing::after{left:auto !important;top:auto !important}.featured-card.playing::before{content:"♪" !important;right:56px !important;top:8px !important;font-size:17px !important}.featured-card.playing::after{content:"♫" !important;right:28px !important;top:24px !important;font-size:14px !important}.featured-strip-list{scroll-snap-type:x mandatory !important;scroll-behavior:smooth !important;-webkit-overflow-scrolling:touch !important}.section-head{display:block !important;width:100% !important;margin:0 0 14px !important;padding:0 !important;background:transparent !important;border:none !important;box-shadow:none !important;contain:none !important}.section-head>.featured-strip-head.section-head-featured{display:block !important;width:100% !important;margin:0 !important;padding:0 8px 10px !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame{width:100% !important;min-width:0 !important;margin:0 !important;padding:20px 22px 18px !important;border-radius:30px !important;align-items:center !important;justify-content:space-between !important;overflow:hidden !important}.section-head>.featured-strip-head.section-head-featured .featured-strip-copy{position:relative !important;z-index:1 !important;display:grid !important;gap:6px !important;width:100% !important;min-width:0 !important}.section-head>.featured-strip-head.section-head-featured .featured-strip-kicker{margin:0 !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.12em !important;color:#a8c1f6 !important;line-height:1.35 !important;white-space:nowrap !important}.section-head>.featured-strip-head.section-head-featured .section-title{margin:0 !important;font-size:clamp(30px,7vw,44px) !important;line-height:1 !important;font-weight:900 !important;color:#fff !important;text-align:right !important;text-shadow:0 2px 16px rgba(0,0,0,.22) !important}#nameDuaSearchWrap{margin:0 8px !important;width:auto !important;min-width:0 !important}@media (max-width:640px){.section-head>.featured-strip-head.section-head-featured{padding:0 8px 10px !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame{padding:18px 18px 16px !important;border-radius:26px !important}.section-head>.featured-strip-head.section-head-featured .section-title{font-size:34px !important}}.section-head{display:block !important;width:100% !important;margin:0 0 14px !important;padding:0 !important;background:transparent !important;border:none !important;box-shadow:none !important;overflow:visible !important}.section-head>.featured-strip-head.section-head-featured{position:static !important;display:block !important;width:100% !important;min-height:0 !important;margin:0 !important;padding:0 8px 10px !important;border:none !important;background:transparent !important;box-shadow:none !important;overflow:visible !important}.section-head>.featured-strip-head.section-head-featured::before,.section-head>.featured-strip-head.section-head-featured::after{content:none !important;display:none !important}.section-head>.featured-strip-head.section-head-featured>*{position:static !important;z-index:auto !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame{width:100% !important;min-width:0 !important;margin:0 !important;padding:20px 20px 18px !important;border-radius:30px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(11,22,42,.98),rgba(6,11,21,.96)) !important;box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04) !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;position:relative !important;overflow:hidden !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame::before{content:"" !important;position:absolute !important;inset:0 !important;background:radial-gradient(circle at 82% 18%,rgba(72,122,255,.10),transparent 28%),linear-gradient(135deg,transparent 0 64%,rgba(255,255,255,.025) 64% 74%,transparent 74% 100%) !important;pointer-events:none !important}.section-head>.featured-strip-head.section-head-featured .featured-strip-copy{position:relative !important;z-index:1 !important;display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:16px !important;width:100% !important;min-width:0 !important}.section-head>.featured-strip-head.section-head-featured .featured-strip-kicker{margin:0 0 6px !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.12em !important;color:#a8c1f6 !important;line-height:1.35 !important;white-space:nowrap !important;flex:0 0 auto !important}.section-head>.featured-strip-head.section-head-featured .section-title{margin:0 !important;font-size:clamp(30px,7vw,44px) !important;line-height:1 !important;font-weight:900 !important;color:#fff !important;text-align:right !important;text-shadow:0 2px 16px rgba(0,0,0,.22) !important;flex:1 1 auto !important}#nameDuaSearchWrap.hidden{display:none !important}#nameDuaSearchWrap{margin:0 8px 8px !important;width:auto !important;min-width:0 !important}@media (max-width:640px){.section-head>.featured-strip-head.section-head-featured{padding:0 8px 10px !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame{padding:18px 18px 16px !important;border-radius:26px !important}.section-head>.featured-strip-head.section-head-featured .section-title{font-size:34px !important}}.featured-strip-frame.section-header-bar{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:16px !important}.featured-strip-frame.section-header-bar .section-title{order:1 !important;flex:1 1 auto !important;text-align:right !important;margin:0 !important;font-size:clamp(30px,7vw,44px) !important;line-height:1.05 !important;font-weight:900 !important}.featured-strip-frame.section-header-bar .section-meta{order:2 !important;flex:0 0 auto !important;font-size:13px !important;font-weight:700 !important;color:#a8c1f6 !important;line-height:1.4 !important;white-space:nowrap !important;text-align:left !important;margin:0 !important}#sectionHead,.section-head,.section-head-featured,.section-head-featured::before,.section-head-featured::after{background:transparent !important;box-shadow:none !important;border:none !important}.section-head{display:block !important;margin:0 0 14px !important;padding:0 !important}.section-head>.featured-strip-head.section-head-featured{padding:0 8px 10px !important;margin:0 !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame.section-header-bar,.featured-strip>.featured-strip-head>.featured-strip-frame.section-header-bar{width:100% !important;min-width:0 !important;margin:0 !important;padding:20px 20px 18px !important;border-radius:30px !important;border:1px solid rgba(255,255,255,.08) !important;background:linear-gradient(180deg,rgba(11,22,42,.98),rgba(6,11,21,.96)) !important;box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04) !important;position:relative !important;overflow:hidden !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame.section-header-bar::before,.featured-strip>.featured-strip-head>.featured-strip-frame.section-header-bar::before{content:"" !important;position:absolute !important;inset:0 !important;background:radial-gradient(circle at 82% 18%,rgba(72,122,255,.10),transparent 28%),linear-gradient(135deg,transparent 0 64%,rgba(255,255,255,.025) 64% 74%,transparent 74% 100%) !important;pointer-events:none !important}.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame.section-header-bar>*,.featured-strip>.featured-strip-head>.featured-strip-frame.section-header-bar>*{position:relative !important;z-index:1 !important}.featured-strip-note,.featured-strip-kicker,.featured-strip-copy,.section-head .featured-strip-copy,.section-head .featured-strip-kicker{display:none !important}.featured-strip-list-wrap::before,.featured-strip-list-wrap::after,.section-flow-indicator{display:none !important}.featured-strip-list{scroll-behavior:smooth !important;-webkit-overflow-scrolling:touch !important}.featured-card.card.playing::before{top:6px !important;left:18px !important;bottom:auto !important}.featured-card.card.playing::after{top:22px !important;left:38px !important;bottom:auto !important}@media (max-width:640px){.section-head>.featured-strip-head.section-head-featured>.featured-strip-frame.section-header-bar,.featured-strip>.featured-strip-head>.featured-strip-frame.section-header-bar{padding:18px 18px 16px !important;border-radius:26px !important}.featured-strip-frame.section-header-bar .section-title{font-size:34px !important}.featured-strip-frame.section-header-bar .section-meta{font-size:12px !important}}.list,.card,.section-head{content-visibility:visible !important;contain:none !important}#tabs{scroll-behavior:smooth}.top-highlights{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px !important}.top-highlights>.highlight-chip,.top-highlights>.contact-highlight-chip{min-width:0;min-height:40px;padding-inline:12px !important;text-align:center;white-space:nowrap}.contact-highlight-chip{text-decoration:none;cursor:pointer;background:linear-gradient(180deg,rgba(54,116,255,.24),rgba(31,78,192,.16)) !important;border:1px solid rgba(121,163,255,.3) !important;color:#ffffff !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(14,50,120,.22) !important}.contact-highlight-chip:hover,.contact-highlight-chip:focus-visible{filter:brightness(1.06);outline:none}@media (max-width:640px){.top-highlights{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.site-footer-inner{flex-direction:column;align-items:center;text-align:center}}.site-footer{padding:8px 0 26px}.site-footer-inner{display:flex;align-items:center;justify-content:center;gap:16px;padding:0 8px;color:var(--muted,#aab6d3);font-size:14px}.contact-tab{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}:root{--rnini-bg-glow:rgba(90,174,255,0.10);--rnini-bg-glow-2:rgba(159,211,255,0.08)}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 20%,var(--rnini-bg-glow),transparent 28%),radial-gradient(circle at 85% 12%,var(--rnini-bg-glow-2),transparent 26%),radial-gradient(circle at 50% 78%,rgba(90,174,255,0.05),transparent 24%);z-index:0}.rnini-inline-logo{width:26px;height:26px;object-fit:contain;vertical-align:middle;margin-inline-end:8px;filter:drop-shadow(0 4px 10px rgba(90,174,255,.20))}.highlight-word{color:#66b2ff;font-weight:800}.hero-title .highlight-word{font-size:1.16em}.hero,header,.hero-card,.hero-copy,.hero-content,main{position:relative;z-index:1}.hero-card{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.top-highlights{gap:10px}.top-highlights>*{white-space:nowrap}@media (max-width:640px){.rnini-inline-logo{width:24px;height:24px}}.brand-row .app-title{font-size:clamp(2.35rem,5.8vw,3.25rem) !important;line-height:1.08 !important;font-weight:900 !important;letter-spacing:-0.02em}@media (max-width:640px){.brand-row .app-title{font-size:clamp(2.1rem,9vw,2.85rem) !important;line-height:1.1 !important}}.featured-strip,.site-footer{content-visibility:auto;contain-intrinsic-size:220px}.list{contain-intrinsic-size:1100px}.card,.featured-card{content-visibility:auto;contain-intrinsic-size:260px}.modal-body{overscroll-behavior:contain}.card-bg-img{width:100%;height:100%;object-fit:cover;display:block}.brand-logo,.app-splash-logo{content-visibility:auto}.featured-strip-list,.tabs{scrollbar-gutter:stable both-edges}