:root{--bg: #edf0fa;--card: #ffffff;--ink: #221d5c;--ink-soft: #6b7096;--primary: #5b5fe9;--violet: #8b5cf6;--blue: #4c8dff;--cyan: #38bdf8;--red: #e23744;--orange: #f59e0b;--pink: #ec4899;--mint: #2dd4bf;--grad-logo: linear-gradient(135deg, #8b5cf6, #4c8dff);--grad-hero: linear-gradient(100deg, #4b49e0, #7c5cf0);--grad-pin: linear-gradient(100deg, #6355e8, #8f6cf5);--grad-share: linear-gradient(100deg, #3e7bfa, #38bdf8);--grad-fab: linear-gradient(180deg, #5aa2ff, #4353e8);--grad-member: linear-gradient(100deg, #5b5fe9, #7c6cf0);--shadow-card: 0 4px 16px rgba(34, 29, 92, .06);--shadow-banner: 0 10px 24px rgba(75, 73, 224, .25)}*{margin:0;padding:0;box-sizing:border-box}html,body{background:#dde1f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Sukhumvit Set,Helvetica Neue,Arial,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}button{font-family:inherit;border:none;cursor:pointer;background:none;color:inherit}input{font-family:inherit;border:none;outline:none;background:transparent}img{display:block}.app{max-width:430px;margin:0 auto;min-height:100vh;background:var(--bg);position:relative;box-shadow:0 0 40px #221d5c26;overflow-x:clip}.screen{padding:0 16px 124px}.app-loading{max-width:430px;margin:0 auto;min-height:100vh;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--ink-soft);font-size:14px}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:10px;padding:14px 16px 10px;background:linear-gradient(to bottom,var(--bg) 75%,rgba(237,240,250,0))}.header-logo{width:40px;height:40px;border-radius:12px;background:var(--grad-logo);display:grid;place-items:center;color:#fff;font-size:22px;font-weight:800;box-shadow:0 6px 14px #6b5cf659}.header-logo-img{width:40px;height:40px;border-radius:12px;object-fit:contain;flex-shrink:0}.header-title{flex:1;min-width:0;font-size:clamp(14.25px,4.28vw,19px);font-weight:800;letter-spacing:.3px;color:#2b2273;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;gap:8px;flex-shrink:0}.icon-btn{width:38px;height:38px;border-radius:50%;background:var(--card);display:grid;place-items:center;color:#2b2273;position:relative;box-shadow:var(--shadow-card)}@media (max-width: 380px){.header{gap:7px;padding-left:12px;padding-right:12px}.header-actions{gap:6px}.icon-btn{width:34px;height:34px}.header-logo,.header-logo-img{width:38px;height:38px}}@media (max-width: 340px){.header{gap:6px;padding-left:10px;padding-right:10px}.header-actions{gap:5px}.icon-btn{width:31px;height:31px}.header-logo,.header-logo-img{width:34px;height:34px}}.header-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;object-position:center;aspect-ratio:1}.icon-btn .dot{position:absolute;top:8px;right:9px;width:8px;height:8px;border-radius:50%;background:var(--red);border:1.5px solid #fff}.icon-btn .badge-count{position:absolute;top:3px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;border:1.5px solid #fff}.noti-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14103c59;z-index:50;display:flex;justify-content:center;align-items:flex-start;animation:noti-fade .18s ease}.noti-panel{width:100%;max-width:430px;margin-top:58px;max-height:calc(100vh - 58px);background:#fff;border-radius:0 0 24px 24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 14px 34px #14103c47;animation:noti-slide .22s ease}.noti-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid #f1f2fa}.noti-head h3{font-size:16px;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:7px}.noti-head h3 .noti-count{background:var(--red);color:#fff;font-size:11px;font-weight:700;border-radius:999px;min-width:20px;height:20px;padding:0 6px;display:grid;place-items:center}.noti-head-actions{display:flex;align-items:center;gap:4px}.noti-readall{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--primary);padding:6px 8px;border-radius:999px}.noti-close{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:var(--ink-soft)}.noti-list{overflow-y:auto;padding:6px 8px 12px}.noti-item{width:100%;display:flex;align-items:flex-start;gap:12px;text-align:left;padding:12px 10px;border-radius:14px;position:relative}.noti-item.unread{background:#f4f6ff}.noti-item:active{background:#eceffb}.noti-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.noti-body{flex:1;min-width:0}.noti-body h4{font-size:13.5px;font-weight:600;color:var(--ink);line-height:1.35}.noti-body p{font-size:12px;color:var(--ink-soft);line-height:1.5;margin:2px 0 4px}.noti-body time{font-size:10.5px;color:#9aa0bf}.noti-dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0;margin-top:6px}.noti-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 0;color:#b6bad4}.noti-empty p{font-size:13px}@keyframes noti-fade{0%{opacity:0}to{opacity:1}}@keyframes noti-slide{0%{transform:translateY(-14px);opacity:0}to{transform:translateY(0);opacity:1}}.search-row{display:flex;align-items:center;gap:10px;margin:8px 0 16px}.search-bar{flex:1;display:flex;align-items:center;gap:10px;background:var(--card);border-radius:999px;padding:13px 18px;box-shadow:var(--shadow-card)}.search-bar svg{color:var(--primary);flex-shrink:0}.search-bar input{flex:1;font-size:14px;color:var(--ink)}.search-bar input::placeholder{color:#9aa0bf}.cart-btn{width:48px;height:48px;border-radius:50%;background:var(--card);display:grid;place-items:center;color:#2b2273;position:relative;box-shadow:var(--shadow-card);flex-shrink:0}.cart-btn .badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;border-radius:50%;background:#e2313f;color:#fff;font-size:11px;font-weight:600;display:grid;place-items:center;border:2px solid var(--bg)}.cat-strip{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 6px;margin-bottom:16px;scrollbar-width:none}.cat-strip::-webkit-scrollbar{display:none}.cat-item{display:flex;flex-direction:column;align-items:center;gap:7px;flex-shrink:0;width:62px}.cat-icon{width:56px;height:56px;border-radius:18px;background:var(--card);display:grid;place-items:center;box-shadow:var(--shadow-card)}.cat-item span{font-size:11px;color:var(--ink);font-weight:500;white-space:nowrap}.cat-item.active span{color:var(--primary);font-weight:600}.banner{border-radius:22px;padding:18px;color:#fff;margin-bottom:14px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-banner);overflow:hidden;position:relative}.banner-hero{background:var(--grad-hero);padding:clamp(12px,3.5vw,16px) clamp(12px,4vw,18px);gap:clamp(4px,2vw,8px);align-items:center;min-height:152px}.banner-hero .hero-art{width:clamp(96px,30vw,150px);flex-shrink:0;align-self:center;margin:0 clamp(-6px,-2vw,-10px)}.cart-hero-svg{width:100%;height:auto;display:block;filter:drop-shadow(0 8px 9px rgba(20,10,60,.28))}.banner-hero .banner-body{display:flex;flex-direction:column;padding:4px 0;text-align:center}.banner-hero .btn-outline{align-self:center;margin-top:12px}.banner-body{flex:1;min-width:0}.banner-title-lg{font-size:clamp(15px,5vw,20px);font-weight:800;line-height:1.3;overflow-wrap:break-word;word-break:break-word}.banner-title{font-size:11.5px;font-weight:700;white-space:nowrap}.banner-sub{font-size:clamp(10px,3vw,11.5px);opacity:.85;margin-top:3px;line-height:1.5}.banner-pin{background:var(--grad-pin)}.banner-share{background:var(--grad-share)}.banner-pin,.banner-share{gap:10px;padding:15px}.banner-pin .btn-white,.banner-share .btn-white{padding:6px 9px;gap:2px;font-size:11.5px}.banner-emoji{font-size:30px;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.banner-icon-circle{width:44px;height:44px;border-radius:50%;background:#ffffff38;display:grid;place-items:center;flex-shrink:0;color:#fff}.btn-white{background:#fff;color:var(--primary);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;gap:4px;box-shadow:0 4px 10px #0000001f}.banner-share .btn-white{color:#2f7cf6}.btn-outline{border:1.5px solid rgba(255,255,255,.9);color:#fff;border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;gap:4px;margin-top:12px;background:#ffffff14}.section-head{display:flex;align-items:center;justify-content:space-between;margin:20px 2px 12px}.section-head h2{font-size:17px;font-weight:700;color:#241f60}.section-head .link{font-size:13px;color:var(--primary);font-weight:500;display:inline-flex;align-items:center;gap:2px}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.promo-card{background:var(--card);border-radius:18px;padding:12px 6px;text-align:center;box-shadow:var(--shadow-card);display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.promo-logo{height:24px;display:flex;align-items:center;justify-content:center;gap:3px;font-weight:800;font-size:11.5px;white-space:nowrap}.promo-logo .logo-mark{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:12px}.brand-logo-svg,.brand-logo-img{height:23px;width:auto;max-width:100%;display:block;object-fit:contain}.brand-logo-tops{height:17px}.promo-card .promo-note{font-size:9.5px;color:var(--ink-soft);white-space:nowrap}.promo-card .promo-pct{font-size:24px;font-weight:600;line-height:1.1}.promo-btn{border-radius:999px;padding:5px 9px;font-size:10.5px;font-weight:600;display:inline-flex;align-items:center;gap:1px;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-grid-3{grid-template-columns:repeat(2,1fr)}.product-card{background:var(--card);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-width:0}.product-img-wrap{position:relative}.product-img{width:100%;aspect-ratio:1;object-fit:cover;background:#f4f5fb}.discount-ribbon{position:absolute;top:0;right:0;background:linear-gradient(180deg,#ffb601,#f5670c);color:#fff;font-size:10px;font-weight:700;padding:3px 5px 4px;border-radius:0 0 6px 6px;line-height:1.1}.xtra-badge{position:absolute;left:0;bottom:0;background:#00a69c;color:#fff;font-size:8px;font-weight:600;padding:2px 6px;border-radius:0 8px 0 0;white-space:nowrap}.product-info{padding:8px 8px 10px;display:flex;flex-direction:column;gap:5px;flex:1}.product-name{font-size:11px;font-weight:600;color:var(--ink);line-height:1.4;min-height:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-row{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.product-price{font-size:15px;font-weight:800;color:#ee4d2d}.product-sold{font-size:8.5px;color:var(--ink-soft);white-space:nowrap}.product-chips{display:flex;gap:4px;flex-wrap:wrap}.chip-rating{font-size:8.5px;font-weight:600;color:#f59e0b;border:1px solid #f8ce8a;border-radius:4px;padding:1px 4px;white-space:nowrap}.chip-ship{font-size:8.5px;font-weight:600;color:#00a69c;border:1px solid #8fd8d2;border-radius:4px;padding:1px 4px;white-space:nowrap}.chip-reseller{margin-left:auto;font-size:8.5px;font-weight:700;color:#e11d3c;background:#fdecef;border:1px solid #f5b8c2;border-radius:4px;padding:1px 4px;white-space:nowrap}.product-coin{position:absolute;right:6px;bottom:6px;display:inline-flex;align-items:center;justify-content:center;padding:3px;border-radius:50%;background:#fff3d6;line-height:0;box-shadow:0 1px 4px #0000001f}.rs-wrap{margin-top:4px}.rs-head{display:flex;align-items:center;gap:10px;padding:12px 13px;margin-bottom:12px;border-radius:14px;background:linear-gradient(135deg,#e7f6ee,#dbf1e6);border:1px solid #bfe6cf}.rs-head-ic{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#12a150;color:#fff}.rs-head-tx{display:flex;flex-direction:column;gap:2px}.rs-head-tx b{font-size:15px;font-weight:800;color:#0f7a3d}.rs-head-tx em{font-style:normal;font-size:11.5px;line-height:1.35;color:#3f7a58}.rs-lock{display:flex;align-items:center;gap:6px;margin:0 0 12px;padding:9px 12px;border-radius:10px;background:#fff7e6;border:1px solid #ffe0a3;color:#a86a12;font-size:12px;font-weight:600}.rs-grid{display:flex;flex-direction:column;gap:10px}.rs-card{display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}.rs-card-main{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.rs-card-img{flex:none;width:58px;height:58px;border-radius:10px;overflow:hidden;background:#f0eef8;display:grid;place-items:center;color:#b3adcf}.rs-card-img img{width:100%;height:100%;object-fit:cover}.rs-card-tx{min-width:0;display:flex;flex-direction:column;gap:2px}.rs-card-tx b{font-size:13.5px;font-weight:700;color:#2a2550;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.rs-card-price{font-style:normal;font-size:13px;font-weight:800;color:#f0284a}.rs-card-share{font-size:11px;font-weight:700;color:#12a150}.rs-card-share i{font-style:normal;font-weight:600;color:#3f7a58}.rs-take{flex:none;display:inline-flex;align-items:center;gap:4px;padding:8px 12px;border:0;border-radius:999px;background:#12a150;color:#fff;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.rs-take.got{background:#e7f6ee;color:#12a150;border:1px solid #a9dfc2}.rs-take:disabled{opacity:.55;cursor:default}.rs-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:320;max-width:320px;padding:10px 18px;border-radius:999px;background:#14102deb;color:#fff;font-size:13px;font-weight:600;text-align:center;box-shadow:0 6px 20px #00000040}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-shop{display:flex;align-items:center;gap:4px;font-size:9.5px;font-weight:600;color:var(--ink-soft);border-top:1px solid #f1f2fa;padding-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-heart{color:#ec4899;font-size:10px}.commission-chip{background:#fdeaec;color:#ee4d2d;font-size:8.5px;font-weight:700;border-radius:4px;padding:2px 5px;white-space:nowrap}.product-cart{color:#2b2273}.home-quick{display:flex;justify-content:space-between;gap:2px;margin:0 -16px 14px;padding:14px 10px}.hq-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.hq-item:active{transform:scale(.9)}.hq-icon{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%}.hq-dot{position:absolute;top:1px;right:3px;width:8px;height:8px;border-radius:50%;background:#e23744;border:1.5px solid var(--bg, #fff)}.hq-label{font-size:11.5px;font-weight:500;color:#3a3d45;white-space:nowrap}.hero{border-radius:24px;overflow:hidden;position:relative;height:300px;margin-bottom:16px;box-shadow:0 12px 28px #221d5c38}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#2b2670,#d97742)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#14103cb3,#14103c0d 55%)}.hero-content{position:absolute;left:20px;right:20px;bottom:34px;color:#fff}.hero-chip{display:inline-block;background:#5a8cff8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;padding:5px 14px;font-size:12px;font-weight:500;margin-bottom:10px}.hero-content h1{font-size:25px;font-weight:800;line-height:1.25}.hero-content p{font-size:13.5px;opacity:.9;margin-top:3px}.hero-btn{margin-top:14px;background:linear-gradient(90deg,#4c8dff,#7c5cf0);color:#fff;border-radius:999px;padding:10px 20px;font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;gap:4px;box-shadow:0 6px 14px #3c5adc73}.hero-dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:5px}.hero-dots i{width:6px;height:6px;border-radius:999px;background:#ffffff80}.hero-dots i.on{width:18px;background:linear-gradient(90deg,#4c8dff,#8b5cf6)}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px 6px;margin-bottom:8px}.service-item{display:flex;flex-direction:column;align-items:center;gap:7px}.service-icon{width:58px;height:58px;border-radius:18px;background:var(--card);display:grid;place-items:center;box-shadow:var(--shadow-card)}.service-item span{font-size:10.5px;font-weight:500;color:var(--ink);white-space:nowrap}.video-card{background:var(--card);border-radius:20px;padding:12px;display:flex;gap:12px;margin-bottom:12px;box-shadow:var(--shadow-card)}.video-thumb{width:132px;height:92px;border-radius:14px;overflow:hidden;position:relative;flex-shrink:0}.video-thumb img{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#1e3a8a,#0ea5e9)}.video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.video-play i{width:36px;height:36px;border-radius:50%;background:#ffffff59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;color:#fff}.video-duration{position:absolute;right:6px;bottom:6px;display:inline-flex;align-items:center;gap:3px;background:#0a0a1ebf;color:#fff;font-size:10px;font-weight:500;border-radius:6px;padding:2px 6px}.video-open{display:block;width:100%;height:100%;padding:0;border:0;background:none;cursor:pointer}.video-media{width:100%;height:100%;object-fit:cover;background:#000}.video-stat{display:inline-flex;align-items:center;gap:4px;margin-top:auto;font-size:10.5px;font-weight:700;color:#6f6d85}.video-stat svg{flex:0 0 auto}.video-stat svg:not(:first-child){margin-left:6px}.video-empty{margin:0 0 12px;padding:18px 12px;border-radius:16px;background:var(--card);box-shadow:var(--shadow-card);text-align:center;font-size:12.5px;color:#6f6d85}.video-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding-top:2px}.video-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.video-body h3{font-size:14.5px;font-weight:700;color:var(--primary)}.video-body p{font-size:11.5px;color:var(--ink-soft);line-height:1.55}.video-more{color:var(--ink-soft);flex-shrink:0;padding-top:2px}.banner-member{background:var(--grad-member);margin-top:18px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;padding:7px 8px 8px;z-index:30;background:#b9bdcc;border-radius:22px 22px 0 0;box-shadow:0 -6px 24px #221d5c29}.bottom-nav-bar{display:grid;grid-template-columns:repeat(5,1fr);padding:9px 6px 11px;background:#fff;border-radius:18px;box-shadow:0 2px 10px #221d5c24}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--ink-soft)}.nav-item.active{color:var(--primary);font-weight:600}.nav-item.active.shop-active{color:var(--red)}.nav-icon-wrap{position:relative;display:inline-flex}.nav-badge{position:absolute;top:-5px;right:-9px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:700;line-height:1;display:grid;place-items:center;box-shadow:0 0 0 2px var(--bg)}.nav-fab-wrap{position:relative;display:flex;justify-content:center}.nav-fab-wrap:before{content:"";position:absolute;top:-44px;left:50%;transform:translate(-50%);width:74px;height:74px;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);background:linear-gradient(160deg,#ded3ff,#b79bff);opacity:.75;pointer-events:none;filter:blur(.5px) drop-shadow(0 4px 10px rgba(124,92,255,.35))}.nav-fab{position:absolute;top:-38px;width:62px;height:62px;border-radius:0;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);background:radial-gradient(120% 90% at 26% 14%,#ffffff8c,#fff0 46%),radial-gradient(90% 80% at 82% 92%,#26106e8c,#26106e00 55%),linear-gradient(155deg,#9b7dff,#6c4cdc 52%,#4c31bd);display:grid;place-items:center;color:#fff;box-shadow:inset 0 1.5px 1px #fff9,inset 1.5px 0 1px #ffffff47,inset 0 -2px 3px #1e0c5a80,inset -2px 0 3px #1e0c5a4d;filter:drop-shadow(0 3px 5px rgba(60,32,160,.45)) drop-shadow(0 10px 18px rgba(76,49,189,.42))}.nav-fab:before{content:"";position:absolute;left:12%;right:12%;top:6%;height:42%;border-radius:50%/60%;background:linear-gradient(180deg,#ffffff80,#fff0);pointer-events:none}.nav-fab svg{position:relative;z-index:1;filter:drop-shadow(0 1px 1px rgba(40,20,110,.55)) drop-shadow(0 0 6px rgba(255,255,255,.55))}.quick-hero{background:var(--grad-hero);border-radius:22px;padding:22px 18px;color:#fff;margin-bottom:16px;box-shadow:var(--shadow-banner)}.quick-hero .label{font-size:13px;opacity:.85}.quick-hero .amount{font-size:34px;font-weight:800;margin:4px 0 2px}.quick-hero .sub{font-size:12px;opacity:.8}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:8px}.quick-item{background:var(--card);border-radius:18px;padding:14px 6px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:var(--shadow-card)}.quick-item .qi-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#fff}.quick-item span{font-size:11px;font-weight:500;color:var(--ink)}.activity-card{background:var(--card);border-radius:18px;padding:14px;display:flex;align-items:center;gap:12px;margin-bottom:10px;box-shadow:var(--shadow-card)}.activity-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.activity-body{flex:1;min-width:0}.activity-body h4{font-size:13.5px;font-weight:600;color:var(--ink)}.activity-body p{font-size:11.5px;color:var(--ink-soft)}.activity-amount{font-size:14px;font-weight:700}.activity-amount.plus{color:#16a34a}.chat-card{background:var(--card);border-radius:18px;padding:14px;display:flex;align-items:center;gap:12px;margin-bottom:10px;box-shadow:var(--shadow-card)}.chat-avatar{position:relative;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;flex-shrink:0;font-size:20px}.chat-online-dot{position:absolute;right:1px;bottom:1px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid #fff}.chat-body{flex:1;min-width:0}.chat-body h4{font-size:14px;font-weight:600;color:var(--ink)}.chat-name-row{display:flex;align-items:center;gap:6px;min-width:0}.chat-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-body p{font-size:12px;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.chat-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.chat-meta time{font-size:11px;color:var(--ink-soft)}.chat-unread{min-width:20px;height:20px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:600;display:grid;place-items:center;padding:0 6px}.call-banner{background:var(--grad-share);border-radius:20px;padding:16px;display:flex;align-items:center;gap:12px;color:#fff;margin-bottom:16px;box-shadow:var(--shadow-banner)}.sp-screen{background:#fff;padding-left:0;padding-right:0;min-height:100vh;text-align:center}.sp-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fff;border-bottom:1px solid #f0f0f2}.sp-topbar-btn{color:#16181c;display:grid;place-items:center;width:36px;height:36px;position:relative;flex:none}.sp-topbar-btn .badge-count{position:absolute;top:0;right:0;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:9.5px;font-weight:700;display:grid;place-items:center;border:1.5px solid #fff}.sp-topbar-btn.icon-live{border-radius:50%}.sp-topbar-right{display:flex;align-items:center;gap:4px}.sp-topbar-title{display:inline-flex;align-items:center;gap:5px;font-size:16.5px;font-weight:700;color:#16181c;min-width:0}.sp-topbar-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-topbar-title svg{flex:none}.sp-topbar{flex-wrap:nowrap}.sp-topbar-left,.sp-topbar-right{flex:0 0 auto}.sp-topbar-title{flex:1 1 auto;justify-content:center}@media (max-width: 390px){.sp-topbar{padding-left:8px;padding-right:8px}.sp-topbar-btn{width:31px;height:31px}.sp-topbar-title{font-size:15px}}@media (max-width: 360px){.sp-topbar{padding-left:6px;padding-right:6px}.sp-topbar-btn{width:28px;height:28px}.sp-topbar-left,.sp-topbar-right{gap:2px}.sp-topbar-title{font-size:14px}}@media (max-width: 330px){.sp-topbar-btn{width:25px;height:25px}.sp-topbar-btn svg{width:18px;height:18px}}.sp-avatar-wrap{display:flex;flex-direction:column;align-items:center;margin-top:12px}.sp-avatar{width:128px;height:128px;border-radius:50%;border:1.5px solid #e3e4e8;padding:5px;display:grid;place-items:center}.sp-avatar span{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#dbe4ff,#f3e8ff);color:#4c4f9e;font-size:46px;font-weight:800;display:grid;place-items:center}.sp-avatar img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;aspect-ratio:1}.seller-shop{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:260;background:#f6f5fb;overflow-y:auto;text-align:left;box-shadow:0 0 40px #221d5c26}.shop-card{padding:16px;border:1px solid #e9eaf2;border-radius:16px;background:#fff;box-shadow:0 2px 10px #221d5c0d}.shop-card-head{display:flex;align-items:center;gap:12px}.shop-card-avatar{flex:0 0 auto;width:52px;height:52px;border-radius:50%;overflow:hidden;background:#e8f1ff;color:#5b7fd4;display:grid;place-items:center;font-size:22px;font-weight:800}.shop-card-avatar img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.shop-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.shop-stats-btn{flex:0 0 auto;align-self:flex-start;width:32px;height:32px;border:1px solid #dfe2ee;border-radius:10px;background:#fff;color:#6c4cdc;display:grid;place-items:center;cursor:pointer}.shop-stats-btn:active{transform:scale(.92)}.shop-card-name{font-size:16px;font-weight:800;color:#1c1a2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-card-stat{font-size:12px;color:#8a8ba0}.shop-follow{flex:0 0 auto;align-self:flex-start;border:0;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer;background:#f0284a;color:#fff;box-shadow:0 2px 8px #f0284a47}.shop-follow:active{transform:scale(.95)}.shop-follow.on{background:#eef0f2;color:#5a5d68;box-shadow:none}.shop-follow:disabled{opacity:.6}.shop-card-desc{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:12px 0 0;font-size:13px;line-height:1.5;color:#5a5570}.shop-rate{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:11px;border-top:1px solid #f0f0f5}.shop-rate-sum{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#5a5570}.shop-rate-sum b{font-size:14px;font-weight:800;color:#1c1a2b}.shop-rate-sum em{font-style:normal;font-size:11.5px;color:#9b9db4}.shop-rate-star{color:#f5a524}.shop-rate-none{font-style:normal;font-size:12.5px;color:#a3a1b5}.shop-rate-locked{font-style:normal;font-size:11.5px;color:#a3a1b5;margin-left:auto;text-align:right}.shop-rate-give{display:inline-flex;align-items:center;gap:2px;margin-left:auto}.shop-rate-give em{margin-right:4px;font-style:normal;font-size:11.5px;font-weight:700;color:#8a8ba0}.shop-star{display:grid;place-items:center;padding:1px;border:0;background:none;color:#d3d1e0;cursor:pointer}.shop-star.on{color:#f5a524}.shop-star:active{transform:scale(.88)}.shop-star:disabled{cursor:default}.shop-desc-empty{color:#a3a3b8;font-style:italic}.shop-bio-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border:1px solid #dfe2ee;border-radius:999px;background:#fff;color:#6c4cdc;font-size:11.5px;font-weight:700;cursor:pointer}.shop-bio-btn.save{border-color:#6c4cdc;background:#6c4cdc;color:#fff}.shop-bio-btn:disabled{opacity:.6}.shop-bio-edit{margin-top:12px}.shop-bio-edit textarea{width:100%;padding:9px 11px;border:1px solid #dfe2ee;border-radius:10px;background:#fafaff;font:inherit;font-size:13px;color:#3a3550;resize:vertical}.shop-bio-foot{display:flex;align-items:center;gap:8px;margin-top:8px}.shop-bio-count{flex:1;font-size:11.5px;color:#9195a8}.shop-card-actions{display:flex;gap:8px;margin-top:14px}.shop-act{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 6px;border:1px solid #dfe2ee;border-radius:10px;background:#fff;color:#3a3550;font-size:12.5px;font-weight:700;cursor:pointer;white-space:nowrap}.shop-act:active{transform:scale(.97)}.shop-act.primary{border-color:#2f6fed;background:#2f6fed;color:#fff}.shop-card-shared{margin:10px 0 0;text-align:center;font-size:12.5px;font-weight:700;color:#1d9e75}.shop-card-shared.err{color:#e2313f}.shop-act.promote{border-color:#ffc79e;background:#fff0e6;color:#f97316}.shop-act:disabled{opacity:.6}.pw-forgot{align-self:flex-end;margin-top:-4px;padding:2px 0;border:0;background:none;color:var(--primary);font-size:12.5px;font-weight:600;cursor:pointer}.pw-forgot:disabled{opacity:.5}.edit-head{display:flex;align-items:center;gap:6px}.edit-head h3{flex:1;margin:0}.edit-back{flex:0 0 auto;width:32px;height:32px;border:0;border-radius:50%;background:none;color:#2b2273;display:grid;place-items:center;cursor:pointer}.edit-back:active{transform:scale(.92)}.edit-back:disabled{opacity:.5}.edit-head-spacer{flex:0 0 auto;width:32px}.edit-avatar-row{display:flex;align-items:center;gap:14px;margin-bottom:4px}.edit-avatar{width:72px;height:72px;border-radius:50%;flex-shrink:0;overflow:hidden;border:2px solid #e3e6f5}.edit-avatar img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;aspect-ratio:1}.edit-avatar span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#dbe4ff,#f3e8ff);color:#4c4f9e;font-size:28px;font-weight:800}.edit-avatar-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.edit-avatar-remove{font-size:12px;color:var(--red);font-weight:500}.sp-trust{display:inline-flex;align-items:center;gap:4px;background:#22c55e;color:#fff;font-size:12px;font-weight:700;border-radius:999px;padding:4px 14px;margin-top:-14px;position:relative;border:2px solid #fff}.sp-name{display:flex;align-items:center;justify-content:center;gap:6px;font-size:21px;font-weight:800;color:#16181c;margin-top:14px}.sp-username{font-size:14px;color:#9a9da6;margin-top:2px}.sp-name-edit{width:27px;height:27px;border-radius:50%;border:1px solid #d8dade;display:grid;place-items:center;color:#16181c;flex-shrink:0}.sp-name-edit:active{background:#f0f0f2}.sp-stats{display:flex;justify-content:center;gap:44px;margin-top:18px}.sp-stat b{display:block;font-size:18px;font-weight:800;color:#16181c}.sp-stat b.viral{color:#1d4ed8}.sp-stat span{font-size:12.5px;color:#6b6f78}.sp-actions{display:flex;gap:12px;padding:0 16px;margin-top:18px}.sp-action-btn{flex:1;background:#f2f3f5;color:#16181c;font-size:14.5px;font-weight:600;border-radius:12px;padding:13px 0}.sp-bio{font-size:13px;color:#3a3d45;margin-top:16px;padding:0 18%}.sp-links{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:10px}.sp-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#16181c}.sp-link-divider{width:1px;height:14px;background:#d8dade}.sp-tabs{display:grid;grid-template-columns:repeat(5,1fr);margin-top:18px;border-bottom:1px solid #f0f0f2}.sp-tab{display:grid;place-items:center;padding:11px 0 9px;color:#1c1a2b;border-bottom:2px solid transparent}.sp-tab.active{color:#16181c;border-bottom-color:#16181c}.sp-tab-ic{position:relative;display:inline-flex}.sp-tab-count{position:absolute;top:-6px;left:100%;margin-left:-8px;min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:#f0284a;color:#fff;font-size:9.5px;font-weight:800;line-height:15px;text-align:center}.sp-v2{text-align:left;background:#fff}.sp-hero{background:var(--bg);padding-bottom:6px}.sp-v2 .sp-topbar{position:static;background:#ccbff1;border-bottom:1px solid rgba(124,92,255,.14);padding:12px 12px 10px}.sp-bell{position:relative}.sp-bell-dot{position:absolute;top:6px;right:7px;width:8px;height:8px;border-radius:50%;background:#f0284a;border:1.5px solid #f1ecfd}.sp-head{display:flex;align-items:center;gap:14px;padding:6px 16px 14px}.sp-avatar-ring{position:relative;flex:0 0 auto;width:104px;height:104px;aspect-ratio:1;box-sizing:border-box;border-radius:50%;padding:3px;background:linear-gradient(135deg,#a78bfa,#f0abfc,#c4b5fd);box-shadow:0 8px 20px #7c5cff47}.sp-v2 .sp-avatar{width:100%;height:100%;aspect-ratio:1;box-sizing:border-box;border:3px solid #fff;padding:0;background:#fff;overflow:hidden}.sp-avatar-cam{position:absolute;bottom:0;right:0;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#7c5cff,#9d7bff);color:#fff;display:grid;place-items:center;border:2.5px solid #fff;cursor:pointer}.sp-avatar-cam:active{transform:scale(.9)}.sp-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px;padding-top:2px}.sp-v2 .sp-name{justify-content:flex-start;margin-top:0;font-size:21px;font-weight:800}.sp-id{align-self:flex-start;background:#e9e3fd;color:#1c1a2b;font-size:11px;font-weight:700;padding:3px 11px;border-radius:20px}.sp-bio-quote{font-size:12.5px;color:#4a4d57;line-height:1.45;padding:2px 2px 0}.sp-v2 .sp-actions{margin-top:6px;padding:0;gap:10px;align-items:center}.sp-follow{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#7eb6f6,#a97cf0,#f065c4);color:#fff;font-size:14px;font-weight:800;padding:7px 7px 7px 16px;border-radius:999px;box-shadow:0 6px 18px #a97cf073;cursor:pointer}.sp-follow-go{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#fff;color:#c058d8;display:grid;place-items:center}.sp-follow.on{background:#f4eeff;color:#6c4cdc;box-shadow:none}.sp-follow.on .sp-follow-go{background:#6c4cdc;color:#fff}.sp-follow:active{transform:scale(.96)}.sp-share{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:#fff;color:#7c5cff;display:grid;place-items:center;box-shadow:0 3px 12px #7c5cff38;cursor:pointer}.sp-stats-card{display:flex;align-items:center;margin:4px 16px 14px;background:#fff;border-radius:18px;box-shadow:0 8px 24px #46328c1a;padding:14px 4px}.sp-statc{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px}.sp-statc-row{display:flex;align-items:center;gap:7px}.sp-statc-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto}.sp-statc-icon.blue{background:#e6efff;color:#3b82f6}.sp-statc-icon.purple{background:#efeafe;color:#7c5cff}.sp-statc-icon.green{background:#e5f7ee;color:#12b76a}.sp-statc b{font-size:18px;font-weight:800;color:#16181c}.sp-statc-label{font-size:11.5px;color:#8b8f99}.sp-statc-div{width:1px;height:34px;background:#eceef3;flex:0 0 auto}.sp-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 16px;margin-bottom:8px}.sp-card{position:relative;border-radius:16px;padding:12px 11px;text-align:left;color:#fff;overflow:hidden;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.sp-card-text{flex:1;min-width:0;padding-top:1px}.sp-card-head{display:flex;align-items:center;gap:5px;min-width:0}.sp-card:active{transform:scale(.98)}.sp-card-orders{background:linear-gradient(135deg,#c5b5f7,#d3c5fc);box-shadow:0 8px 18px #7c5cff2e;color:#3b2b7a}.sp-card-showcase{background:linear-gradient(135deg,#9bd1fa,#aedffb);box-shadow:0 8px 18px #38a3f52e;color:#10486f}.sp-card-orders .sp-card-icon,.sp-card-showcase .sp-card-icon{background:#ffffff8c}.sp-card-orders .sp-card-go,.sp-card-showcase .sp-card-go{background:#fff9}.shop-commission{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.sp-card-pin{background:linear-gradient(135deg,#8b6cf0,#a78bfa);box-shadow:0 10px 22px #7c5cff52}.sp-card-share{background:linear-gradient(135deg,#38a3f5,#5ec0f7);box-shadow:0 10px 22px #38a3f552}.sp-card-icon{width:33px;height:33px;border-radius:11px;background:#ffffff38;display:grid;place-items:center;flex:0 0 auto}.sp-card-text b{min-width:0;overflow:hidden;font-size:clamp(11px,3.3vw,13px);font-weight:800;white-space:nowrap;text-overflow:ellipsis}.sp-card-text em{display:block;overflow:hidden;font-style:normal;font-size:clamp(9.6px,2.85vw,11px);line-height:1.5;opacity:.82;margin-top:1px;white-space:nowrap;text-overflow:ellipsis}.sp-card-go{flex:0 0 auto;width:19px;height:19px;border-radius:50%;background:#ffffff52;display:grid;place-items:center}.sp-v2 .sp-tabs{margin-top:8px}.sp-v2 .sp-tab{gap:3px;padding:10px 0 8px}.sp-tab-label{font-size:11px;font-weight:600}.sp-v2 .sp-tab.active{color:#7c5cff;border-bottom-color:#7c5cff}.sp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:2px}.sp-post{position:relative;aspect-ratio:3 / 4;background:#23252d;overflow:hidden;cursor:pointer}.sp-post:active img{transform:scale(1.03)}.sp-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding-left:3px;pointer-events:none}.sp-shop-tile .sp-shop-info{position:absolute;left:0;right:0;bottom:0;padding:14px 8px 7px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);display:flex;flex-direction:column;gap:2px;text-align:left}.sp-shop-tile .sp-shop-info b{color:#fff;font-size:11px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-shop-tile .sp-shop-info em{color:#ffd84d;font-size:13px;font-weight:800;font-style:normal}.sp-prodgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:4px 12px 20px}.sp-prod{cursor:pointer;min-width:0;border:1px solid #e7e7f0;border-radius:12px;overflow:hidden;background:#fff;padding-bottom:8px;transition:box-shadow .12s ease}.sp-prod:active{box-shadow:0 3px 10px #3c286e1a}.sp-prod-img{position:relative;aspect-ratio:1 / 1;margin-bottom:6px;overflow:hidden;background:#fff}.sp-prod-img img{width:100%;height:100%;object-fit:contain;transform:scale(.85)}.sp-prod-edit{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#6a44d6;background:#ffffffeb;box-shadow:0 2px 5px #00000029}.mw-head-add{flex:0 0 auto;align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:8px 14px;border:0;border-radius:20px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:12.5px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 4px 10px #6c4cdc47}.mw-head-add:active{transform:scale(.96)}.sp-prod-pin{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#f0284a;box-shadow:0 2px 5px #0000002e}.sp-prod-name{display:block;padding:0 8px;font-size:12px;font-weight:600;line-height:1.3;color:#3a3550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-prod-price{display:block;padding:0 8px;margin-top:2px;font-size:12.5px;font-weight:800;font-style:normal;color:#e2313f}.sp-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:56px 20px;color:#b6bad4}.sp-empty p{font-size:13.5px;font-weight:500}.sp-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:4px;padding:10px 20px;border:0;border-radius:22px;background:#f0284a;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.sp-empty-btn:active{transform:scale(.96)}.coin-fly{position:fixed;z-index:999;line-height:1;pointer-events:none;filter:drop-shadow(0 3px 5px rgba(180,130,20,.35));animation:coinFly .9s cubic-bezier(.42,0,.5,1) forwards}.coin-ic{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 34% 28%,#ffeaa4,#f6bd47 55%,#dc9518);box-shadow:inset 0 0 0 2px #ffd76e,inset 0 -2px 4px #a0690a59}.coin-ic:after{content:"฿";color:#5c3a00;font-size:14px;font-weight:900;font-style:normal;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.55)}.fl-sec{padding:6px 2px 2px;font-size:11.5px;font-weight:800;color:#8b8ea6}@keyframes coinFly{0%{transform:translate(-50%,-50%) scale(.6);opacity:0}15%{transform:translate(-50%,-70%) scale(1.15);opacity:1}to{transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) scale(.35);opacity:.15}}.sp-wallet.wallet-pop{animation:walletPop .45s ease .55s 2}@keyframes walletPop{0%,to{transform:scale(1)}50%{transform:scale(1.28);color:#f0a01e}}.db-card{margin:12px 12px 0;padding:13px 13px 14px;border-radius:16px;background:linear-gradient(135deg,#fff8e6,#ffefc6);box-shadow:0 6px 16px #c8a0281f}.db-title{margin:0 0 11px;font-size:15px;font-weight:800;color:#7a5a10}.db-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-bottom:13px}.db-day{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 2px 6px;border-radius:11px;background:#ffffff80}.db-day.active{background:linear-gradient(160deg,#ffe293,#ffcb45);box-shadow:0 3px 8px #e4a81452}.db-day.claimed .db-coin,.db-day.claimed .db-amount{color:#e2313f}.db-day.done{background:linear-gradient(160deg,#fff1cd,#ffe6a8)}.sp-topbar-left{display:flex;align-items:center;gap:6px}.sp-money-btn{position:relative}.sp-money-badge{position:absolute;top:-3px;right:-8px;min-width:18px;padding:1px 5px;border-radius:9px;background:#6c4cdc;color:#fff;font-size:9px;font-weight:800;font-style:normal;line-height:1.5;white-space:nowrap;text-align:center}.sp-coin-ic{width:24px;height:24px}.sp-wallet{position:relative}.sp-wallet-badge{position:absolute;top:-2px;right:-6px;min-width:18px;padding:1px 4px;border-radius:9px;background:#f0a01e;color:#fff;font-size:9px;font-weight:800;font-style:normal;line-height:1.5;text-align:center}.fl-loading{display:grid;place-items:center;padding:34px;color:#7c5cff}.fl-list{display:flex;flex-direction:column;gap:6px;max-height:46vh;overflow-y:auto;margin:4px 0 8px}.fl-row{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px;background:#fafbff;border:1px solid #eef0fa}.fl-avatar{flex:0 0 auto;width:38px;height:38px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#7c5cff,#9d7bff);color:#fff;font-size:15px;font-weight:800}.fl-avatar img{width:100%;height:100%;object-fit:cover}.fl-info{flex:1;min-width:0;display:flex;flex-direction:column;text-align:left}.fl-info b{font-size:13px;font-weight:700;color:#322a52;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fl-info em{font-size:11px;font-style:normal;color:#9b9db4}.fl-name-row{display:flex;align-items:center;gap:6px;min-width:0}.fl-name-row b{min-width:0}.presence{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;font-size:10px;font-weight:700;font-style:normal;color:#1d9e56;white-space:nowrap}.presence i{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 2px #ef444438}.presence-seen{font-size:10px;font-weight:600;font-style:normal;color:#9b9db4}.presence.on{color:#1d9e56}.presence.on i{background:#22c55e;box-shadow:0 0 0 2px #22c55e38}.ct-peer-text{display:flex;flex-direction:column;min-width:0;line-height:1.15}.fl-btn{flex:0 0 auto;padding:7px 14px;border:0;border-radius:18px;background:linear-gradient(135deg,#f0284a,#e2313f);color:#fff;font-size:12px;font-weight:700;cursor:pointer;min-width:76px}.fl-btn.on{background:#fdeaec;color:#e2313f}.fl-btn:active{transform:scale(.96)}.sp-statc-btn{cursor:pointer}.pf-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:240;background:#f6f5fb;overflow-y:auto;text-align:left;box-shadow:0 0 40px #221d5c26}.pf-body{display:flex;flex-direction:column;gap:12px;padding:14px 16px 30px}.admin-field>span.pf-lbl-row{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px}.pf-ai-btn{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:4px 10px;border:0;border-radius:999px;background:linear-gradient(135deg,#7c5cff,#4f9dff);color:#fff;font-size:11.5px;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #5a50dc52}.pf-ai-btn:active{transform:scale(.94)}.pf-ai-btn:disabled{opacity:.6;cursor:default}.pf-screen .admin-field input,.pf-screen .admin-field select,.pf-screen .admin-field textarea{width:100%;box-sizing:border-box;border:1.5px solid #e3e6f5;border-radius:10px;padding:10px 11px;font-size:13.5px;font-family:inherit;color:var(--ink);background:#fff;outline:none}.pf-screen .admin-field textarea{resize:vertical}.pf-imgbox{aspect-ratio:1 / 1;max-height:230px;border-radius:16px;overflow:hidden;background:#fff;border:1.5px dashed #d5d5e5;display:grid;place-items:center;cursor:pointer}.pf-imgbox img{width:100%;height:100%;object-fit:contain}.pf-imgbox-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:#9195a8;font-size:13px;max-width:100%;box-sizing:border-box;padding:0 12px;text-align:center}.pf-imgbox-empty em{font-style:normal;overflow-wrap:anywhere}.vf-box .pf-imgbox-empty{color:#b9bbc9;font-size:12px;line-height:1.45}.pf-row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pf-field-label{margin-bottom:-4px;font-size:11px;font-weight:600;color:var(--ink-soft)}.pf-badges{display:flex;flex-wrap:wrap;gap:8px}.pf-warn{display:block;margin-top:-4px;padding:7px 10px;border-radius:8px;background:#fff4e5;border:1px solid #ffd8a8;color:#d9480f;font-size:12px;font-weight:600}.pf-badge{padding:8px 14px;border:1.5px solid #e3e6f5;border-radius:20px;background:#fff;font-size:12.5px;font-weight:700;color:#6a6a82;cursor:pointer}.pf-badge.on.sale{background:#fdeaec;border-color:#f0aab2;color:#e2313f}.pf-badge.on.ship{background:#e2f8ec;border-color:#a3e0bd;color:#1d9e75}.pf-badge.on.flash{background:#fff0e6;border-color:#ffc79e;color:#f97316}.pf-badge.on.warranty{background:#e8f1ff;border-color:#a9caff;color:#2563eb}.pf-badge.on.best{background:#ffeceb;border-color:#ffb3ad;color:#e5484d}.pf-badge.on.promo{background:#f3ecff;border-color:#ccb0ff;color:#7c3aed}.pf-badge.on.genuine{background:#e6fbf4;border-color:#9fe7d3;color:#0d9488}.pf-submit{margin-top:6px;padding:14px;border:0;border-radius:24px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 16px #6c4cdc47}.pf-submit:disabled{opacity:.6}.pf-delete{padding:11px;border:0;background:none;color:#e2313f;font-size:13.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.pf-guides{margin-top:10px}.pf-guides .sp-hub-card{min-height:110px;cursor:default}.pf-guide1{background:linear-gradient(135deg,#e9f0ff,#d6e4ff)}.pf-guide2{background:linear-gradient(135deg,#ffe9f2,#ffd6e6)}.pf-sec-head{margin:16px 0 9px;font-size:14px;font-weight:800;color:#1c1a2b}.pf-topdeals{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.pf-deal{min-width:0;border:1px solid #ececf2;border-radius:12px;overflow:hidden;background:#fff;padding-bottom:7px;cursor:pointer}.pf-deal:active{transform:scale(.98)}.pf-deal-img{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.pf-deal-img img{width:100%;height:100%;object-fit:contain;transform:scale(.9)}.pf-deal-off{position:absolute;top:5px;right:5px;padding:1px 5px;border-radius:6px;background:#e2313f;color:#fff;font-size:9.5px;font-weight:700}.pf-deal-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:5px 7px 0;font-size:10.5px;font-weight:500;line-height:1.3;color:#3a3550}.pf-deal-price{display:block;padding:2px 7px 0;font-size:12.5px;font-weight:700;font-style:normal;color:#e2313f}.pf-guide1 .sp-hub-cta,.pf-guide2 .sp-hub-cta{display:none}.pf-done{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:72vh;gap:14px}.pf-done b{font-size:18px;font-weight:800;color:#1c1a2b}.vf-done-sub{font-size:13px;font-weight:600;font-style:normal;color:#1d9e75}.pf-imgbox.vf-box{aspect-ratio:9 / 16;height:min(300px,52vh);max-height:300px;width:auto;max-width:100%;align-self:center;margin-inline:auto;background:#000}.vf-preview{width:100%;height:100%;object-fit:contain;background:#000;border-radius:inherit}.vf-row{display:flex;gap:12px;justify-content:center;align-items:stretch}.vf-row .vf-cover,.vf-row .pf-imgbox.vf-box{height:min(260px,44vh);max-height:260px;aspect-ratio:9 / 16;width:auto;margin:0}.vf-cover{position:relative;flex:0 1 auto;border-radius:16px;overflow:hidden;background:#f3f2fa;border:1.5px dashed #d5d5e5;display:grid;place-items:center;cursor:pointer}.vf-cover.disabled{opacity:.6;pointer-events:none}.vf-cover-img{width:100%;height:100%;object-fit:cover}.vf-cover-empty{display:flex;flex-direction:column;align-items:center;gap:7px;color:#9195a8;font-size:12px}.vf-cover-empty em{font-style:normal}.vf-cover input{display:none}.vf-cover-edit{position:absolute;bottom:8px;left:50%;transform:translate(-50%);padding:3px 11px;border-radius:999px;background:#0009;color:#fff;font-size:11px;font-weight:600;white-space:nowrap}.vf-ai{display:flex;align-items:center;gap:6px;padding:9px 12px;border-radius:10px;font-size:13px;font-weight:600}.vf-ai.checking{background:#eef2ff;color:#4f46e5}.vf-ai.pass{background:#e6f7ef;color:#1d9e75}.vf-ai.fail{background:#fdeaec;color:#e2313f}.vf-tabs{display:flex;gap:8px}.vf-tabs button{flex:1;padding:9px 8px;border:1px solid #e3e6f5;border-radius:12px;background:#fff;color:#5a5570;font-size:12.5px;font-weight:700;cursor:pointer}.vf-tabs button.active{border-color:#6c4cdc;background:#6c4cdc;color:#fff}.vf-tabs button:disabled{opacity:.6}.vl-list{display:flex;flex-direction:column;gap:9px}.vl-row{display:flex;align-items:center;gap:11px;padding:9px 11px;border:1px solid #ececf2;border-radius:12px;background:#fff;cursor:pointer;text-align:left}.vl-row:active{transform:scale(.99)}.vl-thumb-wrap{position:relative;flex:0 0 auto;line-height:0}.vl-thumb{flex:0 0 auto;width:42px;height:56px;border-radius:8px;object-fit:cover;background:#ececf2}.vl-thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5));pointer-events:none}.vl-stat{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border:1px solid #d8dbec;border-radius:999px;background:#f2f3fa;color:#5b5fe9;font-size:11px;font-weight:700;cursor:pointer}.vl-stat:active{transform:scale(.95)}.vl-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.vl-info b{font-size:13px;font-weight:700;color:#1c1a2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vl-info em{font-size:11.5px;font-style:normal;color:#8a8ba0}.vl-actions{display:flex;align-items:center;gap:7px;margin-top:5px;flex-wrap:wrap}.vl-promote{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border:1px solid #ffc79e;border-radius:999px;background:#fff0e6;color:#f97316;font-size:11px;font-weight:700;cursor:pointer}.vl-promote:active{transform:scale(.95)}.vl-promote:disabled{opacity:.6}.vl-delete{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border:1px solid #ffc9d0;border-radius:999px;background:#ffe9ec;color:#d5273c;font-size:11px;font-weight:700;cursor:pointer}.vl-delete:active{transform:scale(.95)}.vl-private{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border:1px solid #b7ebcd;border-radius:999px;background:#e8f9f0;color:#1d9e56;font-size:11px;font-weight:700;cursor:pointer}.vl-private.on{border-color:#cdd0e0;background:#eceef7;color:#4b4f66}.vl-private:active{transform:scale(.95)}.vl-private:disabled{opacity:.6}.vl-head{display:flex;align-items:center;gap:11px}.vl-head b{font-size:14px;font-weight:700;color:#1c1a2b}.vl-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.vl-kpi{padding:12px 8px;border-radius:12px;background:#f2effc;text-align:center}.vl-kpi b{display:block;font-size:19px;font-weight:800;color:#6c4cdc}.vl-kpi em{font-size:11px;font-style:normal;color:#7a72a0}.vl-bars{display:flex;align-items:flex-end;gap:6px;height:120px;padding:8px 4px 0;border-radius:12px;background:#fff;border:1px solid #ececf2}.vl-bar-col{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px}.vl-bar-val{font-size:10px;font-weight:700;color:#6c4cdc}.vl-bar{width:100%;min-height:2px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#8a63f4,#6c4cdc)}.vl-bar-label{font-size:9px;color:#9195a8;white-space:nowrap}.vl-rows{display:flex;flex-direction:column;gap:8px}.vl-rowbar{display:flex;align-items:center;gap:8px}.vl-rowbar-label{flex:0 0 84px;font-size:11.5px;font-weight:600;color:#45435c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vl-rowbar-track{flex:1;height:8px;border-radius:999px;background:#ececf2;overflow:hidden}.vl-rowbar-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#8a63f4,#6c4cdc)}.vl-rowbar-n{flex:0 0 auto;font-size:10.5px;font-weight:700;color:#7a72a0;white-space:nowrap}.vl-note{display:flex;flex-direction:column;gap:4px;margin-top:16px;padding:12px 13px;border-radius:12px;background:#fff4e5;border:1px solid #ffd8a8}.vl-note b{font-size:12.5px;color:#d9480f}.vl-note span{font-size:11.5px;line-height:1.5;color:#8a5a2b}.vf-tag-sug{display:flex;flex-wrap:wrap;gap:6px;margin-top:-4px}.vf-tag-chip{padding:5px 11px;border:1px solid #d9d2ff;border-radius:999px;background:#f3f0ff;color:#6c4cdc;font-size:12px;font-weight:600;cursor:pointer}.vf-tag-chip:active{transform:scale(.95)}.vf-manage{display:flex;gap:10px;margin-top:4px}.vf-manage button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:1px solid #e3e6f5;border-radius:12px;background:#fff;color:#5a5570;font-size:13px;font-weight:600;cursor:pointer}.vf-manage button.danger{color:#e2313f;border-color:#f3c6cb}.vf-guides .sp-hub-card{display:grid;grid-template-columns:auto 1fr;column-gap:5px;row-gap:3px;align-items:center;grid-template-areas:"icon title" "desc desc" "more more";cursor:pointer}.vf-guides .sp-hub-card:active{transform:scale(.98)}.vf-guides .sp-hub-art{grid-area:icon;position:static;margin:0;font-size:16px;filter:none}.vf-guides .sp-hub-title{grid-area:title;font-size:11px;padding-right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vf-guides .sp-hub-desc{grid-area:desc}.vf-guides .vf-guide-more{grid-area:more}.vf-guide-more{display:inline-block;margin-top:6px;padding:4px 10px;border-radius:999px;background:#ffffffbf;font-size:11px;font-weight:700;color:#6c4cdc;justify-self:start}.vg-hero{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#ede9ff,#e7f0ff)}.vg-emoji{font-size:30px;line-height:1}.vg-hero p{margin:0;font-size:13.5px;font-weight:600;color:#3a3550}.vg-steps{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.vg-step{display:flex;gap:11px;align-items:flex-start}.vg-num{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:#6c4cdc;color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center}.vg-step-body{display:flex;flex-direction:column;gap:2px}.vg-step-body b{font-size:13.5px;font-weight:700;color:#1c1a2b}.vg-step-body span{font-size:12.5px;line-height:1.5;color:#6b6880}.vf-similar{margin-top:16px}.vf-similar-head{display:flex;align-items:center;gap:5px;font-size:13.5px;font-weight:800;color:#1c1a2b;margin-bottom:9px}.vf-similar-head svg{color:#7c5cff}.vf-similar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vf-similar-tile{position:relative;aspect-ratio:9 / 16;border-radius:10px;overflow:hidden;background:#ececf2;border:0;padding:0;width:100%;cursor:pointer}.vf-similar-tile:active{transform:scale(.97)}.vf-player{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:320;background:#000;display:flex;align-items:center;justify-content:center}.vf-player-video{width:100%;height:100%;max-height:100%;object-fit:contain;background:#000}.vf-player-close{position:absolute;top:14px;right:14px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:#0000008c;color:#fff;font-size:18px;cursor:pointer;display:grid;place-items:center}.vf-player-title{position:absolute;left:14px;right:60px;bottom:18px;color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.8)}.vf-similar-tile img{width:100%;height:100%;object-fit:cover}.vf-similar-tile.empty{display:grid;place-items:center;color:#b6b8c8}.vf-similar-play{position:absolute;right:6px;bottom:6px;font-size:11px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.trend-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;padding:0 16px 20px}.promoted-block{margin:16px 0;padding:2px 6px 6px;border-radius:16px;background:linear-gradient(160deg,#2c2168,#4a2bb0 55%,#6338d6);box-shadow:0 6px 18px #3c1e8c42}.promoted-block .section-head{margin:12px 12px 10px}.promoted-block .section-head h2{color:#fff}@keyframes promo-recommend-blink{0%,to{opacity:1}50%{opacity:.35}}.promo-recommend{display:inline-flex;align-items:center;gap:4px;color:#ffd86b;font-size:12px;font-weight:800;white-space:nowrap;animation:promo-recommend-blink 1s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.promo-recommend{animation:none}}.promoted-block .trend-grid{padding:0 8px 6px}.promo-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:0 8px 8px}.promo-marquee{overflow:hidden;padding:0 6px 8px}.promo-slide-track{display:flex;gap:7px;width:max-content;transition:transform .55s ease}.promo-marquee .promo-mini{width:82px;flex:0 0 auto}@media (prefers-reduced-motion: reduce){.promo-slide-track{transition:none}}.promo-mini{min-width:0;border-radius:10px;background:#fff;padding:5px 5px 7px;cursor:pointer;box-shadow:0 2px 6px #140c3c2e}.promo-mini:active{transform:scale(.97)}.promo-mini-img{aspect-ratio:1 / 1;border-radius:7px;overflow:hidden;background:#f2f2f6}.promo-mini-img img{width:100%;height:100%;object-fit:cover}.promo-mini-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:5px;font-size:10.5px;font-weight:500;line-height:1.25;color:#2b2b3a}.promo-mini-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px;font-size:9px;font-weight:400;font-style:normal;line-height:1.3;color:#8b879c}.promo-mini-price{display:block;margin-top:3px;font-size:12px;font-weight:700;font-style:normal;color:#e2313f}.trend-card{min-width:0;border:1px solid #ececf2;border-radius:12px;overflow:hidden;background:#fff;padding-bottom:8px;cursor:pointer}.trend-card:active{transform:scale(.98)}.trend-img{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.trend-img img{width:100%;height:100%;object-fit:contain;transform:scale(.86)}.trend-info{display:flex;flex-direction:column;gap:4px;padding:7px 8px 0}.trend-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11.5px;font-weight:500;line-height:1.35;color:#3a3550;min-height:31px}.trend-choice{display:inline-block;margin-right:4px;padding:0 4px;border-radius:3px;background:linear-gradient(135deg,#ff7a45,#f5511e);color:#fff;font-size:9.5px;font-weight:700;vertical-align:middle;white-space:nowrap}.trend-choice.best{background:linear-gradient(135deg,#f5385d,#d61e42)}.trend-promo{position:absolute;top:6px;left:6px;padding:2px 7px;border-radius:8px;background:#7c3aed;color:#fff;font-size:9.5px;font-weight:600;white-space:nowrap}.trend-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 5px}@media (max-width: 360px){.trend-card .trend-info{padding:6px 6px 0;gap:3px}.trend-card .trend-name{font-size:11px}.trend-card .trend-price{font-size:13.5px}.trend-card .trend-orig{font-size:9.5px}.trend-card .trend-stock{font-size:9px}.trend-card .trend-tags{gap:3px}.trend-card .trend-tag{padding:1px 4px;font-size:8.5px}.trend-card .trend-tag.timer .flash-unit,.trend-card .trend-shop-name{font-size:9px}}.trend-price{font-size:15px;font-weight:500;font-style:normal;color:#e2313f}.trend-orig{font-size:10.5px;color:#b0b2c0;text-decoration:line-through}.trend-cart{flex:0 0 auto;margin-left:auto;align-self:center;width:24px;height:24px;border:0;border-radius:7px;background:#ede9ff;color:#7c5cff;display:grid;place-items:center;cursor:pointer}.trend-edit{flex:0 0 auto;margin-left:auto;align-self:center;width:24px;height:24px;border:0;border-radius:7px;background:#e8f1ff;color:#2563eb;display:grid;place-items:center;cursor:pointer}.trend-edit+.trend-cart{margin-left:5px}.trend-boost{position:absolute;top:6px;left:6px;padding:2px 7px;border-radius:8px;background:#e2313f;color:#fff;font-size:9.5px;font-weight:700;white-space:nowrap}.trend-off+.trend-boost{top:30px}.trend-promote-link{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:1px;padding:1px 5px 1px 6px;border:1px solid #e3e5ef;border-radius:7px;background:transparent;color:#6c4cdc;font-size:9px;font-weight:700;white-space:nowrap;cursor:pointer}.trend-promote-link svg{margin-top:.5px}.trend-promote-link.on{color:#16a34a}.trend-promote-link:active{transform:scale(.94)}.trend-edit:active,.trend-cart:active{transform:scale(.92)}.trend-tags{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.trend-tag{display:inline-flex;align-items:center;padding:1px 5px;border-radius:3px;font-size:9.5px;font-weight:600;line-height:1.6}.trend-tag.flash{background:#fff0e6;color:#f97316}.trend-tag.timer{padding:1px 2px;color:#f97316;font-weight:700}.trend-tag.timer .flash-timer{gap:1px;font-weight:700}.trend-tag.timer .flash-unit{min-width:0;padding:0;background:none;color:#f97316;font-size:10px}.trend-tag.ship{background:#e2f8ec;color:#1d9e75}.trend-tag.best{background:#ffeceb;color:#e5484d}.trend-tag.warranty{background:#e8f1ff;color:#2563eb}.trend-tag.promo{background:#f3ecff;color:#7c3aed}.trend-tag.genuine{background:#e6fbf4;color:#0d9488}.trend-tag.cod{background:#eef0f5;color:#6b7080}.trend-meta{display:flex;align-items:center;gap:6px;font-size:10px;color:#9195a8}.trend-rating{flex:0 0 auto;white-space:nowrap;color:#f5a623;font-weight:700}.trend-reseller{flex:0 0 auto;margin-left:auto;white-space:nowrap;padding:1px 6px;border-radius:999px;background:#fdecef;color:#e11d3c;font-weight:800}.trend-sold{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trend-stock{font-size:10px;font-weight:400;color:#9195a8;white-space:nowrap}.trend-shop{display:flex;align-items:center;gap:6px;margin-top:2px;padding-top:6px;border-top:1px solid #f1f2fa}.trend-shop-name{flex:1;min-width:0;display:flex;align-items:center;gap:4px;font-size:9.5px;font-weight:600;color:#9195a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trend-meta{line-height:1.4}.trend-xtra{position:absolute;left:0;bottom:0;padding:2px 6px;background:linear-gradient(90deg,#ff7a45,#f5511e);color:#fff;font-size:9px;font-weight:700;border-top-right-radius:6px}.pd-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:266;background:#fff;overflow-y:auto;text-align:left;display:flex;flex-direction:column;box-shadow:0 0 40px #221d5c26}.pd-screen .pd-body{flex:1}.pd-topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-bottom:1px solid #f0eef7}.pd-search{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:7px;height:38px;padding:0 10px;border-radius:999px;background:#fffffff2;box-shadow:0 2px 10px #5a46aa29;color:#8b879c}.pd-search input{flex:1 1 auto;min-width:0;border:0;outline:none;background:none;font:inherit;font-size:13px;color:#2a2440}.pd-search-x{flex:0 0 auto;width:20px;height:20px;border:0;border-radius:50%;background:#eceaf3;color:#6b6880;display:grid;place-items:center;cursor:pointer}.pd-search-results{position:sticky;top:55px;z-index:4;max-height:60vh;overflow-y:auto;margin:0 10px;padding:6px;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 12px 30px #1e183c38}.pd-search-empty{margin:0;padding:14px;font-size:12.5px;color:#8b879c;text-align:center}.pd-search-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:0;border-radius:10px;background:none;text-align:left;cursor:pointer}.pd-search-item:active{background:#f4f2fb}.pd-search-item img{flex:0 0 auto;width:44px;height:44px;border-radius:9px;object-fit:cover}.pd-search-item-mid{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.pd-search-item-mid b{font-size:13px;color:#2a2440;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-search-item-mid em{font-style:normal;font-size:12px;font-weight:700;color:#e0286f}.pd-back{width:38px;height:38px;border:0;border-radius:50%;background:#ffffffe6;color:#1c1a2b;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #00000024}.pd-img{position:relative;aspect-ratio:1 / 1;background:#f4f4f8}.pd-img img{width:100%;height:100%;object-fit:cover}.pd-img-off{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:8px;background:#e2313f;color:#fff;font-size:13px;font-weight:800}.pd-body{padding:14px 16px 20px}.pd-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.pd-price{font-size:26px;font-weight:900;color:#e2313f}.pd-orig{font-size:14px;color:#a7a7b8}.pd-coin{padding:3px 9px;border-radius:12px;background:#fff3d6;color:#b57e10;font-size:11px;font-weight:800}.pd-name{margin:9px 0 8px;font-size:17px;font-weight:700;line-height:1.35;color:#1c1a2b}.pd-meta{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#8b8ea3}.pd-star{display:inline-flex;align-items:center;gap:3px;color:#f5a623;font-weight:700}.pd-flash{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,#ff6a2b,#e2313f);color:#fff}.pd-flash-label{font-size:14px;font-weight:900;letter-spacing:.5px}.pd-flash-timer{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600}.flash-timer{display:inline-flex;align-items:center;gap:2px;font-weight:600}.flash-timer .flash-unit{min-width:22px;padding:2px 3px;border-radius:5px;background:#00000047;color:#fff;font-size:12px;font-style:normal;text-align:center}.flash-timer.compact .flash-unit{min-width:18px;padding:1px 2px;font-size:11px}.trend-timer{display:inline-flex;align-items:center;gap:3px;margin:3px 8px 0;padding:2px 7px;border-radius:10px;background:#fff0e6;color:#f97316;font-size:11px;font-weight:600}.pd-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.pd-chip{padding:4px 10px;border-radius:8px;font-size:11.5px;font-weight:700}.pd-chip.flash{background:#fff0e6;color:#f97316}.pd-chip.sale{background:#fdeaec;color:#e2313f}.pd-chip.ship{background:#e2f8ec;color:#1d9e75}.pd-chip.coin{background:#fff3d6;color:#a5730a}.pd-chip.warranty{background:#e8f1ff;color:#2563eb}.pd-chip.best{background:#ffeceb;color:#e5484d}.pd-chip.promo{background:#f3ecff;color:#7c3aed}.pd-chip.genuine{background:#e6fbf4;color:#0d9488}.trend-off{position:absolute;top:6px;right:6px;padding:2px 7px;border-radius:8px;background:#e2313f;color:#fff;font-size:11.5px;font-weight:600}.trend-flash{position:absolute;top:6px;left:6px;width:22px;height:22px;border-radius:50%;background:#f97316;color:#fff;display:grid;place-items:center;font-size:12px}.trend-coin{position:absolute;bottom:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;padding:3px;border-radius:50%;background:#fff3d6;box-shadow:0 1px 3px #00000026}.pd-cat{margin-left:auto;align-self:center;padding:4px 11px;border-radius:14px;background:#eef1ff;color:#4353e8;font-size:12px;font-weight:700;white-space:nowrap}.pd-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.pd-tag{padding:4px 10px;border-radius:999px;background:#f3f0ff;border:1px solid #e2dbff;color:#6c4cdc;font-size:11.5px;font-weight:600}.pd-qty{display:flex;align-items:center;justify-content:space-between;margin:16px 0;padding:12px 0;border-top:1px solid #f2f2f7;border-bottom:1px solid #f2f2f7;font-size:14px;font-weight:600;color:#322a52}.pd-qty-ctrl{display:flex;align-items:center;gap:14px}.pd-qty-ctrl button{width:30px;height:30px;border:1px solid #e3e6f5;border-radius:8px;background:#fafbff;color:#4a4f63;display:grid;place-items:center;cursor:pointer}.pd-qty-ctrl b{min-width:20px;text-align:center;font-size:15px}.pd-desc{font-size:13.5px;line-height:1.65;color:#4a4d5e}.pd-sec{margin-top:22px;padding-top:16px;border-top:8px solid #f4f4f8}.pd-sec-title{font-size:15px;font-weight:800;color:#1c1a2b;margin-bottom:12px}.pd-review{display:flex;gap:11px;padding:12px 0;border-bottom:1px solid #f4f4f8}.pd-review-av{flex:0 0 auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7c5cff,#9d7bff);color:#fff;font-size:15px;font-weight:800;overflow:hidden}.pd-review-av img{width:100%;height:100%;object-fit:cover}.pd-review.mine{background:#faf8ff;border-radius:10px;padding:12px 10px}.pd-review-time{display:block;margin-top:3px;font-size:11px;color:#a6a6bd}.pd-review-form{background:#f7f6fb;border-radius:12px;padding:12px;margin:6px 0 12px}.pd-star-pick{display:flex;gap:6px;margin-bottom:8px}.pd-star-btn{border:0;background:none;padding:2px;cursor:pointer;line-height:0}.pd-review-input{display:flex;gap:8px}.pd-review-input input{flex:1;min-width:0;border:1px solid #e6e3f0;background:#fff;border-radius:20px;padding:9px 14px;font-size:13px;outline:none}.pd-review-send{flex:0 0 auto;border:0;border-radius:20px;padding:9px 16px;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,#7c5cff,#9d7bff);cursor:pointer}.pd-review-send:disabled{opacity:.5}.pd-review-err{margin:6px 2px 0;font-size:12px;font-weight:700;color:#e2313f}.pd-review-hint,.pd-review-empty{margin:6px 2px 4px;font-size:13px;color:#9b9db4}.chip-rating.new{color:#7c5cff;font-weight:700}.pd-review-body{flex:1;min-width:0}.pd-review-head{display:flex;align-items:center;gap:8px}.pd-review-head b{font-size:13px;font-weight:700;color:#322a52}.pd-review-stars{font-size:11px;color:#f5a623}.pd-review-body p{margin-top:3px;font-size:13px;line-height:1.5;color:#5a5a72}.pd-bar{position:sticky;bottom:0;z-index:231;display:flex;align-items:center;gap:8px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee}.pd-bar-ic{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:1px;border:0;background:none;color:#6a6a82;font-size:10px;font-weight:600;cursor:pointer;padding:2px 4px}.pd-buy{flex:1;margin:0 4px;padding:10px 14px;border:0;border-radius:22px;background:linear-gradient(135deg,#f0284a,#e2313f);color:#fff;font-size:13.5px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 5px 12px #e2313f4d}.pd-buy.pd-buy-own{background:#eceaf2;color:#8b879c;box-shadow:none;cursor:default}.pd-share{color:#7c5cff}.pd-buy:active{transform:scale(.98)}.cart-fab{position:fixed;right:16px;bottom:78px;z-index:150;width:54px;height:54px;border:0;border-radius:50%;background:linear-gradient(135deg,#f0284a,#e2313f);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 20px #e2313f6b}.cart-fab:active{transform:scale(.94)}@media (min-width: 431px){.cart-fab{right:auto;left:50%;margin-left:145px}}.cart-fab-badge{position:absolute;top:-3px;right:-3px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#ffb300;color:#4a2c00;font-size:11px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}.cart-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:210;background:#f6f5fb;overflow-y:auto;text-align:left;box-shadow:0 0 40px #221d5c26}.cart-topbar{display:flex;align-items:center;gap:8px;padding:12px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:2}.cart-body{padding:12px 12px 30px}.cart-items{display:flex;flex-direction:column;gap:9px}.cart-item{display:flex;align-items:center;gap:11px;padding:9px;border-radius:14px;background:#fff;border:1px solid #eef}.cart-item-img{flex:0 0 auto;width:58px;height:58px;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #f0f0f6}.cart-item-img img{width:100%;height:100%;object-fit:contain}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-item-info b{font-size:13px;font-weight:600;color:#322a52;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-info em{font-size:13.5px;font-style:normal;font-weight:800;color:#e2313f}.cart-item-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-del{border:0;background:none;color:#b6bad4;cursor:pointer;padding:0}.cart-qty{display:flex;align-items:center;gap:10px}.cart-qty button{width:24px;height:24px;border:1px solid #e3e6f5;border-radius:7px;background:#fafbff;color:#4a4f63;display:grid;place-items:center;cursor:pointer}.cart-qty span{min-width:16px;text-align:center;font-size:13px;font-weight:700}.cart-addr{display:flex;flex-direction:column;gap:7px;margin:14px 0 4px;padding:12px;border:1px solid #e6e8f4;border-radius:14px;background:#fff}.cart-addr-head{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:#322a52}.cart-addr-change{margin-left:auto;padding:3px 10px;border:1px solid #d9d2f5;border-radius:999px;background:#f3efff;color:#6d4df6;font-size:11px;font-weight:700;cursor:pointer}.cart-deals{margin-top:18px}.cart-deals-head{display:flex;align-items:center;gap:6px;margin-bottom:9px;font-size:13px;font-weight:700;color:#1c1a2b}.cart-deals-head svg{color:#e2313f}.cart-deals-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.cart-deals-row::-webkit-scrollbar{display:none}.cart-deal{flex:0 0 auto;width:104px;padding:6px 6px 8px;border:0;border-radius:11px;background:#fff;box-shadow:0 2px 8px #221d5c14;cursor:pointer;text-align:left}.cart-deal:active{transform:scale(.97)}.cart-deal-img{position:relative;display:block;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#f2f2f6}.cart-deal-img img{width:100%;height:100%;object-fit:cover}.cart-deal-off{position:absolute;top:4px;right:4px;padding:1px 5px;border-radius:6px;background:#e2313f;font-size:9.5px;font-style:normal;font-weight:700;color:#fff}.cart-deal-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:5px;font-size:10.5px;font-weight:500;line-height:1.25;color:#2b2b3a}.cart-deal-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 5px;margin-top:3px;min-width:0}.cart-deal-price em{font-size:12px;font-style:normal;font-weight:700;color:#e2313f}.cart-deal-price s{font-size:10px;color:#9a97a8}.cart-addr-who{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin:0 0 3px;min-width:0}.cart-addr-who b{overflow:hidden;font-size:13px;font-weight:700;line-height:1.5;color:#1c1a2b;text-overflow:ellipsis}.cart-addr-tel{font-size:12.5px;font-weight:600;line-height:1.5;color:#6c4cdc;white-space:nowrap}.cart-addr-text{margin:0;font-size:12.5px;line-height:1.55;color:#4b4f66}.cart-addr-need{margin:0;font-size:12px;font-weight:700;color:#e23744}.cart-addr-cancel{align-self:flex-start;padding:4px 11px;border:1px solid #e0e2ef;border-radius:999px;background:#f4f5fb;color:#6b6f88;font-size:11.5px;font-weight:700;cursor:pointer}.cart-checkout:disabled{opacity:.55;cursor:not-allowed}.cart-coupon{display:flex;flex-direction:column;gap:6px;margin:14px 0 4px}.cart-coupon-label{font-size:13px;font-weight:700;color:#322a52}.cart-coupon-none{font-size:12px;color:#9b9db4}.admin-pay-warn{margin-bottom:12px;padding:12px 13px;border:1.5px solid #f5c98a;border-radius:11px;background:#fff8ec}.admin-pay-warn b{font-size:13px;font-weight:800;color:#8a4f05}.admin-pay-warn p{margin:6px 0 0;font-size:12px;line-height:1.6;color:#96682c}.admin-pay-warn p b{font-size:12px}.admin-pay-row{margin-bottom:9px;padding:11px 12px;border:1px solid #e6e4f0;border-radius:11px;background:#fff}.admin-pay-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.admin-pay-top b{overflow:hidden;font-size:13px;font-weight:700;color:#1c1a2b;text-overflow:ellipsis;white-space:nowrap}.admin-pay-top em{flex:0 0 auto;font-size:10.5px;font-style:normal;color:#9b9db4}.admin-pay-top em.claimed{font-weight:700;color:#1d9e75}.admin-pay-items{margin:5px 0 9px;font-size:11.5px;line-height:1.45;color:#6b6880}.admin-pay-bot{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.admin-pay-amt{flex:1 1 auto;font-size:15px;font-weight:800;color:#e2313f}.admin-pay-ok,.admin-pay-no{padding:7px 12px;border:0;border-radius:8px;font-size:12px;font-weight:700;color:#fff;cursor:pointer}.admin-pay-ok{background:#1d9e75}.admin-pay-no{background:#eceaf3;color:#6b6880}.admin-pay-ok:disabled,.admin-pay-no:disabled{opacity:.55}.admin-set-tag{margin-left:6px;padding:1px 6px;border-radius:5px;background:#e6f6f0;font-size:10px;font-weight:700;color:#14785a}.pay-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);z-index:268;width:100%;max-width:430px;padding:0 16px 40px;overflow-y:auto;background:linear-gradient(180deg,#eef6f3,#f7f2f6 38%,#f6f5fb);text-align:left}.pay-topbar{display:flex;align-items:center;gap:8px;margin:0 -16px 6px;padding:10px 12px}.pay-back{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:none;color:#1c1a2b;cursor:pointer}.pay-topbar-title{flex:1 1 auto;font-size:15px;font-weight:700;color:#1c1a2b;text-align:center}.pay-topbar-spacer{flex:0 0 34px}.pay-head{display:flex;align-items:flex-start;gap:12px;margin-top:8px}.pay-head-tx{flex:1 1 auto;min-width:0}.pay-head-tx h1{margin:0;font-size:21px;font-weight:700;line-height:1.35;color:#1c1a2b}.pay-head-tx b{display:block;margin-top:2px;font-size:27px;font-weight:800;line-height:1.25;color:#1c1a2b}.pay-head-ic{display:grid;place-items:center;flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:#f59e0b;color:#fff}.pay-head-ic.done{background:#1d9e75}.pay-due{margin:10px 0 0;font-size:12.5px;color:#8b879c}.pay-card{margin-top:16px;padding:16px 14px;border-radius:16px;background:#fff;box-shadow:0 4px 18px #221d5c14}.pay-card-head{display:flex;align-items:center;gap:9px}.pay-logo{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:#1b3a8f;font-size:16px;font-weight:800;color:#fff}.pay-card-head b{font-size:15px;font-weight:700;color:#1c1a2b}.pay-qr{display:grid;place-items:center;margin:16px auto 0;max-width:260px;aspect-ratio:1 / 1}.pay-qr img{width:100%;height:100%;object-fit:contain}.pay-acc{margin-top:8px;font-size:13px;font-weight:600;color:#4b4f66;text-align:center}.pay-timer{margin-top:12px;font-size:13.5px;color:#4b4f66;text-align:center}.pay-timer b{margin-left:4px;font-size:15px;font-weight:800;color:#e2313f}.pay-save{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:14px;padding:13px;border:0;border-radius:10px;background:#f4465c;font-size:15px;font-weight:700;color:#fff;cursor:pointer}.pay-save:disabled{opacity:.6}.pay-expired{padding:26px 0 8px;text-align:center}.pay-expired p{margin:0 0 12px;font-size:14px;font-weight:600;color:#8b879c}.pay-renew{padding:11px 22px;border:0;border-radius:999px;background:#6c4cdc;font-size:14px;font-weight:700;color:#fff;cursor:pointer}.pay-err{margin:12px 0 0;font-size:12.5px;font-weight:600;color:#e2313f}.pay-hint{margin:18px 0 0;font-size:12.5px;line-height:1.65;color:#4b4f66}.pay-how-title{margin:26px 0 10px;font-size:18px;font-weight:800;color:#1c1a2b}.pay-how{margin:0;padding-left:20px;font-size:12.5px;line-height:1.85;color:#4b4f66}.pay-claim{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:22px;padding:14px;border:0;border-radius:12px;background:#1d9e75;font-size:15px;font-weight:700;color:#fff;cursor:pointer}.pay-claim:disabled{opacity:.55}.pay-claimed{margin:22px 0 0;padding:12px;border-radius:11px;background:#e6f6f0;font-size:12.5px;font-weight:600;line-height:1.6;color:#14785a;text-align:center}.pay-order{width:100%;margin-top:10px;padding:14px;border:0;border-radius:12px;background:#eceaf3;font-size:15px;font-weight:700;color:#3a3550;cursor:pointer}.cart-offer{display:flex;align-items:center;gap:10px;width:100%;margin:12px 0 0;padding:11px 12px;border:1.5px solid #f5c98a;border-radius:12px;background:linear-gradient(135deg,#fff8ec,#fdf0d8);cursor:pointer;text-align:left}.cart-offer:active{transform:scale(.99)}.cart-offer-ic{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:#f59e0b;color:#fff}.cart-offer-body{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.cart-offer-body b{overflow:hidden;font-size:12.5px;font-weight:700;line-height:1.35;color:#8a4f05}.cart-offer-body em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:10.5px;font-style:normal;line-height:1.35;color:#a97a3c}.cart-offer-btn{display:flex;align-items:center;gap:1px;flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#f59e0b;font-size:11px;font-weight:700;color:#fff;white-space:nowrap}.cart-cp-list{display:flex;flex-direction:column;gap:7px}.cart-cp{display:flex;align-items:center;gap:10px;width:100%;padding:10px 11px;border:1.5px solid #e3e6f5;border-radius:11px;background:#fff;cursor:pointer;text-align:left}.cart-cp.on{border-color:#6c4cdc;background:#f4f1ff}.cart-cp:active{transform:scale(.99)}.cart-cp-tick{display:grid;place-items:center;flex:0 0 auto;width:19px;height:19px;border:1.8px solid #cdd2e6;border-radius:6px;background:#fff;color:#fff}.cart-cp.on .cart-cp-tick{border-color:#6c4cdc;background:#6c4cdc}.cart-cp-body{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0}.cart-cp-body b{overflow:hidden;font-size:12.5px;font-weight:700;line-height:1.4;color:#1c1a2b;text-overflow:ellipsis;white-space:nowrap}.cart-cp-body em{font-size:10.5px;font-style:normal;line-height:1.4;color:#9b9db4}.cart-cp-val{flex:0 0 auto;font-size:13.5px;font-weight:800;color:#e2313f;white-space:nowrap}.cart-cp.on .cart-cp-val{color:#6c4cdc}.cart-coupon select{border:1.5px solid #e3e6f5;border-radius:10px;padding:10px 11px;font-size:13px;font-family:inherit;color:var(--ink);background:#fff}.cart-coin{margin:14px 0 4px;padding:12px 13px;border-radius:14px;background:#fff8e6;border:1px solid #ffe6a8}.cart-balance{display:flex;align-items:center;gap:10px;margin:10px 0 4px;padding:11px 13px;border-radius:14px;background:#f2effc;border:1px solid #d9d2ff;cursor:pointer}.cart-balance input{display:none}.cart-balance-box{flex:0 0 auto;width:20px;height:20px;border-radius:6px;border:1.6px solid #b9adff;background:#fff;display:grid;place-items:center;color:#6c4cdc}.cart-balance input:checked+.cart-balance-box{background:#6c4cdc;border-color:#6c4cdc;color:#fff}.cart-balance-text{display:flex;flex-direction:column;gap:1px}.cart-balance-text b{font-size:13.5px;font-weight:700;color:#2b2350}.cart-balance-text em{font-size:11.5px;font-style:normal;color:#7a72a0}.cart-coin-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.cart-coin-label{font-size:13px;font-weight:700;color:#7a5a10}.cart-coin-label em{font-size:11px;font-style:normal;font-weight:500;color:#a08340}.cart-coin-bal{flex:0 0 auto;font-size:11.5px;font-weight:700;color:#d98a10}.cart-coin-ctrl{display:flex;align-items:center;gap:10px}.cart-coin-ctrl button{width:30px;height:30px;border:1px solid #e0b84d;border-radius:8px;background:#fff;color:#8a6410;display:grid;place-items:center;cursor:pointer}.cart-coin-ctrl button:disabled{opacity:.4}.cart-coin-val{min-width:64px;text-align:center;font-size:16px;font-weight:800;color:#7a5a10}.cart-coin-val em{font-size:11px;font-style:normal;font-weight:600}.cart-coin-max{margin-left:auto;padding:6px 12px;border:0;border-radius:14px;background:#f0a01e;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.cart-summary{margin:14px 0;padding:13px 14px;border-radius:14px;background:#fff;border:1px solid #eef}.cart-sum-row{display:flex;justify-content:space-between;font-size:13px;color:#5a5a72;padding:3px 0}.cart-sum-row.discount{color:#1d9e75;font-weight:700}.cart-sum-row.grand{margin-top:6px;padding-top:9px;border-top:1px dashed #e3e3ee;font-size:16px;font-weight:800;color:#1c1a2b}.cart-sum-row.grand span:last-child{color:#e2313f}.cart-err{display:block;margin:6px 0}.cart-checkout{width:100%;margin-top:4px;padding:14px;border:0;border-radius:26px;background:linear-gradient(135deg,#f0284a,#e2313f);color:#fff;font-size:15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 18px #e2313f57}.cart-checkout:disabled{opacity:.6}.cart-done{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 24px}.cart-done-ic{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#e2f8f0;color:#1d9e75;margin-bottom:16px}.cart-done b{font-size:18px;font-weight:800;color:#1c1a2b}.cart-done p{margin-top:6px;font-size:13px;color:#6a6a82}.cart-done-btn{width:auto;margin-top:20px;padding:12px 30px}.cart-done-ic.wait{background:#fdf1dc;color:#f59e0b}.cart-done-btn.ghost{margin-top:10px;background:#eceaf3;color:#3a3550}.wl-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:200;background:#f6f5fb;overflow-y:auto;text-align:left;box-shadow:0 0 40px #221d5c26}.wl-topbar{display:flex;align-items:center;gap:8px;padding:12px 12px 10px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:2}.wl-back{border:0;background:none;color:#1c1a2b;display:grid;place-items:center;cursor:pointer;padding:2px}.wl-topbar-title{font-size:16px;font-weight:800;color:#1c1a2b}.wl-topbar-spacer{flex:1}.wl-hero{position:relative;display:flex;align-items:center;gap:14px;margin:12px 12px 6px;padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,#ffe9a8,#ffcf5c 70%,#f6b73c);box-shadow:0 6px 16px #dca01e3d}.wl-hero-history{position:absolute;top:11px;right:12px;display:inline-flex;align-items:center;gap:1px;padding:4px 10px;border:0;border-radius:14px;background:#ffffff80;color:#7a5410;font-size:11px;font-weight:800;cursor:pointer}.wl-hero-topup{position:absolute;bottom:10px;right:12px;padding:3px 9px;border:0;border-radius:11px;background:#7a5410;color:#fff;font-size:10px;font-weight:800;cursor:pointer;box-shadow:0 2px 6px #7a54104d}.wl-hero-topup:active{transform:scale(.96)}.tp-body{padding-bottom:40px}.tp-rate{margin:4px 0 14px;padding:10px;border-radius:12px;background:#fff6e0;color:#7a5410;text-align:center;font-size:14px}.tp-sec-title{margin:16px 0 8px;font-size:13px;font-weight:800;color:#3a3b48}.tp-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.tp-preset{display:flex;flex-direction:column;align-items:center;gap:2px;padding:9px 0;border:1.5px solid #e6e3f3;border-radius:11px;background:#fff;color:#3a3b48;font-size:14px;font-weight:800;cursor:pointer}.tp-preset em{font-size:9.5px;font-weight:600;font-style:normal;color:#9195a8}.tp-preset.on{border-color:transparent;background:linear-gradient(135deg,#ffcf5c,#f6b73c);color:#6a4a0e}.tp-preset.on em{color:#6a4a0e}.tp-amount{display:flex;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;border:1.5px solid #e6e3f3;border-radius:11px}.tp-amount>span{font-size:16px;font-weight:800;color:#7a5410}.tp-amount input{flex:1;min-width:0;border:0;outline:none;font-size:16px;font-weight:700;background:transparent}.tp-amount em{font-style:normal;font-size:12px;font-weight:700;color:#f0a020;white-space:nowrap}.tp-qr{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px;border-radius:14px;background:#f6f7fb}.tp-qr img{width:190px;height:190px;object-fit:contain;border-radius:10px;background:#fff}.tp-qr-name{font-size:14px;color:#3a3b48}.tp-qr-hint{font-size:12px;color:#9195a8}.tp-slip{display:block;cursor:pointer}.tp-slip-empty{display:flex;align-items:center;justify-content:center;height:96px;border:1.5px dashed #cfd2e2;border-radius:12px;color:#9195a8;font-size:13px;font-weight:700}.tp-slip-img{width:100%;max-height:260px;object-fit:contain;border-radius:12px;background:#f6f7fb}.tp-ok{display:block;margin-top:8px;padding:9px 12px;border-radius:10px;background:#e7f7ec;color:#1d9e56;font-size:13px;font-weight:700}.tp-submit{width:100%;margin-top:14px;padding:13px 0;border:0;border-radius:13px;background:linear-gradient(135deg,#ffcf5c,#f6b73c);color:#6a4a0e;font-size:15px;font-weight:800;cursor:pointer}.tp-submit:disabled{opacity:.5;cursor:default}.tp-list{display:flex;flex-direction:column;gap:7px}.tp-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:11px;background:#f6f7fb;font-size:13px}.tp-item>b{color:#3a3b48}.tp-item-coins{display:inline-flex;align-items:center;gap:3px;color:#f0a020;font-weight:700}.tp-item-coins .coin-ic{width:14px;height:14px}.tp-item-date{margin-left:auto;font-size:11px;color:#9195a8}.tp-item-status{padding:3px 9px;border-radius:8px;font-size:11px;font-weight:800}.tp-item-status.pending{background:#fff3d6;color:#b7791f}.tp-item-status.ok{background:#e7f7ec;color:#1d9e56}.tp-item-status.no{background:#fde8e8;color:#d84343}.adm-topups{display:flex;flex-direction:column;gap:10px}.adm-topup{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e6e8f2;border-radius:12px;background:#fff}.adm-topup.pending{border-color:#ffd98a;background:#fffdf6}.adm-topup-slip{width:56px;height:56px;object-fit:cover;border-radius:9px;background:#f0f1f6;cursor:pointer;flex:0 0 auto}.adm-topup-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.adm-topup-amt{font-size:13px;font-weight:700;color:#f0a020}.adm-topup-date{font-size:11px;font-style:normal;color:#9195a8}.adm-topup-status{font-size:11px;font-weight:800}.adm-topup-status.approved{color:#1d9e56}.adm-topup-status.rejected{color:#d84343}.adm-topup-status.pending{color:#b7791f}.adm-topup-btns{display:flex;flex-direction:column;gap:6px;flex:0 0 auto}.adm-topup-ok,.adm-topup-no{display:inline-flex;align-items:center;gap:3px;padding:6px 11px;border:0;border-radius:9px;font-size:12px;font-weight:800;cursor:pointer}.adm-topup-ok{background:#1d9e56;color:#fff}.adm-topup-no{background:#f2f2f6;color:#d84343}.adm-topup-ok:disabled,.adm-topup-no:disabled{opacity:.5}.adm-slip-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#000c}.adm-slip-overlay img{max-width:100%;max-height:100%;border-radius:12px}.wl-hero-coin .coin-ic{width:40px;height:40px}.wl-hero-coin .coin-ic:after{font-size:22px}.wl-hero-text{display:flex;flex-direction:column}.wl-hero-amount{font-size:28px;font-weight:900;color:#6e4d08;line-height:1.05}.wl-hero-label{font-size:12px;font-style:normal;font-weight:700;color:#8a6410}.sp-money-card{display:flex;align-items:center;gap:12px;width:100%;margin:0 0 12px;padding:13px 15px;border:0;border-radius:16px;background:linear-gradient(135deg,#6c4cdc,#8a63f4);color:#fff;cursor:pointer;box-shadow:0 6px 16px #6c4cdc47}.sp-money-card:active{transform:scale(.99)}.sp-money-icon{width:38px;height:38px;border-radius:50%;background:#ffffff38;display:grid;place-items:center;flex:0 0 auto}.sp-money-info{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.15}.sp-money-info em{font-size:12px;font-style:normal;font-weight:600;opacity:.9}.sp-money-info b{font-size:20px;font-weight:800}.wl-hero.mw-hero{background:linear-gradient(135deg,#6c4cdc,#8a63f4)}.mw-hero .wl-hero-amount,.mw-hero .wl-hero-label,.mw-hero-icon{color:#fff}.mw-orders{display:flex;flex-direction:column;gap:9px}.mw-order{display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid #ececf2;border-radius:12px;background:#fff}.mw-order.returned{opacity:.65}.mw-order-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mw-order-info b{font-size:13.5px;font-weight:700;color:#1c1a2b}.mw-order-info span{font-size:11.5px;color:#8a8ba0}.mw-return-btn{flex:0 0 auto;padding:7px 14px;border:0;border-radius:10px;background:#fdeaec;color:#e2313f;font-size:12.5px;font-weight:700;cursor:pointer}.mw-return-btn:disabled{opacity:.6}.mw-returned{flex:0 0 auto;font-size:12px;font-weight:700;color:#1d9e75}.mw-tips{margin-top:14px}.mw-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.wl-body{padding:4px 12px 30px}.wl-rewards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:6px}.wl-reward{display:flex;flex-direction:column;align-items:center;gap:3px;padding:13px 6px 10px;border:1.5px solid #ffe0a3;border-radius:14px;background:linear-gradient(160deg,#fffaf0,#fff3d6);cursor:pointer}.wl-reward:disabled{opacity:.5;cursor:default}.wl-reward-val{font-size:18px;font-weight:900;color:#d98a10}.wl-reward-cost{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:#8a6410}.wl-reward-cost .coin-ic{width:14px;height:14px}.wl-reward-cost .coin-ic:after{font-size:8px}.wl-reward-cta{margin-top:3px;padding:4px 8px;border-radius:12px;background:#f0a01e;color:#fff;font-size:10.5px;font-weight:800}.wl-reward:disabled .wl-reward-cta{background:#c9c5d4}.wl-coupons{display:flex;flex-direction:column;gap:8px}.wl-coupon{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:linear-gradient(135deg,#fdeaec,#ffe0e4);border:1px dashed #f0aab2}.wl-coupon.used{opacity:.55;filter:grayscale(.6)}.wl-coupon-val{font-size:20px;font-weight:900;color:#e2313f}.wl-coupon-code{flex:1;font-size:12px;font-weight:700;letter-spacing:1px;color:#a03540}.wl-coupon-used{font-size:10px;font-weight:700;color:#a03540}.wl-gift-from{display:block;margin-top:2px;font-size:10px;font-style:normal;font-weight:600;color:#b57e10}.wl-gift-send{flex:0 0 auto;padding:7px 13px;border:0;border-radius:16px;background:linear-gradient(135deg,#f0a01e,#e0850e);color:#fff;font-size:11.5px;font-weight:800;cursor:pointer}.wl-gift-send:active{transform:scale(.96)}.wl-gift-hint{margin:8px 2px 0;font-size:11px;color:#9b9db4}.wl-gift-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;background:#140f2880;display:flex;align-items:flex-end;justify-content:center}.wl-gift-modal{width:100%;max-width:430px;max-height:80vh;overflow-y:auto;background:#fff;border-radius:20px 20px 0 0;padding:18px 16px 24px;text-align:left}.wl-gift-modal h3{font-size:17px;font-weight:800;color:#1c1a2b}.wl-gift-pick{width:100%;border:1px solid #eef0fa;background:#fafbff;cursor:pointer;text-align:left}.wl-gift-pick-cta{flex:0 0 auto;padding:6px 14px;border-radius:16px;background:linear-gradient(135deg,#f0a01e,#e0850e);color:#fff;font-size:12px;font-weight:800}.fr-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:220;background:#fff;overflow-y:auto;text-align:left;box-shadow:0 0 40px #221d5c26}.fr-scan{border:0;background:none;color:#1c1a2b;display:grid;place-items:center;cursor:pointer;padding:2px}.fr-body{padding:12px}.fr-tabs{display:flex;gap:6px;margin-bottom:12px;background:#f2f0f9;border-radius:12px;padding:4px}.fr-tab{flex:1;border:0;background:none;border-radius:9px;padding:8px 6px;font-size:12.5px;font-weight:700;color:#6d6a86;cursor:pointer;white-space:nowrap}.fr-tab.on{background:#fff;color:#6a44d6;box-shadow:0 2px 6px #221d5c14}.fr-search{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;border-radius:22px;background:#f2f2f7;color:#9b9db4}.fr-search input{flex:1;min-width:0;border:0;background:none;outline:none;font-size:14px;font-family:inherit;color:#1c1a2b}.fr-channels{margin-bottom:12px;overflow:hidden;margin-inline:-16px;padding:2px 16px 6px}.fr-channels-track{display:flex;gap:9px;width:max-content;transition:transform .55s ease}@media (prefers-reduced-motion: reduce){.fr-channels-track{transition:none}}.fr-channels::-webkit-scrollbar{display:none}.fr-channel{flex:0 0 auto;width:182px;scroll-snap-align:start;display:flex;flex-direction:row;align-items:center;gap:9px;padding:10px 11px;border:1px solid #e9e6f4;border-radius:14px;background:#fff;cursor:pointer;text-align:left;box-shadow:0 3px 10px #221d5c0f;transition:box-shadow .15s,transform .1s}.fr-channel:active{transform:scale(.97);box-shadow:0 1px 4px #221d5c14}.fr-channel.on{border-color:#7c5cff;box-shadow:0 0 0 1.5px #7c5cff,0 3px 10px #7c5cff2e}.fr-nearby-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:2px 2px 0;padding:7px 12px;border-radius:10px;background:#f2effe;color:#6a44d6;font-size:12.5px;font-weight:700}.fr-nearby-bar>span{display:inline-flex;align-items:center;gap:5px}.fr-nearby-bar button{border:0;background:#fff;color:#6a44d6;font-size:12px;font-weight:700;border-radius:8px;padding:4px 12px;cursor:pointer}.fr-qr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#140e2d8c;display:flex;align-items:center;justify-content:center;padding:24px}.fr-qr{position:relative;width:100%;max-width:320px;background:#fff;border-radius:20px;padding:26px 22px 22px;text-align:center;box-shadow:0 18px 50px #140e2d4d}.fr-qr-x{position:absolute;top:12px;right:12px;border:0;background:#f2f0f9;color:#6d6a86;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.fr-qr-title{display:block;font-size:16px;font-weight:800;color:#1c1a2b}.fr-qr-sub{margin:4px 0 14px;font-size:12.5px;color:#8a8ba0;line-height:1.5}.fr-qr-img{display:block;margin:0 auto;width:220px;height:220px;max-width:100%;border-radius:12px;border:1px solid #eceaf6}.fr-qr-link{display:flex;align-items:center;gap:6px;margin:12px auto 0;padding:7px 8px 7px 12px;background:#f4f3fa;border:1px solid #e6e3f0;border-radius:10px}.fr-qr-link-text{flex:1;min-width:0;font-size:12px;color:#5a5876;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.fr-qr-copy{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:8px;background:#ede9ff;color:#6a44d6;cursor:pointer}.fr-qr-copy:active{transform:scale(.92)}.fr-qr-share{margin-top:16px;width:100%;border:0;border-radius:12px;padding:12px;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#7c5cff,#6a44d6);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.qr-scan-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#140e2d99;display:flex;align-items:center;justify-content:center;padding:24px}.qr-scan-view{position:relative;width:240px;height:240px;max-width:100%;margin:4px auto 0;border-radius:14px;overflow:hidden;background:#000}.qr-scan-video{width:100%;height:100%;object-fit:cover;display:block}.qr-scan-frame{position:absolute;top:22px;right:22px;bottom:22px;left:22px;border:3px solid rgba(255,255,255,.9);border-radius:12px;box-shadow:0 0 0 100vmax #00000026;pointer-events:none}.fr-channel-ic{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center}.fr-channel-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.fr-channel-text b{font-size:12.5px;font-weight:800;color:#1c1a2b;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fr-channel-text em{font-size:10.5px;font-style:normal;color:#6f6d85;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:300;padding:11px 20px;border-radius:22px;background:#1c162deb;color:#fff;font-size:13px;font-weight:700;box-shadow:0 8px 20px #0000004d}.wl-log{display:flex;flex-direction:column;background:#fff;border:1px solid #eef;border-radius:12px;overflow:hidden}.wl-log-row{display:flex;align-items:center;gap:10px;padding:10px 13px;border-bottom:1px solid #f3f3f8}.wl-log-icn{flex:0 0 auto;width:30px;height:30px;border-radius:9px;display:grid;place-items:center}.wl-log-icn.in{background:#fff3d6}.wl-log-icn.out{background:#fdeaec;color:#e2313f}.wl-log-icn .coin-ic{width:24px;height:24px}.wl-log-icn .coin-ic:after{font-size:14px}.wl-hub{margin-top:18px}.wl-hub .sp-hub-card{min-height:96px}.hub-coin1{background:linear-gradient(135deg,#fff1c4,#ffdd85)}.hub-coin2{background:linear-gradient(135deg,#ffe6c6,#ffcf9e)}.hub-coin3{background:linear-gradient(135deg,#ffe0e6,#ffc9d6)}.hub-coin4{background:linear-gradient(135deg,#e6f0ff,#cfe0fb)}.hub-coin1 .sp-hub-art .coin-ic{width:30px;height:30px}.hub-coin1 .sp-hub-art .coin-ic:after{font-size:17px}.hub-coin1 .sp-hub-cta,.hub-coin2 .sp-hub-cta{color:#b57e10}.hub-coin3 .sp-hub-cta{color:#d1436a}.hub-coin4 .sp-hub-cta{color:#2f6fd0}.wl-gift-exp{display:block;margin-top:2px;font-size:10px;font-style:normal;font-weight:600;color:#c98a3c}.wl-log-row:last-child{border-bottom:0}.wl-log-label{flex:1;font-size:12.5px;font-weight:600;color:#3a3550}.wl-log-date{font-size:11px;color:#9b9db4}.wl-log-amt{display:flex;flex-direction:column;align-items:flex-end;min-width:42px;text-align:right;font-size:13px;font-weight:800}.wl-log-amt.plus{color:#1d9e75}.wl-log-amt.minus{color:#e2313f}.wl-log-exp{margin-top:2px;font-size:9px;font-weight:700;font-style:normal;color:#e2313f;white-space:nowrap}.wl-sec-head{display:flex;align-items:center;justify-content:space-between;margin:6px 0 12px}.wl-sec-title{font-size:15px;font-weight:800;color:#322a52}.wl-empty{padding:30px 0;text-align:center;font-size:13px;color:#9b9db4}.wl-deals{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.wl-deal{border:1px solid #e7e7f0;border-radius:14px;overflow:hidden;background:#fff;padding-bottom:8px;cursor:pointer}.wl-deal-img{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.wl-deal-img img{width:100%;height:100%;object-fit:contain;transform:scale(.8)}.wl-deal-off{position:absolute;top:7px;left:7px;padding:2px 7px;border-radius:7px;background:#e2313f;color:#fff;font-size:11px;font-weight:800}.wl-deal-name{display:block;padding:7px 7px 0;font-size:11px;font-weight:600;color:#3a3550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-deal-price{display:block;padding:1px 7px 0;font-size:12px;font-weight:800;font-style:normal;color:#e2313f}.wl-deal-off{font-size:9.5px}.db-coin{display:grid;place-items:center;height:22px;font-size:19px;line-height:1;color:#a9750a}.db-amount{font-size:11px;font-weight:800;color:#a9750a}.db-day.locked .db-amount{color:#bfa967}.db-day-label{font-size:9px;font-weight:600;white-space:nowrap;color:#8a6d1f}.db-day.locked .db-day-label{color:#ab9c6e}.db-lock{position:absolute;top:4px;right:4px;color:#cebc86}.db-btn{width:100%;padding:12px;border:0;border-radius:24px;background:linear-gradient(135deg,#ffc13a,#ff8a1e 58%,#ff6f1f);color:#fff;font-size:14px;font-weight:800;cursor:pointer;text-shadow:0 1px 2px rgba(150,60,0,.3);box-shadow:0 6px 16px #ff7a1461;transition:transform .12s ease,box-shadow .12s ease}.db-btn:not(:disabled):hover{box-shadow:0 8px 20px #ff7a1475}.db-btn:active{transform:scale(.98)}.db-btn:disabled{opacity:.55;cursor:default;box-shadow:none}.sp-hub{display:grid;gap:11px;padding:0 12px;margin-top:14px}.sp-hub-2{grid-template-columns:1fr 1fr}.sp-hub-3{grid-template-columns:repeat(3,1fr);margin-bottom:20px}.sp-hub-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid #cdc9dd;border-radius:16px;padding:12px 13px 11px;cursor:pointer;overflow:hidden;color:#322a52;box-shadow:0 6px 16px #503c8c14;transition:transform .12s ease,box-shadow .12s ease}.sp-hub-card:active{transform:translateY(1px) scale(.98);box-shadow:0 3px 9px #503c8c1a}.sp-hub-card{min-height:0}.hub-video{background:linear-gradient(135deg,#ece6ff,#d8c9ff)}.hub-popular{background:linear-gradient(135deg,#ffe2ec,#ffcedf)}.hub-live{background:linear-gradient(150deg,#dbf3ef,#c8e8fc)}.hub-article{background:linear-gradient(150deg,#fdf4d9,#fbe6c9)}.hub-promo{background:linear-gradient(150deg,#f4e2ff,#ffd8ec)}.sp-hub-art{position:absolute;top:9px;right:9px;font-size:26px;line-height:1;filter:drop-shadow(0 4px 6px rgba(60,40,110,.18));pointer-events:none}.sp-hub-head{display:flex;align-items:center;gap:6px;align-self:stretch;min-width:0}.hub-live .sp-hub-art,.hub-article .sp-hub-art,.hub-promo .sp-hub-art{position:absolute;top:8px;right:8px;font-size:21px;margin-bottom:0}.sp-hub-title{font-size:clamp(12px,3.7vw,15px);font-weight:800;line-height:1.2;margin-top:0;padding-right:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hub-live .sp-hub-title,.hub-article .sp-hub-title,.hub-promo .sp-hub-title{font-size:clamp(9px,2.9vw,12.5px);flex:1;min-width:0;align-self:auto;line-height:1.22;padding-right:10px;text-align:left}.hub-live .sp-hub-art,.hub-article .sp-hub-art,.hub-promo .sp-hub-art{font-size:17px}.sp-hub-desc{margin-top:3px;font-size:11px;line-height:1.3;font-weight:500;color:#322a52a8;padding-right:22px}.hub-live .sp-hub-desc,.hub-article .sp-hub-desc,.hub-promo .sp-hub-desc{font-size:10px;margin-top:2px;align-self:stretch;line-height:1.28;padding-right:3px;text-align:left}.sp-hub-cta{display:inline-flex;align-items:center;gap:1px;margin-top:7px;padding:4px 8px 4px 11px;border-radius:999px;background:#ffffffc7;font-size:11px;font-weight:700;color:#6a44d6;box-shadow:0 2px 6px #3c286e1a}.hub-popular .sp-hub-cta{color:#e0447f}.hub-live .sp-hub-cta{color:#2596bf}.hub-article .sp-hub-cta{color:#d5891c}.hub-promo .sp-hub-cta{color:#b8479f}.sp-mysec{padding:0 12px;margin-top:16px}.sp-mysec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sp-mysec-title{font-size:15px;font-weight:800;color:#322a52}.sp-mysec-more{display:inline-flex;align-items:center;gap:1px;padding:0;border:0;background:none;color:#6a44d6;font-size:12.5px;font-weight:700;cursor:pointer}.sp-mysec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.sp-mysec-tile{cursor:pointer;min-width:0;border:1px solid #e7e7f0;border-radius:12px;overflow:hidden;background:#fff;padding-bottom:8px}.sp-mysec-img{aspect-ratio:1 / 1;margin-bottom:6px;overflow:hidden;background:#fff}.sp-mysec-img img{display:block;width:100%;height:100%;object-fit:contain;transform:scale(.85)}.sp-mysec-name{display:block;padding:0 8px;font-size:12px;font-weight:600;color:#3a3550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-mysec-price{display:block;padding:0 8px;margin-top:2px;font-size:12px;font-weight:800;font-style:normal;color:#e2313f}.sp-live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.sp-live-tile{min-width:0;cursor:pointer}.sp-live-img{position:relative;aspect-ratio:3 / 4;margin-bottom:5px;border-radius:12px;overflow:hidden;background:#23252d}.sp-live-img img{display:block;width:100%;height:100%;object-fit:cover}.sp-live-badge{position:absolute;top:6px;left:6px;padding:2px 6px;border-radius:6px;background:#e2313f;color:#fff;font-size:9px;font-weight:800;letter-spacing:.5px}.sp-live-badge.replay{background:#16a34a;letter-spacing:0}.sp-live-badge.replay.gone{background:#6b7280}.sp-live-time{position:absolute;right:5px;bottom:5px;padding:1px 5px;border-radius:5px;background:#0000008c;color:#fff;font-size:9px;font-weight:700}.sp-live-none{display:grid;place-items:center;width:100%;height:100%;color:#7e7c9a}.sp-live-eye{position:absolute;left:5px;bottom:5px;display:inline-flex;align-items:center;gap:2px;padding:1px 5px;border-radius:5px;background:#0000008c;color:#fff;font-size:9px;font-weight:700}.sp-live-name{display:block;font-size:11.5px;font-weight:600;color:#3a3550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-live-host{display:block;font-style:normal;font-size:10px;color:#6f6d85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-estate{display:flex;flex-direction:column;align-items:center;text-align:center;padding:50px 24px 44px}.sp-estate-ic{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin-bottom:16px;color:#8f83db;background:linear-gradient(135deg,#efeaff,#e2d9ff)}.sp-estate-ic.ic-shop{color:#e08a3c;background:linear-gradient(135deg,#fdf1dc,#fce3c4)}.sp-estate-ic.ic-saved{color:#3b9fc4;background:linear-gradient(135deg,#e0f2f8,#cfeafb)}.sp-estate-ic.ic-liked{color:#e0568a;background:linear-gradient(135deg,#ffe6ef,#ffd3e2)}.sp-estate-title{margin:0 0 5px;font-size:15.5px;font-weight:700;color:#45435c}.sp-estate-sub{margin:0 0 18px;max-width:250px;font-size:12.5px;font-weight:500;line-height:1.5;color:#9b9db4}.sp-estate-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border:0;border-radius:24px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #6c4cdc47;transition:transform .12s ease}.sp-estate-btn:active{transform:scale(.96)}.sp-shopbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 14px 9px}.sp-shopbar-title{flex:1;min-width:0;font-size:14px;font-weight:700;color:#45435c}.sp-shopbar-shop{flex:0 0 auto;width:32px;height:32px;border:1px solid #dfe2ee;border-radius:50%;background:#fff;color:#6c4cdc;display:grid;place-items:center;cursor:pointer}.sp-shopbar-shop:active{transform:scale(.92)}.sp-shopbar-lock{flex:0 0 auto;width:32px;height:32px;border:1px solid #dfe2ee;border-radius:50%;background:#fff;color:#6c4cdc;display:grid;place-items:center;cursor:pointer}.sp-shopbar-lock.on{border-color:#4b4f66;background:#4b4f66;color:#fff}.sp-shopbar-lock:active{transform:scale(.92)}.sp-priv-none{margin:6px 14px 18px;padding:18px 14px;border:1px dashed #dfe2ee;border-radius:14px;background:#fff;color:#9b9db4;font-size:12.5px;text-align:center}.sp-shopbar-add{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border:0;border-radius:20px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:12.5px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #6c4cdc40;transition:transform .12s ease}.sp-shopbar-followers{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1.5px solid #d8d3f5;border-radius:20px;background:#f3f1fc;color:#6a44d6;font-size:12.5px;font-weight:800;cursor:pointer}.sp-shopbar-followers:active,.sp-shopbar-add:active{transform:scale(.96)}.pu-check{display:flex;align-items:center;gap:10px;margin-top:10px;padding:11px 12px;border-radius:12px;background:#fff8e6;border:1px solid #ffe6a8;cursor:pointer}.pu-check input{position:absolute;opacity:0;pointer-events:none}.pu-check-box{flex:0 0 auto;width:20px;height:20px;border-radius:6px;border:1.5px solid #e0b84d;background:#fff;display:grid;place-items:center;color:#fff}.pu-check input:checked+.pu-check-box{background:#f0a01e;border-color:#f0a01e}.pu-check-text{display:flex;flex-direction:column;gap:1px}.pu-check-text b{font-size:12.5px;font-weight:700;color:#7a5a10}.pu-check-text em{font-size:10.5px;font-style:normal;color:#a08340}.pu-preview{margin-top:10px;border-radius:12px;overflow:hidden;border:1px solid #ececf2}.pu-preview img{display:block;width:100%;max-height:180px;object-fit:cover}.sp-shop-edit{position:absolute;top:6px;right:6px;z-index:2;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#6a44d6;background:#ffffffeb;box-shadow:0 2px 5px #00000029}.pu-delete{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#e23744!important}.viral-cta{display:flex;align-items:center;gap:12px;width:calc(100% - 28px);margin:6px 14px 4px;padding:13px 15px;border:0;border-radius:16px;text-align:left;cursor:pointer;color:#fff;background:linear-gradient(100deg,#ff5f6d,#ff2e63 45%,#a12ee2);box-shadow:0 8px 20px #ff2e6352;animation:viral-pop .35s ease}.viral-cta:active{transform:scale(.985)}@keyframes viral-pop{0%{opacity:0;transform:translateY(-6px)}}.viral-cta-icon{flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#ffffff38;display:grid;place-items:center;animation:flame-pulse 1.6s ease-in-out infinite}@keyframes flame-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.viral-cta-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.viral-cta-text b{font-size:14.5px;font-weight:800}.viral-cta-text em{font-size:11.5px;font-style:normal;opacity:.92;line-height:1.3}.viral-cta-go{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:#ffffffe6;color:#ff2e63;display:grid;place-items:center}.post-viewer{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:25;background:#000;animation:noti-fade .18s ease;overflow:hidden}.pv-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.15);filter:blur(28px) brightness(.55);z-index:0;pointer-events:none}.pv-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}img.pv-media{background:#000}.pv-close{position:absolute;top:16px;left:12px;z-index:3;width:40px;height:40px;border-radius:50%;background:#00000059;color:#fff;display:grid;place-items:center}.pv-pinned{position:absolute;top:22px;left:60px;z-index:3;background:#f0284a;color:#fff;font-size:11px;font-weight:700;border-radius:5px;padding:4px 9px}.pv-actions{position:absolute;right:10px;bottom:96px;z-index:3;display:flex;flex-direction:column;gap:18px;align-items:center}.pv-avatar-btn{position:relative;width:46px;height:46px;border-radius:50%;border:2px solid #fff;overflow:visible;margin-bottom:6px}.pv-avatar-btn img,.pv-avatar-btn span{width:100%;height:100%;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#5b5fe9,#8b5cf6);color:#fff;font-size:18px;font-weight:800;overflow:hidden}.pv-follow{position:absolute;bottom:-9px;left:50%;transform:translate(-50%);width:20px;height:20px;padding:0;border-radius:50%;background:#f0284a;color:#fff;display:grid;place-items:center;border:1.5px solid #000;cursor:pointer}.pv-follow:active{transform:translate(-50%) scale(.88)}.pv-follow:disabled{opacity:.6}.pv-following{position:absolute;bottom:-9px;left:50%;transform:translate(-50%);width:20px;height:20px;border-radius:50%;background:#16a34a;color:#fff;display:grid;place-items:center;border:1.5px solid #000}.pv-action{display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;background:none;border:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.pv-action:active{transform:scale(.88)}.pv-action .pv-icon{filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.pv-action b{font-size:13px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.6)}.pv-views{position:absolute;left:14px;bottom:78px;z-index:3;display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:13px;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.7)}.cmt-overlay{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:40;background:#00000073;display:flex;align-items:flex-end}.cmt-sheet{width:100%;max-height:68vh;background:#fff;border-radius:18px 18px 0 0;display:flex;flex-direction:column;animation:cmt-up .22s ease}@keyframes cmt-up{0%{transform:translateY(100%)}}.cmt-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef0f2}.cmt-head b{font-size:15px;font-weight:700;color:#16181c}.cmt-list{flex:1;overflow-y:auto;padding:8px 16px}.cmt-empty{text-align:center;color:#9aa0a6;font-size:14px;padding:40px 0}.cmt-item{display:flex;gap:10px;padding:10px 0}.cmt-avatar{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#5b5fe9,#8b5cf6);color:#fff;font-size:14px;font-weight:700;overflow:hidden}.cmt-avatar img{width:100%;height:100%;object-fit:cover}.cmt-body b{font-size:13px;font-weight:700;color:#16181c}.cmt-body p{margin:2px 0 0;font-size:14px;color:#3a3d45;line-height:1.4}.cmt-actions{display:flex;align-items:center;gap:14px;margin-top:2px}.cmt-reply-link{border:0;background:none;padding:4px 0 0;font-size:12.5px;font-weight:600;color:#6b7280;cursor:pointer}.cmt-reply-link:active{color:#f0284a}.cmt-del-link{border:0;background:none;padding:4px 0 0;font-size:12.5px;font-weight:600;color:#c0304a;cursor:pointer;display:inline-flex;align-items:center;gap:3px}.cmt-del-link:disabled{opacity:.5}.cmt-del-link:active{color:#f0284a}.cmt-reply{display:flex;gap:8px;margin:8px 0 0 4px;padding-left:10px;border-left:2px solid #eef0f2}.cmt-avatar.sm{flex:0 0 26px;width:26px;height:26px;font-size:11px}.cmt-reply .cmt-body b{font-size:12px}.cmt-reply .cmt-body p{font-size:13px}.cmt-input.cmt-reply-input{border-top:0;padding:8px 0 2px 4px}.cmt-input.cmt-reply-input input{padding:8px 14px;font-size:13px}.cmt-input{display:flex;gap:8px;padding:10px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #eef0f2}.cmt-input input{flex:1;border:0;background:#f1f3f5;border-radius:20px;padding:10px 16px;font-size:14px;outline:none}.cmt-send{border:0;background:none;color:#f0284a;font-size:15px;font-weight:700;padding:0 8px;cursor:pointer}.cmt-send:disabled{color:#c3c7cc;cursor:default}.cmt-err{padding:8px 14px 0;font-size:12.5px;font-weight:600;color:#e2313f;text-align:center}.cmt-locked{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:12px 14px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #eef0f2;font-size:13px;color:#8a8aa3;text-align:center}.cmt-follow-btn{flex:0 0 auto;border:0;border-radius:999px;background:#f0284a;color:#fff;font-size:13px;font-weight:800;padding:8px 16px;cursor:pointer}.cmt-follow-btn:disabled{opacity:.6}.sp-post img{width:100%;height:100%;object-fit:cover}.sp-pinned{position:absolute;top:6px;left:6px;background:#f0284a;color:#fff;font-size:10.5px;font-weight:700;border-radius:4px;padding:3px 7px}.sp-priv{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#1416268c;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sp-priv.on{background:#4b4f66}.sp-priv:active{transform:scale(.9)}.sp-priv:disabled{opacity:.6}.sp-priv-badge{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;gap:3px;background:#4b4f66;color:#fff;font-size:10.5px;font-weight:700;border-radius:4px;padding:3px 7px}.sp-views,.sp-likes{position:absolute;bottom:6px;display:inline-flex;align-items:center;gap:3px;color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.6)}.sp-views{left:8px}.sp-likes{right:8px}.profile-hero{position:relative;background:var(--grad-member);border-radius:24px;padding:26px 18px 18px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:16px;box-shadow:var(--shadow-banner)}.hamburger-btn{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:12px;background:#fff3;color:#fff;display:grid;place-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-hero-avatar{width:76px;height:76px;border-radius:50%;background:#ffffff40;border:2.5px solid rgba(255,255,255,.7);display:grid;place-items:center;font-size:30px;font-weight:800;margin-bottom:10px}.profile-hero-name{font-size:18px;font-weight:700}.profile-hero-username{font-size:12px;opacity:.85;margin:2px 0 8px}.member-id{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;letter-spacing:.5px;color:#fff;background:#ffffff2e;border-radius:999px;padding:4px 12px;margin-top:8px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-top:16px;background:#ffffff24;border-radius:16px;padding:12px 4px}.profile-stats .stat{display:flex;flex-direction:column;gap:2px}.profile-stats .stat:not(:first-child){border-left:1px solid rgba(255,255,255,.25)}.profile-stats b{font-size:15px;font-weight:800}.profile-stats span{font-size:10.5px;opacity:.85}.order-status-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.order-status{background:var(--card);border-radius:16px;padding:12px 4px 10px;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:var(--shadow-card);font-size:10.5px;font-weight:500;color:var(--ink)}.os-icon{position:relative;color:var(--primary)}.os-badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;border-radius:999px;background:var(--red);color:#fff;font-size:9.5px;font-weight:700;font-style:normal;display:grid;place-items:center;padding:0 4px}.drawer-overlay{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:#14103c66;z-index:60;display:flex;justify-content:flex-end;animation:noti-fade .18s ease}.drawer{width:300px;max-width:85vw;height:100%;background:var(--bg);padding:16px 14px;overflow-y:auto;box-shadow:-10px 0 30px #14103c40;animation:drawer-slide .22s ease}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.drawer-title{font-size:16px;font-weight:700;color:var(--ink)}@keyframes drawer-slide{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.profile-card{background:var(--grad-member);border-radius:22px;padding:20px 18px;color:#fff;display:flex;align-items:center;gap:14px;margin-bottom:14px;box-shadow:var(--shadow-banner)}.profile-avatar{width:64px;height:64px;border-radius:50%;background:#ffffff40;display:grid;place-items:center;font-size:26px;font-weight:800;border:2px solid rgba(255,255,255,.6);flex-shrink:0}.profile-card h3{font-size:17px;font-weight:700}.profile-tier{display:inline-flex;align-items:center;gap:4px;background:#ffffff38;border-radius:999px;padding:3px 10px;font-size:11.5px;margin-top:5px}.wallet-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-bottom:16px}.wallet-card{background:var(--card);border-radius:18px;padding:14px;box-shadow:var(--shadow-card)}.wallet-card .wc-label{font-size:11.5px;color:var(--ink-soft);display:flex;align-items:center;justify-content:center;gap:5px}.wallet-card .wc-amount{font-size:16px;font-weight:800;color:#241f60;margin-top:4px;text-align:center}.menu-card{background:var(--card);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-card)}.menu-item{width:100%;display:flex;align-items:center;gap:12px;padding:15px 16px;font-size:14px;font-weight:500;color:var(--ink);text-align:left;border-bottom:1px solid #f1f2fa}.menu-item:last-child{border-bottom:none}.menu-item .mi-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.menu-item .mi-label{flex:1}.menu-item .chev{color:#b6bad4}.menu-item.danger{color:var(--red)}.admin-head{display:flex;align-items:center;gap:10px;margin:4px 0 14px}.admin-head h2{font-size:17px;font-weight:700;color:var(--ink);flex:1}.admin-offline{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;color:#b45309;background:#fdf1dc;border-radius:999px;padding:4px 9px}.admin-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:12px;scrollbar-width:none}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:12px;font-weight:600;color:var(--ink-soft);background:var(--card);border-radius:999px;padding:8px 14px;box-shadow:var(--shadow-card);flex-shrink:0}.admin-tab.active{background:var(--primary);color:#fff}.admin-card{background:var(--card);border-radius:16px;padding:12px 14px;margin-bottom:10px;box-shadow:var(--shadow-card)}.admin-list-head{display:flex;align-items:center;justify-content:space-between;margin:4px 2px 10px;font-size:13px;font-weight:600;color:var(--ink)}.admin-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-item-title{font-size:13px;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-item-actions{display:flex;gap:6px;flex-shrink:0}.admin-icon-btn{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#eef0fb;color:var(--primary)}.admin-icon-btn.danger{background:#fdeaec;color:var(--red)}.admin-icon-btn:disabled{opacity:.4}.admin-form{display:flex;flex-direction:column;gap:10px;margin-top:12px;border-top:1px solid #f1f2fa;padding-top:12px}.admin-field{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:600;color:var(--ink-soft)}.admin-rewards{display:flex;flex-direction:column;gap:8px}.admin-reward-row{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--ink-soft)}.admin-reward-row input[type=number]{width:64px;flex:0 0 auto;text-align:center}.admin-reward-del{margin-left:auto;flex:0 0 auto;border:0;background:#ffe9ec;color:#d5273c;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;cursor:pointer}.admin-reward-add{align-self:flex-start;font-size:12px}.admin-field input[type=text],.admin-field input[type=number],.admin-field input[type=password],.admin-field input[type=email],.admin-field input[type=tel],.admin-field select,.admin-field textarea{border:1.5px solid #e3e6f5;border-radius:10px;padding:9px 11px;font-size:13px;font-family:inherit;color:var(--ink);background:#fafbff;outline:none}.admin-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237c5cff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;padding-right:30px}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:var(--primary)}.admin-field-check{flex-direction:row;align-items:center;gap:8px;font-size:12.5px}.admin-form-actions{display:flex;gap:8px;margin-top:4px}.admin-btn{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;border-radius:999px;padding:8px 14px;background:#eef0fb;color:var(--ink)}.admin-btn.primary{background:var(--primary);color:#fff}.admin-btn:disabled{opacity:.45}.admin-image-row{display:flex;gap:10px;align-items:flex-start}.admin-image-preview{width:56px;height:56px;border-radius:10px;object-fit:cover;background:#eef0fb;border:1.5px solid #e3e6f5;flex-shrink:0}.admin-image-preview.empty{display:grid;place-items:center;font-size:9px;color:#9aa0bf;font-weight:500}.admin-image-inputs{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.admin-btn.upload{align-self:flex-start;cursor:pointer;background:#ede8fd;color:#7c3aed}.admin-btn.upload.disabled{opacity:.55;pointer-events:none}.spin{animation:admin-spin .9s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-select{border:1.5px solid #e3e6f5;border-radius:10px;padding:9px 11px;font-size:13px;font-family:inherit;color:var(--ink);background:#fafbff;outline:none}.admin-select:focus{border-color:var(--primary)}.admin-username{font-size:11px;font-weight:500;color:var(--ink-soft);margin-left:2px}.role-chip{display:inline-flex;align-items:center;gap:3px;font-size:9.5px;font-weight:700;border-radius:999px;padding:2px 8px;margin-left:6px;vertical-align:middle}.role-chip.admin{background:#ede8fd;color:#7c3aed}.role-chip.customer{background:#e5efff;color:#2f7cf6}.role-chip.me{background:#e6f7ef;color:#16a34a}.admin-error{color:var(--red);font-size:12.5px;font-weight:500}.pw-success{color:#16a34a;font-size:14px;font-weight:600;text-align:center;padding:8px 0}.edit-counter{align-self:flex-end;font-size:11px;color:var(--ink-soft);margin-top:2px}.auth-card{background:var(--card);border-radius:22px;padding:26px 20px;margin-top:16px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-card)}.auth-icon{width:58px;height:58px;border-radius:50%;background:var(--grad-logo);color:#fff;display:grid;place-items:center;align-self:center}.auth-card h3{font-size:18px;font-weight:700;color:var(--ink);text-align:center}.auth-hint{font-size:12px;color:var(--ink-soft);text-align:center;margin-bottom:6px}.auth-submit{justify-content:center;padding:11px;font-size:14px;margin-top:6px}.auth-remember{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--ink-soft);cursor:pointer;margin-top:2px}.auth-remember input{width:16px;height:16px;flex:0 0 auto;accent-color:var(--primary)}.auth-switch{font-size:12.5px;font-weight:500;color:var(--primary);text-align:center;padding:6px}.auth-or{display:flex;align-items:center;gap:10px;margin:10px 0 2px;font-size:12px;color:#a7a9bd}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:#e9e6f4}.social-login-row{display:flex;gap:8px;margin-top:6px}.social-login-btn{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 6px;border-radius:10px;border:1px solid transparent;font-size:12.5px;font-weight:700;text-decoration:none;white-space:nowrap}.social-login-btn span{overflow:hidden;text-overflow:ellipsis}.social-login-btn:active{filter:brightness(.94)}.social-login-btn.google{border-color:#dfe2ee;background:#fff;color:#3c4043}.social-login-btn.facebook{background:#1877f2;color:#fff}.social-login-btn.line{background:#06c755;color:#fff}.social-ic-line{font-weight:900;font-size:11px;background:#ffffff38;border-radius:5px;padding:1px 5px}.line-login-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px;border-radius:10px;background:#06c755;color:#fff;font-size:14px;font-weight:700;text-decoration:none;margin-top:6px}.line-login-btn:active{filter:brightness(.94)}.line-login-ic{font-weight:900;font-size:13px;background:#ffffff38;border-radius:6px;padding:1px 6px;letter-spacing:.5px}.admin-check{flex-direction:row!important;align-items:center;gap:7px;font-size:12px;cursor:pointer}.admin-check input{width:16px;height:16px}.auth-switch.auth-cancel{color:#e2313f}.auth-switch:disabled{color:var(--ink-soft);opacity:.7}.admin-field>span{display:inline-flex;align-items:center;gap:4px}.auth-textarea{resize:none;line-height:1.4}.fc{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;margin-top:3px}.fc-checking{color:var(--ink-soft)}.fc-taken{color:#e23744}.fc-ok{color:#1f9254}.pw-wrap{position:relative;display:flex}.pw-wrap input{flex:1;padding-right:40px!important}.pw-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:none;border:0;padding:7px;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;border-radius:8px}.pw-toggle:active{color:var(--primary)}.pw-strength{display:flex;align-items:center;gap:8px;margin-top:6px}.pw-bars{display:flex;gap:4px;flex:1}.pw-bars span{flex:1;height:4px;border-radius:3px;background:#e3e6f5;transition:background .2s}.pw-strength-label{font-size:11px;font-weight:700;min-width:48px;text-align:right}.pw-strength[data-level=weak] .pw-bars span.on{background:#e23744}.pw-strength[data-level=medium] .pw-bars span.on{background:#f59e0b}.pw-strength[data-level=strong] .pw-bars span.on{background:#1f9254}.pw-strength[data-level=weak] .pw-strength-label{color:#e23744}.pw-strength[data-level=medium] .pw-strength-label{color:#f59e0b}.pw-strength[data-level=strong] .pw-strength-label{color:#1f9254}.addr-section{display:flex;flex-direction:column;gap:8px}.addr-title{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--ink-soft)}.addr-select{display:flex;flex-direction:column;gap:10px;background:#f7f8fd;border:1.5px solid #e3e6f5;border-radius:12px;padding:12px}.addr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.addr-input{border:1.5px solid #e3e6f5;border-radius:10px;padding:9px 11px;font-size:13px;font-family:inherit;color:var(--ink);background:#fff;outline:none;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none}select.addr-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a7f95' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px;cursor:pointer}.addr-input:focus{border-color:var(--primary)}.addr-select input::placeholder{color:#c2c6d4}.vm-actions{display:flex;gap:8px}.vm-action{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:10px 6px;border:1.5px solid #e3e6f5;border-radius:12px;background:#f7f8fd;color:#4a4f63;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer}.vm-del{color:#e2313f;border-color:#f6d5d9;background:#fdf3f4}.vm-upload{background:linear-gradient(135deg,#7c5cff,#9d7bff);border-color:transparent;color:#fff}.vm-upload.disabled{opacity:.6;pointer-events:none}.vm-action:active{transform:scale(.97)}.vm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-height:46vh;overflow-y:auto;padding:2px}.vm-tile{position:relative;aspect-ratio:3 / 4;border:0;padding:0;border-radius:10px;overflow:hidden;background:#eef0f5;cursor:pointer}.vm-tile img{width:100%;height:100%;object-fit:cover;display:block}.vm-tile.pinned{outline:2.5px solid #f0284a;outline-offset:-2.5px}.vm-tile:active{transform:scale(.96)}.vm-badge{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;box-shadow:0 1px 4px #0000004d}.vm-badge.pin{background:#f0284a;color:#fff}.vm-badge.trash{background:#ffffffeb;color:#e23744}.vm-busy{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000059;color:#fff}.vm-confirm-overlay{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:50;background:#00000073;display:grid;place-items:center;padding:24px}.vm-confirm{background:#fff;border-radius:18px;padding:22px 20px;width:100%;max-width:280px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.vm-confirm b{font-size:16px;color:#16181c;margin-top:4px}.vm-confirm span{font-size:12.5px;color:#9aa0a6}.vm-confirm-btns{display:flex;gap:8px;margin-top:12px;width:100%}.vm-confirm-btns .admin-btn{flex:1;justify-content:center;padding:10px}.vm-del-btn{background:#e23744!important;color:#fff!important}.addr-input:disabled{background:#eef0f5;color:#a7adbd;cursor:not-allowed}.help-hero{display:flex;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;margin-bottom:14px;border-radius:16px;background:linear-gradient(135deg,#e2f8f5,#d6f0ef);color:#14876f;text-align:center}.help-hero b{font-size:16px;color:#0f5f4e}.help-hero span{font-size:12px;color:#4a8579}.help-item{margin-bottom:8px;border:1px solid #e9e6f4;border-radius:14px;background:#fff;overflow:hidden;box-shadow:var(--shadow-card)}.help-q{display:flex;align-items:center;gap:10px;width:100%;padding:13px 14px;border:0;background:none;cursor:pointer;text-align:left;font-size:13px;font-weight:700;color:#1c1a2b}.help-q span{flex:1;min-width:0}.help-chev{flex:0 0 auto;color:#b0aec6;transition:transform .18s}.help-item.on .help-chev{transform:rotate(90deg)}.help-a{margin:0;padding:0 14px 14px;font-size:12.5px;line-height:1.6;color:#5a5570}.promo-hero{display:flex;flex-direction:column;align-items:center;gap:5px;padding:20px 16px;margin-bottom:12px;border-radius:16px;background:linear-gradient(135deg,#fff0f6,#ffe3ef);text-align:center}.promo-hero-ic{font-size:30px}.promo-hero b{font-size:16px;color:#b5197a}.promo-hero span{font-size:12px;color:#9d5c7f}.help-sec{display:block;margin:18px 2px 9px;font-size:12.5px;font-weight:800;color:#8a8ba0}.help-contact-btn{display:flex;align-items:center;gap:11px;width:100%;padding:12px 13px;margin-bottom:8px;border:1px solid #e9e6f4;border-radius:14px;background:#fff;cursor:pointer;text-align:left;box-shadow:var(--shadow-card)}.help-contact-btn:active{transform:scale(.99)}.help-contact-ic{flex:0 0 auto;width:36px;height:36px;border-radius:11px;display:grid;place-items:center}.help-contact-tx{flex:1;min-width:0}.help-contact-tx b{display:block;font-size:13.5px;font-weight:700;color:#1c1a2b}.help-contact-tx em{display:block;font-style:normal;font-size:11px;color:#9b9db4;margin-top:1px}.help-contact-btn .chev{flex:0 0 auto;color:#c3c1d6}.tk-intro{margin:0 2px 14px;font-size:12.5px;line-height:1.6;color:#6f6d85}.tk-done{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;text-align:center}.tk-done-ic{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#e6f7ef;color:#16a34a;margin-bottom:4px}.tk-done b{font-size:16px;color:#16181c}.tk-done span{font-size:12.5px;color:#8a8ba0;max-width:260px}.tk-done .pf-submit{margin-top:14px}.addr-empty-box{padding:22px 14px;border:1px dashed #d9d5ea;border-radius:16px;background:#fff;text-align:center}.addr-item{padding:13px 14px;margin-bottom:10px;border:1px solid #e9e6f4;border-radius:16px;background:#fff;box-shadow:var(--shadow-card)}.addr-item.current{border-color:#b9aef0;box-shadow:0 4px 14px #7c5cff29}.addr-item.editing{border-color:#b9aef0}.addr-item-top{display:flex;align-items:flex-start;gap:8px}.addr-item-pin{flex:0 0 auto;margin-top:1px;color:#7c5cff}.addr-item-text{flex:1;min-width:0;margin:0;font-size:13px;line-height:1.55;color:#1c1a2b}.addr-item-badge{flex:0 0 auto;padding:2px 8px;border-radius:999px;background:#efeaff;color:#6c4cdc;font-size:10px;font-weight:800}.addr-item-btns{display:flex;align-items:center;gap:6px;margin-top:11px;padding-top:10px;border-top:1px solid #f2f0f8}.addr-mini{display:inline-flex;align-items:center;gap:3px;padding:6px 11px;border:1px solid #e2def2;border-radius:9px;background:#fff;color:#5a5570;font-size:11.5px;font-weight:700;cursor:pointer}.addr-mini.primary{margin-right:auto;border-color:transparent;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff}.addr-mini.danger{color:#e23744;border-color:#f6ccd4}.addr-mini:active{transform:scale(.95)}.addr-mini:disabled{opacity:.55;cursor:default}.addr-add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:13px;border:1.5px dashed #b9aef0;border-radius:14px;background:#faf9ff;color:#6c4cdc;font-size:13px;font-weight:800;cursor:pointer}.addr-add-btn:active{transform:scale(.99)}.addr-current{padding:14px;border:1px solid #e9e6f4;border-radius:16px;background:#fff;box-shadow:var(--shadow-card)}.addr-current-head{display:flex;align-items:center;gap:5px;margin-bottom:7px;font-size:12px;font-weight:800;color:#6f6d85}.addr-current-text{margin:0;font-size:13.5px;line-height:1.55;color:#1c1a2b}.addr-current-empty{margin:0;font-size:13px;color:#a3a1b5}.addr-current .shop-bio-btn.edit{margin-top:10px}.addr-preview{display:flex;flex-direction:column;gap:3px;margin:12px 0 0;padding:11px 12px;border:1px dashed #b9aef0;border-radius:12px;background:#faf9ff}.addr-preview b{font-size:11px;font-weight:800;color:#6c4cdc}.addr-preview span{font-size:13px;line-height:1.5;color:#1c1a2b}.addr-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.addr-actions .pf-submit{flex:1;margin:0}.addr-note{margin:14px 0 0;font-size:11.5px;color:#9b9db4;text-align:center}.addr-zip{background:#eef7f0;color:#1f9254;font-weight:700;letter-spacing:1px}.addr-loading{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:var(--ink-soft)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.captcha-row{display:flex;align-items:center;gap:8px}.captcha-img{height:46px;border-radius:8px;border:1.5px solid #e3e6f5;background:#f1f3f5;flex:1;object-fit:contain}.captcha-loading{display:grid;place-items:center;font-size:12px;color:var(--ink-soft);font-weight:500}.captcha-refresh{flex:0 0 auto;width:40px;height:40px;border-radius:10px;border:1.5px solid #e3e6f5;background:#fafbff;color:var(--primary);display:grid;place-items:center;cursor:pointer}.captcha-refresh:active{transform:scale(.92)}.captcha-input{margin-top:6px;letter-spacing:2px;text-transform:uppercase}.auth-terms{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--ink-soft);line-height:1.4;margin-top:2px;cursor:pointer}.auth-terms input{margin-top:2px;width:16px;height:16px;accent-color:var(--primary);flex:0 0 auto}.otp-dev{background:#fff8e6;border:1px solid #f6d976;border-radius:10px;padding:9px 12px;font-size:12px;color:#8a6d1a;text-align:center}.otp-dev b{font-size:16px;letter-spacing:2px;color:#7a5c0a}.otp-input{text-align:center;letter-spacing:8px;font-size:20px!important;font-weight:700}.admin-lock{display:flex;flex-direction:column;align-items:center;gap:10px;padding:56px 24px;text-align:center}.admin-lock-icon{width:62px;height:62px;border-radius:50%;background:var(--grad-logo);color:#fff;display:grid;place-items:center;margin-bottom:4px}.admin-lock h2{font-size:17px;font-weight:700;color:var(--ink)}.admin-lock p{font-size:12.5px;color:var(--ink-soft)}.admin-pin{width:160px;text-align:center;font-size:22px;letter-spacing:8px;border:1.5px solid #e3e6f5;border-radius:12px;padding:10px;background:#fff;color:var(--ink);margin-top:6px}.admin-pin.error{border-color:var(--red)}.admin-pin-error{font-size:12px;color:var(--red)}.chat-avatar{background:linear-gradient(135deg,#7c5cff,#6a44d6);overflow:hidden;font-weight:800}.chat-avatar img{width:100%;height:100%;object-fit:cover}.chat-thread{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:270;background:#f6f5fb;text-align:left;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 40px #221d5c26}.ct-peer{display:flex;align-items:center;gap:9px;min-width:0}.ct-peer b{font-size:15px;font-weight:800;color:#1c1a2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct-peer-avatar{flex:0 0 auto;width:32px;height:32px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:13px;font-weight:800}.ct-peer-avatar img{width:100%;height:100%;object-fit:cover}.ct-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:8px;padding:14px 14px 18px}.chatbg-wrap{position:relative;display:inline-flex}.chatbg-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:224px;padding:12px;border-radius:14px;background:#fff;box-shadow:0 12px 34px #221d5c38;border:1px solid #eceaf4;animation:chatbg-in .14s ease}@keyframes chatbg-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.chatbg-title{margin:0 0 10px;font-size:13px;font-weight:700;color:#4a4570;text-align:left}.chatbg-title-2{margin-top:14px;padding-top:12px;border-top:1px solid #eceaf4}.chatfont-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.chatfont-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:7px 2px 5px;border:1.5px solid #e7e4f2;border-radius:10px;background:#fff;color:#4a4570;font-weight:800;line-height:1;cursor:pointer;transition:border-color .12s ease,background .12s ease}.chatfont-btn em{font-style:normal;font-size:9.5px;font-weight:600;color:#8b87a6}.chatfont-btn.active{border-color:#6d5bd0;background:#f2eefc;color:#4b32b8}.chatfont-btn.active em{color:#6d5bd0}.chatbg-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.chatbg-swatch{width:100%;aspect-ratio:1;border-radius:10px;border:1.5px solid rgba(0,0,0,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6d5bd0;transition:transform .12s ease,box-shadow .12s ease}.chatbg-swatch:hover{transform:scale(1.08)}.chatbg-swatch.active{border-color:#6d5bd0;box-shadow:0 0 0 2px #6d5bd059}.ct-msg{display:flex;align-items:flex-end;gap:6px;max-width:82%}.ct-msg.mine{align-self:flex-end;flex-direction:row-reverse}.ct-bubble{min-width:0;max-width:100%;padding:9px 13px;border-radius:16px 16px 16px 4px;background:#fff;border:1px solid #eceaf6;color:#1c1a2b;font-size:var(--chat-font, 15.5px);line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.ct-msg.mine .ct-bubble{border-radius:16px 16px 4px;background:#ebe5fd;border-color:transparent;color:#2b2140}.ct-time{flex:0 0 auto;font-size:10px;color:#9b9db4;white-space:nowrap}.ct-unsend{flex:0 0 auto;border:0;background:#ffe9ec;color:#d5273c;font-size:11px;font-weight:700;border-radius:12px;padding:4px 9px;white-space:nowrap;cursor:pointer;display:inline-flex;align-items:center;gap:3px}.ct-unsend:disabled{opacity:.5}.ct-msg-tools{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px}.ct-msg-menu{flex:0 0 auto;border:0;background:none;padding:2px;color:#a7a9bd;cursor:pointer;line-height:0;border-radius:50%}.ct-msg-menu:active{background:#ececf3}.ct-msg-menu-pop{display:inline-flex;flex-direction:column;gap:2px;background:#fff;border:1px solid #eceaf6;border-radius:10px;padding:4px;box-shadow:0 6px 20px #140e2d29}.ct-menu-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;border:0;background:none;border-radius:7px;padding:7px 10px;font-size:12.5px;font-weight:600;color:#2f2b45;cursor:pointer}.ct-menu-item:active{background:#f2f0f9}.ct-menu-item.danger{color:#d5273c}.ct-menu-item:disabled{opacity:.5}.ct-quote{display:block;border-left:3px solid rgba(124,92,255,.6);padding:2px 8px;margin-bottom:5px;border-radius:4px;background:#7c5cff14;font-size:11.5px;line-height:1.35}.ct-msg.mine .ct-quote{border-left-color:#4c31bd80;background:#ffffff8c}.ct-quote b{display:block;font-weight:800;opacity:.95}.ct-quote em{font-style:normal;opacity:.8;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ct-reply-bar{display:flex;align-items:center;gap:8px;padding:8px 14px;border-top:1px solid #eef0f2;background:#faf9ff}.ct-reply-bar-body{flex:1;min-width:0;display:flex;align-items:center;gap:6px;font-size:12px;color:#6a6780;overflow:hidden}.ct-reply-bar-body b{color:#6a44d6;flex:0 0 auto}.ct-reply-bar-body em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.85}.ct-reply-bar-x{flex:0 0 auto;border:0;background:#ececf3;color:#6d6a86;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.ct-bubble{cursor:default}.ct-msg .ct-bubble.ct-bubble-deleted,.ct-msg.mine .ct-bubble.ct-bubble-deleted{background:transparent;border:1px dashed #cfd2dc;color:#9a9db0;font-style:italic;font-size:12.5px;cursor:default;display:inline-flex;align-items:center;gap:5px}.ct-err{margin:0;padding:6px 14px;font-size:12px;font-weight:700;color:#e2313f;text-align:center}.ct-compose{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee}.ct-compose input{flex:1;min-width:0;padding:11px 14px;border:1px solid #e4e2f0;border-radius:22px;background:#f6f5fb;font:inherit;font-size:13.5px;color:#1c1a2b;outline:none}.ct-compose input:focus{border-color:#7c5cff;background:#fff}.ct-compose>button{flex:0 0 auto;width:40px;height:40px;border:0;border-radius:50%;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .12s ease}.ct-compose>button:active{transform:scale(.92)}.ct-compose>button:disabled{opacity:.45;cursor:default}.ct-compose button.ct-attach-btn{width:38px;height:38px;background:#f0ecff;color:#6c4cdc}.ct-bubble.has-img{padding:4px;overflow:hidden}.ct-bubble-img{display:block;max-width:200px;width:100%;border-radius:12px;cursor:pointer}.ct-bubble.has-img .ct-bubble-text{display:block;padding:5px 9px 3px}.ct-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:24px;animation:ct-lightbox-in .15s ease}@keyframes ct-lightbox-in{0%{opacity:0}}.ct-lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.ct-lightbox-x{position:absolute;top:max(14px,env(safe-area-inset-top));right:16px;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff29;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ct-lightbox-x:active{background:#ffffff4d}.ct-attach-row{display:flex;align-items:center;gap:12px;padding:4px 12px 6px;overflow-x:auto;scrollbar-width:none}.ct-attach-row::-webkit-scrollbar{display:none}.ct-attach-loading{flex:0 0 auto;font-size:11.5px;color:#8a8ba0;white-space:nowrap}.ct-attach{position:relative;align-self:flex-start;flex:0 0 auto;margin:0 4px}.ct-attach-row .ct-attach{margin:4px 4px 0}.ct-attach img{max-height:96px;border-radius:10px;border:1px solid #e4e2f0}.ct-attach-x{position:absolute;top:-7px;right:-7px;width:22px;height:22px;border:0;border-radius:50%;background:#1c1a2b;color:#fff;display:grid;place-items:center;cursor:pointer}.pin-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:265;background:#f6f5fb;overflow-y:auto;text-align:left;box-shadow:0 0 40px #221d5c26}.pin-status{padding:13px 14px;border-radius:16px;background:#fff;border:1px solid #e7e7f0;box-shadow:var(--shadow-card)}.pin-status.ok{border-color:#b6e7cf;background:linear-gradient(135deg,#f2fdf8,#fff)}.pin-status-head{display:flex;align-items:center;gap:7px;color:#8a8aa3}.pin-status.ok .pin-status-head{color:#1d9e75}.pin-status-head b{font-size:13.5px;font-weight:800;color:#1c1a2b}.pin-rate{margin-left:auto;flex:0 0 auto;padding:3px 9px;border-radius:10px;background:#f0ecff;color:#6c4cdc;font-size:11px;font-weight:800;white-space:nowrap}.pin-bar{margin:9px 0 6px;height:7px;border-radius:6px;background:#eceaf6;overflow:hidden}.pin-bar>span{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,#7c5cff,#6a44d6);transition:width .3s ease}.pin-status.ok .pin-bar>span{background:linear-gradient(90deg,#34d399,#10b981)}.pin-status-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11.5px;font-weight:700;color:#8a8aa3}.pin-status-foot span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.pin-remaining{color:#e2313f;font-weight:800}.pin-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:14px;background:#fff;border:1px solid #eceaf6}.pin-row.pinned{border-color:#d6ccff;background:#fbfaff}.pin-thumb{flex:0 0 auto;width:46px;height:46px;border-radius:10px;object-fit:cover;background:#f0eff7}.pin-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pin-info b{font-size:12.5px;font-weight:700;color:#1c1a2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pin-info em{font-style:normal;font-size:11px;color:#8a8aa3;white-space:nowrap}.pin-btn,.pin-copy{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:6px 11px;border-radius:16px;border:1px solid #d6ccff;background:#f4f1ff;color:#6c4cdc;font-size:11.5px;font-weight:800;white-space:nowrap;cursor:pointer}.pin-btn.on{border-color:#ffc0c6;background:#fff1f2;color:#e2313f}.pin-copy{border-color:#cfe0ff;background:#f0f5ff;color:#3e7bfa}.pin-btn:active,.pin-copy:active{transform:scale(.94)}.pin-btn:disabled{opacity:.5;cursor:default}.fl-open{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:0;border:0;background:none;font:inherit;text-align:left;cursor:pointer;border-radius:10px;transition:opacity .12s ease}.fl-open:active{opacity:.6}.fl-chat-hint{flex:0 0 auto;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#f0ecff;color:#6c4cdc}.pc-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6;background:#f6f5fb;text-align:left;display:flex;flex-direction:column;overflow:hidden;animation:pc-in .18s ease}@keyframes pc-in{0%{transform:translate(16px);opacity:0}}.pc-body{flex:1;min-height:0;overflow-y:auto;padding:14px 16px 20px}.pc-head{display:flex;align-items:center;gap:8px;color:#f97316;margin-bottom:12px}.pc-head b{font-size:14.5px;font-weight:800;color:#1c1a2b}.pc-video{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:12px;background:#fff;border:1px solid #eceaf6;margin-bottom:12px}.pc-video img{flex:0 0 auto;width:40px;height:40px;border-radius:8px;object-fit:cover}.pc-video span{flex:1;min-width:0;font-size:12.5px;font-weight:700;color:#45435c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-cost{display:flex;align-items:baseline;gap:8px;padding:14px 15px;border-radius:14px;background:linear-gradient(135deg,#fff4ea,#fff);border:1px solid #ffd9b8;margin-bottom:10px}.pc-cost-label{flex:1;font-size:12.5px;font-weight:700;color:#8a8aa3}.pc-cost-coin{font-size:21px;font-weight:800;color:#f97316;white-space:nowrap}.pc-cost-baht{font-size:12px;font-weight:700;color:#b08968;white-space:nowrap}.pc-rows{display:flex;flex-direction:column;gap:1px;border-radius:12px;overflow:hidden;background:#eceaf6;margin-bottom:10px}.pc-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;background:#fff;font-size:12.5px}.pc-row span{color:#8a8aa3;font-weight:600}.pc-row b{font-weight:800;color:#1c1a2b;white-space:nowrap}.pc-row.total b{color:#1d9e75}.pc-row.total b.short{color:#e2313f}.pc-note{margin:0;font-size:11.5px;line-height:1.5;color:#9b9db4;text-align:center}.pc-actions{flex:0 0 auto;display:flex;gap:9px;padding:11px 16px calc(14px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee}.pc-confirm,.pc-cancel{padding:13px 10px;border-radius:14px;font-size:13.5px;font-weight:800;cursor:pointer;transition:transform .12s ease}.pc-confirm{flex:1;border:0;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;box-shadow:0 5px 14px #f973164d}.pc-cancel{flex:0 0 32%;border:1px solid #e4e2f0;background:#fff;color:#e2313f}.pc-confirm:active,.pc-cancel:active{transform:scale(.97)}.pc-confirm:disabled{background:#d5d5e5;box-shadow:none;cursor:default}.pc-cancel:disabled{opacity:.5;cursor:default}.mo-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:255;background:#f6f5fb;text-align:left;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 40px #221d5c26}.mo-body{flex:1;min-height:0;overflow-y:auto;padding:12px 14px 30px}.mo-card{padding:13px 12px 6px;border-radius:16px;background:#fff;box-shadow:var(--shadow-card);margin-bottom:12px}.mo-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.mo-card-head b{font-size:14px;font-weight:800;color:#1c1a2b}.mo-all{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:700;color:#e02b2b;white-space:nowrap}.mo-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.mo-tab{display:flex;flex-direction:column;align-items:center;gap:5px;padding:4px 1px 10px;border:0;background:none;cursor:pointer}.mo-tab-ic{position:relative;color:#5b5fe9;display:grid;place-items:center}.mo-tab.soon .mo-tab-ic{color:#c3c4d4}.mo-tab.on .mo-tab-ic{color:#f97316}.mo-tab-ic em{position:absolute;top:-5px;right:-9px;min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:#f0284a;color:#fff;font-size:9.5px;font-style:normal;font-weight:800;line-height:15px;text-align:center}.mo-tab-lb{font-size:10.5px;font-weight:600;color:#6b6b85;text-align:center;line-height:1.25}.mo-tab.soon .mo-tab-lb{color:#b9bacb}.mo-tab.on .mo-tab-lb{color:#f97316;font-weight:800}.mo-tab.alert .mo-tab-ic{color:#f97316}.mo-tab.alert .mo-tab-lb{color:#f97316;font-weight:800}.mo-latest{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;background:#fff;border:1px solid #eceaf6;margin-bottom:12px}.mo-latest-ic{flex:0 0 auto;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#e8ecfd;color:#5b5fe9}.mo-latest-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mo-latest-tx b{font-size:12.5px;font-weight:800;color:#1c1a2b}.mo-latest-tx em{font-size:11px;font-style:normal;color:#9b9db4}.mo-sec{padding:16px 2px 9px;font-size:14px;font-weight:800;color:#1c1a2b}.mo-order{padding:11px 12px;border-radius:14px;background:#efeafd;border:1.5px solid #cbbdf2;margin-bottom:8px}.mo-order-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.mo-order-top b{font-size:12.5px;font-weight:800;color:#1c1a2b}.mo-badge{flex:0 0 auto;padding:3px 9px;border-radius:9px;background:#fff0e6;color:#f97316;font-size:10.5px;font-weight:800;white-space:nowrap}.mo-badge.ret{background:#eef0fa;color:#6b6b85}.mo-order-items{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.mo-order-items span{font-size:11.5px;color:#6b6b85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mo-order-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:8px;border-top:1px solid #f2f1f8}.mo-order-foot em{font-size:11px;font-style:normal;color:#9b9db4}.mo-order-foot b{font-size:13.5px;font-weight:800;color:#f0284a}.mo-toast{position:absolute;left:16px;right:16px;bottom:24px;padding:11px 14px;border-radius:12px;background:#1c1a2beb;color:#fff;font-size:12px;font-weight:600;text-align:center;line-height:1.45}.mw-order-amt{font-style:normal;font-weight:800;color:#f59e0b}.noti-sound{flex:0 0 auto;width:30px;height:30px;border:1px solid #e4e2f0;border-radius:50%;background:#fff;color:#b9bacb;display:grid;place-items:center;cursor:pointer}.noti-sound.on{border-color:#d6ccff;background:#f4f1ff;color:#6c4cdc}.noti-sound:active{transform:scale(.92)}.cl-tabs{display:flex;gap:6px;padding:4px;border-radius:12px;background:#eceaf6;margin-bottom:12px}.cl-tab{flex:1;padding:9px 6px;border:0;border-radius:9px;background:none;color:#7c7b96;font-size:12.5px;font-weight:700;cursor:pointer;transition:background .15s ease}.cl-tab.on{background:#fff;color:#1c1a2b;font-weight:800;box-shadow:0 2px 6px #221d5c1a}.wl-log-exp.gone{color:#b9bacb;font-weight:600}.lv-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:258;background:#f6f5fb;text-align:left;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 40px #221d5c26}.lv-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:12px 14px 30px}.lv-go{display:flex;align-items:center;gap:11px;padding:12px 13px;border:0;border-radius:16px;background:linear-gradient(135deg,#f0284a,#e23744);color:#fff;cursor:pointer;text-align:left;box-shadow:0 6px 16px #e2374447}.lv-go:disabled{opacity:.55;cursor:default}.lv-go-ic{flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#ffffff38}.lv-go-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.lv-go-tx b{font-size:14px;font-weight:800}.lv-go-tx em{font-size:11px;font-style:normal;opacity:.9}.lv-tabs{display:flex;gap:8px;margin:12px 0 4px}.lv-tab{flex:1;padding:9px 0;border:1px solid #e6e3f3;border-radius:999px;background:#fff;color:#6f6d85;font-size:13px;font-weight:800;cursor:pointer}.lv-tab.on{border-color:transparent;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;box-shadow:0 3px 10px #7c5cff4d}.lv-tab:active{transform:scale(.98)}.lv-sec{display:flex;align-items:center;gap:6px;padding:8px 2px 2px;font-size:14px;font-weight:800;color:#1c1a2b}.lv-sec.hot{color:#f0284a}.lv-sec em{margin-left:auto;font-size:10.5px;font-style:normal;font-weight:600;color:#9b9db4;white-space:nowrap}.lv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.lv-card{border:1px solid #eceaf6;border-radius:14px;background:#fff;overflow:hidden;padding:0;cursor:pointer;text-align:left;display:flex;flex-direction:column}.lv-card.hot{border-color:#ffc0c6}.lv-card:active{transform:scale(.97)}.lv-thumb{position:relative;aspect-ratio:3 / 4;display:grid;place-items:center;background:linear-gradient(135deg,#2c2a45,#14131f);color:#fff;font-size:22px;font-weight:800;overflow:hidden}.lv-thumb img,.lv-thumb video{width:100%;height:100%;object-fit:cover;pointer-events:none}.lv-card-wrap{position:relative;display:flex}.lv-card-wrap>.lv-card{flex:1;min-width:0}.lv-card.has-del .lv-badge{right:32px}.lv-del{position:absolute;top:5px;right:5px;z-index:2;display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:50%;background:#0c0a189e;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lv-del:active{transform:scale(.88);background:#f0284a}.lv-del:disabled{opacity:.6;cursor:default}.lv-thumb-none{display:grid;place-items:center;gap:3px;color:#7e7c9a;font-size:9.5px;font-weight:700}.lv-badge{position:absolute;top:4px;left:4px;right:4px;padding:2px 4px;border-radius:5px;background:#f0284a;color:#fff;font-size:8px;font-style:normal;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lv-hot{position:absolute;top:20px;left:4px;display:inline-flex;align-items:center;gap:2px;padding:1px 5px;border-radius:5px;background:#f59e0b;color:#fff;font-size:8px;font-style:normal;font-weight:800}.lv-eye{position:absolute;bottom:4px;left:4px;display:inline-flex;align-items:center;gap:2px;padding:2px 5px;border-radius:5px;background:#0000009e;color:#fff;font-size:8.5px;font-style:normal;font-weight:800}.lv-info{display:flex;flex-direction:column;gap:1px;padding:6px 7px 8px;min-width:0}.lv-info b{font-size:10.5px;font-weight:700;color:#1c1a2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lv-info em{font-size:9.5px;font-style:normal;color:#9b9db4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lv-stage{position:relative;aspect-ratio:9 / 16;height:min(46vh,380px);min-height:240px;width:auto;max-width:100%;align-self:center;border-radius:16px;overflow:hidden;background:#000;display:grid;place-items:center}.lv-video{width:100%;height:100%;object-fit:cover;background:#000}.lv-stage-msg{position:absolute;left:12px;right:12px;top:50%;transform:translateY(-50%);text-align:center;font-size:12px;font-weight:600;line-height:1.5;color:#c9cad6}.lv-stage-msg.err{color:#ff8f98}.lv-live-tag{position:absolute;top:9px;left:9px;padding:3px 8px;border-radius:7px;background:#f0284a;color:#fff;font-size:10px;font-weight:800;letter-spacing:.3px}.lv-stat{position:absolute;top:9px;right:9px;display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:7px;background:#0000008c;color:#fff;font-size:10.5px;font-weight:700}.lv-stat.hot{top:36px;background:#f59e0b}.lv-meta{display:flex;flex-direction:column;gap:3px;padding:2px}.lv-meta b{font-size:14px;font-weight:800;color:#1c1a2b}.lv-meta em{font-size:11.5px;font-style:normal;color:#9b9db4}.lv-rows{display:flex;flex-direction:column;gap:1px;border-radius:12px;overflow:hidden;background:#eceaf6}.lv-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;background:#fff;font-size:12.5px}.lv-row span{display:inline-flex;align-items:center;gap:5px;color:#8a8aa3;font-weight:600}.lv-row b{font-weight:800;color:#1c1a2b}.lv-note{margin:0;padding:0 2px;font-size:11px;line-height:1.55;color:#9b9db4;text-align:center}.lv-field>span{font-size:14.5px;font-weight:800;color:#1c1a2b;margin-bottom:2px}.lv-field>span.lv-lbl-row{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px}.lv-field input{width:100%;box-sizing:border-box;border:1.5px solid #e3e6f5;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14.5px;color:var(--ink);background:#fafbff;outline:none}.lv-field input:focus{border-color:#7c5cff;background:#fff}.lv-field input::placeholder{color:#c2c6d4;font-weight:400}.lv-hot3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.lv-h3{display:flex;flex-direction:column;gap:4px;min-width:0}.lv-h3-thumb{position:relative;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#2c2a45,#14131f);color:#fff;font-size:20px;font-weight:800}.lv-h3-thumb img{width:100%;height:100%;object-fit:cover}.lv-h3-eye{position:absolute;bottom:4px;left:4px;right:4px;display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:2px 4px;border-radius:5px;background:#f0284ae6;color:#fff;font-size:9px;font-style:normal;font-weight:800}.lv-h3-title{font-size:10.5px;font-weight:700;color:#1c1a2b;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lv-h3-host{font-size:9.5px;font-style:normal;color:#9b9db4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-item-title-ai{display:flex;align-items:center;gap:7px;min-width:0;overflow:visible;white-space:normal}.admin-item-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-ai-tag{flex:0 0 auto;padding:2px 7px;border-radius:7px;background:#eef0fa;color:#8a8ba0;font-size:9.5px;font-weight:800;white-space:nowrap}.admin-ai-tag.ok{background:#e6f7ef;color:#16a34a}.admin-ai-tag.no{background:#fdeaec;color:#e2313f}.admin-icon-btn.ai{border-color:#d6ccff;background:#f4f1ff;color:#6c4cdc}.admin-ai-result{margin:8px 0 0;padding:8px 10px;border-radius:8px;font-size:11.5px;font-weight:700;line-height:1.5}.admin-ai-result.ok{background:#e6f7ef;color:#16a34a}.admin-ai-result.no{background:#fdeaec;color:#e2313f}.admin-hint-note{margin:-4px 0 8px;padding:8px 10px;border-radius:8px;background:#fff8e6;border:1px solid #ffe6a8;font-size:11.5px;line-height:1.5;color:#8a6d1f}.post-viewer.post-viewer-top{z-index:330}.post-viewer.pv-commenting{z-index:45}.lv-guide3{background:linear-gradient(135deg,#e7f8f2,#d3f0e5)}.lv-guide4{background:linear-gradient(135deg,#fff2e0,#ffe3c2)}.lv-guide3 .sp-hub-cta,.lv-guide4 .sp-hub-cta{display:none}.lv-stage.tappable{cursor:pointer;border:1.5px dashed #4a4860}.lv-stage.tappable:active{transform:scale(.985)}.lv-stage-msg{display:flex;flex-direction:column;align-items:center;gap:8px}.lv-stage-cta{padding:5px 14px;border-radius:14px;background:#f0284a;color:#fff;font-size:11.5px;font-style:normal;font-weight:800}.lv-field-hint{margin-top:4px;font-size:11px;font-style:normal;font-weight:500;color:#9b9db4;line-height:1.4}.lv-field select{width:100%;box-sizing:border-box;border:1.5px solid #e3e6f5;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14.5px;color:var(--ink);background:#fafbff;outline:none}.lv-field select:focus{border-color:#7c5cff;background:#fff}.shop-live-row{display:grid;grid-auto-flow:column;grid-auto-columns:33%;gap:9px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.shop-live-row::-webkit-scrollbar{display:none}.shop-live{display:flex;flex-direction:column;gap:4px;border:0;background:none;padding:0;min-width:0;cursor:pointer;text-align:left}.shop-live:active{transform:scale(.96)}.shop-live-thumb{position:relative;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#2c2a45,#14131f);color:#fff;font-size:22px;font-weight:800}.shop-live-thumb img{width:100%;height:100%;object-fit:cover}.shop-live-tag{position:absolute;top:5px;left:5px;padding:2px 6px;border-radius:5px;background:#f0284a;color:#fff;font-size:8.5px;font-style:normal;font-weight:800}.shop-live-eye{position:absolute;bottom:5px;left:5px;display:inline-flex;align-items:center;gap:2px;padding:2px 6px;border-radius:5px;background:#0009;color:#fff;font-size:9px;font-style:normal;font-weight:800}.shop-live-title{font-size:11px;font-weight:700;color:#1c1a2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-live-host{font-size:10px;font-style:normal;color:#9b9db4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mo-badge.pay{background:#e8ecfd;color:#5b5fe9}.mo-pay-btn{width:100%;margin-top:9px;padding:10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:11px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 4px 12px #6c4cdc40}.mo-pay-btn:active{transform:scale(.97)}.lv-diag{margin:0;padding:10px 12px;border-radius:10px;background:#fff1f2;border:1px solid #ffc0c6;font-size:11.5px;line-height:1.55;color:#b3323d;text-align:center}.lv-diag.warn{background:#fff8e6;border-color:#ffe6a8;color:#8a6d1f}.tick{margin:4px 0 2px;overflow:hidden;border-radius:14px;background:linear-gradient(135deg,#f4f2ff,#eef4ff);border:1px solid #e7e4f7;padding:8px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.tick-track{display:flex;width:max-content;animation:tick-run 38s linear infinite}.tick:hover .tick-track,.tick:active .tick-track,.tick:focus-within .tick-track{animation-play-state:paused}@keyframes tick-run{to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.tick{overflow-x:auto;scrollbar-width:none}.tick-track{animation:none}.tick-set:nth-child(2){display:none}}.tick-set{display:flex;gap:8px;padding:0 4px}.tick-item{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border:1px solid color-mix(in srgb,var(--tk) 30%,#fff);border-radius:20px;background:#fff;color:var(--tk);font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 2px 6px #221d5c0f}.tick-item:active{transform:scale(.94)}.tick-badge{min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:var(--tk);color:#fff;font-size:9px;font-style:normal;font-weight:800;line-height:15px;text-align:center}.lv-badge.replay{background:#16a34a}.lv-badge.gone{background:#0000008c;font-weight:700}.pu-check.off{opacity:.6}.lv-row b.short{color:#e2313f}.chat-head{gap:8px}.chat-back{flex:0 0 auto;width:30px;height:30px;border:0;border-radius:50%;background:none;color:#1c1a2b;display:grid;place-items:center;cursor:pointer;margin-left:-6px}.chat-back:active{transform:scale(.9)}.chat-head h2{flex:1;min-width:0}.chat-members{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid #d6ccff;border-radius:16px;background:#f4f1ff;color:#6c4cdc;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.chat-members:active{transform:scale(.94)}.chat-start{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:9px 16px;border:0;border-radius:20px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 4px 12px #6c4cdc40}.chat-start:active{transform:scale(.96)}.lv-go-timer{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:1px;padding:5px 9px;border-radius:12px;background:#ffffff40;cursor:pointer}.lv-go-timer:active{transform:scale(.92)}.lv-go-timer b{font-size:17px;font-weight:800;line-height:20px;font-variant-numeric:tabular-nums}.lv-go-timer em{font-size:8.5px;font-style:normal;font-weight:700;opacity:.9;white-space:nowrap}.rec-opt{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#2563eb 55%,#1d4ed8);border:0;cursor:pointer;box-shadow:0 5px 14px #2563eb47}.rec-opt.off{background:linear-gradient(135deg,#9aa4b8,#7b869b);box-shadow:none;cursor:default}.rec-opt input[type=checkbox]{flex:0 0 auto;width:19px;height:19px;margin:1px 0 0;accent-color:#fff;cursor:pointer}.rec-opt-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.rec-opt-tx b{font-size:13.5px;font-weight:800;color:#fff;line-height:1.35}.rec-opt-tx em{font-size:11.5px;font-style:normal;font-weight:500;line-height:1.5;color:#eaf2ff}.rec-opt-tx .rec-opt-lim{font-size:10.5px;color:#eef4ff}.icon-live.on{color:#f0284a;background:#fff1f2}.icon-live.on svg{animation:live-blink 1.3s ease-in-out infinite}@keyframes live-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.88)}}.icon-live.on:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #f0284a;animation:live-ring 1.6s ease-out infinite;pointer-events:none}@keyframes live-ring{0%{transform:scale(.8);opacity:.75}to{transform:scale(1.28);opacity:0}}@media (prefers-reduced-motion: reduce){.icon-live.on svg,.icon-live.on:before{animation:none}.icon-live.on:before{opacity:.5}}.lv-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}.lv-c{position:relative;display:flex;flex-direction:row;align-items:center;gap:8px;padding:11px 10px 11px 11px;border:0;border-radius:16px;cursor:pointer;text-align:left;color:#fff;overflow:hidden}.lv-c:active{transform:scale(.98)}.lv-c:disabled{opacity:.6;cursor:default}.lv-c-text{flex:1;min-width:0;padding-top:1px}.lv-c-head{display:flex;align-items:center;gap:4px}.lv-c b{flex:1;min-width:0;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lv-c em{display:block;font-style:normal;font-size:10px;opacity:.92;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lv-c-ic{width:32px;height:32px;border-radius:10px;background:#ffffff38;display:grid;place-items:center;flex:0 0 auto}.lv-c-arrow{flex:0 0 auto;width:18px;height:18px;border-radius:50%;background:#ffffff52;display:grid;place-items:center}.lv-c-go{background:linear-gradient(135deg,#cebffa,#bda8f7);box-shadow:0 10px 22px #8c6ee64d;color:#3d2a86}.lv-c-go b{color:#f0284a}.lv-c-go .lv-c-arrow{background:#3d2a8629}@keyframes lv-go-ring{0%{box-shadow:0 0 #f0284a80}70%{box-shadow:0 0 0 12px #f0284a00}to{box-shadow:0 0 #f0284a00}}@keyframes lv-go-blink{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.12);opacity:.7}}.lv-c-go .lv-c-ic{background:#ffffff9e;color:#f0284a;animation:lv-go-ring 1.4s ease-out infinite,lv-go-blink 1.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.lv-c-go .lv-c-ic{animation:none}}.lv-c-cam{background:linear-gradient(135deg,#38a3f5,#5ec0f7);box-shadow:0 10px 22px #38a3f552}@media (max-width: 389px){.lv-cards{grid-template-columns:1fr;gap:8px}}.lv-fx{margin-top:10px}.lv-fx-head{display:flex;align-items:center;gap:5px;margin-bottom:7px;font-size:12px;font-weight:800;color:#1c1a2b}.lv-fx-head em{margin-left:auto;font-style:normal;font-size:10px;font-weight:600;color:#9b9db4}.lv-fx-list{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.lv-fx-list::-webkit-scrollbar{display:none}.lv-fx-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #e6e3f3;border-radius:999px;background:#fff;color:#5a5570;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.lv-fx-btn i{font-style:normal;font-size:12px}.lv-fx-btn.on{border-color:transparent;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;box-shadow:0 3px 9px #7c5cff4d}.lv-fx-btn:active{transform:scale(.95)}.lv-fx-btn.tune{border-style:dashed;border-color:#b9aef0;color:#6c4cdc}.lv-fx-btn.tune.on{border-style:solid}.lv-fx-tune{margin-top:9px;padding:11px 12px;border:1px solid #e9e6f4;border-radius:14px;background:#fff}.lv-fx-row{display:flex;align-items:center;gap:9px;padding:3px 0}.lv-fx-name{flex:0 0 92px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#5a5570}.lv-fx-name i{font-style:normal;font-size:11px}.lv-fx-row input[type=range]{flex:1;min-width:0;height:4px;border-radius:999px;background:#e9e6f4;accent-color:#7c5cff;cursor:pointer}.lv-fx-row b{flex:0 0 30px;font-size:10.5px;font-weight:800;color:#a3a1b5;text-align:right;font-variant-numeric:tabular-nums}.lv-fx-row b.on{color:#6c4cdc}.lv-fx-reset{width:100%;margin-top:8px;padding:7px;border:1px solid #e9e6f4;border-radius:9px;background:#faf9fe;color:#6f6d85;font-size:11px;font-weight:700;cursor:pointer}.lv-fx-reset:active{transform:scale(.98)}.sh-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:259;background:#f6f5fb;text-align:left;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 40px #221d5c26}.sh-body{flex:1;min-height:0;overflow-y:auto;padding:12px 14px 30px}.sh-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 2px 10px}.sh-head b{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;color:#1c1a2b}.sh-livecount{font-size:11px;font-style:normal;font-weight:800;color:#f0284a;white-space:nowrap}.sh-list{display:flex;flex-direction:column;gap:8px}.sh-row{display:flex;flex-direction:column;gap:8px;padding:10px 11px;border:1px solid #eceaf6;border-radius:14px;background:#fff}.sh-top{display:flex;align-items:center;gap:8px}.sh-row.live{border-color:#ffc0c6;background:linear-gradient(135deg,#fff8f8,#fff)}.sh-main{flex:1;min-width:0;display:flex;align-items:center;gap:10px;border:0;background:none;padding:0;cursor:pointer;text-align:left}.sh-main:active{opacity:.65}.sh-avatar{position:relative;flex:0 0 auto;width:46px;height:46px;border-radius:50%;overflow:visible;display:grid;place-items:center;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:17px;font-weight:800}.sh-avatar img{width:100%;height:100%;aspect-ratio:1;border-radius:50%;object-fit:cover}.sh-avatar.live{box-shadow:0 0 0 2px #f0284a;animation:sh-ring 1.4s ease-in-out infinite}@keyframes sh-ring{0%,to{box-shadow:0 0 0 2px #f0284a}50%{box-shadow:0 0 0 2px #f0284a59}}.sh-live-dot{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;background:#f0284a;border:2px solid #fff;animation:sh-blink 1.1s ease-in-out infinite}@keyframes sh-blink{0%,to{opacity:1}50%{opacity:.3}}.sh-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;overflow:hidden}.sh-name-row{display:flex;align-items:center;gap:6px;min-width:0}.sh-name{font-size:13.5px;font-weight:800;color:#1c1a2b;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-live-bars{flex:0 0 auto;display:inline-flex;align-items:flex-end;gap:2px;height:13px}.sh-live-bars i{width:3px;border-radius:1.5px;background:#d3d1e0;transform-origin:bottom}.sh-live-bars.on i{background:#f0284a;animation:sh-eq .9s ease-in-out infinite}.sh-live-bars i:nth-child(1){height:7px}.sh-live-bars i:nth-child(2){height:13px}.sh-live-bars i:nth-child(3){height:9px}.sh-live-bars.on i:nth-child(2){animation-delay:.15s}.sh-live-bars.on i:nth-child(3){animation-delay:.3s}@keyframes sh-eq{0%,to{transform:scaleY(.4);opacity:.7}50%{transform:scaleY(1);opacity:1}}.sh-stat{display:flex;align-items:center;gap:3px;font-size:10.5px;font-style:normal;color:#6f6d85;white-space:nowrap;overflow:hidden}.sh-stat svg{flex:0 0 auto}.sh-dot{margin:0 2px;color:#d5d5e5}.sh-bio,.sh-live-now{font-size:10.5px;font-style:normal;color:#6f6d85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-live-now{display:inline-flex;align-items:center;gap:3px;color:#f0284a;font-weight:700}.sh-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding-top:8px;border-top:1px solid #f2f0f8}.sh-chip{display:inline-flex;align-items:center;gap:3px;padding:3px 7px;border-radius:8px;background:#f6f5fb;color:#4f4d66;font-size:10px;font-weight:700;white-space:nowrap}.sh-chip svg{flex:0 0 auto}.sh-chip.rate{background:#fdecef;color:#e11d3c}.sh-chip.reply{background:#e7f6ee;color:#12a150}.sh-chip.muted{color:#706e84}.sh-chat{flex:0 0 auto;display:grid;place-items:center;width:24px;height:24px;padding:0;border:1px solid #d9d4f2;border-radius:8px;background:#f3f0ff;color:#6c4cdc;cursor:pointer}.sh-chat:active{transform:scale(.9)}.sh-actions{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:5px}.sh-watch{flex:0 0 auto;padding:7px 12px;border:0;border-radius:16px;background:linear-gradient(135deg,#f0284a,#d61b3c);color:#fff;font-size:11.5px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 3px 9px #e2374447}.sh-watch:active{transform:scale(.94)}.sh-follow{flex:0 0 auto;min-width:74px;padding:7px 10px;border:1px solid transparent;border-radius:16px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:11.5px;font-weight:800;white-space:nowrap;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px;box-shadow:0 3px 9px #7c5cff47}.sh-follow.on{background:#fff;border:1px solid #f6ccd4;color:#f0284a;box-shadow:none}.sh-follow-check{flex:0 0 auto;width:14px;height:14px;border-radius:50%;background:#f0284a;color:#fff;display:grid;place-items:center}@media (max-width: 374px){.sh-row{padding-left:9px;padding-right:9px}.sh-follow{min-width:66px;padding:7px 8px;gap:3px;font-size:11px}.sh-avatar{width:40px;height:40px;font-size:15px}}.sh-follow:active{transform:scale(.94)}.sh-follow:disabled{opacity:.65;cursor:default}@media (prefers-reduced-motion: reduce){.sh-avatar.live,.sh-live-dot,.sh-live-bars.on i{animation:none}}.lp-pick{padding:11px 12px;border:1px solid #eceaf6;border-radius:14px;background:#fff}.lp-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.lp-head b{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:#1c1a2b}.lp-head em{font-size:11px;font-style:normal;font-weight:700;color:#9b9db4}.lp-empty{margin:0;font-size:11.5px;line-height:1.5;color:#9b9db4}.lp-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.lp-row::-webkit-scrollbar{display:none}.lp-item{flex:0 0 auto;width:74px;display:flex;flex-direction:column;gap:3px;border:0;background:none;padding:0;cursor:pointer;text-align:left}.lp-img{position:relative;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f0eff7;display:grid;place-items:center;color:#b9bacb;border:2px solid transparent}.lp-item.on .lp-img{border-color:#7c5cff}.lp-img img{width:100%;height:100%;object-fit:cover}.lp-check{position:absolute;top:3px;right:3px;width:17px;height:17px;border-radius:50%;background:#7c5cff;color:#fff;display:grid;place-items:center}.lp-item b{font-size:9.5px;font-weight:700;color:#1c1a2b;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lp-item em{font-size:9.5px;font-style:normal;font-weight:800;color:#e2313f}.lr-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:300;background:#000;overflow:hidden}.lr-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#000}.lr-msg{position:absolute;left:20px;right:20px;top:50%;transform:translateY(-50%);text-align:center;font-size:12.5px;font-weight:600;line-height:1.55;color:#c9cad6}.lr-msg.err{color:#ff8f98}.lr-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:8px;padding:10px 12px 22px;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent)}.lr-back{flex:0 0 auto;width:32px;height:32px;border:0;border-radius:50%;background:#0006;color:#fff;display:grid;place-items:center;cursor:pointer}.lr-host{flex:1;min-width:0;display:flex;align-items:center;gap:7px;padding:4px 10px 4px 4px;border-radius:20px;background:#0006}.lr-host-av{flex:0 0 auto;width:26px;height:26px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:11px;font-weight:800}.lr-host-av img{width:100%;height:100%;object-fit:cover}.lr-host-tx{min-width:0;display:flex;flex-direction:column}.lr-host-tx b{font-size:11.5px;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-host-tx em{font-size:9.5px;font-style:normal;color:#d5d6e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-livetag{flex:0 0 auto;padding:3px 8px;border-radius:6px;background:#f0284a;color:#fff;font-size:9.5px;font-weight:800}.lr-stats{position:absolute;top:52px;right:12px;display:flex;flex-direction:column;gap:5px;align-items:flex-end}.lr-chip{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border:0;border-radius:12px;background:#00000080;color:#fff;font-size:10.5px;font-weight:800;cursor:pointer}.lr-chip.hot{background:#f59e0b}.lr-watchers{position:absolute;top:84px;left:12px;right:12px;z-index:3;padding:11px 12px;border-radius:12px;background:#0f0e18f0;color:#fff}.lr-watchers-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.lr-watchers-head b{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:800}.lr-watchers-head button{border:0;background:none;color:#b9bacb;cursor:pointer;display:grid;place-items:center}.lr-watchers p{margin:0;font-size:11px;color:#b9bacb}.lr-watchers-list{display:flex;flex-wrap:wrap;gap:5px;max-height:110px;overflow-y:auto}.lr-watcher{padding:3px 9px;border-radius:12px;background:#ffffff24;font-size:11px;font-weight:700}.lr-watchers em{display:block;margin-top:8px;font-size:9.5px;font-style:normal;color:#8a8aa3;line-height:1.4}.lr-chat{position:absolute;left:12px;right:78px;bottom:116px;max-height:34vh;overflow-y:auto;display:flex;flex-direction:column;gap:5px;scrollbar-width:none;-webkit-mask-image:linear-gradient(180deg,transparent,#000 22%);mask-image:linear-gradient(180deg,transparent,#000 22%)}.lr-chat::-webkit-scrollbar{display:none}.lr-line{align-self:flex-start;max-width:100%;padding:5px 10px;border-radius:14px;background:#0000006b;font-size:11.5px;line-height:1.45;color:#fff;overflow-wrap:anywhere}.lr-line b{margin-right:5px;font-weight:800;color:#ffd166}.lr-line b.host{color:#7ee0b0}.lr-hostbadge{margin-left:4px;padding:1px 5px;border-radius:5px;background:#1d9e75;color:#fff;font-size:8px;font-style:normal;font-weight:800}.lr-join{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:14px;background:#7c5cff8c;font-size:11px;font-weight:700;color:#fff;animation:lr-in .25s ease}.lr-join-ic{font-size:12px}@keyframes lr-in{0%{transform:translate(-8px);opacity:0}}.lr-prod{position:absolute;left:10px;right:10px;bottom:62px;display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:12px;background:#fffffff5;box-shadow:0 4px 14px #0000004d}.lr-prod-main{flex:1;min-width:0;display:flex;align-items:center;gap:8px;border:0;background:none;padding:0;cursor:pointer;text-align:left}.lr-prod-main img{flex:0 0 auto;width:42px;height:42px;border-radius:8px;object-fit:cover;background:#f0eff7}.lr-prod-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.lr-prod-tx b{font-size:11.5px;font-weight:700;color:#1c1a2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-prod-price{display:inline-flex;align-items:baseline;gap:5px}.lr-prod-price s{font-size:9.5px;color:#9b9db4}.lr-prod-price em{font-size:13px;font-style:normal;font-weight:800;color:#e2313f}.lr-prod-buy{flex:0 0 auto;padding:8px 16px;border:0;border-radius:18px;background:linear-gradient(135deg,#f0284a,#d61b3c);color:#fff;font-size:12.5px;font-weight:800;cursor:pointer}.lr-prod-buy:active{transform:scale(.94)}.lr-prod-x{position:absolute;top:-6px;right:-4px;width:20px;height:20px;border:0;border-radius:50%;background:#0009;color:#fff;display:grid;place-items:center;cursor:pointer}.lr-prod-nav{position:absolute;left:0;right:0;bottom:-10px;display:flex;justify-content:center;gap:4px}.lr-prod-nav i{width:5px;height:5px;border-radius:50%;background:#ffffff73;cursor:pointer}.lr-prod-nav i.on{background:#fff;width:12px;border-radius:3px}.lr-prod-open{position:absolute;left:10px;bottom:62px;display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border:0;border-radius:18px;background:#f0284aeb;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.lr-compose{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:8px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:linear-gradient(0deg,rgba(0,0,0,.7),transparent)}.lr-compose input{flex:1;min-width:0;padding:9px 14px;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:#00000073;font:inherit;font-size:12.5px;color:#fff;outline:none}.lr-compose input::placeholder{color:#a9aabb}.lr-compose input:focus{border-color:#7c5cff}.lr-compose button{flex:0 0 auto;width:36px;height:36px;border:0;border-radius:50%;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;display:grid;place-items:center;cursor:pointer}.lr-compose button:disabled{opacity:.45}.lr-ended{position:absolute;left:12px;right:12px;bottom:14px;padding:9px 12px;border-radius:10px;background:#0009;color:#d5d6e0;font-size:11px;line-height:1.5;text-align:center}.snd-body{padding:12px 14px 28px}.snd-toggle{display:flex;align-items:center;gap:11px;width:100%;padding:13px;border:1px solid #e9e6f4;border-radius:14px;background:#fff;cursor:pointer;text-align:left;box-shadow:var(--shadow-card)}.snd-toggle-ic{flex:0 0 auto;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f1f2f8;color:#9b9db4}.snd-toggle.on .snd-toggle-ic{background:#f0ecff;color:#7c3aed}.snd-toggle-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.snd-toggle-tx b{font-size:13.5px;color:#322a52}.snd-toggle-tx em{font-style:normal;font-size:11.5px;color:#9b9db4}.snd-switch{flex:0 0 auto;width:42px;height:24px;border-radius:999px;background:#dfe2ee;padding:3px;transition:background .15s ease}.snd-switch i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .15s ease}.snd-toggle.on .snd-switch{background:#7c3aed}.snd-toggle.on .snd-switch i{transform:translate(18px)}.snd-card{margin-top:12px;padding:13px;border:1px solid #e9e6f4;border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}.snd-card.off{opacity:.5}.snd-card-head{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:#322a52}.snd-vol-val{margin-left:auto;color:#7c3aed;font-size:12.5px}.snd-range{width:100%;margin:12px 0 4px;accent-color:#7c3aed}.snd-range-note{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:#9b9db4}.snd-test{padding:4px 12px;border:1px solid #d9d2f5;border-radius:999px;background:#f3efff;color:#6d4df6;font-size:11.5px;font-weight:700;cursor:pointer}.snd-test:disabled{opacity:.5;cursor:not-allowed}.snd-warn{margin:8px 0 0;font-size:11.5px;font-weight:700;color:#e23744}.snd-list{display:flex;flex-direction:column;gap:7px;margin-top:11px}.snd-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 11px;border:1px solid #e9e6f4;border-radius:12px;background:#fff;cursor:pointer;text-align:left}.snd-item.on{border-color:#b9a6f7;background:#f7f4ff}.snd-item:disabled{cursor:not-allowed}.snd-radio{flex:0 0 auto;width:19px;height:19px;border:1.5px solid #cdd0e0;border-radius:50%;display:grid;place-items:center;color:#fff}.snd-item.on .snd-radio{border-color:#7c3aed;background:#7c3aed}.snd-item-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.snd-item-tx b{font-size:13px;color:#322a52}.snd-item-tx em{font-style:normal;font-size:11px;color:#9b9db4}.snd-play{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f0ecff;color:#7c3aed;font-size:11px}.snd-note{margin:14px 2px 0;font-size:11.5px;line-height:1.6;color:#9b9db4;text-align:center}.chat-v2{padding:0 0 124px}.cv-tabs{display:flex;gap:8px;padding:12px 14px 10px;overflow-x:auto;scrollbar-width:none}.cv-tabs::-webkit-scrollbar{display:none}.cv-tab{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 15px;border:1px solid #e4e6f2;border-radius:999px;background:#fff;color:#5c5f7a;font-size:12.5px;font-weight:700;cursor:pointer;white-space:nowrap}.cv-tab.on{border-color:#1b2456;background:#1b2456;color:#fff}.cv-tab-badge{font-style:normal;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#f0284a;color:#fff;font-size:10.5px;font-weight:800;display:inline-grid;place-items:center}.cv-tab.on .cv-tab-badge{background:#ffd233;color:#1b2456}.cv-tab-dot{width:7px;height:7px;border-radius:50%;background:#f0284a}.cv-searchbar{display:flex;align-items:center;gap:9px;padding:2px 14px 12px}.cv-search{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:11px 12px;border:1px solid #e7e9f3;border-radius:14px;background:#fff;color:#a3a6bb;box-shadow:var(--shadow-card)}.cv-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:13.5px;color:#2f2a4a}.cv-search input::placeholder{color:#a3a6bb}.cv-filter{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border:0;border-radius:8px;background:transparent;color:#8b8ea6;cursor:pointer}.cv-filter.on{background:#ece6ff;color:#6c4cdc}.cv-compose{flex:0 0 auto;display:grid;place-items:center;width:44px;height:44px;border:1px solid #e7e9f3;border-radius:14px;background:#fff;color:#4a4d66;cursor:pointer;box-shadow:var(--shadow-card)}.cv-compose:active{transform:scale(.95)}.cv-stories{display:flex;gap:12px;padding:14px 14px 15px;margin:0 14px 12px;border-radius:18px;background:#fff;box-shadow:var(--shadow-card);overflow-x:auto;scrollbar-width:none}.cv-stories::-webkit-scrollbar{display:none}.cv-story{flex:0 0 auto;width:62px;display:flex;flex-direction:column;align-items:center;gap:7px;border:0;background:transparent;padding:0;cursor:pointer}.cv-story em{font-style:normal;font-size:10.5px;font-weight:600;color:#4a4d66;max-width:62px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-story-tile{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1b2456;color:#fff}.cv-story-tile.all{background:#1b2456}.cv-dots{display:grid;grid-template-columns:repeat(2,9px);gap:5px}.cv-dots i{width:9px;height:9px;border-radius:50%;background:#ffb020}.cv-story-ring{position:relative;width:56px;height:56px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#7c5cff,#ec4899)}.cv-story-av{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;border:2px solid #fff;overflow:hidden;background:#ece6ff;color:#6c4cdc;font-size:18px;font-weight:800}.cv-story-av img{width:100%;height:100%;object-fit:cover}.cv-story-live{position:absolute;left:50%;bottom:-3px;transform:translate(-50%);font-style:normal;font-size:8px;font-weight:900;letter-spacing:.4px;color:#fff;background:#f0284a;border:1.5px solid #fff;border-radius:999px;padding:1px 5px}.cv-story-on{position:absolute;right:1px;bottom:1px;width:13px;height:13px;border-radius:50%;background:#22c55e;border:2px solid #fff}.cv-panel{margin:0 14px;border-radius:18px;background:#fff;box-shadow:var(--shadow-card);overflow:hidden}.cv-row{display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;border:0;border-bottom:1px solid #f2f3f9;background:transparent;text-align:left;cursor:pointer}.cv-row:last-child{border-bottom:0}.cv-row:active{background:#f8f7ff}.cv-row-av{position:relative;flex:0 0 auto}.cv-av{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#ece6ff;color:#6c4cdc;font-size:17px;font-weight:800}.cv-av img{width:100%;height:100%;object-fit:cover}.cv-av-noti.live{background:#fdeaec;color:#f0284a}.cv-av-noti.chat{background:#f0ecff;color:#6c4cdc}.cv-av-on{position:absolute;right:0;bottom:1px;width:13px;height:13px;border-radius:50%;background:#22c55e;border:2px solid #fff}.cv-row-mid{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cv-row-mid b{font-size:14px;font-weight:700;color:#2f2a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-row-mid em{font-style:normal;font-size:12.5px;color:#9b9db4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-row-mid em.new{color:#4a4d66;font-weight:600}.cv-row-end{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.cv-row-end time{font-size:11px;color:#a3a6bb}.cv-unread{font-style:normal;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ffb020;color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}.cv-row-contact{cursor:default}.cv-row-chat{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border:1px solid #e0dbf7;border-radius:50%;background:#f3efff;color:#6c4cdc;cursor:pointer}.cv-row-chat:active{transform:scale(.92)}.cv-readall{display:block;width:100%;padding:10px;border:0;border-bottom:1px solid #f2f3f9;background:#faf9ff;color:#6c4cdc;font-size:12.5px;font-weight:700;cursor:pointer}.cv-soon{font-size:12px;color:#a3a6bb}.cv-sec{margin:0;padding:10px 14px 6px;background:#faf9ff;border-bottom:1px solid #f2f3f9;font-size:11.5px;font-weight:700;color:#8b8ea6}.cv-call-btn{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border:1px solid #bfe7cf;border-radius:50%;background:#e8f9f0;color:#1d9e56;cursor:pointer}.cv-call-btn.video{border-color:#d9d2f5;background:#f3efff;color:#6c4cdc}.cv-call-btn:active{transform:scale(.92)}.cv-row-mid em.miss{color:#e23744;font-weight:700}.cv-callerr{margin:10px 14px 0;padding:10px 12px;border-radius:12px;background:#ffe9ec;color:#d5273c;font-size:12.5px;font-weight:700;text-align:center}.call-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:64px 20px 48px;background:#1b2456;background:linear-gradient(165deg,#2a2f66,#14183a)}.call-remote{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.call-screen.video .call-remote{opacity:1}.call-local{position:absolute;right:14px;top:58px;width:96px;height:128px;object-fit:cover;border-radius:14px;border:2px solid rgba(255,255,255,.5);background:#000;z-index:2}.call-info{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:32px;text-align:center}.call-screen.video .call-info{background:#14183a8c;border-radius:20px;padding:16px 24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.call-avatar{display:grid;place-items:center;width:104px;height:104px;border-radius:50%;overflow:hidden;background:#ffffff24;color:#fff;font-size:38px;font-weight:800;border:3px solid rgba(255,255,255,.25)}.call-avatar img{width:100%;height:100%;object-fit:cover}.call-name{font-size:22px;font-weight:800;color:#fff}.call-status{font-style:normal;font-size:13.5px;color:#b8bcdd}.call-status.err{color:#ff9aa6}.call-actions{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:26px}.call-btn{display:grid;place-items:center;width:64px;height:64px;border:0;border-radius:50%;color:#fff;cursor:pointer;background:#ffffff29}.call-btn:active{transform:scale(.93)}.call-btn.end{background:#e23744;box-shadow:0 8px 22px #e2374473}.call-btn.accept{background:#1d9e56;box-shadow:0 8px 22px #1d9e5673}.call-btn.tool.off{background:#fff;color:#1b2456}.call-btn.ghost{opacity:.35;cursor:default}.cv-toolspace{height:46px}.ctl{position:fixed;bottom:calc(112px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:60;width:100%;max-width:430px;background:transparent;pointer-events:none}.ctl.open{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #3c327824;pointer-events:auto}.ctl-handle{display:grid;place-items:center;width:38px;height:38px;margin:0 12px 0 auto;border:0;border-radius:50%;background:#fff;color:#6c4cdc;cursor:pointer;pointer-events:auto;box-shadow:0 4px 14px #3c327833}.ctl.open .ctl-handle{width:100%;height:30px;margin:0;border-radius:20px 20px 0 0;background:transparent;color:#b0b3c7;box-shadow:none;transform:rotate(180deg)}.ctl-body{max-height:58vh;overflow-y:auto;padding:2px 14px 16px}.ctl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 8px}.ctl-item{display:flex;flex-direction:column;align-items:center;gap:7px;border:0;background:transparent;padding:0;cursor:pointer}.ctl-item em{font-style:normal;font-size:11px;font-weight:600;color:#4a4d66}.ctl-ic{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#fff}.ctl-item:active .ctl-ic{transform:scale(.92)}.ctl-ic.c1{background:#2f7bff}.ctl-ic.c2{background:#7c5cff}.ctl-ic.c3{background:#2f8fef}.ctl-ic.c4{background:#ec4899}.ctl-ic.c5{background:#7c5cff}.ctl-ic.c6{background:#f59e0b}.ctl-ic.c7{background:#3b6ef5}.ctl-ic.c8{background:#22a6f2}.ctl-ic.c9{background:#f0284a}.ctl-ic.c10{background:#38bdf8}.ctl-ic.c11{background:#10b981}.ctl-ic.c12{background:#14b8a6}.ctl-view-head{display:flex;align-items:center;justify-content:space-between;padding:2px 0 10px}.ctl-view-head b{font-size:14px;color:#2f2a4a}.ctl-view-head button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:#f1f2f8;color:#6b6f88;cursor:pointer}.ctl-empty,.ctl-loading{margin:18px 0;text-align:center;font-size:12.5px;color:#9b9db4}.ctl-loading{display:flex;align-items:center;justify-content:center;gap:6px}.ctl-note{margin:10px 0 0;text-align:center;font-size:12px;color:#1d9e56;font-weight:700}.ctl-toast{margin:12px 0 0;padding:9px;border-radius:10px;background:#fff4e5;color:#b45309;font-size:12px;font-weight:700;text-align:center}.ctl-cta{display:block;width:100%;margin-top:10px;padding:12px;border:0;border-radius:12px;background:#6c4cdc;color:#fff;font-size:13.5px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer}.ctl-cta:disabled{opacity:.55}.ctl-cta.ghost{background:#f3efff;color:#6c4cdc}.ctl-album{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.ctl-album-cell{position:relative;aspect-ratio:1;border:0;border-radius:10px;overflow:hidden;padding:0;cursor:pointer;background:#f1f2f8}.ctl-album-cell img{width:100%;height:100%;object-fit:cover}.ctl-album-cell em{position:absolute;left:4px;bottom:4px;font-style:normal;font-size:9.5px;color:#fff;background:#00000073;border-radius:5px;padding:1px 5px}.ctl-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:grid;place-items:center;background:#0a0c1ee6;padding:20px}.ctl-zoom img{max-width:100%;max-height:100%;border-radius:12px}.ctl-gifts{display:flex;flex-direction:column;gap:8px}.ctl-gift{display:flex;align-items:center;gap:12px;padding:11px 13px;border:1px dashed #f0b7d4;border-radius:12px;background:#fff5fa}.ctl-gift.used{border-color:#e0e2ef;background:#f7f8fc;opacity:.65}.ctl-gift-val{font-size:18px;font-weight:800;color:#ec4899}.ctl-gift.used .ctl-gift-val{color:#9b9db4}.ctl-gift-tx{display:flex;flex-direction:column;gap:2px}.ctl-gift-tx b{font-size:13px;color:#2f2a4a}.ctl-gift-tx em{font-style:normal;font-size:11px;color:#9b9db4}.ctl-coord{margin:6px 0 0;text-align:center;font-family:Courier New,monospace;font-size:14px;font-weight:700;color:#2f2a4a}.ctl-calc-screen{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:12px 14px;border-radius:12px;background:#f6f7fc}.ctl-calc-screen em{font-style:normal;font-size:12px;color:#9b9db4;min-height:16px}.ctl-calc-screen b{font-size:26px;font-weight:800;color:#2f2a4a}.ctl-calc-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.ctl-key{padding:13px 0;border:1px solid #e7e9f3;border-radius:12px;background:#fff;font-size:16px;font-weight:700;color:#2f2a4a;cursor:pointer}.ctl-key:active{transform:scale(.95)}.ctl-key.wide{grid-column:span 2;background:#f6f7fc;font-size:13.5px;color:#6b6f88}.ctl-key.op{background:#f3efff;color:#6c4cdc}.ctl-key.eq{background:#6c4cdc;color:#fff;border-color:#6c4cdc}.cmt-input{position:relative;align-items:center}.emo{position:relative;flex:0 0 auto;display:inline-flex}.cmt-input .emo{position:static}.emo-btn{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#9b9db4;cursor:pointer}.emo-btn.on{background:transparent;color:#6c4cdc}.emo-btn:active{transform:scale(.92)}.emo-pop{position:absolute;right:0;bottom:calc(100% + 8px);z-index:40;width:min(300px,calc(100vw - 28px));padding:8px;border:1px solid #e9e6f4;border-radius:16px;background:#fff;box-shadow:0 10px 30px #3c32782e}.emo-tabs{display:flex;gap:5px;margin-bottom:7px}.emo-tab{flex:1;padding:6px 4px;border:0;border-radius:9px;background:#f5f6fb;color:#6b6f88;font-size:11.5px;font-weight:700;cursor:pointer}.emo-tab.on{background:#ede8fd;color:#6c4cdc}.emo-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;max-height:168px;overflow-y:auto}.emo-item{aspect-ratio:1;border:0;border-radius:8px;background:transparent;font-size:19px;line-height:1;cursor:pointer;padding:0}.emo-item:active{transform:scale(.88)}.ct-tools{position:relative;border-top:1px solid #eef0f2;background:#fff;padding-bottom:calc(6px + env(safe-area-inset-bottom))}.ct-tools-hide{display:grid;place-items:center;width:100%;height:26px;border:0;background:transparent;color:#b0b3c7;cursor:pointer}.ctl.ctl-inline{position:static;transform:none;width:100%;max-width:none;background:transparent;box-shadow:none;border-radius:0;pointer-events:auto}.ctl.ctl-inline .ctl-body{max-height:42vh;padding-top:0}.ctl-cal-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.ctl-cal-head b{font-size:14.5px;font-weight:800;color:#2f2a4a}.ctl-cal-head button{display:grid;place-items:center;width:30px;height:30px;border:1px solid #e7e9f3;border-radius:50%;background:#fff;color:#6c4cdc;cursor:pointer}.ctl-cal-head button:active{transform:scale(.92)}.ctl-cal-dow{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:4px}.ctl-cal-dow span{text-align:center;font-size:10.5px;font-weight:700;color:#9b9db4}.ctl-cal-dow span.sun{color:#ec6a7a}.ctl-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.ctl-cal-cell{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:10px;background:#f7f8fc}.ctl-cal-cell.blank{background:transparent}.ctl-cal-cell b{font-size:12.5px;font-weight:600;color:#4a4d66}.ctl-cal-cell.sun b{color:#ec6a7a}.ctl-cal-cell.future{opacity:.45}.ctl-cal-cell.done{background:#e8f9f0}.ctl-cal-cell.done b{color:#1d9e56;font-weight:800}.ctl-cal-cell.today{background:#ede8fd;outline:1.5px solid #7c5cff}.ctl-cal-cell.today b{color:#6c4cdc;font-weight:800}.ctl-cal-dot{width:5px;height:5px;border-radius:50%;background:#1d9e56;flex:0 0 auto}.ctl-cal-legend{display:flex;align-items:center;justify-content:center;gap:5px;margin:12px 0 0;font-size:11.5px;color:#9b9db4}.ctl-cal-legend em{font-style:normal;color:#6c4cdc;font-weight:700}.ct-file{display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:12px;background:#ffffff2e;text-decoration:none;color:inherit;max-width:240px}.ct-msg:not(.mine) .ct-file{background:#f1f3f7}.ct-file-ic{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#ffffff40;flex:0 0 auto}.ct-msg:not(.mine) .ct-file-ic{background:#e2e6f2;color:#6c4cdc}.ct-file-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.ct-file-tx b{font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-file-tx em{font-style:normal;font-size:10.5px;opacity:.75}.ctl-wx-now{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px;border-radius:16px;background:linear-gradient(160deg,#e8f4ff,#f5f0ff)}.ctl-wx-ic{font-size:40px;line-height:1}.ctl-wx-now b{font-size:34px;font-weight:800;color:#2f2a4a}.ctl-wx-now em{font-style:normal;font-size:13px;color:#4a4d66}.ctl-wx-feel{font-size:11.5px;color:#9b9db4}.ctl-wx-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}.ctl-wx-stats span{display:flex;flex-direction:column;align-items:center;gap:2px;padding:9px 4px;border-radius:12px;background:#f7f8fc}.ctl-wx-stats em{font-style:normal;font-size:10.5px;color:#9b9db4}.ctl-wx-stats b{font-size:12.5px;color:#2f2a4a}.ctl-wx-days{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:10px}.ctl-wx-day{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 2px;border-radius:12px;background:#f7f8fc}.ctl-wx-day em{font-style:normal;font-size:10.5px;color:#9b9db4}.ctl-wx-day i{font-style:normal;font-size:19px}.ctl-wx-day b{font-size:11.5px;color:#2f2a4a}.ctl-wx-day u{text-decoration:none;color:#9b9db4}.ctl-field{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.ctl-field span{font-size:11.5px;font-weight:700;color:#6b6f88}.ctl-field input{border:1px solid #e7e9f3;border-radius:10px;padding:10px 12px;font-size:13px;outline:none;background:#fff}.ctl-field input:focus{border-color:#b9a6f7}.ctl-here{display:inline-flex;align-items:center;gap:4px;margin:-4px 0 8px;padding:5px 11px;border:1px solid #ffe0b3;border-radius:999px;background:#fff6e8;color:#d97706;font-size:11.5px;font-weight:700;cursor:pointer}.ctl-sub{margin:16px 0 7px;font-size:12px;font-weight:700;color:#6b6f88}.ctl-job{display:flex;flex-direction:column;gap:2px;padding:9px 11px;margin-bottom:6px;border-radius:10px;background:#f7f8fc}.ctl-job b{font-size:12.5px;color:#2f2a4a}.ctl-job em{font-style:normal;font-size:11px;color:#9b9db4}.ctl-qc-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f2f3f9}.ctl-qc-row:last-child{border-bottom:0}.ctl-qc-av{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;overflow:hidden;background:#ece6ff;color:#6c4cdc;font-size:15px;font-weight:800;flex:0 0 auto}.ctl-qc-av img{width:100%;height:100%;object-fit:cover}.ctl-qc-av i{position:absolute;right:0;bottom:1px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid #fff}.ctl-qc-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.ctl-qc-tx b{font-size:13px;color:#2f2a4a}.ctl-qc-tx em{font-style:normal;font-size:11px;color:#9b9db4}.ctl-qc-btn{display:grid;place-items:center;width:34px;height:34px;border:1px solid #bfe7cf;border-radius:50%;background:#e8f9f0;color:#1d9e56;cursor:pointer;flex:0 0 auto}.ctl-qc-btn.video{border-color:#d9d2f5;background:#f3efff;color:#6c4cdc}.ctl-qc-btn:active{transform:scale(.92)}.ct-compose{gap:4px;padding:8px 10px calc(10px + env(safe-area-inset-bottom))}.ct-compose .ct-tool-btn{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#2b2b3c;display:grid;place-items:center;cursor:pointer}.ct-compose .ct-tool-btn:active{transform:scale(.9);background:#f1f2f8}.ct-compose .ct-tool-btn:disabled{opacity:.4}.ct-inputwrap{flex:1;min-width:0;display:flex;align-items:center;gap:2px;padding:0 6px 0 14px;border:1px solid #ececf3;border-radius:999px;background:#f4f4f7}.ct-inputwrap:focus-within{border-color:#cfc4f7;background:#fff}.ct-compose .ct-inputwrap input{flex:1;min-width:0;padding:11px 0;border:0;border-radius:0;background:transparent;font:inherit;font-size:13.5px;color:#1c1a2b;outline:none}.ct-compose .ct-inputwrap input:disabled{color:#9b9db4}.ct-inputwrap-multi{align-items:flex-end}.ct-compose .ct-inputwrap-multi textarea{flex:1;min-width:0;padding:10px 0;border:0;border-radius:0;background:transparent;font:inherit;font-size:13.5px;line-height:1.45;color:#1c1a2b;outline:none;resize:none;overflow-y:auto;max-height:78.725px;scrollbar-width:thin}.ct-compose .ct-inputwrap-multi textarea:disabled{color:#9b9db4}.ct-inputwrap-multi .emo{align-self:flex-end;margin-bottom:3px}.ct-compose .emo{position:static}.ct-compose{position:relative}.ct-compose .emo-btn{width:30px;height:30px}.ct-compose .ct-mic{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#2b2b3c;display:grid;place-items:center;cursor:pointer}.ct-compose .ct-mic:active{transform:scale(.9)}.ct-compose .ct-mic.rec{background:#e23744;color:#fff;animation:ct-rec-pulse 1.2s ease-in-out infinite}@keyframes ct-rec-pulse{0%,to{box-shadow:0 0 #e2374480}50%{box-shadow:0 0 0 7px #e2374400}}.ct-compose .ct-send{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:50%;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;display:grid;place-items:center;cursor:pointer}.ct-compose .ct-send:active{transform:scale(.92)}.ct-compose .ct-send:disabled{opacity:.5}.ct-recbar{display:flex;align-items:center;justify-content:center;gap:7px;margin:0;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:#fff1f2;color:#d5273c;font-size:12px;font-weight:700}.ct-recbar i{width:9px;height:9px;border-radius:50%;background:#e23744;animation:ct-rec-blink 1s steps(2,start) infinite}@keyframes ct-rec-blink{to{opacity:.2}}.ct-audio{display:block;width:210px;max-width:100%;height:38px}.tmap{position:relative;overflow:hidden;background:#e8eef0}.tmap img{position:absolute;width:256px;height:256px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.tmap-attr{position:absolute;right:3px;bottom:2px;font-size:8.5px;color:#5a5f6e;background:#ffffffb3;border-radius:3px;padding:0 3px}.mp{position:fixed;top:0;right:0;bottom:0;z-index:130;left:50%;transform:translate(-50%);width:100%;max-width:430px;display:flex;flex-direction:column;background:#fff}.mp-top{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #eef0f2}.mp-top b{flex:1;text-align:center;font-size:15px;color:#2f2a4a}.mp-x{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#2b2b3c;display:grid;place-items:center;cursor:pointer}.mp-share{padding:7px 14px;border:0;border-radius:999px;background:#6c4cdc;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.mp-share:disabled{opacity:.45}.mp-map{position:relative;flex:0 0 46%;overflow:hidden;cursor:grab;touch-action:none;background:#e8eef0}.mp-map:active{cursor:grabbing}.mp-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:7px;margin:0;font-size:13px;color:#8b8ea6}.mp-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-100%);pointer-events:none;filter:drop-shadow(0 3px 5px rgba(0,0,0,.3))}.mp-tip{position:absolute;left:50%;top:50%;transform:translate(-50%,calc(-100% - 40px));max-width:78%;padding:7px 12px;border-radius:10px;background:#181820e0;color:#fff;font-size:12px;font-weight:600;text-align:center;pointer-events:none}.mp-here{position:absolute;left:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#2b2b3c;display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 12px #0003}.mp-sheet{flex:1;min-height:0;overflow-y:auto;padding:12px 14px calc(16px + env(safe-area-inset-bottom))}.mp-search{display:flex;align-items:center;gap:8px;padding:11px 13px;border-radius:12px;background:#f4f4f7;color:#9b9db4;margin-bottom:8px}.mp-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:13.5px;color:#2f2a4a}.mp-err{margin:0 0 8px;font-size:12px;color:#e23744}.mp-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 2px;border:0;border-bottom:1px solid #f2f3f9;background:transparent;text-align:left;cursor:pointer}.mp-item.current{background:#f7f4ff;border-radius:12px;padding:12px;border-bottom:0;margin-bottom:6px}.mp-item-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mp-item-tx b{font-size:14px;color:#2f2a4a}.mp-item-tx em{font-style:normal;font-size:11.5px;line-height:1.5;color:#9b9db4}.ct-loc{display:block;width:240px;max-width:100%;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit}.ct-loc-map{position:relative;display:block;height:130px;overflow:hidden}.ct-loc-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-100%);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.ct-loc-tx{display:block;padding:9px 11px;background:#b9e6a6;color:#1e3d16;font-size:12.5px;line-height:1.5}.ct-loc-foot{display:flex;align-items:center;gap:5px;padding:8px 11px;background:#fff;color:#4a4d66;font-size:12px;font-weight:700;border-top:1px solid #eef0f2}.ct-loc-foot .chev,.ct-loc-foot>svg:last-child{margin-left:auto;color:#b0b3c7}.ctl-cfind{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:10px;background:#f4f4f7;color:#9b9db4}.ctl-cfind input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:13px;color:#2f2a4a}.ctl-qc-btn.chat{border-color:#d9d2f5;background:#f3efff;color:#6c4cdc}.ct-bubble{cursor:pointer}.ms-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;align-items:flex-end;justify-content:center;background:#14142259}.ms{width:100%;max-width:430px;max-height:82vh;overflow-y:auto;padding:14px 14px calc(16px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -8px 30px #281e5a38;animation:ms-up .18s ease}@keyframes ms-up{0%{transform:translateY(18px);opacity:.6}}.ms-react{display:flex;gap:4px;overflow-x:auto;padding-bottom:12px;border-bottom:1px solid #f0f1f6;scrollbar-width:none}.ms-react::-webkit-scrollbar{display:none}.ms-react-btn{flex:0 0 auto;width:44px;height:44px;border:0;border-radius:50%;background:transparent;font-size:26px;line-height:1;cursor:pointer;padding:0}.ms-react-btn.on{background:#ede8fd}.ms-react-btn:active{transform:scale(.88)}.ms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 8px;padding:14px 0 4px}.ms-item{display:flex;flex-direction:column;align-items:center;gap:7px;border:0;background:transparent;padding:0;cursor:pointer}.ms-item em{font-style:normal;font-size:11px;font-weight:600;color:#4a4d66}.ms-item-ic{display:grid;place-items:center;width:100%;aspect-ratio:1.15;border-radius:14px;background:#f6f7fb;font-size:26px}.ms-item:active .ms-item-ic{background:#ece8fb}.ms-item:disabled{opacity:.5}.ms-unsend{display:block;width:100%;margin-top:14px;padding:16px;border:0;border-radius:14px;background:#fdeef0;color:#e23744;font-size:15px;font-weight:800;cursor:pointer}.ms-unsend:active{transform:scale(.98)}.ms-translated{margin:12px 0 0;padding:11px 13px;border-radius:12px;background:#eef4ff;color:#2f2a4a;font-size:13px;line-height:1.6}.ms-translated b{display:block;font-size:11px;color:#4c8dff;margin-bottom:3px}.ms-toast{margin:10px 0 0;text-align:center;font-size:12.5px;font-weight:700;color:#1d9e56}.ct-reacts{display:inline-flex;gap:3px;margin-top:-6px;padding:2px 6px;border-radius:999px;background:#fff;box-shadow:0 1px 5px #281e5a29}.ct-reacts i{display:inline-flex;align-items:center;gap:2px;font-style:normal;font-size:13px}.ct-reacts i.on b{color:#6c4cdc}.ct-reacts b{font-size:10px;font-weight:700;color:#8b8ea6}.ct-pinned{margin-right:3px}.lvp{padding-bottom:18px}.lvp-top{display:flex;align-items:center;gap:8px;padding:12px 14px 10px}.lvp-tabs{flex:1;min-width:0;display:flex;gap:11px;overflow-x:auto;scrollbar-width:none}.lvp-tabs::-webkit-scrollbar{display:none}.lvp-tab{flex:0 0 auto;position:relative;padding:4px 0 8px;border:0;background:transparent;color:#9b9db4;font-size:12.5px;font-weight:500;cursor:pointer;white-space:nowrap}.lvp-tab.on{color:#6c4cdc;font-weight:700}.lvp-tab.on:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:#6c4cdc}.lvp-go{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:9px 15px;border:0;border-radius:999px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:12.5px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #6c4cdc4d}.lvp-go:active{transform:scale(.96)}.lvp-stage{position:relative;margin:0 14px;height:460px;border-radius:20px;overflow:hidden;background:#1b1630;cursor:pointer;box-shadow:var(--shadow-card)}.lvp-stage-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lvp-stage-blank{background:linear-gradient(160deg,#4b3a86,#241c46)}.lvp-stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(20,14,40,.55) 0%,transparent 26%,transparent 58%,rgba(20,14,40,.75) 100%)}.lvp-host,.lvp-chips,.lvp-title,.lvp-bar{position:absolute;z-index:2}.lvp-host{top:10px;left:10px;right:10px;display:flex;align-items:center;gap:7px;padding:5px 7px 5px 5px;border-radius:999px;background:#140e286b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lvp-host-av{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;overflow:hidden;background:#6c4cdc;color:#fff;font-size:14px;font-weight:800;border:2px solid rgba(255,255,255,.6)}.lvp-host-av img{width:100%;height:100%;object-fit:cover}.lvp-host-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.lvp-host-tx b{display:flex;align-items:center;gap:3px;font-size:12.5px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lvp-host-tx b svg{color:#4cc2ff;flex:0 0 auto}.lvp-host-tx em{font-style:normal;font-size:10.5px;color:#ffd233;font-weight:700}.lvp-follow{flex:0 0 auto;padding:5px 11px;border:0;border-radius:999px;background:#6c4cdc;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.lvp-watchers{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;padding:4px 9px;border-radius:999px;background:#00000061;color:#fff;font-size:11px;font-weight:700}.lvp-close{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer}.lvp-chips{top:54px;left:10px;right:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.lvp-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:#140e2880;color:#fff;font-size:10.5px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lvp-chip.rank{background:#ffb020eb;color:#4a2c00}.lvp-title{left:12px;right:12px;bottom:62px;display:flex;flex-direction:column;gap:3px}.lvp-title b{font-size:15px;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.5)}.lvp-title em{font-style:normal;font-size:11.5px;color:#ded7ff}.lvp-bar{left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:7px}.lvp-input{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:9px 12px;border-radius:999px;background:#ffffffe6;color:#9b9db4;font-size:12.5px}.lvp-act{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#140e2873;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lvp-act.heart{color:#ff6b81}.lvp-act.gift{background:linear-gradient(135deg,#ff7ab0,#f0284a)}.lvp-head{padding:18px 14px 8px}.lvp-row{display:flex;gap:10px;padding:0 14px 4px;overflow-x:auto;scrollbar-width:none}.lvp-row::-webkit-scrollbar{display:none}.lvp-card{position:relative;flex:0 0 auto;width:132px;height:176px;border:0;padding:0;border-radius:14px;overflow:hidden;background:#241c46;cursor:pointer}.lvp-card img,.lvp-card-blank{width:100%;height:100%;object-fit:cover;display:block;background:linear-gradient(160deg,#4b3a86,#241c46)}.lvp-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 45%,rgba(15,10,32,.85) 100%)}.lvp-card-live,.lvp-card-view{position:absolute;top:7px;z-index:2;font-style:normal;font-size:9px;font-weight:800;color:#fff;border-radius:999px;padding:2px 6px}.lvp-card-live{left:7px;background:#f0284a;letter-spacing:.4px}.lvp-card-view{right:7px;display:inline-flex;align-items:center;gap:2px;background:#00000080}.lvp-card-tx{position:absolute;left:8px;right:8px;bottom:8px;z-index:2;display:flex;flex-direction:column;gap:1px;text-align:left}.lvp-card-tx b{font-size:12px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lvp-card-tx em{font-style:normal;font-size:10px;color:#d8d3f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lvp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px 14px}.lvp-cell{position:relative;aspect-ratio:3 / 4;border:0;padding:0;border-radius:10px;overflow:hidden;background:#241c46;cursor:pointer}.lvp-cell img,.lvp-cell .lvp-card-blank{width:100%;height:100%;object-fit:cover}.lvp-cell-tag{position:absolute;top:6px;left:6px;font-style:normal;font-size:9px;font-weight:700;color:#fff;background:#0000008c;border-radius:5px;padding:2px 5px}.lvp-cell-tx{position:absolute;left:6px;right:6px;bottom:6px;font-size:10.5px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.lvp-note{margin:16px 14px 0;padding:11px;border-radius:12px;background:#f7f4ff;color:#6c4cdc;font-size:12.5px;font-weight:700;text-align:center}.lvp-mission{position:absolute;right:10px;top:92px;z-index:3;display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:14px;background:linear-gradient(135deg,#7c5cffe6,#f0284ad9);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lvp-mission-tx{display:flex;flex-direction:column;gap:1px}.lvp-mission-tx b{font-size:11.5px}.lvp-mission-tx em{font-style:normal;font-size:10px;opacity:.9}.lvp-feed{position:absolute;left:10px;bottom:100px;z-index:3;display:flex;flex-direction:column;gap:6px;max-width:74%}.lvp-feed-row{display:flex;align-items:center;gap:7px;padding:4px 10px 4px 4px;border-radius:999px;background:#140e2880;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lvp-feed-av{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;overflow:hidden;background:#6c4cdc;color:#fff;font-size:11px;font-weight:800}.lvp-feed-av img{width:100%;height:100%;object-fit:cover}.lvp-feed-tx{display:flex;flex-direction:column;gap:0;min-width:0}.lvp-feed-tx b{font-size:11px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lvp-feed-tx em{font-style:normal;font-size:9.5px;color:#ffd233}.lvp-feed-emoji{font-style:normal;font-size:20px}.lvp-feed-row u{text-decoration:none;font-size:15px;font-weight:900;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.lvg{position:absolute;right:8px;bottom:56px;z-index:5;width:250px;max-width:calc(100% - 16px);padding:10px;border-radius:16px;background:#fffffff7;box-shadow:0 10px 30px #140e2859}.lvg-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.lvg-head b{font-size:13px;color:#2f2a4a}.lvg-head button{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:50%;background:#f1f2f8;color:#6b6f88;cursor:pointer}.lvg-tabs{display:flex;gap:5px;margin-bottom:8px}.lvg-tabs button{flex:1;padding:5px 4px;border:0;border-radius:999px;background:#f4f4f7;color:#6b6f88;font-size:10.5px;font-weight:700;cursor:pointer}.lvg-tabs button.on{background:#6c4cdc;color:#fff}.lvg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-height:210px;overflow-y:auto}.lvg-item{display:flex;flex-direction:column;align-items:center;gap:1px;padding:7px 2px;border:1.5px solid transparent;border-radius:11px;background:#f8f8fc;cursor:pointer}.lvg-item.on{border-color:#7c5cff;background:#f3efff}.lvg-item i{font-style:normal;font-size:24px;line-height:1.1}.lvg-item b{font-size:9.5px;color:#2f2a4a}.lvg-item em{font-style:normal;font-size:9px;font-weight:700;color:#d97706}.lvg-foot{display:flex;align-items:center;gap:7px;margin-top:9px}.lvg-coins{flex:1;display:inline-flex;align-items:center;gap:4px;padding:7px 10px;border-radius:999px;background:#fff6e8;color:#b45309;font-size:11.5px;font-weight:800}.lvg-coins i{font-style:normal;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#f59e0b;color:#fff;font-size:11px}.lvg-send{flex:0 0 auto;padding:8px 22px;border:0;border-radius:999px;background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;font-size:12.5px;font-weight:800;cursor:pointer}.lvg-send:disabled{opacity:.5}.lvg-msg{margin:8px 0 0;font-size:11px;font-weight:700;color:#6c4cdc;text-align:center}.lvp-watchav{flex:0 0 auto;display:flex}.lvp-watchav i{display:grid;place-items:center;width:24px;height:24px;margin-left:-7px;border-radius:50%;overflow:hidden;border:1.5px solid rgba(255,255,255,.85);background:#6c4cdc;color:#fff;font-size:10px;font-weight:800;font-style:normal}.lvp-watchav i:first-child{margin-left:0}.lvp-watchav img{width:100%;height:100%;object-fit:cover}.lvp-chat{position:absolute;left:10px;bottom:100px;z-index:3;display:flex;flex-direction:column;gap:5px;max-width:72%}.lvp-feed~.lvp-chat{bottom:auto;top:130px}.lvp-chat-row{display:flex;align-items:flex-start;gap:6px;padding:5px 10px 5px 5px;border-radius:14px;background:#140e2873;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lvp-chat-av{flex:0 0 auto;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;overflow:hidden;background:#6c4cdc;color:#fff;font-size:10px;font-weight:800}.lvp-chat-av img{width:100%;height:100%;object-fit:cover}.lvp-chat-tx{min-width:0;display:flex;flex-direction:column;gap:1px}.lvp-chat-tx b{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;color:#ffd233}.lvp-badge{font-style:normal;font-size:9px;font-weight:800;color:#fff;background:#7c5cffd9;border-radius:999px;padding:1px 5px}.lvp-badge.host{background:#f0284a}.lvp-chat-tx em{font-style:normal;font-size:11.5px;line-height:1.4;color:#fff;word-break:break-word}.lvp-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:12.5px;color:#2f2a4a}.lvp-input input::placeholder{color:#9b9db4}.ct-peer-avatar{border:0;padding:0;cursor:pointer}.ct-peer-avatar:active{transform:scale(.92)}.fl-chat-btn{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border:1px solid #e0dbf7;border-radius:50%;background:#f3efff;color:#6c4cdc;cursor:pointer}.fl-chat-btn:active{transform:scale(.92)}.ss-profile-btn{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:4px 11px 4px 4px;border:1px solid #e4e2f0;border-radius:999px;background:#fff;color:#4a4d66;font-size:11.5px;font-weight:700;cursor:pointer}.ss-profile-btn.on{border-color:#b9a6f7;background:#f3efff;color:#6c4cdc}.ss-profile-btn:active{transform:scale(.95)}.ss-profile-av{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;overflow:hidden;background:#ece6ff;color:#6c4cdc;font-size:11px;font-weight:800}.ss-profile-av img{width:100%;height:100%;object-fit:cover}.ss-clips{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:0 14px 14px}.ss-clip{position:relative;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;background:#ece6ff}.ss-clip img{width:100%;height:100%;object-fit:cover}.ss-clip-views{position:absolute;left:5px;bottom:5px;font-size:10px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7)}.ss-clip-tx{position:absolute;left:5px;right:5px;top:5px;font-size:9.5px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mpf-hero{display:flex;flex-direction:column;align-items:center;gap:7px;padding:20px 18px 18px;text-align:center}.mpf-avatar{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;overflow:hidden;background:#ece6ff;color:#6c4cdc;font-size:34px;font-weight:800;border:3px solid #fff;box-shadow:0 0 0 3px #c9b6ff}.mpf-avatar img{width:100%;height:100%;object-fit:cover}.mpf-id{padding:3px 12px;border-radius:999px;background:#fff;color:#6b6f88;font-size:11px;font-weight:700}.mpf-name{font-size:18px;color:#2f2a4a}.mpf-bio{margin:0;font-size:12.5px;line-height:1.6;color:#5c5f7a;max-width:300px}.mpf-actions{display:flex;gap:8px;margin-top:4px}.mpf-follow,.mpf-chat{display:inline-flex;align-items:center;gap:5px;padding:10px 20px;border:0;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer}.mpf-follow{background:linear-gradient(135deg,#7c5cff,#6a44d6);color:#fff;box-shadow:0 4px 12px #6c4cdc4d}.mpf-follow.on{background:#f1f2f8;color:#6b6f88;box-shadow:none}.mpf-follow:disabled{opacity:.6}.mpf-chat{border:1px solid #e0dbf7;background:#fff;color:#6c4cdc}.mpf-follow:active,.mpf-chat:active{transform:scale(.96)}.mp-screen{overflow-y:auto}.mp-screen .sp-tabs{grid-template-columns:repeat(3,1fr)}.mp-screen .sp-tab em{font-style:normal;font-size:11.5px;font-weight:600}.admin-rates{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.admin-rates label{display:flex;flex-direction:column;gap:3px}.admin-rates em{font-style:normal;font-size:11px;color:#6b6f88}.admin-rates input{width:100%}.ctl-food-row{display:flex;align-items:center;gap:10px;padding:10px 2px;border-bottom:1px solid #f2f3f9;text-decoration:none;color:inherit}.ctl-food-row:last-of-type{border-bottom:0}.ctl-food-dist{flex:0 0 auto;min-width:54px;padding:5px 8px;border-radius:9px;background:#fdeaec;color:#e23744;font-size:11px;font-weight:800;text-align:center}.ctl-food-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ctl-food-tx b{font-size:13px;color:#2f2a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctl-food-tx em{font-style:normal;font-size:11px;color:#9b9db4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-share-msg{margin:8px 14px 0;padding:10px 12px;border-radius:12px;background:#f0ecff;color:#6c4cdc;font-size:12.5px;font-weight:700;text-align:center}.pd-fav.on{color:#f0284a}.pd-fav:disabled{opacity:.6}.pd-fav-toast{position:absolute;left:12px;right:12px;bottom:calc(100% + 8px);margin:0;padding:9px 12px;border-radius:12px;background:#1c1a2beb;color:#fff;font-size:12.5px;font-weight:700;text-align:center}.pd-info{margin:14px 0 4px;border:1px solid #ececf4;border-radius:14px;background:#fff;overflow:hidden}.pd-info-row+.pd-info-row{border-top:1px solid #f1f1f7}.pd-info-head{display:flex;align-items:center;gap:9px;width:100%;padding:11px 12px;border:0;background:none;text-align:left;cursor:pointer}.pd-info-ic{display:grid;place-items:center;flex:none;width:24px;height:24px;border-radius:8px;background:#f3f0ff;color:#6c4cdc}.pd-info-text{flex:1;min-width:0;font-size:12.5px;line-height:1.45;color:#3d3a4d}.pd-info-row:not(.open) .pd-info-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pd-info-hl{color:#12a150;font-weight:800}.pd-info-sub{display:block;margin-top:2px;font-size:11.5px;color:#8b879c}.pd-info-sub s{color:#b3aec5}.pd-info-sub b{color:#12a150}.pd-info-thumb{flex:none;width:30px;height:30px;border-radius:7px;object-fit:cover;background:#f4f4f8}.pd-info-go{display:grid;place-items:center;flex:none;color:#b3aec5}.pd-info-row.open .pd-info-go{transform:rotate(90deg)}.pd-info-detail{margin:0;padding:0 14px 12px 45px;list-style:none}.pd-info-detail li{position:relative;padding-left:12px;font-size:11.5px;line-height:1.6;color:#6f6b81}.pd-info-detail li:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:50%;background:#cfc9e2}.emo-anim{position:relative;display:inline-block;vertical-align:-.22em;flex:none}.emo-anim-box,.emo-anim-box svg{display:block;width:100%;height:100%}.emo-anim-fb{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:.92em;line-height:1}.mp-player{position:fixed;top:0;right:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:90;display:grid;place-items:center;padding:16px;background:#0c0a18f0}.mp-player-video{width:100%;max-height:78vh;border-radius:14px;background:#000}.mp-player-x{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:#ffffff29;color:#fff;cursor:pointer}.mp-player-title{position:absolute;left:16px;right:16px;bottom:18px;margin:0;color:#fff;font-size:13px;font-weight:700;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.6)}.pd-info-red{color:#ef4444;font-weight:800}.pf-disc-result,.pf-disc-hint{margin:8px 0 4px;padding:9px 11px;border-radius:11px;background:#f7f6fc;font-size:12px;line-height:1.5;color:#5b5670}.pf-disc-result s{color:#b3aec5}.pf-disc-result b{color:#12a150;font-size:13.5px}.pf-disc-result em{color:#f0284a;font-style:normal;font-weight:800}.pf-disc-peers{margin-top:14px}.pf-disc-peer-list{display:flex;flex-direction:column;gap:7px}.pf-disc-peer{display:flex;align-items:center;gap:9px;width:100%;padding:7px 9px;border:1px solid #ececf4;border-radius:11px;background:#fff;text-align:left;cursor:pointer}.pf-disc-peer img{flex:none;width:34px;height:34px;border-radius:8px;object-fit:cover;background:#f4f4f8}.pf-disc-peer-tx{flex:1;min-width:0}.pf-disc-peer-tx b{display:block;overflow:hidden;font-size:12.5px;color:#3d3a4d;text-overflow:ellipsis;white-space:nowrap}.pf-disc-peer-tx em{font-size:11.5px;font-style:normal;color:#8b879c}.pf-disc-peer-pct{flex:none;padding:3px 8px;border-radius:999px;background:#fff1f3;color:#f0284a;font-size:11.5px;font-weight:800}.pd-cpn{margin:16px 0 4px}.pd-cpn-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 2px 10px;border:0;background:none;color:#b3aec5;cursor:pointer}.pd-cpn-head b{font-size:14px;color:#2c2938}.pd-cpn-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.pd-cpn-row::-webkit-scrollbar{display:none}.pd-cpn-card{position:relative;display:flex;align-items:center;gap:8px;flex:none;width:232px;padding:11px 10px;border:1px solid #d5efe9;border-radius:12px;background:#f2fbf8}.pd-cpn-card.got{opacity:.62}.pd-cpn-x{position:absolute;top:-7px;right:9px;padding:1px 7px;border-radius:999px;background:#12a150;color:#fff;font-size:10.5px;font-weight:800}.pd-cpn-ic{display:grid;place-items:center;flex:none;width:30px;height:30px;border-radius:9px;background:#dff4ee;color:#12a150}.pd-cpn-tx{flex:1;min-width:0}.pd-cpn-tx b{display:block;font-size:12.5px;color:#3d3a4d;font-weight:700}.pd-cpn-tx b i{color:#12a150;font-size:15px;font-style:normal;font-weight:800}.pd-cpn-tx em{display:block;font-size:11px;font-style:normal;color:#7d8a86}.pd-cpn-btn{flex:none;padding:7px 15px;border:0;border-radius:999px;background:#12a150;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.pd-cpn-btn:disabled{background:#cfe6de;color:#7d8a86;cursor:default}.ac-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:268;background:#f4f3fa;display:flex;flex-direction:column;overflow:hidden;text-align:left;box-shadow:0 0 40px #221d5c26}.ac-top{flex:none;display:flex;align-items:center;gap:8px;padding:12px 12px 11px;background:#fff;border-bottom:1px solid #eee}.ac-top b{font-size:16px;font-weight:800;color:#2a2550}.ac-back{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#2a2550;cursor:pointer}.ac-body{flex:1;min-height:0;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.ac-empty{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:60px;color:#9a95b4;font-size:14px}.ac-row{display:flex;align-items:stretch;gap:10px;padding:10px;background:#fff;border-radius:14px;box-shadow:0 2px 10px #221d5c0f}.ac-prod{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.ac-prod-img{flex:none;width:56px;height:56px;border-radius:10px;overflow:hidden;background:#f0eef8;display:grid;place-items:center;color:#b3adcf}.ac-prod-img img{width:100%;height:100%;object-fit:cover}.ac-prod-tx{min-width:0;display:flex;flex-direction:column;gap:3px}.ac-prod-tx b{font-size:13.5px;font-weight:700;color:#2a2550;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ac-prod-tx em{font-style:normal;font-size:13px;font-weight:800;color:#f0284a}.ac-cpn{flex:none;width:116px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:7px;padding:8px 10px;border-radius:10px;background:linear-gradient(135deg,#fff4f6,#ffe9ee);border:1px dashed #f5aebc}.ac-cpn-info{display:flex;flex-direction:column;gap:1px;text-align:center}.ac-cpn-info b{font-size:14px;font-weight:900;color:#f0284a}.ac-cpn-info em{font-style:normal;font-size:10px;color:#a06673;line-height:1.3}.ac-cpn-btn{padding:6px 0;border:0;border-radius:999px;background:#12a150;color:#fff;font-size:12.5px;font-weight:800;cursor:pointer}.ac-cpn-btn.got,.ac-cpn-btn:disabled{background:#cfe6de;color:#7d8a86;cursor:default}.ac-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:320;max-width:300px;padding:10px 18px;border-radius:999px;background:#14102deb;color:#fff;font-size:13px;font-weight:600;text-align:center;box-shadow:0 6px 20px #00000040}.admin-deal{margin-bottom:10px;padding:11px;border:1px solid #e6e3f2;border-radius:12px;background:#fbfaff}.admin-deal.off{opacity:.55}.admin-deal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.admin-deal-grid label{display:flex;flex-direction:column;gap:3px}.admin-deal-grid em{font-size:11px;font-style:normal;color:#8b879c}.admin-deal-actions{display:flex;gap:7px;margin-top:9px}.admin-deal-actions button{padding:6px 13px;border:1px solid #e6e3f2;border-radius:999px;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.admin-deal-actions .danger{border-color:#f8c9d2;color:#f0284a}.admin-deal-add{padding:8px 15px;border:1px dashed #c9c3e2;border-radius:999px;background:#fff;color:#6c4cdc;font-size:12.5px;font-weight:800;cursor:pointer}.pu-check.pu-green{display:flex;align-items:center;gap:10px;border:1px solid #d5efe9;background:#f2fbf8}.pu-green-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0;cursor:pointer}.pu-green-main input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.pu-green .pu-check-box{border-color:#b7e2d5}.pu-green input:checked+.pu-check-box{border-color:#12a150;background:#12a150;color:#fff}.pu-green .pu-check-text b{color:#14603f}.pu-green .pu-check-text em{color:#6f8a80}.pu-green-pct{display:flex;align-items:center;gap:3px;flex:none;padding:5px 9px;border:1px solid #b7e2d5;border-radius:10px;background:#fff}.pu-green-pct input{position:static;opacity:1;pointer-events:auto;width:46px;padding:2px 0;border:0;background:none;color:#12a150;font-size:15px;font-weight:800;text-align:right;outline:none}.pu-green-pct i{color:#12a150;font-size:13px;font-style:normal;font-weight:800}.pu-green-note{margin:7px 0 0;padding:8px 11px;border-radius:10px;background:#f2fbf8;color:#14603f;font-size:12px;font-weight:700}.pf-field-label{line-height:1.7}.pf-disc-peers .pf-field-label{margin-bottom:6px}.sp-seen{margin-top:16px}.sp-seen-row{display:flex;gap:9px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.sp-seen-row::-webkit-scrollbar{display:none}.sp-seen-card{display:flex;flex-direction:column;gap:5px;flex:none;width:104px;padding:0;border:1px solid #ececf4;border-radius:12px;background:#fff;overflow:hidden;text-align:left;cursor:pointer}.sp-seen-img{display:block;width:100%;aspect-ratio:1;background:#f4f4f8}.sp-seen-img img{width:100%;height:100%;object-fit:cover}.sp-seen-name{overflow:hidden;padding:0 8px;font-size:11.5px;font-weight:700;line-height:1.5;color:#3d3a4d;text-overflow:ellipsis;white-space:nowrap}.sp-seen-price{padding:0 8px 9px;font-size:12px;font-style:normal;font-weight:800;color:#f0284a}.cv-row.pinned{background:#faf8ff}.cv-pin-mark{margin-right:4px;color:#6c4cdc;vertical-align:-1px}.cv-pin{display:grid;place-items:center;flex:none;width:30px;height:30px;margin-left:2px;border:0;border-radius:50%;background:none;color:#d3cfe0;cursor:pointer}.cv-pin:hover{background:#f2effc;color:#9a93b8}.cv-pin.on{color:#6c4cdc}.cv-pin.on svg{fill:currentColor}.cv-pin-err{margin:0 0 8px;padding:9px 12px;border-radius:11px;background:#fff1f3;color:#f0284a;font-size:12.5px;font-weight:700;text-align:center}.ss-sales{display:flex;flex-direction:column;gap:9px;margin-bottom:6px}.ss-sale{padding:11px 12px;border:1px solid #ececf4;border-radius:13px;background:#fff}.ss-sale-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.ss-sale-top b{overflow:hidden;font-size:12.5px;color:#3d3a4d;text-overflow:ellipsis;white-space:nowrap}.ss-ship-btn{padding:6px 15px;border:0;border-radius:999px;background:#12a150;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.ss-ship-btn:disabled{background:#cfe6de;color:#7d8a86}.mo-badge.shipped{background:#e8f1ff;color:#2f6fd0}.mo-badge.received{background:#e6f7ef;color:#12a150}.mo-order-note{display:flex;align-items:center;gap:5px;margin:8px 0 0;font-size:11.5px;color:#8b879c}.sp-card-orders .sp-card-go,.sp-card-showcase .sp-card-go{position:absolute;top:10px;right:10px}.sp-card-orders .sp-card-head,.sp-card-showcase .sp-card-head{padding-right:22px}.pu-offer-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.ct-head-acts{display:flex;align-items:center;gap:2px;margin-left:auto;flex:none}.ct-head-btn{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:none;color:#4a4560;cursor:pointer}.ct-head-btn:hover,.ct-head-btn.on{background:#efecfb;color:#6c4cdc}.ct-find{display:flex;align-items:center;gap:8px;margin:0 12px 6px;padding:8px 11px;border:1px solid #e6e3f2;border-radius:12px;background:#fff;color:#9a93b8}.ct-find input{flex:1;min-width:0;border:0;background:none;font-size:13px;color:#1c1a2b;outline:none}.ct-find-count{flex:none;font-size:11.5px;font-weight:700;color:#6c4cdc}.ct-find button{display:grid;place-items:center;flex:none;width:22px;height:22px;border:0;border-radius:50%;background:#f2effc;color:#6f6b81;cursor:pointer}.ct-note-wrap{position:fixed;top:0;right:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:300;display:flex;align-items:flex-end;background:#120e286b}.ct-note{width:100%;max-height:78vh;overflow-y:auto;padding:14px 15px 18px;border-radius:18px 18px 0 0;background:#fff}.ct-note-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:3px}.ct-note-head b{font-size:15px;color:#1c1a2b}.ct-note-head button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:#f2effc;color:#6f6b81;cursor:pointer}.ct-note-hint{margin:0 0 9px;font-size:11.5px;color:#8b879c}.ct-note textarea{width:100%;min-height:92px;padding:10px 12px;border:1px solid #e6e3f2;border-radius:12px;background:#faf9ff;font-family:inherit;font-size:13px;line-height:1.5;color:#1c1a2b;resize:vertical;outline:none}.ct-note-save{width:100%;margin-top:10px;padding:11px;border:0;border-radius:999px;background:#6c4cdc;color:#fff;font-size:13.5px;font-weight:800;cursor:pointer}.ct-note-save:disabled{background:#d5cfe9;color:#fff}.ct-note-msg{margin:8px 0 0;font-size:12px;font-weight:700;color:#12a150;text-align:center}.ct-note-list{margin-top:14px;display:flex;flex-direction:column;gap:8px}.ct-note-item{padding:9px 11px;border-radius:11px;background:#f7f6fc}.ct-note-item em{display:block;margin-bottom:2px;font-size:10.5px;font-style:normal;color:#9a93b8}.ct-note-item span{font-size:12.5px;line-height:1.5;color:#3d3a4d;white-space:pre-wrap}.ct-read{display:inline-flex;align-items:center;margin-right:4px;vertical-align:-2px;color:#b5b1c0}.pu-check.pu-offer{border-color:#ddd5f7;background:#f5f1ff}.pu-offer .pu-check-box{border-color:#c9bcf0}.pu-offer input:checked+.pu-check-box{border-color:#6c4cdc;background:#6c4cdc}.pu-offer .pu-check-text b{color:#ef4444}.pu-offer .pu-check-text em{color:#6f6b81}.pd-cpn-card.auto{border-color:#ddd5f7;background:#f5f1ff}.pd-cpn-card.auto .pd-cpn-ic{background:#e6dfff;color:#6c4cdc}.pd-cpn-card.auto .pd-cpn-tx b i{color:#ef4444}.pd-cpn-card.auto .pd-cpn-tx em{color:#7a7392}.pd-cpn-auto{flex:none;padding:7px 12px;border-radius:999px;background:#e6dfff;color:#6c4cdc;font-size:11.5px;font-weight:800}.addr-req{color:#ef4444;font-style:normal;font-weight:800}.addr-input.bad{border-color:#f6a6b4;background:#fff6f8}.addr-phone-err{display:block;margin-top:6px;font-size:11.5px;font-weight:700;color:#f0284a}.sp-topbar-btn.sp-pending{position:relative}.sp-topbar-btn.sp-pending.on{color:#4c31bd}.gh-list{display:flex;flex-direction:column;gap:8px}.gh-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #ececf4;border-radius:12px;background:#fff}.gh-item.used{background:#faf9fc}.gh-val{flex:none;min-width:56px;font-size:15px;font-weight:800;color:#6c4cdc}.gh-item.used .gh-val{color:#a49dbd}.gh-tx{flex:1;min-width:0}.gh-tx b{display:block;font-size:12.5px;color:#3d3a4d}.gh-tx em{display:block;font-size:11px;font-style:normal;line-height:1.6;color:#8b879c}.gh-tag{flex:none;padding:4px 9px;border-radius:999px;background:#e6f7ef;color:#12a150;font-size:11px;font-weight:800}.gh-tag.used{background:#f0eef7;color:#8b879c}.wl-coupon-used.ok{color:#12a150}.sp-follow{gap:7px;font-size:11.9px;padding:6px 6px 6px 13.6px;box-shadow:0 5px 15px #a97cf073}.sp-follow-go{width:22px;height:22px}.sp-share{width:32px;height:32px}.addr-item-name{display:block;font-size:13px;font-weight:800;color:#2c2938}.addr-item-tel{display:block;margin-top:2px;font-size:11.5px;font-style:normal;color:#6c4cdc;font-weight:700}.addr-item-nophone{display:block;margin-top:2px;font-size:11px;font-style:normal;color:#c08a2e}.pf-opt-sug{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:9px}.pf-opt-sugbtn{padding:6px 12px;border:1px dashed #c9c3e2;border-radius:999px;background:#fff;color:#6c4cdc;font-size:12px;font-weight:800;cursor:pointer}.pf-opts{display:flex;flex-direction:column;gap:9px}.pf-opt{padding:10px 11px;border:1px solid #e6e3f2;border-radius:12px;background:#fbfaff}.pf-opt-top{display:flex;align-items:center;gap:8px;margin-bottom:7px}.pf-opt-name,.pf-opt-vals{width:100%;padding:8px 10px;border:1px solid #e6e3f2;border-radius:9px;background:#fff;font-family:inherit;font-size:12.5px;color:#1c1a2b;outline:none}.pf-opt-name{font-weight:800}.pf-opt-del{display:grid;place-items:center;flex:none;width:30px;height:30px;border:1px solid #f8c9d2;border-radius:9px;background:#fff;color:#f0284a;cursor:pointer}.pf-opt-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.pf-opt-chip{padding:3px 9px;border-radius:999px;background:#efecfb;color:#6c4cdc;font-size:11px;font-weight:700}.pf-opt-add{margin-top:9px;padding:8px 15px;border:1px dashed #c9c3e2;border-radius:999px;background:#fff;color:#6c4cdc;font-size:12.5px;font-weight:800;cursor:pointer}.pd-opt{margin-top:14px}.pd-opt-label{display:block;margin-bottom:7px;font-size:12.5px;font-weight:700;color:#6f6b81}.pd-opt-label b{color:#2c2938}.pd-opt-need{margin-left:5px;font-size:11.5px;font-style:normal;color:#ef4444}.pd-opt-chips{display:flex;flex-wrap:wrap;gap:7px}.pd-opt-chip{padding:7px 14px;border:1px solid #e6e3f2;border-radius:10px;background:#fff;color:#3d3a4d;font-size:12.5px;font-weight:700;cursor:pointer}.pd-opt-chip.on{border-color:#6c4cdc;background:#efecfb;color:#6c4cdc}.cart-item-opt{display:block;margin:1px 0 2px;font-size:11px;font-weight:700;color:#6c4cdc}.mo-all{display:inline-flex;align-items:center;gap:3px;border:0;background:none;color:#e02b2b;font-weight:700;font-size:12px;cursor:pointer}.oa-search{display:flex;align-items:center;gap:7px;flex:1;min-width:0;padding:8px 12px;border:1px solid #e6e3f2;border-radius:999px;background:#f7f6fc;color:#9a93b8}.oa-search input{flex:1;min-width:0;border:0;background:none;font-size:13px;color:#1c1a2b;outline:none}.oa-tabs{display:flex;gap:4px;overflow-x:auto;padding:10px 12px 6px;scrollbar-width:none}.oa-tabs::-webkit-scrollbar{display:none}.oa-tab{position:relative;flex:none;padding:7px 12px;border:0;background:none;color:#8b879c;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}.oa-tab.on{color:#1c1a2b;font-weight:800;box-shadow:inset 0 -2.5px #1c1a2b}.oa-tab-dot{position:absolute;top:3px;right:3px;width:6px;height:6px;border-radius:50%;background:#f0284a}.oa-body{padding:6px 12px 26px;display:flex;flex-direction:column;gap:12px}.oa-card{padding:12px;border:1px solid #ececf4;border-radius:14px;background:#fff}.oa-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:9px}.oa-shop{display:inline-flex;align-items:center;gap:5px;flex:1 1 auto;min-width:0;overflow:hidden;font-size:13px;font-weight:800;color:#1c1a2b}.oa-shop svg{flex:0 0 auto}.oa-shop b{overflow:hidden;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.oa-state{flex:0 0 auto;font-size:11.5px;font-weight:700;color:#8b879c;white-space:nowrap}.oa-state.shipped{color:#2f6fd0}.oa-state.received{color:#12a150}.oa-state.returned{color:#f0284a}.oa-top-right{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.oa-bill{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;border:1px solid #d9d5ea;background:#fff;color:#5b5fe9;font-size:11px;font-weight:700;cursor:pointer}.oa-bill:active{transform:scale(.95)}.oa-track{display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:11px;background:#fff9;color:#6c4cdc;margin-bottom:10px}.oa-track b{display:block;font-size:12.5px;color:#2c2938}.oa-track em{display:block;margin-top:1px;font-size:11px;font-style:normal;color:#8b879c}.oa-item{display:flex;align-items:center;gap:10px;padding:7px 0}.oa-item-img{display:grid;place-items:center;flex:none;width:52px;height:52px;border-radius:9px;overflow:hidden;background:#f4f4f8;color:#b3aec5}.oa-item-img img{width:100%;height:100%;object-fit:cover}.oa-item-tx{flex:1;min-width:0}.oa-item-tx b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12.5px;font-weight:600;line-height:1.45;color:#3d3a4d}.oa-item-opt{display:block;margin-top:2px;font-size:11px;font-style:normal;color:#8b879c}.oa-item-price{flex:none;text-align:right}.oa-item-price b{display:block;font-size:13px;color:#1c1a2b}.oa-item-price em{display:block;font-size:11.5px;font-style:normal;color:#8b879c}.oa-total{padding-top:9px;border-top:1px solid #f2f1f7;font-size:12px;color:#8b879c;text-align:right}.oa-total b{font-size:14.5px;color:#1c1a2b}.oa-acts{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}.oa-act{display:inline-flex;align-items:center;gap:5px;padding:8px 15px;border:1px solid #e6e3f2;border-radius:999px;background:#fff;color:#3d3a4d;font-size:12.5px;font-weight:700;cursor:pointer}.oa-act.primary{border-color:transparent;background:#f0284a;color:#fff;font-weight:800}.oa-act:disabled{opacity:.55;cursor:default}.oa-act.primary:disabled{background:#ebe9f2;color:#a5a1b5;opacity:1}.oa-act.oa-return:disabled{background:#f2f1f6;border-color:#ececf3;color:#b0adbe;opacity:1}.mo-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:320;max-width:340px;margin:0;padding:10px 16px;border-radius:999px;background:#1c1a2bf0;color:#fff;font-size:12.5px;font-weight:700;text-align:center}.nav-fab-wrap:before{top:-40px;width:67px;height:67px;background:linear-gradient(150deg,#e6dcff,#d3e4ff 55%,#c2ecff);opacity:.85;filter:blur(.5px) drop-shadow(0 4px 10px rgba(88,110,230,.35))}.nav-fab{top:-34px;width:56px;height:56px;background:radial-gradient(115% 90% at 24% 12%,#ffffff9e,#fff0 48%),radial-gradient(95% 85% at 84% 94%,#0c286e80,#0c286e00 58%),linear-gradient(150deg,#a98bff,#7c5cff 34%,#4f7cf7 70%,#29b6f0);box-shadow:inset 0 1.5px 1px #ffffffa8,inset 1.5px 0 1px #ffffff52,inset 0 -2px 3px #10286e80,inset -2px 0 3px #10286e52;filter:drop-shadow(0 3px 5px rgba(70,90,210,.45)) drop-shadow(0 9px 16px rgba(60,110,220,.4))}.sh-open{display:flex;flex-direction:column;align-items:center;padding:30px 22px 34px;text-align:center}.sh-open-ic{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:linear-gradient(150deg,#efeaff,#e0ecff);color:#6c4cdc}.sh-open-title{margin-top:14px;font-size:17px;font-weight:800;color:#1c1a2b}.sh-open-sub{margin:7px 0 0;max-width:300px;font-size:12.5px;line-height:1.65;color:#8b879c}.sh-open-btn{display:inline-flex;align-items:center;gap:6px;margin-top:18px;padding:12px 26px;border:0;border-radius:999px;background:linear-gradient(135deg,#7c5cff,#6c4cdc);color:#fff;font-size:14px;font-weight:800;box-shadow:0 8px 18px #7c5cff59;cursor:pointer}.oa-state.confirmed{color:#0b6b39}.hm{padding-bottom:124px}.hm-search-row{display:flex;align-items:center;gap:10px;padding:12px 14px 4px}.hm-search{display:flex;align-items:center;gap:9px;flex:1;min-width:0;padding:11px 15px;border:1px solid #e9e6f5;border-radius:999px;background:#fff;color:#9a93b8;font-size:13px;text-align:left;box-shadow:0 2px 10px #5a46aa0f;cursor:pointer}.hm-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm-cart{position:relative;display:grid;place-items:center;flex:none;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#4c31bd;box-shadow:0 2px 10px #5a46aa1a;cursor:pointer}.hm-cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#f0284a;color:#fff;font-size:10.5px;font-style:normal;font-weight:800;line-height:18px;text-align:center}.hm-cats{display:flex;gap:4px;overflow-x:auto;padding:12px 10px 6px;scrollbar-width:none}.hm-cats::-webkit-scrollbar{display:none}.hm-cat{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 0 auto;min-width:62px;padding:4px 2px;border:0;background:none;cursor:pointer}.hm-cat-ic{display:grid;place-items:center;width:46px;height:46px;border-radius:15px}.hm-cat em{max-width:62px;overflow:hidden;font-size:10.5px;font-style:normal;font-weight:600;line-height:1.5;color:#4a4560;text-align:center;text-overflow:ellipsis;white-space:nowrap}.hm-band{display:flex;align-items:center;gap:10px;width:calc(100% - 28px);margin:10px 14px 0;padding:14px 15px;border:0;border-radius:18px;color:#fff;text-align:left;cursor:pointer}.hm-band.pin{background:linear-gradient(120deg,#7b5cf0,#9a6ff2);box-shadow:0 8px 18px #785aeb40}.hm-band.share{background:linear-gradient(120deg,#4f8ef0,#58c7ee);box-shadow:0 8px 18px #4696e640}.hm-band-art{flex:none;font-size:32px;line-height:1;filter:drop-shadow(0 4px 6px rgba(20,20,80,.25))}.hm-band-tx b{display:block;font-size:clamp(12.5px,3.9vw,14.5px);font-weight:800;line-height:1.4}.hm-band-tx em{display:block;overflow:hidden;font-size:10.5px;font-style:normal;line-height:1.55;opacity:.92;text-overflow:ellipsis;white-space:nowrap}.hm-band-btn{display:inline-flex;align-items:center;gap:3px;flex:none;padding:8px 13px;border-radius:999px;background:#fff;font-size:11.5px;font-weight:800}.hm-band.pin .hm-band-btn{color:#6c4cdc}.hm-band.share .hm-band-btn{color:#2f7fd0}.hm-sec{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:20px 14px 10px}.hm-sec b{font-size:16px;font-weight:800;color:#1c1a2b}.hm-more{display:inline-flex;align-items:center;gap:3px;border:0;background:none;color:#8b879c;font-size:12px;cursor:pointer}.hm-promos{display:flex;gap:9px;overflow-x:auto;padding:2px 14px 4px;scrollbar-width:none}.hm-promos::-webkit-scrollbar{display:none}.hm-promo{display:flex;flex-direction:column;align-items:center;gap:5px;flex:none;width:106px;padding:13px 9px 12px;border-radius:15px;text-decoration:none}.hm-promo-logo{overflow:hidden;max-width:100%;font-size:12.5px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hm-promo em{font-size:9.5px;font-style:normal;color:#7d7a8d}.hm-promo b{font-size:22px;font-weight:800;line-height:1.1}.hm-promo-btn{display:inline-flex;align-items:center;gap:2px;margin-top:3px;padding:5px 12px;border-radius:999px;font-size:10.5px;font-weight:800}.hm-prods{display:flex;gap:10px;overflow-x:auto;padding:2px 14px 6px;scrollbar-width:none}.hm-prods::-webkit-scrollbar{display:none}.hm-prod{display:flex;flex-direction:column;flex:none;width:124px;padding:9px;border:1px solid #eeecf7;border-radius:15px;background:#fff;box-shadow:0 2px 10px #5a46aa0d;cursor:pointer}.hm-prod-img{display:block;width:100%;aspect-ratio:1;margin-bottom:8px;border-radius:11px;overflow:hidden;background:#f6f5fb}.hm-prod-img img{width:100%;height:100%;object-fit:cover}.hm-prod-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px;font-size:11.5px;font-weight:600;line-height:1.4;color:#3d3a4d}.hm-prod-price{margin-top:4px;font-size:14px;font-style:normal;font-weight:800;color:#1c1a2b}.hm-prod-foot{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:8px}.hm-prod-com{overflow:hidden;padding:3px 7px;border-radius:7px;background:#eefaf3;color:#12a150;font-size:9.5px;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hm-prod-cart{display:grid;place-items:center;flex:none;width:26px;height:26px;border:0;border-radius:8px;background:#f2effc;color:#6c4cdc;cursor:pointer}@media (min-width: 480px){.hm-prod{width:138px}.hm-promo{width:116px}}.nav-fab-wrap:before{top:-40px;width:66px;height:66px;background:linear-gradient(168deg,#fff,#f2f3fa 46%,#d9dcec);opacity:1;box-shadow:inset 0 2px 1.5px #fffffff2,inset 0 -3px 3px #787da56b,inset 2px 0 2px #fff9,inset -2px 0 2px #787da540;filter:drop-shadow(0 4px 5px rgba(70,75,130,.24)) drop-shadow(0 11px 16px rgba(70,75,130,.26))}.nav-fab{top:-32px;width:50px;height:50px;background:radial-gradient(90% 70% at 30% 16%,#ffffff80,#fff0 42%),linear-gradient(163deg,#a855f7,#8b3ff5 30%,#6d4bf2 62%,#2f5cf0);box-shadow:inset 0 2px 2px #1410466b,inset 2px 0 2px #14104647,inset 0 -1.5px 1px #ffffff59,inset -1.5px 0 1px #ffffff38;filter:none}.nav-fab:before{left:16%;right:34%;top:10%;height:26%;border-radius:50%;background:radial-gradient(circle at 40% 40%,#ffffffeb,#fff0 68%)}.nav-fab svg{filter:drop-shadow(0 1.5px .5px rgba(30,20,90,.45)) drop-shadow(0 3px 4px rgba(30,20,90,.3))}.trend-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:3px;font-size:10.5px;font-weight:400;line-height:1.55;color:#8b879c}.hm-hero{margin:12px 14px 0;cursor:pointer}.pp-screen{position:fixed;top:0;right:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:258;overflow-y:auto;background:#f6f5fb;text-align:left}.pp-body{padding:0 12px 26px}.pp-cats{margin-bottom:4px;background:#fff}.sh-cats{margin-bottom:12px;padding-left:0;padding-right:0}.pp-cats .hm-cat.active em,.sh-cats .hm-cat.active em{color:var(--primary);font-weight:700}.pp-cats .hm-cat.active .hm-cat-ic,.sh-cats .hm-cat.active .hm-cat-ic{box-shadow:0 0 0 2px currentColor inset}.promoted-block{background:linear-gradient(160deg,#f3efff,#e9e3ff 55%,#e3dcff);border:1px solid #ded5fa;box-shadow:0 4px 14px #6c4cdc1f}.promoted-block .section-head h2{color:#3a2a86}.promoted-block .promo-recommend{color:#8a4f05}.promoted-block .promo-mini{box-shadow:0 2px 6px #5a46aa24}.hm-band{gap:9px;padding:13px}.hm-band-art{font-size:clamp(24px,7.4vw,30px)}.hm-band-tx{flex:1;min-width:0}.hm-band-tx b{overflow:hidden;font-size:clamp(11.5px,3.35vw,14px);line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.hm-band-tx em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:1px;font-size:clamp(9.5px,2.8vw,11px);line-height:1.5;white-space:normal;text-overflow:clip}.hm-band-btn{padding:7px 12px;font-size:clamp(10px,2.9vw,11.5px);white-space:nowrap}@media (max-width: 360px){.hm-band{flex-wrap:wrap}.hm-band-btn{width:100%;margin-top:8px;justify-content:center}}.search-bar,.search-bar input{min-width:0}.nav-fab-wrap{align-items:center}.bottom-nav-bar{grid-template-columns:1fr 1fr 88px 1fr 1fr}.nav-item{justify-content:flex-end}.nav-fab-wrap{align-items:flex-end}.nav-fab-wrap:before{top:auto;bottom:-4px;left:50%;transform:translate(-50%);width:62px;height:62px}.nav-fab{position:relative;top:0;width:54px;height:54px;filter:drop-shadow(0 3px 6px rgba(70,75,130,.26))}.nav-fab svg{width:26px;height:26px}.mo-track{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin:6px 0 0;padding:7px 9px;border-radius:9px;background:#eef3ff;font-size:11.5px;color:#3c5a9a}.mo-track svg{flex:0 0 auto}.mo-track b{font-weight:800;letter-spacing:.2px;color:#1c3b7a}.mo-track em{font-style:normal;color:#6a82b5}.ss-track{margin:6px 0 0;font-size:11.5px;color:#3c5a9a}.ss-track b{font-weight:800;color:#1c3b7a}.ss-track em{font-style:normal;color:#6a82b5}.ss-track-form{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ss-track-form input,.ss-track-form select{flex:1 1 auto;min-width:0;padding:8px 10px;border:1.5px solid #e3e6f5;border-radius:9px;background:#fff;font-family:inherit;font-size:12px;color:var(--ink)}.ss-track-form input:focus,.ss-track-form select:focus{outline:none;border-color:#6c4cdc}.ss-track-carrier{flex:0 0 132px!important;cursor:pointer}.ss-track-other{flex:1 0 100%!important}.mo-order-open{width:100%;border:0;background:none;padding:0;cursor:pointer;text-align:left}.mo-order-open b{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mo-order-chev{flex:0 0 auto;margin-left:2px;color:#b6b3c6}.od-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);z-index:262;width:100%;max-width:430px;overflow-y:auto;background:#f6f5fb;text-align:left}.od-body{padding:0 16px 40px}.od-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:4px}.od-head em{font-size:11.5px;font-style:normal;color:#8b879c}.od-track{margin-top:12px}.od-sec{margin:18px 0 8px;font-size:13px;font-weight:800;color:#1c1a2b}.od-steps{margin:0;padding:12px 14px;list-style:none;border-radius:12px;background:#fff;box-shadow:0 2px 8px #221d5c0f}.od-steps li{position:relative;padding:0 0 14px 20px}.od-steps li:last-child{padding-bottom:0}.od-steps li:before{content:"";position:absolute;left:0;top:4px;width:9px;height:9px;border-radius:50%;background:#d3d0e0}.od-steps li.now:before{background:#6c4cdc;box-shadow:0 0 0 3px #6c4cdc2e}.od-steps li:not(:last-child):after{content:"";position:absolute;left:4px;top:14px;bottom:2px;width:1.5px;background:#e6e3f0}.od-steps b{display:block;font-size:12.5px;font-weight:700;line-height:1.4;color:#2b2b3a}.od-steps em{font-size:11px;font-style:normal;color:#8b879c}.od-addr{padding:12px 13px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #221d5c0f}.od-items{padding:4px 13px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #221d5c0f}.od-item{display:flex;align-items:baseline;gap:8px;padding:10px 0;border-bottom:1px solid #f0eef7}.od-item:last-child{border-bottom:0}.od-item-tx{flex:1 1 auto;min-width:0}.od-item-tx b{display:block;font-size:12.5px;font-weight:600;line-height:1.45;color:#2b2b3a}.od-item-tx em{font-size:10.5px;font-style:normal;color:#8b879c}.od-item-qty{flex:0 0 auto;font-size:11.5px;color:#8b879c}.od-item-price{flex:0 0 auto;font-size:12.5px;font-weight:700;color:#1c1a2b}.od-sum{padding:12px 13px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #221d5c0f}.od-sum-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:5px 0;font-size:12.5px;color:#4b4f66}.od-sum-row.cut span:last-child{font-weight:700;color:#1d9e75}.od-sum-row.grand{margin-top:6px;padding-top:10px;border-top:1px solid #efedf7;font-size:14px;font-weight:800;color:#1c1a2b}.od-sum-row.grand span:last-child{font-size:16px;color:#e2313f}.nav-fab-wrap:before{content:"";position:absolute;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);border-radius:0;background:linear-gradient(150deg,#d9c9ff,#c3aaf8 45%,#a487ee);opacity:1;box-shadow:none;filter:drop-shadow(0 3px 6px rgba(92,60,190,.3))}.nav-fab{border-radius:0;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);background:radial-gradient(115% 90% at 26% 14%,#ffffff8c,#fff0 48%),radial-gradient(95% 85% at 84% 94%,#28127880,#28127800 58%),linear-gradient(152deg,#a97cf8,#8b5cf6 34%,#7040e8 66%,#5b2fd0);box-shadow:inset 0 1.5px 1px #ffffff8c,inset 1.5px 0 1px #ffffff42,inset 0 -2px 3px #220e6073,inset -2px 0 3px #220e6047;filter:none}.nav-fab:before{content:"";position:absolute;left:13%;right:13%;top:7%;bottom:auto;height:40%;border-radius:50%/60%;background:linear-gradient(180deg,#ffffff80,#fff0);pointer-events:none}.nav-fab svg{position:relative;z-index:1;filter:drop-shadow(0 1.5px 1.5px rgba(38,16,108,.45))}.ms-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);z-index:261;width:100%;max-width:430px;overflow-y:auto;background:#f6f5fb;text-align:left}.ms-tabs{display:flex;gap:6px;padding:0 16px 4px;overflow-x:auto;scrollbar-width:none}.ms-tabs::-webkit-scrollbar{display:none}.ms-tab{display:flex;align-items:center;gap:5px;flex:0 0 auto;padding:8px 13px;border:1.5px solid #e6e3f0;border-radius:999px;background:#fff;font-size:12.5px;font-weight:600;color:#6b6880;cursor:pointer}.ms-tab.on{border-color:#6c4cdc;background:#6c4cdc;color:#fff}.ms-tab i{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#eceaf3;font-size:10px;font-style:normal;font-weight:800;color:#6b6880}.ms-tab.on i{background:#ffffff47;color:#fff}.ms-body{padding:12px 16px 40px}.ms-addr{margin:6px 0 0;font-size:11px;line-height:1.5;color:#8b879c}.mi-badge{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#e2313f;font-size:10.5px;font-style:normal;font-weight:800;color:#fff}.ct-bubble.emo-only,.ct-msg.mine .ct-bubble.emo-only{padding:0;background:transparent;border-color:transparent;box-shadow:none}.ct-bubble.emo-only .ct-bubble-text{font-size:30px;line-height:1.15}.nav-fab-wrap:before{display:none}.nav-fab{width:62px;height:62px;padding:0;background:none;box-shadow:none;clip-path:none;border-radius:0;filter:drop-shadow(0 3px 6px rgba(76,40,170,.34))}.nav-fab:before{display:none}.nav-fab svg{width:62px;height:62px;filter:none}.mo-track-find{display:grid;place-items:center;flex:0 0 auto;margin-left:auto;width:26px;height:26px;border:0;border-radius:8px;background:#dbe6ff;color:#2f5aa8;cursor:pointer}.mo-track-find:active{transform:scale(.92)}.tk-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);z-index:264;width:100%;max-width:430px;overflow-y:auto;background:#f6f5fb;text-align:left}.tk-body{padding:8px 16px 40px}.tk-card{padding:22px 18px;border-radius:16px;background:#fff;box-shadow:0 4px 18px #221d5c14;text-align:center}.tk-ic{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 12px;border-radius:50%;background:#eaf1ff;color:#2f5aa8}.tk-label{font-size:12px;font-weight:700;letter-spacing:.4px;color:#9b9db4}.tk-no{margin-top:4px;font-size:22px;font-weight:800;letter-spacing:1px;line-height:1.3;color:#1c1a2b;overflow-wrap:anywhere}.tk-carrier{margin-top:4px;font-size:13.5px;font-weight:600;color:#6b6880}.tk-copy{margin-top:14px;padding:9px 18px;border:1.5px solid #dfe3f3;border-radius:999px;background:#fff;font-size:12.5px;font-weight:700;color:#3a3550;cursor:pointer}.tk-go{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:14px;padding:14px;border-radius:12px;background:#6c4cdc;font-size:14.5px;font-weight:700;color:#fff;text-decoration:none}.tk-note{margin:12px 0 0;font-size:12px;line-height:1.65;color:#8b879c}.nav-item{justify-content:flex-start}.nav-fab-wrap{position:relative;align-items:center}.nav-fab{position:absolute;top:auto;left:50%;bottom:19px;transform:translate(-50%);z-index:2}.nav-fab:active{transform:translate(-50%) scale(.94)}.hm>.hm-hero{margin-left:0;margin-right:0}.hm>.hm-band{width:100%;margin-left:0;margin-right:0}.hm>.hm-sec{padding-left:0;padding-right:0}.hm>.hm-promos,.hm>.hm-prods{padding-left:0;padding-right:0}.hm>.hm-search-row{padding-left:0;padding-right:0}.hm>.hm-search-row .hm-search{height:45px;padding:0 18px;font-size:14px}.hm>.hm-search-row .hm-search svg{flex:0 0 auto}.hm>.hm-search-row .hm-cart{width:48px;height:48px}.hm>.hm-cats{padding-left:0;padding-right:0}.search-row{margin:0;padding:12px 0 4px}.sh-cats{margin-bottom:12px}.oa-acts{flex-wrap:wrap;row-gap:8px}.oa-act{flex:0 0 auto;max-width:100%;padding:8px 13px;white-space:nowrap}.oa-act svg{flex:0 0 auto}@media (max-width: 360px){.oa-acts{justify-content:stretch}.oa-act{flex:1 1 calc(50% - 4px);justify-content:center}}.mo-screen>.wl-topbar,.oa-tabs{flex:0 0 auto}.oa-body{flex:1 1 auto;min-height:0;overflow-y:auto}.pd-rev-media{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.pd-rev-media.shown{margin-top:8px}.pd-rev-thumb{position:relative;display:block;width:66px;height:66px;border-radius:10px;overflow:hidden;background:#f2f2f6}.pd-rev-thumb img,.pd-rev-thumb video{width:100%;height:100%;object-fit:cover;cursor:pointer}.pd-rev-thumb-x{position:absolute;top:2px;right:2px;display:grid;place-items:center;width:18px;height:18px;border:0;border-radius:50%;background:#1410289e;color:#fff;font-size:14px;line-height:1;cursor:pointer}.pd-rev-add{display:grid;place-items:center;gap:2px;width:66px;height:66px;border:1.5px dashed #d9d5ea;border-radius:10px;background:#fbfaff;color:#6c4cdc;cursor:pointer}.pd-rev-add input{display:none}.pd-rev-add em{font-size:9.5px;font-style:normal;font-weight:600;color:#8b879c}.pd-rev-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:20px;background:#0c0a18eb}.pd-rev-zoom img{max-width:100%;max-height:100%;border-radius:12px;object-fit:contain}.ct-reacts{padding:2px 0;background:transparent;box-shadow:none}.mo-tab-ic em,.ms-tab i{background:#12a150;color:#fff}.ms-tab.on i{background:#ffffff4d;color:#fff}.sp-seen{padding:0 12px}.sp-seen-img{flex:0 0 auto;min-height:0;overflow:hidden}.nav-fab-img{display:block;width:62px;height:62px;object-fit:contain}.rvp-mask{position:fixed;top:0;right:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:#0f0c189e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:290;display:flex;align-items:center;justify-content:center;padding:18px}.rvp{position:relative;width:100%;max-height:88vh;overflow-y:auto;background:#fff;border-radius:18px;padding:18px 16px 16px;box-shadow:0 18px 44px #00000047;animation:rvp-in .18s ease-out}@keyframes rvp-in{0%{opacity:0;transform:translateY(14px) scale(.97)}}.rvp-x{position:absolute;top:10px;right:10px;width:30px;height:30px;border:0;border-radius:50%;background:#f2f2f5;color:#555;display:grid;place-items:center;cursor:pointer}.rvp-head{display:flex;align-items:baseline;gap:8px;padding-right:34px}.rvp-head b{font-size:16px;color:#1c1630}.rvp-head em{font-style:normal;font-size:12px;color:#8a86a0}.rvp-prod{display:flex;align-items:center;gap:10px;margin-top:12px;padding:8px;border-radius:12px;background:#f7f6fb}.rvp-prod img{flex:0 0 auto;width:46px;height:46px;border-radius:9px;object-fit:cover}.rvp-prod span{font-size:13px;line-height:1.35;color:#2a2440;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rvp-stars{display:flex;justify-content:center;gap:4px;margin:14px 0 10px}.rvp-star{border:0;background:none;padding:2px;line-height:0;cursor:pointer;transition:transform .12s ease}.rvp-star.on{transform:scale(1.08)}.rvp-text{width:100%;min-height:84px;resize:vertical;border:1px solid #e3e0ee;border-radius:12px;padding:10px 12px;font:inherit;font-size:13px;color:#2a2440;background:#fff}.rvp-text:focus{outline:none;border-color:#7c4dff}.rvp-media{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.rvp-thumb{position:relative;width:62px;height:62px;border-radius:10px;overflow:hidden;background:#f2f2f5}.rvp-thumb img,.rvp-thumb video{width:100%;height:100%;object-fit:cover;display:block}.rvp-thumb-x{position:absolute;top:2px;right:2px;width:18px;height:18px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:13px;line-height:1;display:grid;place-items:center;cursor:pointer}.rvp-add{width:62px;height:62px;border:1px dashed #cdc7e0;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7c4dff;cursor:pointer}.rvp-add input{display:none}.rvp-add em{font-style:normal;font-size:10px;color:#8a86a0}.rvp-err{margin:10px 0 0;font-size:12px;color:#e02b2b}.rvp-acts{display:flex;gap:10px;margin-top:14px}.rvp-skip,.rvp-send{flex:1 1 0;min-width:0;height:44px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}.rvp-skip{border:1px solid #e3e0ee;background:#fff;color:#6b6684}.rvp-send{border:0;background:linear-gradient(135deg,#7c4dff,#b14dff);color:#fff}.rvp-send:disabled,.rvp-skip:disabled{opacity:.55;cursor:default}.oa-state.pending_payment{color:#e08600}.oa-state.cancelled{color:#8b879c}.ms-filters{padding:0 16px 8px}.ms-search{display:flex;align-items:center;gap:8px;height:38px;padding:0 10px;border:1.5px solid #e6e3f0;border-radius:11px;background:#fff;color:#8b879c}.ms-search input{flex:1 1 auto;min-width:0;border:0;outline:none;background:none;font:inherit;font-size:13px;color:#2a2440}.ms-search svg{flex:0 0 auto}.ms-search-x{flex:0 0 auto;width:20px;height:20px;border:0;border-radius:50%;background:#eceaf3;color:#6b6880;display:grid;place-items:center;cursor:pointer}.ms-dates{display:flex;gap:6px;margin-top:8px}.ms-dates select{flex:1 1 0;min-width:0;height:34px;padding:0 6px;border:1.5px solid #e6e3f0;border-radius:10px;background:#fff;font:inherit;font-size:12px;font-weight:600;color:#4b4660;cursor:pointer}.ms-clear{flex:0 0 auto;height:34px;padding:0 11px;border:1.5px solid #e6e3f0;border-radius:10px;background:#fff;font-size:12px;font-weight:700;color:#6c4cdc;cursor:pointer}.ms-sum{display:flex;gap:8px;margin:0 0 12px;padding:10px 12px;border-radius:12px;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff}.ms-sum span{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:1px;font-size:10.5px;color:#ffffffd1}.ms-sum em{font-style:normal;font-size:15px;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-sum-money{flex:1.3 1 0;text-align:right}.ms-when{margin:6px 0 0;font-size:11px;color:#8b879c}.ms-items{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding:8px 10px;border-radius:10px;background:#f7f6fb}.ms-item{display:flex;align-items:baseline;gap:8px;font-size:12px;color:#2a2440}.ms-item-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms-item-name em{font-style:normal;color:#8b879c}.ms-item-qty{flex:0 0 auto;font-size:11px;color:#8b879c}.ms-item-price{flex:0 0 auto;font-weight:700}.ms-times{display:flex;flex-wrap:wrap;gap:4px 12px;margin:6px 0 0;font-size:11px;color:#8b879c}.rvp-count,.pd-rev-count{margin:6px 2px 0;font-size:11.5px;font-weight:600;text-align:right}.rvp-count.need,.pd-rev-count.need{color:#e02b2b}.rvp-count.ok,.pd-rev-count.ok{color:#12a150}.ss-sale{border:1.5px solid #c3adf3;background:linear-gradient(135deg,#f3edff,#e7dcff);box-shadow:0 3px 10px #6c4cdc24}.ss-sale-top b{color:#2c2058}.ss-sale .ms-items{background:#fff}.ss-sale .ms-when,.ss-sale .ms-addr,.ss-sale .ms-times{color:#6b5f92}.nav-fab,.nav-fab svg,.nav-fab-img{width:68px;height:68px}.nav-fab{bottom:7px}.pr-wait{gap:10px}.pr-spin{width:62px;height:62px;border:5px solid #e6e0f7;border-top-color:#6c4cdc;border-radius:50%;animation:spin .9s linear infinite}.pr-hint{margin:2px 0 0;font-size:12px;color:#8b879c}.pr-result{display:flex;flex-direction:column;align-items:center;padding:26px 16px 40px;text-align:left}.pr-ic{display:grid;place-items:center;width:78px;height:78px;border-radius:50%}.pr-ic.pass{background:#dcf5e8;color:#12a150}.pr-ic.fail{background:#fde4e4;color:#e02b2b}.pr-title{margin-top:14px;font-size:19px;color:#211a3d;text-align:center}.pr-lead{margin:4px 0 0;font-size:13.5px;color:#6b6684;text-align:center}.pr-box{width:100%;margin-top:14px;padding:12px 14px;border:1px solid #e6e3f0;border-radius:13px;background:#fff}.pr-box.reason{border-color:#f6c7c7;background:#fff6f6}.pr-box.pass{border-color:#bfe9d3;background:#f4fcf7}.pr-box-head{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:#4b4660}.pr-box p{margin:0;font-size:13px;line-height:1.6;color:#3d3a4d}.pr-box ul,.pr-box ol{margin:0;padding-left:18px}.pr-box li{font-size:12.5px;line-height:1.65;color:#3d3a4d}.pr-checks{list-style:none;padding-left:0}.pr-checks li{color:#12a150;font-weight:600}.pr-note{margin-top:8px!important;font-size:11.5px!important;color:#8b879c!important}.pr-acts{display:flex;gap:10px;width:100%;margin-top:18px}.pr-again,.pr-close{flex:1 1 0;min-width:0;height:46px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.pr-again{border:0;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff}.pr-close{border:1.5px solid #e3e0ee;background:#fff;color:#6b6684}.ct-more{flex:0 0 auto;align-self:flex-end;width:24px;height:24px;margin-bottom:2px;border:0;border-radius:50%;background:#eeecf6;color:#6b6880;display:grid;place-items:center;cursor:pointer}.ct-more:active{background:#ddd8ee}.ct-bubble{-webkit-touch-callout:none}.ms-translated p{margin:0}.ms-tr-copy{margin-top:8px;padding:5px 11px;border:1px solid #cddffb;border-radius:999px;background:#fff;font-size:11.5px;font-weight:600;color:#2f6fd0;cursor:pointer}.ms-tr-err{margin:12px 0 0;padding:10px 12px;border:1px solid #f6d8b0;border-radius:12px;background:#fff8ec;font-size:12px;line-height:1.6;color:#8a5a12}.cv-compose.cv-newgroup{width:auto;gap:6px;display:flex;align-items:center;padding:0 13px;font-size:12.5px;font-weight:700;color:#6c4cdc;white-space:nowrap}.cv-tab-newgroup{border-color:#d6ccfb;background:#f2eefc;color:#6c4cdc}.cv-tab-newgroup:active{transform:scale(.96)}.cv-group-av{position:relative;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff;overflow:hidden}.cv-group-av img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;object-fit:cover}.cv-group-badge{position:absolute;right:-1px;bottom:-1px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#6c4cdc;color:#fff;border:2px solid #fff;box-shadow:0 1px 3px #0003}.cv-row-group.invited{background:#f6f2ff;cursor:default}.cv-invite{flex:0 0 auto;display:flex;align-items:center;gap:6px}.cv-invite-ok,.cv-invite-no{padding:5px 11px;border-radius:999px;font-size:11.5px;font-weight:700;cursor:pointer}.cv-invite-ok{border:0;background:#6c4cdc;color:#fff}.cv-invite-no{border:1px solid #e0dcee;background:#fff;color:#6b6880}.cg-mask{position:fixed;top:0;right:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:292;display:flex;align-items:flex-end;background:#0f0c188c}.cg{width:100%;max-height:88vh;display:flex;flex-direction:column;padding:16px 16px 20px;border-radius:20px 20px 0 0;background:#fff}.cg-head{display:flex;align-items:center;justify-content:space-between}.cg-head b{font-size:16px;color:#1c1630}.cg-x{width:30px;height:30px;border:0;border-radius:50%;background:#f2f2f5;color:#555;display:grid;place-items:center;cursor:pointer}.cg-name{margin-top:12px;height:42px;padding:0 13px;border:1.5px solid #e6e3f0;border-radius:12px;font:inherit;font-size:14px;color:#2a2440}.cg-name:focus{outline:none;border-color:#6c4cdc}.cg-sub{margin:14px 0 6px;font-size:12.5px;font-weight:700;color:#4b4660}.cg-sub em{margin-left:6px;font-style:normal;font-weight:600;color:#6c4cdc}.cg-list{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.cg-empty{margin:18px 0;font-size:12.5px;line-height:1.6;color:#8b879c;text-align:center}.cg-friend{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1.5px solid #eceaf3;border-radius:13px;background:#fff;text-align:left;cursor:pointer}.cg-friend.on{border-color:#6c4cdc;background:#f6f2ff}.cg-av{position:relative;flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ece8f8;color:#6c4cdc;font-size:15px;font-weight:800}.cg-av img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;object-fit:cover}.cg-on,.gt-dot{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#b9b6c6}.cg-on,.gt-dot.on{background:#12a150}.gt-dot{background:#e02b2b}.gt-dot.on{background:#12a150}.cg-friend-mid,.gt-mem-mid{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.cg-friend-mid b,.gt-mem-mid b{font-size:13px;color:#2a2440;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cg-friend-mid em,.gt-mem-mid em{font-style:normal;font-size:11px;color:#8b879c}.gt-mem-mid em.on{color:#12a150;font-weight:600}.cg-tick{flex:0 0 auto;display:grid;place-items:center;width:21px;height:21px;border:1.5px solid #d8d4e6;border-radius:50%;color:#fff}.cg-tick.on{border-color:#6c4cdc;background:#6c4cdc}.cg-err{margin:10px 0 0;font-size:12px;color:#e02b2b}.cg-create{margin-top:12px;height:46px;border:0;border-radius:13px;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.cg-create:disabled{opacity:.5;cursor:default}.cg-note{margin:8px 0 0;font-size:11px;line-height:1.5;color:#8b879c;text-align:center}.gt-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:271;display:flex;flex-direction:column;background:#f6f5fb;text-align:left}.gt-title{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.gt-title b{font-size:15px;color:#1c1a2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gt-title em{font-style:normal;font-size:11px;color:#8b879c}.gt-members-btn{flex:0 0 auto;width:36px;height:36px;border:0;border-radius:50%;background:#eeecf6;color:#4a4d66;display:grid;place-items:center;cursor:pointer}.gt-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:12px 14px}.gt-msg{display:flex;align-items:flex-end;gap:7px;max-width:78%}.gt-msg.mine{align-self:flex-end;flex-direction:row-reverse}.gt-av{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ece8f8;color:#6c4cdc;font-size:12px;font-weight:800;overflow:visible}.gt-av{position:relative}.gt-av img{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;width:100%;height:100%;object-fit:cover}.gt-bubble{display:flex;flex-direction:column;gap:3px;min-width:0;padding:8px 12px;border:1px solid #eceaf6;border-radius:16px 16px 16px 4px;background:#fff;font-size:var(--chat-font, 15.5px);line-height:1.45;color:#1c1a2b;overflow-wrap:anywhere}.gt-msg.mine .gt-bubble{border-radius:16px 16px 4px;border-color:#d9cffb;background:#efe9ff}.gt-from{font-size:11px;font-weight:700;color:#6c4cdc}.gt-img{display:block;max-width:200px;width:100%;border-radius:12px;cursor:pointer}.gt-deleted{font-style:normal;font-size:12.5px;color:#a5a1b5}.gt-bubble time{align-self:flex-end;font-size:10px;color:#a5a1b5}.gt-err{margin:0;padding:8px 14px;font-size:12px;color:#e02b2b}.gt-composer{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid #ebe8f4;background:#fff}.gt-img-btn{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f2f0fa;color:#6c4cdc;cursor:pointer}.gt-img-btn input{display:none}.gt-input{flex:1 1 auto;min-width:0;height:40px;padding:0 14px;border:1.5px solid #e6e3f0;border-radius:999px;font:inherit;font-size:13.5px;color:#2a2440}.gt-input:focus{outline:none;border-color:#6c4cdc}.gt-send{flex:0 0 auto;width:40px;height:40px;border:0;border-radius:50%;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff;display:grid;place-items:center;cursor:pointer}.gt-send:disabled{opacity:.45;cursor:default}.gt-side-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#0f0c1873;display:flex;justify-content:flex-end}.gt-side{width:78%;max-width:300px;height:100%;display:flex;flex-direction:column;padding:14px;background:#fff;box-shadow:-6px 0 20px #00000029;animation:gt-fade .16s ease-out}@keyframes gt-fade{0%{opacity:0}}.gt-side-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.gt-side-head b{font-size:14.5px;color:#1c1630}.gt-side-head button{width:28px;height:28px;border:0;border-radius:50%;background:#f2f2f5;color:#555;display:grid;place-items:center;cursor:pointer}.gt-side-list{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.gt-mem{display:flex;align-items:center;gap:10px}.gt-mem.pending{opacity:.6}.gt-me,.gt-owner{margin-left:5px;padding:1px 6px;border-radius:999px;font-style:normal;font-size:9.5px;font-weight:700}.gt-me{background:#e8e4f8;color:#6c4cdc}.gt-owner{background:#fdf0d8;color:#a2700f}.gt-side-sub{margin:10px 0 0;font-size:11.5px;font-weight:700;color:#8b879c}.gt-leave{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;height:42px;border:1.5px solid #f6c7c7;border-radius:12px;background:#fff6f6;color:#e02b2b;font-size:13px;font-weight:700;cursor:pointer}.ms-unsend-note{margin:12px 0 0;font-size:11.5px;line-height:1.5;color:#8b879c;text-align:center}.gt-act-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:flex-end;background:#0f0c1880}.gt-act{width:100%;padding:16px 16px 22px;border-radius:20px 20px 0 0;background:#fff}.gt-act-quote{margin:0 0 12px;padding:9px 12px;border-radius:10px;background:#f4f2fa;font-size:12.5px;line-height:1.5;color:#4b4660;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gt-act-unsend,.gt-act-cancel{width:100%;height:46px;border-radius:13px;font-size:14px;font-weight:700;cursor:pointer}.gt-act-unsend{border:1.5px solid #f6c7c7;background:#fff3f3;color:#e02b2b}.gt-act-cancel{margin-top:8px;border:1.5px solid #e3e0ee;background:#fff;color:#6b6684}.gt-head{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;padding:8px 12px 16px;background:linear-gradient(160deg,#2f6fd0,#3f5fe0 55%,#5a4bdc);color:#fff}.gt-head-bar{display:flex;align-items:center;justify-content:space-between;width:100%}.gt-head-btn{width:36px;height:36px;border:0;border-radius:50%;background:#ffffff2e;color:#fff;display:grid;place-items:center;cursor:pointer}.gt-head-btn:active{background:#ffffff4d}.gt-avatar{position:relative;display:grid;place-items:center;width:72px;height:72px;margin-top:2px;border:3px solid rgba(255,255,255,.85);border-radius:50%;background:#fff3;color:#fff;overflow:visible}.gt-avatar.editable{cursor:pointer}.gt-avatar input{display:none}.gt-avatar img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;object-fit:cover}.gt-avatar-cam{position:absolute;right:-2px;bottom:-2px;display:grid;place-items:center;width:24px;height:24px;border:2px solid #3f5fe0;border-radius:50%;background:#fff;color:#3f5fe0;font-size:11px;font-style:normal}.gt-head-name{margin-top:9px;font-size:17px;font-weight:800;line-height:1.25;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gt-head-sub{display:inline-flex;align-items:center;gap:2px;margin-top:2px;padding:3px 10px;border:0;border-radius:999px;background:#ffffff29;font-style:normal;font-size:11.5px;color:#ffffffeb;cursor:pointer}.gt-head-sub:active{background:#ffffff47}.shop-tabs{display:flex;gap:8px;margin:12px 0 4px;padding:4px;border-radius:14px;background:#eeecf6}.shop-tab{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border:0;border-radius:11px;background:transparent;font-size:13px;font-weight:700;color:#6b6880;white-space:nowrap;cursor:pointer}.shop-tab.on{background:#fff;color:#4b32b8;box-shadow:0 2px 6px #4c28aa1f}.shop-tab i{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d9d5e8;font-size:10.5px;font-style:normal;font-weight:800;color:#5b5870}.shop-tab.on i{background:#ece8fb;color:#4b32b8}.shop-tab i.wait{background:#12a150;color:#fff}.ct-note-hint{display:flex;align-items:center;gap:5px;margin:0 0 10px;padding:7px 10px;border-radius:9px;background:#eef4ff;font-size:11.5px;line-height:1.5;color:#2f6fd0}.ct-note-compose{display:flex;flex-direction:column;gap:8px}.ct-note-ta-wrap{position:relative}.ct-note-ta-wrap>textarea{padding-right:42px}.ct-note-ta-wrap>.emo{position:absolute;right:8px;bottom:10px}.ct-note-thumb{position:relative;width:90px;height:90px;border-radius:10px;overflow:hidden}.ct-note-thumb img{width:100%;height:100%;object-fit:cover}.ct-note-thumb button{position:absolute;top:3px;right:3px;width:20px;height:20px;display:grid;place-items:center;border:0;border-radius:50%;background:#0000008c;color:#fff;font-size:15px;line-height:1;cursor:pointer}.ct-note-acts{display:flex;align-items:center;gap:8px}.ct-note-attach{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;height:38px;padding:0 13px;border:1.5px solid #d9cffb;border-radius:10px;background:#fff;font-size:12.5px;font-weight:700;color:#6c4cdc;cursor:pointer}.ct-note-attach input{display:none}.ct-note-acts .ct-note-save{flex:1 1 auto;width:auto;margin-top:0}.ct-note-img{display:block;margin-top:6px;max-width:170px;max-height:170px;border-radius:10px;object-fit:cover}.ct-note-empty{margin:16px 0 4px;font-size:12.5px;color:#8b879c;text-align:center}.ct-note-list{display:flex;flex-direction:column;gap:8px;margin-top:14px;max-height:46vh;overflow-y:auto}.ct-note-card{position:relative;display:flex;align-items:flex-start;gap:9px;padding:10px 11px;border:1px solid #ececf4;border-radius:13px;background:#fff}.ct-note-card.mine{border-color:#d9cffb;background:#f8f5ff}.ct-note-av{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ece8f8;color:#6c4cdc;font-size:12.5px;font-weight:800;overflow:hidden}.ct-note-av img{width:100%;height:100%;object-fit:cover}.ct-note-body{flex:1 1 auto;min-width:0}.ct-note-body b{display:flex;align-items:baseline;gap:7px;font-size:12px;color:#2a2440}.ct-note-body b em{font-style:normal;font-size:10.5px;font-weight:500;color:#a5a1b5}.ct-note-body p{margin:3px 0 0;font-size:13px;line-height:1.55;color:#3d3a4d;white-space:pre-wrap;overflow-wrap:anywhere}.ct-note-del{flex:0 0 auto;width:26px;height:26px;border:0;border-radius:50%;background:#f4f2fa;color:#9a96ab;display:grid;place-items:center;cursor:pointer}.ct-note-del:active{background:#fde4e4;color:#e02b2b}.ct-pinbar{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #ecebf5;background:#fffaf0;color:#a2700f}.ct-pinbar-tx{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px;border:0;background:none;text-align:left;cursor:pointer}.ct-pinbar-tx b{font-size:10.5px;font-weight:800;color:#a2700f}.ct-pinbar-tx em{font-style:normal;font-size:12px;color:#4b4660;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-pinbar-x{flex:0 0 auto;width:26px;height:26px;border:0;border-radius:50%;background:#a2700f1f;color:#a2700f;display:grid;place-items:center;cursor:pointer}.gt-head.has-cover{background-size:cover;background-position:center;position:relative}.gt-head.has-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#14183c59,#14183c9e)}.gt-head.has-cover>*{position:relative;z-index:1}.gt-head-right{display:flex;align-items:center;gap:8px}.gt-head-desc{margin-top:3px;padding:0 18px;font-size:11.5px;line-height:1.4;color:#ffffffeb;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gt-cover-row{display:flex;gap:8px}.gt-cover-pick{flex:1 1 auto;display:grid;place-items:center;height:42px;border:1.5px dashed #cdc7e0;border-radius:12px;font-size:13px;font-weight:600;color:#6c4cdc;cursor:pointer}.gt-cover-pick input{display:none}.gt-cover-clear{flex:0 0 auto;padding:0 14px;height:42px;border:1.5px solid #e3e0ee;border-radius:12px;background:#fff;font-size:12.5px;font-weight:600;color:#6b6684;cursor:pointer}.gt-cover-preview{width:100%;height:92px;margin-top:8px;border-radius:12px;object-fit:cover}.gt-invite-add{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;height:42px;border:0;border-radius:12px;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff;font-size:13px;font-weight:700;cursor:pointer}.gt-invite-x{flex:0 0 auto;padding:4px 10px;border:1px solid #e0dcee;border-radius:999px;background:#fff;font-size:11px;font-weight:700;color:#e02b2b;cursor:pointer}.gt-mem-act{flex:0 0 auto;display:flex;gap:6px}.gt-kick{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border:1px solid #e0dcee;border-radius:50%;background:#fff;color:#6b6684;cursor:pointer;transition:transform .12s}.gt-kick:active{transform:scale(.9)}.gt-kick.ban{border-color:#f3c2c2;background:#fdeaea;color:#d21f1f}.gt-mem.banned{opacity:.7}.gt-mem.banned .cg-av{filter:grayscale(1)}.shop-tab i.fresh{background:#e02b2b;color:#fff}.gt-leave.gt-del{border-color:#e02b2b;background:#e02b2b;color:#fff}.gt-bubble-wrap{display:flex;flex-direction:column;min-width:0;max-width:100%}.gt-msg.mine .gt-bubble-wrap{align-items:flex-end}.gt-quote{display:flex;flex-direction:column;gap:1px;margin-bottom:4px;padding:4px 8px;border-left:3px solid #a58cff;border-radius:6px;background:#7c5cff14;font-size:11.5px}.gt-quote b{color:#6c4cdc;font-weight:700}.gt-quote em{font-style:normal;color:#6b6684;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.gt-pinmark{margin-left:5px;font-size:10px}.gt-reacts{display:flex;flex-wrap:wrap;gap:3px;margin-top:3px}.gt-reacts i{display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:999px;background:#f0eef8;font-size:12px;font-style:normal}.gt-reacts i.on{background:#e3dbfb;box-shadow:inset 0 0 0 1px #b9a5f5}.gt-reacts i b{font-size:10px;font-weight:700;color:#6b6684}.ct-pinbar-ic{flex:0 0 auto}.pd-review-reply{position:relative;margin-top:8px;padding:8px 11px;border-left:3px solid #a58cff;border-radius:8px;background:#f4f1fd}.pd-review-reply b{font-size:11.5px;color:#6c4cdc}.pd-review-reply p{margin:3px 0 0;font-size:12.5px;line-height:1.55;color:#3d3a4d}.pd-reply-edit{position:absolute;top:7px;right:9px;border:0;background:none;font-size:11px;font-weight:700;color:#6c4cdc;cursor:pointer}.pd-reply-open{margin-top:7px;padding:4px 12px;border:1px solid #d9cffb;border-radius:999px;background:#fff;font-size:12px;font-weight:600;color:#6c4cdc;cursor:pointer}.pd-reply-box{margin-top:8px}.pd-reply-box textarea{width:100%;min-height:60px;resize:vertical;border:1.5px solid #e3e0ee;border-radius:10px;padding:8px 10px;font:inherit;font-size:12.5px;color:#2a2440}.pd-reply-box textarea:focus{outline:none;border-color:#6c4cdc}.pd-reply-acts{display:flex;gap:8px;margin-top:6px}.pd-reply-cancel,.pd-reply-send{flex:1 1 0;height:36px;border-radius:9px;font-size:12.5px;font-weight:700;cursor:pointer}.pd-reply-cancel{border:1.5px solid #e3e0ee;background:#fff;color:#6b6684}.pd-reply-send{border:0;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff}.pd-reply-send:disabled{opacity:.5;cursor:default}.viral-cta{background:linear-gradient(100deg,#ffe4ea,#ffe0f1 45%,#ece2ff);box-shadow:0 6px 16px #ff96b438;color:#97456a}.viral-cta-icon{background:#ff9db0}.viral-cta-go{background:#fff;color:#e77a9a;box-shadow:0 2px 6px #e77a9a40}.viral-cta-text em{opacity:.78}.wl-tabs{display:flex;gap:8px;margin:10px 16px 0;padding:4px;border-radius:14px;background:#eeecf6}.wl-tab{flex:1 1 0;min-width:0;height:38px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:11px;background:transparent;font-size:13px;font-weight:700;color:#6b6880;cursor:pointer;white-space:nowrap}.wl-tab svg{flex:none}.wl-tab.on{background:#fff;color:#4b32b8;box-shadow:0 2px 6px #4c28aa1f;cursor:default}.pd-reply-img{display:block;max-width:110px;width:100%;margin-top:6px;border-radius:8px;cursor:pointer}.pd-reply-thumb{position:relative;width:68px;height:68px;margin-top:6px;border-radius:8px;overflow:hidden}.pd-reply-thumb img{width:100%;height:100%;object-fit:cover}.pd-reply-thumb button{position:absolute;top:2px;right:2px;width:18px;height:18px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:13px;line-height:1;cursor:pointer}.pd-reply-attach{display:grid;place-items:center;height:36px;padding:0 11px;border:1.5px solid #d9cffb;border-radius:9px;background:#fff;font-size:12px;font-weight:600;color:#6c4cdc;cursor:pointer;white-space:nowrap}.pd-reply-attach input{display:none}.viral-cta-icon{background:#bfa9f2}.viral-cta-go{color:#8a6cf0;box-shadow:0 2px 6px #8a6cf038}.pd-desc-off{display:inline-flex;align-items:center;margin-bottom:8px;padding:4px 12px;border-radius:999px;background:linear-gradient(135deg,#ff6a3d,#ff2e63);font-size:12.5px;font-weight:800;color:#fff;box-shadow:0 3px 8px #ff2e6347}.mw-policy{margin-bottom:14px;padding:12px 14px;border:1px solid #e6e3f0;border-radius:13px;background:#f6f4fd}.mw-policy b{font-size:12.5px;color:#4b32b8}.mw-policy ul{margin:7px 0 0;padding-left:18px}.mw-policy li{font-size:12px;line-height:1.7;color:#4b4660}.mw-policy li b{font-size:12px;color:#2a2440}.viral-cta-go{color:#ff2e63;box-shadow:0 2px 6px #ff2e6340}.wl-coupon-left{display:block;font-style:normal;font-size:10.5px;color:#8b879c}.wl-coupon-left.soon{color:#e02b2b;font-weight:700}.pu-coupon-days{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px;font-size:12.5px;color:#4b4660}.pu-coupon-days input{width:60px;height:34px;padding:0 8px;border:1.5px solid #e6e3f0;border-radius:9px;font:inherit;font-size:13px;text-align:center;color:#2a2440}.pd-maylike{margin-top:18px;padding-top:14px;border-top:8px solid #f4f2fb}.pd-maylike-head{font-size:15px;font-weight:800;color:#211a3d;margin-bottom:10px}.pd-maylike-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.pd-maylike-row::-webkit-scrollbar{display:none}.pd-maylike-card{flex:0 0 auto;width:116px;border:0;background:none;text-align:left;cursor:pointer}.pd-maylike-img{display:block;width:116px;height:116px;border-radius:12px;overflow:hidden;background:#f4f4f8}.pd-maylike-img img{width:100%;height:100%;object-fit:cover}.pd-maylike-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:6px;font-size:12px;font-weight:600;line-height:1.35;color:#2a2440}.pd-maylike-price{display:block;margin-top:2px;font-size:13px;font-weight:800;font-style:normal;color:#e0286f}.mw-return-left{display:block;margin-top:2px;font-style:normal;font-size:10.5px;color:#8b879c}.mw-return-left.soon{color:#e02b2b;font-weight:700}.mw-return-expired{flex:0 0 auto;padding:6px 12px;border-radius:999px;background:#f0eef3;font-size:12px;font-weight:700;color:#9a96ab}.gn-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:flex-end;background:#0f0c1880}.gn{width:100%;max-height:88%;display:flex;flex-direction:column;padding:14px 14px 18px;border-radius:20px 20px 0 0;background:#fff}.gn-head{display:flex;align-items:center;justify-content:space-between}.gn-head b{font-size:16px;color:#1c1630}.gn-hint{margin:6px 0 10px;padding:6px 10px;border-radius:8px;background:#eef4ff;font-size:11.5px;color:#2f6fd0}.gn-compose{display:flex;flex-direction:column;gap:7px}.gn-compose textarea{width:100%;min-height:60px;resize:vertical;border:1.5px solid #e6e3f0;border-radius:11px;padding:9px 11px;font:inherit;font-size:13px;color:#2a2440}.gn-compose textarea:focus{outline:none;border-color:#6c4cdc}.gn-post{align-self:flex-end;padding:8px 18px;border:0;border-radius:10px;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff;font-size:13px;font-weight:700;cursor:pointer}.gn-post:disabled{opacity:.5;cursor:default}.gn-err{margin:8px 0 0;font-size:12px;color:#e02b2b}.gn-list{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;margin-top:12px}.gn-note{padding:11px 12px;border:1px solid #ececf4;border-radius:13px;background:#faf9fe}.gn-note-head{display:flex;align-items:center;gap:8px}.gn-note-head b{flex:1 1 auto;min-width:0;display:flex;align-items:baseline;gap:6px;font-size:12.5px;color:#2a2440}.gn-note-head b em{font-style:normal;font-size:10.5px;font-weight:500;color:#a5a1b5}.gn-del{flex:0 0 auto;width:26px;height:26px;border:0;border-radius:50%;background:#f4f2fa;color:#9a96ab;display:grid;place-items:center;cursor:pointer}.gn-note-text{margin:7px 0 0;font-size:13px;line-height:1.55;color:#3d3a4d;white-space:pre-wrap;overflow-wrap:anywhere}.gn-comments{margin-top:9px;padding-left:10px;border-left:2px solid #e3ddf5;display:flex;flex-direction:column;gap:5px}.gn-comment{font-size:12px;line-height:1.5;color:#4b4660}.gn-comment b{color:#6c4cdc;margin-right:6px}.gn-comment-open{margin-top:8px;border:0;background:none;font-size:12px;font-weight:600;color:#6c4cdc;cursor:pointer}.gn-comment-box{display:flex;gap:6px;margin-top:8px}.gn-comment-box input{flex:1 1 auto;min-width:0;height:34px;padding:0 11px;border:1.5px solid #e6e3f0;border-radius:999px;font:inherit;font-size:12.5px;color:#2a2440}.gn-comment-box input:focus{outline:none;border-color:#6c4cdc}.gn-comment-box button{flex:0 0 auto;padding:0 14px;border:0;border-radius:999px;background:#6c4cdc;color:#fff;font-size:12.5px;font-weight:700;cursor:pointer}.gn-comment-box button:disabled{opacity:.5}.wallet-card .wc-label{line-height:1.25;flex-wrap:nowrap;align-items:center;min-width:0;font-size:11px}.wallet-card .wc-label svg{flex:0 0 auto}.wallet-card .wc-label>:not(svg){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 360px){.wallet-row{gap:8px}.wallet-card{padding:11px}.wallet-card .wc-amount{font-size:13px}}.earn-withdraw{margin:-6px 0 16px;padding:12px 13px;border:1px solid #e6e3f0;border-radius:14px;background:#f8f6fe}.earn-wd-row{display:flex;gap:10px}.earn-wd-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:2px}.earn-wd-item em{font-style:normal;font-size:10.5px;color:#8b879c}.earn-wd-item b{font-size:16px;font-weight:800}.earn-wd-item b.ok{color:#12a150}.earn-wd-item b.wait{color:#a2700f}.earn-wd-btn{width:100%;height:42px;margin-top:10px;border:0;border-radius:11px;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff;font-size:13.5px;font-weight:700;cursor:pointer}.earn-wd-btn:disabled{background:#e6e2f2;color:#9a96ab;cursor:default}.earn-wd-note{margin:8px 0 0;font-size:10.5px;line-height:1.5;color:#8b879c}.earn-wd-msg{margin:6px 0 0;font-size:12px;font-weight:600;color:#12a150}.earn-wd-otp{display:flex;flex-direction:column;gap:10px}.earn-wd-otp-note{font-size:12px;line-height:1.5;color:#4a4660}.earn-wd-otp-input{width:100%;height:42px;padding:0 12px;border:1.5px solid #d9cffb;border-radius:11px;background:#fff;font-size:15px;letter-spacing:3px;color:#1c1a2b;text-align:center;outline:none}.earn-wd-otp-acts{display:flex;gap:10px}.earn-wd-otp-cancel{flex:0 0 auto;padding:0 18px;height:42px;border:1.5px solid #e3e0ee;border-radius:11px;background:#fff;font-size:13.5px;font-weight:700;color:#8b879c;cursor:pointer}.earn-wd-otp-acts .earn-wd-btn{flex:1 1 auto;margin-top:0}.bank-note{display:flex;align-items:center;gap:6px;margin:4px 0 16px;padding:10px 12px;border-radius:12px;background:#eef7f5;color:#0d766a;font-size:12px;line-height:1.5}.bank-note svg{flex:0 0 auto}.bank-view{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;background:var(--card);box-shadow:var(--shadow-card)}.bank-view-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.bank-view-row em{flex:0 0 auto;font-style:normal;font-size:12.5px;color:var(--ink-soft)}.bank-view-row b{min-width:0;font-size:14px;font-weight:700;color:var(--ink);text-align:right;overflow-wrap:anywhere}.bank-edit-btn{align-self:flex-end;display:inline-flex;align-items:center;gap:6px;margin-top:2px;padding:9px 16px;border-radius:999px;background:#eceaf9;color:var(--primary);font-size:13px;font-weight:700}.bank-form{display:flex;flex-direction:column;gap:14px}.bank-error{font-size:12.5px;font-weight:600;color:#e02b2b}.bank-form-acts{display:flex;gap:10px;margin-top:2px}.bank-cancel{flex:0 0 auto;padding:12px 20px;border-radius:12px;border:1.5px solid #e3e0ee;background:#fff;font-size:14px;font-weight:700;color:var(--ink-soft)}.bank-save{flex:1 1 auto;padding:12px;border-radius:12px;background:var(--primary);color:#fff;font-size:14px;font-weight:800}.bank-save:disabled{background:#cfcbe6}.bank-done{margin-top:12px;font-size:13px;font-weight:700;color:#12a150;text-align:center}.bank-otp{display:flex;flex-direction:column;gap:14px}.bank-dev-otp{padding:8px 12px;border-radius:10px;background:#fff7e6;color:#a16207;font-size:12.5px}.bank-dev-otp b{font-size:15px;letter-spacing:2px}.edit-bank-link{display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;border-radius:14px;border:1.5px solid #e3e6f5;background:#fff;text-align:left}.edit-bank-link:active{background:#f6f5fb}.ebl-ic{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e2f8f5;color:#0d9488}.ebl-tx{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.ebl-tx b{font-size:14px;font-weight:700;color:var(--ink)}.ebl-tx em{font-style:normal;font-size:11.5px;color:var(--ink-soft)}.ebl-chev{flex:0 0 auto;color:#b9bede}.gn-ta-wrap{position:relative}.gn-ta-wrap>.emo{position:absolute;right:8px;bottom:8px}.gn-c-input>.emo{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.gn-compose-acts{display:flex;align-items:center;gap:8px;margin-top:7px}.gn-attach{flex:0 0 auto;display:grid;place-items:center;height:36px;padding:0 12px;border:1.5px solid #d9cffb;border-radius:10px;background:#fff;font-size:12.5px;font-weight:600;color:#6c4cdc;cursor:pointer}.gn-attach input,.gn-c-attach input{display:none}.gn-compose-acts .gn-post{flex:1 1 auto;align-self:stretch}.gn-thumb{position:relative;width:90px;height:90px;margin-top:7px;border-radius:10px;overflow:hidden}.gn-thumb.sm{width:60px;height:60px}.gn-thumb img{width:100%;height:100%;object-fit:cover}.gn-thumb button{position:absolute;top:2px;right:2px;width:18px;height:18px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:13px;line-height:1;cursor:pointer}.gn-note-img{display:block;max-width:160px;width:100%;margin-top:7px;border-radius:10px}.gn-comment-img{display:block;max-width:110px;width:100%;margin-top:4px;border-radius:8px}.gn-c-attach{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:transparent;cursor:pointer}.gn-c-input{flex:1 1 auto;min-width:0;position:relative;display:flex}.gn-c-input input{flex:1 1 auto;min-width:0;padding-right:34px}.gt-note-btn{position:relative}.gt-note-dot{position:absolute;top:3px;right:3px;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#e02b2b;animation:gt-note-blink 1s ease-in-out infinite}@keyframes gt-note-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}.gn-note-acts{flex:0 0 auto;display:flex;gap:2px}.gn-edited{font-style:normal;font-size:10px;color:#a5a1b5}.gn-edit{margin-top:7px}.gn-edit textarea{width:100%;min-height:56px;resize:vertical;border:1.5px solid #6c4cdc;border-radius:10px;padding:8px 10px;font:inherit;font-size:13px;color:#2a2440}.gn-edit textarea:focus{outline:none}.gn-edit-acts{display:flex;gap:8px;margin-top:6px}.gn-edit-cancel,.gn-edit-save{flex:1 1 0;height:34px;border-radius:9px;font-size:12.5px;font-weight:700;cursor:pointer}.gn-edit-cancel{border:1.5px solid #e3e0ee;background:#fff;color:#6b6684}.gn-edit-save{border:0;background:linear-gradient(135deg,#6c4cdc,#9a5cf0);color:#fff}.gn-edit-save:disabled{opacity:.5}.nh{padding-top:4px}.nh-hero{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-banner);touch-action:pan-y}.nh-hero-track{display:flex;transition:transform .5s cubic-bezier(.4,.1,.2,1)}.nh-slide{position:relative;flex:0 0 100%;min-width:100%;aspect-ratio:20 / 11;overflow:hidden}.nh-slide-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9}.nh-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#141037d1 6%,#14103759 55%,#1410370d)}.nh-slide-body{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:0 clamp(18px,6vw,30px);color:#fff}.nh-slide-badge{padding:4px 12px;border-radius:999px;background:#ffffff38;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:11.5px;font-weight:700;letter-spacing:.2px}.nh-slide-title{margin:2px 0 0;font-size:clamp(20px,6.4vw,27px);font-weight:800;line-height:1.15;letter-spacing:.2px;text-shadow:0 2px 10px rgba(0,0,0,.28)}.nh-slide-sub{font-size:clamp(12.5px,3.7vw,14.5px);font-weight:500;opacity:.95;text-shadow:0 1px 6px rgba(0,0,0,.28)}.nh-slide-btn{margin-top:8px;display:inline-flex;align-items:center;gap:3px;padding:9px 18px;border-radius:999px;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-size:13.5px;font-weight:700;box-shadow:0 8px 18px #6366f173}.nh-slide-btn:active{transform:scale(.96)}.nh-dots{position:absolute;left:clamp(18px,6vw,30px);bottom:12px;z-index:3;display:flex;gap:6px}.nh-dot{width:7px;height:7px;border-radius:999px;background:#ffffff80;transition:width .25s,background .25s}.nh-dot.on{width:20px;background:#fff}.nh-search{display:flex;align-items:center;gap:10px;width:100%;margin-top:16px;padding:14px 18px;border-radius:16px;background:var(--card);color:var(--ink-soft);box-shadow:var(--shadow-card)}.nh-search svg{color:var(--primary);flex-shrink:0}.nh-search span{font-size:14px;font-weight:500}.nh-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px 4px;margin-top:16px;padding:16px 8px;border-radius:20px;background:var(--card);box-shadow:var(--shadow-card)}.nh-serv{display:flex;flex-direction:column;align-items:center;gap:7px}.nh-serv-ic{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;transition:transform .12s}.nh-serv:active .nh-serv-ic{transform:scale(.9)}.nh-serv em{font-style:normal;font-size:11.5px;font-weight:600;color:var(--ink);text-align:center;line-height:1.2}.nh-sec{display:flex;align-items:center;justify-content:space-between;margin:22px 2px 12px}.nh-sec b{font-size:18px;font-weight:800;color:var(--ink)}.nh-more{display:inline-flex;align-items:center;gap:1px;font-size:13px;font-weight:700;color:var(--primary)}.nh-vids{display:flex;flex-direction:column;gap:12px;animation:nh-vids-fade .5s ease}@keyframes nh-vids-fade{0%{opacity:.35;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nh-vid{display:block;width:100%;padding:0;border:0;border-radius:18px;background:var(--card);box-shadow:var(--shadow-card);text-align:left;overflow:hidden;cursor:pointer}.nh-vid:active{transform:scale(.99)}.nh-vid-thumb{position:relative;display:block;width:100%;aspect-ratio:9 / 16;overflow:hidden;background:#0d0d14}.nh-vid-thumb img,.nh-vid-thumb video{width:100%;height:100%;object-fit:cover;display:block}.nh-vid-open{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;padding:0;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.nh-vid-play{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#0000006b;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 4px 16px #0000004d}.nh-vid-dur{position:absolute;right:10px;top:10px;padding:3px 8px;border-radius:7px;background:#000000b8;color:#fff;font-size:11px;font-weight:700;font-style:normal}.nh-vid-info{position:absolute;left:0;right:0;bottom:0;z-index:2;pointer-events:none;display:flex;flex-direction:column;gap:3px;padding:30px 72px 12px 14px;background:linear-gradient(to top,rgba(0,0,0,.86) 12%,rgba(0,0,0,.45) 55%,transparent)}.nh-vid-acts{position:absolute;right:8px;bottom:12px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:13px}.nh-vid-av{position:relative;width:40px;height:40px;margin-bottom:4px;border-radius:50%;border:2px solid #fff;overflow:visible;background:#6c4cdc;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:800}.nh-vid-av img{width:100%;height:100%;border-radius:50%;object-fit:cover}.nh-vid-follow,.nh-vid-following{position:absolute;left:50%;bottom:-8px;transform:translate(-50%);display:grid;place-items:center;width:18px;height:18px;padding:0;border:0;border-radius:50%;color:#fff;cursor:pointer}.nh-vid-follow{background:#f0284a}.nh-vid-following{background:#12a150;cursor:default}.nh-vid-act{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.nh-vid-act b{font-size:11px;font-weight:700;color:#fff}.nh-vid-act:active{transform:scale(.9)}.nh-vid-title{font-size:16px;font-weight:800;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.5)}.nh-vid-desc{font-style:normal;font-size:12.5px;color:#ffffffe0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.nh-vid-meta{display:inline-flex;align-items:center;gap:4px;margin-top:2px;font-size:11.5px;color:#ffffffd1;font-weight:600}.nh-vid-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.nh-vid-dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#d3d1e4;cursor:pointer;transition:width .25s ease,background .25s ease}.nh-vid-dot.on{width:18px;border-radius:999px;background:#6c4cdc}.nh-vids-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:34px 20px;border-radius:16px;background:var(--card);box-shadow:var(--shadow-card);color:var(--ink-soft);text-align:center}.nh-vids-empty svg{color:#b9bede}.nh-vids-empty b{font-size:14.5px;color:var(--ink)}.nh-vids-empty em{font-style:normal;font-size:12.5px}.nh-member{display:flex;align-items:center;gap:12px;width:100%;margin-top:20px;padding:15px 16px;border-radius:18px;background:var(--grad-member);color:#fff;box-shadow:0 10px 22px #5b5fe952;text-align:left}.nh-member:active{transform:scale(.99)}.nh-member-ic{flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff3;color:#ffd76a}.nh-member-tx{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.nh-member-tx b{font-size:15px;font-weight:800}.nh-member-tx em{font-style:normal;font-size:12px;opacity:.9}.nh-member-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:1px;padding:9px 15px;border-radius:999px;background:#fff;color:var(--primary);font-size:12.5px;font-weight:800;white-space:nowrap}.nh-reel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;touch-action:pan-y}.nh-reel-count{position:fixed;top:18px;left:50%;transform:translate(-50%);z-index:28;padding:4px 12px;border-radius:999px;background:#0006;color:#fff;font-size:12.5px;font-weight:700;pointer-events:none}.nh-reel-hint{position:fixed;left:50%;bottom:84px;transform:translate(-50%);z-index:28;padding:5px 14px;border-radius:999px;background:#00000059;color:#ffffffe6;font-size:12px;font-weight:600;pointer-events:none;animation:nh-reel-hint 1.8s ease-in-out infinite}@keyframes nh-reel-hint{0%,to{opacity:.55;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,-4px)}}.nh-toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%);z-index:2500;max-width:88vw;padding:11px 18px;border-radius:12px;background:#1c183cf0;color:#fff;font-size:13px;font-weight:600;text-align:center;box-shadow:0 8px 20px #0000004d;animation:nh-toast-in .2s ease}@keyframes nh-toast-in{0%{opacity:0;transform:translate(-50%,8px)}}@media (max-width: 380px){.nh-grid{gap:9px 2px;padding:14px 5px}.nh-serv-ic{width:46px;height:46px;border-radius:14px}.nh-serv em{font-size:10.5px}}@media (max-width: 340px){.nh-serv-ic{width:42px;height:42px}.nh-serv em{font-size:9.7px}}.bill-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:#14102d8c;overflow-y:auto;padding:64px 16px 40px}.bill-actions{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:3001;display:flex;gap:10px;width:100%;max-width:400px;padding:0 4px}.bill-print{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:12px;background:var(--primary);color:#fff;font-size:14px;font-weight:800;cursor:pointer}.bill-close{flex:0 0 auto;width:44px;border-radius:12px;display:grid;place-items:center;background:#ffffffe6;color:#2a2440;cursor:pointer}.order-bill{max-width:400px;margin:0 auto;background:#fff;border-radius:14px;padding:24px 22px 26px;color:#1c1a2b}.bill-head{text-align:center;padding-bottom:14px;border-bottom:2px dashed #e3e0ee}.bill-head h2{font-size:20px;font-weight:800;color:#241f60}.bill-head p{margin-top:3px;font-size:12.5px;color:#8b879c}.bill-meta{display:flex;flex-direction:column;gap:6px;padding:14px 0;border-bottom:1px solid #eee}.bill-meta>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:12.5px}.bill-meta span{color:#8b879c}.bill-meta b{font-weight:700;color:#2a2440;text-align:right;overflow-wrap:anywhere}.bill-addr{padding:12px 0;border-bottom:1px solid #eee;font-size:12.5px}.bill-addr-lb{display:block;margin-bottom:4px;color:#8b879c}.bill-addr p{color:#2a2440;line-height:1.5}.bill-table{width:100%;border-collapse:collapse;margin:14px 0;font-size:12.5px}.bill-table th{padding:6px 4px;border-bottom:1.5px solid #e3e0ee;color:#8b879c;font-weight:700;text-align:left}.bill-table td{padding:8px 4px;border-bottom:1px solid #f0eef7;color:#2a2440;vertical-align:top}.bill-table td em{color:#8b879c;font-style:normal}.bill-table .c{text-align:center;white-space:nowrap}.bill-table .r{text-align:right;white-space:nowrap}.bill-sum{display:flex;flex-direction:column;gap:6px;padding-top:6px}.bill-sum-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#2a2440}.bill-sum-row.cut span:last-child{color:#12a150}.bill-sum-row.grand{margin-top:6px;padding-top:10px;border-top:2px dashed #e3e0ee;font-size:16px;font-weight:800;color:#241f60}.bill-foot{margin-top:16px;text-align:center;font-size:11.5px;color:#9a9fbd}@media print{body *{visibility:hidden!important}.order-bill,.order-bill *{visibility:visible!important}.order-bill{position:absolute!important;left:0;top:0;width:100%;max-width:100%;margin:0;padding:0 8px;border-radius:0}.bill-noprint{display:none!important}}.mp-title{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:800;color:#2a2550}.mp-badge{font-style:normal;padding:2px 8px;border-radius:999px;background:#fdecef;color:#e11d3c;font-size:10px;font-weight:700}.mp-badge.on{background:#e7f6ee;color:#12a150}.mp-input{margin-bottom:8px}.mp-callback code{display:inline-block;margin-top:3px;padding:3px 7px;border-radius:6px;background:#f1f0f8;color:#4b32b8;font-size:11px;word-break:break-all}.mp-actions{display:flex;gap:8px;margin:10px 0 4px;flex-wrap:wrap}.mp-import{background:#12a150;border-color:#12a150;color:#fff}.mp-import:disabled{opacity:.5;cursor:not-allowed}.mp-msg{padding:8px 10px;border-radius:8px;background:#f6f5fb;font-weight:600}.sv-screen{position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:268;background:#f4f3fa;display:flex;flex-direction:column;overflow:hidden;text-align:left;box-shadow:0 0 40px #221d5c26}.sv-top{flex:none;display:flex;align-items:center;gap:6px;padding:12px 12px 11px;color:#fff}.sv-top b{font-size:16px;font-weight:800}.sv-back{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:10px;background:#fff3;color:#fff;cursor:pointer}.sv-search{flex:none;display:flex;align-items:center;gap:8px;margin:10px 12px 0;padding:10px 12px;border-radius:12px;background:#fff;color:#a3a6bb;box-shadow:var(--shadow-card)}.sv-search input{flex:1;min-width:0;border:0;outline:none;background:transparent;font:inherit;font-size:13.5px;color:#1c1a2b}.sv-body{flex:1;min-height:0;overflow-y:auto;padding:12px}.sv-count{margin:0 2px 10px;font-size:12px;font-weight:700;color:#6b6880}.sv-list{display:flex;flex-direction:column;gap:10px}.sv-card{display:flex;align-items:center;gap:11px;padding:10px;border-radius:14px;background:#fff;box-shadow:var(--shadow-card);text-decoration:none}.sv-card:active{transform:scale(.99)}.sv-card-img{flex:none;width:56px;height:56px;border-radius:10px;overflow:hidden;background:#f0eef8;display:grid;place-items:center;color:#b3adcf}.sv-card-img img{width:100%;height:100%;object-fit:cover}.sv-card-tx{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.sv-card-tx b{font-size:13.5px;font-weight:700;color:#2a2550;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-card-tx em{font-style:normal;font-size:11.5px;color:#8b87a6;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-card-go{flex:none}.sv-note{margin:16px 4px 8px;font-size:11px;line-height:1.5;color:#9a95b4;text-align:center}.inv-adv{margin:10px 0 6px;padding:8px 10px;border:1px solid #eceaf4;border-radius:10px;background:#fbfaff}.inv-adv summary{cursor:pointer;font-size:12px;font-weight:700;color:#6b6880}.inv-adv code{padding:1px 5px;border-radius:4px;background:#f1f0f8;color:#4b32b8;font-size:11px}.pt-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.pt-tab{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid #e4e6f2;border-radius:999px;background:#fff;color:#5c5f7a;font-size:11.5px;font-weight:700;cursor:pointer}.pt-tab.on{border-color:#6c4cdc;background:#6c4cdc;color:#fff}.pt-tab em{font-style:normal;min-width:16px;padding:0 4px;border-radius:999px;background:#0000001f;font-size:10px}.pt-tab.on em{background:#ffffff47}.pt-list{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.pt-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #eceaf4;border-radius:10px;background:#fbfaff}.pt-row.off{opacity:.55}.pt-row-tx{flex:1;min-width:0;display:flex;flex-direction:column}.pt-row-tx b{font-size:12.5px;font-weight:700;color:#2a2550}.pt-row-tx em{font-style:normal;font-size:10px;color:#8b87a6}.pt-del{color:#e11d3c}.pt-presets{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;color:#6b6880}.pt-preset{padding:4px 9px;border:1px dashed #cfc4f7;border-radius:999px;background:#f6f4ff;color:#5b3fd0;font-size:11px;font-weight:700;cursor:pointer}.nh-vid-muted{position:absolute;left:10px;top:10px;z-index:2;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#0000008c;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nh-search-wrap{position:relative;margin-top:16px}.nh-search-wrap .nh-search{margin-top:0;cursor:text}.nh-search input{flex:1;min-width:0;border:0;outline:none;background:transparent;font:inherit;font-size:14px;color:var(--ink)}.nh-search input::placeholder{color:var(--ink-soft)}.nh-search-x{flex:none;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:#eceaf4;color:#6b6880;font-size:16px;line-height:1;cursor:pointer}.nh-search-pop{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:40;max-height:60vh;overflow-y:auto;padding:8px;border-radius:14px;background:#fff;border:1px solid #eceaf4;box-shadow:0 12px 34px #221d5c2e}.nh-search-empty{margin:0;padding:18px 10px;text-align:center;font-size:13px;color:#9a95b4}.nh-search-sec{padding:4px 0}.nh-search-sec+.nh-search-sec{margin-top:4px;padding-top:8px;border-top:1px solid #f1f0f8}.nh-search-sec>b{display:block;padding:4px 8px 6px;font-size:11px;font-weight:800;color:#8b87a6}.nh-search-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:0;border-radius:10px;background:transparent;text-align:left;text-decoration:none;cursor:pointer}.nh-search-row:hover{background:#f6f5fb}.nh-search-ic{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#f0eef8;color:#b3adcf;overflow:hidden}.nh-search-ic.img img{width:100%;height:100%;object-fit:cover}.nh-search-tx{min-width:0;display:flex;flex-direction:column;gap:1px}.nh-search-tx b{font-size:13px;font-weight:700;color:#2a2550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nh-search-tx em{font-style:normal;font-size:11px;color:#8b87a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nh-search-all{width:100%;margin-top:4px;padding:8px;border:0;border-radius:10px;background:#f2eefc;color:#5b3fd0;font-size:12px;font-weight:700;cursor:pointer}
