:root{color-scheme:light;--bg:#E9EBF1;--bg-grad-1:#FFE7D2;--bg-grad-2:#E8EDFB;--surface:#ffffff;--surface-2:#F6F7FA;--surface-hover:#EEF0F4;--border:#E7E8EE;--border-strong:#D9DBE3;--text-primary:#15151B;--text-secondary:#6C6C79;--text-muted:#9A9AA6;--brand:#E85D04;--brand-strong:#E85D04;--brand-soft:rgba(232,93,4,0.10);--brand-grad:linear-gradient(135deg,#FF8A3D,#E85D04);--brand-50:#FFF3E9;--brand-100:#FFE7D2;--brand-400:#FF8A3D;--brand-500:#F77307;--brand-600:#E85D04;--navy:#231C3B;--success:#1B9E55;--success-soft:#E7F6EE;--warning:#b76e00;--warning-soft:#fdf3e2;--danger:#d6453d;--danger-soft:#fdecea;--danger-border:#f6c9c5;--info:#4855C7;--info-soft:#ECEEFF;--neutral-soft:#EEF0F4;--gold:#E8A100;--shadow-sm:0 1px 2px rgba(20,20,30,0.05),0 4px 14px rgba(20,20,30,0.05);--shadow-md:0 12px 32px -16px rgba(20,20,30,0.22);--shadow-lg:0 24px 56px -24px rgba(20,20,30,0.28);--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--content-max:720px;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;max-width:100%}body{min-height:100vh;background:radial-gradient(900px 500px at 82% -8%,var(--bg-grad-1) 0,transparent 55%),radial-gradient(800px 450px at -5% 0,var(--bg-grad-2) 0,transparent 50%),var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}iframe,img,video{max-width:100%}h1,h2,h3,h4{margin:0;line-height:1.2;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}.muted{color:var(--text-secondary)}.muted-2{color:var(--text-muted)}.hub-shell{min-height:100vh;display:flex;flex-direction:column}.hub-main{width:100%;max-width:var(--content-max);margin:0 auto;padding:14px 18px 110px;flex:1;overflow-x:clip}.hub-topbar{position:sticky;top:0;z-index:30;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(255,255,255,.94);border-bottom:1px solid var(--border);box-shadow:0 1px 0 var(--border),0 4px 16px rgba(20,20,30,.06)}.hub-header-inner{max-width:var(--content-max);margin:0 auto;padding:10px 18px 8px;justify-content:space-between}.hub-brand,.hub-header-inner{display:flex;align-items:center}.hub-brand{gap:11px;font-weight:700;font-size:15.5px;color:var(--text-primary);cursor:pointer;transition:opacity .15s ease}.hub-brand:hover{opacity:.78}.hub-brand:active{transform:scale(.98)}.hub-brand-logo{flex:0 0 auto;width:44px;height:44px;border-radius:50%;overflow:hidden;box-shadow:0 3px 8px rgba(232,93,4,.22)}.hub-brand-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@keyframes hubshift{to{background-position:-200%}}.hub-brand-name{font-size:23px;font-weight:800;letter-spacing:-.02em;background:linear-gradient(90deg,#E85D04,#F77307,#FF8A3D,#231C3B,#FF8A3D,#F77307,#E85D04);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hubshift 5s linear infinite}@media (prefers-reduced-motion:reduce){.hub-brand-name{animation:none}}.hub-brand-group{display:flex;align-items:center;gap:4px}.hub-back-btn{width:36px;height:36px;border:none;background:none;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--text-primary);cursor:pointer;flex:0 0 auto;border-radius:50%;transition:background .15s ease}.hub-back-btn:hover{background:var(--surface-2)}.hub-back-btn:active{background:var(--border);transform:scale(.95)}.hub-header-actions{display:flex;align-items:center;gap:10px}.hub-icon-btn,.notif-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:#281630;transition:background .15s ease,color .15s ease,transform .06s ease}.hub-icon-btn:hover,.notif-bell:hover{background:var(--surface-hover);color:var(--brand-strong)}.hub-icon-btn:active,.notif-bell:active{transform:scale(.94)}.hub-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:flex;justify-content:center;padding:8px 12px calc(8px + env(safe-area-inset-bottom));gap:6px}.hub-tabbar-inner{width:100%;max-width:var(--content-max);justify-content:space-around;gap:6px}.hub-tab,.hub-tabbar-inner{display:flex;align-items:center}.hub-tab{flex:1;flex-direction:column;gap:3px;padding:6px 4px;border-radius:12px;font-size:11px;font-weight:600;color:#281630;transition:transform .14s ease,color .15s ease}.hub-tab:active{transform:scale(.96)}.hub-tab.active{color:var(--brand)}.hub-tab .ico{display:block;width:24px;height:24px}.hub-tab-cta{flex:0 0 auto;margin-top:-26px;width:56px;height:56px;border-radius:50%;background:var(--brand-grad);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 12px 24px -8px rgba(255,106,0,.6);border:3px solid #fff}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-pad{padding:18px}.stack{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.row{display:flex;gap:12px}.btn,.row{align-items:center}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:var(--radius-md);font-weight:650;font-size:15px;padding:12px 18px;cursor:pointer;display:inline-flex;justify-content:center;gap:8px;transition:transform .06s ease,filter .15s ease,background .15s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 4px 14px -4px rgba(232,93,4,.3)}.btn-primary:hover:not(:disabled){filter:brightness(1.06)}.btn-ghost{background:var(--surface);border-color:var(--border-strong);color:var(--text-primary)}.btn-ghost:hover:not(:disabled){background:var(--surface-hover)}.btn-soft{background:var(--brand-soft);color:var(--brand-strong)}.btn-danger{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.btn-block{width:100%}.field-label{display:block;font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.input{width:100%;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:12px 14px;font-size:15px;color:var(--text-primary);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.input::-moz-placeholder{color:var(--text-muted)}.input::placeholder{color:var(--text-muted)}.input-error{border-color:var(--danger-border)}.input-error:focus{border-color:var(--danger);box-shadow:0 0 0 4px var(--danger-soft)}textarea.input{resize:vertical;min-height:76px}.input-otp{text-align:center;letter-spacing:.5em;font-size:26px;font-weight:700;padding:14px}.alert{display:flex;align-items:center;gap:9px;border-radius:var(--radius-md);padding:11px 14px;font-size:13.5px}.alert-danger{color:var(--danger);background:var(--danger-soft);border:1px solid var(--danger-border)}.alert-info{color:var(--info);background:var(--info-soft);border:1px solid transparent}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:650;padding:4px 10px;border-radius:999px;background:var(--neutral-soft);color:var(--text-secondary)}.badge-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.badge-info{background:var(--info-soft);color:var(--info)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-brand{background:var(--brand-soft);color:var(--brand-strong)}.quote-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .15s ease,transform .06s ease}.quote-card:active{transform:scale(.995)}.quote-thumb{width:52px;height:52px;border-radius:12px;-o-object-fit:cover;object-fit:cover;background:var(--surface-2);flex:0 0 auto}.quote-thumb-fallback{display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--text-muted)}.seg{display:flex;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:4px;margin-bottom:14px}.seg-btn{flex:1;border:none;background:none;border-radius:10px;height:40px;font-size:12.5px;font-weight:700;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-family:inherit}.seg-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.seg-btn.active{background:var(--surface);color:var(--brand-600);box-shadow:var(--shadow-sm)}.timeline{gap:0}.timeline,.timeline-item{display:grid;position:relative}.timeline-item{grid-template-columns:26px 1fr;gap:10px;padding-bottom:16px}.timeline-item:not(:last-child):before{content:"";position:absolute;left:12px;top:22px;bottom:0;width:2px;background:var(--border)}.timeline-dot{width:24px;height:24px;border-radius:50%;background:var(--brand-soft);color:var(--brand-strong);display:flex;align-items:center;justify-content:center;font-size:12px;z-index:1}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card,.notif-item,.offer-card,.persona-card,.post-card,.quote-card{animation:riseIn .45s cubic-bezier(.2,.7,.2,1) both}@media (prefers-reduced-motion:reduce){.card,.notif-item,.offer-card,.persona-card,.post-card,.quote-card{animation:none}}.notif-item:hover,.offer-card:hover,.post-card:hover,.quote-card:hover{box-shadow:0 2px 4px rgba(20,20,30,.06),0 12px 28px rgba(20,20,30,.1)}.btn:active,.channel-chip:active,.feedchip:active,.hub-tab:active,.offer-act:active,.post-card:active,.story-item:active .story-ring{transform:scale(.96)}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes tw{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.empty{text-align:center;padding:48px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;animation:riseIn .5s cubic-bezier(.2,.7,.2,1) both}.empty-emoji{font-size:44px}.empty-art{position:relative;width:120px;height:120px;margin-bottom:6px}.empty-art-blob{inset:0;background:radial-gradient(circle at 50% 38%,#FFE7D2,#FFF3E9)}.empty-art-blob,.empty-art-ring{position:absolute;border-radius:50%}.empty-art-ring{inset:-4px;border:1.5px dashed rgba(232,93,4,.25)}.empty-art-icon{position:absolute;inset:0;display:grid;place-items:center;color:var(--brand-500,#F77307);animation:floaty 3s ease-in-out infinite}.empty-art-icon svg{width:56px;height:56px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.empty-art-spark{position:absolute;border-radius:50%;background:var(--brand-400,#FF8A3D);animation:tw 2.6s ease-in-out infinite}.empty-art-spark:first-child{width:9px;height:9px;top:6px;right:14px}.empty-art-spark:nth-child(2){width:6px;height:6px;bottom:18px;left:6px;animation-delay:.5s;background:var(--brand-300,#FFB37A)}.empty-art-spark:nth-child(3){width:7px;height:7px;bottom:2px;right:30px;animation-delay:1s}.empty h2{font-size:19px;font-weight:800;letter-spacing:-.01em;margin:0 0 4px;color:var(--text-primary)}.empty p{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0 0 18px;max-width:280px}@media (prefers-reduced-motion:reduce){.empty-art-icon,.empty-art-spark{animation:none}}.hero-title{font-size:24px;font-weight:750}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.divider{height:1px;background:var(--border);border:none;margin:4px 0}.price{font-variant-numeric:tabular-nums;font-weight:700}.grow{flex:1;min-width:0}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-list{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.feed-sentinel{text-align:center;font-size:12.5px;color:var(--text-muted);padding:14px 0 4px}.card.flush{padding:0;overflow:hidden}.prod-img{height:190px;background:radial-gradient(130px 130px at 50% 44%,#fff 0,var(--surface-2) 72%);display:grid;place-items:center;position:relative;border-bottom:1px solid var(--border)}.prod-img img{width:auto;height:auto;max-width:100%;max-height:160px;-o-object-fit:contain;object-fit:contain;display:block}.prod-img-fallback{font-size:52px;line-height:1}.badge-disc{background:var(--brand-600);color:#fff;font-weight:800;font-size:13px;padding:6px 10px;border-radius:11px;position:absolute;top:13px;left:13px}.prod-body{padding:15px}.prod-tags{display:flex;gap:6px;margin-bottom:9px;flex-wrap:wrap}.badge-store{display:inline-flex;align-items:center;gap:4px;background:var(--surface-2);color:var(--text-secondary);font-size:11.5px;font-weight:700;padding:4px 9px;border-radius:999px}.badge-store svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.badge-cat{color:var(--brand-600);background:var(--brand-50);font-size:11.5px;font-weight:700;padding:4px 9px;border-radius:999px}.badge-time{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:var(--text-muted);font-size:11.5px;font-weight:600;white-space:nowrap}.badge-time svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.prod-name{display:block;font-size:15.5px;font-weight:700;line-height:1.32;margin:0 0 10px;color:var(--text-primary);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}a.prod-name:hover{text-decoration:underline}.prod-body .price{display:flex;align-items:baseline;gap:9px;margin-bottom:11px}.prod-body .price .now{font-size:22px;font-weight:800;color:var(--brand-600);font-variant-numeric:tabular-nums}.prod-body .price .was{font-size:13.5px;color:var(--text-muted);text-decoration:line-through}.coupon{display:flex;align-items:center;gap:7px;border:1px dashed #cbe7d6;background:#F5FBF7;color:#2F9A5F;border-radius:10px;padding:7px 11px;font-weight:600;font-size:12.5px;margin-bottom:12px;cursor:pointer;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left}.coupon svg{flex:0 0 auto;width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.coupon .copy{margin-left:auto;font-size:10px;font-weight:800;text-transform:uppercase;border-left:1px solid #deede4;padding-left:9px}.coupon.copied{border-style:solid;color:#1a7a48}.offer-actions{display:flex;align-items:stretch;gap:5px}.oa{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:4px;height:38px;padding:0 10px;border:1px solid var(--border);background:var(--surface-2);border-radius:10px;color:#281630;font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.oa svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.oa.icon{width:36px;padding:0}.oa.liked{color:var(--brand-600);border-color:var(--brand-100);background:var(--brand-50)}.oa.liked svg{fill:var(--brand-500);stroke:var(--brand-500)}.oa:active{transform:scale(.96)}.oa-cta{flex:1;height:38px;background:var(--brand-600);color:#fff;border:0;border-radius:10px;font-weight:700;font-size:13.5px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit}.oa-cta:active{transform:scale(.97)}.chip{font-size:11px;font-weight:650;padding:3px 9px;border-radius:999px;background:var(--surface-2);color:var(--text-secondary)}.chip-muted{color:var(--text-muted)}.chip-hot{background:var(--brand-soft);color:var(--brand-strong)}.offer-act{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface-2);border-radius:var(--radius-sm);padding:9px 11px;font-size:13px;font-weight:700;color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:inherit;text-decoration:none}.offer-act svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.offer-act:active{transform:scale(.94)}.offer-act.on{background:var(--brand-50);border-color:var(--brand-100);color:var(--brand)}.offer-act.on svg{fill:var(--brand-500);stroke:var(--brand-500)}.offer-act.on-cold{background:var(--info-soft);border-color:transparent;color:var(--info)}.offer-act-icon{padding:9px}.xp-bar{margin-top:6px;height:9px;background:var(--surface-2);overflow:hidden}.xp-bar,.xp-fill{border-radius:999px}.xp-fill{height:100%;background:var(--brand-grad);transition:width .4s ease}.share-menu{position:absolute;bottom:calc(100% + 8px);right:0;z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-lg);padding:8px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;width:-moz-max-content;width:max-content;max-width:min(232px,calc(100vw - 48px))}.share-ico{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:var(--surface-2,var(--surface-hover));color:var(--text-secondary);cursor:pointer;flex:0 0 auto;transition:transform .08s ease,filter .15s ease,background .15s ease}.share-ico:hover{filter:brightness(.96);transform:translateY(-1px)}.share-ico:active{transform:scale(.92)}.share-ico.copied{color:var(--success);background:var(--success-soft)}.share-ico-ig{color:#fff;background:radial-gradient(circle at 30% 110%,#fdf497 0,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.share-ico-ig:hover{filter:brightness(1.05)}.drop-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#1f2937,#111827);color:#fff;box-shadow:var(--shadow-md)}.drop-banner.live{background:linear-gradient(135deg,#e11d48,#9f1239)}.drop-banner-thumb{flex-shrink:0;width:52px;height:52px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;color:#e11d48}.drop-banner-main{display:grid;gap:2px;flex:1;min-width:0}.drop-banner-title{font-size:15px;font-weight:750}.drop-banner-sub{font-size:12px;opacity:.85;display:flex;align-items:center;gap:4px}.drop-banner-cta{flex-shrink:0;font-weight:700;font-size:13px;white-space:nowrap;background:rgba(255,255,255,.9);color:#1f2937;padding:6px 14px;border-radius:100px}.drop-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.drop-tag-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.9}.countdown{font-variant-numeric:tabular-nums;font-weight:700}.drop-hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;background:#111827;box-shadow:var(--shadow-md)}.drop-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;animation:heroBreathe 14s ease-in-out infinite}@keyframes heroBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.drop-hero-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.35)}.drop-hero-overlay{position:absolute;inset:0;flex-direction:column;padding:14px;background:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,0) 40%,rgba(0,0,0,.7));color:#fff}.drop-hero-overlay,.drop-hero-top{display:flex;justify-content:space-between}.drop-hero-mute,.drop-hero-top{align-items:center}.drop-hero-mute{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.18);border:none;display:flex;justify-content:center;color:#fff;cursor:pointer;backdrop-filter:blur(4px)}.drop-hero-viewers{display:inline-flex;align-items:center;gap:4px;margin-left:8px;opacity:.95}.drop-hero-title{font-size:20px;font-weight:800;line-height:1.2}.drop-hero-sub{font-size:12.5px;opacity:.8;margin:3px 0 0}.radar-head{display:flex;align-items:flex-start;gap:13px;padding:4px 0 2px}.radar-ico{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#4A6CF7,#1A3CC8);display:grid;place-items:center;flex:0 0 auto;box-shadow:0 5px 14px rgba(74,108,247,.28)}.radar-ico svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.radar-meta{flex:1;min-width:0}.radar-title{font-size:20px;font-weight:800;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;margin-bottom:5px;color:var(--text-primary)}.radar-desc{font-size:13.5px;color:var(--text-secondary);line-height:1.45;margin:0}.radar-desc-wa{color:var(--brand-600);font-weight:700}.radar-inp-wrap{position:relative}.radar-inp-wrap svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:18px;height:18px;stroke:var(--text-muted);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.radar-inp{width:100%;height:46px;border:1px solid var(--border);border-radius:12px;padding:0 14px 0 40px;font-size:14px;font-family:inherit;background:var(--surface);color:var(--text-primary);outline:none}.radar-inp::-moz-placeholder{color:var(--text-muted)}.radar-inp::placeholder{color:var(--text-muted)}.radar-inp:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px rgba(232,93,4,.1)}.criar-btn{width:100%;height:50px;background:var(--brand-600);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px rgba(232,93,4,.22)}.criar-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.criar-btn:disabled{opacity:.55;cursor:progress}.criar-btn:active:not(:disabled){transform:scale(.98)}.hint-ai{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:5px;margin:0}.hint-ai-spark{color:var(--brand-600);font-size:13px}.exp-label{font-size:12.5px;color:var(--text-secondary);font-weight:600;margin:0 0 8px}.exp-chips{display:flex;flex-wrap:wrap;gap:7px}.scard-ra{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:13px 14px;box-shadow:var(--shadow-sm)}.scard-ra-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.scard-ra-query{font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.3;flex:1}.scard-ra-x{width:28px;height:28px;border:1px solid var(--border);border-radius:50%;background:var(--surface-2);display:grid;place-items:center;cursor:pointer;color:var(--text-muted);flex:0 0 auto}.scard-ra-x svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.scard-ra-x:disabled{opacity:.4;cursor:progress}.scard-ra-bottom{display:flex;align-items:center;gap:8px;margin-top:10px;flex-wrap:wrap}.tag-pr{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;padding:4px 9px;border-radius:999px}.tag-pr.any{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.tag-pr.limit{background:var(--brand-50,#FFF3E9);color:var(--brand-600);border:1px solid var(--brand-100,#ffe7d2)}.tag-vigiando{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:var(--success)}.tag-vigiando-dot{width:7px;height:7px;border-radius:50%;background:var(--success);display:inline-block;flex:0 0 auto}.wa-note{display:flex;gap:10px;align-items:flex-start;background:#F0FBF4;border:1px solid #c3edd0;border-radius:var(--radius-md);padding:12px 14px}.wa-note svg{width:20px;height:20px;flex:0 0 auto;margin-top:1px}.wa-note-text{font-size:12.5px;color:#1A5E34;line-height:1.5}.group-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--brand);box-shadow:var(--shadow-sm)}.group-banner-main{display:grid;gap:6px;flex:1;min-width:0}.drop-countdown-card{display:grid;gap:10px}.drop-countdown-row{display:flex;align-items:center;justify-content:space-between}.drop-countdown-label{display:flex;align-items:center;gap:6px;font-size:13.5px;color:var(--text-secondary)}.drop-countdown-value{font-size:22px;font-weight:800;color:#e11d48;font-variant-numeric:tabular-nums}.drop-countdown-bar{height:4px;border-radius:4px;background:var(--surface-2);overflow:hidden}.drop-countdown-fill{height:100%;background:#e11d48;border-radius:4px;transition:width 1s linear}.drop-offers-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.drop-offers-label{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase}.host-chat{overflow:hidden}.host-stage{gap:14px;padding:14px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--surface-2),var(--surface))}.host-stage,.host-stage-avatar{display:flex;align-items:center}.host-stage-avatar{position:relative;width:52px;height:52px;flex:0 0 auto;border-radius:50%;border:none;padding:0;cursor:pointer;background:#6d28d9;justify-content:center;animation:hostFloat 4.5s ease-in-out infinite}.host-initials{font-size:22px;font-weight:800;color:#fff}.host-stage-avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--brand)}.host-name-row{margin-bottom:2px}.host-name-row,.host-status{display:flex;align-items:center}.host-status{gap:5px;font-size:11.5px;color:var(--text-muted)}.host-status-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.host-status-dot.live{background:#e11d48;animation:livePulse 1.4s ease-in-out infinite}.host-status-dot.speaking{background:var(--brand);animation:livePulse .7s ease-in-out infinite}.host-intro{display:flex;flex-direction:column;align-items:center;gap:14px;padding:20px 16px;text-align:center}.host-intro-desc{font-size:14px;color:var(--text-secondary);line-height:1.5;max-width:280px}.host-enter-btn{width:100%;height:50px;background:var(--brand-600);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(232,93,4,.28)}.host-enter-btn:active{transform:scale(.98)}.host-mute-hint{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}.host-stage.speaking .host-stage-avatar{animation:hostTalk .42s ease-in-out infinite alternate}.host-ring{position:absolute;inset:-5px;border-radius:50%;border:2px solid var(--brand);opacity:0}.host-stage.speaking .host-ring{animation:hostRing 1.1s ease-out infinite}.host-live-dot{position:absolute;right:2px;bottom:2px;width:13px;height:13px;border-radius:50%;background:#e11d48;border:2px solid var(--surface);animation:livePulse 1.4s ease-in-out infinite}.host-wave{display:flex;align-items:flex-end;gap:3px;height:16px;margin-top:6px}.host-wave span{width:3px;height:4px;border-radius:2px;background:var(--brand);opacity:.4}.host-stage.speaking .host-wave span{animation:hostWave .9s ease-in-out infinite;opacity:1}.host-stage.speaking .host-wave span:nth-child(2){animation-delay:.15s}.host-stage.speaking .host-wave span:nth-child(3){animation-delay:.3s}.host-stage.speaking .host-wave span:nth-child(4){animation-delay:.45s}.host-stage.speaking .host-wave span:nth-child(5){animation-delay:.6s}@keyframes hostFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes hostTalk{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes hostRing{0%{opacity:.7;transform:scale(.92)}to{opacity:0;transform:scale(1.25)}}@keyframes hostWave{0%,to{height:4px}50%{height:16px}}.host-chat-log{display:flex;flex-direction:column;gap:10px;padding:14px}.host-chat-log.scrollable{max-height:340px;overflow-y:auto}.host-bubble{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5}.host-bubble.assistant{align-self:stretch;background:transparent;color:var(--text-primary)}.host-bubble.offer{display:flex;align-items:center;gap:10px;background:#EEF0FE;color:#3730a3;border-radius:12px;font-weight:600;font-size:13.5px;padding:11px 14px}.host-bubble-offer-icon{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:rgba(55,48,163,.12);display:flex;align-items:center;justify-content:center;color:#4855C7}.host-bubble.user{align-self:flex-end;max-width:82%;background:var(--brand-soft);color:var(--brand-strong);border-bottom-right-radius:4px}.host-bubble.typing{opacity:.65;font-style:italic}.host-chat-presenting{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid var(--border)}.host-chat-presenting-label{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-muted)}.host-chat-input{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--border)}.live-pulse{animation:livePulse 1.6s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.55}}.channel-nav{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;max-width:var(--content-max);margin:0 auto;padding:0 18px 9px}.channel-nav::-webkit-scrollbar{display:none}.channel-chip{flex:0 0 auto;font-size:13px;font-weight:650;padding:7px 14px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.channel-chip.active{background:var(--chip-accent,#261a33);border-color:transparent;color:#fff}.channel-chip-mine{border-style:dashed;border-color:var(--brand)}.channel-chip-add{color:var(--brand-strong);border-color:var(--brand);background:var(--brand-soft);font-weight:700}.feed-build-chips{display:flex;flex-wrap:wrap;gap:8px}.featured-rail{display:grid;gap:8px}.featured-rail-track{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding:2px 2px 8px;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.featured-rail-track::-webkit-scrollbar{height:6px}.featured-rail-track::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.featured-rail-track::-webkit-scrollbar-track{background:transparent}.story-item{flex:0 0 auto;width:74px;display:grid;gap:6px;justify-items:center}.story-ring{width:70px;height:70px;border-radius:50%;padding:3.5px;background:linear-gradient(140deg,#ffb24d,#ff8a1e 40%,#ff6a00 72%,#ec5a00);display:flex;align-items:center;justify-content:center;transition:transform .12s ease}.story-ring.seen{background:var(--border-strong)}.story-item .story-ring.seen~.story-title,.story-ring.seen+.story-title{color:var(--text-muted)}.story-item:active .story-ring{transform:scale(.94)}.story-inner{width:100%;height:100%;border-radius:50%;background:var(--surface);border:2px solid var(--surface);overflow:hidden;display:flex;align-items:center;justify-content:center}.story-inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story-emoji{font-size:28px;line-height:1}.story-monogram{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,#ff9a3d,#ff7a00 60%,#ec5a00);color:#fff;font-size:27px;font-weight:800;line-height:1}.story-ring.seen .story-monogram{background:var(--border-strong)}.story-title{max-width:74px;font-size:11.5px;font-weight:600;line-height:1.2;text-align:center;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:14px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.post-card-featured{border-color:var(--brand);box-shadow:0 10px 30px -18px rgba(255,106,0,.55)}.post-head{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.post-byline{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:inherit;margin-right:auto;min-width:0}a.post-byline{cursor:pointer}a.post-byline:hover .post-byline-name{text-decoration:underline}.post-byline-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.post-byline-name{display:inline-flex;align-items:center;gap:4px;font-size:13.5px;font-weight:650;color:var(--text-primary);line-height:1.2}.post-byline-verified{font-size:11px}.post-byline-sub{font-size:12px;color:var(--text-muted);line-height:1.2}.post-title{font-size:16.5px;font-weight:750;line-height:1.3;color:var(--text-primary);overflow-wrap:anywhere}.post-body{font-size:14px;line-height:1.5;color:var(--text-secondary);white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.post-more{color:var(--brand-strong);font-weight:650}.post-media{display:block;width:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-2,var(--surface-hover))}.post-media img{width:100%;height:auto;display:block}.post-media-video{position:relative;aspect-ratio:16/9;background:#000}.post-media-video iframe,.post-media-video video{position:absolute;inset:0;width:100%;height:100%;border:0}.post-media-portrait{aspect-ratio:9/16;max-width:340px;max-height:70vh;margin:0 auto}.post-media-link{position:relative;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background-color:var(--surface-2,var(--surface-hover));background-size:cover;background-position:50%;color:#fff}.post-media-link:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.42)}.post-media-play{position:relative;z-index:1;width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.92);color:#111;display:flex;align-items:center;justify-content:center;font-size:22px;padding-left:4px}.post-media-link-label{position:relative;z-index:1;font-size:13px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}.post-audio{display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--radius-md);background:var(--surface-2,var(--surface-hover));border:1px solid var(--border)}.post-audio-cover{width:56px;height:56px;border-radius:12px;-o-object-fit:cover;object-fit:cover;flex:0 0 auto}.post-audio-icon{font-size:34px;flex:0 0 auto}.post-audio audio{flex:1;min-width:0;height:38px}.post-cta{width:-moz-fit-content;width:fit-content}.post-actions{gap:6px;flex-wrap:wrap;margin-top:2px}.post-actions,.posthead{display:flex;align-items:center}.posthead{gap:11px;margin-bottom:11px}.av{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-size:17px;font-weight:700;overflow:hidden}.av img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.av svg{stroke:#fff;fill:none;width:22px;height:22px;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.meta{flex:1;min-width:0;flex-direction:column;gap:2px}.meta,.name{display:flex}.name{font-size:14px;font-weight:700;color:var(--text-primary);align-items:center;gap:5px;flex-wrap:wrap}.sub{font-size:12px;color:var(--text-muted)}.engage{display:flex;gap:8px;flex-wrap:wrap}.act{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);font-size:13px;font-weight:700;color:#281630;cursor:pointer;text-decoration:none;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.act svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.act.liked{color:var(--brand-600);border-color:var(--brand-100);background:var(--brand-50)}.act.liked svg{fill:var(--brand-500);stroke:var(--brand-500)}.act:active{transform:scale(.96)}@keyframes auth-spin{to{transform:rotate(1turn)}}@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.auth{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);background:#fffbf6}.auth-hero{overflow:hidden;justify-content:center;padding:52px 48px;text-align:center;background:radial-gradient(760px 520px at 70% 4%,rgba(255,138,30,.12),transparent 60%),radial-gradient(680px 540px at 6% 100%,rgba(255,170,90,.14),transparent 60%),#fffbf6}.auth-hero,.auth-hero-inner{position:relative;display:flex;flex-direction:column;align-items:center}.auth-hero-inner{width:100%;max-width:540px}.auth-headline{margin:0;font-size:clamp(32px,3.4vw,50px);line-height:1.05;font-weight:800;letter-spacing:-.02em;color:#211913;text-wrap:balance}.auth-headline span{background:linear-gradient(90deg,#ff8a1e,#ff5230);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-tagline{margin:20px auto 0;max-width:450px;font-size:17px;line-height:1.6;color:#6b6258}.auth-illus{position:relative;width:380px;height:300px;margin:40px auto 0}.auth-ring{position:absolute;border-radius:50%;border:1.5px dashed rgba(255,138,30,.28)}.auth-ring-1{inset:0;animation:auth-spin 40s linear infinite}.auth-ring-2{inset:34px 20px;border-color:rgba(255,138,30,.2);animation:auth-spin 32s linear infinite reverse}.auth-logo-orb{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:158px;height:158px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px rgba(255,106,0,.26),0 24px 56px rgba(255,80,40,.2)}.auth-logo-orb img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.auth-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f2eae1;box-shadow:0 12px 26px rgba(120,70,30,.16);font-weight:800;font-size:22px}.auth-bubble-leaf{left:50%;top:-4%;transform:translateX(-50%);width:62px;height:62px;color:#ff6a2e;animation:auth-float 4.5s ease-in-out infinite}.auth-bubble-cart{right:-6%;top:26%;width:58px;height:58px;color:#ff7a2e;animation:auth-float 5.2s ease-in-out .6s infinite}.auth-bubble-percent{right:-2%;bottom:4%;width:58px;height:58px;color:#9a5be0;animation:auth-float 4.8s ease-in-out .3s infinite}.auth-bubble-gift{left:-4%;bottom:0;width:58px;height:58px;color:#ff8a3e;animation:auth-float 5.5s ease-in-out .9s infinite}.auth-bubble-tag{left:-7%;top:30%;width:56px;height:56px;color:#9a5be0;animation:auth-float 5s ease-in-out .45s infinite}.auth-panel{display:flex;align-items:center;justify-content:center;padding:48px 44px;background:#fff;border-left:1px solid #f0eae2;overflow:auto}.auth-card{width:100%;max-width:392px}.auth-card-body,.auth-form{display:flex;flex-direction:column}.auth-step-title{margin:0;font-size:27px;font-weight:800;letter-spacing:-.01em;color:#211913}.auth-step-sub{margin:10px 0 28px;font-size:15px;line-height:1.55;color:#6b6258}.auth-step-sub strong{color:#211913;font-weight:700}.auth-back{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin:0 0 22px;padding:0;background:none;border:0;font:inherit;font-size:14px;color:#6b6258;text-decoration:none;cursor:pointer}.auth-back:hover{color:#211913}.auth-label{display:block;font-size:13px;font-weight:700;color:#3a3027;margin-bottom:9px}.auth-label-opt{font-weight:600;color:#9a9088}.auth-field{margin-top:18px}.auth-phone{position:relative}.auth-phone-ic{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center}.auth-input{width:100%;height:58px;border-radius:14px;border:1.5px solid #e7e0d7;background:#f8f4ef;padding:0 16px;font-size:16px;font-weight:600;font-family:inherit;color:#211913;outline:none;caret-color:#ff6a00;transition:border-color .15s,background .15s}.auth-input::-moz-placeholder{color:#b3a99e;font-weight:500}.auth-input::placeholder{color:#b3a99e;font-weight:500}.auth-input:focus{border-color:#ff6a00;background:#fff6ee}.auth-input-phone{padding-left:56px}.auth-otp{text-align:center;height:62px;font-size:24px;font-weight:800;letter-spacing:.4em;padding-right:12px}.auth-hint{margin:12px 0 0;font-size:13px;color:#9a9088}.auth-cta{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;box-sizing:border-box;width:100%;height:58px;margin-top:26px;padding:0 16px;border:none;border-radius:14px;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;color:#fff;background:#ff6a00;box-shadow:0 14px 30px rgba(255,106,0,.28);transition:transform .15s,background .15s}.auth-cta:hover:not(:disabled){background:#f25e00;transform:translateY(-1px)}.auth-cta:active:not(:disabled){transform:translateY(0)}.auth-cta:disabled{opacity:.55;box-shadow:none;cursor:not-allowed}.auth-ghost-btn,.auth-resend{width:100%;height:54px;margin-top:12px;border-radius:14px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;color:#3a3027;background:#fff;border:1.5px solid #e7e0d7;display:flex;align-items:center;justify-content:center;gap:9px;transition:background .15s}.auth-ghost-btn:hover:not(:disabled),.auth-resend:hover:not(:disabled){background:#f8f4ef}.auth-resend{height:48px;border:none;color:#ff6a00;font-weight:700;background:none}.auth-resend:hover:not(:disabled){background:none;text-decoration:underline}.auth-secure{margin-top:28px;padding-top:22px;border-top:1px solid #f0eae2;display:flex;align-items:center;gap:8px;color:#9a9088;font-size:13px}.auth-legal{margin:14px 0 0;font-size:12.5px;line-height:1.55;color:#9a9088;text-align:center}.auth-legal a{color:#ff6a00;font-weight:700;text-decoration:none}.auth-legal a:hover{text-decoration:underline}@media (max-width:1080px){.auth{grid-template-columns:1fr;grid-template-rows:auto auto;background:#fffbf6}.auth-hero{padding:46px 32px 8px;background:radial-gradient(720px 520px at 82% 2%,rgba(255,138,30,.13),transparent 58%),radial-gradient(680px 560px at 6% 98%,rgba(255,170,90,.15),transparent 60%),#fffbf6}.auth-hero-inner{max-width:600px}.auth-illus{order:-1;width:320px;height:248px;margin:16px auto 0}.auth-logo-orb{width:140px;height:140px}.auth-headline{margin-top:18px;font-size:clamp(28px,5.4vw,46px)}.auth-headline-br{display:none}.auth-tagline{display:block;margin-top:16px;font-size:16px;max-width:520px}.auth-panel{background:transparent;border-left:none;align-items:flex-start;padding:10px 32px 40px}.auth-card{max-width:560px;margin:0 auto}.auth-card-body{background:#fff;border:1px solid #f0eae2;border-radius:24px;box-shadow:0 30px 70px rgba(80,55,30,.12);padding:36px 40px 30px}.auth-legal{margin-top:18px}}@media (max-width:560px){.auth-hero{padding:34px 18px 4px}.auth-illus{width:226px;height:150px;margin-top:4px}.auth-logo-orb{width:98px;height:98px}.auth-bubble-gift,.auth-bubble-tag{display:none}.auth-bubble-leaf{width:46px;height:46px;top:-8%}.auth-bubble-cart{left:-7%;top:22%;right:auto;bottom:auto;width:44px;height:44px}.auth-bubble-percent{right:-7%;top:30%;bottom:auto;width:44px;height:44px;font-size:17px}.auth-headline{margin-top:14px;font-size:25px;line-height:1.12}.auth-tagline{margin-top:9px;font-size:13px}.auth-card{max-width:100%}.auth-card-body{padding:20px 18px}.auth-step-title{font-size:20px}.auth-step-sub{margin-bottom:16px;font-size:12.5px}.auth-cta,.auth-input{height:56px}}.post-rich{font-size:14.5px;line-height:1.6;color:var(--text-primary)}.post-rich h2{font-size:19px;font-weight:800;margin:14px 0 6px}.post-rich h3{font-size:16px;font-weight:750;margin:12px 0 5px}.post-rich p{margin:0 0 10px}.post-rich ol,.post-rich ul{margin:8px 0 12px;padding-left:22px}.post-rich li{margin:3px 0}.post-rich blockquote{margin:10px 0;padding:8px 14px;border-left:3px solid var(--brand);background:var(--brand-soft);border-radius:0 10px 10px 0;color:var(--text-secondary)}.post-rich code{font-family:ui-monospace,Menlo,monospace;font-size:13px;background:var(--surface-2,var(--surface-hover));padding:1px 6px;border-radius:6px}.post-rich a{color:var(--brand-strong);text-decoration:underline;font-weight:600}.notif-badge,.post-rich strong{font-weight:800}.notif-badge{position:absolute;top:4px;right:4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:10.5px;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface)}.notif-link{display:block}.notif-item{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:12px 14px}.notif-item.unread{border-color:var(--brand);background:var(--brand-soft)}.notif-item-body{display:grid;gap:3px;flex:1;min-width:0}.notif-item-title{font-size:14px;font-weight:700;color:var(--text-primary)}.notif-item-text{font-size:13px;color:var(--text-secondary)}.notif-item-chevron{font-size:22px;color:var(--text-muted);flex:0 0 auto}.settings-link{align-items:center}.settings-link:active{transform:scale(.99)}.notif-push{display:flex;align-items:center;gap:12px}.notif-prefs{display:grid;gap:4px}.notif-prefs-head,.notif-prefs-row{display:grid;grid-template-columns:1fr 52px 52px 52px;align-items:center;gap:6px}.notif-prefs-head{padding-bottom:8px;border-bottom:1px solid var(--border);margin-bottom:4px}.notif-prefs-ch{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9.5px;font-weight:700;line-height:1.1;color:var(--text-muted);text-align:center}.notif-prefs-ch svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.notif-prefs-ch.ch-wa{color:#25D366}.notif-prefs-row{padding:10px 0;border-bottom:1px solid var(--border)}.notif-prefs-row:last-child{border-bottom:none}.notif-prefs-cat{display:grid;gap:2px;min-width:0;padding-right:8px}.notif-prefs-cat strong{font-size:13.5px;color:var(--text-primary)}.notif-prefs-cat .muted-2{font-size:11.5px;line-height:1.25}.notif-switch{justify-self:center;position:relative;width:36px;height:20px;border-radius:999px;border:none;background:var(--border-strong);cursor:pointer;padding:0;transition:background .2s ease}.notif-switch.on{background:var(--brand-600)}.notif-switch:disabled{cursor:progress;opacity:.6}.notif-switch-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.22);transition:left .2s ease}.notif-switch.on .notif-switch-knob{left:18px}.push-card{display:flex;align-items:center;gap:12px;padding:13px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.push-card .push-ico{width:38px;height:38px;border-radius:11px;background:var(--brand-50);display:grid;place-items:center;color:var(--brand-600);flex:0 0 auto}.push-card .push-ico svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.push-card .push-meta{flex:1;min-width:0}.push-card .push-t{font-size:14px;font-weight:700;color:var(--text-primary)}.push-card .push-d{font-size:12px;color:var(--text-muted);line-height:1.35;margin-top:1px}.pbtn{flex:0 0 auto;height:34px;padding:0 15px;background:var(--brand-600);color:#fff;border:0;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit;white-space:nowrap}.pbtn:disabled{opacity:.6;cursor:not-allowed}.pbtn-ghost{flex:0 0 auto;height:34px;padding:0 13px;background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border);border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit}.ncat-row{display:flex;align-items:center;gap:10px}.ncat-ico{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;font-size:16px}.foot{text-align:center;font-size:12px;color:var(--text-muted)}.post-persona-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.post-persona-avatar-fallback{display:grid;place-items:center;background:var(--card-border,#e5e5e5);font-size:18px}.persona-card{padding:12px;border:1px solid var(--card-border,#e8e8e8);border-radius:14px;background:var(--card-bg,#fff)}.persona-card,.persona-card-main{display:flex;align-items:center;gap:12px}.persona-card-main{flex:1 1 auto;min-width:0;text-decoration:none;color:inherit}.persona-card-avatar{width:52px;height:52px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex:0 0 auto}.persona-card-avatar-fallback{display:grid;place-items:center;background:var(--card-border,#e5e5e5);font-size:22px}.persona-card-info{display:flex;flex-direction:column;gap:1px;min-width:0}.persona-card-name{font-size:14.5px}.persona-card-kind{font-size:12px;font-weight:400}.persona-card-handle{font-size:12px;color:var(--text-muted)}.persona-card-tagline{font-size:12.5px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.persona-card-meta{font-size:11.5px;color:var(--text-muted);margin-top:2px}.pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:14px}.pcover{height:96px;background:linear-gradient(120deg,#FF7AA8,#B7245A);background-size:cover;background-position:50%}.pbody{padding:0 16px 16px}.ptop{display:flex;align-items:flex-end;justify-content:space-between;margin-top:-34px;margin-bottom:12px}.pav{width:82px;height:82px;border-radius:50%;background:linear-gradient(135deg,#FF7AA8,#E14976);display:grid;place-items:center;border:4px solid var(--surface);box-shadow:0 6px 16px rgba(225,73,118,.3);flex:0 0 auto;overflow:hidden}.pav img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pav svg{width:40px;height:40px;stroke:#fff;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.pname{font-size:21px;font-weight:800;letter-spacing:-.01em;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--text-primary)}.pmeta{font-size:13px;color:var(--text-muted);margin:4px 0 8px}.pstats{font-size:13px;margin-bottom:11px;font-weight:600}.pbio,.pstats{color:var(--text-secondary)}.pbio{line-height:1.5;margin:0}.follow,.pbio{font-size:14px}.follow{height:40px;padding:0 18px;background:var(--brand-600);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-family:inherit;box-shadow:0 1px 2px rgba(20,20,30,.1)}.follow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.follow.following{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border)}.follow:disabled{opacity:.6;cursor:progress}.linked{display:flex;align-items:center;gap:11px;border:1px solid var(--border);border-radius:14px;padding:10px;margin-bottom:12px;cursor:pointer;text-decoration:none}.linked,.linked .thumb{background:var(--surface-2)}.linked .thumb{width:50px;height:50px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--border);overflow:hidden}.linked .thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.linked .thumb svg{width:24px;height:24px;stroke:var(--border-strong);fill:none;stroke-width:1.9}.linked .info{flex:1;min-width:0}.linked .pn{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12.5px;font-weight:700;color:var(--text-primary);line-height:1.3}.linked .pp{display:block;font-size:13.5px;margin-top:2px}.linked .go,.linked .pp{font-weight:800;color:var(--brand-600)}.linked .go{flex:0 0 auto;display:inline-flex;align-items:center;gap:2px;font-size:12px}.linked .go svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.badge-ai{display:inline-flex;align-items:center;gap:4px;background:#EEF0FE;color:#4855C7;font-size:10.5px;font-weight:700;padding:3px 7px;border-radius:999px;vertical-align:middle}.badge-ai svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.badge-official{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:999px;background:#1d9bf0;color:#fff;vertical-align:middle;flex:none}.badge-official svg{width:9px;height:9px;stroke:currentColor;fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.search-page{position:fixed;inset:0;z-index:100;overflow-y:auto;-webkit-overflow-scrolling:touch;background:radial-gradient(900px 480px at 12% -120px,var(--bg-grad-1),transparent 70%),var(--bg)}.search-page-inner{width:100%;max-width:var(--content-max);margin:0 auto;min-height:100%;padding:calc(14px + env(safe-area-inset-top)) 18px calc(90px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:22px}.search-topbar{display:flex;align-items:center;gap:10px}.search-back{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:none;color:var(--text-primary);cursor:pointer;transition:background .15s ease,transform .06s ease}.search-back:hover{background:rgba(0,0,0,.06)}.search-back:active{transform:scale(.92);background:rgba(0,0,0,.1)}.search-field{flex:1;min-width:0;display:flex;align-items:center;gap:9px;height:46px;padding:0 16px;border-radius:999px;background:var(--surface);border:1.5px solid var(--brand);box-shadow:0 0 0 4px var(--brand-soft);color:var(--brand-strong)}.search-field input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:15.5px;font-family:inherit;color:var(--text-primary);caret-color:var(--brand)}.search-field input::-moz-placeholder{color:var(--text-muted)}.search-field input::placeholder{color:var(--text-muted)}.search-field input::-webkit-search-cancel-button{-webkit-appearance:none}.search-body{display:flex;flex-direction:column;gap:24px}.search-section{display:grid;gap:12px}.search-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.search-section-title{font-size:15px;font-weight:750;color:var(--text-primary)}.search-clear{border:none;background:none;padding:0;font:inherit;font-size:13.5px;font-weight:600;color:var(--text-muted);cursor:pointer}.search-clear:hover{color:var(--brand-strong)}.search-chips{display:flex;flex-wrap:wrap;gap:10px}.search-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 8px 7px 14px;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong)}.search-chip-label{border:none;background:none;padding:0;font:inherit;font-size:13.5px;font-weight:600;color:var(--text-primary);cursor:pointer}.search-chip-x{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:50%;background:var(--surface-2);color:var(--text-muted);font-size:11px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.search-chip-x:hover{background:var(--danger-soft);color:var(--danger)}.search-trend{border:none;cursor:pointer;font:inherit;padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:650;background:var(--brand-soft);color:var(--brand-strong);transition:filter .15s ease,transform .06s ease}.search-trend:hover{filter:brightness(.98)}.search-trend:active{transform:scale(.96)}.search-cta-card{display:grid;gap:14px;padding:18px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--brand);box-shadow:var(--shadow-sm)}.search-cta-top{display:flex;align-items:flex-start;gap:13px}.search-cta-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:var(--brand-soft);color:var(--brand-strong)}.search-cta-top strong{display:block;font-size:16px;font-weight:750;color:var(--text-primary)}.search-cta-top p{margin:3px 0 0;font-size:13.5px;line-height:1.45;color:var(--text-secondary)}.linked-offer{display:flex;align-items:center;gap:11px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px;cursor:pointer;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .14s ease}.linked-offer:hover{box-shadow:var(--shadow-sm)}.linked-offer:active{transform:scale(.98)}.linked-thumb{width:52px;height:52px;border-radius:10px;background:var(--surface);display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--border);overflow:hidden}.linked-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.linked-thumb svg{width:24px;height:24px;stroke:var(--border-strong);fill:none;stroke-width:1.9}.linked-info{flex:1;min-width:0}.linked-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;font-weight:700;color:var(--text-primary);line-height:1.3}.linked-price{display:block;font-size:14px;font-weight:800;color:var(--brand);margin-top:2px;font-variant-numeric:tabular-nums}.linked-cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:800;color:var(--brand);white-space:nowrap}.alert-row{display:flex;align-items:center;gap:11px;background:#FCF6F0;border:1px solid #f0e8df;border-radius:var(--radius-md);padding:10px 13px;animation:riseIn .45s cubic-bezier(.2,.7,.2,1) both}.alert-row-ico{width:34px;height:34px;border-radius:9px;background:#FBEADD;display:grid;place-items:center;color:var(--brand-500);flex:0 0 auto}.alert-row-ico svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.alert-row-txt{flex:1;min-width:0}.alert-row-title{font-size:13.5px;font-weight:700;color:var(--text-primary)}.alert-row-desc{font-size:12px;color:var(--text-secondary);line-height:1.35;margin-top:1px}.comment{display:flex;gap:10px;margin-bottom:12px}.comment-av{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px;flex:0 0 auto;background:linear-gradient(135deg,#C7CBD6,#A2A8B6);-webkit-user-select:none;-moz-user-select:none;user-select:none}.comment-body{flex:1;min-width:0}.comment-bubble{background:var(--surface-2);border-radius:14px;border-top-left-radius:5px;padding:9px 12px}.comment-name{font-size:13px;font-weight:700;color:var(--text-primary)}.comment-text{font-size:13.5px;color:var(--text-secondary);margin-top:2px;line-height:1.42}.comment-meta{font-size:11.5px;color:var(--text-muted);display:flex;gap:14px;align-items:center;margin:7px 0 0 4px}.comment-meta a,.comment-meta button{color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;font:inherit;font-size:11.5px;padding:0}.comment-meta a:hover,.comment-meta button:hover{color:var(--brand)}.comment-meta svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.9}.comment-moderation-hint{font-size:12px;color:var(--text-muted);text-align:center;padding:6px;border-radius:8px;background:var(--surface-hover)}.comment-form{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.comment-form-row{display:flex;gap:8px}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-secondary);text-decoration:none;padding:4px 0;align-self:flex-start;transition:color .15s ease}.back-link:hover{color:var(--text-primary)}.back-link svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.acc-card{padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.acc-top{display:flex;align-items:center;gap:13px}.acc-id{flex:1;min-width:0}.acc-idtop{display:flex;align-items:center;justify-content:space-between;gap:8px}.acc-id .nm{font-size:16px;font-weight:800}.acc-id .ph{font-size:13px;white-space:nowrap;margin-top:2px}.acc-id .ph,.acc-pts{color:var(--text-muted)}.acc-pts{display:flex;justify-content:space-between;font-size:12.5px;font-weight:600;font-variant-numeric:tabular-nums}.rk-txt{flex:1;font-size:13.5px;font-weight:600;color:var(--text-secondary)}.rankrow .chev{color:var(--border-strong);flex:0 0 auto}.progress{height:9px;border-radius:999px;background:var(--surface-2);overflow:hidden;margin:14px 0 7px}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--brand-400),var(--brand-600));border-radius:inherit}.acc-av{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#FF9A4D,#E85D04);display:grid;place-items:center;color:#fff;font-weight:800;font-size:22px;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.badge-level{display:inline-flex;align-items:center;background:var(--brand-50);color:var(--brand);font-size:12px;font-weight:700;padding:5px 11px;border-radius:999px;white-space:nowrap;flex:0 0 auto}.progress-bar{height:9px;border-radius:999px;background:var(--surface-hover);overflow:hidden;margin:12px 0 6px}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand-400),var(--brand));transition:width .4s ease}.rankrow{display:flex;align-items:center;gap:11px;padding-top:14px;margin-top:14px;border-top:1px solid var(--border);text-decoration:none;color:inherit;cursor:pointer;transition:opacity .15s}.rankrow:hover{opacity:.8}.rk-ico{width:34px;height:34px;border-radius:10px;background:#FFF6E5;display:grid;place-items:center;color:var(--gold);flex:0 0 auto}.rk-ico svg{width:19px;height:19px}.rk-pos{font-size:15px;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums}.ach-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:2px 4px 11px}.ach-count{font-size:11.5px;font-weight:700;color:var(--brand);background:var(--brand-50);padding:3px 9px;border-radius:999px}.ach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px 8px}.ach{text-align:center}.ach .icowrap{position:relative;width:50px;height:50px;margin:0 auto 7px}.ach .ico{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:var(--surface-2);color:var(--text-muted);transition:transform .2s ease}.ach.on.c-fire .ico{background:linear-gradient(135deg,#FFE3D4,#FFCDB6);color:#F0531F;box-shadow:0 5px 13px rgba(240,83,31,.22)}.ach.on.c-blue .ico{background:linear-gradient(135deg,#E3EDFF,#CCDEFF);color:#2F73E8;box-shadow:0 5px 13px rgba(47,115,232,.2)}.ach.on.c-purple .ico{background:linear-gradient(135deg,#ECE7FF,#D8CEFF);color:#7A5AF0;box-shadow:0 5px 13px rgba(122,90,240,.2)}.ach.on.c-green .ico{background:linear-gradient(135deg,#DEF5E8,#C5EDD5);color:#149E55;box-shadow:0 5px 13px rgba(20,158,85,.2)}.ach .chk{position:absolute;top:-4px;right:-4px;width:19px;height:19px;border-radius:50%;background:var(--success);display:grid;place-items:center;border:2px solid #fff}.ach .chk svg{width:11px;height:11px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.ach .lbl{font-size:11px;font-weight:600;color:var(--text-muted);line-height:1.2;margin:0;display:block}.ach.on .lbl{color:var(--text-primary)}.ach.off{opacity:.35}.ico-svg{display:block;overflow:visible}.ico-svg *{transform-box:fill-box}.a-fire .f-out{fill:#F0531F}.a-fire .f-in{fill:#FFC24B;transform-origin:50% 85%;animation:ico-flickin .7s ease-in-out infinite}.a-fire{transform-origin:50% 95%;animation:ico-flick .9s ease-in-out infinite}@keyframes ico-flick{0%,to{transform:scaleY(1) rotate(-2deg)}50%{transform:scaleY(1.08) rotate(2deg)}}@keyframes ico-flickin{0%,to{transform:scaleY(.86);opacity:.78}50%{transform:scaleY(1.16);opacity:1}}.a-chat .bubble{fill:#2F73E8}.a-chat .d{fill:#fff;transform-origin:center}.a-chat .d1{animation:ico-dot 1.1s infinite}.a-chat .d2{animation:ico-dot 1.1s .16s infinite}.a-chat .d3{animation:ico-dot 1.1s .32s infinite}@keyframes ico-dot{0%,75%,to{transform:translateY(0);opacity:.55}38%{transform:translateY(-2.4px);opacity:1}}.a-book .bm{fill:#7A5AF0}.a-book{transform-origin:50% 10%;animation:ico-tuck 2.2s ease-in-out infinite}@keyframes ico-tuck{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-2px) rotate(-6deg)}}.a-cart{fill:none;stroke:#149E55;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transform-origin:50% 80%;animation:ico-roll 1.5s ease-in-out infinite}@keyframes ico-roll{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}.ach.off .ico-svg,.ach.off .ico-svg *{animation:none}.stats .ico-svg,.stats .ico-svg *{animation:none!important}@media (prefers-reduced-motion:reduce){.a-book,.a-cart,.a-chat .d1,.a-chat .d2,.a-chat .d3,.a-fire,.a-fire .f-in{animation:none}}.stats{display:flex;gap:7px}.stat{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:11px;box-shadow:var(--shadow-sm);padding:8px 4px;text-align:center}.stat .top{display:inline-flex;align-items:center;gap:4px}.stat .ico-svg{width:16px;height:16px}.stat b{font-size:15px;font-weight:800;color:var(--text-primary);line-height:1}.stat>span{display:block;font-size:9.5px;color:var(--text-muted);font-weight:600;margin-top:3px}.row-link{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .14s ease}.row-link:hover{box-shadow:0 2px 4px rgba(20,20,30,.06),0 12px 28px rgba(20,20,30,.1)}.row-link:active{transform:scale(.99)}.row-link-lead{color:var(--brand-500);flex:0 0 auto}.row-link-lead svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.row-link-body{flex:1;min-width:0}.row-link-title{font-size:14.5px;font-weight:700;color:var(--text-primary)}.row-link-desc{font-size:12.5px;color:var(--text-muted);line-height:1.4;margin-top:1px}.row-link-chev{color:var(--border-strong);flex:0 0 auto;margin-left:auto}.row-link-chev svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.install-card{display:flex;align-items:center;gap:13px;padding:13px 14px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#FFF3E9,#FFE3CB);border:1px solid #f6d6b8}.install-card-ico{width:42px;height:42px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--brand);flex:0 0 auto;box-shadow:0 2px 7px rgba(232,93,4,.16)}.install-card-ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.install-card-body{flex:1;min-width:0}.install-card-title{font-size:14.5px;font-weight:800;color:var(--text-primary)}.install-card-desc{font-size:12px;color:var(--brand-700,#CC4E00);line-height:1.35;margin-top:1px}.install-card-btn{flex:0 0 auto;height:36px;padding:0 16px;background:var(--brand-600);color:#fff;border:0;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit;box-shadow:0 1px 2px rgba(20,20,30,.1);white-space:nowrap}.install-banner{position:fixed;left:50%;bottom:calc(14px + env(safe-area-inset-bottom, 0px));transform:translateX(-50%);z-index:50;width:min(440px,calc(100% - 24px));display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(20,20,30,.07);box-shadow:0 12px 34px rgba(20,20,30,.18);animation:install-banner-in .28s cubic-bezier(.2,.8,.2,1)}@keyframes install-banner-in{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}.install-banner-ico{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#FF9A4D,#E85D04);display:grid;place-items:center;color:#fff;flex:0 0 auto;box-shadow:0 3px 9px rgba(232,93,4,.28)}.install-banner-ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.install-banner-body{flex:1;min-width:0}.install-banner-title{font-size:14.5px;font-weight:800;color:var(--text-primary)}.install-banner-desc{font-size:12px;color:var(--text-muted,#7a716a);line-height:1.35;margin-top:1px}.install-banner-btn{flex:0 0 auto;height:36px;padding:0 16px;background:var(--brand-600);color:#fff;border:0;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit;white-space:nowrap}.install-banner-btn:hover{background:var(--brand-700,#CC4E00)}.install-banner-x{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:var(--text-muted,#9a9088);border-radius:8px;cursor:pointer}.install-banner-x:hover{background:rgba(20,20,30,.06);color:var(--text-primary)}.install-guide{border-radius:var(--radius-lg);background:linear-gradient(135deg,#FFF3E9,#FFE3CB);border:1px solid #f6d6b8;padding:15px 16px;display:grid;gap:13px}.install-guide-head{display:flex;align-items:flex-start;gap:13px}.install-guide-ico{width:42px;height:42px;flex:0 0 auto;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--brand);box-shadow:0 2px 7px rgba(232,93,4,.16)}.install-guide-ico svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.install-guide-title{font-size:15px;font-weight:800;color:var(--text-primary);margin:0}.install-guide-desc{font-size:12.5px;color:var(--brand-700,#CC4E00);line-height:1.4;margin:2px 0 0}.install-guide-cta{height:42px;width:100%;background:var(--brand-600);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:14px;font-family:inherit;cursor:pointer;box-shadow:0 4px 12px rgba(232,93,4,.25)}.install-guide-steps{list-style:none;margin:0;padding:0;display:grid;gap:9px}.install-step{display:flex;align-items:flex-start;gap:10px}.install-step-n{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--brand-600);border:1px solid #f6d6b8;display:grid;place-items:center;font-size:12px;font-weight:800}.install-step-tx{font-size:13px;line-height:1.45;color:var(--text-primary);padding-top:1px}.install-step-tx strong{font-weight:800}.ig-glyph{display:inline-block;vertical-align:-3px;width:15px;height:15px;margin:0 1px;fill:none;stroke:var(--brand-600);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.btn-sec{width:100%;height:48px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--text-primary);font-weight:700;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .14s ease}.btn-sec svg{width:19px;height:19px;stroke:#281630;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.btn-sec:hover{background:var(--surface-hover)}.btn-sec:active{transform:scale(.98)}.btn-sec.exit{color:#C0392F}.btn-sec.exit svg{stroke:#C0392F}.nrow{display:flex;gap:12px;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:13px 14px;margin-bottom:9px;cursor:pointer;text-decoration:none;color:inherit;transition:transform .14s ease,box-shadow .2s ease;animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}.nrow.unread{background:#FFFBF6;border-color:#F4E2CF}.nrow:hover{box-shadow:0 2px 4px rgba(20,20,30,.06),0 12px 28px rgba(20,20,30,.1)}.nrow:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.nrow{animation:none}}.lead{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.lead svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.t-orange{background:#FFF0E4;color:#E85D04}.t-blue{background:#E7EFFF;color:#2F73E8}.t-amber{background:#FFF4DD;color:#D98A00}.t-green{background:#E2F6EA;color:#149E55}.t-pink{background:#FFE9F1;color:#E0457B}.t-purple{background:#F0E9FF;color:#7A5AF0}.t-gold{background:#FFF6E5;color:#E8A100}.t-indigo{background:#ECEAFF;color:#5B5BD6}.push-card .meta{flex:1;min-width:0}.push-card .t{font-size:14px;font-weight:700;color:var(--text-primary)}.push-card .d{font-size:12px;color:var(--text-muted);line-height:1.35;margin-top:1px}.ncard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2px 15px}.nhead{display:flex;align-items:flex-end;padding:13px 0 11px}.nhead .sp{flex:1}.cells{display:flex;flex:0 0 auto}.cell{justify-content:center}.cell,.chh{width:46px;display:flex;align-items:center}.chh{flex-direction:column;gap:4px}.chh svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;color:var(--text-secondary)}.chh.wa svg{color:#25D366}.chh .lbl{font-size:9.5px;font-weight:700;color:var(--text-muted)}.ncard .nrow{display:flex;align-items:center;gap:11px;padding:12px 0;border-top:1px solid var(--border);border-radius:0;box-shadow:none;background:none;margin:0;animation:none;cursor:default}.ncard .nrow:hover{box-shadow:none;transform:none}.ncard .nrow .meta{flex:1;min-width:0}.ncard .nrow .meta .t{font-size:13.5px;font-weight:700;color:var(--text-primary)}.ncard .nrow .meta .d{font-size:11.5px;color:var(--text-muted);line-height:1.35;margin-top:2px}.sw{width:36px;height:20px;border-radius:999px;background:var(--border-strong);position:relative;cursor:pointer;flex:0 0 auto;transition:background .2s ease;border:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sw:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.22);transition:left .2s ease}.sw.on{background:var(--brand-600)}.sw.on:after{left:18px}.sw:disabled{cursor:progress;opacity:.6}.note{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:#1A5E34;line-height:1.5;background:#F0FBF4;border:1px solid #c3edd0;border-radius:var(--radius-md);padding:12px 14px}.note svg{width:20px;height:20px;flex:0 0 auto;margin-top:1px}.nbody{flex:1;min-width:0}.nt{font-size:14px;font-weight:700;color:var(--text-primary);line-height:1.3}.nd{font-size:12.5px;color:var(--text-secondary);line-height:1.4;margin-top:2px}.nmeta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding-top:1px}.ntime{font-size:11px;color:var(--text-muted);white-space:nowrap}.ndot{width:8px;height:8px;border-radius:50%;background:var(--brand)}.notif-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:8px 4px 11px}.req{display:flex;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:13px 14px;margin-bottom:10px;cursor:pointer;text-decoration:none;color:inherit;transition:transform .14s ease,box-shadow .2s ease;animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}.req:hover{box-shadow:0 2px 4px rgba(20,20,30,.06),0 12px 28px rgba(20,20,30,.1)}.req:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){.req{animation:none}}.rico{width:42px;height:42px;border-radius:12px;background:var(--brand-50,#FFF3E9);display:grid;place-items:center;color:var(--brand-500,#F77307);flex:0 0 auto}.rico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.req.closed .rico{background:var(--surface-2);color:var(--text-muted)}.rb{flex:1;min-width:0}.rtitle{font-size:14px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rmeta{font-size:11px;color:var(--text-muted);margin-top:3px;font-family:ui-monospace,Menlo,monospace;font-variant-numeric:tabular-nums}.rside{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.rprice{font-size:14px;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums}.st{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;padding:4px 9px;border-radius:999px}.st svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.st-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.st.buy{background:#E2F6EA;color:#149E55}.st.wait{background:#FFF4DD;color:#B07A00}.st.cancel{background:var(--surface-2);color:var(--text-secondary)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.st.wait .st-dot{animation:pulse 1.3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.st.wait .st-dot{animation:none}}.newbtn{width:100%;height:50px;background:var(--brand);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px rgba(232,93,4,.22);margin-bottom:18px;text-decoration:none}.newbtn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.newbtn:hover{background:var(--brand-strong,#E85D04);filter:brightness(1.06)}.newbtn:active{transform:scale(.98)}.tabpill{padding:8px 18px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:700;color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-sm);text-decoration:none;transition:transform .14s ease,background .15s ease}.tabpill.active{background:var(--navy,#231C3B);color:#fff;border-color:var(--navy,#231C3B)}.tabpill:active{transform:scale(.96)}.rank-tabs{gap:8px}.rank-tabs,.win{display:flex;margin-bottom:13px}.win{align-items:center;gap:9px;background:linear-gradient(135deg,#FFF3E9,#FFE3CB);border:1px solid #f6d6b8;border-radius:14px;padding:11px 13px;font-size:13px;font-weight:700;color:var(--brand-600,#E85D04);animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}.win svg{width:19px;height:19px;color:var(--gold,#E8A100);stroke:var(--gold,#E8A100);fill:var(--gold,#E8A100);flex:0 0 auto}@media (prefers-reduced-motion:reduce){.win{animation:none}}.podcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px 12px 0;margin-bottom:13px;overflow:hidden;animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}@media (prefers-reduced-motion:reduce){.podcard{animation:none}}.podium{display:flex;align-items:flex-end;justify-content:center;gap:8px}.pod{flex:1;flex-direction:column;max-width:108px}.pod,.pod-crown{display:flex;align-items:center}.pod-crown{color:var(--gold,#E8A100);height:18px;margin-bottom:2px;justify-content:center}.pod-crown svg{width:22px;height:22px;fill:var(--gold,#E8A100);stroke:var(--gold,#E8A100)}.pod-av{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:20px;border:3px solid #fff;box-shadow:0 3px 9px rgba(0,0,0,.14)}.pod.first .pod-av{width:62px;height:62px;font-size:23px;background:linear-gradient(135deg,#FF9A4D,#E85D04)}.pod.second .pod-av{background:linear-gradient(135deg,#A7B0C0,#7E8798)}.pod.third .pod-av{background:linear-gradient(135deg,#D79A6A,#B26E3C)}.pod-nm{font-size:12.5px;font-weight:700;margin-top:7px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.pod-you{font-size:9.5px;font-weight:800;color:var(--brand-600,#E85D04);background:var(--brand-50,#FFF3E9);padding:1px 7px;border-radius:999px;margin-top:3px}.pod-pts{font-size:12px;font-weight:800;color:var(--text-primary);margin:3px 0 8px;font-variant-numeric:tabular-nums}.pod-stand{width:100%;border-radius:12px 12px 0 0;display:grid;place-items:center;color:#fff;font-weight:900;font-size:26px}.pod.first .pod-stand{height:84px;background:linear-gradient(180deg,#F5B301,#E8A100)}.pod.second .pod-stand{height:60px;background:linear-gradient(180deg,#B8C0CC,#9AA3B2)}.pod.third .pod-stand{height:46px;background:linear-gradient(180deg,#D49A6A,#C07C44)}.rcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2px 16px;margin-bottom:13px;animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}@media (prefers-reduced-motion:reduce){.rcard{animation:none}}.rrow-rank{display:flex;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--border)}.rrow-rank:first-child{border-top:0}.rrow-rank .pos{width:22px;text-align:center;font-size:14px;font-weight:800;color:var(--text-muted)}.rrow-rank .rav{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:14px;flex:0 0 auto}.rrow-rank .rnm{flex:1;min-width:0;font-size:14px;font-weight:700;color:var(--text-primary)}.rrow-rank .rpts{font-size:13.5px;font-weight:800;color:var(--text-primary);font-variant-numeric:tabular-nums}.rrow-rank .rpts small{font-size:11px;font-weight:600;color:var(--text-muted)}.sec-head{display:flex;align-items:center;justify-content:space-between;margin:8px 2px 11px}.sec-head-clear{font-size:12px;font-weight:700;color:var(--brand-600,#E85D04);cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.rrow2{display:flex;align-items:center;gap:11px;padding:11px 2px;border-bottom:1px solid var(--border);transition:transform .14s ease}.rrow2:last-child{border-bottom:0}.rrow2:active{transform:scale(.97)}.rrow2-lead{color:var(--text-muted);width:17px;height:17px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.rrow2-term{flex:1;min-width:0;font-size:14px;color:var(--text-primary);font-weight:500;cursor:pointer;background:none;border:none;text-align:left;font-family:inherit;padding:0}.rrow2-x-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:7px;background:transparent;display:grid;place-items:center;cursor:pointer;flex:0 0 auto;transition:background .12s ease,border-color .12s ease}.rrow2-x-btn:hover{background:var(--surface-2);border-color:var(--border-strong)}.rrow2-x-btn:active{transform:scale(.9)}.rrow2-x{color:var(--text-muted);width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}.trend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.tchip{display:inline-flex;align-items:center;gap:6px;padding:8px 13px;border-radius:999px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);font-size:13px;font-weight:600;color:var(--text-primary);cursor:pointer;font-family:inherit;transition:transform .14s ease,box-shadow .2s ease}.tchip svg{width:13px;height:13px;stroke:var(--brand-500,#F77307);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.tchip:active{transform:scale(.96)}.catgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:22px}.cat{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;cursor:pointer;transition:transform .14s ease,box-shadow .2s ease;text-decoration:none;color:inherit;animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}.cat:active{transform:scale(.96)}.cat:hover{box-shadow:var(--shadow-sm)}.cat .ci{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.cat .ci svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cat .cl{font-size:13.5px;font-weight:700;color:var(--text-primary)}@media (prefers-reduced-motion:reduce){.cat{animation:none}}.explorar-searchbar{display:flex;align-items:center;gap:9px;background:var(--surface);border:1.5px solid var(--border-strong);border-radius:14px;padding:11px 13px;margin-bottom:12px;color:var(--text-muted)}.explorar-searchbar svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.explorar-searchbar span{font-size:14px}.explorar-chips{display:flex;gap:8px;overflow-x:auto;margin-bottom:15px;padding-bottom:2px;scrollbar-width:none}.explorar-chips::-webkit-scrollbar{display:none}.explorar-chip{flex:0 0 auto;padding:7px 15px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:12.5px;font-weight:700;color:var(--text-secondary);box-shadow:var(--shadow-sm);cursor:pointer;font-family:inherit;transition:transform .14s ease}.explorar-chip.active{background:var(--navy,#231C3B);color:#fff;border-color:var(--navy,#231C3B)}.explorar-chip:active{transform:scale(.96)}.crow{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:12px 14px;margin-bottom:10px;text-decoration:none;color:inherit;transition:transform .14s ease,box-shadow .2s ease;animation:riseIn .5s var(--ease,cubic-bezier(.22,.68,0,1.2)) both}.crow:hover{box-shadow:0 2px 4px rgba(20,20,30,.06),0 12px 28px rgba(20,20,30,.1)}.crow:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){.crow{animation:none}}.cav{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 auto;overflow:hidden;font-weight:800;font-size:18px;background:linear-gradient(135deg,#FF9A4D,#E85D04)}.cav img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.cav svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.9}.cb{flex:1;min-width:0}.cname{font-size:14.5px;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ckind,.cmeta{font-size:11.5px;color:var(--text-muted);margin-top:2px}.cfollow{flex:0 0 auto;height:36px;padding:0 14px;background:var(--brand);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-family:inherit;transition:transform .14s ease}.cfollow.following{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border)}.cfollow:active{transform:scale(.96)}.cfollow svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.sort-tabs{display:flex;gap:8px;margin-bottom:14px}.sort-tab{height:36px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-weight:700;font-size:13.5px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;transition:transform .14s ease}.sort-tab.active{background:#231C3B;color:#fff;border-color:#231C3B}.sort-tab:active{transform:scale(.96)}.seg-discover{width:100%;height:47px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--text-primary);font-weight:700;font-size:14.5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;margin-top:5px;text-decoration:none;transition:transform .14s ease,box-shadow .2s ease}.seg-discover:active{transform:scale(.96)}.seg-discover svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.seg-cta{height:48px;padding:0 24px;background:var(--brand-600);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;text-decoration:none;transition:transform .14s ease,filter .15s ease}.seg-cta:active{transform:scale(.97)}.seg-cta svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.seg-hint{margin-top:16px;font-size:12.5px;color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.seg-hint svg{width:15px;height:15px;flex:0 0 auto}.page-h{margin-bottom:16px}.page-h h1{font-size:24px;font-weight:800;letter-spacing:-.022em;margin:0 0 4px}.page-h p{margin:0;color:var(--text-muted);font-size:14px}.formcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px;margin-bottom:14px}.lbl{font-size:12.5px;font-weight:700;color:var(--text-primary);margin:0 0 7px;display:block}.lbl .opt{color:var(--text-muted);font-weight:600}.inp{width:100%;height:46px;background:var(--surface);border:1.5px solid var(--border-strong);border-radius:12px;padding:0 13px;font-size:14px;font-family:inherit;color:var(--text-primary);outline:none}.inp:focus{border-color:var(--brand-400)}.inp::-moz-placeholder{color:var(--text-muted)}.inp::placeholder{color:var(--text-muted)}.inp-error{border-color:var(--danger,#e53e3e)!important}.hint{font-size:12.5px;color:var(--text-muted);margin:6px 0 0}.row2{display:flex;gap:10px;margin-top:15px}.formbtn{width:100%;height:48px;background:var(--brand-600);color:#fff;border:0;border-radius:var(--radius-md);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit}.formbtn:disabled{opacity:.5;cursor:not-allowed}.formbtn:active:not(:disabled){transform:scale(.97)}.formbtn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.asst-head{display:flex;align-items:center;gap:11px;margin-bottom:12px}.asst-ico{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#6E78E8,#4855C7);display:grid;place-items:center;color:#fff;flex:0 0 auto;box-shadow:0 3px 9px rgba(72,85,199,.28)}.asst-ico svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.asst-title{font-size:14.5px;font-weight:800;color:var(--text-primary)}.asst-sub{font-size:12px;color:var(--text-muted);margin-top:1px}.ia-badge{display:inline-flex;align-items:center;gap:4px;background:#EEF0FE;color:#4855C7;font-size:10.5px;font-weight:800;padding:4px 9px;border-radius:999px;flex:0 0 auto}.asst-intro{font-size:13px;color:var(--text-secondary);line-height:1.45;margin:0 0 12px}.foot-note{text-align:center;font-size:12.5px;color:var(--text-muted);margin-top:4px}