:root{font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans,system-ui,-apple-system,sans-serif;color:#101828;background:#eef1f5;font-synthesis:none;text-rendering:optimizeLegibility;--orange:#ff5a16;--orange-dark:#f0440a;--red:#ff1748;--ink:#111827;--muted:#8491a5;--line:#edf0f4;--panel:#fff;--soft:#f6f7f9;--shadow:0 16px 40px rgba(15,23,42,.08)}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;width:100%}body{overflow-x:hidden}button,input,textarea,select{font:inherit}button,a{color:inherit}button{border:0;background:none;cursor:pointer}a{text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}svg{width:1em;height:1em;stroke-width:2}.mobile-stage{min-height:100dvh;background:#e8ebf0;display:flex;justify-content:center}.mobile-shell{position:relative;width:min(100%,440px);min-height:100dvh;background:#fff;overflow:hidden;padding-bottom:70px;box-shadow:0 0 40px #0f172a21}.mobile-stage.dark .mobile-shell{background:#050505;color:#fff}.status-bar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 38px 0 48px;font-weight:800;font-size:16px;letter-spacing:-.3px;position:relative;z-index:50}.status-time{display:flex;gap:4px;align-items:center}.moon{font-size:21px;transform:rotate(-25deg);display:inline-block}.status-icons{display:flex;align-items:center;gap:10px;font-size:18px}.signal{letter-spacing:-5px;font-size:16px}.wifi{font-size:28px;line-height:1;transform:rotate(180deg)}.battery{font-size:12px;background:#111;color:#fff;border-radius:5px;padding:2px 5px;position:relative}.battery:after{content:"";position:absolute;right:-3px;top:4px;width:2px;height:7px;border-radius:1px;background:#111}.bottom-nav{position:absolute;z-index:90;bottom:0;left:0;right:0;height:70px;padding:5px 15px 7px;display:flex;align-items:center;justify-content:space-around;background:#fffffff5;border-top:1px solid rgba(15,23,42,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dark .bottom-nav{background:#191919f2;border-color:#333}.bottom-item{width:20%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;font-size:11px}.nav-icon{position:relative;font-size:28px;height:32px;display:flex;align-items:center}.bottom-item.active{color:var(--orange)}.nav-badge{position:absolute;right:-8px;top:-4px;background:var(--orange);color:#fff;border:2px solid #fff;border-radius:20px;min-width:19px;height:19px;display:grid;place-items:center;font-size:10px;font-style:normal}.dark .nav-badge{border-color:#1c1c1c}.toast{position:fixed;z-index:1000;top:24px;left:50%;transform:translate(-50%);min-width:280px;max-width:min(92vw,520px);display:flex;align-items:center;gap:10px;background:#101828;color:#fff;padding:13px 18px;border-radius:13px;box-shadow:0 18px 50px #0f172a4d;font-size:14px}.toast svg{color:#69db7c;font-size:21px;flex:none}.toast.error svg{color:#ff6b6b}.toast-enter-active,.toast-leave-active{transition:.24s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,-20px)}.page-loading{min-height:240px;display:grid;place-items:center}.spinner{width:30px;height:30px;border-radius:50%;border:3px solid #e5e7eb;border-top-color:var(--orange);animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.blocking-loader{position:fixed;inset:0;z-index:300;background:#00000073;display:grid;place-items:center}.overlay{position:absolute;z-index:200;inset:0;background:#0000008a;display:flex;align-items:flex-end;justify-content:center}.sheet-enter-active,.sheet-leave-active{transition:.25s}.sheet-enter-from,.sheet-leave-to{opacity:0}.sheet-enter-from>*,.sheet-leave-to>*{transform:translateY(100%)}.sheet-close{position:absolute;right:18px;top:15px;font-size:26px;color:#111;display:grid;place-items:center}.primary-wide{width:100%;height:48px;border-radius:15px;color:#fff;background:linear-gradient(120deg,#ff8a00,#ff4b0a);font-weight:800}.empty-state{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#98a2b3}.empty-state>svg{font-size:56px}.empty-state h2{color:#344054}.empty-state a{margin-top:8px;background:var(--orange);color:#fff;border-radius:22px;padding:10px 24px;font-weight:700}.home-stage .mobile-shell{background:linear-gradient(#fff4ef 0 180px,#fff 310px);padding-bottom:76px}.home-header{padding:0 10px 8px}.home-tabs{height:42px;display:flex;align-items:center;gap:8px}.location-pin{font-size:26px;color:var(--orange);margin-right:10px}.home-tabs>button:not(.locale-chip){height:42px;padding:0 12px;font-size:19px;font-weight:800;position:relative;white-space:nowrap}.home-tabs>button.active{color:var(--orange);background:#fff;border-radius:14px 14px 0 0}.home-tabs>button.active:after{content:"";position:absolute;bottom:1px;left:50%;width:22px;height:3px;border-radius:4px;background:var(--orange);transform:translate(-50%)}.header-tools{margin-left:auto}.locale-chip{border:1px solid rgba(255,90,22,.25);background:#fff;color:var(--orange);border-radius:14px;padding:5px 8px;font-size:11px;font-weight:800}.search-bar{height:43px;border:2px solid var(--orange);border-radius:15px;background:#fff;display:flex;align-items:center;padding-left:12px;overflow:hidden;box-shadow:0 3px 12px #ff5a1614}.search-bar>svg{font-size:22px;color:var(--orange);flex:none}.search-bar>svg:nth-of-type(2){color:#aeb6c2;margin-right:8px}.search-bar input{min-width:0;flex:1;border:0;outline:0;font-size:16px;padding:0 10px;color:#151b2b}.search-bar button{align-self:stretch;min-width:77px;background:linear-gradient(110deg,#ff7b23,#f04a12);color:#fff;font-size:16px;font-weight:800}.home-content{padding:6px 10px 24px}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px 2px;padding:6px 0 2px}.quick-link{display:flex;align-items:center;flex-direction:column;gap:5px;font-size:12px;color:#212936;white-space:nowrap}.quick-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;color:#fff;font-size:25px;background:linear-gradient(145deg,#ff7043,#ff3d00);box-shadow:0 7px 16px #ff57222b}.quick-link:nth-child(3n+2) .quick-icon{background:linear-gradient(145deg,#43a5ff,#246bdb)}.quick-link:nth-child(3n) .quick-icon{background:linear-gradient(145deg,#5edb77,#21a957)}.quick-link:nth-child(4n) .quick-icon{background:linear-gradient(145deg,#ffca28,#f68b1e)}.dot-indicator{display:flex;justify-content:center;gap:4px;margin:7px}.dot-indicator i{width:8px;height:3px;border-radius:4px;background:#d5d7da}.dot-indicator i:first-child{background:var(--orange);width:13px}.hero-ad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.hero-ad{min-width:0;background:linear-gradient(160deg,#fff8f7,#fff0ee);border-radius:10px;padding:8px;overflow:hidden}.hero-ad header{display:flex;align-items:baseline;justify-content:space-between;gap:3px}.hero-ad header b{font-size:15px;color:#111;white-space:nowrap}.hero-ad header span{color:var(--orange);font-size:10px;font-weight:800}.hero-ad img{width:100%;height:102px;object-fit:cover;margin:7px 0;border-radius:7px}.hero-ad footer{display:flex;align-items:center;gap:4px}.hero-ad strong{color:#f33;font-size:16px}.hero-ad small{font-size:9px;background:#f35;color:#fff;border-radius:4px;padding:2px;white-space:nowrap}.campaign-panel{background:linear-gradient(120deg,#ff1748,#ff532c);border-radius:12px;padding:8px;margin-top:9px;color:#fff}.campaign-products{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.campaign-products a{position:relative;background:#fff;border-radius:9px;padding:5px;overflow:hidden}.campaign-products span{position:absolute;top:3px;left:4px;color:#f1264b;background:#fff2f5;border-radius:4px;padding:2px 4px;font-weight:800;font-size:10px;z-index:1}.campaign-products img{width:100%;height:82px;object-fit:cover;border-radius:6px}.campaign-products b{display:block;color:#f22;text-align:center;font-size:12px}.campaign-ticker{display:flex;align-items:center;gap:8px;margin-top:7px;font-weight:700;font-size:12px}.campaign-ticker span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.mall-headline{display:flex;align-items:center;background:#fff8f5;border-radius:10px;padding:10px;margin:9px 0;gap:9px;font-size:12px}.mall-headline b{color:var(--orange);font-size:15px}.mall-headline span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#586174}.section-title{display:flex;justify-content:space-between;align-items:center;margin:15px 2px 10px}.section-title div{display:flex;gap:8px;align-items:baseline}.section-title span{font-size:21px;font-weight:900}.section-title small{color:#98a2b3}.section-title svg{color:var(--orange);font-size:24px}.masonry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:start}.product-card{display:block;background:#fff;border-radius:11px;overflow:hidden;box-shadow:0 2px 7px #0f172a0f;border:1px solid #f1f2f4}.product-image-wrap{height:204px;position:relative;background:#f4f4f4;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.product-corner-tag{position:absolute;left:7px;top:7px;background:#ff1748;color:#fff;border-radius:5px;padding:3px 6px;font-size:10px;font-weight:800}.heart-button{position:absolute;right:7px;top:7px;background:#ffffffd9;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;color:#667085}.heart-button svg{font-size:15px}.product-body{padding:9px}.product-body h3{font-size:14px;line-height:1.38;height:39px;overflow:hidden;color:#111827}.product-tags{display:flex;gap:4px;height:23px;padding-top:4px;overflow:hidden}.product-tags span{font-size:9px;color:#f04438;border:1px solid #ffc7c2;border-radius:3px;padding:2px 4px;white-space:nowrap}.product-price-row{display:flex;align-items:center;margin-top:3px;gap:5px}.product-price-row strong{font-size:18px;color:var(--orange);white-space:nowrap}.product-price-row small{font-size:9px;color:#98a2b3;min-width:0;overflow:hidden;white-space:nowrap}.product-price-row button{margin-left:auto;background:var(--orange);color:#fff;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;flex:none}.product-price-row button svg{font-size:14px}.product-card.compact .product-image-wrap{height:125px}.product-card.compact .product-body{padding:7px}.product-card.compact .product-body h3{font-size:11px;height:31px}.product-card.compact .product-tags,.product-card.compact .product-price-row small,.product-card.compact .product-price-row button{display:none}.product-card.compact .product-price-row strong{font-size:15px}.following-content{padding:4px 10px 30px}.following-stores{display:flex;gap:14px;overflow:auto;padding:9px 2px 12px;scrollbar-width:none}.following-stores>a,.following-first{width:60px;flex:none;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}.following-stores img,.following-first>span{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #30b765}.following-first>span{background:linear-gradient(150deg,#ff8a00,#ff5a16);color:#fff;border:0;display:grid;place-items:center;font-size:24px}.following-stores b,.following-stores small{font-size:11px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.following-stores em{position:absolute;top:37px;background:#ff244d;color:#fff;border-radius:4px;font-style:normal;font-size:8px;padding:1px 3px;white-space:nowrap}.follow-filters{display:flex;overflow:auto;gap:7px;padding:4px 0 10px;scrollbar-width:none}.follow-filters button{flex:none;background:#f3f4f6;border-radius:9px;padding:9px 15px;font-size:13px;display:flex;align-items:center;gap:3px}.follow-filters button.active{color:var(--orange);background:#fff2eb}.moment-card{border-top:8px solid #f6f7f9;padding:14px 2px}.moment-card header{display:flex;justify-content:space-between;align-items:center}.moment-shop{display:flex;align-items:center;gap:9px}.moment-shop img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #ff1748}.moment-shop div{display:flex;flex-direction:column}.moment-shop b{font-size:15px}.moment-shop small{font-size:10px;color:#98a2b3}.moment-card header>button{background:var(--orange);color:#fff;border-radius:7px;padding:8px 15px;font-weight:800}.moment-card>p{padding:12px 0 8px 57px;line-height:1.55;font-size:14px}.moment-card>p strong{color:#4fc26b;margin-right:5px}.moment-images{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-left:57px}.moment-images img{width:100%;height:150px;object-fit:cover;border-radius:5px}.moment-card footer{margin:10px 3px 0 57px;display:flex;align-items:center;gap:14px;color:#8491a5}.moment-card footer span{flex:1;font-size:11px}.moment-card footer svg{font-size:23px}.video-stage .mobile-shell{padding-bottom:76px;background:#050505}.video-page{padding:2px 14px 18px}.video-top{height:59px;display:flex;align-items:center;justify-content:space-between;font-size:25px}.video-top nav{display:flex;gap:21px;align-items:center;font-size:17px;color:#a6a6a6;white-space:nowrap}.video-top nav b{font-size:21px;color:#fff;position:relative}.video-top nav b:after{content:"";position:absolute;bottom:-12px;left:50%;width:16px;height:3px;background:#fff;border-radius:4px;transform:translate(-50%)}.video-hero{position:relative;height:435px;border-radius:13px;overflow:hidden;margin-top:10px}.video-hero>img{width:100%;height:100%;object-fit:cover}.video-gradient{position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#000000eb)}.video-caption{position:absolute;left:16px;right:14px;bottom:22px;display:flex;align-items:end;gap:8px}.video-caption>div{flex:1}.video-caption small{color:#ff8a3d;background:#ff5a162e;border-radius:5px;padding:3px 5px;font-size:10px}.video-caption h1{font-size:20px;margin:7px 0 5px}.video-caption p{font-size:11px;color:#c7c7c7;line-height:1.5}.video-caption button{color:#fff;background:#ffffff2b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:10px 8px;font-size:10px;display:flex;align-items:center;gap:4px}.hero-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:5px}.hero-dots i{width:6px;height:6px;border-radius:50%;background:#888}.hero-dots i.active{background:#fff}.video-section-title{font-size:20px;margin:20px 3px 13px}.video-list{display:flex;gap:8px;overflow:auto;scrollbar-width:none;margin-right:-14px}.video-list article{width:126px;flex:none}.video-list article>div{height:177px;border-radius:9px;overflow:hidden;position:relative}.video-list img{width:100%;height:100%;object-fit:cover}.video-list article span{position:absolute;top:6px;right:5px;background:#ff661d;color:#fff;border-radius:6px;padding:3px 5px;font-size:9px;font-weight:800;display:flex;align-items:center}.video-list article i{position:absolute;inset:0;display:grid;place-items:center;font-size:28px;color:#fffc;opacity:0}.video-list article:hover i{opacity:1}.video-list b{display:block;margin:7px 3px 2px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-list small{color:#8f8f8f;font-size:9px;margin-left:3px}.video-next{height:75px;margin:18px -14px -18px;background:linear-gradient(90deg,#101820,#0e1115);display:flex;align-items:center;justify-content:center;color:#cfd1d4;gap:8px}.unlock-sheet{width:100%;background:#151515;border-radius:22px 22px 0 0;padding:18px;position:relative;display:flex;gap:14px;color:#fff;transition:.25s}.unlock-sheet .sheet-close{color:#fff}.unlock-sheet>img{width:120px;height:174px;object-fit:cover;border-radius:10px}.unlock-sheet>div{padding-top:15px;flex:1}.unlock-sheet h3{font-size:20px;margin:6px 0}.unlock-sheet p{font-size:12px;color:#aaa;line-height:1.5}.unlock-sheet strong{font-size:23px;color:#ff7432;display:block;margin:12px 0}.unlock-sheet div>button{width:100%;background:#ff5a16;color:#fff;border-radius:12px;padding:11px;font-weight:800}.unlock-sheet em{font-size:9px;color:#777;font-style:normal;display:block;margin-top:8px}.messages-stage .mobile-shell{background:#fff}.message-page{padding-bottom:20px}.message-header{height:80px;padding:11px 18px 8px;display:flex;align-items:center;justify-content:space-between}.message-header>div{display:flex;align-items:center;gap:6px}.message-header h1{font-size:25px}.message-header small{font-size:13px}.message-header button{color:#8491a5;background:#f0f2f5;border-radius:5px;padding:4px 6px}.message-header nav{display:flex;gap:19px;font-size:25px}.system-message-list{padding:7px 18px 13px;border-bottom:7px solid #f5f6f8}.system-message-list article,.conversation-placeholder,.message-promo{display:flex;align-items:center;gap:13px;position:relative;padding:8px 0}.message-icon{width:50px;height:50px;border-radius:13px;display:grid;place-items:center;font-size:27px;flex:none;background:#fff2eb;color:#ff5a16}.message-icon.orange{background:#fff1e9;color:#ff5a16}.message-icon.blue{background:#eaf7ff;color:#159ee8}.message-icon.pink{background:#fff0f5;color:#ff1748}.message-icon.violet{background:#f6eefe;color:#b344e8}.message-icon.amber{background:#fff7dd;color:#f0ad20}.message-icon.gold{background:#fff0a8;color:#d79000;font-weight:900}.system-message-list article div,.conversation-placeholder div,.message-promo div{min-width:0;flex:1}.system-message-list b,.conversation-placeholder b,.message-promo b{font-size:17px}.system-message-list p,.conversation-placeholder p,.message-promo p{font-size:13px;color:#8b96a8;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-message-list time{font-size:11px;color:#c2c7d0}.message-promo{padding:11px 18px;border-bottom:1px solid #f1f2f4}.conversation-list{padding:3px 18px}.conversation-list>a{display:flex;align-items:center;gap:13px;padding:10px 0;position:relative}.conversation-list>a>img{width:50px;height:50px;border-radius:12px;object-fit:cover}.conversation-list>a>div{flex:1;min-width:0}.conversation-list>a b{font-size:17px}.conversation-list>a p{font-size:13px;color:#8995a8;margin-top:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.conversation-list>a time{font-size:10px;color:#bfc5ce;align-self:flex-start;margin-top:4px}.conversation-list>a i{position:absolute;right:0;bottom:13px;background:var(--orange);color:#fff;border-radius:50%;width:18px;height:18px;display:grid;place-items:center;font-size:9px;font-style:normal}.older-title{font-size:20px;margin:18px}.chat-stage .mobile-shell{padding-bottom:0;background:#f4f5f7}.chat-page{height:100dvh;display:flex;flex-direction:column}.sub-header{min-height:58px;padding:8px 15px;display:flex;align-items:center;gap:12px;background:#fff;border-bottom:1px solid #edf0f4;position:relative;z-index:10}.sub-header>button:first-child{font-size:26px}.sub-header>div{display:flex;flex-direction:column;flex:1}.sub-header b{font-size:16px}.sub-header small{font-size:10px;color:#98a2b3;margin-top:3px}.sub-header>svg{font-size:24px}.chat-messages{flex:1;overflow:auto;padding:18px 15px}.chat-order-card{width:82%;margin:0 auto 20px;background:#fff;border-radius:12px;padding:13px;box-shadow:0 5px 15px #0f172a0d;display:grid;gap:5px}.chat-order-card span{color:var(--orange);font-size:11px}.chat-order-card small{color:#98a2b3}.chat-bubble-row{display:flex;gap:8px;margin:11px 0;align-items:flex-end}.chat-bubble-row.mine{justify-content:flex-end}.avatar-mini{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ff7028,#f0440a);color:#fff;font-weight:800}.chat-bubble{max-width:72%;background:#fff;border-radius:5px 14px 14px;padding:10px 12px;font-size:14px;box-shadow:0 3px 10px #0f172a0a}.mine .chat-bubble{background:#ff6b2c;color:#fff;border-radius:14px 5px 14px 14px}.chat-bubble time{display:block;font-size:8px;color:#98a2b3;margin-top:5px;text-align:right}.mine .chat-bubble time{color:#ffe3d7}.chat-composer{display:flex;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff}.chat-composer>button{font-size:23px}.chat-composer input{min-width:0;flex:1;background:#f2f4f7;border:0;border-radius:20px;padding:10px 14px;outline:0}.chat-composer .send-button{background:var(--orange);color:#fff;width:37px;height:37px;border-radius:50%;display:grid;place-items:center;font-size:18px}.cart-stage .mobile-shell{background:#fff;padding-bottom:140px}.cart-page{padding-bottom:10px}.cart-header{height:76px;padding:14px 18px 8px;display:flex;align-items:center;justify-content:space-between}.cart-header>div{display:flex;align-items:baseline;gap:6px}.cart-header h1{font-size:25px}.cart-header nav{display:flex;align-items:center;gap:17px;font-size:16px}.cart-header nav svg{font-size:25px}.cart-tools{display:flex;gap:7px;overflow:auto;padding:7px 10px;scrollbar-width:none}.cart-tools button{flex:none;background:#f3f5f7;border-radius:8px;padding:7px 9px;font-size:12px;display:flex;gap:4px;align-items:center}.coupon-notice{margin:3px 10px 9px;padding:9px;border-radius:8px;background:#fff2f5;color:#283042;display:flex;gap:6px;align-items:center;font-size:12px}.coupon-notice svg,.coupon-notice b{color:#f21847}.cart-store{border-bottom:8px solid #f5f6f7;padding:8px 12px 12px}.cart-store>header{display:flex;align-items:center;gap:7px;height:36px}.cart-store>header>svg{color:var(--orange)}.cart-store>header b{font-size:16px}.cart-store>header span{margin-left:auto;color:#8a94a6;font-size:12px}.check-circle{width:26px;height:26px;border-radius:50%;border:2px solid #d6dbe3;display:grid;place-items:center;color:transparent;flex:none;padding:3px}.check-circle.checked{background:var(--orange);border-color:var(--orange);color:#fff}.cart-item{display:flex;gap:9px;padding:7px 0;align-items:center;position:relative}.cart-item>a{flex:none}.cart-item img{width:98px;height:98px;object-fit:cover;border-radius:8px}.cart-item-content{min-width:0;flex:1;position:relative}.cart-item-content h3{font-size:14px;line-height:1.4;height:39px;overflow:hidden;padding-right:22px}.cart-item-content>p{font-size:11px;color:#8b96a8;background:#f5f6f7;display:inline-flex;align-items:center;border-radius:5px;padding:4px;margin:4px 0}.mini-tags{display:flex;gap:3px}.mini-tags span{font-size:8px;border:1px solid #ffb398;color:#f45a22;border-radius:3px;padding:1px 3px}.cart-price{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.cart-price strong{color:var(--orange);font-size:17px}.qty{display:flex;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;align-items:center}.qty button{width:23px;height:22px;background:#f8f9fb}.qty span{width:23px;text-align:center;font-size:11px}.remove-item{position:absolute;right:0;top:0;font-size:10px;color:#98a2b3}.cart-store>footer{margin:7px 0 0 124px;background:#fff3f5;color:#e11d48;padding:7px 9px;border-radius:5px;display:flex;align-items:center;font-size:11px}.cart-store>footer b{margin-left:auto}.cart-checkout{position:absolute;z-index:89;bottom:70px;height:68px;left:0;right:0;background:#fff;display:flex;align-items:center;padding:7px 11px;gap:7px;border-top:1px solid #eee}.cart-checkout>span{font-size:12px;white-space:nowrap}.cart-checkout>div{flex:1;text-align:right;min-width:0}.cart-checkout>div>span{font-size:11px}.cart-checkout strong{color:var(--orange);font-size:19px}.details-link{display:block;margin-left:auto;color:var(--orange);font-size:10px}.checkout-button{height:46px;min-width:133px;background:linear-gradient(110deg,#ff8a00,#ff4b0a);border-radius:15px;color:#fff;font-size:17px;font-weight:800}.checkout-button:disabled{opacity:.45}.checkout-button em{font-style:normal}.amount-sheet{height:69%;width:100%;background:#fff;border-radius:20px 20px 0 0;padding:25px 15px;position:relative;transition:.25s}.amount-sheet>h2{text-align:center;font-size:21px}.amount-sheet>p{text-align:center;color:#aaa;font-size:12px;margin:4px 0 35px}.selected-thumbs{display:flex;gap:7px;margin-bottom:30px}.selected-thumbs img{width:92px;height:92px;object-fit:cover;border-radius:8px}.selected-thumbs span{align-self:start;margin-left:-26px;background:var(--orange);color:#fff;border-radius:50%;width:23px;height:23px;display:grid;place-items:center}.amount-sheet dl{display:grid;grid-template-columns:1fr auto;gap:21px;margin:0}.amount-sheet dt{display:flex;align-items:center;gap:5px;font-weight:700}.amount-sheet dd{margin:0;font-size:18px;font-weight:800}.amount-sheet dd.orange{color:var(--orange)}.sheet-total{text-align:right;margin-top:35px;color:var(--orange);font-size:18px}.sheet-total>span{margin-left:13px;color:#111}.sheet-total strong{font-size:25px}.cart-page>.empty-state{height:calc(100dvh - 260px)}.profile-stage .mobile-shell{background:linear-gradient(#ffe7dc,#f3f5f7 430px);padding-bottom:80px}.profile-page{padding:0 10px 25px}.profile-hero{display:flex;justify-content:space-between;align-items:center;padding:5px 0 13px}.profile-person,.login-profile{display:flex;align-items:center;gap:9px}.profile-avatar{width:55px;height:55px;border-radius:50%;display:grid;place-items:center;border:3px solid var(--orange);background:linear-gradient(145deg,#a6d8ff,#d9f4ff);font-size:22px;font-weight:900;color:#235}.profile-person h1,.login-profile h1{font-size:20px}.profile-person p,.login-profile p{display:flex;align-items:center;gap:4px;font-size:10px;margin-top:5px}.profile-person p svg{font-size:12px;color:#a97819}.profile-person p i{height:12px;border-left:1px solid #9e8478}.profile-hero nav{display:flex;gap:10px}.profile-hero nav a,.profile-hero nav button{display:flex;align-items:center;flex-direction:column;gap:4px;font-size:9px}.profile-hero nav svg{font-size:24px}.wealth-card{background:#ffffffeb;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #97492212}.wealth-card>.saving{display:inline-flex;width:38%;padding:14px 12px;align-items:center;gap:3px}.wealth-card>.saving b{font-size:17px;white-space:nowrap}.member-promo{float:right;width:60%;padding:11px;background:linear-gradient(90deg,#fff1e7,#fff);display:flex;flex-direction:column;color:var(--orange)}.member-promo b{font-size:19px}.member-promo small{color:#966554}.balance-row{display:grid;grid-template-columns:repeat(4,1fr);clear:both;padding:17px 10px 13px;text-align:center}.balance-row div{display:flex;flex-direction:column;gap:5px}.balance-row small{font-size:11px}.balance-row strong{font-size:20px}.wealth-card footer{border-top:1px solid #f6e6df;padding:9px 11px;display:flex;align-items:center;font-size:11px}.wealth-card footer span{flex:1}.wealth-card footer button{background:var(--orange);color:#fff;border-radius:7px;padding:7px 13px}.profile-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:12px;margin:10px 0;padding:14px}.profile-shortcuts a{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px}.profile-shortcuts svg{font-size:26px}.profile-orders{background:#fff;border-radius:12px;padding:12px;margin-bottom:10px}.profile-orders>header,.profile-recommend>header{display:flex;align-items:center;justify-content:space-between}.profile-orders h2{font-size:18px}.profile-orders header a{color:#8994a6;font-size:11px}.profile-orders>div{display:grid;grid-template-columns:repeat(5,1fr);margin:13px 0}.profile-orders>div a{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:10px}.profile-orders>div span{position:relative;font-size:25px}.profile-orders>div i{position:absolute;right:-10px;top:-8px;background:var(--orange);color:#fff;border-radius:50%;font-size:9px;font-style:normal;width:18px;height:18px;display:grid;place-items:center}.profile-orders>footer{display:flex;align-items:center;gap:10px;background:#f7f8f9;border-radius:8px;padding:5px;font-size:11px}.profile-orders>footer img{width:44px;height:28px;object-fit:cover;border-radius:3px}.profile-channels{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-radius:12px;padding:14px 7px;margin-bottom:10px}.profile-channels a{display:flex;align-items:center;flex-direction:column;gap:7px;font-size:10px}.profile-channels span{width:38px;height:38px;border-radius:50%;background:linear-gradient(145deg,#43d878,#1fb15a);color:#fff;display:grid;place-items:center;font-size:17px}.profile-channels a:nth-child(2n) span{background:linear-gradient(145deg,#ffbc25,#f7941d)}.profile-recommend{background:#fff;border-radius:12px;padding:12px 6px}.profile-recommend header{justify-content:flex-start;gap:20px;margin:2px 5px 12px}.profile-recommend h2{font-size:18px;position:relative}.profile-recommend h2:after{content:"";position:absolute;left:35px;bottom:-5px;width:19px;height:3px;background:var(--orange);border-radius:4px}.profile-recommend header span{color:#8d98a9}.language-sheet{width:100%;max-height:78%;overflow:auto;background:#fff;border-radius:20px 20px 0 0;padding:18px;transition:.25s}.language-sheet h2{text-align:center;margin:4px 0 15px}.language-sheet>button{width:100%;display:flex;align-items:center;padding:12px;border-bottom:1px solid #f0f1f3;text-align:left}.language-sheet>button span{font-weight:800;flex:1}.language-sheet>button small{color:#98a2b3;margin-right:10px}.language-sheet>button b{color:transparent}.language-sheet>button.active b{color:var(--orange)}.language-sheet .cancel-sheet{justify-content:center;border:0;background:#f5f6f7;border-radius:10px;margin-top:8px}.language-sheet .logout-sheet{justify-content:center;color:#d92d20;border:0;gap:7px}.address-stage .mobile-shell,.orders-stage .mobile-shell{padding-bottom:0}.address-header{height:68px;gap:16px}.address-header h1{font-size:24px;flex:1}.address-header>svg{font-size:24px}.address-header>span{font-size:15px}.orange-text{color:var(--orange);font-size:15px!important}.address-list article{position:relative;padding:24px 55px 24px 20px;border-bottom:1px solid #edf0f3}.address-region{color:#8491a5;font-size:14px;margin-bottom:11px}.address-list h2{font-size:19px;line-height:1.35}.address-list p{font-size:15px;margin-top:10px}.address-list p span{color:var(--orange);background:#fff1e9;border-radius:5px;padding:3px 5px;margin-left:4px;font-size:10px}.address-list article>button{position:absolute;right:20px;top:50%;font-size:22px;color:#8491a5}.floating-add{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:min(380px,88vw);background:linear-gradient(100deg,#ff8126,#ff4c10);color:#fff;border-radius:18px;height:50px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px}.address-form{width:100%;background:#fff;border-radius:20px 20px 0 0;padding:24px 18px;position:relative;transition:.25s;max-height:92%;overflow:auto}.address-form h2{text-align:center;margin-bottom:18px}.address-form>label,.address-form .form-row label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;flex:1}.address-form label span{font-size:12px;color:#667085}.address-form input,.address-form textarea{border:1px solid #e2e6eb;border-radius:10px;padding:11px;outline:0;width:100%}.address-form input:focus,.address-form textarea:focus{border-color:var(--orange)}.form-row{display:flex;gap:9px}.form-row.triple label{min-width:0}.switch-line{flex-direction:row!important;align-items:center}.switch-line input{width:18px!important}.orders-page{background:#fff;min-height:100dvh}.order-search{height:62px;padding:8px 16px;display:flex;align-items:center;gap:14px}.order-search>button{font-size:26px}.order-search>div{height:39px;flex:1;border:2px solid var(--orange);border-radius:12px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#8491a5}.order-search>div svg{color:var(--orange)}.order-search>span{font-size:11px;white-space:nowrap}.order-search>svg{font-size:22px}.order-main-tabs{display:flex;gap:23px;padding:9px 18px 13px;font-size:17px;font-weight:700}.order-main-tabs .active{color:var(--orange);position:relative}.order-main-tabs .active:after{content:"";position:absolute;left:50%;bottom:-8px;width:15px;height:3px;border-radius:4px;background:var(--orange);transform:translate(-50%)}.order-status-tabs{display:flex;overflow:auto;gap:7px;padding:4px 16px 11px;scrollbar-width:none}.order-status-tabs button{flex:none;background:#f3f5f7;border-radius:8px;padding:9px 15px}.order-status-tabs button.active{color:var(--orange);background:#fff0e9}.order-coupon{margin:0 16px 10px;background:#fff4ed;border-radius:8px;padding:10px;font-size:12px}.order-list{border-top:7px solid #f5f6f7;padding:0 16px 25px}.order-card{border-bottom:8px solid #f5f6f7;margin:0 -16px;padding:16px}.order-card>header{display:flex;justify-content:space-between;align-items:center}.order-card header a{display:flex;align-items:center;font-size:16px}.order-card header strong{color:var(--orange);font-size:14px}.order-product{display:flex;gap:10px;margin-top:14px}.order-product>img{width:105px;height:105px;object-fit:cover;border-radius:8px}.order-product>div{flex:1;min-width:0}.order-product h3{font-size:15px;line-height:1.45;height:43px;overflow:hidden}.order-product p{color:#8d98a8;margin:5px 0;font-size:12px}.order-product div>span{color:#12a859;font-size:11px}.order-product aside{display:flex;flex-direction:column;align-items:end;font-size:12px}.order-product aside small{color:#98a2b3}.order-total{text-align:right;margin:10px 0;font-size:12px}.order-total b{font-size:17px}.order-card footer{display:flex;justify-content:flex-end;gap:8px}.order-card footer button{border:1px solid #e2e5e9;border-radius:9px;padding:8px 12px;font-size:12px;display:flex;align-items:center;gap:4px}.order-card footer .orange-outline{border-color:var(--orange);color:var(--orange)}.moment-images>a{display:block;position:relative;min-width:0;overflow:hidden;border-radius:5px}.moment-images>a>span{position:absolute;left:6px;right:6px;bottom:6px;padding:5px 7px;border-radius:6px;background:#111827a8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-stage .mobile-shell{padding-bottom:72px;background:#f5f6f7}.product-page{min-height:100dvh}.product-floating-header{position:absolute;z-index:50;top:51px;left:10px;right:10px;display:flex;align-items:center;gap:9px}.product-floating-header>button,.product-floating-header>svg,.cart-float{width:37px;height:37px;border-radius:12px;background:#14141485;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:grid;place-items:center;font-size:22px;flex:none}.product-floating-header>div{opacity:0;flex:1;background:#fff;border-radius:12px;height:37px;display:flex;align-items:center;padding:0 10px;gap:6px}.cart-float{position:relative}.cart-float i{position:absolute;right:-4px;top:-6px;background:var(--orange);border-radius:50%;font-style:normal;font-size:9px;width:19px;height:19px;display:grid;place-items:center}.product-gallery{height:555px;position:relative;background:#ead5cc}.product-gallery>img{width:100%;height:100%;object-fit:cover}.product-gallery>span{position:absolute;right:18px;bottom:16px;background:#00000080;color:#fff;border-radius:10px;padding:5px 9px;font-size:12px}.product-gallery>button{position:absolute;right:16px;bottom:60px;background:#00000059;color:#fff;border-radius:50%;width:37px;height:37px;display:grid;place-items:center;font-size:21px}.product-price-panel{background:#fff}.flash-label{height:33px;display:flex;align-items:center;background:linear-gradient(90deg,#ff1748,#ff3d00);color:#fff;padding:0 16px;font-weight:800}.big-price{display:flex;align-items:baseline;padding:10px 16px 5px;color:var(--orange)}.big-price small{font-size:17px}.big-price strong{font-size:32px}.big-price del{color:#98a2b3;font-size:12px;margin-left:10px}.big-price span{margin-left:auto;color:#8491a5;font-size:11px}.discount-banner{background:#fff1f3;color:#e11d48;padding:9px 16px;font-size:12px;display:flex;align-items:center;justify-content:space-between}.product-title{background:#fff;padding:10px 16px 14px;margin-bottom:7px}.product-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:12px}.product-tabs button{flex:none;background:#f4f5f7;color:#7f8a9c;padding:8px 13px;border-radius:8px}.product-tabs button.active{border:1px solid var(--orange);background:#fff7f1;color:var(--orange)}.product-title h1{font-size:19px;line-height:1.5}.product-title h1>span{background:#e6003c;color:#fff;border-radius:4px;padding:2px 4px;font-size:11px;margin-right:5px}.product-title>p{font-size:13px;color:#667085;line-height:1.55;margin-top:5px}.product-badges{display:flex;gap:7px;overflow:auto;margin-top:11px}.product-badges span{flex:none;border:1px solid #e8d9c8;color:#9a7040;border-radius:5px;padding:6px;font-size:10px}.product-service-card{background:#fff;margin-bottom:7px}.product-service-card>div,.product-service-card>button{min-height:52px;border-bottom:1px solid #f0f1f3;padding:11px 16px;display:flex;align-items:center;gap:8px;width:100%;text-align:left}.product-service-card>div>svg,.product-service-card>button>svg{font-size:22px}.product-service-card b{color:#13b15d}.product-service-card span{font-size:13px}.product-service-card div>span{flex:1}.product-service-card>button>span{font-weight:800}.variant-thumbs{display:flex;flex:1;gap:4px;margin-left:10px}.variant-thumbs img{width:34px;height:34px;border-radius:5px;object-fit:cover}.review-section{background:#fff;margin-bottom:7px;padding:14px 16px}.review-section header{display:flex;justify-content:space-between;align-items:center}.review-section h2{font-size:19px}.review-section header span{display:flex;align-items:center;color:#8c97a8;font-size:12px}.review-tags{display:flex;gap:6px;overflow:auto;margin:12px 0}.review-tags span{flex:none;background:#fff8ec;color:#987033;border-radius:5px;padding:6px 8px;font-size:10px}.review-section article{background:#f7f8fa;border-radius:9px;padding:10px}.review-section article b{font-size:12px}.review-section article i{background:#1d2939;color:#fff;border-radius:3px;font-style:normal;font-size:8px;padding:2px 4px}.review-section article small{color:#98a2b3;margin-left:6px;font-size:9px}.review-section article p{font-size:12px;line-height:1.7;margin-top:8px}.store-summary{background:#fff;margin-bottom:7px;padding:14px 16px}.store-summary a{display:flex;align-items:center;gap:10px}.store-summary img{width:48px;height:48px;border-radius:10px;object-fit:cover}.store-summary div{display:flex;flex-direction:column;flex:1}.store-summary b{font-size:16px}.store-summary small{color:#8491a5;margin-top:5px;font-size:10px}.store-summary span{display:flex;align-items:center;color:var(--orange);font-size:12px}.detail-image{background:#fff;padding:14px 0}.detail-image h2{font-size:18px;padding:0 16px 10px}.detail-image img{width:100%;max-height:650px;object-fit:cover}.product-actions{position:absolute;z-index:100;bottom:0;height:72px;left:0;right:0;background:#fff;display:flex;align-items:center;padding:7px 12px;gap:11px}.product-actions>a,.product-actions>button{display:flex;align-items:center;flex-direction:column;font-size:10px;gap:3px}.product-actions>a svg,.product-actions>button svg{font-size:25px}.product-actions>div{display:grid;grid-template-columns:1fr 1fr;flex:1;border-radius:15px;overflow:hidden;height:48px}.product-actions>div button{font-weight:800;color:#fff;background:#ff9800}.product-actions>div button:last-child{background:linear-gradient(90deg,#ff6e00,#ff3d00)}.variant-sheet{width:100%;background:#fff;border-radius:20px 20px 0 0;padding:18px 16px 20px;transition:.25s;position:relative}.variant-summary{display:flex;gap:12px;margin-bottom:20px}.variant-summary>img{width:105px;height:105px;object-fit:cover;border-radius:10px}.variant-summary>div{display:flex;flex-direction:column;padding-top:22px}.variant-summary strong{font-size:24px;color:var(--orange)}.variant-summary small{color:#98a2b3;margin:4px 0}.variant-summary p{font-size:12px}.variant-sheet h3{font-size:16px;margin-bottom:10px}.variant-option{width:100%;display:flex;align-items:center;gap:8px;background:#f7f8fa;border:2px solid transparent;border-radius:9px;padding:11px;margin:7px 0;text-align:left}.variant-option span{flex:1}.variant-option svg{color:transparent}.variant-option.active{border-color:var(--orange);background:#fff5ef}.variant-option.active svg{color:var(--orange)}.quantity-line{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.quantity-line>div{display:flex;align-items:center;background:#f3f4f6;border-radius:7px}.quantity-line button{width:32px;height:32px}.quantity-line b{width:38px;text-align:center}.variant-actions{display:grid;grid-template-columns:1fr 1fr;border-radius:14px;overflow:hidden}.variant-actions button{height:49px;color:#fff;font-weight:800;background:#ff9800}.variant-actions button:last-child{background:#ff4b0a}.store-stage .mobile-shell{padding-bottom:70px;background:#f5f6f7}.store-top-bg{height:142px;background:linear-gradient(125deg,#bd7c57,#8f5163);padding-top:5px}.store-search{display:flex;align-items:center;gap:9px;padding:9px 13px;color:#fff}.store-search>button:first-child,.store-search>svg{font-size:27px}.store-search>div{height:41px;flex:1;background:#1414143d;border-radius:10px;display:flex;align-items:center;padding:0 9px;gap:8px}.store-search>div img{width:28px;height:28px;border-radius:6px;object-fit:cover}.store-search input{min-width:0;flex:1;border:0;background:transparent;outline:0;color:#fff}.store-search input::placeholder{color:#eee}.follow-button{background:var(--orange);color:#fff;border-radius:8px;padding:10px 12px;white-space:nowrap;font-weight:800}.follow-button.followed{background:#fff;color:var(--orange)}.store-card{background:#fff;border-radius:13px 13px 0 0;margin-top:-36px;position:relative;padding:14px 13px 5px}.store-card>header{display:flex;align-items:center;gap:9px}.store-card>header>img{width:48px;height:48px;border-radius:10px;object-fit:cover;border:2px solid #f21847}.store-card>header>div{min-width:0;flex:1}.store-card h1{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-card p{display:flex;gap:7px;color:#8d98a9;font-size:11px;margin-top:4px}.store-card p span{color:#f21847;display:flex;align-items:center}.store-card>header>button{background:var(--orange);color:#fff;border-radius:8px;padding:9px 13px;font-weight:800}.store-metrics{display:flex;overflow:auto;margin:13px -13px 0;padding:0 13px 9px;gap:8px}.store-metrics span{flex:none;background:#f8f9fa;border-radius:7px;padding:7px 10px;font-size:11px;display:flex;align-items:center;gap:3px}.store-metrics b{color:#f21847}.store-tabs,.store-bottom{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;padding:11px 7px;font-weight:800}.store-tabs button.active,.store-bottom button.active{color:var(--orange)}.store-home{padding:10px}.store-campaign{background:linear-gradient(120deg,#ff1748,#ff003d);border-radius:12px;padding:9px;color:#fff}.store-campaign>header{display:flex;align-items:center;gap:6px;font-size:11px;margin-bottom:9px}.store-campaign>header b{font-size:16px}.store-campaign>header svg{margin-left:auto}.store-campaign>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.store-banner{width:100%;height:330px;object-fit:cover;border-radius:12px;margin:10px 0}.store-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.store-feature-grid a{background:#fff;border-radius:10px;overflow:hidden}.store-feature-grid img{width:100%;height:170px;object-fit:cover}.store-feature-grid b{display:block;padding:8px;font-size:12px}.store-products{background:#fff;min-height:550px}.store-product-tabs{display:grid;grid-template-columns:1fr 1fr;padding:14px}.store-product-tabs button{font-size:18px}.store-product-tabs .active{border-bottom:3px solid #111;padding-bottom:10px}.sort-tabs{display:flex;align-items:center;padding:9px 13px;gap:24px;border-top:1px solid #eee}.sort-tabs button.active{color:var(--orange)}.sort-tabs>svg{margin-left:auto}.store-category-row{display:flex;overflow:auto;gap:6px;padding:7px 11px;scrollbar-width:none}.store-category-row button{flex:none;background:#f4f5f7;border-radius:6px;padding:8px 11px;font-size:11px}.store-category-row button.active{color:#e11d48;background:#fff0f4}.store-products>.masonry-grid{padding:10px}.store-bottom{position:absolute;z-index:100;bottom:0;left:0;right:0;height:70px;align-items:center;border-top:1px solid #eee;font-size:15px}.auth-stage .mobile-shell{padding-bottom:0;background:radial-gradient(circle at 85% 10%,#ffe7da 0,transparent 35%),linear-gradient(160deg,#fff8f3,#fff 55%)}.auth-page{min-height:100dvh;padding:8px 22px}.auth-page>header{display:flex;justify-content:space-between}.auth-page>header>button:first-child{font-size:27px}.auth-language{display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #eee;border-radius:16px;padding:7px 11px}.auth-brand{text-align:center;margin:45px 0 32px}.auth-brand>span{width:74px;height:74px;border-radius:22px;background:linear-gradient(145deg,#ff8a25,#ff4b0a);color:#fff;display:grid;place-items:center;font-size:39px;margin:auto;box-shadow:0 15px 30px #ff5a1640}.auth-brand h1{font-size:31px;margin-top:14px}.auth-brand p{color:#8a94a6;margin-top:6px}.auth-card{background:#ffffffdb;border:1px solid #fff;border-radius:23px;padding:18px;box-shadow:0 20px 60px #7e421f1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card>nav{display:grid;grid-template-columns:1fr 1fr;background:#f4f5f7;border-radius:13px;padding:4px;margin-bottom:21px}.auth-card>nav button{height:40px;border-radius:10px;font-weight:800}.auth-card>nav button.active{background:#fff;color:var(--orange);box-shadow:0 4px 12px #0f172a12}.auth-card form>label{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.auth-card label>span{font-size:12px;color:#667085}.auth-card input{height:47px;border:1px solid #e5e8ed;border-radius:12px;width:100%;padding:0 13px;outline:0;background:#fff}.auth-card input:focus{border-color:var(--orange)}.auth-card label>div{position:relative}.auth-card label>div button{position:absolute;right:10px;top:12px;font-size:20px;color:#8491a5}.auth-submit{height:49px;width:100%;border-radius:14px;background:linear-gradient(110deg,#ff8a00,#ff4b0a);color:#fff;font-weight:900;font-size:16px;margin-top:5px}.demo-account{display:flex;gap:9px;align-items:center;background:#fff7ec;border-radius:10px;padding:11px;margin:16px 0;color:#9a6539}.demo-account>svg{font-size:25px}.demo-account div{display:flex;flex-direction:column}.demo-account small{margin-top:2px}.auth-card>a{display:block;text-align:center;color:#8491a5;font-size:12px}.checkout-stage .mobile-shell{padding-bottom:75px;background:#f4f5f7}.checkout-page>.sub-header h1{font-size:19px;flex:1;text-align:center}.checkout-address{margin:10px;background:#fff;border-radius:12px;padding:14px;display:flex;align-items:center;gap:11px;position:relative;overflow:hidden}.checkout-address:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:repeating-linear-gradient(90deg,#ff5a16 0 22px,transparent 22px 30px,#448aff 30px 52px,transparent 52px 60px)}.checkout-address>svg:first-child{font-size:28px;color:var(--orange)}.checkout-address>div{flex:1}.checkout-address b{font-size:14px}.checkout-address p{color:#667085;font-size:11px;line-height:1.5;margin-top:4px}.checkout-items{margin:10px;background:#fff;border-radius:12px;padding:13px}.checkout-items>header{display:flex;align-items:center;gap:7px;margin-bottom:10px}.checkout-items article{display:flex;gap:10px;padding:8px 0}.checkout-items article img{width:95px;height:95px;object-fit:cover;border-radius:8px}.checkout-items article>div{flex:1}.checkout-items h3{font-size:14px;line-height:1.45}.checkout-items article p{color:#98a2b3;font-size:11px;margin:5px 0}.checkout-items article strong{color:var(--orange)}.checkout-items article small{color:#8491a5;float:right}.checkout-items dl{display:grid;grid-template-columns:1fr auto;gap:15px;border-top:1px solid #eee;padding-top:14px;margin:10px 0 0}.checkout-items dt{display:flex;align-items:center;gap:5px;font-size:13px}.checkout-items dd{margin:0;color:var(--orange);font-size:13px}.checkout-items dd input{border:0;text-align:right;outline:0;width:180px}.checkout-security{margin:10px;background:#eefbf3;color:#178a4e;border-radius:10px;padding:11px;display:flex;align-items:center;gap:7px;font-size:11px}.checkout-footer{position:absolute;z-index:100;bottom:0;left:0;right:0;height:75px;background:#fff;display:flex;align-items:center;padding:9px 12px}.checkout-footer>div{flex:1;text-align:right}.checkout-footer>div>span{font-size:11px}.checkout-footer strong{font-size:21px;color:var(--orange)}.checkout-footer small{display:block;color:#8491a5}.checkout-footer>button{margin-left:10px;height:49px;min-width:155px;background:linear-gradient(110deg,#ff8a00,#ff4b0a);color:#fff;border-radius:14px;font-weight:900}.checkout-footer>button:disabled{opacity:.45}.order-success{min-height:calc(100dvh - 105px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.order-success>span{width:74px;height:74px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:40px}.order-success h1{margin:18px 0 8px}.order-success p{color:#667085;line-height:1.6}.order-success>div{width:100%;display:flex;justify-content:space-between;background:#fff;border-radius:10px;padding:13px;margin-top:14px}.order-success>a{width:100%;border:1px solid var(--orange);color:var(--orange);border-radius:13px;padding:12px;margin-top:9px;font-weight:800}.order-success>a:first-of-type{background:var(--orange);color:#fff}.category-stage .mobile-shell{background:#f5f6f7}.category-page{padding-bottom:15px}.category-header{height:56px;display:flex;align-items:center;gap:9px;padding:7px 12px;background:#fff}.category-header>button,.category-header>svg{font-size:24px}.category-header>form{flex:1;height:39px;border:2px solid var(--orange);border-radius:13px;display:flex;align-items:center;gap:6px;padding:0 10px}.category-header form svg{color:var(--orange)}.category-header input{min-width:0;flex:1;border:0;outline:0}.category-tabs{display:flex;overflow:auto;padding:11px 10px;background:#fff;gap:18px;scrollbar-width:none}.category-tabs button{flex:none;font-weight:700;position:relative}.category-tabs button.active{color:var(--orange)}.category-tabs button.active:after{content:"";position:absolute;bottom:-8px;left:50%;width:18px;height:3px;background:var(--orange);border-radius:3px;transform:translate(-50%)}.subcategory-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:12px 8px;background:#fff;margin-top:1px}.subcategory-grid button{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10px}.subcategory-grid span{width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#ff8a34,#ff4a0b);color:#fff;display:grid;place-items:center;font-size:18px}.category-sort{display:flex;align-items:center;gap:25px;padding:12px;background:#fff;margin-top:7px}.category-sort button.active{color:var(--orange);font-weight:800}.category-sort>svg{margin-left:auto}.category-page>.masonry-grid{padding:9px}.manage-login-page{min-height:100dvh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(480px,.92fr);background:#fff}.manage-login-visual{background:radial-gradient(circle at 15% 20%,rgba(255,157,89,.25),transparent 30%),radial-gradient(circle at 80% 80%,rgba(255,85,28,.18),transparent 32%),linear-gradient(145deg,#201713,#3b2118 55%,#201410);color:#fff;padding:42px 7vw;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.manage-login-visual:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-140px;top:15%;box-shadow:0 0 0 55px #ffffff06,0 0 0 110px #ffffff05}.manage-brand{display:flex;align-items:center;gap:11px;font-size:20px;position:relative;z-index:1}.manage-brand>span{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,#ff8a31,#ff4b0b);display:grid;place-items:center;font-size:22px}.manage-login-visual>div:last-child{position:relative;z-index:1}.manage-login-visual>div>small{letter-spacing:2px;color:#f9a979}.manage-login-visual h1{font-size:clamp(38px,4vw,65px);line-height:1.15;margin:22px 0}.manage-login-visual p{color:#cfbeb6;font-size:16px;line-height:1.8;max-width:600px}.login-capabilities{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.login-capabilities span{display:flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0d;font-size:12px}.manage-login-panel{display:grid;place-items:center;padding:40px}.manage-login-card{width:min(100%,440px)}.manage-login-card>header h2{font-size:30px}.manage-login-card>header p{color:#667085;line-height:1.6;margin-top:8px}.manage-login-card>nav{display:grid;grid-template-columns:1fr 1fr;background:#f3f4f6;border-radius:12px;padding:4px;margin:26px 0 22px}.manage-login-card>nav button{height:42px;border-radius:9px;font-weight:800}.manage-login-card>nav button.active{background:#fff;box-shadow:0 4px 14px #0f172a14;color:var(--orange)}.manage-login-card form>label{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.manage-login-card label span{font-size:13px;font-weight:700}.manage-login-card input{width:100%;height:48px;border:1px solid #dce1e7;border-radius:11px;padding:0 13px;outline:0}.manage-login-card input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff5a161a}.manage-login-card label>div{position:relative}.manage-login-card label>div button{position:absolute;right:12px;top:13px;font-size:20px;color:#8491a5}.manage-submit{width:100%;height:50px;border-radius:12px;background:#ff5a16;color:#fff;font-weight:900;font-size:15px;margin-top:5px}.login-demo{display:flex;flex-direction:column;background:#fff7ed;border:1px solid #ffdfc7;border-radius:11px;padding:12px 14px;margin:17px 0}.login-demo b{font-size:12px;color:#a44715}.login-demo span{font-family:ui-monospace,monospace;margin:5px 0}.login-demo small{color:#8e6a56}.manage-login-card>a{display:block;text-align:center;color:#667085;font-size:13px}.manage-shell{min-height:100dvh;background:#f3f5f7}.manage-sidebar{position:fixed;z-index:150;inset:0 auto 0 0;width:260px;background:#171717;color:#fff;display:flex;flex-direction:column}.manage-sidebar>header{height:76px;padding:0 21px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #2a2a2a}.manage-sidebar>header>span{width:40px;height:40px;border-radius:11px;background:linear-gradient(145deg,#ff8431,#ff4b0b);display:grid;place-items:center;font-size:22px}.manage-sidebar>header>div{display:flex;flex-direction:column}.manage-sidebar>header b{font-size:20px}.manage-sidebar>header small{font-size:8px;letter-spacing:2px;color:#888}.manage-sidebar>header>button{display:none;margin-left:auto;color:#fff;font-size:21px}.manage-context{margin:16px 14px 8px;padding:10px;border-radius:10px;background:#222;display:flex;align-items:center;gap:8px}.manage-context>span{background:#ff5a16;border-radius:6px;padding:4px 6px;font-size:10px}.manage-context>div{min-width:0;flex:1;display:flex;flex-direction:column}.manage-context b{font-size:12px}.manage-context small{color:#888;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manage-sidebar>nav{flex:1;overflow:auto;padding:6px 12px;scrollbar-width:thin}.manage-sidebar>nav a{height:43px;padding:0 12px;border-radius:8px;display:flex;align-items:center;gap:11px;color:#a7a7a7;font-size:13px;margin:2px 0}.manage-sidebar>nav a svg{font-size:19px}.manage-sidebar>nav a.router-link-active{background:linear-gradient(90deg,#ff5a163b,#ff5a160f);color:#ff8149;position:relative}.manage-sidebar>nav a.router-link-active:before{content:"";position:absolute;left:-12px;width:3px;height:24px;border-radius:4px;background:#ff5a16}.manage-sidebar>footer{padding:13px;border-top:1px solid #2a2a2a}.manage-sidebar>footer button{width:100%;display:flex;align-items:center;gap:10px;color:#999;padding:10px}.manage-workspace{margin-left:260px;min-height:100dvh}.manage-topbar{height:76px;position:sticky;z-index:100;top:0;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e9ecf0;display:flex;align-items:center;padding:0 28px;gap:17px}.drawer-button{display:none;font-size:23px}.manage-topbar>div:first-of-type{min-width:230px}.manage-topbar h1{font-size:19px}.manage-topbar p{font-size:10px;color:#98a2b3;margin-top:3px}.manage-topbar form{height:39px;min-width:220px;max-width:410px;flex:1;margin-left:auto;border:1px solid #e3e7ec;border-radius:10px;display:flex;align-items:center;gap:7px;padding:0 11px}.manage-topbar form svg{color:#98a2b3}.manage-topbar form input{border:0;outline:0;min-width:0;flex:1}.manage-topbar>button:not(.drawer-button){display:flex;align-items:center;gap:5px;padding:8px;border-radius:9px;border:1px solid #e5e7eb}.notification-button{position:relative;font-size:18px}.notification-button i{position:absolute;width:7px;height:7px;background:#f04438;border-radius:50%;right:5px;top:4px;border:1px solid #fff}.top-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,#ffe0cc,#ffc9aa);color:#ad4817;font-weight:900;display:grid;place-items:center}.manage-content{padding:25px;max-width:1680px;margin:auto}.primary-button,.secondary-button{height:39px;border-radius:9px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:800}.primary-button{background:#ff5a16;color:#fff;box-shadow:0 5px 12px #ff5a162e}.primary-button:disabled{opacity:.6}.secondary-button{border:1px solid #dde2e8;background:#fff}.dashboard-welcome{background:linear-gradient(105deg,#2b1a12,#4a2617);border-radius:16px;color:#fff;padding:25px 28px;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.dashboard-welcome:after{content:"";position:absolute;right:7%;width:250px;height:250px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 38px #ffffff06,0 0 0 75px #ffffff05}.dashboard-welcome>div,.dashboard-welcome>button{position:relative;z-index:1}.dashboard-welcome small{color:#ffad7b}.dashboard-welcome h2{font-size:24px;margin:6px 0}.dashboard-welcome p{color:#d3beb3}.dashboard-welcome button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:9px;padding:10px 14px;display:flex;align-items:center;gap:7px}.stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:18px 0}.stat-grid article{background:#fff;border:1px solid #e9edf1;border-radius:13px;padding:15px;display:flex;align-items:center;gap:11px;position:relative;min-width:0}.stat-icon{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;flex:none;font-size:19px}.stat-icon.blue{background:#eaf3ff;color:#2970ff}.stat-icon.violet{background:#f2edff;color:#7f56d9}.stat-icon.orange{background:#fff2e8;color:#f56b1b}.stat-icon.green{background:#eafbf1;color:#12b76a}.stat-icon.rose{background:#ffedf1;color:#e11d48}.stat-icon.amber{background:#fff8df;color:#d99a00}.stat-grid article>div{display:flex;flex-direction:column;min-width:0}.stat-grid small{color:#8491a5;font-size:10px;white-space:nowrap}.stat-grid strong{font-size:20px;margin-top:3px}.stat-grid em{position:absolute;right:9px;top:9px;color:#12b76a;font-style:normal;font-size:8px;display:flex}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:14px}.chart-panel,.health-panel,.recent-panel,.resource-panel,.editor-card,.locale-overview,.i18n-rules,.translation-matrix,.settings-form-card{background:#fff;border:1px solid #e8ecf1;border-radius:14px}.chart-panel,.health-panel{padding:19px}.chart-panel>header,.health-panel>header,.recent-panel>header,.locale-overview>header,.i18n-rules>header,.translation-matrix>header,.settings-form-card>header{display:flex;align-items:center;justify-content:space-between}.chart-panel h3,.health-panel h3,.recent-panel h3{font-size:16px}.chart-panel header p,.health-panel header p,.recent-panel header p{font-size:10px;color:#98a2b3;margin-top:4px}.chart-panel header button{border:1px solid #e3e6ea;border-radius:8px;padding:7px 9px;display:flex;align-items:center;font-size:10px}.fake-chart{height:260px;position:relative;padding:12px 4px 20px 35px}.fake-chart svg{width:100%;height:215px}.chart-y{position:absolute;left:0;top:12px;bottom:28px;display:flex;flex-direction:column;justify-content:space-between;color:#98a2b3;font-size:8px}.chart-x{display:flex;justify-content:space-between;color:#98a2b3;font-size:8px}.health-score{display:flex;align-items:center;gap:17px;margin:22px 0}.health-score>span{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;font-size:29px;font-weight:900;background:radial-gradient(circle,#fff 54%,transparent 56%),conic-gradient(#16b364 98%,#edf1f3 0)}.health-score>span small{font-size:12px}.health-score>div{display:flex;flex-direction:column}.health-score b{color:#16a566}.health-score small{color:#98a2b3;margin-top:4px}.health-panel ul{list-style:none;padding:0;margin:0}.health-panel li{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #f1f2f4;font-size:11px}.health-panel li b{color:#16a566}.recent-panel{margin-top:14px}.recent-panel>header{padding:16px 18px;border-bottom:1px solid #edf0f3}.recent-panel header a{display:flex;align-items:center;color:var(--orange);font-size:11px}.manage-table{overflow:auto}.manage-table table{width:100%;border-collapse:collapse;white-space:nowrap}.manage-table th{background:#f8f9fb;color:#667085;font-size:10px;text-align:left;padding:11px 14px;border-bottom:1px solid #e9edf1}.manage-table td{font-size:11px;padding:12px 14px;border-bottom:1px solid #f0f2f4;color:#475467;max-width:300px;overflow:hidden;text-overflow:ellipsis}.manage-table td b{color:#101828}.status-pill{display:inline-flex;align-items:center;border-radius:20px;padding:4px 8px;background:#f2f4f7;color:#475467;font-size:9px}.status-pill.active,.status-pill.published,.status-pill.completed,.status-pill.approved,.status-pill.admin{background:#eafbf1;color:#087a45}.status-pill.pending_payment,.status-pill.pending,.status-pill.merchant{background:#fff6dd;color:#a36d00}.status-pill.disabled,.status-pill.suspended,.status-pill.rejected{background:#fff0f0;color:#d92d20}.status-pill.user,.status-pill.draft{background:#eef4ff;color:#315db8}.resource-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.resource-heading h2{font-size:22px}.resource-heading p{color:#667085;font-size:12px;margin-top:6px}.resource-heading>div:last-child{display:flex;gap:9px}.resource-panel{overflow:hidden}.resource-toolbar{height:62px;padding:0 16px;border-bottom:1px solid #e9edf1;display:flex;align-items:center;gap:9px}.table-search{height:36px;min-width:260px;border:1px solid #e1e5ea;border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 10px}.table-search svg{color:#98a2b3}.table-search input{border:0;outline:0;min-width:0;flex:1}.resource-toolbar>button{height:36px;border:1px solid #e1e5ea;border-radius:9px;padding:0 11px;display:flex;align-items:center;gap:5px;font-size:11px}.resource-toolbar>span{margin-left:auto;color:#98a2b3;font-size:11px}.resource-table{min-height:520px}.resource-table td{height:55px}.action-column{text-align:right!important}.table-actions{text-align:right;display:flex;justify-content:flex-end;gap:3px}.table-actions button{width:30px;height:30px;border-radius:7px;display:grid;place-items:center;color:#667085}.table-actions button:hover{background:#f2f4f7;color:#111}.table-actions button.danger:hover{background:#fff0f0;color:#d92d20}.table-empty{height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#98a2b3;gap:7px}.table-empty svg{font-size:38px}.table-empty b{color:#344054}.table-pagination{height:55px;border-top:1px solid #e9edf1;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.table-pagination>span{color:#667085;font-size:11px}.table-pagination>div{display:flex;gap:4px}.table-pagination button{width:31px;height:31px;border:1px solid #e0e4e8;border-radius:7px;display:grid;place-items:center}.table-pagination button.active{background:#ff5a16;color:#fff;border-color:#ff5a16}.table-pagination button:disabled{opacity:.4}.manage-modal-overlay{position:fixed;z-index:300;inset:0;background:#1018288c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:25px}.manage-modal{width:min(100%,720px);max-height:92dvh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 30px 90px #10182847}.manage-modal>header{padding:19px 21px;border-bottom:1px solid #e9edf1;display:flex;justify-content:space-between}.manage-modal>header h2{font-size:19px}.manage-modal>header p{color:#98a2b3;font-size:10px;margin-top:4px}.manage-modal>header button{font-size:23px}.dialog-enter-active,.dialog-leave-active{transition:.18s}.dialog-enter-from,.dialog-leave-to{opacity:0}.structured-form,.json-form{padding:20px}.structured-form>label,.structured-form .form-two label{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;flex:1}.structured-form label>span{font-size:12px;font-weight:700}.structured-form input,.structured-form select,.json-form textarea{border:1px solid #dfe3e8;border-radius:9px;padding:10px;outline:0;width:100%}.structured-form input:focus,.structured-form select:focus{border-color:#ff5a16}.form-two{display:flex;gap:12px}.structured-form footer,.json-form footer{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.structured-form footer>button:not(.primary-button),.json-form footer>button:not(.primary-button){border:1px solid #dfe3e8;border-radius:9px;padding:0 15px}.json-hint{display:flex;gap:8px;background:#fff8ed;border-radius:9px;padding:10px;color:#9a5d28;font-size:11px;margin-bottom:12px}.json-hint svg{font-size:19px;flex:none}.json-form textarea{height:480px;font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;background:#101828;color:#d0d5dd;border:0;resize:vertical}.editor-page{margin:-25px}.editor-header{height:76px;position:sticky;z-index:90;top:76px;background:#fff;border-bottom:1px solid #e5e8ec;display:flex;align-items:center;gap:12px;padding:0 25px}.editor-header>button:first-child{font-size:25px}.editor-header>div{flex:1}.editor-header h2{font-size:20px}.editor-header p{font-size:10px;color:#8491a5;margin-top:4px}.autosave{display:flex;align-items:center;gap:6px;color:#128a53;background:#edfbf3;border-radius:8px;padding:8px 10px;font-size:10px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;padding:20px 25px}.editor-layout>main,.editor-layout>aside{display:flex;flex-direction:column;gap:15px}.editor-card{padding:18px}.editor-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.editor-card>header h3{font-size:15px;display:flex;align-items:center;gap:6px}.editor-card>header span,.editor-card>header p{font-size:10px;color:#98a2b3;margin-top:3px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid>label,.locale-fields>label,.localized-price label,.store-appearance label{display:flex;flex-direction:column;gap:6px}.form-grid label>span,.locale-fields label>span,.localized-price label>span,.store-appearance label>span{font-size:10px;font-weight:700;color:#475467}.form-grid input,.form-grid select,.locale-fields input,.locale-fields textarea,.localized-price input,.store-appearance input{width:100%;border:1px solid #dfe4e9;border-radius:9px;padding:10px;outline:0;background:#fff}.form-grid input:focus,.form-grid select:focus,.locale-fields input:focus,.locale-fields textarea:focus,.localized-price input:focus{border-color:#ff5a16;box-shadow:0 0 0 3px #ff5a1614}.locale-editor>nav{display:flex;overflow:auto;gap:7px;padding-bottom:8px;margin-bottom:13px}.locale-editor>nav button{min-width:105px;border:1px solid #e3e6ea;border-radius:9px;padding:8px;display:flex;align-items:center;gap:6px;position:relative}.locale-editor>nav i{width:26px;height:26px;border-radius:7px;background:#f2f4f7;display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900}.locale-editor>nav span{font-size:10px;white-space:nowrap}.locale-editor>nav svg{position:absolute;right:4px;top:4px;font-size:11px;color:transparent}.locale-editor>nav button.done svg{color:#12b76a}.locale-editor>nav button.active{border-color:#ff5a16;background:#fff7f1;color:#d74808}.locale-fields{display:flex;flex-direction:column;gap:12px}.locale-fields textarea{resize:vertical}.localized-price{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.image-preview{height:245px;background:#f5f6f7;border-radius:10px;overflow:hidden;display:grid;place-items:center}.image-preview img{width:100%;height:100%;object-fit:cover}.image-preview>div{display:flex;align-items:center;flex-direction:column;color:#98a2b3;gap:7px;font-size:11px}.image-preview svg{font-size:38px}.upload-button{height:42px;width:100%;border-radius:9px;background:#ff5a16;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800;margin-top:10px;cursor:pointer}.secondary-wide{height:38px;width:100%;border:1px solid #dfe3e8;border-radius:9px;margin-top:8px;font-size:11px}.image-editor>small{display:block;color:#98a2b3;font-size:9px;line-height:1.5;margin-top:9px}.publish-check h3{font-size:15px;margin-bottom:12px;display:flex;gap:6px;align-items:center}.publish-check>div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #f0f2f4;font-size:10px}.publish-check b{color:#d92d20}.publish-check b.ok{color:#12a35f}.logo-preview{height:145px;background:#f5f6f7;border-radius:11px;display:grid;place-items:center;font-size:45px}.logo-preview img{width:100px;height:100px;border-radius:18px;object-fit:cover}.banner-preview{height:160px;background:#f5f6f7;border-radius:11px;display:grid;place-items:center;font-size:45px;color:#98a2b3;overflow:hidden}.banner-preview img{width:100%;height:100%;object-fit:cover}.color-input{display:flex;gap:6px}.color-input input[type=color]{width:46px;padding:3px}.store-preview{background:linear-gradient(150deg,#fff5ef,#fff)}.store-preview>header{font-size:11px;color:#98a2b3;margin-bottom:10px}.store-preview>div{display:flex;align-items:center;gap:7px}.store-preview>div img{width:40px;height:40px;border-radius:8px;object-fit:cover}.store-preview>div b{flex:1;font-size:11px}.store-preview>div button{background:var(--preview-color);color:#fff;border-radius:6px;padding:6px}.store-preview>img{width:100%;height:130px;object-fit:cover;border-radius:8px;margin-top:10px}.settings-tabs{display:flex;gap:7px;margin-bottom:16px}.settings-tabs button{height:42px;border-radius:9px;padding:0 15px;display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e3e7ec;font-size:11px}.settings-tabs button.active{background:#ff5a16;color:#fff;border-color:#ff5a16}.locale-overview,.i18n-rules,.translation-matrix,.settings-form-card{margin-bottom:15px}.locale-overview>header,.i18n-rules>header,.translation-matrix>header,.settings-form-card>header{padding:17px 19px;border-bottom:1px solid #e9edf1}.locale-overview h3,.i18n-rules h3,.translation-matrix h3,.settings-form-card h3{font-size:16px;display:flex;align-items:center;gap:6px}.locale-overview header p,.i18n-rules header p,.translation-matrix header p,.settings-form-card header p{color:#98a2b3;font-size:10px;margin-top:4px}.locale-overview header>span{color:#128a53;background:#edfbf3;border-radius:20px;padding:6px 9px;display:flex;align-items:center;gap:5px;font-size:9px}.locale-overview>div{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;padding:15px}.locale-overview article{border:1px solid #e3e7ec;border-radius:10px;padding:10px;display:flex;align-items:center;gap:8px;position:relative}.locale-overview article>i{width:34px;height:34px;border-radius:8px;background:#fff1e8;color:#d84a0c;display:grid;place-items:center;font-weight:900;font-style:normal;font-size:10px}.locale-overview article>div{display:flex;flex-direction:column;min-width:0}.locale-overview article b{font-size:11px;white-space:nowrap}.locale-overview article small{font-size:8px;color:#98a2b3;margin-top:3px;white-space:nowrap}.locale-overview article>span{position:absolute;right:5px;top:4px;color:#12a35f;font-size:7px}.i18n-rules>div{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:15px}.i18n-rules label{border:1px solid #e3e7ec;border-radius:10px;padding:12px;display:flex;align-items:flex-start;gap:9px}.i18n-rules input[type=checkbox]{accent-color:#ff5a16}.i18n-rules label>span{display:flex;flex-direction:column;flex:1}.i18n-rules label b{font-size:11px}.i18n-rules label small{font-size:8px;color:#98a2b3;line-height:1.45;margin-top:3px}.i18n-rules select{border:1px solid #e1e5ea;border-radius:7px;padding:6px;font-size:10px}.translation-matrix>header>div:last-child{display:flex;gap:8px}.translation-matrix select{border:1px solid #e1e5ea;border-radius:8px;padding:7px;font-size:10px}.translation-matrix .table-search{min-width:220px}.add-translation{display:flex;gap:8px;padding:12px 15px;border-bottom:1px solid #e9edf1}.add-translation input{height:37px;max-width:390px;flex:1;border:1px solid #e1e5ea;border-radius:8px;padding:0 10px}.add-translation button{height:37px;background:#fff2e9;color:#d84a0c;border-radius:8px;padding:0 12px;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800}.translation-table-wrap{max-height:580px;overflow:auto}.translation-table-wrap table{border-collapse:separate;border-spacing:0;min-width:1450px;width:100%}.translation-table-wrap th,.translation-table-wrap td{border-right:1px solid #edf0f3;border-bottom:1px solid #edf0f3;padding:8px;vertical-align:top}.translation-table-wrap thead th{position:sticky;top:0;background:#f8f9fb;z-index:2;font-size:10px;text-align:left}.translation-table-wrap thead th:first-child{left:0;z-index:3}.translation-table-wrap thead small{display:block;color:#98a2b3;font-weight:400;margin-top:2px}.translation-table-wrap tbody th{position:sticky;left:0;background:#fff;z-index:1;text-align:left;width:170px;font:10px ui-monospace,monospace}.translation-table-wrap textarea{width:100%;border:1px solid transparent;border-radius:6px;resize:vertical;padding:6px;background:#f8f9fb;font-size:9px;line-height:1.35}.translation-table-wrap textarea:focus{outline:0;border-color:#ff5a16;background:#fff}.settings-form-card>.form-grid{padding:18px}.brand-color-preview{height:80px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:20px;font-weight:900}.security-settings{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px}.security-settings article{border:1px solid #e3e7ec;border-radius:10px;padding:14px;display:flex;gap:10px;align-items:center}.security-settings article>svg{font-size:25px;color:#12a35f}.security-settings article>div{display:flex;flex-direction:column;flex:1}.security-settings b{font-size:11px}.security-settings small{font-size:8px;color:#98a2b3;margin-top:3px}.security-settings span{color:#12a35f;font-size:9px}@media(max-width:1250px){.stat-grid{grid-template-columns:repeat(3,1fr)}.locale-overview>div{grid-template-columns:repeat(4,1fr)}.i18n-rules>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.manage-login-page{grid-template-columns:1fr}.manage-login-visual{display:none}.manage-sidebar{transform:translate(-100%);transition:.25s}.manage-sidebar.open{transform:none}.manage-sidebar>header>button{display:grid}.sidebar-backdrop{position:fixed;z-index:140;inset:0;background:#00000073}.manage-workspace{margin-left:0}.drawer-button{display:grid}.manage-topbar form{display:none}.manage-content{padding:15px}.editor-page{margin:-15px}.editor-header{top:76px;padding:0 15px}.autosave,.editor-header p{display:none}.editor-layout{grid-template-columns:1fr;padding:15px}.dashboard-grid{grid-template-columns:1fr}.locale-overview>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.manage-topbar{padding:0 12px}.manage-topbar>div:first-of-type{min-width:0;flex:1}.manage-topbar>button span,.manage-topbar p{display:none}.manage-content{padding:10px}.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-welcome{padding:20px}.dashboard-welcome p{display:none}.dashboard-welcome button{font-size:0}.resource-heading{align-items:flex-start}.resource-heading>div:last-child .secondary-button{display:none}.resource-toolbar>button{display:none}.table-search{min-width:0;flex:1}.form-grid{grid-template-columns:1fr}.editor-header{gap:7px}.editor-header .secondary-button{display:none}.locale-overview>div,.i18n-rules>div,.security-settings{grid-template-columns:1fr}.settings-tabs{overflow:auto}.settings-tabs button{flex:none}.manage-login-panel{padding:22px}}@media(min-width:441px){.mobile-shell{height:100dvh;overflow-y:auto}.bottom-nav,.cart-checkout,.product-actions,.store-bottom,.checkout-footer{position:sticky}.bottom-nav{bottom:0}.cart-checkout{bottom:70px}.product-actions,.store-bottom,.checkout-footer{bottom:0}.overlay{position:fixed;left:50%;width:440px;transform:translate(-50%)}}.order-type-tabs{display:flex;gap:8px;padding:14px 16px 0;border-bottom:1px solid #e9edf1;background:#fbfcfd}.order-type-tabs button{height:38px;padding:0 14px;border:1px solid #e2e6eb;border-bottom:0;border-radius:9px 9px 0 0;background:#fff;color:#667085;font-size:11px;font-weight:800}.order-type-tabs button b{margin-left:5px;padding:2px 6px;border-radius:10px;background:#f2f4f7}.order-type-tabs button.active{border-color:#ffb28d;color:#d9490c;background:#fff7f2}.order-type-tabs button.active b{background:#ff5a16;color:#fff}.order-kind{display:inline-flex;padding:4px 8px;border-radius:7px;font-size:9px;font-weight:800}.order-kind.goods{background:#eef4ff;color:#315db8}.order-kind.video{background:#f4edff;color:#7f56d9}.status-pill.paid,.status-pill.unlocked{background:#eafbf1;color:#087a45}.moment-product-picker{grid-column:1/-1}.moment-picker-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.moment-picker-heading>span{font-size:12px;font-weight:800}.moment-picker-heading em{color:#e5484d;font-style:normal;margin-left:3px}.moment-picker-heading small{color:#667085;font-size:10px}.moment-picker-empty,.moment-legacy-warning{padding:16px;border-radius:10px;background:#f8f9fb;color:#667085;text-align:center;font-size:11px}.moment-legacy-warning{margin-top:12px;background:#fff5e6;color:#9a5d28}.moment-product-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.moment-product-options>button{display:flex;align-items:center;gap:9px;border:1px solid #e3e7ec;border-radius:10px;padding:8px;text-align:left;min-width:0}.moment-product-options>button.active{border-color:#ff7b3d;background:#fff7f2;box-shadow:0 0 0 2px #ff5a1614}.moment-product-options img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f2f4f7}.moment-product-options span{display:flex;flex:1;min-width:0;flex-direction:column}.moment-product-options b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moment-product-options small{font-size:9px;color:#98a2b3;margin-top:3px}.moment-product-options i{width:24px;height:24px;border-radius:7px;background:#f2f4f7;display:grid;place-items:center;font-style:normal}.moment-product-options button.active i{background:#ff5a16;color:#fff}.moment-gallery-card{margin-top:12px;border:1px solid #e5e8ed;border-radius:11px;padding:11px}.moment-gallery-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.moment-gallery-card>header div{display:flex;flex-direction:column}.moment-gallery-card>header b{font-size:11px}.moment-gallery-card>header small{font-size:9px;color:#98a2b3;margin-top:2px}.moment-gallery-card>header>span{font-size:9px;color:#d9490c;background:#fff2e9;border-radius:10px;padding:4px 7px}.moment-gallery-card>div{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.moment-gallery-card button{aspect-ratio:1;position:relative;border-radius:8px;overflow:hidden;border:2px solid transparent;background:#f2f4f7}.moment-gallery-card button.selected{border-color:#ff5a16}.moment-gallery-card img{width:100%;height:100%;object-fit:cover}.moment-gallery-card i{display:none;position:absolute;right:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#ff5a16;color:#fff;font-style:normal;font-size:10px;place-items:center}.moment-gallery-card button.selected i{display:grid}@media(max-width:640px){.order-type-tabs{overflow:auto}.order-type-tabs button{flex:none}.moment-product-options{grid-template-columns:1fr}.moment-gallery-card>div{grid-template-columns:repeat(3,1fr)}}.resource-form-modal{width:min(960px,94vw);max-height:92vh}.resource-form-modal>form{display:flex;flex-direction:column;min-height:0}.resource-form-scroll{padding:20px 24px;overflow-y:auto;display:grid;gap:16px;background:#f6f8fc}.resource-locale-tabs{display:flex;gap:7px;overflow-x:auto;padding:2px 0 4px}.resource-locale-tabs button{flex:none;min-width:92px;display:flex;align-items:center;gap:7px;border:1px solid #e2e7ef;background:#fff;border-radius:11px;padding:9px 11px}.resource-locale-tabs button b{width:25px;height:25px;border-radius:7px;background:#eef2f8;display:grid;place-items:center;font-size:10px}.resource-locale-tabs button span{font-size:12px}.resource-locale-tabs button.active{border-color:#ff6a2b;background:#fff8f4;color:#e94f0a;box-shadow:0 0 0 2px #ff6a2b18}.resource-form-card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;padding:18px;box-shadow:0 5px 16px #10182809}.resource-form-card>header{display:flex;align-items:flex-start;justify-content:space-between;border:0!important;padding:0 0 15px!important}.resource-form-card>header h3{margin:0 0 4px;font-size:16px}.resource-form-card>header p{color:#7b8799;font-size:12px}.resource-form-card>header>svg{color:#38b26c;font-size:21px}.resource-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.resource-fields>label{display:flex;flex-direction:column;gap:7px}.resource-fields>label.full{grid-column:1/-1}.resource-fields>label>span{font-size:12px;font-weight:700;color:#475467}.resource-fields>label>span em{color:#ff4d23;font-style:normal;margin-left:3px}.resource-fields input:not([type=checkbox]),.resource-fields select,.resource-fields textarea{width:100%;border:1px solid #d9dfe8;border-radius:10px;background:#fff;padding:10px 12px;outline:none;color:#182230}.resource-fields input:focus,.resource-fields select:focus,.resource-fields textarea:focus{border-color:#ff6a2b;box-shadow:0 0 0 3px #ff6a2b16}.resource-fields input[readonly],.resource-fields textarea[readonly],.resource-fields select:disabled{background:#f7f8fa;color:#667085}.resource-fields>label.checkbox{flex-direction:row;align-items:center;justify-content:space-between;border:1px solid #e2e7ef;border-radius:10px;padding:10px 12px}.resource-fields>label.checkbox input{width:18px;height:18px;accent-color:#ff5a16}.resource-image-field{display:grid;grid-template-columns:78px 130px 1fr;align-items:center;gap:10px}.resource-image-field>img{width:78px;height:64px;object-fit:cover;border-radius:9px;background:#f1f3f6}.resource-image-field>label,.resource-images-field>label{height:40px;border:1px dashed #ff8c59;background:#fff8f4;color:#e65010;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:800;cursor:pointer}.resource-image-field>label svg,.resource-images-field>label svg{font-size:18px}.resource-images-field>div{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:10px}.resource-images-field>div>span{position:relative}.resource-images-field img{width:92px;height:76px;object-fit:cover;border-radius:9px}.resource-images-field span button{position:absolute;right:-5px;top:-5px;width:20px;height:20px;border-radius:50%;background:#e5484d;color:#fff}.resource-images-field>label{width:150px}.resource-form-modal>form>footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #e7eaf0;background:#fff}.resource-form-modal>form>footer button{padding:10px 20px;border-radius:10px;background:#f2f4f7}.resource-form-modal>form>footer .primary-button{background:#ff5a16;color:#fff}.resource-form-modal .manage-modal>header{flex:none}@media(max-width:700px){.resource-fields{grid-template-columns:1fr}.resource-fields>label.full{grid-column:auto}.resource-image-field{grid-template-columns:72px 1fr}.resource-image-field>input{grid-column:1/-1}.resource-form-scroll,.resource-form-card{padding:14px}}.video-editor-layout{grid-template-columns:minmax(0,1fr) 360px}.protected-upload-card{padding:18px}.protected-upload-card>header{margin-bottom:14px}.security-flow{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-top:1px solid #edf0f4}.security-flow>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef1f5;color:#667085;font-weight:900}.security-flow>span.done{background:#e8faef;color:#079455}.security-flow>div{display:flex;flex-direction:column;gap:3px}.security-flow small{color:#7b8798;line-height:1.35}.security-flow>i{font-size:11px;font-style:normal;color:#667085}.protected-upload-card .upload-button{margin-bottom:10px}.protected-upload-card .upload-button.preview{background:#f0f7ff;color:#1671c5;border-color:#8fc7f8}.protected-upload-card>p{display:flex;gap:7px;color:#667085;font-size:11px;line-height:1.55;margin-top:12px}.protected-upload-card>p svg{flex:none;color:#079455;font-size:18px}.admin-video-preview video{width:100%;border-radius:12px;background:#080c14}.admin-video-preview header span{text-transform:uppercase;color:#079455;font-weight:800}.video-editor-page .switch-line{align-items:center!important;flex-direction:row!important;padding-top:26px}.video-editor-page .switch-line input{width:20px;height:20px;accent-color:#ff5a16}@media(max-width:1050px){.video-editor-layout{grid-template-columns:1fr}.video-editor-layout>aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.video-editor-layout>aside .protected-upload-card{grid-row:span 2}}@media(max-width:720px){.video-editor-layout>aside{grid-template-columns:1fr}.video-editor-layout>aside .protected-upload-card{grid-row:auto}}.editable-locales .locale-edit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 22px}.editable-locales .locale-edit-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #e3e8f0;border-radius:14px;padding:14px;background:#fff}.editable-locales .locale-edit-card>i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff0e9;color:#ff5a16;font-size:12px;font-weight:800;font-style:normal}.locale-edit-grid{display:grid;grid-template-columns:82px 1fr 1fr 74px;gap:8px}.locale-edit-grid label{display:grid;gap:4px}.locale-edit-grid label>span{font-size:11px;color:#8290a7}.locale-edit-grid input{min-width:0;width:100%;height:34px;border:1px solid #dce3ed;border-radius:8px;padding:0 9px}.locale-enabled{display:grid;justify-items:center;gap:5px;font-size:11px;color:#65738a}.locale-enabled input{width:17px;height:17px;accent-color:#ff5a16}.add-locale-card{display:grid;grid-template-columns:auto 110px 1fr 1fr 110px auto;gap:9px;align-items:center;margin:0 22px 20px;padding:14px;border:1px dashed #ff9b73;border-radius:14px;background:#fff9f6}.add-locale-card>svg{width:22px;color:#ff5a16}.add-locale-card input{height:38px;min-width:0;border:1px solid #dce3ed;border-radius:9px;padding:0 10px}.add-locale-card button{height:38px;border:0;border-radius:9px;background:#ff5a16;color:#fff;padding:0 16px;font-weight:700}@media(max-width:1000px){.editable-locales .locale-edit-list{grid-template-columns:1fr}.locale-edit-grid{grid-template-columns:80px 1fr}.add-locale-card{grid-template-columns:auto 1fr 1fr}.add-locale-card button{grid-column:2/-1}}.exchange-rate-editor{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:12px;padding:16px;border:1px solid #e8ebef;border-radius:14px;background:#f9fafb}.exchange-rate-editor>header{grid-column:1/-1;display:flex;flex-direction:column;gap:4px}.exchange-rate-editor>header small{color:#7b8494}.exchange-rate-editor>label{display:flex;flex-direction:column;gap:6px}.exchange-rate-editor>label span{font-size:12px;font-weight:750}.exchange-rate-editor>label input{width:100%}.product-editor-layout{grid-template-columns:minmax(0,1fr) 380px}.variant-editor>header>div h3{display:flex;align-items:center;gap:7px}.variant-editor>header>div p{margin-top:5px}.variant-add{height:36px;padding:0 12px;border-radius:9px;background:#fff1e9;color:#e65313;display:flex;align-items:center;gap:5px;font-size:12px;font-weight:800}.variant-admin-card{border:1px solid #e4e9ef;border-radius:13px;padding:14px;background:#fafbfc}.variant-admin-card+.variant-admin-card{margin-top:11px}.variant-admin-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.variant-admin-card>header>b{font-size:13px}.variant-admin-card>header>div{display:flex;gap:5px}.variant-admin-card>header button{width:30px;height:30px;border-radius:8px;border:1px solid #e1e6ed;background:#fff;display:grid;place-items:center;color:#667085}.variant-admin-card>header button.danger{color:#d92d20}.variant-admin-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.variant-admin-grid label{display:flex;flex-direction:column;gap:5px}.variant-admin-grid label.wide{grid-column:span 2}.variant-admin-grid label>span{font-size:10px;font-weight:700;color:#475467}.variant-admin-grid input{min-width:0;width:100%;height:39px;border:1px solid #dfe4ea;border-radius:9px;padding:0 10px;outline:0;background:#fff}.variant-admin-grid input:focus{border-color:#ff5a16;box-shadow:0 0 0 3px #ff5a1614}.product-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.product-image-grid article{position:relative;border:1px solid #e2e7ed;border-radius:10px;overflow:hidden;background:#f5f6f7}.product-image-grid article>img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.product-image-grid article>span{position:absolute;left:5px;top:5px;display:flex;align-items:center;gap:3px;border-radius:6px;padding:4px 6px;background:#141820c2;color:#fff;font-size:9px}.product-image-grid article>footer{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #e7ebf0}.product-image-grid article>footer button{height:29px;display:grid;place-items:center;color:#667085;border-right:1px solid #eef0f3}.product-image-grid article>footer button:last-child{border-right:0}.product-image-grid article>footer button:disabled{opacity:.25}.product-image-grid article>footer button.danger{color:#d92d20}.multi-image-editor .image-preview{height:280px}.multi-image-editor>small{font-size:10px;line-height:1.6}@media(max-width:1100px){.product-editor-layout{grid-template-columns:1fr}.product-editor-layout>aside{display:grid;grid-template-columns:1fr 1fr;align-items:start}.multi-image-editor{grid-row:span 2}}@media(max-width:720px){.product-editor-layout>aside{grid-template-columns:1fr}.multi-image-editor{grid-row:auto}.variant-admin-grid{grid-template-columns:1fr 1fr}.variant-admin-grid label.wide{grid-column:1/-1}}.quick-grid{display:grid;grid-auto-flow:column;grid-auto-columns:58px;grid-template-columns:none;grid-template-rows:1fr;justify-content:start;gap:5px;padding:6px 0 2px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.quick-grid::-webkit-scrollbar{display:none}.quick-link{scroll-snap-align:start}.campaign-products{grid-template-columns:repeat(4,1fr);gap:6px}.campaign-products img{height:78px}.bottom-nav,.product-actions,.store-bottom{position:fixed!important;left:50%!important;right:auto!important;bottom:0!important;width:min(100vw,440px);transform:translate(-50%)}.cart-checkout{position:fixed!important;left:50%!important;right:auto!important;bottom:70px!important;width:min(100vw,440px);transform:translate(-50%)}.checkout-footer{position:fixed!important;left:50%!important;right:auto!important;bottom:0!important;width:min(100vw,440px);transform:translate(-50%)}.product-stage .mobile-shell{padding-bottom:80px}.store-search>div>button{color:#fff;display:grid;place-items:center;font-size:20px}.video-list article>div>em{position:absolute;left:6px;bottom:6px;display:flex;align-items:center;gap:3px;background:#079455;color:#fff;border-radius:6px;padding:4px 6px;font-size:9px;font-style:normal}.video-player-overlay{position:fixed;left:50%;width:min(100vw,440px);transform:translate(-50%);z-index:500}.video-player-sheet{width:100%;background:#111318;color:#fff;border-radius:22px 22px 0 0;overflow:hidden;box-shadow:0 -24px 70px #0000008c}.video-player-sheet>header{display:flex;align-items:center;justify-content:space-between;padding:15px 17px}.video-player-sheet>header small{color:#ff894d;font-weight:800}.video-player-sheet>header h2{font-size:18px;margin-top:3px}.video-player-sheet>header button{font-size:24px;color:#fff}.secure-player{height:248px;background:#020305;position:relative}.secure-player video{width:100%;height:100%;object-fit:contain;background:#000}.secure-player .page-loading{height:100%;min-height:0}.preview-ended{position:absolute;inset:0;background:#020305d6;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:25px}.preview-ended>svg{font-size:38px;color:#ff7b36;margin-bottom:9px}.preview-ended b{font-size:18px}.preview-ended p{font-size:12px;color:#b7bec8;margin-top:6px}.playback-security{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;margin:14px 16px;padding:11px 12px;background:#1b2028;border:1px solid #2b3440;border-radius:12px}.playback-security>svg{font-size:25px;color:#32d583}.playback-security>div{display:flex;flex-direction:column;gap:3px}.playback-security small{font-size:10px;color:#98a2b3}.playback-security>span{background:#263140;color:#ff9d6a;border-radius:6px;padding:5px 7px;font-size:10px;font-weight:900}.video-player-sheet>footer{display:flex;align-items:center;gap:12px;padding:0 16px 18px}.video-player-sheet>footer>div{display:flex;flex-direction:column;flex:1}.video-player-sheet>footer>div span{font-size:11px;color:#aab2bd}.video-player-sheet>footer>div strong{font-size:23px;color:#ff7b36}.video-player-sheet>footer>button{height:46px;border-radius:13px;padding:0 17px;color:#fff;background:linear-gradient(110deg,#ff8b16,#ff4b0a);display:flex;align-items:center;gap:7px;font-weight:800}.video-player-sheet>footer>button.confirm-pay{background:linear-gradient(110deg,#12a65a,#087a43)}.video-player-sheet>.unlocked-footer{margin:0 16px 18px;padding:12px;background:#0b3322;border:1px solid #15764d;border-radius:12px}.unlocked-footer>svg{font-size:28px;color:#32d583}.unlocked-footer>div small{color:#9ed9bc}.mobile-stage .overlay{position:fixed;inset:0 auto 0 50%;width:min(100%,440px);height:100dvh;transform:translate(-50%);overscroll-behavior:contain}.mobile-stage .language-sheet{max-height:min(78dvh,680px);padding-bottom:max(18px,env(safe-area-inset-bottom))}.home-header{position:fixed;z-index:120;top:0;left:50%;width:min(100vw,440px);transform:translate(-50%);padding:0 10px 8px;background:#fff7f2f5;border-bottom:1px solid rgba(255,90,22,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-content,.following-content{padding-top:99px}.home-tabs{min-width:0}.home-tabs>button:not(.locale-chip){min-width:0;max-width:105px;overflow:hidden;text-overflow:ellipsis}.header-tools{flex:none}.sub-header,.category-header,.order-search,.message-header,.cart-header{position:sticky;z-index:110;top:0;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-floating-header{position:fixed!important;z-index:130!important;top:10px!important;left:50%!important;right:auto!important;width:min(calc(100vw - 20px),420px);transform:translate(-50%)}.product-floating-header .product-header-search{width:auto;min-width:0;height:38px;flex:1;opacity:.96;border-radius:12px;background:#fffffff0;color:#596579;display:flex;align-items:center;justify-content:flex-start;gap:7px;padding:0 12px;font-size:13px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-search{position:fixed;z-index:125;top:0;left:50%;width:min(100vw,440px);transform:translate(-50%);background:linear-gradient(125deg,#9d5950fa,#713b53fa);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.store-top-bg{padding-top:63px}.auth-page>header{position:sticky;z-index:110;top:0}.variant-sheet{display:flex;flex-direction:column;width:100%;max-height:min(92dvh,820px);overflow:hidden;padding-bottom:max(14px,env(safe-area-inset-bottom))}.variant-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 2px 8px 0}.variant-actions{flex:none;margin-top:8px;box-shadow:0 -10px 20px #fffffff2}.variant-sheet .sheet-close{z-index:2}.quick-link{width:64px;min-width:0}.quick-link>span:last-child,.hero-ad header b,.hero-ad header span,.hero-ad footer small,.campaign-products span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-link>span:last-child{width:100%;text-align:center;font-size:11px}.hero-ad header b{min-width:0;flex:1}.hero-ad header span{flex:none;max-width:45%}.campaign-products a{min-width:0}.campaign-products span{right:4px}.product-tags{min-width:0}.product-tags span{max-width:100%;overflow:hidden;text-overflow:ellipsis}.heart-button.active,.product-gallery>button.active,.product-actions>button.active{color:#ff1748}.wealth-card>.saving{width:48%;padding:11px 12px}.wealth-card>.saving>span{min-width:0;display:flex;flex-direction:column;gap:3px}.wealth-card>.saving b{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px}.wealth-card>.saving strong{color:var(--orange);font-size:17px;white-space:nowrap}.member-promo{width:52%;min-height:62px}.member-promo b{font-size:15px}.member-promo small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.balance-row{gap:3px;padding-left:4px;padding-right:4px}.balance-row div{min-width:0}.balance-row small{min-height:29px;line-height:1.25;display:flex;align-items:center;justify-content:center}.balance-row strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(12px,3.8vw,17px)}.profile-shortcuts a{position:relative;min-width:0}.profile-shortcuts a>span{width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.profile-shortcuts a>i{position:absolute;top:-8px;right:12px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:10px;background:var(--orange);color:#fff;font-size:9px;font-style:normal}.profile-channels a{min-width:0}.profile-channels small{width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650}.profile-recommend header a{display:flex;align-items:center;gap:4px;color:#7c8798;font-size:12px;white-space:nowrap}.profile-person,.login-profile{min-width:0}.profile-person>div,.login-profile>div{min-width:0}.profile-person h1,.login-profile h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-hero nav{width:155px;flex:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.profile-hero nav a,.profile-hero nav button{min-width:0;width:100%}.profile-hero nav small{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.store-search>div{min-width:0}.store-search>.follow-button{width:82px;min-width:0;padding-inline:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.store-search>svg{flex:none}.store-tabs button,.store-bottom button{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-stage .mobile-shell{padding-bottom:0;background:#f5f6f7}.collection-page{min-height:100dvh;padding-bottom:24px}.collection-page>.sub-header h1{flex:1;text-align:center;font-size:19px}.collection-page>.sub-header>span{width:26px}.collection-grid{padding:10px}.my-review-list{display:grid;gap:10px;padding:10px}.my-review-list article{padding:12px;border-radius:13px;background:#fff;box-shadow:0 3px 14px #0f172a0d}.my-review-list article>a{display:flex;align-items:center;gap:10px;min-width:0}.my-review-list img{width:58px;height:58px;object-fit:cover;border-radius:9px}.my-review-list article>a>div{min-width:0;display:flex;flex-direction:column;gap:5px}.my-review-list article>a b,.my-review-list article>a small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-review-list article>a small{color:#8a94a6}.review-stars{margin-top:10px;color:#ff9f0a;letter-spacing:2px}.review-stars span{float:right;color:#98a2b3;letter-spacing:0;font-size:10px}.my-review-list p{margin-top:7px;color:#475467;font-size:13px;line-height:1.6}.review-section header a{display:flex;align-items:center;color:#8c97a8;font-size:12px}.review-section article+article{margin-top:8px}.review-empty{padding:22px 0 10px;color:#98a2b3;text-align:center;font-size:13px}.review-sheet{width:100%;border-radius:20px 20px 0 0;background:#fff;padding:18px 16px max(18px,env(safe-area-inset-bottom))}.review-sheet>header{display:flex;align-items:flex-start;justify-content:space-between}.review-sheet>header p{max-width:320px;margin-top:4px;overflow:hidden;color:#7c8798;text-overflow:ellipsis;white-space:nowrap}.review-sheet>header button{font-size:25px}.review-rating{display:flex;justify-content:center;gap:10px;margin:20px 0}.review-rating button{color:#cfd4dc;font-size:31px}.review-rating button.active{color:#ff9f0a}.review-sheet textarea{width:100%;min-height:115px;resize:vertical;border:1px solid #dfe3e8;border-radius:12px;padding:12px;outline:0}.review-sheet textarea:focus{border-color:var(--orange)}.review-sheet>small{display:block;margin:5px 2px 10px;color:#98a2b3;text-align:right}.submit-review{width:100%;height:48px;border-radius:13px;background:linear-gradient(110deg,#ff8a00,#ff4b0a);color:#fff;font-weight:850}@media(max-width:360px){.quick-grid{grid-auto-columns:54px}.quick-link{width:58px}.profile-hero{align-items:flex-start}.profile-hero nav{gap:6px}.profile-hero nav a,.profile-hero nav button{font-size:8px}.profile-hero nav svg{font-size:20px}.balance-row small{font-size:9px}.home-tabs{gap:5px}.location-pin{margin-right:2px}.home-tabs>button:not(.locale-chip){max-width:83px;padding-inline:7px;font-size:17px}.store-tabs button,.store-bottom button{font-size:12px}}.toast>span{min-width:0;flex:1;overflow-wrap:anywhere}.toast>button{width:26px;height:26px;margin:-4px -7px -4px 2px;display:grid;place-items:center;border-radius:50%;color:#cbd5e1;flex:none}.toast>button:hover{background:#ffffff1a;color:#fff}.toast>button svg,.toast.error>button svg{color:currentColor;font-size:17px}.product-gallery{overflow:hidden;touch-action:pan-y}.product-gallery-track{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none}.product-gallery-track::-webkit-scrollbar{display:none}.product-gallery-track>img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start;scroll-snap-stop:always;-webkit-user-select:none;user-select:none}.gallery-controls{position:absolute;z-index:3;left:12px;right:12px;bottom:15px;display:grid;grid-template-columns:31px 1fr 31px;align-items:center;gap:8px;pointer-events:none}.gallery-controls>button{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#0f172a7a;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.gallery-controls>div{display:flex;justify-content:center;gap:5px;min-width:0}.gallery-controls i{width:6px;height:6px;border-radius:9px;background:#ffffff9e;transition:.2s;cursor:pointer;pointer-events:auto}.gallery-controls i.active{width:18px;background:#fff}.product-gallery>.gallery-controls+span{right:16px;bottom:55px}.variant-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.variant-option-grid .variant-option{min-width:0;margin:0;display:grid;grid-template-columns:1fr auto;gap:4px 7px;position:relative}.variant-option-grid .variant-option span{grid-column:1/-1;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.variant-option-grid .variant-option small{color:#8a94a6;font-size:10px}.variant-option-grid .variant-option b{color:var(--orange);text-align:right}.variant-option-grid .variant-option svg{position:absolute;right:7px;top:7px}@media(max-width:360px){.variant-option-grid{grid-template-columns:1fr}.product-gallery{height:500px}}
