:root{--bg-deep: #030304;--bg: #090a0b;--surface: #141517;--surface-2: #1a1c1f;--surface-3: #202226;--lime: #bee403;--lime-600: #a9cf02;--lime-soft: rgba(190, 228, 3, .14);--lime-glow: rgba(190, 228, 3, .35);--on-lime: #0a0c0d;--text: #f5f5f2;--white: #ffffff;--muted: #92959b;--muted-2: #6b6e75;--muted-3: #4a4d53;--border: rgba(255, 255, 255, .08);--border-2: rgba(255, 255, 255, .05);--border-lime: rgba(190, 228, 3, .14);--font-head: "Manrope", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--r-sm: 12px;--r-md: 18px;--r-lg: 24px;--r-xl: 32px;--maxw: 1180px;--gutter: 24px}:root[data-theme=light]{--bg-deep: #eef0ea;--bg: #ffffff;--surface: #ffffff;--surface-2: #f5f6f2;--surface-3: #e8eae2;--lime: #8fab02;--lime-600: #7a9202;--lime-soft: rgba(143, 171, 2, .16);--lime-glow: rgba(143, 171, 2, .32);--text: #14150f;--muted: #5c5f57;--muted-2: #7c7f76;--muted-3: #a6a99f;--border: rgba(0, 0, 0, .1);--border-2: rgba(0, 0, 0, .06);--border-lime: rgba(143, 171, 2, .34)}.flipcard,.pbar{--surface: #141517;--surface-2: #1a1c1f;--surface-3: #202226;--text: #f5f5f2;--muted: #92959b;--muted-2: #6b6e75;--muted-3: #4a4d53;--border: rgba(255, 255, 255, .08);--border-2: rgba(255, 255, 255, .05);--lime: #bee403;--lime-600: #a9cf02;--lime-soft: rgba(190, 228, 3, .14);--lime-glow: rgba(190, 228, 3, .35);--border-lime: rgba(190, 228, 3, .14);--bg: #090a0b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg-deep);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.5;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}::selection{background:var(--lime);color:var(--on-lime)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:#26282c;border-radius:20px;border:2px solid var(--bg-deep)}::-webkit-scrollbar-thumb:hover{background:#34373c}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}.section{position:relative;padding:120px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lime)}.eyebrow:before{content:"";width:22px;height:1px;background:var(--lime);opacity:.6}.section-title{font-family:var(--font-head);font-weight:800;font-size:clamp(30px,4.5vw,52px);line-height:1.04;letter-spacing:-.03em;color:var(--text);margin:18px 0 0}.section-lead{color:var(--muted);font-size:17px;line-height:1.6;max-width:540px;margin-top:18px}.text-lime{color:var(--lime)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:15px;letter-spacing:-.01em;padding:15px 22px;border-radius:var(--r-md);transition:transform .18s ease,background .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap}.btn svg{width:16px;height:16px}.btn-primary{background:var(--lime);color:var(--on-lime);box-shadow:0 8px 30px -8px var(--lime-glow)}.btn-primary:hover{background:var(--lime-600);transform:translateY(-2px);box-shadow:0 14px 40px -8px var(--lime-glow)}.btn-ghost{background:#ffffff08;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:#ffffff0f;border-color:#ffffff29;transform:translateY(-2px)}.btn-block{width:100%}.btn-lg{padding:18px 28px;font-size:16px}.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:100px;background:var(--surface);border:1px solid var(--border);font-size:13px;font-weight:500;color:var(--muted);transition:border-color .2s ease,color .2s ease,background .2s ease;cursor:default}.pill:hover,.pill.is-active{color:var(--lime);border-color:#bee40373;background:var(--lime-soft)}.nav{position:fixed;inset:0 0 auto 0;z-index:100;padding:16px 0;transition:background .3s ease,border-color .3s ease,padding .3s ease;border-bottom:1px solid transparent}.nav.is-scrolled{background:#060708b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:var(--border-2);padding:12px 0}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:800;font-size:15px;letter-spacing:.18em;color:var(--lime)}.brand__mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;overflow:hidden}.brand__mark svg{width:100%;height:100%}.nav__links{display:flex;align-items:center;gap:34px;list-style:none}.nav__links a{font-size:14px;font-weight:500;color:var(--muted);transition:color .2s ease}.nav__links a:hover{color:var(--text)}.nav__cta{display:flex;align-items:center;gap:12px}.nav__burger{display:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--border);place-items:center}.nav__burger svg{width:20px;height:20px}.hero{position:relative;padding:170px 0 90px;overflow:hidden}.hero__glow{position:absolute;z-index:0;pointer-events:none}.hero__glow--lime{top:-140px;right:-60px;width:620px;height:620px;background:radial-gradient(circle,rgba(190,228,3,.16),transparent 62%);filter:blur(20px)}.hero__glow--cool{bottom:-200px;left:-160px;width:640px;height:640px;background:radial-gradient(circle,rgba(60,120,255,.08),transparent 65%)}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.hero__badge{display:inline-flex;align-items:center;gap:10px;padding:7px 7px 7px 14px;border-radius:100px;background:var(--surface);border:1px solid var(--border);font-size:13px;color:var(--muted);margin-bottom:26px}.hero__badge b{color:var(--text);font-weight:600}.hero__badge .tag{padding:4px 10px;border-radius:100px;background:var(--lime-soft);color:var(--lime);font-weight:700;font-size:11px;letter-spacing:.04em}.hero h1{font-family:var(--font-head);font-weight:900;font-size:clamp(44px,6.4vw,82px);line-height:.98;letter-spacing:-.04em;color:var(--text)}.hero h1 .accent{color:var(--lime)}.hero__sub{margin-top:26px;font-size:18px;line-height:1.62;color:var(--muted);max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero__tastes{margin-top:40px}.hero__tastes-label{font-size:12.5px;color:var(--muted-2);letter-spacing:.02em;margin-bottom:14px}.hero__pills{display:flex;flex-wrap:wrap;gap:10px;max-width:500px}.hero__stats{display:flex;gap:40px;margin-top:50px}.stat__num{font-family:var(--font-head);font-weight:800;font-size:30px;letter-spacing:-.03em;color:var(--text)}.stat__num span{color:var(--lime)}.stat__label{font-size:13px;color:var(--muted-2);margin-top:4px}.hero__phone-wrap{display:flex;justify-content:center;perspective:1600px}.phone{position:relative;width:340px;height:736px;border-radius:50px;background:var(--bg);padding:12px;box-shadow:0 0 0 1px #1a1c1f,0 0 0 3px #0d0e0f,0 50px 120px #000000fa,0 20px 60px #000000b3,inset 0 1px #ffffff0a;transform:rotateY(-11deg) rotateX(3deg);transition:transform .6s cubic-bezier(.2,.7,.2,1)}.phone:hover{transform:rotateY(-4deg) rotateX(1deg) translateY(-6px)}.phone__screen{position:relative;width:100%;height:100%;border-radius:40px;background:var(--bg);overflow:hidden;display:flex;flex-direction:column}.phone__island{position:absolute;top:11px;left:50%;transform:translate(-50%);width:104px;height:30px;background:#000;border-radius:22px;z-index:5;display:flex;align-items:center;justify-content:flex-end;padding-right:8px;gap:6px}.phone__island i{display:block;border-radius:50%;background:#1a1a1a}.phone__island i:nth-child(1){width:7px;height:7px}.phone__island i:nth-child(2){width:12px;height:12px;background:#101216;box-shadow:inset 0 0 0 2px #1a1a1a}.phone__status{display:flex;align-items:center;justify-content:space-between;padding:15px 26px 0;height:44px;flex-shrink:0}.phone__time{font-family:var(--font-body);font-weight:700;font-size:13px;color:var(--white);letter-spacing:0}.phone__status-icons{display:flex;align-items:center;gap:6px;color:var(--white)}.phone__status-icons svg{height:11px;width:auto}.phone__body{flex:1;padding:22px 20px 26px;display:flex;flex-direction:column;overflow:hidden}.phone__logo{font-family:var(--font-head);font-weight:800;font-size:12px;letter-spacing:.18em;color:var(--lime)}.phone__hero{margin-top:30px}.phone__hero h2{font-family:var(--font-head);font-weight:900;font-size:32px;line-height:1.06;letter-spacing:-.038em;color:var(--text)}.phone__hero p{margin-top:12px;font-size:14px;line-height:1.65;color:var(--muted)}.phone__cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.phone__card{background:var(--surface);border:1px solid var(--border-lime);border-radius:18px;padding:16px 14px}.phone__card-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--lime);margin-bottom:14px}.phone__card ul{list-style:none}.phone__card li{display:flex;gap:7px;align-items:flex-start;margin-bottom:8px}.phone__card li:last-child{margin-bottom:0}.phone__card li span.dash{color:var(--lime);font-size:11px;line-height:1.4;margin-top:2px;flex-shrink:0}.phone__card li span.txt{font-size:12px;color:var(--muted);line-height:1.5}.phone__footer{margin-top:auto;padding-top:20px}.phone__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--lime);color:var(--on-lime);font-family:var(--font-body);font-weight:700;font-size:15px;letter-spacing:-.01em;padding:17px;border-radius:18px;transition:filter .2s ease}.phone__btn svg{width:15px;height:15px}.phone__note{text-align:center;font-size:12px;color:var(--muted-2);margin-top:14px}.phone__float{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;padding:11px 14px;border-radius:14px;background:#141517db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);box-shadow:0 20px 50px -12px #000000b3;font-size:12.5px;font-weight:500}.phone__float .ic{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--lime-soft);color:var(--lime);flex-shrink:0}.phone__float .ic svg{width:15px;height:15px}.phone__float small{display:block;color:var(--muted-2);font-size:11px;font-weight:400}.phone__float--early{top:118px;left:-66px;animation:float 6s ease-in-out infinite}.phone__float--test{bottom:150px;right:-58px;animation:float 6s ease-in-out infinite 1.4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.marquee{border-top:1px solid var(--border-2);border-bottom:1px solid var(--border-2);padding:26px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee__track{display:flex;gap:56px;width:max-content;animation:scroll 34s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-head);font-weight:700;font-size:22px;letter-spacing:-.02em;color:var(--muted-3);white-space:nowrap}.marquee__item:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lime);opacity:.5}@keyframes scroll{to{transform:translate(-50%)}}.pillars__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap;margin-bottom:56px}.pillars__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pillar{position:relative;border-radius:var(--r-lg);border:1px solid var(--border);background:linear-gradient(180deg,var(--surface-2),var(--surface));padding:40px;overflow:hidden;transition:border-color .3s ease,transform .3s ease}.pillar:hover{border-color:var(--border-lime);transform:translateY(-4px)}.pillar__glow{position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(190,228,3,.1),transparent 70%);pointer-events:none}.pillar__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--lime-soft);color:var(--lime);margin-bottom:24px}.pillar__icon svg{width:26px;height:26px}.pillar__label{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--lime)}.pillar h3{font-family:var(--font-head);font-weight:800;font-size:28px;letter-spacing:-.025em;color:var(--text);margin:10px 0 14px}.pillar>p{color:var(--muted);font-size:15.5px;line-height:1.62;max-width:420px}.pillar__list{list-style:none;margin-top:28px;display:grid;gap:2px}.pillar__list li{display:flex;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--border-2);font-size:15px;color:var(--text)}.pillar__list .check{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:var(--lime-soft);color:var(--lime);flex-shrink:0}.pillar__list .check svg{width:13px;height:13px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:60px;counter-reset:step}.step{position:relative;padding:30px 26px;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);transition:border-color .3s ease,background .3s ease}.step:hover{border-color:var(--border-lime);background:var(--surface-2)}.step__num{font-family:var(--font-head);font-weight:800;font-size:15px;color:var(--on-lime);width:38px;height:38px;border-radius:11px;background:var(--lime);display:grid;place-items:center;margin-bottom:24px}.step__icon{color:var(--lime);margin-bottom:16px}.step__icon svg{width:26px;height:26px}.step h4{font-family:var(--font-head);font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--text);margin-bottom:10px}.step p{font-size:14px;line-height:1.6;color:var(--muted)}.step__connector{position:absolute;top:49px;right:-12px;color:var(--muted-3);z-index:2}.step:last-child .step__connector{display:none}.artists{border-radius:var(--r-xl);border:1px solid var(--border);background:radial-gradient(120% 120% at 100% 0%,rgba(190,228,3,.07),transparent 45%),linear-gradient(180deg,var(--surface-2),var(--surface));padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;overflow:hidden}.artists__body h2{font-family:var(--font-head);font-weight:800;font-size:clamp(28px,3.6vw,44px);line-height:1.06;letter-spacing:-.03em;margin:18px 0 20px}.artists__body p{color:var(--muted);font-size:16.5px;line-height:1.62;max-width:460px}.artists__actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.testcard{border-radius:var(--r-lg);background:var(--bg);border:1px solid var(--border);padding:26px;box-shadow:0 40px 80px -30px #000c}.testcard__top{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--border-2)}.testcard__cover{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,var(--lime),#6fae12);display:grid;place-items:center;color:var(--on-lime);flex-shrink:0}.testcard__cover svg{width:24px;height:24px}.testcard__title{font-family:var(--font-head);font-weight:700;font-size:16px;color:var(--text)}.testcard__sub{font-size:13px;color:var(--muted-2);margin-top:2px}.testcard__badge{margin-left:auto;font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--lime);background:var(--lime-soft);padding:6px 10px;border-radius:100px;white-space:nowrap}.testcard__wave{display:flex;align-items:flex-end;gap:3px;height:60px;margin:22px 0}.testcard__wave i{flex:1;background:var(--surface-3);border-radius:3px;min-height:6px}.testcard__wave i.on{background:var(--lime)}.testcard__rows{display:grid;gap:14px}.testrow{display:grid;gap:8px}.testrow__top{display:flex;justify-content:space-between;font-size:13px}.testrow__top span:first-child{color:var(--muted)}.testrow__top span:last-child{color:var(--text);font-weight:600}.testrow__bar{height:6px;border-radius:100px;background:var(--surface-3);overflow:hidden}.testrow__fill{height:100%;border-radius:100px;background:var(--lime)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.feature{padding:30px;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);transition:border-color .3s ease,transform .3s ease}.feature:hover{border-color:var(--border-lime);transform:translateY(-3px)}.feature__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--lime-soft);color:var(--lime);margin-bottom:20px}.feature__icon svg{width:23px;height:23px}.feature h4{font-family:var(--font-head);font-weight:700;font-size:18px;letter-spacing:-.02em;margin-bottom:10px}.feature p{font-size:14.5px;line-height:1.6;color:var(--muted)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.quote{padding:30px;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column}.quote__stars{display:flex;gap:3px;color:var(--lime);margin-bottom:18px}.quote__stars svg{width:16px;height:16px}.quote p{font-size:15.5px;line-height:1.6;color:var(--text);flex:1}.quote__author{display:flex;align-items:center;gap:12px;margin-top:24px}.quote__avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-head);font-weight:700;font-size:15px;color:var(--on-lime);flex-shrink:0}.quote__name{font-weight:600;font-size:14px;color:var(--text)}.quote__role{font-size:12.5px;color:var(--muted-2)}.cta{position:relative;border-radius:var(--r-xl);padding:80px 40px;text-align:center;overflow:hidden;background:radial-gradient(100% 140% at 50% 0%,rgba(190,228,3,.12),transparent 55%),var(--surface);border:1px solid var(--border-lime)}.cta__glow{position:absolute;bottom:-180px;left:50%;transform:translate(-50%);width:500px;height:340px;background:radial-gradient(circle,rgba(190,228,3,.16),transparent 70%);pointer-events:none}.cta h2{position:relative;font-family:var(--font-head);font-weight:900;font-size:clamp(32px,5vw,60px);line-height:1.02;letter-spacing:-.04em;max-width:720px;margin:0 auto}.cta p{position:relative;color:var(--muted);font-size:18px;margin:22px auto 0;max-width:460px}.cta__actions{position:relative;display:flex;gap:14px;justify-content:center;margin-top:38px;flex-wrap:wrap}.cta__note{position:relative;margin-top:22px;font-size:13px;color:var(--muted-2)}.footer{border-top:1px solid var(--border-2);padding:72px 0 40px;margin-top:40px}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.footer__brand p{color:var(--muted);font-size:14.5px;line-height:1.6;max-width:280px;margin:18px 0 22px}.footer__social{display:flex;gap:10px}.footer__social a{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);color:var(--muted);transition:all .2s ease}.footer__social a:hover{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.footer__social svg{width:17px;height:17px}.footer__col h5{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:18px}.footer__col ul{list-style:none;display:grid;gap:12px}.footer__col a{font-size:14.5px;color:var(--muted);transition:color .2s ease}.footer__col a:hover{color:var(--text)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:56px;padding-top:28px;border-top:1px solid var(--border-2);font-size:13.5px;color:var(--muted-2)}.footer__bottom a{color:var(--muted-2)}.footer__bottom a:hover{color:var(--text)}.nav__user{display:flex;align-items:center;gap:12px}.nav__avatar{width:34px;height:34px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:14px;flex-shrink:0}.nav__username{font-size:14px;font-weight:600;color:var(--text)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px;background:#030405b8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:overlay-in .25s ease both}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal{position:relative;width:100%;max-width:424px;max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:32px 30px;box-shadow:0 40px 120px -20px #000000e6,inset 0 1px #ffffff0a;animation:modal-in .32s cubic-bezier(.2,.7,.2,1) both}@keyframes modal-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:var(--muted);border:1px solid var(--border);transition:color .2s ease,background .2s ease}.modal__close svg{width:18px;height:18px}.modal__close:hover{color:var(--text);background:var(--surface-2)}.modal__brand{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-head);font-weight:800;font-size:13px;letter-spacing:.18em;color:var(--lime)}.modal__title{font-family:var(--font-head);font-weight:800;font-size:26px;letter-spacing:-.03em;color:var(--text);margin:18px 0 6px}.modal__sub{font-size:14.5px;color:var(--muted);line-height:1.5;margin-bottom:24px}.modal__social{display:grid;gap:10px}.btn-social{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-width:0;padding:13px;border-radius:14px;background:#ffffff0a;border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:14.5px;font-weight:600;transition:background .18s ease,border-color .18s ease}.btn-social:hover:not(:disabled){background:#ffffff12;border-color:#ffffff29}.btn-social:disabled{opacity:.6;cursor:default}.btn-social svg{width:18px;height:18px}.btn-social.is-off{opacity:.45}.btn-social__soon{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2);border:1px solid var(--border);border-radius:100px;padding:2px 7px}.modal__autherr{margin:0 0 14px;padding:11px 14px;border-radius:12px;font-size:13.5px;line-height:1.45;color:#ff8a8a;background:#ff8a8a1a;border:1px solid rgba(255,138,138,.32)}.modal__divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:var(--muted-2);font-size:12.5px}.modal__divider:before,.modal__divider:after{content:"";flex:1;height:1px;background:var(--border)}.modal__form{display:grid;gap:14px}.field{display:grid;gap:7px}.field>span{font-size:13px;font-weight:500;color:var(--muted)}.field input{width:100%;padding:13px 14px;border-radius:12px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:15px;transition:border-color .18s ease,box-shadow .18s ease}.field input::placeholder{color:var(--muted-3)}.field input:focus{outline:none;border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.field__pw{position:relative}.field__pw input{padding-right:46px}.field__toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:var(--muted-2);transition:color .18s ease}.field__toggle svg{width:18px;height:18px}.field__toggle:hover{color:var(--text)}.field__error{font-size:13px;color:#ff9090;background:#ff5a5a14;border:1px solid rgba(255,90,90,.2);padding:10px 12px;border-radius:10px}.field input.field__code{font-size:20px}.field__ok{font-size:13px;color:var(--lime);background:var(--lime-soft);border:1px solid var(--border-lime);padding:10px 12px;border-radius:10px}.field__code{text-align:center;letter-spacing:.26em;font-size:20px;font-weight:700;font-variant-numeric:tabular-nums;padding-left:.26em}.modal__confirmfoot{display:flex;justify-content:space-between;gap:12px;margin-top:4px}.modal__confirmfoot button{background:none;border:none;color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;transition:color .16s ease}.modal__confirmfoot button:hover:not(:disabled){color:var(--lime)}.modal__confirmfoot button:disabled{opacity:.5;cursor:default}.modal__submit{margin-top:6px}.modal__switch{text-align:center;font-size:14px;color:var(--muted);margin-top:22px}.modal__switch button{color:var(--lime);font-weight:600;font-family:inherit;font-size:inherit}.modal__switch button:hover{text-decoration:underline}.spinner{width:17px;height:17px;border-radius:50%;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;animation:spin .7s linear infinite}.spinner--dark{border-color:#090a0b4d;border-top-color:var(--bg)}@keyframes spin{to{transform:rotate(360deg)}}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--delay, 0ms)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}@media (max-width: 1080px){.hero__grid{grid-template-columns:1fr;gap:60px;text-align:center}.hero__badge,.eyebrow{justify-content:center}.hero__sub,.hero__pills{margin-left:auto;margin-right:auto}.hero__actions,.hero__stats,.hero__pills{justify-content:center}.hero__stats{display:inline-flex}.steps{grid-template-columns:repeat(2,1fr)}.step__connector{display:none}.artists{grid-template-columns:1fr;gap:44px;padding:44px}.features,.quotes{grid-template-columns:repeat(2,1fr)}}@media (max-width: 760px){.section{padding:84px 0}.nav__links,.nav__username,.nav__cta .btn-primary,.nav__burger{display:none}.nav__cta{gap:8px}.nav__cta .btn-ghost{display:inline-flex;padding:10px 15px;font-size:14px}input,textarea,select,.field input,.social__input,.ad__search,.ad__select,.ad-login__card input{font-size:16px}.hero{padding:130px 0 60px}.pillars__grid,.features,.quotes,.steps{grid-template-columns:1fr}.pillar,.artists{padding:30px}.cta{padding:56px 24px}.footer__grid{grid-template-columns:1fr 1fr;gap:34px}.footer__brand{grid-column:1 / -1}.phone__float--early{left:-20px}.phone__float--test{right:-14px}}@media (max-width: 460px){:root{--gutter: 18px}.phone{width:300px;height:650px}.modal{padding:26px 22px;border-radius:20px}.modal__title{font-size:23px}.footer__grid{grid-template-columns:1fr}.hero__stats{gap:24px}}.pill--pick{cursor:pointer;font-size:14px;padding:10px 15px}.pill--pick .pill__check{width:14px;height:14px;margin-right:2px}.pill.is-selected{background:var(--lime);border-color:var(--lime);color:var(--on-lime);font-weight:600}.pill.is-selected:hover{background:var(--lime-600);border-color:var(--lime-600);color:var(--on-lime)}.onboard{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:radial-gradient(120% 80% at 50% -10%,rgba(190,228,3,.06),transparent 55%),var(--bg-deep)}.onboard__bar{border-bottom:1px solid var(--border-2)}.onboard__bar-inner{max-width:900px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.onboard__steps{display:flex;gap:8px}.onboard__steps span{width:34px;height:4px;border-radius:100px;background:var(--surface-3)}.onboard__steps span.is-active{background:var(--lime)}.onboard__steps span.is-done{background:var(--lime-soft)}.onboard__side{display:flex;align-items:center;gap:10px}.onboard__exit{width:40px;height:40px;border-radius:11px;border:1px solid var(--border);color:var(--muted);display:grid;place-items:center}.onboard__exit svg{width:18px;height:18px}.onboard__exit:hover{color:var(--text);background:var(--surface-2)}.onboard__main{flex:1;display:grid;place-items:center;padding:44px 24px 64px}.onboard__card{width:100%;max-width:540px;animation:modal-in .4s cubic-bezier(.2,.7,.2,1) both}.onboard__kicker{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--lime);text-transform:uppercase}.onboard__title{font-family:var(--font-head);font-weight:900;font-size:clamp(30px,5vw,44px);letter-spacing:-.035em;line-height:1.05;margin:14px 0 10px;color:var(--text)}.onboard__sub{color:var(--muted);font-size:16px;line-height:1.55;margin-bottom:28px;max-width:430px}.onboard__pills{display:flex;flex-wrap:wrap;gap:10px}.onboard__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:32px}.onboard__count{font-size:14px;color:var(--muted-2)}.onboard__note{margin-top:22px;font-size:13px;color:var(--muted-3);line-height:1.5;max-width:430px}.nick{display:flex;align-items:center;gap:16px;margin-top:4px}.nick__avatar{width:60px;height:60px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:26px;flex-shrink:0}.nick__field{flex:1;display:flex;align-items:center;gap:4px;padding:2px 14px;border-radius:14px;background:var(--bg);border:1px solid var(--border);transition:border-color .18s ease,box-shadow .18s ease}.nick__field:focus-within{border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.nick__field.has-error{border-color:#ff5a5a66}.nick__at{color:var(--muted-2);font-size:18px}.nick__field input{flex:1;min-width:0;border:none;background:none;outline:none;color:var(--text);font-family:var(--font-body);font-size:18px;padding:13px 0}.nick__ok{color:var(--lime);display:grid;place-items:center}.nick__ok svg{width:18px;height:18px}.nick__msg{margin-top:12px;font-size:13.5px}.nick__msg.is-ok{color:var(--muted-2)}.nick__msg.is-error{color:#ff9090}.app{height:100dvh;display:flex;flex-direction:column}.app__bar{flex-shrink:0;position:sticky;top:0;z-index:50;background:#060708cc;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border-2)}.app__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:14px;padding-bottom:14px}.app__tabs{display:flex;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:4px}.app__tabs button{display:flex;align-items:center;gap:8px;padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;color:var(--muted);transition:color .18s ease,background .18s ease}.app__tabs button svg{width:17px;height:17px}.app__tabs button:hover{color:var(--text)}.app__tabs button.is-active{background:var(--lime);color:var(--on-lime)}.app__user{display:flex;align-items:center;gap:10px}.app__avatar{width:38px;height:38px;border-radius:50%;background:var(--lime);color:var(--on-lime);font-family:var(--font-head);font-weight:800;font-size:15px;display:grid;place-items:center}.app__logout{width:38px;height:38px;border-radius:11px;border:1px solid var(--border);color:var(--muted);display:grid;place-items:center}.app__logout svg{width:18px;height:18px}.app__logout:hover{color:var(--text);background:var(--surface-2)}.app__main{flex:1;min-height:0}.app__main--scroll{overflow-y:auto;padding-top:40px;padding-bottom:100px}.app__main--reel{overflow:hidden}.feed{display:flex;flex-direction:column;height:100%}.feed__head{flex-shrink:0;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:18px;padding-bottom:12px}.feed__title{font-family:var(--font-head);font-weight:800;font-size:clamp(20px,2.1vw,26px);letter-spacing:-.03em}.feed__sub{color:var(--muted);font-size:13.5px;margin-top:3px}.feed__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.deck{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:4px var(--gutter) 30px;user-select:none;-webkit-user-select:none;touch-action:pan-y}.deck__drag{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.2,.7,.2,1);cursor:grab}.deck__drag.is-dragging{transition:none;cursor:grabbing}.deck__slide{width:min(1132px,calc(100% - 120px));height:100%;max-height:760px;animation:deck-in .45s cubic-bezier(.2,.7,.2,1) both}.deck__slide[data-dir="1"]{--from: 46px}.deck__slide[data-dir="-1"]{--from: -46px}@keyframes deck-in{0%{opacity:0;transform:translateY(var(--from, 46px)) scale(.985)}to{opacity:1;transform:none}}.deck__nav{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:5;display:flex;flex-direction:column;gap:10px}.deck__nav button{width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:grid;place-items:center;transition:color .18s ease,border-color .18s ease,background .18s ease}.deck__nav button svg{width:20px;height:20px}.deck__nav button:hover{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.deck__hint{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:12px;color:var(--muted-3);white-space:nowrap;pointer-events:none}.trk{height:100%;display:grid;grid-template-rows:minmax(0,1fr);gap:14px}.trk.is-open{grid-template-rows:minmax(0,1fr) auto}.flipcard{position:relative;min-height:0;perspective:2200px;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.flipcard.is-swiping{transition:none}.flipcard__inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s ease-in-out}.flipcard.is-flipped .flipcard__inner{transform:rotateY(180deg)}.flipcard__face{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:28px;border:1px solid var(--border);overflow:hidden;box-shadow:0 40px 90px -40px #000000e6;transition:border-color .3s ease,box-shadow .3s ease}.flipcard[data-face=front] .fc-back,.flipcard[data-face=back] .fc-front{visibility:hidden;pointer-events:none}.flipcard:hover .flipcard__face{border-color:var(--lime);box-shadow:0 0 0 1px #bee40359,0 0 44px -6px #bee40357,0 40px 90px -40px #000000e6}.swipe-hint{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;border-radius:28px;display:grid;place-items:center;pointer-events:none}.swipe-hint svg{width:92px;height:92px}.swipe-hint--like{background:radial-gradient(circle at 50% 50%,rgba(190,228,3,.22),transparent 62%)}.swipe-hint--like svg{color:var(--lime);fill:currentColor;filter:drop-shadow(0 0 26px rgba(190,228,3,.55))}.swipe-hint--skip{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.13),transparent 62%)}.swipe-hint--skip svg{color:#fff;stroke-width:2.4;filter:drop-shadow(0 0 22px rgba(255,255,255,.4))}.fc-front{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:26px;padding:24px;cursor:pointer}.fc-front__left{position:relative;display:flex;flex-direction:column;min-width:0}.tagpill{align-self:flex-start;position:relative;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:100px;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.09);font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;white-space:nowrap}.tagpill .dot{width:6px;height:6px;border-radius:50%;background:var(--lime);flex-shrink:0}.tagpill--out{background:transparent;border-color:#bee40380;color:var(--lime)}.tagpill--mod{background:#e8c34a24;border-color:#e8c34a73;color:#f0d072}.tagpill__pulse{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0;animation:ttile-pulse 1.8s ease-in-out infinite}.tagpill--rejected{background:#ff8a8a24;border-color:#ff8a8a73;color:#ff9d9d}.fc-cover{flex:1;min-height:0;display:grid;place-items:center;padding:16px 0}.coverart{height:min(100%,320px);aspect-ratio:1 / 1;width:auto;max-width:100%;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#00000038;display:grid;place-items:center;overflow:hidden}.coverart .art{width:86%;height:auto}.coverart__img{width:100%;height:100%;object-fit:cover}.fp__pending{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:8px 0}.fp__pending>svg{width:34px;height:34px;color:var(--muted-2)}.fp__pending p{font-size:14px;color:var(--muted)}.fp__pending .btn{width:100%;max-width:280px}.fp__pending .fp__actions{margin-top:4px}.fc-id{position:relative;z-index:2}.fc-title{font-family:var(--font-head);font-weight:800;font-size:clamp(24px,2.2vw,32px);letter-spacing:-.03em;color:#fff;line-height:1.06}.fc-meta{margin-top:8px;display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:13.5px;color:var(--muted)}.fc-artist{color:#fff;font-weight:600;padding-bottom:1px;border-bottom:1px dashed rgba(255,255,255,.3);transition:color .18s ease,border-color .18s ease}.fc-front:hover .fc-artist{color:var(--lime);border-color:var(--lime)}.fc-meta .sep{color:var(--muted-3)}.fc-meta .is-match{color:var(--lime)}.actbtn{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#ffffff0a;color:var(--muted);display:grid;place-items:center;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.actbtn svg{width:18px;height:18px}.actbtn__wrap{position:relative;display:inline-flex}.sharepop{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:8px;padding:10px;width:268px;max-width:min(268px,80vw);border-radius:14px;border:1px solid var(--border-2);background:var(--surface-2);box-shadow:0 18px 40px #00000073}.sharepop__label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.sharepop__url{flex:1;min-width:0;padding:6px 8px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:12px}.sharepop__close{flex:none;display:grid;place-items:center;width:22px;height:22px;border-radius:7px;color:var(--muted);background:transparent}.sharepop__close:hover{color:var(--text);background:#ffffff14}.sharepop__close svg{width:13px;height:13px}.actbtn:hover{color:var(--text);border-color:#ffffff2e;background:#ffffff14;transform:translateY(-1px)}.actbtn.is-on{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.actbtn--like.is-on svg{fill:currentColor}.fp__actions,.pbar__actions{display:flex;align-items:center;gap:8px}.fc-player{align-self:center;display:flex;flex-direction:column;gap:18px;padding:22px 24px;border-radius:22px;background:#00000052;border:1px solid rgba(255,255,255,.07);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:default}.fp__top{display:flex;align-items:center;justify-content:space-between;gap:14px}.fp__wave{display:grid;place-items:center}.fp__bottom{display:flex;align-items:center;gap:12px}.fp__right{margin-left:auto;display:flex;align-items:center;gap:10px}.pcard__pos{font-size:11.5px;font-weight:700;letter-spacing:.03em;color:var(--lime);background:var(--lime-soft);border:1px solid var(--border-lime);padding:7px 12px;border-radius:100px;white-space:nowrap}.pcard__time{font-size:14px;color:var(--muted-2);font-variant-numeric:tabular-nums}.pcard__play{width:58px;height:58px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;box-shadow:0 12px 34px -8px var(--lime-glow);transition:transform .18s ease,background .18s ease;flex-shrink:0}.pcard__play svg{width:21px;height:21px}.pcard__play:hover{background:var(--lime-600);transform:scale(1.06)}.wave{width:100%;height:clamp(96px,14vh,130px);display:flex;align-items:center;gap:3px;cursor:pointer;outline:none}.wave:focus-visible{box-shadow:0 0 0 3px var(--lime-soft);border-radius:8px}.wave i{flex:1;min-height:4px;border-radius:2px;background:var(--surface-3);transition:background .1s linear}.wave i.on{background:var(--lime)}.fc-back{transform:rotateY(180deg);background:var(--surface);padding:30px;display:flex;cursor:pointer}.ap{flex:1;min-height:0;display:grid;grid-template-columns:290px minmax(0,1fr);gap:34px}.ap__id{display:flex;flex-direction:column;align-items:flex-start;padding-right:32px;border-right:1px solid var(--border)}.ap__avatar{width:88px;height:88px;border-radius:24px;border:1px solid;display:grid;place-items:center;overflow:hidden;font-family:var(--font-head);font-weight:800;font-size:36px;margin-bottom:16px}.ap__avatar img{width:100%;height:100%;object-fit:cover}.ap__credit{margin-top:12px;font-size:12px;line-height:1.5;color:var(--muted-3);max-width:460px}.slink--sc{border-color:#ff770059;color:#f70}.slink--sc:hover{color:#ff8c26;border-color:#f709;background:#ff77001a}.ap__name{font-family:var(--font-head);font-weight:800;font-size:26px;letter-spacing:-.03em;color:var(--text)}.ap__handle{color:var(--lime);font-size:14.5px;font-weight:600;margin-top:3px}.ap__where{color:var(--muted-2);font-size:13.5px;margin-top:5px}.ap__follow{margin-top:auto}.ap__back{margin-top:10px}.ap__body{overflow-y:auto;display:flex;flex-direction:column;gap:26px;padding-right:6px}.ap__label{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);margin-bottom:12px}.ap__bio{font-size:15.5px;line-height:1.65;color:var(--text);max-width:640px;user-select:text;-webkit-user-select:text}.ap__links{display:flex;flex-wrap:wrap;gap:10px}.slink{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:#ffffff08;color:var(--muted);font-size:13.5px;font-weight:600;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.slink svg{width:17px;height:17px}.slink:hover{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft);transform:translateY(-2px)}.ap__chips{display:flex;flex-wrap:wrap;gap:9px}.collab{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface-2);max-width:460px}.collab__ic{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--surface-3);color:var(--muted);flex-shrink:0}.collab__ic svg{width:17px;height:17px}.collab.is-open{border-color:var(--border-lime)}.collab.is-open .collab__ic{background:var(--lime-soft);color:var(--lime)}.collab b{display:block;font-size:14.5px;font-weight:600;color:var(--text)}.collab small{display:block;font-size:12.5px;color:var(--muted-2);margin-top:2px}.pbar{display:flex;align-items:center;gap:18px;padding:14px 20px;border-radius:20px;border:1px solid var(--border);background:var(--surface);animation:pbar-in .35s cubic-bezier(.2,.7,.2,1) both}@keyframes pbar-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.pbar__play{width:46px;height:46px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;box-shadow:0 8px 24px -6px var(--lime-glow);transition:transform .18s ease,background .18s ease;flex-shrink:0}.pbar__play svg{width:17px;height:17px}.pbar__play:hover{background:var(--lime-600);transform:scale(1.06)}.pbar__id{min-width:150px;flex-shrink:0}.pbar__title{font-family:var(--font-head);font-weight:700;font-size:14.5px;letter-spacing:-.02em;color:var(--text)}.pbar__artist{font-size:12.5px;color:var(--muted-2);margin-top:2px}.seek{flex:1;min-width:0;height:26px;display:flex;align-items:center;cursor:pointer;outline:none}.seek:focus-visible .seek__track{box-shadow:0 0 0 3px var(--lime-soft)}.seek__track{position:relative;width:100%;height:6px;border-radius:100px;background:var(--surface-3)}.seek__fill{position:absolute;left:0;top:0;height:100%;border-radius:100px;background:var(--lime);transition:width .1s linear;will-change:width}.seek__knob{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:var(--lime);transform:translate(-50%,-50%);box-shadow:0 0 0 4px #bee4032e;transition:left .1s linear,box-shadow .18s ease;will-change:left}.seek:hover .seek__knob,.seek.is-dragging .seek__knob{box-shadow:0 0 0 6px #bee4033d}.seek.is-dragging .seek__fill,.seek.is-dragging .seek__knob{transition:none}.pbar__time{font-size:13px;color:var(--muted-2);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.lang{display:inline-flex;gap:2px;padding:3px;border-radius:11px;border:1px solid var(--border);background:var(--surface);flex-shrink:0}.lang button{padding:6px 10px;border-radius:8px;font-family:var(--font-head);font-size:11.5px;font-weight:700;letter-spacing:.06em;color:var(--muted-2);transition:color .18s ease,background .18s ease}.lang button:hover{color:var(--text)}.lang button.is-on{background:var(--lime);color:var(--on-lime)}.search{max-width:1000px}.search__title{font-family:var(--font-head);font-weight:800;font-size:clamp(26px,3vw,34px);letter-spacing:-.03em}.search__sub{color:var(--muted);font-size:14.5px;margin-top:6px}.search__field{display:flex;align-items:center;gap:12px;margin-top:24px;padding:0 16px;border-radius:16px;background:var(--surface);border:1px solid var(--border);transition:border-color .18s ease,box-shadow .18s ease}.search__field:focus-within{border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.search__field>svg{width:20px;height:20px;color:var(--muted-2);flex-shrink:0}.search__field input{flex:1;min-width:0;border:none;background:none;outline:none;color:var(--text);font-family:var(--font-body);font-size:16px;padding:16px 0}.search__field input::placeholder{color:var(--muted-3)}.search__clear{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--muted-2);flex-shrink:0}.search__clear svg{width:16px;height:16px}.search__clear:hover{color:var(--text);background:var(--surface-2)}.search__filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.search__count{margin-top:26px;font-size:13px;color:var(--muted-2)}.search__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px;margin-top:16px}.sres{display:flex;flex-direction:column}.sres__cover{position:relative;aspect-ratio:1 / 1;border-radius:16px;border:1px solid var(--border);display:grid;place-items:center;overflow:hidden;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.sres:hover .sres__cover{transform:translateY(-3px)}.sres.is-top .sres__cover{border-color:var(--lime);box-shadow:0 0 0 1px var(--lime),0 0 30px -6px var(--lime-glow)}.sres.is-top:hover .sres__cover{box-shadow:none;border-color:var(--border)}.sres.is-top .sres__title{color:var(--lime)}.sres.is-top:hover .sres__title{color:var(--text)}.sres__cover .art{width:78%;height:auto}.sres__play{position:absolute;right:10px;bottom:10px;width:42px;height:42px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;box-shadow:0 8px 22px -6px var(--lime-glow);transition:opacity .2s ease,transform .2s ease,background .18s ease}.sres__play svg{width:16px;height:16px}.sres__play:hover{background:var(--lime-600)}@media (hover: hover){.sres__play{opacity:0;transform:translateY(6px)}.sres:hover .sres__play,.sres__play:focus-visible{opacity:1;transform:none}}.sres__tag{position:absolute;top:10px;left:10px;padding:5px 9px;border-radius:100px;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(190,228,3,.4);color:var(--lime);font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sres__title{margin-top:12px;font-family:var(--font-head);font-weight:700;font-size:15.5px;letter-spacing:-.02em;color:var(--text)}.sres__meta{margin-top:3px;display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:12.5px;color:var(--muted-2)}.sres__artist{color:var(--muted);font-weight:500}.sres__genre{color:var(--lime)}.sres__meta .sep{color:var(--muted-3)}.search__empty{margin-top:56px;text-align:center;color:var(--muted-2)}.search__empty svg{width:34px;height:34px;color:var(--muted-3);margin-bottom:14px}.search__empty h3{font-family:var(--font-head);font-weight:700;font-size:19px;color:var(--text)}.search__empty p{font-size:14px;margin-top:6px}.drop{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:16px;border-radius:16px;border:1.5px dashed var(--border);background:#ffffff05;color:var(--text);transition:border-color .18s ease,background .18s ease}.drop:hover{border-color:#bee40373;background:#bee4030d}.drop.has-file{border-style:solid;border-color:var(--border-lime);background:var(--lime-soft)}.drop__ic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--surface-3);color:var(--muted);flex-shrink:0}.drop.has-file .drop__ic{background:#bee4032e;color:var(--lime)}.drop__ic svg{width:20px;height:20px}.drop__file{flex:1;min-width:0}.drop__file b{display:block;font-size:14.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drop__file small{display:block;font-size:12.5px;color:var(--muted-2);margin-top:2px}.drop__ok{width:24px;height:24px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;flex-shrink:0}.drop__ok svg{width:14px;height:14px}.upload__select{width:100%;padding:13px 40px 13px 14px;border-radius:12px;background-color:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:15px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2392959b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .18s ease,box-shadow .18s ease}.upload__select:focus{outline:none;border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.upload__select option{background:var(--surface);color:var(--text)}.upload__note{margin-top:16px;font-size:12px;line-height:1.5;color:var(--muted-3);text-align:center}.profile{max-width:860px}.profile__head{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.profile__avatar{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,var(--lime),#7bbf10);color:var(--on-lime);font-family:var(--font-head);font-weight:800;font-size:30px;display:grid;place-items:center;flex-shrink:0}.profile__id{flex:1;min-width:200px}.profile__id h1{font-family:var(--font-head);font-weight:800;font-size:26px;letter-spacing:-.03em}.profile__handle{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:var(--lime);font-weight:600;font-size:15px;line-height:1.35;margin-top:4px}.profile__email{color:var(--muted-2);font-size:14px;margin-top:2px}.profile__bio{margin-top:18px;font-size:15.5px;line-height:1.6;color:var(--muted);max-width:560px}.profile__lock{width:14px;height:14px;flex:none;color:var(--muted-2)}.ttile__mod{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:4px 11px 4px 9px;border-radius:100px;font-size:11.5px;font-weight:600;letter-spacing:.01em}.ttile__mod svg{width:12px;height:12px}.ttile__mod--pending{color:#e8c34a;background:#e8c34a1f;border:1px solid rgba(232,195,74,.32)}.ttile__mod--approved{color:var(--lime);background:var(--lime-soft);border:1px solid var(--border-lime)}.ttile__mod--rejected{color:#ff8a8a;background:#ff8a8a1a;border:1px solid rgba(255,138,138,.32)}.ttile__pulse{width:7px;height:7px;border-radius:50%;background:currentColor;animation:ttile-pulse 1.8s ease-in-out infinite}@keyframes ttile-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.ttile__pulse{animation:none;opacity:.9}}.profile__role{display:inline-flex;align-items:center;gap:5px;flex:none;padding:3px 10px 3px 8px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.02em;line-height:1.4;white-space:nowrap}.profile__role svg{width:12px;height:12px}.profile__role--moderator{color:#6ea8ff;background:#4f8cff24;border:1px solid rgba(79,140,255,.38)}.profile__role--admin{color:var(--on-lime);background:var(--lime);border:1px solid var(--lime)}:root[data-theme=light] .profile__role--moderator{color:#2360c4;background:#2360c41a;border-color:#2360c452}.profile__people{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0 16px}.profile__pstat{padding:16px 12px;border-radius:16px;border:1px solid var(--border);background:var(--surface);text-align:center;transition:border-color .2s ease,background .2s ease,transform .18s ease}.profile__pstat:hover{border-color:var(--border-lime);background:var(--surface-2);transform:translateY(-2px)}.profile__pstat-num{font-family:var(--font-head);font-weight:800;font-size:26px;letter-spacing:-.03em;color:var(--text)}.profile__pstat-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-top:4px}.profile__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 34px}.profile__stat{padding:20px;border-radius:18px;border:1px solid var(--border);background:var(--surface)}.profile__stat-ic{color:var(--lime);display:inline-grid;margin-bottom:12px}.profile__stat-ic svg{width:20px;height:20px}.profile__stat-num{font-family:var(--font-head);font-weight:800;font-size:28px;letter-spacing:-.03em;color:var(--text)}.profile__stat-label{font-size:13px;color:var(--muted-2);margin-top:2px}.profile__section{margin-top:34px}.profile__section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.profile__section h3{font-family:var(--font-head);font-weight:700;font-size:19px;letter-spacing:-.02em}.profile__link{color:var(--lime);font-size:14px;font-weight:600}.profile__link:hover{text-decoration:underline}.profile__chips{display:flex;flex-wrap:wrap;gap:10px}.profile__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.badge{position:relative;padding:22px 18px;border-radius:18px;border:1px solid var(--border);background:var(--surface);text-align:center;opacity:.55}.badge.is-earned{opacity:1;border-color:var(--border-lime)}.badge__ic{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--surface-3);color:var(--muted);margin-bottom:14px}.badge.is-earned .badge__ic{background:var(--lime-soft);color:var(--lime)}.badge__ic svg{width:22px;height:22px}.badge__name{font-family:var(--font-head);font-weight:700;font-size:15px}.badge__desc{font-size:12.5px;color:var(--muted-2);margin-top:4px;line-height:1.4}.badge__tick{position:absolute;top:12px;right:12px;width:20px;height:20px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center}.badge__tick svg{width:12px;height:12px}.profile__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px}.profile__logout{margin-left:auto}.vol{display:flex;align-items:center;gap:2px}.vol__btn{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:var(--muted);transition:color .18s ease,background .18s ease;flex-shrink:0}.vol__btn:hover{color:var(--text);background:#ffffff0d}.vol__btn svg{width:18px;height:18px}.vol__slider{width:0;opacity:0;height:4px;border-radius:100px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:linear-gradient(90deg,var(--lime) var(--pct, 80%),var(--surface-3) var(--pct, 80%));transition:width .22s ease,opacity .22s ease}.vol:hover .vol__slider,.vol__slider:focus-visible{width:74px;opacity:1}.vol__slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--lime);border:none;cursor:pointer}.vol__slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--lime);border:none;cursor:pointer}.edge{position:absolute;top:0;bottom:0;width:200px;pointer-events:none;z-index:6;transition:opacity .12s ease}.edge--like{right:0;background:radial-gradient(ellipse 20vh 130vh at 100% 50%,rgba(190,228,3,.58),rgba(190,228,3,.22) 42%,transparent 70%)}.edge--skip{left:0;background:radial-gradient(ellipse 20vh 130vh at 0% 50%,rgba(255,72,72,.58),rgba(255,72,72,.2) 42%,transparent 70%)}.trim__head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.trim__play{width:40px;height:40px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;flex-shrink:0;box-shadow:0 8px 22px -6px var(--lime-glow);transition:background .18s ease,transform .18s ease}.trim__play:hover{background:var(--lime-600);transform:scale(1.05)}.trim__play svg{width:16px;height:16px}.trim__range{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}.trim__range b{color:var(--lime);background:var(--lime-soft);border:1px solid var(--border-lime);padding:3px 8px;border-radius:100px;font-size:11.5px}.trim__rail{position:relative;height:64px;display:flex;align-items:center;gap:2px;padding:0 3px;border-radius:12px;background:var(--bg);border:1px solid var(--border);overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.trim__rail>i{flex:1;min-height:4px;border-radius:2px;background:var(--surface-3)}.trim__rail>i.on{background:#bee40380}.trim__window{position:absolute;top:0;bottom:0;border-radius:10px;border:2px solid var(--lime);background:#bee4031f;cursor:grab;touch-action:none}.trim__window:active{cursor:grabbing}.trim__grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:5px;border-radius:100px;background:var(--lime);opacity:.85}.actbtn--del:hover{color:#ff8f8f;border-color:#ff5a5a59;background:#ff5a5a1a}.profile__avatar img,.app__avatar img,.nav__avatar img{width:100%;height:100%;object-fit:cover}.app__avatar,.nav__avatar{overflow:hidden}.profile__avatar--edit{position:relative;overflow:hidden;padding:0;border:none;cursor:pointer}.profile__avatar-cam{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000073;color:#fff;opacity:0;transition:opacity .18s ease}.profile__avatar--edit:hover .profile__avatar-cam{opacity:1}.profile__avatar-cam svg{width:22px;height:22px}.app__icon{width:38px;height:38px;border-radius:11px;border:1px solid var(--border);color:var(--muted);display:grid;place-items:center;transition:color .18s ease,background .18s ease,border-color .18s ease}.app__icon svg{width:18px;height:18px}.app__icon:hover{color:var(--text);background:var(--surface-2)}:root[data-theme=light] .app__bar{background:#ffffffd1}.modal--wide{max-width:560px}.set__section{padding:20px 0;border-top:1px solid var(--border-2)}.set__section:first-of-type{border-top:none;padding-top:8px}.set__label{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);margin-bottom:14px}.set__id{display:flex;gap:18px;align-items:flex-start}.set__avatar{position:relative;width:76px;height:76px;border-radius:20px;overflow:hidden;flex-shrink:0;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:28px;border:none;cursor:pointer}.set__avatar img{width:100%;height:100%;object-fit:cover}.set__avatar-cam{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000073;color:#fff;opacity:0;transition:opacity .18s ease}.set__avatar:hover .set__avatar-cam{opacity:1}.set__avatar-cam svg{width:20px;height:20px}.set__fields{flex:1;min-width:0;display:grid;gap:14px}.set__tag{display:flex;align-items:center;gap:4px;padding:0 14px;border-radius:12px;background:var(--bg);border:1px solid var(--border);transition:border-color .18s ease,box-shadow .18s ease}.set__tag:focus-within{border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.set__at{color:var(--muted-2);font-size:15px}.set__tag input{flex:1;min-width:0;border:none;background:none;outline:none;color:var(--text);font-family:var(--font-body);font-size:15px;padding:13px 0}.set__email{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:12px 14px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border);font-size:13.5px}.set__email>span{color:var(--muted)}.set__email>b{color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.set__row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}.set__row:first-of-type{margin-top:0}.set__row>span{font-size:14.5px;color:var(--text)}.seg{display:flex;gap:4px;padding:4px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border)}.seg button{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--muted);transition:color .18s ease,background .18s ease}.seg button svg{width:15px;height:15px}.seg button:hover{color:var(--text)}.seg button.is-on{background:var(--lime);color:var(--on-lime)}.set__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border-2)}.set__logout{color:#ff8f8f}.set__logout:hover{border-color:#ff5a5a59;background:#ff5a5a1a}.modal--settings{max-width:720px;padding:0;overflow:hidden}.settings{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:440px;max-height:calc(100vh - 80px)}.settings__nav{display:flex;flex-direction:column;gap:3px;padding:24px 14px;background:var(--surface-2);border-right:1px solid var(--border-2)}.settings__brand{font-family:var(--font-head);font-weight:800;font-size:15px;letter-spacing:-.02em;color:var(--text);padding:0 12px 16px}.settings__tab{display:flex;align-items:flex-start;gap:11px;padding:11px 12px;border-radius:11px;font-size:14px;font-weight:500;line-height:18px;color:var(--muted);text-align:left;min-width:0;overflow-wrap:break-word;transition:color .18s ease,background .18s ease}.settings__tab svg{width:18px;height:18px;flex-shrink:0}.settings__tab:hover{color:var(--text);background:#7f7f7f14}.settings__tab.is-active{color:var(--lime);background:var(--lime-soft);font-weight:600}.settings__panel{padding:26px 28px 28px;overflow-y:auto}.settings__title{font-family:var(--font-head);font-weight:800;font-size:22px;letter-spacing:-.03em;color:var(--text);margin-bottom:22px}.settings__foot{margin-top:24px}.settings__foot .btn{min-width:170px}.settings__account{display:grid;gap:12px;margin-top:20px}.settings__hint{font-size:12.5px;color:var(--muted-2);text-align:center;margin-top:2px}.switch{width:44px;height:26px;border-radius:100px;background:var(--surface-3);border:1px solid var(--border);position:relative;flex-shrink:0;transition:background .18s ease,border-color .18s ease}.switch__dot{position:absolute;top:50%;left:3px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:var(--muted);transition:left .18s ease,background .18s ease}.switch.is-on{background:var(--lime);border-color:var(--lime)}.switch.is-on .switch__dot{left:21px;background:var(--bg)}.tog__list{display:grid}.tog{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 2px;border-bottom:1px solid var(--border-2)}.tog:last-child{border-bottom:none}.tog>span{font-size:14.5px;color:var(--text)}.set__pw{margin-top:14px}.set__pwform{display:grid;gap:14px;padding:16px;border-radius:14px;border:1px solid var(--border);background:var(--surface-2)}.set__pwok{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13.5px;color:var(--lime)}.set__pwok svg{width:16px;height:16px}.set__bio{width:100%;padding:12px 14px;border-radius:12px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.5;resize:vertical;min-height:72px;transition:border-color .18s ease,box-shadow .18s ease}.set__bio::placeholder{color:var(--muted-3)}.set__bio:focus{outline:none;border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.settings__sub{font-size:14px;color:var(--muted);line-height:1.5;margin:-6px 0 20px}.social__list{display:grid;gap:12px}.social__row{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;border:1px solid var(--border);background:var(--surface-2);transition:border-color .2s ease}.social__row.is-linked{border-color:var(--border-lime)}.social__ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;background:var(--surface-3);color:var(--text)}.social__ic svg{width:20px;height:20px}.social__ic--instagram{color:#e1306c}.social__ic--spotify{color:#1db954}.social__ic--telegram{color:#2aabee}.social__main{flex:1;min-width:0}.social__name{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--text);margin-bottom:6px}.social__badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--lime);background:var(--lime-soft);border:1px solid var(--border-lime);padding:2px 8px;border-radius:100px}.social__badge svg{width:11px;height:11px}.social__field{display:flex;align-items:center;gap:3px;padding:0 12px;border-radius:10px;background:var(--bg);border:1px solid var(--border);transition:border-color .18s ease,box-shadow .18s ease}.social__field:focus-within{border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.social__at{color:var(--muted-2);font-size:14px}.social__field input{flex:1;min-width:0;border:none;background:none;outline:none;color:var(--text);font-family:var(--font-body);font-size:14px;padding:10px 0}.help__links{display:grid;gap:10px}.help__link{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:14.5px;font-weight:500;transition:border-color .18s ease,background .18s ease}.help__link svg{width:18px;height:18px;color:var(--muted)}.help__link:hover{border-color:var(--border-lime);background:var(--lime-soft)}.help__chev{margin-left:auto;color:var(--muted-2);font-size:18px}.help__fb{margin-top:24px}.chip-edit{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:100px;border:1px dashed var(--lime);background:transparent;color:var(--lime);font-family:var(--font-body);font-size:13px;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .18s ease}.chip-edit svg{width:14px;height:14px}.chip-edit:hover{background:var(--lime-soft);border-style:solid;transform:translateY(-1px)}.cover-pick{display:flex;align-items:center;gap:14px;width:100%;padding:12px;border-radius:14px;border:1px solid var(--border);background:#7f7f7f0d;text-align:left;transition:border-color .18s ease,background .18s ease}.cover-pick:hover{border-color:var(--border-lime);background:var(--lime-soft)}.cover-pick__thumb{width:48px;height:48px;border-radius:10px;flex-shrink:0;background-size:cover;background-position:center;background-color:var(--surface-3);color:var(--muted);display:grid;place-items:center}.cover-pick__thumb svg{width:20px;height:20px}.cover-pick__label{font-size:14px;font-weight:600;color:var(--text)}.modal__social--grid{grid-template-columns:1fr 1fr}.social__input{width:100%;padding:10px 12px;border-radius:10px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:13.5px;transition:border-color .18s ease,box-shadow .18s ease}.social__input::placeholder{color:var(--muted-3)}.social__input:focus{outline:none;border-color:var(--border-lime);box-shadow:0 0 0 3px var(--lime-soft)}.social__btn{flex-shrink:0;align-self:center;padding:9px 14px;border-radius:10px;border:1px solid var(--border-lime);background:var(--lime-soft);color:var(--lime);font-family:var(--font-body);font-size:13px;font-weight:600;transition:background .18s ease,color .18s ease,border-color .18s ease}.social__btn:hover{background:var(--lime);color:var(--on-lime)}.social__btn.is-linked{background:transparent;border-color:var(--border);color:var(--muted)}.social__btn.is-linked:hover{color:#ff8f8f;border-color:#ff5a5a59;background:#ff5a5a1a}.eq__presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.eq__preset{padding:9px 15px;border-radius:100px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);font-size:13px;font-weight:600;transition:color .18s ease,background .18s ease,border-color .18s ease}.eq__preset:hover{color:var(--text)}.eq__preset.is-on{background:var(--lime);border-color:var(--lime);color:var(--on-lime)}.eq__bands{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:26px 10px 20px;border-radius:18px;background:radial-gradient(120% 90% at 50% 0%,rgba(190,228,3,.06),transparent 60%),var(--surface-2);border:1px solid var(--border);box-shadow:inset 0 1px #ffffff08;overflow:hidden}.eq__bands:before{content:"";position:absolute;left:14px;right:14px;top:103px;height:1px;margin-top:-.5px;background:repeating-linear-gradient(to right,var(--border) 0 6px,transparent 6px 12px);pointer-events:none}.eq__band{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px}.eq__slider-wrap{display:grid;place-items:center;height:156px}.eq__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;writing-mode:vertical-lr;direction:rtl;width:24px;height:156px;background:transparent;cursor:pointer}.eq__slider::-webkit-slider-runnable-track{width:6px;height:156px;border-radius:100px;background:var(--surface-3);box-shadow:inset 0 0 0 1px var(--border-2)}.eq__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:22px;border-radius:7px;background:linear-gradient(180deg,var(--lime),var(--lime-600));border:3px solid var(--bg);box-shadow:0 3px 10px -2px var(--lime-glow),0 0 0 1px var(--border);margin-left:-9px;cursor:grab}.eq__slider:active::-webkit-slider-thumb{cursor:grabbing}.eq__slider::-moz-range-track{width:6px;height:156px;border-radius:100px;background:var(--surface-3);box-shadow:inset 0 0 0 1px var(--border-2)}.eq__slider::-moz-range-thumb{width:24px;height:22px;border-radius:7px;background:linear-gradient(180deg,var(--lime),var(--lime-600));border:3px solid var(--bg);box-shadow:0 3px 10px -2px var(--lime-glow);cursor:grab}.eq__slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--lime-soft),0 3px 10px -2px var(--lime-glow)}.eq__db{font-size:13px;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums;transition:color .15s ease}.eq__db.is-active{color:var(--lime)}.eq__freq{font-size:11px;font-weight:600;color:var(--muted-2);letter-spacing:.02em}.dev__list{display:grid;gap:12px}.dev__row{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;border:1px solid var(--border);background:var(--surface-2)}.dev__row.is-current{border-color:var(--border-lime)}.dev__ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--surface-3);color:var(--muted);flex-shrink:0}.dev__ic svg{width:20px;height:20px}.dev__row.is-current .dev__ic{background:var(--lime-soft);color:var(--lime)}.dev__main{flex:1;min-width:0}.dev__name{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--text)}.dev__badge{font-size:11px;font-weight:600;color:var(--lime);background:var(--lime-soft);border:1px solid var(--border-lime);padding:2px 8px;border-radius:100px}.dev__meta{font-size:12.5px;color:var(--muted-2);margin-top:3px}.dev__logout{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);color:var(--muted);display:grid;place-items:center;flex-shrink:0;transition:color .18s ease,background .18s ease,border-color .18s ease}.dev__logout svg{width:17px;height:17px}.dev__logout:hover{color:#ff8f8f;border-color:#ff5a5a59;background:#ff5a5a1a}.people{display:flex;flex-direction:column;gap:2px;max-height:62vh;overflow-y:auto;overflow-x:hidden}.person{display:flex;align-items:center;gap:14px;min-width:0;padding:12px 4px;border-bottom:1px solid var(--border-2)}.person:last-child{border-bottom:none}.person__av{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:17px;flex-shrink:0}.person__main{flex:1;min-width:0}.person__name{font-size:15px;font-weight:600;color:var(--text)}.person__sub{font-size:12.5px;color:var(--muted-2);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person__follow{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:100px;border:1px solid var(--lime);background:var(--lime);color:var(--on-lime);font-size:13px;font-weight:600;transition:background .18s ease,color .18s ease,border-color .18s ease}.person__follow svg{width:14px;height:14px}.person__follow.is-on{background:transparent;color:var(--muted);border-color:var(--border)}.tracks{max-width:1040px}.tracks__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:28px}.tracks__title{font-family:var(--font-head);font-weight:800;font-size:clamp(24px,3vw,32px);letter-spacing:-.03em}.tracks__sub{color:var(--muted);font-size:14.5px;margin-top:6px}.tracks__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.tracks__empty{margin-top:40px;text-align:center;color:var(--muted-2);display:flex;flex-direction:column;align-items:center;gap:14px}.tracks__empty svg{width:40px;height:40px;color:var(--muted-3)}.tracks__empty p{font-size:15px}.ttile{display:flex;flex-direction:column}.ttile__cover{position:relative;aspect-ratio:1 / 1;border-radius:16px;border:1px solid var(--border);overflow:hidden;display:grid;place-items:center;transition:border-color .25s ease,box-shadow .25s ease}.ttile:hover .ttile__cover{border-color:var(--lime);box-shadow:0 0 30px -10px #bee40366}.ttile__cover .art{width:78%;height:auto}.ttile__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;box-shadow:0 8px 22px -6px var(--lime-glow);transition:transform .18s ease,background .18s ease}.ttile__play svg{width:18px;height:18px}.ttile__play:hover{background:var(--lime-600);transform:translate(-50%,-50%) scale(1.06)}.ttile__del{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:9px;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;opacity:0;transition:opacity .18s ease,color .18s ease,background .18s ease}.ttile__del svg{width:15px;height:15px}.ttile:hover .ttile__del{opacity:1}.ttile__del:hover{color:#ff8f8f;background:#000000b3}.ttile__title{margin-top:12px;font-family:var(--font-head);font-weight:700;font-size:15.5px;letter-spacing:-.02em;color:var(--text)}.ttile__meta{font-size:12.5px;color:var(--lime);margin-top:3px}.ttile__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ttile__tags span{font-size:11.5px;color:var(--muted-2);background:var(--surface-2);border:1px solid var(--border);padding:3px 8px;border-radius:100px}@media (max-width: 1080px){.fc-front{grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:20px;padding:20px}.ap{grid-template-columns:240px minmax(0,1fr);gap:26px}.fc-back{padding:24px}}@media (max-width: 900px){.deck{overflow-y:auto;padding-bottom:76px}.deck__drag{height:auto}.deck__slide{width:100%;height:auto;max-height:none}.deck__nav{right:50%;top:auto;bottom:26px;transform:translate(50%);flex-direction:row}.deck__hint{display:none}.trk{height:auto}.flipcard{height:620px}.fc-front{grid-template-columns:minmax(0,1fr);overflow-y:auto}.fc-player{align-self:stretch}.ap{grid-template-columns:minmax(0,1fr);overflow-y:auto}.ap__id{border-right:none;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:20px}.ap__follow{margin-top:16px;width:100%}.pbar{flex-wrap:wrap}.seek{order:3;flex-basis:100%}}@media (max-width: 860px){.profile__stats,.profile__badges{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.settings{grid-template-columns:minmax(0,1fr);min-height:0}.settings__nav{flex-direction:row;overflow-x:auto;gap:4px;padding:12px;border-right:none;border-bottom:1px solid var(--border-2)}.settings__brand{display:none}.settings__tab{white-space:nowrap;padding:9px 12px}}@media (max-width: 640px){.feed__head{align-items:flex-start}.feed__chips{justify-content:flex-start}.profile__logout{margin-left:0}.profile__actions .btn{flex:1}.pcard__play{width:52px;height:52px}.fp__bottom{flex-wrap:wrap}.fp__bottom .fp__actions{margin-left:0}}@media (max-width: 560px){.app .brand{font-size:0;gap:0}.app__tabs button{padding:9px 12px}}@media (max-width: 460px){.onboard__foot{flex-direction:column-reverse;align-items:stretch}.onboard__foot .btn{width:100%}.onboard__count{text-align:center}}.breakout{max-width:1240px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:236px minmax(0,1fr);gap:40px;align-items:start}.bk__side{position:sticky;top:20px;display:flex;flex-direction:column}.bk__brand{display:flex;align-items:center;gap:8px}.bk__brand-ic{width:22px;height:22px;color:var(--lime)}.bk__spark{width:16px;height:16px;color:var(--lime);opacity:.8}.bk__title{font-family:var(--font-head);font-weight:900;font-size:34px;letter-spacing:-.03em;line-height:1;background:linear-gradient(100deg,#ff5fd2,var(--lime));-webkit-background-clip:text;background-clip:text;color:transparent}.bk__lead{margin:14px 0 22px;font-size:13.5px;line-height:1.5;color:var(--muted)}.bk__filters{display:flex;flex-direction:column;gap:2px}.bk__filter{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border-radius:11px;font-size:14px;font-weight:600;color:var(--muted);text-align:left;transition:color .16s ease,background .16s ease}.bk__filter:hover{color:var(--text);background:var(--surface-2)}.bk__filter.is-on{color:var(--lime);background:var(--lime-soft)}.bk__filter-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 8px var(--lime-glow)}.bk__info{margin-top:26px;padding:18px;border-radius:16px;border:1px solid var(--border);background:var(--surface)}.bk__info-ic{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--lime-soft);color:var(--lime);margin-bottom:12px}.bk__info-ic svg{width:18px;height:18px}.bk__info p{font-size:12.5px;line-height:1.5;color:var(--muted)}.bk__how{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:var(--lime);font-weight:700;font-size:13px}.bk__how svg{width:15px;height:15px;transition:transform .16s ease}.bk__how:hover svg{transform:translate(3px)}.bk__main{min-width:0}.bk__hero{position:relative;display:grid;grid-template-columns:232px minmax(0,1fr);gap:30px;padding:24px;border-radius:22px;border:1px solid var(--border);background:radial-gradient(120% 120% at 100% 0%,var(--lime-soft),transparent 55%),var(--surface);overflow:hidden}.bk__hero-cover{position:relative;aspect-ratio:1;border-radius:16px;overflow:hidden;display:grid;place-items:center}.bk__hero-cover img{width:100%;height:100%;object-fit:cover}.bk__hero-cover .art{width:82%;height:82%}.bk__hero-rank{position:absolute;top:12px;left:12px;padding:5px 11px;border-radius:100px;font-family:var(--font-head);font-weight:800;font-size:13px;color:var(--on-lime);background:var(--lime);box-shadow:0 4px 14px -3px var(--lime-glow)}.bk__hero-body{min-width:0;display:flex;flex-direction:column;padding-right:34px}.bk__hero-artist{font-size:13.5px;font-weight:600;color:var(--muted)}.bk__hero-name{font-family:var(--font-head);font-weight:900;font-size:clamp(26px,3.4vw,40px);letter-spacing:-.03em;line-height:1.05;margin:4px 0 12px;color:var(--text)}.bk__hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--muted);margin-bottom:18px}.bk__hero-meta>span:not(.badge--unreleased){position:relative;padding-left:14px}.bk__hero-meta>span:not(.badge--unreleased):before{content:"·";position:absolute;left:4px}.badge--unreleased{display:inline-flex;align-items:center;padding:4px 10px;border-radius:100px;font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--acc, var(--lime));border:1px solid var(--acc, var(--lime));background:transparent;white-space:nowrap}.bk__hero-meta .badge--unreleased:before{content:none}.bwave{display:flex;align-items:center;gap:2px;width:100%}.bwave i{flex:1;min-height:3px;border-radius:2px;transition:opacity .1s linear}.bwave--hero{height:62px;gap:3px;margin-top:auto}.bk__time{font-size:12px;color:var(--muted-2);font-variant-numeric:tabular-nums;margin:10px 0 16px}.bk__hero-controls{display:flex;align-items:center;gap:10px}.bk__play{width:52px;height:52px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;flex-shrink:0;box-shadow:0 8px 26px -6px var(--lime-glow);transition:transform .14s ease}.bk__play:hover{transform:scale(1.06)}.bk__play svg{width:22px;height:22px;margin-left:1px}.bk__iconbtn{width:42px;height:42px;border-radius:50%;border:1px solid var(--border);color:var(--muted);display:grid;place-items:center;flex-shrink:0;transition:color .16s ease,border-color .16s ease,background .16s ease}.bk__iconbtn svg{width:18px;height:18px}.bk__iconbtn:hover{color:var(--text);border-color:var(--muted-2)}.bk__iconbtn.is-on{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.bk__iconbtn--sm{width:34px;height:34px}.bk__iconbtn--sm svg{width:15px;height:15px}.bk__view{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:11px 18px;border-radius:100px;border:1px solid var(--border);color:var(--text);font-weight:600;font-size:13.5px;transition:border-color .16s ease,background .16s ease}.bk__view svg{width:15px;height:15px}.bk__view:hover{border-color:var(--muted-2);background:var(--surface-2)}.bk__arrow{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:grid;place-items:center;transition:color .16s ease,background .16s ease}.bk__arrow svg{width:18px;height:18px}.bk__arrow:hover{color:var(--text);background:var(--surface-2)}.bk__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:7px}.bk__dot{width:7px;height:7px;border-radius:50%;background:var(--surface-3);transition:width .2s ease,background .2s ease}.bk__dot.is-on{width:22px;border-radius:100px;background:var(--lime)}.bk__chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:34px 4px 16px}.bk__chart-head h3{font-family:var(--font-head);font-weight:800;font-size:20px;letter-spacing:-.02em;color:var(--text)}.bk__updates{font-size:13px;color:var(--muted-2)}.bk__empty{padding:40px;text-align:center;color:var(--muted);border:1px dashed var(--border);border-radius:16px}.bk__list{display:flex;flex-direction:column;gap:8px}.bk__row{display:grid;grid-template-columns:28px 46px minmax(110px,1.2fr) 112px minmax(120px,1.5fr) 74px auto;align-items:center;gap:14px;padding:9px 14px 9px 6px;border-radius:14px;border:1px solid var(--border);background:var(--surface);transition:border-color .16s ease,background .16s ease}.bk__row:hover{border-color:var(--muted-3);background:var(--surface-2)}.bk__row.is-playing{border-color:var(--acc, var(--lime));background:var(--lime-soft)}.bk__rank{font-family:var(--font-head);font-weight:800;font-size:18px;color:var(--muted-2);text-align:center}.bk__row.is-playing .bk__rank{color:var(--acc, var(--lime))}.bk__cover{width:46px;height:46px;border-radius:10px;overflow:hidden;display:grid;place-items:center}.bk__cover img{width:100%;height:100%;object-fit:cover}.bk__cover .art{width:100%;height:100%}.bk__row-main{min-width:0}.bk__row-title{font-weight:700;font-size:14.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bk__row-artist{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bk__row-badge{justify-self:start}.bk__row-badge--rel{display:inline-flex;padding:4px 10px;border-radius:100px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);border:1px solid var(--border)}.bwave--row{height:30px;gap:2px}.bk__row-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bk__trend{display:inline-flex;align-items:center;gap:1px;font-weight:800;font-size:12.5px;font-variant-numeric:tabular-nums}.bk__trend--up{color:var(--lime)}.bk__trend--new{color:var(--acc, var(--lime));letter-spacing:.06em;font-size:11px}.bk__trend-ic{width:13px;height:13px}.bk__plays{font-size:11.5px;color:var(--muted-2);font-variant-numeric:tabular-nums}.bk__row-actions{display:flex;align-items:center;gap:6px}.bk__rowplay{width:36px;height:36px;border-radius:50%;background:var(--lime);color:var(--on-lime);display:grid;place-items:center;flex-shrink:0;transition:transform .14s ease}.bk__rowplay:hover{transform:scale(1.08)}.bk__rowplay svg{width:15px;height:15px;margin-left:1px}.helpdoc{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:var(--bg-deep);display:flex;flex-direction:column;animation:modal-in .28s cubic-bezier(.2,.7,.2,1) both}.helpdoc__bar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border);background:var(--bg)}.helpdoc__back{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:600;font-size:14px;transition:color .16s ease}.helpdoc__back svg{width:18px;height:18px}.helpdoc__back:hover{color:var(--text)}.helpdoc__brand{display:flex;align-items:center;gap:9px;font-family:var(--font-head);font-weight:800;letter-spacing:-.01em;color:var(--text)}.helpdoc__scroll{flex:1;overflow-y:auto;padding:40px 24px 90px}.helpdoc__inner{max-width:720px;margin:0 auto}.helpdoc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.helpdoc__badge{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:100px;background:var(--lime-soft);color:var(--lime);font-weight:700;font-size:12.5px}.helpdoc__badge svg{width:15px;height:15px}.helpdoc__updated{font-size:12px;color:var(--muted-2)}.helpdoc__title{font-family:var(--font-head);font-weight:900;font-size:clamp(30px,5vw,44px);letter-spacing:-.035em;line-height:1.05;color:var(--text)}.helpdoc__lead{margin:14px 0 30px;font-size:16px;line-height:1.6;color:var(--muted)}.helpdoc__guides{display:grid;gap:12px;margin-bottom:34px}.helpdoc__guide{padding:20px;border-radius:16px;border:1px solid var(--border);background:var(--surface)}.helpdoc__guide-ic{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--lime-soft);color:var(--lime);margin-bottom:14px}.helpdoc__guide-ic svg{width:19px;height:19px}.helpdoc__guide h3{font-family:var(--font-head);font-weight:800;font-size:17px;color:var(--text);margin-bottom:7px}.helpdoc__guide p{font-size:14px;line-height:1.6;color:var(--muted)}.helpdoc__faqs{display:flex;flex-direction:column;gap:8px}.helpdoc__faq{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden;transition:border-color .16s ease}.helpdoc__faq.is-open{border-color:var(--border-lime)}.helpdoc__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;text-align:left;font-weight:600;font-size:15px;color:var(--text)}.helpdoc__q-chev{width:18px;height:18px;flex-shrink:0;color:var(--muted);transition:transform .2s ease}.helpdoc__faq.is-open .helpdoc__q-chev{transform:rotate(180deg);color:var(--lime)}.helpdoc__a{padding:0 18px 18px;font-size:14px;line-height:1.65;color:var(--muted)}.helpdoc__cta{display:flex;align-items:center;gap:16px;margin-top:30px;padding:22px;border-radius:18px;border:1px solid var(--border-lime);background:var(--lime-soft)}.helpdoc__cta-ic{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--lime);color:var(--on-lime);flex-shrink:0}.helpdoc__cta-ic svg{width:21px;height:21px}.helpdoc__cta-body{flex:1;min-width:0}.helpdoc__cta-body b{display:block;font-family:var(--font-head);font-size:16px;color:var(--text)}.helpdoc__cta-body p{font-size:13.5px;color:var(--muted);margin-top:2px}.helpdoc__channels{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:34px}.helpdoc__channel{display:block;padding:20px;border-radius:16px;border:1px solid var(--border);background:var(--surface);transition:border-color .16s ease}a.helpdoc__channel:hover{border-color:var(--border-lime)}.helpdoc__channel-ic{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--lime-soft);color:var(--lime);margin-bottom:12px}.helpdoc__channel-ic svg{width:18px;height:18px}.helpdoc__channel b{font-size:15px;color:var(--text)}.helpdoc__channel p{font-size:13px;color:var(--muted);margin-top:3px}.helpdoc__formtitle{font-family:var(--font-head);font-weight:800;font-size:18px;color:var(--text);margin-bottom:16px}.helpdoc__form{padding:22px;border-radius:18px;border:1px solid var(--border);background:var(--surface)}.helpdoc__row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.helpdoc__sev{display:flex;flex-direction:column;gap:8px;margin-top:6px}.helpdoc__sev-opt{padding:12px 15px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);font-weight:600;font-size:13.5px;text-align:left;transition:color .16s ease,border-color .16s ease,background .16s ease}.helpdoc__sev-opt:hover{color:var(--text)}.helpdoc__sev-opt.is-on{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.helpdoc__ok{text-align:center;padding:20px 10px}.helpdoc__ok-ic{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--lime);color:var(--on-lime);margin-bottom:14px}.helpdoc__ok-ic svg{width:26px;height:26px}.helpdoc__ok b{display:block;font-family:var(--font-head);font-size:18px;color:var(--text)}.helpdoc__ok p{margin-top:6px;font-size:14px;color:var(--muted)}@media (max-width: 900px){.breakout{grid-template-columns:1fr;gap:24px}.bk__side{position:static}.bk__filters{flex-direction:row;flex-wrap:wrap}.bk__info{display:none}}@media (max-width: 720px){.bk__hero{grid-template-columns:1fr;gap:18px}.bk__hero-cover{max-width:180px}.bk__view{margin-left:0}.bk__row{grid-template-columns:24px 44px minmax(0,1fr) auto;gap:12px}.bk__row-badge,.bwave--row,.bk__row-stats{display:none}.helpdoc__channels,.helpdoc__row2{grid-template-columns:1fr}}.disc__bar{max-width:1240px;margin:0 auto;padding:0 28px 22px}.disc__bar .seg{display:inline-flex}.disc__inner{max-width:1240px;margin:0 auto;padding:0 28px}.disc__inner .search{max-width:1000px}.profile__rule{height:1px;background:var(--border);margin:24px 0 20px}.profile__seg{display:inline-flex;margin:0 0 26px}.profile__seg button{padding:9px 18px}.nav__theme{width:38px;height:38px;border-radius:11px;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:grid;place-items:center;flex-shrink:0;transition:color .18s ease,background .18s ease,border-color .18s ease}.nav__theme svg{width:18px;height:18px}.nav__theme:hover{color:var(--text);background:var(--surface-2)}.profile .tracks{margin-top:4px}@media (max-width: 560px){.app__user .lang{display:none}.disc__bar,.disc__inner{padding-left:16px;padding-right:16px}}.ach-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.ach-count{font-family:var(--font-mono, ui-monospace, monospace);font-size:12.5px;color:var(--muted-2);font-variant-numeric:tabular-nums}.ach-sub{margin:26px 0 12px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2)}.ach-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:12px}.ach-grid--rare{grid-template-columns:repeat(auto-fill,minmax(184px,1fr))}.ach{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px 18px;transition:border-color .18s ease,box-shadow .18s ease}.ach.is-earned{border-color:var(--border-lime)}.ach.is-max{border-color:var(--lime);box-shadow:0 0 0 1px var(--lime-soft),0 14px 34px -22px var(--lime-glow)}.ach__top{display:flex;align-items:flex-start;gap:13px}.ach__ic{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--surface-2);color:var(--muted-2);transition:background .18s ease,color .18s ease}.ach.is-earned .ach__ic{background:var(--lime-soft);color:var(--lime)}.ach__ic svg{width:20px;height:20px}.ach__id{flex:1;min-width:0}.ach__name{font-family:var(--font-head);font-weight:800;font-size:15px;letter-spacing:-.01em;color:var(--text)}.ach__desc{font-size:12.5px;color:var(--muted);margin-top:2px;line-height:1.4}.ach__lvl{flex-shrink:0;font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;font-weight:600;color:var(--muted-2);background:var(--surface-2);border:1px solid var(--border);border-radius:100px;padding:4px 9px;white-space:nowrap}.ach.is-earned .ach__lvl{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.ach__bar{display:flex;gap:4px;margin-top:14px}.ach__seg{flex:1;height:6px;border-radius:100px;background:var(--surface-3);overflow:hidden}.ach__seg i{display:block;height:100%;border-radius:100px;background:var(--lime);transition:width .4s cubic-bezier(.2,.7,.2,1)}.ach__tiers{display:flex;flex-wrap:wrap;gap:5px 14px;margin-top:11px}.ach__tier{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--muted-2)}.ach__tier.is-on{color:var(--text)}.ach__tier svg{width:12px;height:12px;color:var(--lime)}.ach__dot{width:5px;height:5px;border-radius:50%;background:var(--muted-3)}.ach__meta{margin-top:10px;font-family:var(--font-mono, ui-monospace, monospace);font-size:11.5px;color:var(--muted);font-variant-numeric:tabular-nums}.ach__steps{list-style:none;margin:13px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.ach__steps li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.ach__steps li.is-done{color:var(--text)}.ach__check{flex-shrink:0;width:20px;height:20px;border-radius:6px;display:grid;place-items:center;background:var(--surface-2);color:var(--muted-3)}.ach__steps li.is-done .ach__check{background:var(--lime);color:var(--on-lime, #0a0c0d)}.ach__check svg{width:13px;height:13px}.ach--rare{text-align:center;padding:20px 16px 16px}.ach--rare.is-earned{border-color:var(--rare, var(--lime))}.ach__ic--rare{width:48px;height:48px;margin:0 auto 12px;border-radius:14px;display:grid;place-items:center;background:var(--surface-2);color:var(--muted-3)}.ach--rare.is-earned .ach__ic--rare{background:var(--rare);color:#0a0c0d;box-shadow:0 10px 26px -8px var(--rare)}.ach__ic--rare svg{width:23px;height:23px}.ach--rare .ach__desc{margin-top:5px}.ach__state{margin-top:12px;display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--muted-2)}.ach__state.is-on{color:var(--rare, var(--lime))}.ach__state svg{width:14px;height:14px}.ach__event{margin-top:8px;font-family:var(--font-mono, ui-monospace, monospace);font-size:10px;letter-spacing:.02em;color:var(--muted-3)}.seg__n{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--surface);color:var(--muted-2);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.seg button.is-on .seg__n{background:var(--lime-soft);color:var(--lime)}.ap__name--link,.ap__handle--link,.sres__artist--link,.bk__artist--link,.tgrid__artist{background:none;text-align:left;cursor:pointer;transition:color .18s ease}.ap__name--link:hover,.sres__artist--link:hover,.bk__artist--link:hover,.tgrid__artist:hover{color:var(--lime)}.ap__handle--link:hover{color:var(--lime);text-decoration:underline}.person__open{display:flex;align-items:center;gap:14px;flex:1;min-width:0;padding:0;background:none;text-align:left;cursor:pointer;border-radius:10px;transition:opacity .18s ease}.person__open:hover{opacity:.78}.person__open:hover .person__name{color:var(--lime)}.uprof{padding:26px 0 60px}.uprof__back{display:inline-flex;align-items:center;gap:7px;margin-bottom:20px;padding:8px 14px 8px 10px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:13px;font-weight:600;transition:color .18s ease,border-color .18s ease}.uprof__back:hover{color:var(--text);border-color:var(--border-strong, rgba(255, 255, 255, .18))}.uprof__back svg{width:15px;height:15px}.uprof__head{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.uprof__avatar{flex:none;display:grid;place-items:center;width:88px;height:88px;border-radius:50%;overflow:hidden;color:var(--on-lime);font-size:32px;font-weight:800}.uprof__avatar img{width:100%;height:100%;object-fit:cover}.uprof__id{flex:1;min-width:0}.uprof__id h1{font-size:27px;line-height:1.15;letter-spacing:-.02em}.uprof__handle{margin-top:3px;color:var(--muted);font-size:14px}.uprof__meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:9px;color:var(--muted-2);font-size:12.5px}.uprof__badge{padding:3px 9px;border-radius:999px;background:var(--lime-soft);color:var(--lime);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.uprof__follow{flex:none}.uprof__bio{margin-top:18px;max-width:620px;color:var(--muted);font-size:14.5px;line-height:1.6}.uprof__counts{display:flex;gap:28px;margin:22px 0 20px;padding:16px 0;border-top:1px solid var(--border-2);border-bottom:1px solid var(--border-2)}.uprof__count b{display:block;font-size:20px;letter-spacing:-.01em}.uprof__count span{display:block;margin-top:2px;color:var(--muted-2);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.uprof__pane,.profile__pane{margin-top:22px}.tgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.tgrid__item{display:flex;flex-direction:column;min-width:0;padding:10px;border-radius:14px;border:1px solid var(--border);background:var(--surface);transition:border-color .18s ease,transform .18s ease}.tgrid__item:hover{border-color:var(--border-2);transform:translateY(-2px)}.tgrid__cover{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden}.tgrid__body{min-width:0;padding:11px 3px 3px}.tgrid__title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tgrid__artist{display:block;margin-top:2px;max-width:100%;color:var(--muted);font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tgrid__meta{display:flex;align-items:center;gap:5px;margin-top:7px;color:var(--muted-2);font-size:11.5px}.tgrid__meta svg{width:12px;height:12px}.tgrid__empty{display:grid;justify-items:center;gap:10px;padding:54px 20px;border-radius:16px;border:1px dashed var(--border);color:var(--muted-2);text-align:center}.tgrid__empty svg{width:26px;height:26px;opacity:.6}.tgrid__empty p{font-size:14px;font-weight:600;color:var(--muted)}.tgrid__empty-sub{font-size:12.5px;max-width:340px}.profile__privnote{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;padding:11px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:13px}.profile__privnote svg{width:15px;height:15px;flex:none;color:var(--lime)}.profile__privnote.is-hidden svg{color:var(--muted-2)}.profile__privnote span{flex:1;min-width:0}.profile__privlink{flex:none;padding:5px 11px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--text);font-size:12px;font-weight:600;cursor:pointer;transition:color .18s ease,border-color .18s ease}.profile__privlink:hover{color:var(--lime);border-color:var(--lime-soft)}@media (max-width: 640px){.uprof__head{gap:14px}.uprof__avatar{width:66px;height:66px;font-size:24px}.uprof__id h1{font-size:22px}.uprof__counts{gap:20px}.tgrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.tracks__seg{display:inline-flex;margin:4px 0 22px}.tstats__note{padding:40px 0;color:var(--muted-2);font-size:14px;text-align:center}.tstats__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.tstats__card{padding:16px 18px;border-radius:14px;border:1px solid var(--border);background:var(--surface)}.tstats__card-v{font-family:var(--font-head);font-weight:800;font-size:24px;letter-spacing:-.02em}.tstats__card-l{margin-top:4px;color:var(--muted-2);font-size:11.5px;letter-spacing:.05em;text-transform:uppercase}.tstats__pending{display:flex;align-items:center;gap:9px;margin-top:14px;padding:11px 14px;border-radius:12px;border:1px solid var(--border-lime);background:var(--lime-soft);color:var(--lime);font-size:13px;font-weight:600}.tstats__pending svg{width:15px;height:15px}.tstats__h3{margin:26px 0 12px;font-family:var(--font-head);font-weight:700;font-size:15px}.tstats__list{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}.tstats__row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(80px,1fr) auto;align-items:center;gap:16px;padding:13px 16px}.tstats__row+.tstats__row{border-top:1px solid var(--border-2)}.tstats__row-id{min-width:0}.tstats__row-id b{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tstats__row-id span{display:block;margin-top:2px;color:var(--muted-2);font-size:11.5px}.tstats__bar{height:6px;border-radius:3px;background:var(--surface-3);overflow:hidden}.tstats__bar i{display:block;height:100%;min-width:2px;border-radius:3px;background:var(--lime)}.tstats__nums{display:flex;gap:16px;white-space:nowrap}.tstats__nums span{display:flex;flex-direction:column;align-items:flex-end;color:var(--muted-2);font-size:10.5px;letter-spacing:.03em}.tstats__nums b{color:var(--text);font-size:14px;font-variant-numeric:tabular-nums}@media (max-width: 620px){.tstats__row{grid-template-columns:minmax(0,1fr);gap:9px}.tstats__nums{justify-content:space-between}}.ttile__eye{position:absolute;top:10px;right:50px;width:32px;height:32px;border-radius:9px;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;opacity:0;transition:opacity .18s ease,color .18s ease,background .18s ease}.ttile__eye svg{width:15px;height:15px}.ttile:hover .ttile__eye,.ttile__eye:focus-visible{opacity:1}.ttile__eye:hover{color:var(--lime)}.ttile:has(.ttile__hidden) .ttile__cover{opacity:.45}.ttile:has(.ttile__hidden):hover .ttile__cover{opacity:.75}.ttile__hidden{position:absolute;left:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:100px;background:#000000b8;border:1px solid rgba(255,255,255,.14);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ttile__hidden svg{width:12px;height:12px}.uprof__count{background:none;text-align:left;padding:4px 8px;margin:-4px -8px;border-radius:10px;cursor:pointer;transition:background .16s ease}.uprof__count:hover{background:var(--surface)}.uprof__count:hover b{color:var(--lime)}.people--pane{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:6px 16px}.brand--home{gap:0;padding:0;background:none;cursor:pointer;border-radius:12px}.brand--home:focus-visible{outline:2px solid var(--lime-soft);outline-offset:4px}.brand__word{display:grid;grid-template-columns:0fr;overflow:hidden;transition:grid-template-columns .32s cubic-bezier(.22,1,.36,1),opacity .22s ease,margin-left .32s cubic-bezier(.22,1,.36,1);opacity:0;margin-left:0}.brand__word>span{min-width:0;overflow:hidden;white-space:nowrap}.brand--home:hover .brand__word,.brand--home:focus-visible .brand__word{grid-template-columns:1fr;opacity:1;margin-left:10px}.brand--home .brand__mark{transition:transform .32s cubic-bezier(.22,1,.36,1)}.brand--home:hover .brand__mark{transform:scale(1.04)}@media (prefers-reduced-motion: reduce){.brand__word{transition:opacity .15s ease}}.profile__badge{display:inline-flex;align-items:center;gap:6px;flex:none;line-height:1.4;padding:4px 10px;border-radius:100px;border:1px solid var(--border-lime);background:var(--lime-soft);color:var(--lime);font-size:11.5px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.profile__badge svg{width:13px;height:13px}.profile__stat{width:100%;text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.profile__stat:hover{border-color:var(--border-lime);transform:translateY(-2px)}.profile__stat:focus-visible{outline:2px solid var(--lime-soft);outline-offset:2px}.ach__pin{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:5px 11px;border-radius:100px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:11.5px;font-weight:700;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.ach__pin svg{width:12px;height:12px}.ach__pin:hover{color:var(--lime);border-color:var(--border-lime)}.ach__pin.is-on{color:var(--lime);border-color:var(--border-lime);background:var(--lime-soft)}.ach__meta{display:flex;align-items:center;gap:10px}.modal--stat{max-width:780px;width:min(780px,100%);display:flex;flex-direction:column;max-height:min(76vh,720px)}.modal__x{position:absolute;top:16px;right:16px;display:grid;place-items:center;width:32px;height:32px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);cursor:pointer;transition:color .18s ease}.modal__x:hover{color:var(--text)}.modal__x svg{width:14px;height:14px}.modal__title{font-family:var(--font-head);font-weight:800;font-size:20px;letter-spacing:-.02em;padding-right:44px;margin-bottom:18px}.modal__scroll{overflow-y:auto;min-height:0;padding-right:4px}.badgelist{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}.badgelist__row{display:flex;align-items:center;gap:14px;padding:13px 16px}.badgelist__row+.badgelist__row{border-top:1px solid var(--border-2)}.badgelist__row.is-on{background:var(--lime-soft)}.badgelist__ic{display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:11px;border:1px solid var(--border-lime);background:var(--lime-soft);color:var(--lime)}.badgelist__ic svg{width:17px;height:17px}.badgelist__id{min-width:0;flex:1}.badgelist__id b{display:block;font-size:14px}.badgelist__id span{display:block;margin-top:2px;color:var(--muted-2);font-size:12.5px}.badgelist__pin{flex:none;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:100px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.badgelist__pin svg{width:12px;height:12px}.badgelist__pin:hover{color:var(--lime);border-color:var(--border-lime)}.badgelist__pin.is-on{color:var(--on-lime);background:var(--lime);border-color:var(--lime)}.uprof__section{margin-top:30px}.uprof__section h3{font-family:var(--font-head);font-weight:700;font-size:15px;margin-bottom:14px}.uprof__count.is-static{cursor:default}.uprof__count.is-static:hover{background:none}.uprof__count.is-static:hover b{color:inherit}.ubadges{display:flex;flex-wrap:wrap;gap:9px}.ubadge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px 8px 9px;border-radius:100px;border:1px solid var(--border-lime);background:var(--lime-soft);color:var(--lime);font-size:13px;font-weight:700;white-space:nowrap}.ubadge__ic{display:grid;place-items:center;width:24px;height:24px;flex:none;border-radius:50%;background:var(--lime);color:var(--on-lime)}.ubadge__ic svg{width:13px;height:13px}.uprof__privnote{display:flex;align-items:center;gap:8px;margin-top:28px;color:var(--muted-2);font-size:12.5px}.uprof__privnote svg{width:14px;height:14px;flex:none}.helpdoc__guide.is-target{border-color:var(--lime);box-shadow:0 0 0 1px var(--lime),0 0 34px -10px var(--lime-glow)}@media (max-width: 640px){.app__bar{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg)}.app__tabs{position:fixed;left:0;right:0;bottom:0;z-index:60;gap:4px;border:0;border-top:1px solid var(--border);border-radius:0;background:#060708f0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px))}.app__tabs button{flex:1;flex-direction:column;gap:3px;padding:7px 4px;border-radius:12px;font-size:11px}.app__tabs button svg{width:19px;height:19px}.app__main--scroll{padding-bottom:118px}.app__main--reel{padding-bottom:62px}.app__bar-inner{gap:10px;padding-top:10px;padding-bottom:10px}.app__user{gap:6px}.deck{padding-bottom:10px}.flipcard{height:min(620px,calc(100dvh - 322px));min-height:320px}.fc-front{display:flex;flex-direction:column;overflow:hidden}.fc-front__left{flex:1;min-height:0}.fc-cover{flex:1;min-height:0;padding:8px 0}.coverart{height:100%;max-height:100%}.fc-player{flex:none;gap:12px;padding:14px 16px}.fp__pending{gap:10px;padding:0}.feed__head{padding-bottom:4px}.feed__sub{display:none}.profile__seg{flex-wrap:wrap}.profile__seg button{flex:1 1 calc(50% - 4px);justify-content:center;padding:9px 8px}.bk__view,.disc,.uprof{min-width:0;max-width:100%}.bk__view{overflow-x:hidden}}:root[data-theme=light] .app__tabs{background:#fffffff0}
