html,body,#root{width:100%;min-height:100%}body{margin:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#171717;background:#f7f8fa;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.navbar{z-index:100;background:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 6%;display:flex;position:sticky;top:0}.logo{letter-spacing:-1px;font-size:27px;font-weight:900}.navbar nav{gap:32px;display:flex}.navbar nav a{font-size:15px;font-weight:600;transition:opacity .2s}.navbar nav a:hover{opacity:.55}.cart-button{color:#fff;background:#111;border:none;border-radius:10px;padding:11px 18px;font-weight:700}.hero{color:#fff;background:linear-gradient(135deg,#111 0%,#292929 100%);align-items:center;min-height:520px;padding:80px 8%;display:flex}.hero>div{max-width:680px}.hero-badge{color:#111;letter-spacing:1px;background:#fff;border-radius:999px;margin-bottom:22px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-block}.hero h1{letter-spacing:-4px;margin-bottom:25px;font-size:clamp(48px,7vw,82px);line-height:.95}.hero p{color:#d4d4d4;max-width:520px;margin-bottom:32px;font-size:19px;line-height:1.6}.hero-button{color:#111;background:#fff;border-radius:10px;padding:15px 25px;font-weight:800;display:inline-block}.section{width:88%;max-width:1400px;margin:70px auto}.section-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.section-header h2{letter-spacing:-1px;font-size:30px}.section-header a{font-size:14px;font-weight:700}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.category-card{background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:150px;padding:20px;display:flex;overflow:hidden}.category-card img{object-fit:contain;width:100%;height:90px;margin-bottom:10px}.category-card h3{font-size:17px}.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{background:#fff;border:1px solid #eee;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000014}.product-card>img{object-fit:contain;background:#fafafa;width:100%;height:240px;padding:15px}.product-info{padding:18px}.product-info h3{min-height:42px;font-size:16px;line-height:1.4}.price{margin:12px 0;font-size:21px;font-weight:900}.product-info button{color:#fff;background:#111;border:none;border-radius:9px;width:100%;padding:12px;font-weight:700}footer{color:#fff;background:#111;margin-top:100px;padding:45px 8%}footer strong{font-size:22px}footer p{color:#aaa;margin-top:10px}@media (width<=900px){.navbar{padding:0 5%}.navbar nav{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:480px;padding:60px 7%}}@media (width<=550px){.hero h1{letter-spacing:-2px;font-size:52px}.hero p{font-size:16px}.section{width:92%;margin:50px auto}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card>img{height:170px}.product-info{padding:12px}.product-info h3{font-size:14px}.price{font-size:17px}}.back-link{margin-bottom:30px;font-size:14px;font-weight:700;display:inline-block}.product-details{background:#fff;border:1px solid #eee;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:60px;padding:40px;display:grid}.product-main-image{background:#f7f7f7;border-radius:18px;justify-content:center;align-items:center;width:100%;min-height:450px;display:flex;overflow:hidden}.product-main-image img{object-fit:contain;width:100%;height:450px}.large-placeholder{color:#999;font-size:18px;font-weight:700}.product-details-info{padding:20px 0}.product-label{letter-spacing:1.5px;color:#777;font-size:12px;font-weight:800}.product-details-info h1{letter-spacing:-2px;margin:15px 0;font-size:clamp(32px,4vw,52px);line-height:1.05}.details-description{color:#666;margin:20px 0;line-height:1.7}.details-price{margin:25px 0 10px;font-size:36px;font-weight:900}.stock{color:#22863a;margin-bottom:25px;font-weight:700}.add-cart-large{color:#fff;background:#111;border:none;border-radius:12px;width:100%;max-width:350px;padding:16px 25px;font-size:16px;font-weight:800}.add-cart-large:disabled{cursor:not-allowed;background:#aaa}.reels-section{margin-top:70px}.reels-section .section-header p{color:#777;margin-top:6px}.reels-layout{grid-template-columns:minmax(0,1fr) 220px;align-items:start;gap:25px;display:grid}.main-reel{background:#111;border-radius:20px;width:100%;max-width:650px;margin:0 auto;padding:20px;overflow:hidden}.main-reel video{object-fit:contain;background:#000;border-radius:12px;width:100%;max-height:720px;display:block}.main-reel h3{color:#fff;margin-top:15px;font-size:16px}.reel-list{flex-direction:column;gap:12px;display:flex}.reel-item{text-align:left;background:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:10px;width:100%;padding:8px;display:flex}.reel-item:hover,.reel-item.active{border-color:#111}.reel-item img{object-fit:cover;background:#111;border-radius:8px;width:65px;height:85px}.reel-item span{font-size:12px;font-weight:700;line-height:1.3}.page-loading{text-align:center;padding:100px}@media (width<=800px){.product-details{grid-template-columns:1fr;gap:25px;padding:20px}.product-main-image{min-height:300px}.product-main-image img{height:300px}.reels-layout{grid-template-columns:1fr}.reel-list{grid-template-columns:repeat(3,1fr);display:grid}.reel-item{flex-direction:column;align-items:stretch}.reel-item img{width:100%;height:140px}}@media (width<=500px){.product-details{border-radius:16px;padding:15px}.product-details-info h1{font-size:34px}.details-price{font-size:30px}.reel-list{grid-template-columns:repeat(2,1fr)}}:root{--razmi-purple:#4b168c;--razmi-purple-dark:#351064;--razmi-orange:#f56a00;--razmi-orange-light:#ff8a1f;--razmi-white:#fff;--razmi-dark:#171717}.logo{color:var(--razmi-purple)}.logo:after{content:"";background:var(--razmi-orange);vertical-align:top;border-radius:50%;width:7px;height:7px;margin-left:4px;display:inline-block}.navbar nav a:hover{color:var(--razmi-orange);opacity:1}.cart-button{background:var(--razmi-purple)}.cart-button:hover{background:var(--razmi-purple-dark)}.hero{background:radial-gradient(circle at 85% 20%, #f56a0059, transparent 30%), linear-gradient(135deg, var(--razmi-purple-dark), var(--razmi-purple))}.hero-badge{color:var(--razmi-purple)}.hero-button{background:var(--razmi-orange);color:#fff}.hero-button:hover{background:var(--razmi-orange-light)}.section-header a{color:var(--razmi-purple)}.section-header a:hover{color:var(--razmi-orange)}.product-card:hover{border-color:var(--razmi-orange)}.product-info button{background:var(--razmi-purple)}.product-info button:hover{background:var(--razmi-orange)}.product-label{color:var(--razmi-orange)}.details-price{color:var(--razmi-purple)}.add-cart-large{background:var(--razmi-purple)}.add-cart-large:hover{background:var(--razmi-orange)}.reel-item:hover{border-color:var(--razmi-orange)}.reel-item.active{border-color:var(--razmi-purple)}footer{background:var(--razmi-purple-dark)}footer strong{color:#fff}footer strong:after{content:" •";color:var(--razmi-orange)}.navbar-actions{align-items:center;gap:10px;display:flex}.currency-selector{appearance:none;color:#171717;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:10px;outline:none;min-width:105px;padding:10px 34px 10px 12px;font-size:14px;font-weight:700;box-shadow:0 2px 8px #0000000d}.currency-selector:hover,.currency-selector:focus{border-color:var(--razmi-purple)}.product-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.share-product-button{border:2px solid var(--razmi-purple);color:var(--razmi-purple);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex}.share-product-button:hover{background:var(--razmi-purple);color:#fff;transform:translateY(-1px)}.share-panel{background:#fff;border:1px solid #e8e8ed;border-radius:16px;max-width:520px;margin-top:18px;padding:20px;box-shadow:0 10px 30px #35106414}.share-panel-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.share-panel-header h3{color:var(--razmi-dark);margin:0 0 4px;font-size:18px}.share-panel-header p{color:#71717a;margin:0;font-size:13px}.share-panel-header>svg{color:var(--razmi-purple)}.share-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.share-option{color:#27272a;cursor:pointer;background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:82px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.share-option svg{width:22px;height:22px}.share-option:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000014}.share-option.whatsapp{color:#16a34a}.share-option.tiktok{color:#111}.share-option.instagram{color:#d62976}.share-option.facebook{color:#1877f2}.share-option.copy{color:var(--razmi-purple)}.share-option.native{color:var(--razmi-orange)}.share-url{color:#71717a;background:#f7f7f9;border-radius:10px;align-items:center;gap:8px;margin-top:16px;padding:10px 12px;font-size:12px;display:flex}.share-url>svg{color:var(--razmi-purple);flex-shrink:0}.share-url span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.share-url button{color:var(--razmi-purple);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.share-url button:hover{color:var(--razmi-orange)}@media (width<=768px){.navbar-actions{gap:6px}.currency-selector{min-width:82px;padding:9px 25px 9px 8px;font-size:12px}.cart-button{padding:10px 12px}.product-actions{width:100%}.add-cart-large,.share-product-button{flex:1}.share-panel{padding:16px}.share-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.share-grid{grid-template-columns:repeat(2,1fr)}.share-option{min-height:75px}}.register-page{color:#171717;background:#fafafa;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.register-topbar{color:#fff;background:linear-gradient(90deg,#f06,#f50057);justify-content:space-between;align-items:center;min-height:38px;padding:0 5%;font-size:13px;font-weight:600;display:flex}.register-help{align-items:center;gap:12px;display:flex}.register-help a{color:#fff;text-decoration:none}.register-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:40px;min-height:105px;padding:0 5%;display:flex}.register-brand{color:#111;align-items:center;gap:10px;min-width:220px;text-decoration:none;display:flex}.register-logo{color:#fff;background:linear-gradient(145deg,#ff1680,#ed005b);border-radius:13px;justify-content:center;align-items:center;width:48px;height:58px;font-size:35px;font-weight:900;display:flex;box-shadow:0 8px 20px #ff00662e}.register-brand strong{letter-spacing:-.8px;font-size:29px;line-height:27px;display:block}.register-brand span{color:#f50057;letter-spacing:3px;font-size:17px;font-weight:800;display:block}.register-search{background:#fff;border:1px solid #ddd;border-radius:7px;flex:1;max-width:720px;height:52px;display:flex;overflow:hidden}.register-search>button:first-child{color:#333;background:#fff;border:0;border-right:1px solid #ddd;justify-content:space-between;align-items:center;min-width:180px;padding:0 17px;font-weight:600;display:flex}.register-search input{border:0;outline:none;flex:1;padding:0 20px;font-size:14px}.register-search-button{color:#fff;background:#f50057;border:0;justify-content:center;align-items:center;width:58px;display:flex}.register-header-actions{align-items:center;gap:25px;display:flex}.register-header-actions div{text-align:center;min-width:55px;font-size:23px}.register-header-actions span{color:#333;margin-top:5px;font-size:11px;display:block}.register-nav{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:35px;min-height:58px;padding:0 5%;display:flex}.register-nav a{color:#171717;font-size:14px;font-weight:500;text-decoration:none}.register-nav a:first-child{margin-right:20px;font-weight:700}.register-nav button{color:#f50057;background:#fff5f9;border:1px solid #ffc1d8;border-radius:7px;height:38px;margin-left:auto;padding:0 18px;font-weight:700}.register-nav .sell-button{color:#fff;background:#101c2d;border:0;margin-left:0}.register-main{width:min(1200px,90%);margin:34px auto 60px}.register-card{background:#fff;border:1px solid #eee;border-radius:18px;grid-template-columns:1.45fr .85fr;display:grid;overflow:hidden;box-shadow:0 10px 40px #0000000f}.register-form-section{padding:42px 38px 35px}.register-title{align-items:center;gap:20px;margin-bottom:30px;display:flex}.register-title-icon{color:#f50057;background:#fff0f6;border-radius:14px;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.register-title h1{letter-spacing:-.7px;margin:0 0 7px;font-size:29px}.register-title p{color:#657080;margin:0;font-size:15px}.register-error{color:#d9004e;background:#fff3f7;border:1px solid #ffc3d7;border-radius:9px;margin-bottom:20px;padding:13px 15px;font-size:14px;font-weight:600}.register-grid{grid-template-columns:1fr 1fr;gap:22px 24px;display:grid}.register-grid label>span{margin-bottom:9px;font-size:13px;font-weight:700;display:block}.register-input,.register-select,.register-phone{box-sizing:border-box;background:#fff;border:1px solid #dfe3e8;border-radius:8px;width:100%;height:54px}.register-input{color:#68717e;align-items:center;gap:11px;padding:0 14px;display:flex}.register-input:focus-within,.register-phone:focus-within{border-color:#f50057;box-shadow:0 0 0 3px #f5005714}.register-input input{color:#171717;border:0;outline:0;flex:1;min-width:0;height:100%;font-size:14px}.register-input button{color:#707782;cursor:pointer;background:0 0;border:0;display:flex}.register-select{cursor:pointer;color:#202020;justify-content:space-between;align-items:center;gap:8px;padding:0 14px;font-size:14px;display:flex}.register-select:disabled{opacity:.65;cursor:wait}.country-selected{align-items:center;gap:10px;min-width:0;display:flex}.country-selected>span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.register-phone{display:flex;overflow:hidden}.phone-code{color:#333;white-space:nowrap;border-right:1px solid #e1e4e8;align-items:center;gap:8px;padding:0 13px;font-size:14px;font-weight:600;display:flex}.register-phone input{border:0;outline:0;flex:1;min-width:0;padding:0 14px;font-size:14px}.register-terms{color:#596271;align-items:center;gap:10px;margin:26px 0 20px;font-size:13px;display:flex}.register-terms input{accent-color:#f50057;width:18px;height:18px}.register-terms a,.register-login a{color:#f50057;font-weight:700;text-decoration:none}.register-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f06,#f50057);border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;height:55px;font-size:15px;font-weight:800;display:flex;box-shadow:0 8px 20px #f5005733}.register-submit:hover{transform:translateY(-1px)}.register-submit:disabled{opacity:.65;cursor:wait;transform:none}.register-login{text-align:center;color:#657080;margin:20px 0 0;font-size:14px}.register-benefits{background:linear-gradient(#fff8fb,#fff);border-left:1px solid #eee;padding:42px 38px}.register-benefit-art{background:radial-gradient(circle,#ffe1ed 0,#fff2f7 55%,#0000 56%);border-radius:50%;justify-content:center;align-items:center;width:145px;height:125px;margin:0 auto 20px;font-size:75px;display:flex;position:relative}.register-benefit-art span{color:#fff;background:#f50057;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex;position:absolute;bottom:10px;right:8px}.register-benefits h2{text-align:center;margin:0 0 24px;font-size:23px}.benefit-item{border-bottom:1px solid #eee;gap:14px;padding:17px 0;display:flex}.benefit-item:last-child{border-bottom:0}.benefit-item>div{color:#f50057;background:#ffeaf2;border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.benefit-item strong{margin-bottom:5px;font-size:14px;display:block}.benefit-item p{color:#68717e;margin:0;font-size:12px;line-height:1.5}.register-trust{background:#fff;border:1px solid #eee;border-radius:13px;grid-template-columns:repeat(4,1fr);margin-top:22px;padding:18px 24px;display:grid}.register-trust>div{border-right:1px solid #eee;justify-content:center;align-items:center;gap:12px;padding:4px 20px;display:flex}.register-trust>div:last-child{border-right:0}.register-trust svg{color:#f50057;width:25px}.register-trust strong,.register-trust span{display:block}.register-trust strong{margin-bottom:4px;font-size:13px}.register-trust span{color:#7b8490;font-size:11px}.register-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(540px,100%);max-height:85vh;display:flex;overflow:hidden;box-shadow:0 25px 80px #0003}.register-modal-header{justify-content:space-between;align-items:center;padding:22px 24px 17px;display:flex}.register-modal-header h2{margin:0;font-size:21px}.register-modal-header button{cursor:pointer;background:#f5f5f5;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.register-modal-search{color:#78818d;border:1px solid #dfe3e8;border-radius:8px;align-items:center;gap:10px;height:48px;margin:0 24px 12px;padding:0 14px;display:flex}.register-modal-search:focus-within{border-color:#f50057}.register-modal-search input{border:0;outline:0;flex:1;font-size:14px}.country-list,.city-list{padding:0 24px 20px;overflow-y:auto}.country-option,.city-option{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;width:100%;min-height:62px;padding:10px 12px;font-size:14px;display:flex}.country-option:hover,.city-option:hover{background:#fff7fa}.country-option.selected{color:#e90051;background:#fff3f7;border:1px solid #ff8ab4;border-radius:9px;font-weight:700}.country-option-left{align-items:center;gap:13px;display:flex}.country-flag{font-size:25px}.city-option>span:first-child{flex-direction:column;gap:4px;display:flex}.city-option small{color:#7a838f}.city-option.selected{color:#e90051}.city-radio{color:#f50057;font-size:20px}.city-info{color:#c90048;background:#fff5f9;border:1px solid #ffd0df;border-radius:8px;margin:2px 24px 10px;padding:11px 13px;font-size:12px}.city-confirm{color:#fff;cursor:pointer;background:#f50057;border:0;border-radius:8px;height:48px;margin:0 24px 24px;font-weight:800}@media (width<=1100px){.register-header{gap:20px}.register-brand{min-width:175px}.register-brand strong{font-size:23px}.register-header-actions{gap:10px}.register-nav{gap:18px}.register-nav a:nth-of-type(n+5){display:none}}@media (width<=850px){.register-topbar{flex-direction:column;gap:5px;padding:8px 20px}.register-header{flex-wrap:wrap;padding:18px 20px}.register-search{flex-basis:100%;order:3;max-width:none}.register-header-actions{margin-left:auto}.register-header-actions div:first-child,.register-header-actions div:nth-child(2){display:none}.register-nav{white-space:nowrap;padding:12px 20px;overflow-x:auto}.register-card{grid-template-columns:1fr}.register-benefits{border-top:1px solid #eee;border-left:0}.register-trust{grid-template-columns:1fr 1fr;gap:10px}.register-trust>div:nth-child(2){border-right:0}}@media (width<=600px){.register-main{width:94%;margin-top:20px}.register-form-section,.register-benefits{padding:25px 20px}.register-grid{grid-template-columns:1fr;gap:18px}.register-title h1{font-size:23px}.register-title-icon{width:50px;height:50px}.register-trust{grid-template-columns:1fr}.register-trust>div{border-bottom:1px solid #eee;border-right:0;padding:12px}.register-trust>div:last-child{border-bottom:0}.register-help{flex-wrap:wrap;justify-content:center}}.country-list{scrollbar-width:thin;max-height:520px;padding:8px 4px;overflow-y:auto}.country-option{color:#24243a;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:58px;padding:10px 14px;font-size:15px;transition:background .18s,border-color .18s,transform .18s;display:flex}.country-option:hover{background:#faf7ff;border-color:#eee5ff}.country-option.selected{color:#6125cf;background:#f5efff;border-color:#7b3ff2;font-weight:700}.country-option-left{align-items:center;gap:13px;min-width:0;display:flex}.country-option-left>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.country-option>span:last-child{color:#66627a;flex-shrink:0;font-weight:700}.country-option.selected>span:last-child{color:#7b3ff2}.country-flag{object-fit:cover;border-radius:3px;width:30px;min-width:30px;height:21px;display:inline-block;box-shadow:0 1px 3px #00000029}.country-flag-fallback{box-shadow:none;background:#f2eff8;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.register-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#19122d94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.register-modal{background:#fff;border-radius:22px;width:min(680px,100%);max-height:min(760px,100vh - 48px);animation:.2s ease-out razmiCountryModalIn;overflow:hidden;box-shadow:0 24px 80px #1c113747}.register-modal-header{border-bottom:1px solid #eeeaf5;justify-content:space-between;align-items:center;min-height:76px;padding:18px 22px 14px;display:flex}.register-modal-header h2{color:#252238;margin:0;font-size:21px;font-weight:800}.register-modal-header button{color:#59536b;cursor:pointer;background:#f6f3fa;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.register-modal-header button:hover{background:#eee8f8}.register-modal-search{color:#817a91;background:#faf9fc;border:1px solid #ddd7e9;border-radius:12px;align-items:center;gap:10px;height:50px;margin:16px 20px 10px;padding:0 15px;display:flex}.register-modal-search:focus-within{background:#fff;border-color:#7b3ff2;box-shadow:0 0 0 3px #7b3ff21a}.register-modal-search input{color:#272238;background:0 0;border:0;outline:0;flex:1;width:100%;height:100%;font-size:15px}.register-modal-search input::placeholder{color:#9993a7}@keyframes razmiCountryModalIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=700px){.register-modal-overlay{align-items:stretch;padding:0}.register-modal{border-radius:0;flex-direction:column;width:100%;height:100vh;max-height:100vh;display:flex}.register-modal-header{min-height:68px;padding:14px 16px}.register-modal-header h2{font-size:18px}.register-modal-search{height:48px;margin:12px 16px 8px}.country-list{flex:1;max-height:none;padding:6px 10px 20px}.country-option{border-radius:10px;min-height:56px;padding:9px 10px}.country-option-left{gap:11px}.country-flag{width:28px;min-width:28px;height:20px}}.country-selector-overlay{z-index:10000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#19122d9e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.country-selector-modal{background:#fff;border:1px solid #eee8f8;border-radius:24px;flex-direction:column;width:min(760px,100%);max-height:min(820px,100vh - 48px);animation:.2s ease-out countrySelectorIn;display:flex;overflow:hidden;box-shadow:0 30px 90px #26144b47}.country-selector-header{border-bottom:1px solid #eeeaf5;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 18px;display:flex}.country-selector-title{align-items:center;gap:14px;display:flex}.country-selector-globe{background:#f2eaff;border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:23px;display:grid}.country-selector-title h2{color:#252238;margin:0;font-size:21px;font-weight:800}.country-selector-title p{color:#817a91;margin:4px 0 0;font-size:13px}.country-selector-close{color:#5d566d;cursor:pointer;background:#f6f3fa;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;transition:all .18s;display:grid}.country-selector-close:hover{background:#ece6f6;transform:rotate(3deg)}.country-selector-search{color:#81798f;background:#faf9fc;border:1px solid #ded8e9;border-radius:13px;align-items:center;gap:11px;height:52px;margin:18px 24px 12px;padding:0 15px;transition:all .18s;display:flex}.country-selector-search:focus-within{background:#fff;border-color:#7b3ff2;box-shadow:0 0 0 4px #7b3ff217}.country-selector-search input{color:#272238;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;font-size:15px}.country-selector-search input::placeholder{color:#9c96a8}.country-selector-search button{color:#777083;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.country-popular-section,.country-all-section{padding:0 24px}.country-section-heading{justify-content:space-between;align-items:center;margin:8px 0 12px;display:flex}.country-section-heading h3{color:#2b263b;margin:0;font-size:15px;font-weight:800}.country-section-heading span{color:#918b9d;margin-top:3px;font-size:12px;display:block}.country-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.country-popular-option{color:#29243a;cursor:pointer;text-align:left;background:#fff;border:1px solid #eee9f5;border-radius:12px;align-items:center;gap:11px;min-height:58px;padding:9px 12px;transition:all .18s;display:flex}.country-popular-option:hover{background:#faf7ff;border-color:#d9c8f8;transform:translateY(-1px)}.country-popular-option.selected{background:#f6f0ff;border-color:#7b3ff2}.country-popular-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:650;overflow:hidden}.country-popular-option strong{color:#777083;white-space:nowrap;font-size:12px}.country-selected-check{color:#fff;background:#7b3ff2;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:grid}.country-all-section{flex-direction:column;min-height:0;margin-top:10px;display:flex}.country-all-list{scrollbar-width:thin;min-height:0;max-height:330px;padding:2px 3px 12px 0;overflow-y:auto}.country-all-option{color:#302b40;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:50px;padding:7px 11px;transition:all .16s;display:flex}.country-all-option:hover{background:#faf8fd}.country-all-option.selected{background:#f6f0ff;border-color:#e2d3fb}.country-all-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden}.country-all-code{text-align:right;color:#777083;min-width:48px;font-size:13px;font-weight:700}.country-no-results{color:#777083;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:180px;display:flex}.country-no-results div{margin-bottom:4px;font-size:32px}.country-no-results strong{color:#302b40}.country-no-results span{font-size:13px}.country-selector-footer{color:#777083;background:#faf9fc;border-top:1px solid #eeeaf5;justify-content:center;align-items:center;gap:5px;min-height:48px;padding:10px 24px;font-size:12px;display:flex}.country-selector-footer a{color:#7b3ff2;font-weight:750;text-decoration:none}.country-selector-footer a:hover{text-decoration:underline}@keyframes countrySelectorIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=700px){.country-selector-overlay{align-items:stretch;padding:0}.country-selector-modal{border:0;border-radius:0;width:100%;height:100dvh;max-height:none}.country-selector-header{padding:16px}.country-selector-title{gap:11px}.country-selector-globe{border-radius:11px;width:40px;height:40px;font-size:20px}.country-selector-title h2{font-size:18px}.country-selector-title p{font-size:12px}.country-selector-search{height:50px;margin:12px 16px 10px}.country-popular-section,.country-all-section{padding:0 16px}.country-popular-grid{grid-template-columns:1fr;gap:6px}.country-popular-option{min-height:54px}.country-all-section{flex:1;overflow:hidden}.country-all-list{flex:1;max-height:none}.country-selector-footer{min-height:46px;padding:8px 16px}}@media (width<=420px){.country-popular-name{font-size:12px}.country-all-name{font-size:13px}.country-all-code{font-size:12px}}@media (width<=700px){.mobile-bottom-nav{z-index:9000;height:68px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border-top:1px solid #eee8f2;grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #1e143214}.mobile-bottom-nav-item{color:#777180;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;height:56px;text-decoration:none;transition:color .18s,background .18s,transform .18s;display:flex}.mobile-bottom-nav-item:active{transform:scale(.94)}.mobile-bottom-nav-item.active{color:#f50068;background:#fff2f7}.mobile-bottom-nav-icon{justify-content:center;align-items:center;width:30px;height:28px;display:flex;position:relative}.mobile-bottom-nav-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:650;line-height:1;overflow:hidden}body{padding-bottom:68px}}@media (width<=380px){.mobile-bottom-nav{height:64px}.mobile-bottom-nav-item{height:52px}.mobile-bottom-nav-label{font-size:9px}body{padding-bottom:64px}}:root{--razmi-orange:#f47b20;--razmi-purple:#7b3ff2;--razmi-mobile-primary:#f47b20;--razmi-mobile-accent:#7b3ff2}@media (width<=700px){:root[data-mobile-theme=orange]{--razmi-mobile-primary:#f47b20;--razmi-mobile-accent:#7b3ff2;--razmi-mobile-bg:#f8f8fa;--razmi-mobile-card:#ffffffe0;--razmi-mobile-text:#24212d;--razmi-mobile-muted:#77727f}:root[data-mobile-theme=purple]{--razmi-mobile-primary:#7b3ff2;--razmi-mobile-accent:#f47b20;--razmi-mobile-bg:#f7f5fb;--razmi-mobile-card:#ffffffdb;--razmi-mobile-text:#24212d;--razmi-mobile-muted:#77727f}body{background:var(--razmi-mobile-bg)}}.theme-selector-page{color:#24212d;background:radial-gradient(circle at 10% 0,#f47b201a,#0000 28%),radial-gradient(circle at 90% 10%,#7b3ff21a,#0000 28%),#f8f7fb;min-height:100vh;padding:28px 24px 50px}.theme-selector-top{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;display:flex}.theme-back{color:#4c4658;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.theme-back:hover{color:#f47b20}.theme-selector-icon{color:#f47b20;background:#fffc;border:1px solid #ffffffe6;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 8px 25px #32234b14}.theme-selector-heading{text-align:center;max-width:760px;margin:48px auto 34px}.theme-selector-heading h1{letter-spacing:-.8px;margin:0;font-size:clamp(30px,4vw,44px);font-weight:900}.theme-selector-heading p{color:#77727f;margin:10px 0 0;font-size:16px}.theme-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1180px;margin:0 auto;display:grid}.theme-card{cursor:pointer;text-align:left;background:#ffffffc7;border:2px solid #0000;border-radius:28px;padding:14px;transition:all .22s;box-shadow:0 18px 50px #2a1c411a}.theme-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px #2a1c4126}.theme-card.selected{border-color:var(--preview-primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--preview-primary) 12%, transparent), 0 24px 60px #2a1c4124}.theme-preview{background:linear-gradient(145deg, color-mix(in srgb, var(--preview-primary) 10%, white), white 55%, color-mix(in srgb, var(--preview-accent) 8%, white));border-radius:21px;min-height:450px;padding:18px;position:relative;overflow:hidden}.theme-preview-header{color:var(--preview-primary);justify-content:space-between;align-items:center;font-size:16px;display:flex}.theme-preview-header span{font-size:20px}.theme-preview-search{color:#9993a1;background:#ffffffc7;border:1px solid #fffffff2;border-radius:12px;align-items:center;height:42px;margin-top:16px;padding:0 13px;font-size:12px;display:flex}.theme-preview-banner{background:linear-gradient(135deg, var(--preview-primary), color-mix(in srgb, var(--preview-primary) 65%, var(--preview-accent)));color:#fff;border-radius:17px;flex-direction:column;justify-content:center;min-height:125px;margin-top:14px;padding:18px;display:flex}.theme-preview-banner small{opacity:.82;font-size:9px;font-weight:800}.theme-preview-banner strong{margin-top:5px;font-size:22px}.theme-preview-banner span{margin-top:8px;font-size:10px;font-weight:800}.theme-preview-title{justify-content:space-between;margin:20px 2px 10px;font-size:12px;display:flex}.theme-preview-title span{color:var(--preview-primary);font-weight:800}.theme-preview-products{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.theme-preview-products>div{background:#ffffffd1;border:1px solid #fffffff2;border-radius:15px;flex-direction:column;justify-content:space-between;min-height:120px;padding:12px;display:flex}.theme-preview-products span{font-size:28px}.theme-preview-products strong{font-size:11px}.theme-preview-products b{color:var(--preview-primary);font-size:14px}.theme-preview-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#8b8593;background:#ffffffc7;border:1px solid #fffffff2;border-radius:17px;justify-content:space-around;align-items:center;height:49px;display:flex;position:absolute;bottom:15px;left:16px;right:16px}.theme-preview-nav span:first-child{color:var(--preview-primary)}.theme-card-info{justify-content:space-between;align-items:center;gap:18px;padding:18px 8px 7px;display:flex}.theme-card-name{align-items:center;gap:9px;font-size:18px;font-weight:850;display:flex}.theme-card-label{background:color-mix(in srgb, var(--preview-primary) 12%, white);color:var(--preview-primary);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.theme-card-info p{color:#77727f;max-width:480px;margin:7px 0 0;font-size:13px;line-height:1.5}.theme-check{color:#fff;border:2px solid #ded9e7;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.theme-check.active{border-color:var(--preview-primary);background:var(--preview-primary)}.theme-selector-note{text-align:center;color:#918b99;max-width:1180px;margin:24px auto 0;font-size:12px}@media (width<=700px){.theme-selector-page{min-height:100dvh;padding:18px 14px 30px}.theme-selector-heading{margin:30px auto 22px}.theme-selector-heading h1{font-size:28px}.theme-selector-heading p{font-size:13px}.theme-selector-grid{grid-template-columns:1fr;gap:18px}.theme-card{border-radius:21px;padding:9px}.theme-preview{min-height:390px;padding:14px}.theme-card-info{padding:14px 5px 6px}.theme-card-name{font-size:15px}.theme-card-info p{font-size:12px}}@media (width<=550px){body{background:radial-gradient(circle at 10% 5%,#ffbedc8c,#0000 28%),radial-gradient(circle at 95% 20%,#cdbeff73,#0000 30%),linear-gradient(#fff8fc 0%,#f7f3ff 100%);overflow-x:hidden}.home{width:100%;min-height:100vh;padding-bottom:78px}.home .navbar{z-index:500;-webkit-backdrop-filter:blur(20px);background:#ffffffb8;border-bottom:1px solid #fffc;gap:10px;height:auto;min-height:62px;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 4px 24px #643c8214}.home .logo{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:13px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:19px;font-weight:900;display:grid;box-shadow:0 7px 18px #be469638}.home .navbar nav{display:none}.home .cart-button{color:#5f3b76;background:#ffffffb8;border:1px solid #ffffffe6;border-radius:13px;place-items:center;width:42px;height:42px;margin-left:auto;padding:0;font-size:0;display:grid;box-shadow:0 6px 18px #5a377814}.home .cart-button:before{content:"🛒";font-size:19px}.home .hero{background:linear-gradient(135deg,#ff75adeb,#8252dcf0);border-radius:26px;min-height:auto;margin:14px 14px 0;padding:24px 20px;position:relative;overflow:hidden;box-shadow:0 18px 45px #7e44a52e,inset 0 1px #fff6}.home .hero:before{content:"";filter:blur(2px);background:#ffffff29;border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-55px}.home .hero>div{z-index:2;position:relative}.home .hero-badge{color:#fff;letter-spacing:.8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff59;margin-bottom:10px;padding:6px 10px;font-size:9px}.home .hero h1{letter-spacing:-1.5px;margin-bottom:10px;font-size:31px;line-height:1.05}.home .hero p{color:#ffffffe0;max-width:290px;margin-bottom:16px;font-size:13px;line-height:1.45}.home .hero-button{color:#713c96;background:#fffffff0;border-radius:11px;padding:10px 15px;font-size:12px;box-shadow:0 8px 20px #3c14501f}.home .section{width:100%;margin:25px 0 0;padding:0 14px}.home .section-header{margin-bottom:12px;padding:0 2px}.home .section-header h2{letter-spacing:-.5px;font-size:19px}.home .section-header a{color:#9a4bd1;font-size:11px}.home .category-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:2px 2px 8px;display:flex;overflow-x:auto}.home .category-grid::-webkit-scrollbar{display:none}.home .category-card{scroll-snap-align:start;-webkit-backdrop-filter:blur(14px);background:#ffffff94;border:1px solid #ffffffd9;border-radius:18px;justify-content:center;align-items:center;width:92px;min-width:92px;min-height:104px;padding:10px;box-shadow:0 8px 22px #5f3c8212}.home .category-card img{width:54px;height:52px;margin-bottom:8px}.home .category-card h3{text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#40334d;width:100%;font-size:11px;overflow:hidden}.home .product-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:2px 2px 12px;display:flex;overflow-x:auto}.home .product-grid::-webkit-scrollbar{display:none}.home .product-card{scroll-snap-align:start;-webkit-backdrop-filter:blur(15px);background:#ffffffad;border:1px solid #ffffffd9;border-radius:20px;width:158px;min-width:158px;box-shadow:0 10px 28px #55327817}.home .product-card:hover{transform:none;box-shadow:0 10px 28px #55327817}.home .product-card>img{object-fit:contain;background:#ffffff85;width:100%;height:145px;padding:12px}.home .product-info{padding:11px}.home .product-info h3{color:#32283c;min-height:38px;margin:0;font-size:12px;line-height:1.35}.home .price{color:#a63891;margin:8px 0;font-size:17px;font-weight:900}.home .product-info button{background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:10px;padding:9px;font-size:11px;box-shadow:0 7px 16px #af429b2b}.home .section>p{color:#776b81;text-align:center;background:#ffffff94;border:1px solid #fffc;border-radius:18px;padding:22px;font-size:12px}.home:after{content:"";z-index:900;-webkit-backdrop-filter:blur(20px);pointer-events:none;background:#ffffffc7;border:1px solid #ffffffe0;border-radius:21px;height:62px;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 14px 40px #3e235529}.home footer{color:#54465d;text-align:center;background:0 0;margin-top:45px;padding:30px 20px 100px}.home footer strong{font-size:18px}.home footer p{color:#91859a;font-size:11px}}.mobile-bottom-nav{display:none}@media (width<=550px){.mobile-bottom-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#ffffffc7;border:1px solid #ffffffe0;border-radius:21px;grid-template-columns:repeat(5,1fr);align-items:center;height:62px;padding:5px 8px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 14px 40px #3e235529,inset 0 1px #ffffffe6}.mobile-nav-item{color:#8b7c95;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:52px;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.mobile-nav-item span{place-items:center;width:28px;height:28px;font-size:21px;line-height:1;display:grid}.mobile-nav-item small{font-size:9px;font-weight:700;line-height:1}.mobile-nav-item.active{color:#a63891;background:#ffffffa6;box-shadow:0 5px 14px #9646911a}.mobile-nav-item:active{transform:scale(.92)}.mobile-nav-item.active span{color:#ff4f9a}.home:after{display:none}}.mobile-home-search{display:none}@media (width<=550px){.mobile-home-search{-webkit-backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #ffffffe0;border-radius:16px;align-items:center;gap:8px;min-height:46px;margin:12px 14px 0;padding:5px 6px 5px 13px;display:flex;box-shadow:0 8px 24px #55327814,inset 0 1px #ffffffe6}.mobile-search-icon{color:#9b7da8;text-align:center;flex-shrink:0;width:24px;font-size:25px;line-height:1}.mobile-home-search input{color:#40334d;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px;font-weight:500}.mobile-home-search input::placeholder{color:#9b8ca4}.mobile-home-search button{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border:0;border-radius:11px;flex-shrink:0;padding:9px 13px;font-size:11px;font-weight:800;box-shadow:0 6px 15px #af429b2e}.mobile-home-search button:active{transform:scale(.96)}}.mobile-products-header{display:none}.products-search-area{align-items:center;gap:12px;display:flex}.products-result-info{color:#777;gap:5px;margin:16px 0;font-size:14px;display:flex}.product-image-wrap{position:relative;overflow:hidden}.product-wishlist{z-index:5;color:#999;background:#ffffffd9;border:1px solid #fffc;border-radius:50%;place-items:center;width:36px;height:36px;font-size:20px;display:grid;position:absolute;top:10px;right:10px}.product-name{color:inherit;font-weight:800;text-decoration:none;display:block}.product-card-bottom{flex-direction:column;display:flex}.add-cart-button{color:#fff;background:#111;border:none;border-radius:9px;width:100%;padding:12px;font-weight:700}@media (width<=550px){.products-page{background:radial-gradient(circle at 10% 5%,#ffbedc8c,#0000 28%),radial-gradient(circle at 95% 20%,#cdbeff73,#0000 30%),linear-gradient(#fff8fc 0%,#f7f3ff 100%);min-height:100vh;padding-bottom:82px}.products-page .navbar{-webkit-backdrop-filter:blur(20px);background:#ffffffb8;border-bottom:1px solid #fffc;height:62px;padding:10px 16px}.products-page .navbar .logo{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:13px;place-items:center;width:40px;height:40px;font-size:18px;font-weight:900;display:grid}.products-page .navbar nav{display:none}.products-page .cart-button{color:#5f3b76;background:#ffffffbf;border:1px solid #ffffffe6;border-radius:13px;width:42px;height:42px;margin-left:auto;padding:0;font-size:0}.products-page .cart-button:before{content:"🛒";font-size:19px}.mobile-products-header{-webkit-backdrop-filter:blur(16px);background:#ffffff94;border:1px solid #ffffffd9;border-radius:22px;justify-content:space-between;align-items:center;margin:14px 14px 0;padding:18px;display:flex;box-shadow:0 10px 28px #55327814}.mobile-products-header span{color:#a63891;letter-spacing:1px;font-size:9px;font-weight:800}.mobile-products-header h1{color:#302638;letter-spacing:-.8px;margin-top:4px;font-size:25px}.mobile-products-cart{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:14px;place-items:center;width:42px;height:42px;font-size:19px;display:grid;box-shadow:0 7px 18px #af429b2e}.products-page .products-main{width:100%;margin:18px 0 0;padding:0 14px}.products-page .products-title{display:none}.products-search-area{gap:8px;display:flex}.products-search{-webkit-backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #ffffffe0;border-radius:16px;flex:1;align-items:center;gap:7px;min-width:0;height:46px;padding:5px 8px 5px 12px;display:flex;box-shadow:0 8px 24px #55327814,inset 0 1px #ffffffe6}.products-search>span{color:#9b7da8;font-size:24px}.products-search input{color:#40334d;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:13px}.products-sort{color:#5f4b6c;-webkit-backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #ffffffe0;border-radius:15px;outline:none;width:68px;height:46px;font-size:11px;font-weight:700}.products-result-info{color:#8a7b94;margin:15px 3px 10px;font-size:11px}.products-result-info strong{color:#a63891}.products-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0;display:grid;overflow:visible}.products-page .product-card{-webkit-backdrop-filter:blur(15px);background:#ffffffad;border:1px solid #ffffffe0;border-radius:19px;width:100%;min-width:0;overflow:hidden;box-shadow:0 10px 28px #55327817}.products-page .product-card:hover{transform:none;box-shadow:0 10px 28px #55327817}.products-page .product-image-wrap{background:#ffffff80;height:158px}.products-page .product-image-wrap a{width:100%;height:100%;display:block}.products-page .product-image-wrap img{object-fit:contain;width:100%;height:100%;padding:10px}.products-page .product-wishlist{width:31px;height:31px;font-size:17px;top:8px;right:8px}.products-page .product-info{padding:11px}.products-page .product-name{color:#32283c;min-height:34px;font-size:12px;line-height:1.4}.products-page .product-description{color:#8a7d91;min-height:30px;margin:5px 0;font-size:10px;line-height:1.35}.products-page .price{color:#a63891;margin:7px 0 9px;font-size:17px;font-weight:900}.products-page .add-cart-button{background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:10px;padding:9px 6px;font-size:10px;box-shadow:0 7px 16px #af429b2b}.products-page .empty-state{text-align:center;background:#fff9;border:1px solid #ffffffd9;border-radius:20px;margin-top:20px;padding:28px 18px;box-shadow:0 8px 22px #5532780f}.products-page .empty-state h2{color:#40334d;font-size:18px}.products-page .empty-state p{color:#8a7d91;margin-top:8px;font-size:12px}.products-page footer{color:#54465d;text-align:center;background:0 0;margin-top:45px;padding:30px 20px 105px}.products-page footer strong{font-size:18px}.products-page footer p{color:#91859a;font-size:11px}.products-page .mobile-bottom-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#ffffffc7;border:1px solid #ffffffe0;border-radius:21px;grid-template-columns:repeat(5,1fr);align-items:center;height:62px;padding:5px 8px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 14px 40px #3e235529,inset 0 1px #ffffffe6}.products-page .mobile-nav-item{color:#8b7c95;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:52px;display:flex}.products-page .mobile-nav-item span{place-items:center;width:28px;height:28px;font-size:21px;display:grid}.products-page .mobile-nav-item small{font-size:9px;font-weight:700}}.mobile-search-error{display:none}@media (width<=550px){.mobile-search-error{color:#c23b78;margin:6px 18px 0;font-size:11px;font-weight:700;display:block}}.cart-main{padding-bottom:80px}.cart-page .section-header{align-items:center}.clear-cart-button{color:#756a7d;cursor:pointer;background:#ffffffbf;border:1px solid #e5dce9;border-radius:12px;padding:10px 16px;font-weight:600}.cart-layout{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);align-items:start;gap:28px;display:grid}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #fffc;border-radius:22px;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px;display:grid;box-shadow:0 12px 35px #70479114}.cart-item-image{background:linear-gradient(135deg,#fff,#f8e9f5);border-radius:18px;justify-content:center;align-items:center;width:110px;height:110px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-image span{font-size:36px}.cart-item-info{min-width:0}.cart-item-name{color:#2d2433;margin-bottom:7px;font-size:19px;font-weight:700;text-decoration:none;display:block}.cart-item-price{color:#a63891;margin:0 0 14px;font-size:17px;font-weight:700}.cart-item-actions{align-items:center;gap:14px;display:flex}.quantity-control{background:#ffffffe6;border:1px solid #eaddea;border-radius:12px;align-items:center;gap:0;display:inline-flex;overflow:hidden}.quantity-control button{color:#7c4ba4;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.quantity-control button:hover{background:#f8eaf5}.quantity-control strong{text-align:center;color:#2d2433;min-width:36px}.remove-cart-item{color:#b05a7c;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-weight:600;display:inline-flex}.remove-cart-item:hover{color:#d12f69}.cart-item-total{color:#2d2433;white-space:nowrap;font-size:19px}.cart-summary{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc7;border:1px solid #ffffffe6;border-radius:24px;padding:24px;position:sticky;top:20px;box-shadow:0 15px 40px #7047911a}.cart-summary h2{color:#2d2433;margin:0 0 22px;font-size:22px}.summary-row{color:#756a7d;justify-content:space-between;gap:15px;margin-bottom:14px;display:flex}.summary-row strong{color:#2d2433}.pending-delivery{color:#a63891;text-align:right;font-size:14px}.summary-divider{background:#eadfea;height:1px;margin:20px 0}.summary-total{color:#2d2433;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:20px;font-weight:700;display:flex}.summary-total strong{color:#a63891;font-size:24px}.checkout-button{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;font-weight:700;text-decoration:none;display:flex;box-shadow:0 10px 24px #9b5cff33}.continue-shopping{text-align:center;color:#8a4caf;margin-top:16px;font-weight:600;text-decoration:none;display:block}.empty-cart{text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #ffffffe6;border-radius:28px;max-width:650px;margin:40px auto 80px;padding:50px 30px;box-shadow:0 15px 45px #70479114}.empty-cart-icon{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:24px;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 20px;display:flex}.empty-cart h2{color:#2d2433;margin:0 0 8px}.empty-cart p{color:#756a7d;margin-bottom:24px}.empty-cart .hero-button{align-items:center;gap:8px;display:inline-flex}@media (width<=768px){.cart-main{padding:25px 18px 110px}.cart-page .section-header{display:block}.clear-cart-button{margin-top:12px}.cart-layout{flex-direction:column;gap:20px;display:flex}.cart-items{width:100%}.cart-item{border-radius:20px;grid-template-columns:82px minmax(0,1fr);gap:13px;padding:14px}.cart-item-image{border-radius:15px;width:82px;height:82px}.cart-item-image span{font-size:28px}.cart-item-name{font-size:16px}.cart-item-price{margin-bottom:10px;font-size:15px}.cart-item-actions{flex-wrap:wrap;gap:10px}.quantity-control button{width:34px;height:34px}.quantity-control strong{min-width:30px}.remove-cart-item{font-size:13px}.cart-item-total{grid-column:2;justify-self:end;margin-top:-4px;font-size:17px}.cart-summary{box-sizing:border-box;border-radius:22px;width:100%;padding:20px;position:static}.empty-cart{margin:25px 0 70px;padding:40px 20px}}.cart-toast{z-index:99999;color:#fff;background:linear-gradient(135deg,#ff3f9f 0%,#8b45f5 100%);border-radius:16px;align-items:center;gap:12px;min-width:280px;max-width:380px;padding:14px 16px;font-size:14px;font-weight:700;animation:.25s ease-out cartToastIn;display:flex;position:fixed;top:90px;right:28px;box-shadow:0 12px 35px #642d9647,0 4px 12px #ff3f9f2e}.cart-toast-icon{color:#fff;background:#ffffff38;border-radius:50%;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;font-size:15px;font-weight:900;display:flex}.cart-toast-close{color:#ffffffe6;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:2px 4px;font-size:20px;line-height:1}.cart-toast-close:hover{color:#fff}@keyframes cartToastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width<=600px){.cart-toast{border-radius:16px;width:auto;min-width:0;max-width:none;padding:14px 16px;font-size:14px;top:80px;left:20px;right:20px}}.checkout-page{color:#2d2433;background:linear-gradient(135deg,#fff8fc 0%,#f7f3ff 100%);min-height:100vh}.checkout-header{-webkit-backdrop-filter:blur(18px);z-index:100;background:#ffffffd1;border-bottom:1px solid #78509614;justify-content:space-between;align-items:center;height:72px;padding:0 6%;display:flex;position:sticky;top:0}.checkout-logo{color:#7b3ff2;letter-spacing:-1px;font-size:27px;font-weight:900;text-decoration:none}.checkout-back{color:#7b3ff2;background:#7b3ff214;border-radius:12px;padding:10px 16px;font-weight:700;text-decoration:none}.checkout-container{width:min(1180px,90%);margin:0 auto;padding:48px 0 80px}.checkout-title{margin-bottom:32px}.checkout-title span{color:#ff6b19;letter-spacing:2px;font-size:13px;font-weight:800}.checkout-title h1{margin:8px 0 6px;font-size:42px;line-height:1.1}.checkout-title p{color:#756a7d;margin:0;font-size:16px}.checkout-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:28px;display:grid}.checkout-main{flex-direction:column;gap:18px;display:flex}.checkout-card{-webkit-backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #8c64a01a;border-radius:22px;padding:26px;box-shadow:0 12px 35px #50326412}.checkout-card h2{margin:0 0 8px;font-size:19px}.checkout-card p{color:#756a7d;margin:0;font-size:14px}.checkout-summary{-webkit-backdrop-filter:blur(16px);background:#ffffffc7;border:1px solid #8c64a01a;border-radius:22px;padding:26px;position:sticky;top:96px;box-shadow:0 15px 40px #50326417}.checkout-summary h2{margin:0 0 20px;font-size:21px}.checkout-item{border-bottom:1px solid #78509614;justify-content:space-between;gap:15px;padding:14px 0;display:flex}.checkout-item>div{flex-direction:column;gap:5px;display:flex}.checkout-item strong{font-size:14px}.checkout-item span{color:#756a7d;font-size:13px}.checkout-summary-row{justify-content:space-between;align-items:center;gap:15px;padding:15px 0 0;font-size:14px;display:flex}.checkout-summary-row span{color:#756a7d}.checkout-summary-row strong{text-align:right}.checkout-total{border-top:1px solid #7850961f;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;font-size:18px;display:flex}.checkout-total strong{color:#ad3994;font-size:25px}.checkout-empty{text-align:center;background:#ffffffc7;border:1px solid #8c64a01a;border-radius:24px;width:min(520px,90%);margin:120px auto;padding:45px 30px;box-shadow:0 15px 40px #50326414}.checkout-empty h1{margin:0 0 10px}.checkout-empty p{color:#756a7d;margin-bottom:25px}.checkout-primary-button{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:14px;justify-content:center;align-items:center;padding:13px 22px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 10px 25px #9b5cff33}@media (width<=800px){.checkout-header{height:64px;padding:0 20px}.checkout-logo{font-size:24px}.checkout-container{width:calc(100% - 30px);padding:28px 0 110px}.checkout-title{margin-bottom:22px}.checkout-title h1{font-size:32px}.checkout-layout{grid-template-columns:1fr;gap:18px}.checkout-summary{order:-1;position:static}.checkout-card,.checkout-summary{border-radius:18px;padding:20px}.checkout-card h2{font-size:17px}.checkout-item{padding:12px 0}}@media (width<=480px){.checkout-back{padding:8px 12px;font-size:13px}.checkout-title h1{font-size:29px}.checkout-title p{font-size:14px}.checkout-total strong{font-size:22px}}.auth-page{background:radial-gradient(circle at 15% 20%,#ff4f9a2e,#0000 35%),radial-gradient(circle at 85% 80%,#9b5cff29,#0000 35%),linear-gradient(135deg,#fff8fc 0%,#f7f3ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.auth-card{-webkit-backdrop-filter:blur(20px);background:#ffffffb8;border:1px solid #ffffffbf;border-radius:28px;width:100%;max-width:440px;padding:42px 38px;box-shadow:0 24px 70px #82489124,0 8px 25px #ff4f9a14}.auth-logo{color:#ff4f9a;letter-spacing:-1px;margin-bottom:28px;font-size:30px;font-weight:900;text-decoration:none;display:block}.auth-header{margin-bottom:26px}.auth-header h1{color:#2d2433;margin:0 0 10px;font-size:32px;font-weight:800;line-height:1.15}.auth-header p{color:#756a7d;margin:0;font-size:15px;line-height:1.6}.otp-phone{color:#8b3b7d;text-align:center;background:#ff4f9a12;border:1px solid #ff4f9a29;border-radius:14px;margin-bottom:22px;padding:13px 16px;font-size:15px}.auth-message{border-radius:13px;margin-bottom:18px;padding:13px 15px;font-size:14px;font-weight:600;line-height:1.45}.auth-error{color:#b4234d;background:#dc466414;border:1px solid #dc46642e}.auth-success{color:#21834f;background:#2daa6914;border:1px solid #2daa692e}.auth-field{margin-bottom:22px}.auth-field label{color:#2d2433;margin-bottom:9px;font-size:14px;font-weight:700;display:block}.auth-field input{box-sizing:border-box;color:#2d2433;letter-spacing:7px;text-align:center;background:#ffffffd1;border:1px solid #756a7d38;border-radius:15px;outline:none;width:100%;padding:16px 18px;font-size:22px;font-weight:700;transition:all .2s}.auth-field input:focus{border-color:#ff4f9aa6;box-shadow:0 0 0 4px #ff4f9a1a}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4f9a 0%,#9b5cff 100%);border:0;border-radius:15px;width:100%;min-height:52px;font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #9b5cff33}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #9b5cff40}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-footer{color:#756a7d;text-align:center;margin-top:24px;font-size:14px}.auth-footer a{color:#9b4bcb;font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (width<=600px){.auth-page{align-items:flex-start;padding:24px 16px}.auth-card{border-radius:24px;margin-top:28px;padding:32px 22px}.auth-logo{margin-bottom:24px;font-size:27px}.auth-header h1{font-size:28px}.auth-field input{letter-spacing:6px;font-size:20px}}.account-page{color:#2d2433;background:radial-gradient(circle at 10% 10%,#ff4f9a24,#0000 32%),radial-gradient(circle at 90% 20%,#9b5cff24,#0000 34%),linear-gradient(135deg,#fff8fc 0%,#f7f3ff 100%);min-height:100vh;padding-bottom:40px}.account-header{-webkit-backdrop-filter:blur(18px);z-index:100;background:#ffffffc7;border-bottom:1px solid #ffffffd9;justify-content:space-between;align-items:center;height:76px;padding:0 7%;display:flex;position:sticky;top:0}.account-logo{letter-spacing:-1px;background:linear-gradient(135deg,#ff4f9a,#9b5cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:26px;font-weight:900;text-decoration:none}.account-cart{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:14px;padding:11px 18px;font-weight:800;text-decoration:none;box-shadow:0 8px 22px #9b5cff33}.account-container{width:min(1050px,100% - 40px);margin:0 auto;padding:55px 0 80px}.account-title{margin-bottom:28px}.account-title>span{color:#9b4bcb;letter-spacing:1px;background:#ff4f9a1a;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:900;display:inline-flex}.account-title h1{letter-spacing:-1.5px;margin:12px 0 7px;font-size:clamp(32px,5vw,48px);line-height:1.05}.account-title p{color:#756a7d;margin:0;font-size:15px}.account-loading{color:#756a7d;justify-content:center;align-items:center;min-height:100vh;font-weight:700;display:flex}.account-profile-card{-webkit-backdrop-filter:blur(20px);background:#ffffffad;border:1px solid #ffffffe6;border-radius:24px;align-items:center;gap:20px;margin-bottom:22px;padding:24px;display:flex;box-shadow:0 18px 45px #642d9617}.account-avatar{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:22px;flex:0 0 72px;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;font-weight:900;display:flex;box-shadow:0 10px 25px #ff4f9a38}.account-profile-info h2{margin:0 0 5px;font-size:22px}.account-profile-info p{color:#756a7d;margin:0 0 9px}.account-verified{color:#188957;background:#2dbe781a;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.account-menu{gap:12px;display:grid}.account-menu-item{color:#2d2433;-webkit-backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #ffffffe0;border-radius:20px;grid-template-columns:52px 1fr auto;align-items:center;gap:15px;padding:18px 20px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 10px 30px #642d960f}.account-menu-item:hover{transform:translateY(-2px);box-shadow:0 14px 35px #642d961c}.account-menu-icon{background:linear-gradient(135deg,#ff4f9a1f,#9b5cff1f);border-radius:17px;justify-content:center;align-items:center;width:52px;height:52px;font-size:23px;display:flex}.account-menu-item strong{margin-bottom:4px;font-size:16px;display:block}.account-menu-item small{color:#756a7d;font-size:13px;display:block}.account-menu-arrow{color:#9b5cff;font-size:27px;font-weight:400}.account-logout{color:#d62f78;cursor:pointer;background:#ffffffb8;border:1px solid #ff4f9a2e;border-radius:18px;width:100%;margin-top:20px;padding:16px 20px;font-size:15px;font-weight:800;box-shadow:0 10px 28px #d62f7812}.account-logout:hover{background:#ff4f9a14}.account-error{color:#b42332;background:#dc354514;border-radius:16px;margin-bottom:20px;padding:14px 16px;font-weight:700}@media (width<=700px){.account-page{min-height:100vh;padding-bottom:100px}.account-header{background:#ffffffb8;height:68px;padding:0 20px}.account-logo{font-size:23px}.account-cart{border-radius:13px;padding:10px 14px;font-size:13px}.account-container{width:calc(100% - 28px);padding:28px 0 40px}.account-title{margin-bottom:20px}.account-title>span{padding:6px 10px;font-size:10px}.account-title h1{margin-top:10px;font-size:34px}.account-title p{font-size:13px;line-height:1.5}.account-profile-card{border-radius:21px;gap:14px;padding:18px}.account-avatar{border-radius:18px;flex-basis:60px;width:60px;height:60px;font-size:23px}.account-profile-info h2{font-size:18px}.account-profile-info p{font-size:13px}.account-menu{gap:10px}.account-menu-item{border-radius:18px;grid-template-columns:46px 1fr 20px;gap:12px;padding:15px}.account-menu-icon{border-radius:15px;width:46px;height:46px;font-size:20px}.account-menu-item strong{font-size:14px}.account-menu-item small{font-size:11px;line-height:1.4}.account-menu-arrow{font-size:23px}.account-logout{margin-top:16px;padding:15px}}.profile-back{color:#9b4bcb;align-items:center;margin-bottom:18px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.profile-back:hover{color:#ff4f9a}.profile-card{-webkit-backdrop-filter:blur(20px);background:#ffffffad;border:1px solid #ffffffe6;border-radius:24px;align-items:center;gap:18px;margin-bottom:20px;padding:24px;display:flex;box-shadow:0 18px 45px #642d9614}.profile-avatar{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:21px;flex:0 0 70px;justify-content:center;align-items:center;width:70px;height:70px;font-size:27px;font-weight:900;display:flex;box-shadow:0 10px 25px #ff4f9a33}.profile-summary h2{margin:0 0 5px;font-size:21px}.profile-summary p{color:#756a7d;margin:0 0 9px;font-size:14px}.profile-form{-webkit-backdrop-filter:blur(20px);background:#ffffffad;border:1px solid #ffffffe6;border-radius:24px;padding:28px;box-shadow:0 18px 45px #642d9614}.profile-form-header{margin-bottom:24px}.profile-form-header h2{margin:0 0 6px;font-size:20px}.profile-form-header p{color:#756a7d;margin:0;font-size:13px}.profile-field{margin-bottom:20px}.profile-field label{color:#2d2433;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.profile-field input{box-sizing:border-box;color:#2d2433;background:#ffffffc7;border:1px solid #9b5cff21;border-radius:15px;outline:none;width:100%;padding:14px 15px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.profile-field input:focus{border-color:#ff4f9a8c;box-shadow:0 0 0 4px #ff4f9a14}.profile-field input:disabled{cursor:not-allowed;color:#756a7d;background:#f0ecf4a6}.profile-field small{color:#9a8fa2;margin-top:7px;font-size:11px;display:block}.profile-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border:0;border-radius:16px;width:100%;padding:15px 20px;font-family:inherit;font-size:14px;font-weight:900;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px #9b5cff2e}.profile-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #9b5cff3b}.profile-save:disabled{opacity:.65;cursor:not-allowed}.profile-success{color:#188957;background:#2dbe781a;border-radius:16px;margin-bottom:20px;padding:14px 16px;font-size:13px;font-weight:800}@media (width<=700px){.profile-back{margin-bottom:15px;font-size:13px}.profile-card{border-radius:21px;gap:14px;padding:18px}.profile-avatar{border-radius:18px;flex-basis:60px;width:60px;height:60px;font-size:23px}.profile-summary h2{font-size:18px}.profile-summary p{font-size:13px}.profile-form{border-radius:21px;padding:20px}.profile-form-header{margin-bottom:20px}.profile-form-header h2{font-size:18px}.profile-field{margin-bottom:17px}.profile-save{padding:15px}}.profile-phone-change-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4f9a 0%,#9b5cff 100%);border:none;border-radius:14px;width:100%;padding:13px 18px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 8px 20px #9b5cff2e}.profile-phone-change-button:hover{transform:translateY(-1px);box-shadow:0 12px 26px #9b5cff3d}.profile-phone-change-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.phone-change-panel{-webkit-backdrop-filter:blur(16px);background:#ffffff94;border:1px solid #ffffffb8;border-radius:20px;margin-top:18px;padding:22px;box-shadow:0 12px 32px #58377814,inset 0 1px #ffffffb8}.phone-change-header{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.phone-change-step{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:flex;box-shadow:0 6px 14px #9b5cff2e}.phone-change-header h3{color:#2d2433;margin:2px 0 5px;font-size:17px;font-weight:800}.phone-change-header p{color:#756a7d;margin:0;font-size:13px;line-height:1.55}.phone-change-number{color:#756a7d;background:#ffffffb8;border-radius:12px;margin-bottom:18px;padding:12px 14px;font-size:13px}.phone-change-number strong{color:#9b4bcb}.phone-change-actions{gap:10px;margin-top:4px;display:flex}.phone-change-actions .profile-phone-change-button{flex:1}.phone-change-cancel{color:#756a7d;cursor:pointer;background:#ffffffb8;border:1px solid #756a7d33;border-radius:14px;flex:none;padding:13px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.phone-change-cancel:hover{background:#ffffffe6;transform:translateY(-1px)}.phone-change-cancel:disabled{opacity:.65;cursor:not-allowed;transform:none}@media (width<=600px){.phone-change-panel{border-radius:18px;padding:18px}.phone-change-header{gap:11px}.phone-change-header h3{font-size:16px}.phone-change-actions{flex-direction:column-reverse}.phone-change-actions .profile-phone-change-button,.phone-change-cancel{width:100%}}.profile-section-icon{color:#9b4bcb;background:linear-gradient(135deg,#ff4f9a21,#9b5cff21);border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.profile-form-header{align-items:center;gap:13px;display:flex}.profile-phone-display{color:#2d2433;background:#f8f6fad1;border:1px solid #756a7d1f;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:14px;font-weight:650;display:flex}.profile-verified-badge{color:#21935d;white-space:nowrap;background:#2ab06d1a;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.profile-save-row{justify-content:flex-end;display:flex}.phone-security-card{-webkit-backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #fffc;border-radius:22px;gap:18px;margin-top:20px;padding:22px;display:flex;position:relative;box-shadow:0 14px 40px #4a306412,inset 0 1px #ffffffe6}.phone-security-icon{color:#9b4bcb;background:linear-gradient(135deg,#ff4f9a1f,#9b5cff1f);border-radius:15px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:21px;display:flex}.phone-security-content{flex:1;min-width:0}.phone-security-heading h2{color:#2d2433;margin:0;font-size:17px;font-weight:800}.phone-security-heading p{color:#756a7d;margin:5px 0 18px;font-size:13px;line-height:1.55}.phone-security-number{background:#faf8fbc2;border:1px solid #756a7d1a;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;padding:15px;display:flex}.phone-security-label{color:#9a8fa2;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.phone-security-value{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.phone-security-value strong{color:#2d2433;font-size:14px}.phone-security-note{color:#9a8fa2;margin-top:5px;font-size:11px;display:block}.phone-security-change{color:#9b4bcb;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.phone-security-change span{font-size:18px;transition:transform .2s}.phone-security-change:hover span{transform:translate(3px)}.phone-change-overlay{z-index:100000;-webkit-backdrop-filter:blur(8px);background:#261d2c57;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.phone-change-modal{background:#fffcfef5;border:1px solid #ffffffd6;border-radius:26px;width:min(560px,100%);max-height:min(760px,100vh - 48px);overflow-y:auto;box-shadow:0 30px 80px #2b1c3733,0 8px 30px #9b5cff1a}.phone-change-modal-header{border-bottom:1px solid #756a7d17;grid-template-columns:40px 1fr 40px;align-items:start;gap:12px;padding:22px 22px 18px;display:grid}.phone-change-modal-header h2{color:#2d2433;margin:0;font-size:19px;font-weight:850}.phone-change-modal-header p{color:#756a7d;margin:6px 0 0;font-size:12px;line-height:1.55}.phone-change-back,.phone-change-close{color:#756a7d;cursor:pointer;background:#f7f3f8;border:0;border-radius:11px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.phone-change-close{font-size:22px}.phone-change-back:hover,.phone-change-close:hover{color:#2d2433;background:#f0eaf3}.phone-change-progress{justify-content:space-between;padding:20px 28px 12px;display:flex;position:relative}.phone-change-progress-line{background:#eee7f0;height:2px;position:absolute;top:34px;left:66px;right:66px}.phone-progress-step{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:7px;width:100px;display:flex;position:relative}.phone-progress-step span{color:#9a8fa2;background:#fff;border:2px solid #e9e1ec;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:flex}.phone-progress-step small{color:#9a8fa2;font-size:9px;font-weight:700;line-height:1.3}.phone-progress-step.active span{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-color:#ff4f9a;box-shadow:0 5px 14px #9b5cff2e}.phone-progress-step.active small{color:#9b4bcb}.phone-progress-step.completed span{color:#fff;background:#9b5cff;border-color:#9b5cff}.phone-progress-step.completed small{color:#756a7d}.phone-change-content{text-align:center;padding:26px 30px 30px}.phone-change-main-icon{color:#9b4bcb;background:linear-gradient(135deg,#ff4f9a1f,#9b5cff1f);border-radius:19px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;font-size:25px;display:flex}.phone-change-content h3{color:#2d2433;margin:0;font-size:20px;font-weight:850}.phone-change-description{color:#756a7d;max-width:390px;margin:8px auto 18px;font-size:13px;line-height:1.6}.phone-current-number{color:#9a8fa2;background:#faf7fb;border-radius:12px;margin:0 auto 20px;padding:11px 14px;font-size:12px}.phone-current-number strong{color:#2d2433;margin-left:5px}.phone-change-field{text-align:left}.phone-change-field label{color:#4a4050;margin-bottom:7px;font-size:12px;font-weight:750;display:block}.phone-change-field input{box-sizing:border-box;color:#2d2433;background:#fff;border:1px solid #e5dce8;border-radius:13px;outline:none;width:100%;height:50px;padding:0 15px;font-size:15px;transition:border-color .2s,box-shadow .2s}.phone-change-field input:focus{border-color:#c67ae0;box-shadow:0 0 0 4px #c67ae01a}.phone-change-info{text-align:left;background:#faf7fb;border-radius:12px;align-items:flex-start;gap:9px;margin-top:12px;padding:11px 12px;display:flex}.phone-change-info span{color:#9b5cff;font-size:13px}.phone-change-info p{color:#8b8093;margin:0;font-size:10px;line-height:1.5}.phone-change-target{color:#9b4bcb;letter-spacing:.02em;margin:-4px 0 22px;font-size:15px;display:inline-block}.otp-input-row{justify-content:center;gap:9px;margin:6px 0 14px;display:flex}.otp-input-row input{box-sizing:border-box;color:#2d2433;text-align:center;background:#fff;border:1px solid #e3d9e7;border-radius:12px;outline:none;width:43px;height:50px;font-size:19px;font-weight:800;transition:border-color .2s,box-shadow .2s}.otp-input-row input:focus{border-color:#c67ae0;box-shadow:0 0 0 4px #c67ae01a}.phone-resend{color:#9a8fa2;margin:0 0 22px;font-size:11px}.phone-resend button{color:#9b4bcb;cursor:pointer;background:0 0;border:0;margin-left:5px;padding:0;font-size:11px;font-weight:800}.phone-change-modal-actions{grid-template-columns:.75fr 1.25fr;gap:10px;margin-top:22px;display:grid}.phone-change-primary,.phone-change-secondary{cursor:pointer;border-radius:13px;min-height:48px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s}.phone-change-primary{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border:0;box-shadow:0 9px 22px #9b5cff29}.phone-change-secondary{color:#756a7d;background:#fff;border:1px solid #e4dce7}.phone-change-primary:hover,.phone-change-secondary:hover{transform:translateY(-1px)}.phone-change-primary:disabled,.phone-change-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.phone-change-options{text-align:left;flex-direction:column;gap:12px;margin:22px 0 18px;display:flex}.phone-change-option{color:#2d2433;text-align:left;cursor:pointer;background:#fff;border:1px solid #e8deeb;border-radius:17px;grid-template-columns:48px 1fr 24px;align-items:center;gap:13px;width:100%;padding:15px;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:grid}.phone-change-option:hover{background:#fffafd;border-color:#c67ae08c;transform:translateY(-2px);box-shadow:0 10px 25px #53325f17}.phone-change-option:focus-visible{outline-offset:2px;outline:3px solid #c67ae02e}.phone-change-option-icon{background:linear-gradient(135deg,#ff4f9a1c,#9b5cff1f);border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.phone-change-option-text{flex-direction:column;gap:5px;min-width:0;display:flex}.phone-change-option-text strong{color:#302636;font-size:13px;font-weight:850;line-height:1.35}.phone-change-option-text small{color:#8b8093;font-size:10px;font-weight:500;line-height:1.5}.phone-change-option-arrow{color:#9b5cff;text-align:right;font-size:19px;font-weight:800;transition:transform .2s}.phone-change-option:hover .phone-change-option-arrow{transform:translate(3px)}.phone-change-success .phone-change-info{margin-top:18px}.phone-success-done{width:100%;margin-top:20px}.phone-change-success{padding-top:34px;padding-bottom:34px}.phone-success-icon{color:#fff;background:linear-gradient(135deg,#ff4f9a,#9b5cff);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 18px;font-size:28px;font-weight:900;display:flex;box-shadow:0 12px 28px #9b5cff33}.phone-success-number{background:#faf8fb;border:1px solid #eee6f0;border-radius:15px;flex-direction:column;gap:5px;margin:20px auto 22px;padding:16px;display:flex}.phone-success-number span{color:#9a8fa2;text-transform:uppercase;font-size:10px;font-weight:700}.phone-success-number strong{color:#2d2433;font-size:15px}.phone-success-number em{color:#21935d;font-size:11px;font-style:normal;font-weight:800}.phone-success-done{width:100%}@media (width<=600px){.phone-security-card{border-radius:19px;flex-direction:column;gap:13px;padding:18px}.phone-security-number{flex-direction:column;align-items:stretch;gap:14px}.phone-security-change{background:#ff4f9a12;border-radius:11px;justify-content:center;width:100%;min-height:43px}.phone-change-overlay{-webkit-backdrop-filter:none;background:#fffcfefa;align-items:stretch;padding:0}.phone-change-modal{width:100%;height:100%;max-height:none;box-shadow:none;background:#fffafd;border:0;border-radius:0;overflow-y:auto}.phone-change-modal-header{grid-template-columns:36px 1fr 36px;padding:16px 17px 15px}.phone-change-modal-header h2{font-size:17px}.phone-change-modal-header p{font-size:10px}.phone-change-progress{padding:18px 15px 10px}.phone-change-progress-line{top:32px;left:48px;right:48px}.phone-progress-step{width:82px}.phone-progress-step span{width:28px;height:28px}.phone-progress-step small{font-size:8px}.phone-change-content{padding:28px 20px 30px}.phone-change-main-icon{width:54px;height:54px;margin-bottom:14px}.phone-change-content h3{font-size:19px}.phone-change-description{font-size:12px}.otp-input-row{gap:6px}.otp-input-row input{border-radius:11px;width:42px;height:50px}.phone-change-modal-actions{grid-template-columns:1fr;gap:8px}.phone-change-secondary{order:2}.phone-change-primary{order:1}.profile-save-row{justify-content:stretch}.profile-save-row .profile-save{width:100%}}.phone-change-modal-error,.phone-change-modal-message{border-radius:12px;align-items:flex-start;gap:10px;margin:18px 28px 0;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.phone-change-modal-error{color:#b42318;background:#fff1f2;border:1px solid #fecdd3}.phone-change-modal-message{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.phone-change-modal-error span,.phone-change-modal-message span{border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;font-weight:800;display:flex}.phone-change-modal-error span{color:#fff;background:#ef4444}.phone-change-modal-message span{color:#fff;background:#22c55e}.phone-change-modal-error p,.phone-change-modal-message p{margin:0;font-weight:600}@media (width<=600px){.phone-change-modal-error,.phone-change-modal-message{margin-left:18px;margin-right:18px}}.staff-login-page{background:radial-gradient(circle at 15% 15%,#f9731629,#0000 32%),radial-gradient(circle at 85% 85%,#7c3aed24,#0000 35%),#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.staff-login-shell{background:#fffffff5;border:1px solid #0f172a14;border-radius:24px;width:100%;max-width:440px;padding:42px;box-shadow:0 24px 70px #0f172a1f}.staff-login-brand{align-items:center;gap:12px;margin-bottom:42px;display:flex}.staff-logo-mark{color:#fff;background:#f97316;border-radius:12px;place-items:center;width:44px;height:44px;font-size:22px;font-weight:800;display:grid}.staff-login-brand strong{color:#0f172a;letter-spacing:.04em;font-size:21px;display:block}.staff-login-brand span{color:#f97316;letter-spacing:.16em;margin-top:2px;font-size:11px;font-weight:800;display:block}.staff-login-header{margin-bottom:28px}.staff-security-icon{background:#fff7ed;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:18px;font-size:22px;display:grid}.staff-login-header h1{color:#0f172a;margin:0;font-size:32px;line-height:1.15}.staff-login-header p{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.6}.staff-login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:18px;padding:12px 14px;font-size:13px}.staff-login-form{flex-direction:column;gap:10px;display:flex}.staff-login-form label{color:#334155;margin-top:8px;font-size:13px;font-weight:700}.staff-login-form input{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #dbe2ea;border-radius:12px;outline:none;width:100%;padding:14px 15px;font-size:14px;transition:border-color .2s,box-shadow .2s}.staff-login-form input:focus{border-color:#f97316;box-shadow:0 0 0 4px #f973161a}.staff-login-form input::placeholder{color:#94a3b8}.staff-login-button{color:#fff;cursor:pointer;background:#f97316;border:0;border-radius:12px;width:100%;margin-top:18px;padding:15px 18px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}.staff-login-button:hover:not(:disabled){background:#ea580c;transform:translateY(-1px);box-shadow:0 10px 24px #f9731638}.staff-login-button:disabled{opacity:.65;cursor:not-allowed}.staff-login-footer{color:#64748b;border-top:1px solid #e2e8f0;justify-content:space-between;gap:16px;margin-top:28px;padding-top:20px;font-size:11px;display:flex}.staff-login-footer span:last-child{color:#0f172a;font-weight:700}@media (width<=520px){.staff-login-page{padding:20px 14px}.staff-login-shell{border-radius:20px;padding:30px 22px}.staff-login-header h1{font-size:28px}.staff-login-footer{flex-direction:column}}.admin-shell{color:#0f172a;background:#f6f8fc;min-height:100vh;display:flex}.admin-sidebar-spacer{flex-shrink:0;width:260px}.admin-sidebar{z-index:100;color:#fff;background:#111827;flex-direction:column;width:260px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:8px 0 30px #0f172a14}.admin-brand{align-items:center;gap:12px;padding:4px 10px 26px;display:flex}.admin-brand-mark{color:#fff;background:#f97316;border-radius:12px;place-items:center;width:42px;height:42px;font-size:21px;font-weight:800;display:grid}.admin-brand strong{letter-spacing:.04em;font-size:17px;display:block}.admin-brand span{color:#f97316;letter-spacing:.12em;margin-top:2px;font-size:10px;font-weight:800;display:block}.admin-nav{flex-direction:column;flex:1;gap:5px;display:flex;overflow-y:auto}.admin-nav a{color:#94a3b8;border-radius:10px;align-items:center;gap:11px;padding:11px 13px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.admin-nav a:hover{color:#fff;background:#ffffff12}.admin-nav a.active{color:#fff;background:#f97316;box-shadow:0 8px 20px #f9731638}.admin-upgrade-card{background:linear-gradient(135deg,#1e293b,#172033);border:1px solid #ffffff14;border-radius:14px;margin:18px 2px;padding:15px}.admin-sidebar-user{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:13px 8px 2px;display:flex}.admin-avatar{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.admin-avatar.small{width:34px;height:34px;font-size:12px}.admin-main{flex:1;min-width:0}.admin-content{width:100%;min-width:0}.admin-topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:20px;height:72px;padding:0 28px;display:flex}.admin-search{width:min(420px,45vw)}.admin-search input{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:11px 15px}.admin-topbar-profile{align-items:center;gap:10px;display:flex}.admin-mobile-menu,.admin-sidebar-overlay{display:none}@media (width<=900px){.admin-sidebar-spacer{width:0}.admin-sidebar{transition:transform .25s;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-mobile-menu{cursor:pointer;background:#f1f5f9;border:0;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.admin-sidebar-overlay{z-index:90;background:#0f172a73;position:fixed;inset:0}.admin-sidebar-overlay.open{display:block}.admin-topbar{padding:0 18px}.admin-search{width:100%;max-width:320px}}@media (width<=560px){.admin-topbar{gap:10px}.admin-search{display:none}}.staff-dashboard{max-width:1600px;margin:0 auto;padding:30px}.staff-dashboard-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.staff-eyebrow{color:#f97316;letter-spacing:.14em;margin-bottom:7px;font-size:11px;font-weight:800}.staff-dashboard-header h1{color:#0f172a;margin:0;font-size:30px;line-height:1.2}.staff-dashboard-header p{color:#64748b;margin:8px 0 0;font-size:14px}.staff-date-filter select{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;min-width:155px;padding:11px 14px;font-size:13px;font-weight:600}.staff-custom-dates{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-end;gap:14px;margin-bottom:20px;padding:16px;display:flex}.staff-custom-dates div{flex-direction:column;gap:6px;display:flex}.staff-custom-dates label{color:#64748b;font-size:11px;font-weight:700}.staff-custom-dates input{border:1px solid #e2e8f0;border-radius:8px;padding:9px 11px}.staff-custom-dates>span{color:#f97316;padding-bottom:9px;font-size:12px;font-weight:700}.staff-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px;display:grid}.staff-stat-card{background:#fff;border:1px solid #e8edf4;border-radius:16px;padding:20px;box-shadow:0 8px 30px #0f172a0d}.staff-stat-top{color:#64748b;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.staff-stat-icon{color:#f97316;background:#fff7ed;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.staff-stat-card>strong{color:#0f172a;margin-top:15px;font-size:26px;display:block}.staff-stat-change{color:#94a3b8;gap:7px;margin-top:7px;font-size:11px;display:flex}.staff-stat-change .positive{color:#16a34a;font-weight:800}.staff-stat-change .negative{color:#dc2626;font-weight:800}.staff-dashboard-grid,.staff-bottom-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:20px;margin-bottom:20px;display:grid}.staff-panel{background:#fff;border:1px solid #e8edf4;border-radius:16px;min-width:0;padding:22px;box-shadow:0 8px 30px #0f172a0d}.staff-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.staff-panel-header h2{color:#0f172a;margin:0;font-size:16px}.staff-panel-header p{color:#94a3b8;margin:5px 0 0;font-size:11px}.staff-panel-action{color:#f97316;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800}.staff-sales-total{align-items:center;gap:10px;margin-top:20px;display:flex}.staff-sales-total strong{color:#0f172a;font-size:28px}.staff-sales-total span{color:#16a34a;background:#f0fdf4;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:800}.staff-chart{height:230px;margin-top:18px;display:flex}.staff-chart-y{color:#94a3b8;flex-direction:column;justify-content:space-between;width:42px;padding-bottom:28px;font-size:10px;display:flex}.staff-chart-area{flex:1;align-items:flex-end;min-width:0;display:flex;position:relative}.staff-chart-grid-line{border-top:1px dashed #e5e7eb;position:absolute;left:0;right:0}.staff-chart-grid-line:first-child{top:0}.staff-chart-grid-line:nth-child(2){top:25%}.staff-chart-grid-line:nth-child(3){top:50%}.staff-chart-grid-line:nth-child(4){top:75%}.staff-chart-bars{justify-content:space-around;align-items:flex-end;gap:8px;padding:0 8px;display:flex;position:absolute;inset:0 0 30px}.staff-chart-bars div{background:linear-gradient(#f97316,#fb923c);border-radius:7px 7px 2px 2px;width:100%;max-width:30px;min-height:8px}.staff-chart-x{color:#94a3b8;justify-content:space-around;font-size:9px;display:flex;position:absolute;bottom:0;left:0;right:0}.staff-quick-actions{gap:9px;margin-top:20px;display:grid}.staff-quick-actions button{text-align:left;cursor:pointer;background:#fff;border:1px solid #eef2f7;border-radius:12px;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;padding:11px;display:grid}.staff-action-icon{border-radius:10px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.staff-action-icon.orange{color:#f97316;background:#fff7ed}.staff-action-icon.purple{color:#7c3aed;background:#f5f3ff}.staff-action-icon.blue{color:#2563eb;background:#eff6ff}.staff-action-icon.green{color:#16a34a;background:#f0fdf4}.staff-quick-actions strong,.staff-quick-actions small{display:block}.staff-quick-actions strong{color:#334155;font-size:12px}.staff-quick-actions small{color:#94a3b8;margin-top:3px;font-size:10px}.staff-quick-actions b{color:#94a3b8}.staff-orders{margin-top:18px}.staff-order-row{border-bottom:1px solid #f1f5f9;grid-template-columns:38px 1fr auto auto;align-items:center;gap:12px;padding:12px 0;display:grid}.staff-order-row:last-child{border-bottom:0}.staff-order-avatar{color:#ea580c;background:#fff7ed;border-radius:50%;place-items:center;width:38px;height:38px;font-size:10px;font-weight:800;display:grid}.staff-order-info strong,.staff-order-info span{display:block}.staff-order-info strong{color:#334155;font-size:12px}.staff-order-info span{color:#94a3b8;margin-top:3px;font-size:10px}.staff-order-amount{color:#0f172a;font-size:12px;font-weight:800}.staff-status{border-radius:7px;padding:5px 8px;font-size:9px;font-weight:800}.staff-status.delivered{color:#16a34a;background:#f0fdf4}.staff-status.processing{color:#2563eb;background:#eff6ff}.staff-status.pending{color:#ea580c;background:#fff7ed}.staff-attention-list{margin-top:18px}.staff-attention-item{border-bottom:1px solid #f1f5f9;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:13px 0;display:grid}.staff-attention-item:last-child{border-bottom:0}.staff-attention-icon{border-radius:10px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.staff-attention-icon.orange{color:#f97316;background:#fff7ed}.staff-attention-icon.purple{color:#7c3aed;background:#f5f3ff}.staff-attention-icon.red{color:#dc2626;background:#fef2f2}.staff-attention-icon.green{color:#16a34a;background:#f0fdf4}.staff-attention-item strong,.staff-attention-item span{display:block}.staff-attention-item strong{color:#334155;font-size:12px}.staff-attention-item span{color:#94a3b8;margin-top:3px;font-size:10px}.staff-attention-item b{color:#475569;text-align:center;background:#f8fafc;border-radius:7px;min-width:25px;padding:5px 7px;font-size:11px}@media (width<=1100px){.staff-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dashboard-grid,.staff-bottom-grid{grid-template-columns:1fr}}@media (width<=700px){.staff-dashboard{padding:20px 15px}.staff-dashboard-header{flex-direction:column}.staff-date-filter select{width:100%}.staff-custom-dates{flex-direction:column;align-items:stretch}.staff-stat-grid{grid-template-columns:1fr}.staff-panel{padding:17px}.staff-order-row{grid-template-columns:38px 1fr auto}.staff-status{display:none}}.admin-main{width:calc(100% - 260px);min-width:0;margin-left:260px}.admin-sidebar{z-index:100}.admin-topbar{width:100%}@media (width<=1100px){.admin-main{width:100%;margin-left:0}}@media (width<=700px){.admin-main{width:100%;margin-left:0}}.staff-products-page{width:100%}.staff-products-page .staff-page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.staff-products-page .staff-page-header h1{color:#0f172a;margin:5px 0 6px;font-size:28px;font-weight:800;line-height:1.15}.staff-products-page .staff-page-header p{color:#64748b;margin:0;font-size:13px}.staff-products-page .staff-primary-button,.staff-products-page .staff-secondary-button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:13px;font-weight:800;transition:all .18s;display:inline-flex}.staff-products-page .staff-primary-button{color:#fff;background:#ff7417;box-shadow:0 8px 20px #ff74172e}.staff-products-page .staff-primary-button:hover{background:#f5670b;transform:translateY(-1px)}.staff-products-page .staff-secondary-button{color:#334155;background:#fff;border-color:#e2e8f0}.staff-products-page .staff-secondary-button:hover{background:#f8fafc}.staff-products-page .staff-product-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.staff-products-page .staff-mini-stat{background:#fff;border:1px solid #e8edf5;border-radius:14px;align-items:center;gap:13px;min-width:0;min-height:84px;padding:16px;display:flex;box-shadow:0 6px 22px #0f172a0a}.staff-products-page .staff-mini-stat-icon{border-radius:11px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.staff-products-page .staff-mini-stat-icon.orange{color:#f97316;background:#fff4e8}.staff-products-page .staff-mini-stat-icon.green{color:#16a34a;background:#ecfdf3}.staff-products-page .staff-mini-stat-icon.purple{color:#7c3aed;background:#f3efff}.staff-products-page .staff-mini-stat span{color:#64748b;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.staff-products-page .staff-mini-stat strong{color:#0f172a;font-size:21px;font-weight:800;line-height:1;display:block}.staff-products-page .staff-products-panel{padding:0;overflow:visible}.staff-products-page .staff-products-toolbar{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.staff-products-page .staff-products-search{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:9px;width:min(430px,100%);height:42px;padding:0 13px;display:flex}.staff-products-page .staff-products-search:focus-within{background:#fff;border-color:#ff7417;box-shadow:0 0 0 3px #ff741717}.staff-products-page .staff-products-search input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:13px}.staff-products-page .staff-products-search input::placeholder{color:#94a3b8}.staff-products-page .staff-filter-group{align-items:center;gap:10px;display:flex}.staff-products-page .staff-filter-select{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;min-width:155px;height:42px;padding:0 12px;display:flex;position:relative}.staff-products-page .staff-filter-select select{appearance:none;color:#334155;cursor:pointer;background:0 0;border:0;outline:0;width:100%;padding-right:17px;font-size:12px;font-weight:700}.staff-products-page .staff-filter-select>svg:last-child{pointer-events:none;position:absolute;right:10px}.staff-products-page .staff-products-table-wrap{width:100%;overflow-x:auto}.staff-products-page .staff-products-table{border-collapse:collapse;width:100%;min-width:940px}.staff-products-page .staff-products-table thead th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e8edf5;padding:13px 18px;font-size:10px;font-weight:800;line-height:1}.staff-products-page .staff-products-table tbody td{color:#334155;vertical-align:middle;border-bottom:1px solid #edf1f6;padding:14px 18px;font-size:12px}.staff-products-page .staff-products-table tbody tr:last-child td{border-bottom:0}.staff-products-page .staff-products-table tbody tr{transition:background .15s}.staff-products-page .staff-products-table tbody tr:hover{background:#fcfdff}.staff-products-page .staff-product-cell{align-items:center;gap:12px;min-width:230px;display:flex}.staff-products-page .staff-product-image{color:#cbd5e1;background:#f8fafc;border:1px solid #e8edf5;border-radius:10px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.staff-products-page .staff-product-image img{object-fit:cover;width:100%;height:100%;display:block}.staff-products-page .staff-product-cell>div:last-child{min-width:0}.staff-products-page .staff-product-cell strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:250px;font-size:12px;font-weight:800;display:block;overflow:hidden}.staff-products-page .staff-product-cell span{color:#94a3b8;margin-top:4px;font-size:10px;display:block}.staff-products-page .staff-sku{color:#64748b;background:#f8fafc;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.staff-products-page .staff-price-cell strong{color:#0f172a;font-size:13px;font-weight:800;display:block}.staff-products-page .staff-price-cell del{color:#94a3b8;margin-top:3px;font-size:10px;display:block}.staff-products-page .staff-stock-cell strong{color:#0f172a;font-size:13px;font-weight:800;display:block}.staff-products-page .staff-stock-cell span{color:#64748b;margin-top:3px;font-size:10px;display:block}.staff-products-page .staff-status-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.staff-products-page .staff-status-pill>span{background:currentColor;border-radius:50%;width:6px;height:6px}.staff-products-page .staff-status-pill.active{color:#15803d;background:#ecfdf3}.staff-products-page .staff-status-pill.inactive{color:#64748b;background:#f1f5f9}.staff-products-page .staff-featured{color:#d97706;align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.staff-products-page .staff-not-featured{color:#cbd5e1}.staff-products-page .staff-product-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex;position:relative}.staff-products-page .staff-product-actions>button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;place-items:center;width:32px;height:32px;transition:all .15s;display:grid}.staff-products-page .staff-product-actions>button:hover{color:#f97316;background:#fff7ed;border-color:#fed7aa}.staff-products-page .staff-product-actions>button:disabled{opacity:.55;cursor:not-allowed}.staff-products-page .staff-action-menu{z-index:30;background:#fff;border:1px solid #e5eaf1;border-radius:11px;width:175px;padding:6px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 35px #0f172a24}.staff-products-page .staff-action-menu button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;min-height:35px;padding:0 9px;font-size:11px;font-weight:700;display:flex}.staff-products-page .staff-action-menu button:hover{background:#f8fafc}.staff-products-page .staff-action-menu button.danger{color:#dc2626}.staff-products-page .staff-action-menu button.danger:hover{background:#fef2f2}.staff-products-page .staff-products-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;align-items:center;gap:8px;margin:16px 20px 0;padding:11px 13px;font-size:12px;font-weight:700;display:flex}.staff-products-page .staff-products-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:260px;font-size:12px;display:flex}.staff-products-page .staff-loading-spinner{border:3px solid #e2e8f0;border-top-color:#ff7417;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite razmi-products-spin}@keyframes razmi-products-spin{to{transform:rotate(360deg)}}.staff-products-page .staff-products-empty{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:250px;display:flex}.staff-products-page .staff-products-empty strong{color:#334155;font-size:13px}.staff-products-page .staff-products-empty span{font-size:11px}.staff-products-page .staff-modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.staff-products-page .staff-product-modal,.staff-products-page .staff-product-details-modal{background:#fff;border:1px solid #e5eaf1;border-radius:16px;width:min(720px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 70px #0f172a38}.staff-products-page .staff-modal-header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.staff-products-page .staff-modal-header h2{color:#0f172a;margin:0;font-size:18px;font-weight:800}.staff-products-page .staff-modal-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.staff-products-page .staff-modal-close:hover{color:#f97316;background:#fff7ed;border-color:#fed7aa}.staff-products-page .staff-product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;display:grid}.staff-products-page .staff-field{min-width:0}.staff-products-page .staff-field label{color:#334155;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.staff-products-page .staff-field input,.staff-products-page .staff-field select,.staff-products-page .staff-field textarea{box-sizing:border-box;color:#0f172a;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #dfe5ee;border-radius:9px;outline:0;padding:9px 11px;font-size:12px}.staff-products-page .staff-field textarea{resize:vertical;min-height:90px}.staff-products-page .staff-field input:focus,.staff-products-page .staff-field select:focus,.staff-products-page .staff-field textarea:focus{border-color:#ff7417;box-shadow:0 0 0 3px #ff741714}.staff-products-page .staff-input-prefix{position:relative}.staff-products-page .staff-input-prefix input{padding-left:27px}.staff-products-page .staff-description-box{background:#f8fafc;border:1px solid #e8edf5;border-radius:10px;margin:0 20px 20px;padding:14px}.staff-products-page .staff-description-box strong{color:#334155;margin-bottom:6px;font-size:11px;display:block}.staff-products-page .staff-description-box p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.staff-products-page .staff-product-toggles{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:20px;display:flex}.staff-products-page .staff-toggle{color:#334155;cursor:pointer;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.staff-products-page .staff-toggle input{accent-color:#ff7417;width:17px;height:17px;min-height:17px}.staff-products-page .staff-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0 20px 16px;padding:10px 12px;font-size:11px;font-weight:700}.staff-products-page .staff-modal-footer{border-top:1px solid #edf1f6;justify-content:flex-end;align-items:center;gap:9px;padding:15px 20px;display:flex}.staff-products-page .staff-product-preview{border-bottom:1px solid #edf1f6;gap:18px;padding:20px;display:flex}.staff-products-page .staff-product-preview>.staff-product-image{border-radius:12px;flex-basis:105px;width:105px;height:105px}.staff-products-page .staff-product-detail-info{flex:1;min-width:0}.staff-products-page .staff-product-detail-info h3{color:#0f172a;margin:0 0 7px;font-size:17px;font-weight:800}.staff-products-page .staff-product-detail-info p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.staff-products-page .staff-product-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:20px;display:grid}.staff-products-page .staff-detail-row{background:#f8fafc;border:1px solid #edf1f6;border-radius:9px;padding:11px 12px}.staff-products-page .staff-detail-row span{color:#94a3b8;margin-bottom:4px;font-size:10px;display:block}.staff-products-page .staff-detail-row strong{color:#334155;font-size:12px}@media (width<=1100px){.staff-products-page .staff-product-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-products-page .staff-products-toolbar{flex-direction:column;align-items:stretch}.staff-products-page .staff-products-search,.staff-products-page .staff-filter-group{width:100%}.staff-products-page .staff-filter-select{flex:1}}@media (width<=700px){.staff-products-page .staff-page-header{flex-direction:column;align-items:stretch}.staff-products-page .staff-page-header .staff-primary-button{width:100%}.staff-products-page .staff-product-stats{grid-template-columns:1fr}.staff-products-page .staff-filter-group{flex-direction:column}.staff-products-page .staff-filter-select{width:100%}.staff-products-page .staff-product-form-grid,.staff-products-page .staff-product-details-grid{grid-template-columns:1fr}.staff-products-page .staff-field-full{grid-column:auto}.staff-products-page .staff-product-preview{flex-direction:column}.staff-products-page .staff-modal-backdrop{padding:12px}.staff-products-page .staff-product-modal,.staff-products-page .staff-product-details-modal{max-height:calc(100vh - 24px)}}.staff-products-page .staff-product-ui{flex-direction:column;gap:14px;max-height:calc(100vh - 220px);padding:18px 22px 4px;display:flex;overflow-y:auto}.staff-products-page .staff-product-section{background:#fff;border:1px solid #e6eaf2;border-radius:14px;padding:18px;box-shadow:0 2px 8px #1e293b09}.staff-products-page .staff-product-section-header{align-items:center;gap:11px;margin-bottom:16px;display:flex}.staff-products-page .staff-section-number{color:#fff;background:#fd6301;border-radius:50%;flex:0 0 31px;place-items:center;width:31px;height:31px;font-size:14px;font-weight:800;display:grid}.staff-products-page .staff-product-section-header h3{color:#2c015d;margin:0;font-size:17px;line-height:21px}.staff-products-page .staff-product-section-header p{color:#64748b;margin:2px 0 0;font-size:12px}.staff-products-page .staff-product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.staff-products-page .staff-field{flex-direction:column;gap:7px;min-width:0;display:flex;position:relative}.staff-products-page .staff-field>span{color:#172033;font-size:13px;font-weight:700}.staff-products-page .staff-field input,.staff-products-page .staff-field textarea,.staff-products-page .staff-field select{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d9e0ea;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s}.staff-products-page .staff-field input,.staff-products-page .staff-field select{height:42px;padding:0 12px}.staff-products-page .staff-field textarea{resize:vertical;min-height:92px;padding:11px 12px}.staff-products-page .staff-field input::placeholder,.staff-products-page .staff-field textarea::placeholder{color:#9aa6b8}.staff-products-page .staff-field input:focus,.staff-products-page .staff-field textarea:focus,.staff-products-page .staff-field select:focus{border-color:#fd6301;box-shadow:0 0 0 3px #fd63011a}.staff-products-page .staff-field-full{grid-column:1/-1}.staff-products-page .staff-select-wrap{position:relative}.staff-products-page .staff-select-wrap select{appearance:none;padding-right:36px}.staff-products-page .staff-select-wrap svg{pointer-events:none;color:#64748b;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.staff-products-page .staff-keyword-list{flex-wrap:wrap;gap:6px;margin-top:1px;display:flex}.staff-products-page .staff-keyword{color:#fd6301;background:#fff3e9;border:1px solid #ffd8bd;border-radius:7px;align-items:center;gap:5px;min-height:27px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.staff-products-page .staff-keyword button{color:#fd6301;cursor:pointer;background:0 0;border:0;padding:0;font-size:15px;line-height:1}.staff-products-page .staff-input-prefix,.staff-products-page .staff-input-suffix{align-items:stretch;width:100%;display:flex}.staff-products-page .staff-input-prefix>span,.staff-products-page .staff-input-suffix>span{color:#64748b;background:#f7f8fb;border:1px solid #d9e0ea;place-items:center;min-width:38px;padding:0 9px;font-size:13px;font-weight:700;display:grid}.staff-products-page .staff-input-prefix>span:first-child{border-right:0;border-radius:9px 0 0 9px}.staff-products-page .staff-input-prefix>span:last-child{border-left:0;border-radius:0 9px 9px 0}.staff-products-page .staff-input-prefix input{border-radius:0}.staff-products-page .staff-input-suffix input{border-right:0;border-radius:9px 0 0 9px}.staff-products-page .staff-input-suffix>span{border-left:0;border-radius:0 9px 9px 0;min-width:55px}.staff-products-page .staff-calculation-card{background:linear-gradient(135deg,#fff7f0 0%,#faf7ff 100%);border:1px solid #ffd9c2;border-radius:11px;margin-top:16px;padding:13px}.staff-products-page .staff-calculation-title{color:#fd6301;align-items:center;gap:7px;margin-bottom:11px;display:flex}.staff-products-page .staff-calculation-title svg{color:#fd6301}.staff-products-page .staff-calculation-title strong{font-size:13px}.staff-products-page .staff-calculation-title span{color:#64748b;font-size:11px}.staff-products-page .staff-calculation-grid{background:#fff;border-radius:8px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.staff-products-page .staff-calculation-grid>div{text-align:center;border-right:1px solid #edf0f5;padding:10px 7px}.staff-products-page .staff-calculation-grid>div:last-child{border-right:0}.staff-products-page .staff-calculation-grid small{color:#64748b;margin-bottom:4px;font-size:10px;display:block}.staff-products-page .staff-calculation-grid strong{color:#2c015d;font-size:15px;display:block}.staff-products-page .staff-warranty-toggle{margin-bottom:15px}.staff-products-page .staff-toggle{align-items:center;gap:10px;display:flex}.staff-products-page .staff-toggle input{accent-color:#fd6301;width:18px;height:18px}.staff-products-page .staff-toggle>span{flex-direction:column;gap:2px;display:flex}.staff-products-page .staff-toggle strong{color:#172033;font-size:13px}.staff-products-page .staff-toggle small{color:#64748b;font-size:11px}.staff-products-page .staff-media-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.staff-products-page .staff-media-box{border:1px solid #e6eaf2;border-radius:11px;padding:13px}.staff-products-page .staff-media-box>strong{color:#2c015d;margin-bottom:10px;font-size:13px;display:block}.staff-products-page .staff-upload-area{color:#64748b;text-align:center;background:#fafbfc;border:1.5px dashed #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:135px;display:flex}.staff-products-page .staff-upload-area>svg{color:#fd6301}.staff-products-page .staff-upload-area strong{color:#172033;font-size:12px}.staff-products-page .staff-upload-area small{font-size:10px}.staff-products-page .staff-upload-area .staff-secondary-button{margin-top:6px}.staff-products-page .staff-product-status-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.staff-products-page .staff-status-option{cursor:pointer;border:1px solid #e5e9f0;border-radius:10px;grid-template-columns:35px 1fr auto;align-items:center;gap:9px;padding:12px;display:grid}.staff-products-page .staff-status-icon{color:#fd6301;background:#fff3e9;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.staff-products-page .staff-status-icon.active{color:#16a34a;background:#eefbf3}.staff-products-page .staff-status-option>span:nth-child(2){flex-direction:column;gap:2px;display:flex}.staff-products-page .staff-status-option strong{color:#172033;font-size:12px}.staff-products-page .staff-status-option small{color:#64748b;font-size:10px}.staff-products-page .staff-status-option input{accent-color:#4e0a83;width:19px;height:19px}.staff-products-page .staff-additional-grid{grid-template-columns:1.15fr .85fr;gap:16px;display:grid}.staff-products-page .staff-seo-box{border:1px solid #e6eaf2;border-radius:11px;padding:13px}.staff-products-page .staff-seo-box h4{color:#2c015d;margin:0 0 13px;font-size:14px}.staff-products-page .staff-seo-box .staff-field+.staff-field{margin-top:12px}.staff-products-page .staff-character-count{color:#94a3b8;align-self:flex-end;margin-top:-3px;font-size:10px}.staff-products-page .staff-product-modal{width:min(1180px,100vw - 40px);max-height:calc(100vh - 30px);overflow:hidden}.staff-products-page .staff-product-modal form{min-height:0}.staff-products-page .staff-product-modal .staff-modal-footer{background:#fff;border-top:1px solid #e6eaf2;flex-shrink:0;padding:14px 22px}@media (width<=900px){.staff-products-page .staff-product-form-grid,.staff-products-page .staff-media-grid,.staff-products-page .staff-product-status-grid,.staff-products-page .staff-additional-grid{grid-template-columns:1fr}.staff-products-page .staff-field-full{grid-column:auto}.staff-products-page .staff-calculation-grid{grid-template-columns:repeat(2,1fr)}.staff-products-page .staff-calculation-grid>div:nth-child(2n){border-right:0}.staff-products-page .staff-calculation-grid>div{border-bottom:1px solid #edf0f5}}@media (width<=700px){.staff-products-page .staff-product-modal{width:calc(100vw - 18px);max-height:calc(100vh - 12px)}.staff-products-page .staff-product-ui{padding:12px}.staff-products-page .staff-product-section{padding:13px}.staff-products-page .staff-calculation-grid{grid-template-columns:1fr}.staff-products-page .staff-calculation-grid>div{border-right:0}}.staff-product-tabs{scrollbar-width:none;background:#fff;border-bottom:1px solid #e8eaf0;align-items:stretch;gap:0;width:100%;display:flex;overflow-x:auto}.staff-product-tabs::-webkit-scrollbar{display:none}.staff-product-tabs button{color:#6b7280;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:1 0 auto;min-width:150px;padding:15px 18px;font-size:13px;font-weight:600;transition:color .2s,background .2s;position:relative}.staff-product-tabs button:hover{color:#2c015d;background:#faf8fc}.staff-product-tabs button.active{color:#fd6301}.staff-product-tabs button.active:after{content:"";background:#fd6301;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:18px;right:18px}.staff-wizard-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.staff-wizard-footer-left{align-items:center;gap:10px;display:flex}.staff-wizard-progress{text-align:center;color:#6b7280;flex:1;font-size:13px;font-weight:600}.staff-back-button{min-width:78px}.staff-wizard-footer .staff-primary-button{min-width:105px}.staff-cancel-confirm-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);border-radius:inherit;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.staff-cancel-confirm{text-align:center;background:#fffffffa;border:1px solid #fffc;border-radius:20px;width:min(430px,100%);padding:28px;box-shadow:0 24px 70px #2c015d2e}.staff-cancel-confirm-icon{color:#fd6301;background:#fd63011a;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 16px;display:flex}.staff-cancel-confirm-content h3{color:#1f2937;margin:0 0 8px;font-size:20px;font-weight:700}.staff-cancel-confirm-content p{color:#6b7280;margin:0;font-size:14px;line-height:1.6}.staff-cancel-confirm-actions{gap:10px;margin-top:24px;display:flex}.staff-cancel-keep-button,.staff-cancel-confirm-button{cursor:pointer;border-radius:10px;flex:1;min-height:44px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s}.staff-cancel-keep-button{color:#374151;background:#fff;border:1px solid #e5e7eb}.staff-cancel-keep-button:hover{color:#4e0a83;border-color:#4e0a83}.staff-cancel-confirm-button{color:#fff;background:#fd6301;border:1px solid #fd6301}.staff-cancel-confirm-button:hover{background:#e85a00;border-color:#e85a00;transform:translateY(-1px)}@media (width<=700px){.staff-product-tabs button{min-width:130px;padding:13px 14px;font-size:12px}.staff-product-tabs button.active:after{left:14px;right:14px}.staff-wizard-footer{flex-wrap:wrap}.staff-wizard-progress{flex-basis:100%;order:-1}.staff-wizard-footer-left,.staff-wizard-footer>.staff-primary-button{flex:1}.staff-cancel-confirm-actions{flex-direction:column-reverse}}.staff-rich-description-field{grid-column:1/-1}.staff-rich-text-editor{background:#fff;border:1px solid #d9deea;border-radius:12px;width:100%;transition:border-color .2s,box-shadow .2s;overflow:hidden}.staff-rich-text-editor:focus-within{border-color:#fd6301;box-shadow:0 0 0 3px #fd630117}.staff-rich-text-toolbar{background:#fafbfc;border-bottom:1px solid #e8eaf0;flex-wrap:wrap;align-items:center;gap:3px;min-height:48px;padding:7px 9px;display:flex}.staff-rich-text-toolbar button{color:#4b5563;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:inline-flex}.staff-rich-text-toolbar button:hover:not(:disabled){color:#4e0a83;background:#fff;border-color:#e5e7eb}.staff-rich-text-toolbar button:disabled{opacity:.35;cursor:not-allowed}.staff-rich-text-divider{background:#e1e5ec;width:1px;height:23px;margin:0 5px}.staff-rich-text-body{background:#fff;min-height:260px;position:relative}.staff-rich-text-content{color:#1f2937;outline:none;min-height:260px;padding:18px 20px;font-size:15px;line-height:1.7}.staff-rich-text-content p{margin:0 0 10px}.staff-rich-text-content p:last-child{margin-bottom:0}.staff-rich-text-content h1,.staff-rich-text-content h2,.staff-rich-text-content h3{color:#2c015d;margin:18px 0 10px;line-height:1.3}.staff-rich-text-content h1{font-size:26px}.staff-rich-text-content h2{font-size:22px}.staff-rich-text-content h3{font-size:18px}.staff-rich-text-content ul,.staff-rich-text-content ol{margin:10px 0;padding-left:25px}.staff-rich-text-content li{margin:4px 0}.staff-rich-text-content a{color:#4e0a83;text-decoration:underline}.staff-rich-text-content blockquote{color:#4b5563;background:#fff7f2;border-left:3px solid #fd6301;margin:14px 0;padding:10px 15px}.staff-rich-text-content code{color:#4e0a83;background:#f3f4f6;border-radius:4px;padding:2px 5px;font-family:monospace}.staff-rich-text-placeholder{pointer-events:none;color:#9aa3b2;font-size:15px;line-height:1.7;position:absolute;top:18px;left:20px;right:20px}.staff-field-help{color:#7b8494;margin-top:7px;font-size:12px;line-height:1.5;display:block}@media (width<=700px){.staff-rich-text-toolbar{padding:6px}.staff-rich-text-toolbar button{width:32px;height:32px}.staff-rich-text-content{min-height:220px;padding:15px;font-size:14px}.staff-rich-text-placeholder{font-size:14px;top:15px;left:15px;right:15px}}.staff-rich-text-select{color:#2c015d;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;height:34px;padding:0 30px 0 10px;font-size:13px;font-weight:600;transition:all .2s}.staff-rich-text-select:hover{border-color:#fd6301}.staff-rich-text-select:focus{border-color:#fd6301;box-shadow:0 0 0 3px #fd63011a}.staff-rich-text-heading{min-width:118px}.staff-rich-text-size{min-width:92px}.staff-rich-text-select option{color:#2c015d;background:#fff;font-weight:500}.staff-product-tabs{border-bottom:1px solid #e5e7eb;align-items:center;gap:0;width:100%;padding:4px 2px 14px;display:flex}.staff-product-step{flex:1;align-items:center;min-width:0;display:flex}.staff-product-step-button{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;min-width:0;padding:8px 10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.staff-product-step-button:hover{color:#4e0a83}.staff-product-step-number{color:#64748b;background:#fff;border:1px solid #dbe2ea;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.staff-product-step-label{text-overflow:ellipsis;overflow:hidden}.staff-product-step-button.active{color:#fd6301}.staff-product-step-button.active .staff-product-step-number{color:#fff;background:#fd6301;border-color:#fd6301;box-shadow:0 4px 10px #fd630133}.staff-product-step-button.completed{color:#4e0a83}.staff-product-step-button.completed .staff-product-step-number{color:#fff;background:#4e0a83;border-color:#4e0a83}.staff-product-step-line{background:#e5e7eb;border-radius:999px;flex:1;min-width:12px;height:2px;margin:0 2px;transition:background .2s}.staff-product-step-line.completed{background:#4e0a83}@media (width<=900px){.staff-product-step-button{gap:5px;padding:7px 5px;font-size:11px}.staff-product-step-number{flex-basis:24px;width:24px;height:24px;font-size:11px}}@media (width<=650px){.staff-product-tabs{padding-bottom:10px;overflow-x:auto}.staff-product-step{flex:none}.staff-product-step-button{min-width:105px}.staff-product-step-line{flex:0 0 20px}}.staff-rich-text-toolbar{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:4px;min-height:52px;padding:8px 10px;display:flex;overflow:auto hidden}.staff-rich-text-toolbar .staff-rich-text-select{flex:none;height:38px}.staff-rich-text-toolbar .staff-rich-text-heading{width:145px;min-width:145px}.staff-rich-text-toolbar .staff-rich-text-size{width:95px;min-width:95px}.staff-rich-text-toolbar button{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;outline:none;flex:0 0 36px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:0;transition:all .18s;display:inline-flex}.staff-rich-text-toolbar button:hover{color:#fd6301;background:#fff4ed;border-color:#ffd8c2}.staff-rich-text-toolbar button.active{color:#4e0a83;background:#f4ecfa;border-color:#e2d2ef}.staff-rich-text-toolbar button:focus,.staff-rich-text-toolbar button:focus-visible{box-shadow:none;outline:none}.staff-rich-text-toolbar .staff-rich-text-divider{background:#e5e7eb;flex:0 0 1px;width:1px;height:24px;margin:0 4px}@media (width<=700px){.staff-rich-text-toolbar{min-height:48px;padding:6px}.staff-rich-text-toolbar .staff-rich-text-heading{width:125px;min-width:125px}.staff-rich-text-toolbar .staff-rich-text-size{width:85px;min-width:85px}.staff-rich-text-toolbar button{flex-basis:32px;width:32px;min-width:32px;height:32px}}.staff-rich-text-toolbar{white-space:nowrap;box-sizing:border-box;flex-wrap:nowrap;align-items:center;gap:3px;width:100%;min-height:52px;padding:7px 9px;display:flex;overflow:hidden}.staff-products-page .staff-field .staff-rich-text-toolbar .staff-rich-text-select{box-sizing:border-box;flex:0 auto;min-width:0;height:36px}.staff-products-page .staff-field .staff-rich-text-toolbar .staff-rich-text-heading{width:135px!important;min-width:115px!important}.staff-products-page .staff-field .staff-rich-text-toolbar .staff-rich-text-size{width:90px!important;min-width:75px!important}.staff-products-page .staff-field .staff-rich-text-toolbar button{box-sizing:border-box;flex:0 0 32px;width:32px;min-width:32px;height:32px}.staff-products-page .staff-field .staff-rich-text-toolbar .staff-rich-text-divider{flex:0 0 1px;width:1px;height:22px;margin:0 2px}@media (width<=1100px){.staff-products-page .staff-field .staff-rich-text-toolbar{gap:2px;padding:6px 7px}.staff-products-page .staff-field .staff-rich-text-toolbar .staff-rich-text-heading{width:125px!important;min-width:105px!important}.staff-products-page .staff-field .staff-rich-text-toolbar .staff-rich-text-size{width:82px!important;min-width:70px!important}.staff-products-page .staff-field .staff-rich-text-toolbar button{flex-basis:30px;width:30px;min-width:30px;height:30px}}@media (width<=700px){.staff-products-page .staff-field .staff-rich-text-toolbar{white-space:normal;flex-wrap:wrap;overflow:visible}}.staff-products-page .staff-product-step-button,.staff-products-page .staff-product-step-button:focus,.staff-products-page .staff-product-step-button:focus-visible,.staff-products-page .staff-product-step-button:active{box-shadow:none!important;outline:none!important}.staff-products-page .staff-product-step-button{appearance:none;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}.staff-products-page .staff-product-step-button:hover,.staff-products-page .staff-product-step-button:focus,.staff-products-page .staff-product-step-button:focus-visible,.staff-products-page .staff-product-step-button:active{box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}.staff-product-single-page-backdrop{justify-content:center;align-items:center;padding:18px}.staff-product-single-page-modal{background:#f8fafc;border:1px solid #e5eaf1;border-radius:18px;flex-direction:column;width:min(1440px,100vw - 36px);height:min(900px,100vh - 36px);display:flex;overflow:hidden;box-shadow:0 28px 90px #0f172a47}.staff-product-single-header{background:#fff;border-bottom:1px solid #e8ebf1;flex:none;justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;display:flex}.staff-product-single-title{min-width:0}.staff-product-single-title h2{color:#172033;margin:3px 0;font-size:24px;font-weight:750;line-height:1.2}.staff-product-single-title p{color:#718096;margin:0;font-size:13px}.staff-product-single-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.staff-product-single-header-actions .staff-primary-button,.staff-product-single-header-actions .staff-secondary-button{white-space:nowrap;height:38px}.staff-product-single-header-actions .staff-modal-close{width:38px;height:38px;margin-left:2px}.staff-product-single-error{flex:none;margin:10px 24px 0}.staff-product-single-steps{background:#fff;border-bottom:1px solid #e8ebf1;flex:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:10px 24px;display:grid}.staff-product-single-step{color:#8a94a6;white-space:nowrap;justify-content:center;align-items:center;gap:7px;min-width:0;padding:7px 6px;font-size:11px;font-weight:600;display:flex;position:relative}.staff-product-single-step:not(:last-child):after{content:"";background:#e7eaf0;width:1px;height:22px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.staff-product-single-step span{color:#7b8495;background:#f1f3f7;border-radius:50%;flex:0 0 25px;justify-content:center;align-items:center;width:25px;height:25px;font-size:11px;font-weight:700;display:inline-flex}.staff-product-single-step strong{text-overflow:ellipsis;overflow:hidden}.staff-product-single-step.active{color:#4e0a83}.staff-product-single-step.active span{color:#fff;background:#4e0a83;box-shadow:0 0 0 4px #4e0a8314}.staff-product-single-form{flex:auto;min-height:0;overflow:hidden}.staff-product-single-grid{box-sizing:border-box;grid-template-rows:auto auto minmax(0,1fr);grid-template-columns:1.15fr .85fr;gap:12px;height:100%;padding:14px 24px;display:grid}.staff-single-card{box-sizing:border-box;background:#fff;border:1px solid #e5eaf1;border-radius:13px;min-width:0;min-height:0;padding:14px;overflow:hidden}.staff-single-card-header{align-items:center;gap:9px;margin-bottom:11px;display:flex}.staff-single-card-icon{color:#4e0a83;background:#4e0a8314;border-radius:9px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:800;display:inline-flex}.staff-single-card-header h3{color:#202938;margin:0;font-size:14px;font-weight:750}.staff-single-card-header p{color:#8a94a6;margin:2px 0 0;font-size:10px}.staff-single-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 10px;display:grid}.staff-single-span-2{grid-column:1/-1}.staff-single-card .staff-field{min-width:0}.staff-single-card .staff-field>span{color:#4b5565;margin-bottom:4px;font-size:10px;font-weight:650;display:block}.staff-single-card .staff-field input,.staff-single-card .staff-field textarea,.staff-single-card .staff-field select{color:#202938;box-sizing:border-box;background:#fff;border:1px solid #dce1e9;border-radius:8px;outline:none;width:100%;min-width:0;height:34px;padding:7px 9px;font-size:11px}.staff-single-card .staff-field textarea{resize:none;height:auto;min-height:54px}.staff-single-card .staff-field input:focus,.staff-single-card .staff-field textarea:focus,.staff-single-card .staff-field select:focus{border-color:#fd6301;box-shadow:0 0 0 3px #fd630114}.staff-single-price-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.staff-single-price-grid .staff-field>span{color:#4b5565;margin-bottom:4px;font-size:10px;font-weight:650;display:block}.staff-single-price-grid .staff-input-prefix{min-width:0}.staff-single-calculations{background:#fafbfc;border:1px solid #eceff4;border-radius:9px;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:9px;padding:8px;display:grid}.staff-single-calculations span{color:#7b8495;text-align:center;min-width:0;font-size:9px}.staff-single-calculations strong{color:#4e0a83;margin-top:2px;font-size:11px;font-weight:750;display:block}.staff-single-toggle{min-width:0}.staff-single-toggle .staff-toggle{background:#fafbfc;border:1px solid #e4e8ef;border-radius:8px;height:34px;padding:5px 8px}.staff-single-toggle .staff-toggle strong{font-size:10px}.staff-single-toggle .staff-toggle small{font-size:9px}.staff-single-description-card{grid-column:1/-1}.staff-single-description-layout{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:12px;height:calc(100% - 44px);min-height:0;display:grid}.staff-single-description-layout>.staff-field{flex-direction:column;min-height:0;display:flex}.staff-single-description-layout .staff-rich-text-editor{flex-direction:column;flex:1;min-height:0;display:flex}.staff-single-description-layout .staff-rich-text-body,.staff-single-description-layout .staff-rich-text-content{min-height:0}.staff-single-description-layout .staff-rich-text-content{flex:1;min-height:80px;max-height:150px;overflow:hidden}.staff-single-seo{background:#fafbfc;border:1px solid #e7eaf0;border-radius:10px;min-width:0;padding:11px}.staff-single-seo .staff-field+.staff-field{margin-top:9px}.staff-single-seo-tip{background:#fd630112;border-radius:8px;gap:7px;margin-top:9px;padding:8px;display:flex}.staff-single-seo-tip strong{color:#fd6301;white-space:nowrap;font-size:9px}.staff-single-seo-tip span{color:#6f7787;font-size:9px;line-height:1.35}.staff-single-status-card{grid-column:1/-1;padding:10px 14px}.staff-single-status-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.staff-single-status-row .staff-status-option{border-radius:9px;min-height:46px;padding:7px 9px}.staff-single-status-row .staff-status-option strong{font-size:10px}.staff-single-status-row .staff-status-option small{font-size:9px}.staff-product-single-footer{background:#fff;border-top:1px solid #e8ebf1;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:11px 24px;display:flex}.staff-product-single-footer-right{align-items:center;gap:8px;display:flex}.staff-product-single-footer-right>span{color:#98a1b1;margin-right:4px;font-size:10px}.staff-product-single-footer .staff-primary-button,.staff-product-single-footer .staff-secondary-button{height:36px}.staff-single-description-layout .staff-rich-text-toolbar{white-space:nowrap;flex:none;gap:2px;min-height:40px;padding:5px 7px;overflow:hidden}.staff-single-description-layout .staff-rich-text-toolbar button{flex-basis:28px;width:28px;min-width:28px;height:28px}.staff-single-description-layout .staff-rich-text-toolbar .staff-rich-text-heading{width:110px!important;min-width:95px!important}.staff-single-description-layout .staff-rich-text-toolbar .staff-rich-text-size{width:76px!important;min-width:68px!important}@media (width<=1100px){.staff-product-single-page-modal{width:calc(100vw - 20px);height:calc(100vh - 20px)}.staff-product-single-header,.staff-product-single-footer,.staff-product-single-steps{padding-left:16px;padding-right:16px}.staff-product-single-grid{gap:9px;padding-left:16px;padding-right:16px}.staff-product-single-step{font-size:9px}.staff-product-single-step span{flex-basis:22px;width:22px;height:22px}.staff-single-description-layout{grid-template-columns:minmax(0,1.2fr) minmax(230px,.8fr)}}@media (width<=800px){.staff-product-single-page-backdrop{padding:8px}.staff-product-single-page-modal{border-radius:13px;width:calc(100vw - 16px);height:calc(100vh - 16px)}.staff-product-single-header{align-items:flex-start;padding:13px}.staff-product-single-title h2{font-size:19px}.staff-product-single-header-actions .staff-secondary-button{display:none}.staff-product-single-steps{padding:7px 9px}.staff-product-single-step strong{display:none}.staff-product-single-grid{grid-template-rows:auto;grid-template-columns:1fr;height:auto;overflow-y:auto}.staff-single-description-card,.staff-single-status-card{grid-column:auto}.staff-single-description-layout{grid-template-columns:1fr;height:auto}.staff-single-status-row{grid-template-columns:1fr}}@media (width>=1101px){html,body,#root{height:100%;overflow:hidden}.admin-shell{height:100vh;min-height:0;overflow:hidden}.admin-sidebar{box-sizing:border-box;height:100vh;overflow:hidden}.admin-main{height:100vh;min-height:0;overflow:hidden}.admin-topbar{box-sizing:border-box;height:72px;min-height:72px}.admin-content{height:calc(100vh - 72px);min-height:0;overflow:hidden}}@media (width>=901px){.staff-products-page .staff-modal-backdrop{padding:15px}.staff-products-page .staff-product-modal{flex-direction:column;width:min(1180px,100vw - 30px);height:calc(100vh - 30px);max-height:calc(100vh - 30px);display:flex;overflow:hidden}.staff-products-page .staff-product-modal form{flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}.staff-products-page .staff-product-ui{flex:1 1 0;min-height:0;max-height:none;overflow:hidden}.staff-products-page .staff-product-section{min-height:0}.staff-products-page .staff-modal-footer{flex:none}}.rm-product-page{color:#172033;background:#f6f8fc;width:100%;height:100%;min-height:0;overflow:hidden}.rm-product-wizard{color:#172033;background:#f6f8fc;flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.rm-product-header{background:#fff;border-bottom:1px solid #e7ebf2;flex:none;justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;display:flex}.rm-product-header-title{min-width:0}.rm-product-eyebrow{color:#fd6301;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:800}.rm-product-header-title h2{color:#111b31;margin:0;font-size:25px;font-weight:800;line-height:1.15}.rm-product-header-title p{color:#52627e;margin:5px 0 0;font-size:14px}.rm-product-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.rm-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe2ed;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.rm-close:hover{color:#172033;border-color:#c7d1df}.rm-product-stepper{background:#fff;border-bottom:1px solid #e5eaf2;flex:none;align-items:center;padding:14px 22px;display:flex}.rm-product-stepper>*{min-width:0}.rm-product-stepper button,.rm-product-stepper .rm-step{flex:1}.rm-step{color:#64748b;align-items:center;gap:10px;min-width:0;display:flex}.rm-step-number{color:#64748b;background:#edf1f7;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex}.rm-step-text{min-width:0}.rm-step-text strong,.rm-step-text b{color:#52627e;white-space:nowrap;font-size:13px;display:block}.rm-step-text span{color:#8995aa;white-space:nowrap;margin-top:2px;font-size:11px;display:block}.rm-step.active .rm-step-number,.rm-step.active .rm-step-number{color:#fff;background:#4e0a83}.rm-step.active .rm-step-text strong,.rm-step.active .rm-step-text b{color:#4e0a83}.rm-step.completed .rm-step-number{color:#fff;background:#4e0a83}.rm-step.completed .rm-step-text strong,.rm-step.completed .rm-step-text b{color:#4e0a83}.rm-product-content{flex:1 1 0;min-height:0;padding:16px;overflow:hidden}.rm-screen{grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);gap:16px;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.rm-main-card,.rm-side-card{background:#fff;border:1px solid #e4e9f1;border-radius:14px;min-width:0;min-height:0;box-shadow:0 2px 10px #0f172a06}.rm-main-card{padding:20px;overflow:hidden}.rm-side-column{flex-direction:column;gap:14px;min-width:0;min-height:0;display:flex;overflow:hidden}.rm-side-card{padding:18px;overflow:hidden}.rm-section-heading,.rm-settings-heading,.rm-side-heading,.rm-media-title,.rm-variant-heading{align-items:flex-start;gap:12px;display:flex}.rm-section-heading{margin-bottom:18px}.rm-section-icon,.rm-side-icon{border-radius:11px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.rm-section-icon.orange{color:#fd6301;background:#fff0e7}.rm-section-icon.purple,.rm-side-icon.purple{color:#4e0a83;background:#f1e9fb}.rm-side-icon.green{color:#159447;background:#eaf9f0}.rm-section-heading h3,.rm-side-heading h3,.rm-media-title h3,.rm-variant-heading h3{color:#172033;margin:0;font-size:18px;font-weight:800}.rm-section-heading p,.rm-side-heading p,.rm-media-title p,.rm-variant-heading p{color:#65738d;margin:3px 0 0;font-size:12px;line-height:1.4}.rm-basic-fields,.rm-price-fields,.rm-inventory-fields,.rm-warranty-grid,.rm-seo-grid,.rm-settings-grid,.rm-dynamic-fields{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.rm-field{flex-direction:column;gap:6px;min-width:0;display:flex}.rm-field.full{grid-column:1/-1}.rm-field>label,.rm-field>span,.rm-settings-grid label>span{color:#172033;font-size:12px;font-weight:700}.rm-field input,.rm-field textarea,.rm-field select,.rm-select,.rm-money-input input,.rm-percent-input input,.rm-period-input input{box-sizing:border-box;color:#172033;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d8e0eb;border-radius:9px;outline:none;padding:9px 12px;font-size:13px}.rm-field textarea{resize:vertical}.rm-field input::placeholder,.rm-field textarea::placeholder{color:#9aa7bb}.rm-field input:focus,.rm-field textarea:focus,.rm-field select:focus{border-color:#fd6301;box-shadow:0 0 0 3px #fd630114}.rm-chips{background:#fff;border:1px solid #d8e0eb;border-radius:9px;flex-wrap:wrap;align-items:center;gap:7px;min-height:40px;padding:7px 10px;display:flex}.rm-chips input{border:0;outline:0;flex:1;min-width:120px;box-shadow:none!important}.rm-brand-chip{color:#42516c;background:#eef2f8;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:11px;font-weight:600;display:inline-flex}.rm-money-input,.rm-percent-input,.rm-period-input{align-items:stretch;display:flex}.rm-money-input>span,.rm-percent-input>span,.rm-period-input>span{color:#52627e;background:#f8fafc;border:1px solid #d8e0eb;justify-content:center;align-items:center;min-width:40px;padding:0 10px;font-size:13px;display:flex}.rm-money-input>span{border-radius:9px 0 0 9px}.rm-percent-input>span{border-radius:0 9px 9px 0}.rm-period-input>span{border-radius:0 9px 9px 0;min-width:75px}.rm-money-input input{border-radius:0 9px 9px 0}.rm-percent-input input,.rm-period-input input{border-radius:9px 0 0 9px}.rm-calculation-card{background:#f7f1fd;border:1px solid #eadff7;border-radius:11px;margin-top:16px;padding:14px}.rm-calculation-card h4,.rm-dynamic-card h4{color:#4e0a83;margin:0 0 10px;font-size:14px}.rm-calculation-grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.rm-calculation-grid>div{text-align:center;border-right:1px solid #d8c8eb;padding:4px 12px}.rm-calculation-grid>div:last-child{border-right:0}.rm-calculation-grid span{color:#64748b;font-size:10px;display:block}.rm-calculation-grid strong{color:#4e0a83;margin-top:3px;font-size:16px;display:block}.rm-earn-box{color:#159447;background:#eaf9f0;border-radius:10px;margin-top:14px;padding:13px}.rm-dynamic-card{background:#fff8f1;border:1px solid #f3dfce;border-radius:11px;margin-top:14px;padding:14px}.rm-colored-title.orange{color:#fd6301}.rm-colored-title.purple{color:#4e0a83}.rm-info-banner,.rm-example-banner,.rm-mini-tip,.rm-tip-card{border-radius:11px}.rm-info-banner{margin-top:14px;padding:13px}.rm-info-banner.orange{color:#9a4a08;background:#fff5e9}.rm-example-banner.purple{color:#4e0a83;background:#f5effb;margin-top:14px;padding:13px}.rm-stock-status{background:#fff7e8;border-radius:10px;margin-top:14px;padding:13px}.rm-variants-card,.rm-warehouse{border:1px solid #e4e9f1;border-radius:11px;margin-top:14px;padding:14px}.rm-variant-heading{justify-content:space-between;align-items:center}.rm-variant-empty{text-align:center;color:#8a96aa;background:#f8fafc;border-radius:9px;padding:18px;font-size:12px}.rm-warehouse{background:#fff}.rm-bottom-switches,.rm-switch-row{align-items:center;gap:18px;display:flex}.rm-switch-row{justify-content:space-between;padding:11px 0}.rm-switch{flex:0 0 42px;width:42px;height:24px;position:relative}.rm-switch input{opacity:0;position:absolute}.rm-switch span{cursor:pointer;background:#b9c3d2;border-radius:999px;transition:all .2s;position:absolute;inset:0}.rm-switch span:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.rm-switch input:checked+span{background:#4e0a83}.rm-switch input:checked+span:after{transform:translate(18px)}.rm-warranty-preview{background:#faf7ff;border:1px solid #eadff7;border-radius:11px;padding:16px}.rm-terms-card{background:#f6f0fc;border-radius:11px;margin-top:14px;padding:14px}.rm-media-section{background:#fff;border:1px solid #e4e9f1;border-radius:12px;margin-bottom:16px;padding:15px}.rm-media-section:last-child{margin-bottom:0}.rm-media-tabs,.rm-preview-tabs{border-bottom:1px solid #e4e9f1;align-items:center;gap:4px;margin:12px 0;display:flex}.rm-media-tabs button,.rm-preview-tabs button{color:#64748b;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:9px 14px;font-size:12px;font-weight:700}.rm-media-tabs button.active,.rm-preview-tabs button.active{color:#4e0a83;border-bottom-color:#4e0a83}.rm-upload-box{color:#4e0a83;cursor:pointer;text-align:center;background:#fbfcfe;border:1.5px dashed #b7c2d3;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:145px;display:flex}.rm-upload-box.video{min-height:190px}.rm-upload-box:hover{background:#faf7ff;border-color:#4e0a83}.rm-image-grid,.rm-video-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.rm-image-thumb,.rm-video-thumb{aspect-ratio:1;background:#eef2f7;border-radius:10px;min-width:0;position:relative;overflow:hidden}.rm-image-thumb img,.rm-video-thumb video{object-fit:cover;width:100%;height:100%}.rm-reel-preview{aspect-ratio:9/16;background:#101827;border-radius:12px;width:100%;max-width:210px;margin:0 auto;position:relative;overflow:hidden}.rm-video-settings{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.rm-more-video{color:#4e0a83;cursor:pointer;border:1.5px dashed #b7c2d3;border-radius:11px;justify-content:center;align-items:center;min-height:145px;display:flex}.rm-record-box{background:#f7f1fd;border-radius:11px;padding:14px}.rm-product-preview,.rm-price-preview,.rm-media-preview,.rm-google-preview,.rm-seo-score{min-height:0;overflow:hidden}.rm-preview-image{aspect-ratio:1;background:#eef2f7;border-radius:11px;width:100%;overflow:hidden}.rm-preview-image img{object-fit:cover;width:100%;height:100%}.rm-preview-info{padding-top:12px}.rm-preview-price{color:#4e0a83;margin-top:8px;font-size:25px;font-weight:800}.rm-preview-tags{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.rm-stars{color:#f5bf35}.rm-media-preview{background:#f5f7fb;border-radius:11px;padding:12px}.rm-preview-thumbs{gap:8px;margin-top:10px;display:flex}.rm-preview-thumbs>*{border-radius:7px;width:54px;height:54px;overflow:hidden}.rm-seo-grid{gap:14px 18px}.rm-google-preview{background:#fff;border:1px solid #e4e9f1;border-radius:11px;padding:14px}.rm-google-preview h4{color:#4e0a83;margin:8px 0 4px;font-size:17px}.rm-google-preview p{color:#596780;margin:0;font-size:11px;line-height:1.5}.rm-seo-score{background:#eefaf3;border-radius:11px;margin-top:14px;padding:14px}.rm-score-bar{background:#d8efe1;border-radius:999px;height:9px;overflow:hidden}.rm-score-bar>div{border-radius:inherit;background:#16a05d;height:100%}.rm-additional-settings{border-top:1px solid #e5eaf2;margin-top:16px;padding-top:16px}.rm-settings-heading{margin-bottom:12px}.rm-settings-grid{grid-template-columns:repeat(3,1fr)}.rm-tip-card{margin-top:14px;padding:14px}.rm-tip-card.orange{background:#fff5ed}.rm-tip-card.green{background:#edf9f2}.rm-tip-title{margin-bottom:8px;font-weight:800}.rm-tip-row{color:#52627e;align-items:flex-start;gap:8px;margin-top:7px;font-size:11px;line-height:1.4;display:flex}.rm-product-footer{background:#fff;border-top:1px solid #e4e9f1;flex:none;justify-content:space-between;align-items:center;gap:15px;padding:13px 22px;display:flex}.rm-footer-actions{align-items:center;gap:9px;display:flex}.rm-footer-center{color:#738098;font-size:11px;font-weight:600}.rm-btn{cursor:pointer;min-height:40px;font:inherit;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-size:12px;font-weight:750;display:inline-flex}.rm-btn-light{color:#172033;background:#fff;border-color:#d9e1ec}.rm-btn-orange{color:#fff;background:#fd6301;border-color:#fd6301;box-shadow:0 7px 18px #fd63012e}.rm-btn-orange:hover{background:#e95800}.rm-btn-danger{color:#c63a3a;background:#fff;border-color:#f1c9c9}.rm-product-error{color:#b42318;background:#fff0f0;border-radius:8px;margin:0 16px 10px;padding:10px 12px;font-size:12px}.rm-confirm-backdrop{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a142673;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.rm-confirm{background:#fff;border-radius:14px;width:min(420px,100%);padding:22px;box-shadow:0 24px 60px #0f172a40}.rm-confirm-icon{color:#fd6301;background:#fff3e9;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:12px;display:flex}@media (width<=1100px){.rm-product-wizard{width:calc(100vw - 24px);height:calc(100vh - 24px)}.rm-screen{grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr)}.rm-calculation-grid strong{font-size:14px}.rm-step-text span{display:none}}@media (width<=800px){.rm-screen{grid-template-columns:1fr;overflow-y:auto}.rm-side-column,.rm-main-card,.rm-side-card{overflow:visible}.rm-settings-grid{grid-template-columns:1fr}.rm-product-stepper{overflow-x:auto}.rm-step{flex:0 0 145px}}@media (width<=600px){.rm-product-wizard{width:100%;min-height:calc(100vh - 60px)}.rm-product-header{padding:13px 15px}.rm-product-header-title h2{font-size:20px}.rm-product-content{padding:10px}.rm-main-card,.rm-side-card{padding:13px}.rm-basic-fields,.rm-price-fields,.rm-inventory-fields,.rm-warranty-grid,.rm-seo-grid,.rm-video-settings{grid-template-columns:1fr}.rm-field.full{grid-column:auto}.rm-calculation-grid{grid-template-columns:repeat(2,1fr);gap:8px}.rm-calculation-grid>div{border-right:0}.rm-product-footer{padding:10px 12px}.rm-footer-center{display:none}}@media (width>=801px){.rm-product-header{padding:12px 20px}.rm-product-header-title h2{font-size:23px}.rm-product-header-title p{margin-top:3px}.rm-product-stepper{padding:8px 14px}.rm-step{min-height:52px}.rm-product-content{padding:12px 14px}.rm-screen{gap:12px}.rm-main-card,.rm-side-card{border-radius:12px}.rm-main-card{padding:16px}.rm-side-card{padding:14px}.rm-section-heading{margin-bottom:12px}.rm-section-heading h3{font-size:18px}.rm-section-heading p{margin-top:2px}.rm-basic-fields,.rm-price-fields,.rm-inventory-fields,.rm-warranty-grid,.rm-seo-grid,.rm-video-settings{row-gap:9px}.rm-field{gap:4px}.rm-field input,.rm-field select,.rm-field textarea{min-height:38px}.rm-field textarea{min-height:58px}.rm-field small{line-height:1.2}.rm-product-footer{padding:9px 18px}}
