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}}
