:root{--bg:#070707;--surface:#111111;--surface-2:#1a1a1a;--ink:#f7f2e8;--muted:#c0a57a;--gold:#deb77a;--gold-2:#b8894e;--orange:#d3a062;--red:#8f6a3d;--dark:#090807;--line:#2a2118;--shadow:0 18px 50px rgba(0,0,0,.35);--radius:28px}body[data-theme=light]{--bg:#f6f1e7;--surface:#fffdf8;--surface-2:#f6efe2;--ink:#18130f;--muted:#8e7556;--gold:#deb77a;--gold-2:#b8894e;--orange:#d3a062;--red:#8f6a3d;--dark:#090807;--line:#e7dcc9;--shadow:0 18px 50px rgba(38,29,17,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,Segoe UI,Tahoma,Arial,sans-serif;background:radial-gradient(circle at top,#161616 0,#0d0d0d 42%,#050505);color:var(--ink);direction:rtl;padding-bottom:92px}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}button{cursor:pointer}.app-main-shell{transition:opacity .24s ease,transform .24s ease}.app-main-shell.is-transitioning{opacity:.72;transform:translateY(6px)}.app-splash{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:radial-gradient(circle at top,#1c1611fa 0,#080808fa 58%,#030303fc);z-index:120;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.app-splash.visible{opacity:1;visibility:visible;pointer-events:auto}.app-splash.route-changing{background:#080808bd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-splash-inner{display:grid;justify-items:center;gap:18px}.app-splash-logo{height:96px!important;width:auto!important;max-width:min(240px,68vw)}.app-splash-loader{display:flex;align-items:center;gap:8px}.app-splash-loader span{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-2));animation:splashPulse 1.1s infinite ease-in-out}.app-splash-loader span:nth-child(2){animation-delay:.14s}.app-splash-loader span:nth-child(3){animation-delay:.28s}@keyframes splashPulse{0%,80%,to{transform:scale(.7);opacity:.45}40%{transform:scale(1);opacity:1}}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin-inline:auto}.app-shell{width:min(1180px,94%);margin-inline:auto}.site-header{position:sticky;top:0;z-index:30;background:linear-gradient(180deg,#090909f7,#090909d6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:14px 0 8px}.header-shell{display:grid;gap:14px}.header-card,.delivery-card,.panel-card,.hero-mobile-card,.brand-banner{background:var(--surface);border:1px solid rgba(222,183,122,.14);border-radius:var(--radius);box-shadow:var(--shadow)}.header-card{min-height:92px;display:grid;grid-template-columns:minmax(150px,180px) minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 18px;overflow:hidden}.brand{display:flex;align-items:center;justify-content:center;min-width:0;transform:translateY(-4px);padding:10px 16px;border-radius:22px;background:linear-gradient(135deg,#111,#000);border:1px solid rgba(222,183,122,.12)}.brand-logo{display:block;height:auto;width:auto}.brand-logo.compact{width:auto;height:58px;max-width:100%}.banner-logo{width:220px;max-width:100%;flex:0 0 auto}.search-box{height:40px;display:flex;align-items:center;gap:8px;background:#171717;border:1px solid var(--line);border-radius:22px;color:#a99274;padding:0 12px;min-width:0}.search-box input{border:0;outline:0;width:100%;height:100%;background:transparent;color:#fff;font-size:1rem;min-width:0}.search-submit,.search-icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;background:transparent;color:inherit;flex:0 0 auto;border-radius:12px}.search-icon-btn:hover,.search-submit:hover{background:#deb77a14;color:#fff}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap;min-width:max-content}.round-action{width:48px;height:48px;border-radius:50%;border:1px solid rgba(222,183,122,.12);background:#181818;color:#deb77a;display:grid;place-items:center;position:relative;transition:.2s;flex:0 0 auto}.round-action:hover{transform:translateY(-2px);background:#232323;color:#fff}.user-action{background:linear-gradient(135deg,#111,#000);color:var(--gold)}.cart-link b,.bottom-nav b{position:absolute;top:-4px;left:-4px;background:var(--gold-2);color:#fff;border-radius:999px;font-size:.72rem;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px}.delivery-card{height:78px;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 26px;font-size:1.15rem;color:#f4eee4}.delivery-card svg{color:var(--gold-2)}.delivery-card strong{color:var(--gold)}.home-screen{display:grid;gap:18px;padding:6px 0 28px}.hero-mobile-card{min-height:350px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;padding:38px 44px;background:radial-gradient(circle at 18% 16%,rgba(222,183,122,.08) 0 18%,transparent 42%),linear-gradient(120deg,#000,#111 45%,#1e1812)}.hero-copy{position:relative;z-index:2;max-width:480px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:800;background:#ffffff08;border:1px solid rgba(222,183,122,.28);border-radius:999px;padding:8px 14px}.hero-copy h1{font-size:clamp(2.4rem,6vw,5.8rem);line-height:.95;margin:14px 0;color:#fff;text-shadow:0 3px 0 rgba(78,56,29,.14),0 6px 18px rgba(0,0,0,.3);font-weight:900}.hero-copy p{font-size:1.18rem;color:#f0dfc1;margin:0 0 16px;line-height:1.9}.primary-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--gold),#f0d6a7);color:#111;border:0;border-radius:999px;padding:12px 20px;font-weight:900;box-shadow:0 12px 30px #00000047}.hero-art{height:250px;position:relative;display:flex;align-items:flex-end;justify-content:center;gap:18px;direction:ltr}.ice{width:118px;height:205px;border-radius:62px 62px 26px 26px;background:linear-gradient(180deg,#ffffff7a,#ffffff14 32%,#fff0 33%),linear-gradient(160deg,#343434,#090909);box-shadow:0 20px 35px #00000057;display:flex;align-items:flex-end;justify-content:center;color:#fff;font-weight:900;padding-bottom:25px;text-shadow:0 2px 8px rgba(0,0,0,.2);border:2px solid rgba(222,183,122,.28)}.ice-orange{height:240px;width:132px;background:linear-gradient(180deg,#ffffff80,#ffffff1a 32%,#fff0 33%),linear-gradient(160deg,#3a3024,#131313)}.ice-yellow{background:linear-gradient(180deg,#ffffff80,#ffffff1a 32%,#fff0 33%),linear-gradient(160deg,#4b3b25,#151515)}.slider-dots{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;gap:7px}.slider-dots i{width:11px;height:11px;border:2px solid var(--gold);border-radius:50%}.slider-dots .active{background:var(--gold)}.service-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-strip div{background:var(--surface);border:1px solid rgba(222,183,122,.18);border-radius:22px;padding:16px 18px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;font-weight:800;box-shadow:var(--shadow)}.service-strip svg{color:var(--gold-2)}.panel-card{padding:34px}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:24px}.section-head.compact{align-items:center}.section-head h2,.page h1{font-size:2rem;margin:0;font-weight:900;color:#fff}.section-head p,.section-head span,.muted{color:var(--muted);margin:.35rem 0 0}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-tile{min-height:100px;background:var(--surface-2);border:1px solid rgba(222,183,122,.16);border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;transition:.2s;color:#fff}.feature-tile:hover{transform:translateY(-4px);box-shadow:0 16px 35px #00000047}.feature-icon{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;color:#fff}.feature-icon.brand-mark{background:linear-gradient(135deg,#090807,#deb77a)}.feature-icon.new{background:linear-gradient(135deg,#5c482f,#caa067)}.feature-icon.best{background:linear-gradient(135deg,#3a2a19,#dab57d)}.feature-icon.bulk{background:#2b241c;color:var(--gold)}.chips{display:flex;gap:10px;flex-wrap:wrap}.chips button{border:1px solid rgba(222,183,122,.18);background:#171717;color:#fff;border-radius:999px;padding:10px 18px;font-weight:800}.chips .active{background:var(--gold);color:#111;border-color:var(--gold)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#111;border:1px solid rgba(222,183,122,.12);border-radius:24px;overflow:hidden;box-shadow:0 14px 35px #0000003d;transition:.2s;color:#fff}.product-card:hover{transform:translateY(-5px)}.product-image{height:190px;background:linear-gradient(140deg,#171717,#0a0a0a);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder{height:100%;width:100%;display:grid;place-items:center;align-content:center;gap:8px;color:var(--gold-2);font-weight:900}.badge{position:absolute;top:14px;right:14px;background:var(--gold-2);color:#fff;border-radius:999px;padding:5px 12px;font-weight:900;font-size:.82rem}.product-body{padding:16px}.category{display:inline-block;color:var(--gold);font-size:.86rem;font-weight:900;background:#1d1a17;border-radius:999px;padding:4px 10px}.product-body h3{margin:10px 0 6px;font-size:1.08rem;color:#fff}.product-body p{color:#dbc6a5;margin:0 0 10px}.price-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.price-row strong,.big-price{color:#fff;font-size:1.25rem;font-weight:900}del{color:#8e8e8e}.add-mini,.product-card button{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#191006;padding:11px 14px;font-weight:900}.brand-banner{display:flex;align-items:center;gap:18px;padding:22px 28px;background:linear-gradient(135deg,#000,#111 55%,#20180f);color:#fff}.brand-banner img{width:130px;border-radius:16px}.brand-banner strong{color:var(--gold);font-size:1.4rem}.brand-banner p{color:#f3e8d4;margin:.2rem 0 0}.bottom-nav{position:fixed;z-index:40;right:50%;bottom:14px;transform:translate(50%);width:min(720px,94%);height:78px;background:#0c0c0cf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(222,183,122,.16);border-radius:28px;box-shadow:0 18px 50px #00000059;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:8px}.bottom-nav a{height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#c1a070;font-weight:800;font-size:.84rem;position:relative}.bottom-nav a.active,.bottom-nav a:hover{color:#fff}.footer{padding:2rem 0 7rem;background:transparent;color:#c1a070}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.footer strong{color:#fff}.page{width:min(1180px,94%);margin:22px auto 42px;background:#111;border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;color:#fff}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem auto}.features div,.admin-panel,.summary,.auth-card,.order-card{background:#111;border:1px solid rgba(222,183,122,.12);border-radius:24px;padding:1.2rem;box-shadow:var(--shadow);color:#fff}.product-details{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem}.detail-image{background:#171717;border:1px solid rgba(222,183,122,.12);border-radius:32px;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-info input,.auth-card input,.checkout-form input,.checkout-form select,.checkout-form textarea,.admin-form input,.admin-form select,.admin-form textarea,select,textarea{width:100%;background:#181818;color:#fff;border:1px solid var(--line);border-radius:14px;padding:.85rem;margin:.35rem 0}.checkout-form textarea,.admin-form textarea,textarea{min-height:110px;resize:vertical}.cart-layout{display:grid;grid-template-columns:1fr 330px;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr 90px 50px;gap:1rem;align-items:center;background:#111;border:1px solid rgba(222,183,122,.12);border-radius:20px;padding:.8rem;margin:.8rem 0;box-shadow:var(--shadow);color:#fff}.cart-item img{width:80px;height:70px;object-fit:cover;border-radius:12px}.cart-item button{border:0;background:#2a1f16;color:var(--gold);border-radius:12px;padding:.7rem}.auth-card{max-width:470px;margin:3rem auto}.auth-card form,.checkout-form,.admin-form{display:grid;gap:.6rem}.orders-list{display:grid;gap:1rem}.order-card{display:flex;justify-content:space-between;align-items:center}.admin{display:grid;gap:2rem}.table-wrap{overflow:auto;background:#111;border:1px solid rgba(222,183,122,.12);border-radius:20px;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse}th,td{padding:.9rem;border-bottom:1px solid var(--line);text-align:right;color:#fff}th{color:var(--gold)}td button{margin:.15rem;border:0;border-radius:10px;padding:.45rem .7rem;cursor:pointer}.thumb{width:55px;height:55px;object-fit:cover;border-radius:12px}.primary-btn:hover,.add-mini:hover{filter:brightness(1.04)}@media(max-width:1000px){.header-card{grid-template-columns:122px 1fr auto}.brand img{height:54px}.featured-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.hero-mobile-card{grid-template-columns:1fr;padding:28px}.hero-art{opacity:.78}.footer-grid,.product-details,.cart-layout{grid-template-columns:1fr}}@media(max-width:640px){body{padding-bottom:104px}.app-shell{width:min(720px,94%)}.site-header{padding-top:10px}.header-card{min-height:76px;grid-template-columns:auto 1fr auto;border-radius:22px;padding:10px 14px;gap:10px;position:relative}.header-card.search-active .brand,.header-card.search-active .header-actions{opacity:0;pointer-events:none}.brand{transform:translateY(-2px)}.brand img{height:44px}.brand-logo.compact{width:auto;height:42px;max-width:132px}.search-box{background:transparent;border:0;width:48px;padding:0;justify-content:center;transition:all .22s ease}.search-box input{display:none}.search-box.mobile-open{position:absolute;left:10px;right:10px;top:10px;width:auto;height:54px;background:#141414f5;border:1px solid rgba(222,183,122,.22);padding:0 16px;gap:10px;z-index:5;border-radius:18px;box-shadow:0 16px 34px #00000047}.search-box.mobile-open input{display:block;color:#fff;font-size:1rem}.search-box.mobile-open input::placeholder{color:#bda37d}.header-actions{gap:6px}.round-action{width:42px;height:42px}.menu-action{display:none}.delivery-card{height:78px;border-radius:22px;font-size:1rem;padding:0 18px}.hero-mobile-card{min-height:280px;border-radius:24px;padding:24px;overflow:hidden}.hero-copy h1{font-size:3.2rem}.hero-copy p{font-size:1rem;max-width:78%}.hero-art{position:absolute;left:0;bottom:42px;width:55%;height:170px;transform:scale(.72);transform-origin:left bottom}.service-strip{grid-template-columns:1fr}.panel-card{border-radius:24px;padding:24px 18px}.section-head{display:grid;gap:12px;align-items:start}.featured-grid{grid-template-columns:1fr 1fr;gap:14px}.feature-tile{min-height:74px;padding:12px;font-size:.95rem}.feature-icon{width:42px;height:42px}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image{height:145px}.product-body{padding:12px}.chips{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.chips button{white-space:nowrap}.brand-banner{border-radius:24px}.brand-banner img{width:92px}.footer{display:block;padding:1.5rem 0 7.5rem}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.footer-grid>div{min-width:0;padding:16px 14px;border-radius:22px;background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid rgba(222,183,122,.14);box-shadow:0 14px 30px #0000002e}.footer-grid>div strong{display:block;margin-bottom:10px}.footer-brand-block{grid-column:1/-1;padding:18px 16px 16px;border-bottom:0;background:linear-gradient(135deg,#deb77a14,#ffffff05 58%,#ffffff03);box-shadow:0 18px 36px #0003}.footer-links-list{grid-template-columns:1fr;gap:8px}.footer-text-link{min-height:38px;font-size:.92rem;padding:0 10px;border-radius:14px;background:#ffffff08;border:1px solid rgba(222,183,122,.08)}.footer-inline-link{font-size:.9rem}.footer-social-link{width:40px;height:40px}.page{padding:20px;border-radius:24px}.cart-item{grid-template-columns:70px 1fr}.cart-item input,.cart-item button{grid-column:2}.bottom-nav{height:82px;border-radius:24px}.bottom-nav a{font-size:.78rem}.bottom-more-menu{right:auto;left:0;transform:translate(72px);max-width:calc(100vw - 32px);min-width:170px}}@media(max-width:420px){.products-grid,.featured-grid{grid-template-columns:1fr}.hero-copy p{max-width:100%}.hero-art{display:none}}body[data-theme=light]{background:radial-gradient(circle at top,#fbf7ef 0,#f5f1e8 42%,#eee4d4)}body[data-theme=light] .site-header{background:linear-gradient(180deg,#f6f1e7f7,#f6f1e7d6)}body[data-theme=light] .header-card,body[data-theme=light] .panel-card,body[data-theme=light] .page,body[data-theme=light] .features div,body[data-theme=light] .admin-panel,body[data-theme=light] .summary,body[data-theme=light] .auth-card,body[data-theme=light] .order-card,body[data-theme=light] .cart-item,body[data-theme=light] .product-card,body[data-theme=light] .table-wrap{background:var(--surface);color:var(--ink);border-color:#b8894e2e}body[data-theme=light] .header-card{background:#fffaf2eb;color:#18130f;border-color:#b8894e29;box-shadow:0 16px 36px #261d1114}body[data-theme=light] .search-box,body[data-theme=light] .detail-info input,body[data-theme=light] .auth-card input,body[data-theme=light] .checkout-form input,body[data-theme=light] .checkout-form select,body[data-theme=light] .checkout-form textarea,body[data-theme=light] .admin-form input,body[data-theme=light] .admin-form select,body[data-theme=light] .admin-form textarea,body[data-theme=light] select,body[data-theme=light] textarea{background:#f7f0e4;color:var(--ink)}body[data-theme=light] .header-card .search-box{background:#fffdf8;color:#8c6232;border-color:#b8894e29}body[data-theme=light] .search-box input{color:var(--ink)}body[data-theme=light] .round-action{background:#f4ead8;color:var(--gold-2);border-color:#b8894e29}body[data-theme=light] .round-action:hover{background:#ead7b7;color:var(--dark)}body[data-theme=light] .header-card .search-box input{color:#18130f}body[data-theme=light] .header-card .round-action{background:#fff7ea;color:#8c6232;border-color:#b8894e29}body[data-theme=light] .header-card .round-action:hover{background:#f1e1c6;color:#18130f}body[data-theme=light] .hero-mobile-card{background:radial-gradient(circle at 18% 16%,rgba(255,248,234,.95) 0 18%,transparent 42%),linear-gradient(120deg,#fffaf1,#f4e7d1 48%,#d9bb8b)}body[data-theme=light] .eyebrow{background:#ffffff8c;color:var(--gold-2);border-color:#b8894e2e}body[data-theme=light] .hero-copy h1{color:#18130f;text-shadow:none}body[data-theme=light] .hero-copy p{color:#4c3b2b}body[data-theme=light] .primary-btn{background:linear-gradient(135deg,#111,#2a2119);color:var(--gold)}body[data-theme=light] .ice{background:linear-gradient(180deg,#ffffffb8,#fff3 32%,#fff0 33%),linear-gradient(160deg,#d9b071,#8f5f2d);border-color:#ffffff61}body[data-theme=light] .ice-orange{background:linear-gradient(180deg,#ffffffb8,#fff3 32%,#fff0 33%),linear-gradient(160deg,#f0cf95,#b8894e)}body[data-theme=light] .ice-yellow{background:linear-gradient(180deg,#ffffffb8,#fff3 32%,#fff0 33%),linear-gradient(160deg,#f7e7c0,#d3a062)}body[data-theme=light] .service-strip div,body[data-theme=light] .feature-tile,body[data-theme=light] .page,body[data-theme=light] .features div,body[data-theme=light] .admin-panel,body[data-theme=light] .summary,body[data-theme=light] .auth-card,body[data-theme=light] .order-card,body[data-theme=light] .cart-item,body[data-theme=light] th,body[data-theme=light] td,body[data-theme=light] .section-head h2,body[data-theme=light] .page h1,body[data-theme=light] .product-body h3,body[data-theme=light] .price-row strong,body[data-theme=light] .big-price,body[data-theme=light] .footer strong{color:var(--ink)}body[data-theme=light] .chips button{background:#fff8ee;color:var(--ink);border-color:#e6d8bf}body[data-theme=light] .chips .active{background:var(--dark);color:var(--gold);border-color:var(--dark)}body[data-theme=light] .product-image,body[data-theme=light] .detail-image{background:linear-gradient(140deg,#fff8ea,#f3eadc)}body[data-theme=light] .category{background:#f8efdf;color:var(--gold-2)}body[data-theme=light] .product-body p,body[data-theme=light] .footer,body[data-theme=light] .bottom-nav a{color:#8e7556}body[data-theme=light] .brand-banner{background:linear-gradient(135deg,#fffaf1,#f4e7d1 58%,#d9bb8b);color:var(--ink)}body[data-theme=light] .brand-banner p{color:#5f4a33}body[data-theme=light] .bottom-nav{background:#fffcf6f0;border-color:#b8894e2e;box-shadow:0 18px 50px #261d111f}body[data-theme=light] .bottom-nav a.active,body[data-theme=light] .bottom-nav a:hover{color:var(--gold-2)}body[data-theme=light] .theme-toggle:hover{color:var(--dark)}.theme-toggle{color:var(--gold)}.theme-toggle:hover{color:#fff}.site-notification-prompt{padding:14px 0 0}.site-notification-card{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#111111f2,#1d160ef5);border:1px solid rgba(222,183,122,.16);border-radius:24px;padding:16px 18px;box-shadow:var(--shadow)}.site-notification-copy{display:flex;align-items:center;gap:14px;min-width:0}.site-notification-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#17120d}.site-notification-copy strong{display:block;color:#fff;font-size:1rem}.site-notification-copy p{margin:4px 0 0;color:#e7d5b8;line-height:1.8}.site-notification-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.site-notification-enable{padding-inline:18px;white-space:nowrap}.site-notification-dismiss{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(222,183,122,.16);background:#ffffff0a;color:var(--gold)}.site-notification-dismiss:hover{background:#deb77a1f;color:#fff}body[data-theme=light] .site-notification-card{background:linear-gradient(135deg,#fffaf1,#f6ead6 72%,#ecd0a2);border-color:#b8894e2e;box-shadow:0 18px 40px #261d111a}body[data-theme=light] .site-notification-copy strong{color:#18130f}body[data-theme=light] .site-notification-copy p{color:#614d38}body[data-theme=light] .site-notification-dismiss{background:#ffffffb3;border-color:#b8894e2e;color:#8b6230}body[data-theme=light] .site-notification-dismiss:hover{background:#f2e2c4;color:#18130f}.market-features,.market-categories,.products-panel{background:#111111eb}.market-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.market-feature-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:28px;padding:24px;display:grid;gap:12px;box-shadow:0 16px 36px #291f1014;position:relative;overflow:hidden}.market-feature-card:after{content:"";position:absolute;inset:auto -20px -20px auto;width:86px;height:86px;border-radius:50%;background:radial-gradient(circle,rgba(222,183,122,.22),transparent 68%)}.market-feature-icon{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#1b1712,#3b2b18 55%,#d8a556);color:#fff7ea;display:grid;place-items:center;box-shadow:0 10px 20px #3c2c162e}.market-feature-card h3{margin:0;color:#17120d;font-size:1.08rem}.market-feature-card p{margin:0;color:#6d5d4a;line-height:1.8;font-size:.95rem}.market-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.market-category-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:28px;padding:18px 16px;display:grid;gap:8px;text-align:center;transition:.2s;box-shadow:0 16px 36px #291f100f;min-height:176px;align-content:center}.market-category-card:hover{transform:translateY(-4px);border-color:#e2bf84}.market-category-card.visual{position:relative;overflow:hidden;border-color:#deb77a24;min-height:200px;isolation:isolate;background:#17120d}.market-category-card.visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--category-image);background-size:cover;background-position:center center;background-repeat:no-repeat;transform:translateZ(0);will-change:transform;z-index:0}.market-category-card.visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000a,#0000002e 42%,#00000094);z-index:0}.market-category-emoji{width:56px;height:56px;border-radius:18px;background:linear-gradient(180deg,#fff3df,#f2e0bf);display:grid;place-items:center;margin:0 auto;font-size:1.7rem;box-shadow:inset 0 1px #fffc}.market-category-card strong{color:#17120d;font-size:.95rem}.market-category-card small{color:#7b6954;line-height:1.55;font-size:.86rem}.market-category-card.visual strong,.market-category-card.visual small{position:relative;z-index:1;color:#fffdf1}.explore-categories-panel{background:transparent;border:0;box-shadow:none;padding:0}.explore-categories-head{display:grid;justify-items:center;gap:10px;text-align:center;margin-bottom:22px}.explore-categories-head h2{margin:0;color:#fff;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900}.explore-categories-head p{margin:0;color:var(--muted);max-width:520px;line-height:1.8}.explore-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.explore-category-card{background:#fffaf2;border:1px solid #eadcc3;border-radius:26px;padding:18px 16px 14px;display:grid;gap:14px;min-height:196px;box-shadow:0 16px 36px #291f100f;transition:.2s}.explore-category-card:hover{transform:translateY(-4px);border-color:#deb77a}.explore-category-card strong{color:#17120d;font-size:1rem;font-weight:900;line-height:1.5;text-align:center}.explore-category-image-wrap{display:grid;place-items:center;min-height:118px}.explore-category-image{width:100%;max-width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(41,31,16,.12))}.explore-category-fallback{display:grid;place-items:center;width:100%;height:120px;border-radius:20px;background:#f4ead7;color:#8a7151;font-size:.9rem;font-weight:800;text-align:center;padding:12px}.explore-categories-more{display:flex;justify-content:center;margin-top:22px}.explore-more-btn{min-width:138px;height:46px;border-radius:999px;border:1px solid rgba(222,183,122,.22);background:transparent;color:var(--gold);font-size:.98rem;font-weight:900;padding:0 22px;transition:.2s}.explore-more-btn:hover{background:#deb77a14;transform:translateY(-2px)}.market-app-banner{justify-content:space-between}.app-banner-copy{display:grid;gap:14px;max-width:560px}.app-banner-actions{display:flex;gap:12px;flex-wrap:wrap}.store-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:11px 16px;color:#111;font-weight:800}.app-banner-brand{margin-inline-start:auto}body[data-theme=light] .market-features,body[data-theme=light] .market-categories,body[data-theme=light] .products-panel{background:var(--surface)}body[data-theme=light] .market-feature-card,body[data-theme=light] .market-category-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .market-category-card.visual:after{background:linear-gradient(180deg,#ffffff05,#18130f24 42%,#18130f6b)}body[data-theme=light] .market-feature-card h3,body[data-theme=light] .market-category-card strong{color:#18130f}body[data-theme=light] .market-feature-card p,body[data-theme=light] .market-category-card small{color:#7a6448}body[data-theme=light] .market-category-emoji{background:linear-gradient(180deg,#fff4e0,#f2dfbd)}body[data-theme=light] .explore-categories-head h2{color:#18130f}body[data-theme=light] .explore-category-card{background:#fffdf8;border-color:#b8894e29}body[data-theme=light] .explore-category-card strong{color:#18130f}body[data-theme=light] .explore-category-fallback{background:#f7efdf;color:#7a6448}body[data-theme=light] .explore-more-btn{border-color:#b8894e38;color:#8b6230}body[data-theme=light] .store-chip{background:#111;color:var(--gold)}.market-home{gap:22px;padding-top:12px}.market-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch;background:linear-gradient(135deg,#111,#18120c 58%,#23180f);border:1px solid rgba(222,183,122,.16);border-radius:32px;padding:34px;box-shadow:var(--shadow);overflow:hidden}.hero-slider{position:relative}.hero-slider.gold{background:linear-gradient(135deg,#111,#18120c 58%,#23180f)}.hero-slider.cream{background:linear-gradient(135deg,#17120d,#2a1f16 55%,#6e512b)}.hero-slider.light{background:linear-gradient(135deg,#0f0f0f,#1b1a18 52%,#3a2d1e)}.market-hero-copy{display:grid;align-content:center;gap:16px}.market-pill{display:inline-flex;align-items:center;gap:8px;width:max-content;background:#ffffff0f;border:1px solid rgba(222,183,122,.22);color:var(--gold);border-radius:999px;padding:8px 14px;font-weight:800}.market-hero-copy h1{margin:0;font-size:clamp(2.2rem,4vw,4.4rem);line-height:1.02;color:#fff}.market-hero-copy p{margin:0;color:#eadcc6;font-size:1.08rem;line-height:1.9;max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:#ffffff1a;color:#fff;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.slider-arrow.next{left:20px}.slider-arrow.prev{right:20px}.hero-dots{display:flex;gap:10px;align-items:center}.hero-dots button{width:12px;height:12px;border-radius:999px;border:0;background:#ffffff42;padding:0}.hero-dots button.active{width:32px;background:var(--gold)}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(222,183,122,.28);color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;background:#ffffff08}.market-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:center}.hero-logo-tile{grid-column:1/-1;background:linear-gradient(135deg,#fff9ee,#ead6b0);border-radius:28px;padding:24px;min-height:220px;display:grid;place-items:center}.hero-logo{width:min(100%,340px)}.hero-stat-card{background:#fffdf8;border-radius:24px;padding:18px;color:#17120d;display:grid;gap:8px;align-content:center;min-height:118px}.hero-stat-card strong{font-size:1.35rem}.hero-stat-card span{color:#6d5c49}body[data-theme=light] .market-hero{background:linear-gradient(135deg,#fffaf1,#f4e8d4 52%,#edd4a7);border-color:#b8894e29}body[data-theme=light] .hero-slider.gold{background:linear-gradient(135deg,#fffaf1,#f4e8d4 52%,#edd4a7)}body[data-theme=light] .hero-slider.cream{background:linear-gradient(135deg,#fff9ef,#f3e4cc 52%,#e7c890)}body[data-theme=light] .hero-slider.light{background:linear-gradient(135deg,#fffdf8,#f6ead8 52%,#e8d2ac)}body[data-theme=light] .market-pill{background:#fff;color:var(--gold-2);border-color:#b8894e2e}body[data-theme=light] .market-hero-copy h1{color:#18130f}body[data-theme=light] .market-hero-copy p{color:#5b4833}body[data-theme=light] .secondary-btn{background:#fff;color:#18130f;border-color:#e6d8bf}body[data-theme=light] .hero-logo-tile{background:linear-gradient(135deg,#111,#1d1711)}body[data-theme=light] .hero-stat-card{background:#fff}body[data-theme=light] .slider-arrow{background:#fffc;color:#17120d;box-shadow:0 8px 20px #261d111a}body[data-theme=light] .hero-dots button{background:#17120d2e}body[data-theme=light] .hero-dots button.active{background:var(--gold-2)}@media(max-width:1000px){.market-hero{grid-template-columns:1fr;padding:26px}.market-feature-grid,.market-category-grid,.explore-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.market-home{gap:18px}.market-hero{padding:20px 18px 22px;border-radius:26px}.market-pill{font-size:.88rem}.market-hero-copy h1{font-size:2.2rem}.market-hero-copy p{font-size:.96rem}.hero-logo-tile{min-height:170px;padding:18px}.market-hero-visual{grid-template-columns:1fr}.hero-stat-card{min-height:auto}.slider-arrow{top:auto;bottom:18px;transform:none;width:40px;height:40px}.slider-arrow.next{left:18px}.slider-arrow.prev{right:18px}.hero-dots{margin-top:6px}.market-feature-grid{grid-template-columns:1fr}.market-category-grid,.explore-categories-grid{grid-template-columns:1fr 1fr;gap:12px}.market-feature-card,.market-category-card{padding:16px}.market-category-card{min-height:146px}.market-category-emoji{width:46px;height:46px;font-size:1.35rem}.market-category-card strong{font-size:.84rem}.market-category-card small{font-size:.74rem;line-height:1.45}.explore-categories-head{gap:8px;margin-bottom:16px}.explore-category-card{min-height:160px;padding:14px 12px 12px;border-radius:20px;gap:10px}.explore-category-card strong{font-size:.84rem}.explore-category-image-wrap{min-height:88px}.explore-category-image,.explore-category-fallback{height:88px;max-width:88px;font-size:.76rem}.app-banner-actions{display:grid;grid-template-columns:1fr 1fr}.store-chip{justify-content:center}.app-banner-brand{margin-inline-start:0}.site-notification-card{display:grid;justify-items:start;padding:16px}.site-notification-copy{align-items:flex-start}.site-notification-actions{width:100%;justify-content:space-between}.site-notification-enable{flex:1}}.products-grid .product-card,.category-products-grid .product-card{background:#fffdf9;border:1px solid #efdfc5;border-radius:24px;box-shadow:0 16px 32px #291f1014;color:#17120d}.products-grid .product-image,.category-products-grid .product-image{height:208px;background:linear-gradient(180deg,#fff8ed,#f4e7d1);padding:8px}.products-grid .product-image img,.category-products-grid .product-image img{border-radius:20px}.products-grid .placeholder,.category-products-grid .placeholder{background:#fffdf8;border-radius:20px;color:#b8894e}.products-grid .badge,.category-products-grid .badge{top:16px;right:16px;background:#d89f4f;padding:6px 12px;font-size:.78rem;box-shadow:0 10px 18px #d89f4f47}.products-grid .product-body,.category-products-grid .product-body{padding:8px 9px 10px;display:grid;gap:4px}.products-grid .product-topline,.category-products-grid .product-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.products-grid .stock-state,.category-products-grid .stock-state{font-size:.82rem;font-weight:800;color:#4f8a3c;background:#edf8e9;border-radius:999px;padding:4px 10px}.products-grid .category,.category-products-grid .category{color:#9b6d32;font-size:.82rem;background:#f9edd8;border-radius:999px;padding:5px 11px}.products-grid .product-body h3,.category-products-grid .product-body h3{margin:0;font-size:.74rem;color:#17120d;line-height:1.18;min-height:1.5em}.products-grid .product-body p,.category-products-grid .product-body p{margin:0;color:#7c6850;font-size:.62rem}.products-grid .price-row,.category-products-grid .price-row{gap:10px;margin-bottom:0}.products-grid .price-row strong,.category-products-grid .price-row strong{color:#17120d;font-size:.82rem}.products-grid del,.category-products-grid del{color:#a89276;font-size:.64rem}.products-grid .product-actions-row,.category-products-grid .product-actions-row{margin-top:2px;display:grid;grid-template-columns:44px 1fr;gap:8px}.products-grid .add-mini,.products-grid .product-card button,.category-products-grid .add-mini,.category-products-grid .product-card button{border-radius:16px;background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;padding:9px 11px;box-shadow:0 10px 18px #2b1f1024}.wishlist-mini{width:44px;height:44px;border:1px solid #efd8af;border-radius:16px;background:#fff7ea;color:#9b6d32;display:grid;place-items:center;box-shadow:0 12px 22px #2b1f1014}.wishlist-mini.active{background:#17120d;color:#fff1dc;border-color:#17120d}body[data-theme=light] .products-grid .product-card,body[data-theme=light] .category-products-grid .product-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .products-grid .product-image,body[data-theme=light] .category-products-grid .product-image{background:linear-gradient(180deg,#fff8ed,#f3e7d2)}body[data-theme=light] .products-grid .product-body h3,body[data-theme=light] .products-grid .price-row strong,body[data-theme=light] .category-products-grid .product-body h3,body[data-theme=light] .category-products-grid .price-row strong{color:#17120d}body[data-theme=light] .products-grid .product-body p,body[data-theme=light] .category-products-grid .product-body p{color:#7a6448}@media(max-width:640px){.products-grid .product-card,.category-products-grid .product-card{border-radius:24px}.products-grid .product-image,.category-products-grid .product-image{height:160px;padding:10px}.products-grid .product-body,.category-products-grid .product-body{padding:13px}.products-grid .product-body h3,.category-products-grid .product-body h3{font-size:.96rem;min-height:auto}.products-grid .stock-state,.category-products-grid .stock-state{font-size:.76rem;padding:4px 8px}.products-grid .category,.category-products-grid .category{font-size:.76rem}.products-grid .add-mini,.products-grid .product-card button,.category-products-grid .add-mini,.category-products-grid .product-card button{padding:10px 12px}.products-grid .product-actions-row,.category-products-grid .product-actions-row{grid-template-columns:40px 1fr}.wishlist-mini{width:40px;height:40px;border-radius:14px}}.products-panel .products-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(228px,228px);grid-template-columns:none;overflow-x:auto;overflow-y:hidden;padding:4px 2px 14px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.products-panel .products-grid::-webkit-scrollbar{height:8px}.products-panel .products-grid::-webkit-scrollbar-thumb{background:#deb77a66;border-radius:999px}.product-sections{display:grid;gap:26px}.product-section{display:grid;gap:14px}.product-section .section-head{margin-bottom:0}.product-section .section-head h3{margin:0;font-size:1.45rem;font-weight:900;color:inherit}.section-link{color:var(--accent);font-weight:800}.section-link:hover{color:var(--text)}.detail-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.wishlist-detail-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid #efd8af;background:#fff7ea;color:#9b6d32;font-weight:800}.wishlist-detail-btn.active{background:#17120d;color:#fff1dc;border-color:#17120d}.profile-avatar-trigger{width:44px;height:44px;border-radius:50%;border:1px solid rgba(222,183,122,.16);background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;display:grid;place-items:center;font-weight:900;font-size:.82rem;box-shadow:0 10px 22px #2b1f1029;flex:0 0 auto;overflow:hidden}.profile-avatar-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}.profile-panel{display:grid;gap:20px}.profile-head{display:flex;align-items:center;gap:18px}.profile-avatar-large{width:96px;height:96px;border-radius:28px;background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;display:grid;place-items:center;font-size:1.8rem;font-weight:900;box-shadow:0 16px 36px #2b1f102e;overflow:hidden}.profile-avatar-large-image{width:100%;height:100%;object-fit:cover;object-position:center}.profile-copy h1{margin:12px 0 10px;font-size:clamp(1.8rem,3vw,2.7rem)}.profile-copy p{margin:0;color:var(--muted);max-width:620px}.profile-details-grid,.profile-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.profile-detail-card,.profile-link-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:26px;padding:20px;display:grid;gap:8px;box-shadow:0 16px 36px #291f100f}.single-info-card{grid-template-columns:1fr}.profile-detail-card strong,.profile-link-card strong{color:#17120d}.profile-detail-card span,.profile-link-card span{color:#7b6954;line-height:1.6}body[data-theme=light] .profile-avatar-trigger{border-color:#b8894e29}body[data-theme=light] .profile-detail-card,body[data-theme=light] .profile-link-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .profile-detail-card strong,body[data-theme=light] .profile-link-card strong{color:#18130f}body[data-theme=light] .profile-detail-card span,body[data-theme=light] .profile-link-card span{color:#7a6448}.category-page-shell{display:grid;gap:24px}.primary-category-bar{position:relative;margin-top:-4px}.primary-category-bar-track{display:flex;align-items:center;gap:12px;overflow:auto;padding:4px 2px 6px;scrollbar-width:none}.primary-category-bar-track::-webkit-scrollbar{display:none}.primary-category-pill{flex:0 0 auto;min-height:50px;padding:0 18px;border-radius:18px;border:1px solid rgba(222,183,122,.14);background:#111111f0;color:#ead0a6;font-size:.94rem;font-weight:900;box-shadow:0 12px 28px #0000002e;transition:.2s}.primary-category-pill:hover{transform:translateY(-2px);border-color:#deb77a47;color:#fff7ea}.primary-category-pill.active{background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;border-color:transparent;box-shadow:0 14px 30px #2b1f1038}.secondary-category-bar{margin-top:-12px}.secondary-category-bar-track{display:flex;align-items:center;gap:10px;overflow:auto;padding:0 2px 2px;scrollbar-width:none}.secondary-category-bar-track::-webkit-scrollbar{display:none}.secondary-category-pill{flex:0 0 auto;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(222,183,122,.14);background:#111111b3;color:#f0dfc1;font-size:.84rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.secondary-category-pill:hover{background:#deb77a14;border-color:#deb77a3d;color:#fff8ec}.secondary-category-pill.active{background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;border-color:transparent;box-shadow:0 10px 22px #2b1f102e}.secondary-category-pill.all{background:#1d1711;color:var(--gold)}.category-page-hero{padding:26px 28px}.category-page-hero h1{margin:12px 0 10px;font-size:clamp(1.8rem,3vw,2.7rem)}.category-page-hero p{margin:0;max-width:640px;color:var(--muted)}.category-products-panel{display:grid;gap:18px}.category-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.agency-product-sections{display:grid;gap:18px}.agency-product-section{padding:24px 26px}.agency-product-section .section-head{margin-bottom:0}.empty-state{display:grid;justify-items:center;gap:14px;padding:34px 18px;text-align:center}.empty-state p{margin:0;color:var(--muted)}.products-panel .products-grid .product-card{scroll-snap-align:start}.products-panel .products-grid .product-image{height:214px}.products-panel .products-grid .product-body{padding:8px 9px 9px;gap:4px}.products-panel .products-grid .product-body h3{font-size:.74rem;line-height:1.16;min-height:auto}.products-panel .products-grid .product-body p{font-size:.62rem}.products-panel .products-grid .price-row strong{font-size:.82rem}.products-panel .products-grid .price-row del{font-size:.64rem}.products-panel .products-grid .add-mini,.products-panel .products-grid .product-card button{padding:8px 9px}@media(max-width:640px){.products-panel .products-grid{grid-auto-columns:minmax(186px,186px);gap:10px}.products-panel .products-grid .product-image{height:176px}.products-panel .products-grid .product-body{padding:9px}.products-panel .products-grid .product-body h3{font-size:.78rem}.products-panel .products-grid .product-body p{font-size:.66rem}.category-page-hero{padding:20px 18px}.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.agency-product-section{padding:18px}}.category-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.category-option-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:28px;padding:22px;display:grid;gap:18px;box-shadow:0 16px 36px #291f100f}.category-option-head{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.category-option-head strong{display:block;color:#17120d;font-size:1.08rem}.category-option-head small{display:block;color:#7b6954;line-height:1.6;margin-top:6px}.category-section-list{display:flex;flex-wrap:wrap;gap:10px}.category-section-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;background:#f8eedc;color:#8f622a;border:1px solid #efd8af;font-weight:800}.category-section-chip:hover,.category-section-chip.active{background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;border-color:transparent}.category-subsections-panel{display:grid;gap:16px}.category-subsections-panel .section-head{margin-bottom:0}body[data-theme=light] .category-option-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .category-option-head strong{color:#18130f}body[data-theme=light] .category-option-head small{color:#7a6448}body[data-theme=light] .primary-category-pill{background:#fffaf2;color:#7a6448;border-color:#b8894e29;box-shadow:0 12px 28px #261d1114}body[data-theme=light] .primary-category-pill:hover{color:#18130f;border-color:#b8894e47}body[data-theme=light] .secondary-category-pill{background:#fffaf2;color:#7a6448;border-color:#b8894e29}body[data-theme=light] .secondary-category-pill:hover{background:#f8efdf;color:#18130f;border-color:#b8894e47}body[data-theme=light] .secondary-category-pill.active{color:#fff8ec}body[data-theme=light] .secondary-category-pill.all{background:#17120d;color:#f2d39f}@media(max-width:640px){.primary-category-bar{margin-top:-8px}.primary-category-bar-track{gap:10px;padding-bottom:2px}.primary-category-pill{min-height:44px;padding:0 14px;border-radius:15px;font-size:.84rem}.secondary-category-bar{margin-top:-16px}.secondary-category-bar-track{gap:8px}.secondary-category-pill{min-height:36px;padding:0 12px;font-size:.76rem}.category-directory-grid{grid-template-columns:1fr;gap:14px}.category-option-card{padding:18px}.category-section-chip{width:100%;justify-content:flex-start}}.search-options-list{display:grid;gap:14px}.search-option-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:26px;padding:18px 20px;display:grid;gap:14px;box-shadow:0 16px 36px #291f100f}.search-option-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-option-title{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.search-option-title strong{display:block;color:#17120d;font-size:1.04rem}.search-option-title small{display:block;color:#7b6954;line-height:1.55;margin-top:4px}.search-option-link{display:inline-flex;align-items:center;justify-content:center;min-width:86px;min-height:40px;border-radius:999px;background:#17120d;color:#fff8ec;font-weight:800;padding:0 16px}.search-option-link:hover{background:#d8a556;color:#17120d}body[data-theme=light] .search-option-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .search-option-title strong{color:#18130f}body[data-theme=light] .search-option-title small{color:#7a6448}@media(max-width:640px){.search-option-card{padding:16px}.search-option-head{display:grid;gap:12px}.search-option-link{width:100%}}.category-search-box{display:flex;align-items:center;gap:10px;background:#fffdf9;border:1px solid #f0e2ca;border-radius:22px;padding:14px 16px;color:#9b6d32}.category-search-box input{width:100%;border:0;background:transparent;color:#17120d;font-size:1rem;outline:none}.category-search-box input::placeholder{color:#9d8567}.mini-category-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.mini-category-item{display:grid;gap:10px}.mini-category-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:180px;min-height:46px;padding:0 12px;border-radius:16px;border:1px solid #efd8af;background:transparent;color:#fff;box-shadow:none;font-size:.92rem}.mini-category-label{display:flex;align-items:center;gap:8px;font-weight:800}.mobile-categories-toggle{display:none;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 14px;border-radius:16px;border:1px solid #efd8af;background:#fffdf9;color:#17120d;box-shadow:0 10px 22px #291f100f;font-size:.92rem;font-weight:800}.mini-category-arrow{transition:transform .2s ease}.mini-category-item.open .mini-category-arrow,.mobile-categories-toggle.open .mini-category-arrow{transform:rotate(180deg)}.mini-category-sections{display:flex;flex-wrap:wrap;gap:6px;max-width:280px;padding:0 2px}.mini-section-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 10px;border-radius:999px;background:transparent;color:#fff;font-size:.8rem;font-weight:700;border:1px solid #efd8af}.mini-section-link:hover{background:transparent;color:#d8a556;border-color:#d8a556}body[data-theme=light] .category-search-box{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .mini-category-trigger,body[data-theme=light] .mini-section-link{background:transparent;border-color:#b8894e47}body[data-theme=light] .category-search-box input{color:#18130f}body[data-theme=light] .mini-category-trigger{color:#fff}body[data-theme=light] .mobile-categories-toggle{background:#fffaf2;border-color:#b8894e29;color:#18130f}@media(max-width:640px){.category-search-box{padding:12px 14px}.mobile-categories-toggle{display:flex}.mini-category-row{display:none;grid-template-columns:1fr}.mini-category-row.mobile-open{display:grid}.mini-category-trigger{width:100%;min-width:0}.mini-category-sections{max-width:none}}.image-promo-hero{position:relative;padding:18px;min-height:420px;display:block;overflow:hidden}.promo-slide-frame{display:block;position:relative;min-height:380px;border-radius:26px;background:linear-gradient(135deg,#1a1410,#352515 55%,#d8a556);background-size:cover;background-position:center;overflow:hidden}.promo-slide-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005,#00000047 55%,#00000094)}.promo-slide-overlay{position:absolute;right:26px;bottom:26px;z-index:2;display:grid;gap:10px;max-width:420px;color:#fff}.promo-slide-tag{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:34px;padding:0 14px;border-radius:999px;background:#fff8ec24;border:1px solid rgba(255,248,236,.26);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:800}.promo-slide-overlay strong{font-size:clamp(1.8rem,3vw,3.2rem);line-height:1.05}.promo-slide-overlay small{font-size:1rem;color:#f1e2cc}.image-promo-hero .hero-dots{position:absolute;right:26px;bottom:18px;left:auto;transform:none;z-index:3}.image-promo-hero .slider-arrow{top:24px;transform:none}.image-promo-hero .slider-arrow.next{left:20px}.image-promo-hero .slider-arrow.prev{right:20px}.image-promo-hero.promo-red .promo-slide-frame{background:linear-gradient(135deg,#1d120f,#4f2319 52%,#b96e32)}.image-promo-hero.promo-gold .promo-slide-frame{background:linear-gradient(135deg,#16110c,#58401d 52%,#d8a556)}.image-promo-hero.promo-dark .promo-slide-frame{background:linear-gradient(135deg,#090909,#171717 52%,#3c2e21)}body[data-theme=light] .image-promo-hero{background:linear-gradient(135deg,#fffaf1,#f4e8d4 52%,#edd4a7);border-color:#b8894e29}body[data-theme=light] .promo-slide-frame{box-shadow:0 18px 40px #261d111f}@media(max-width:640px){.image-promo-hero{padding:14px;min-height:290px}.promo-slide-frame{min-height:250px;border-radius:22px}.promo-slide-overlay{right:18px;left:18px;bottom:22px;max-width:none}.promo-slide-overlay strong{font-size:1.65rem}.promo-slide-overlay small{font-size:.88rem}.image-promo-hero .hero-dots{right:18px;bottom:14px}.image-promo-hero .slider-arrow{top:14px;width:38px;height:38px}}.bottom-more{position:relative;height:62px;display:flex;align-items:center;justify-content:center}.bottom-more-trigger{width:100%;height:62px;border:0;background:transparent;color:#c1a070;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-weight:800;font-size:.84rem}.bottom-more.open .bottom-more-trigger,.bottom-more-trigger:hover{color:#fff}.bottom-more-menu{position:absolute;bottom:74px;right:0;min-width:180px;background:#0c0c0cfa;border:1px solid rgba(222,183,122,.16);border-radius:20px;box-shadow:0 18px 50px #00000059;padding:8px;display:grid;gap:6px}.bottom-more-item{min-height:44px;padding:0 12px;border-radius:14px;display:flex;align-items:center;gap:10px;color:#e7cfab;font-weight:800}.bottom-more-item:hover{background:#ffffff0f;color:#fff}body[data-theme=light] .bottom-more-trigger{color:#8e7556}body[data-theme=light] .bottom-more.open .bottom-more-trigger,body[data-theme=light] .bottom-more-trigger:hover{color:var(--gold-2)}body[data-theme=light] .bottom-more-menu{background:#fffcf6fa;border-color:#b8894e2e;box-shadow:0 18px 50px #261d111f}body[data-theme=light] .bottom-more-item{color:#7a6448}body[data-theme=light] .bottom-more-item:hover{background:#f4ead8;color:#18130f}.footer-brand-block,.footer-links-list,.footer-contact-list{display:grid;gap:12px}.footer-title-row{display:flex;align-items:center;gap:10px;color:#fff}.footer-inline-link,.footer-text-link{color:#dcc29a;transition:.2s}.footer-inline-link{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.footer-email-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.footer-email-link{flex:1 1 220px;min-width:0}.footer-links-list{align-content:start}.footer-text-link{display:inline-flex;align-items:center;gap:8px;min-height:34px}.footer-inline-link:hover,.footer-text-link:hover{color:#fff}.footer-service-link{font-weight:700}.footer-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px}.footer-inline-socials{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.footer-social-link{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#ffffff0a;border:1px solid rgba(222,183,122,.18);color:var(--gold-2);transition:.2s}.footer-social-link.inline{width:36px;height:36px;border-radius:12px}.footer-social-link:hover{transform:translateY(-2px);color:#fff;border-color:#deb77a59}body[data-theme=light] .footer-title-row{color:var(--ink)}body[data-theme=light] .footer-inline-link,body[data-theme=light] .footer-text-link{color:#7a6448}body[data-theme=light] .footer-inline-link:hover,body[data-theme=light] .footer-text-link:hover{color:#18130f}body[data-theme=light] .footer-social-link{background:#fffaf1;border-color:#b8894e2e;color:#9c7441}body[data-theme=light] .footer-social-link:hover{color:#18130f;border-color:#b8894e52}@media(max-width:640px){body{font-size:13px}.panel-card{padding:16px 12px;border-radius:18px}.section-head{gap:8px;margin-bottom:16px}.section-head h2,.page h1{font-size:1.28rem}.section-head p,.section-head span,.muted{font-size:.78rem}.market-pill{padding:5px 10px;font-size:.74rem}.primary-btn,.secondary-btn{padding:9px 12px;font-size:.8rem}.service-strip div{padding:10px 12px;font-size:.8rem;border-radius:16px}.market-category-card{min-height:112px;padding:10px}.market-category-card strong{font-size:.74rem}.market-category-card small{font-size:.64rem}.explore-category-card{min-height:148px;padding:12px 10px 10px}.explore-category-card strong{font-size:.74rem}.explore-category-image-wrap{min-height:78px}.explore-category-image,.explore-category-fallback{height:78px;max-width:78px;font-size:.68rem}.product-card{border-radius:18px}.products-grid{gap:8px}.products-grid .product-image{height:124px;padding:7px}.products-grid .product-body{padding:9px;gap:6px}.products-grid .product-body h3{font-size:.8rem}.products-grid .product-body p{font-size:.66rem}.products-grid .price-row strong{font-size:.92rem}.products-grid .price-row del{font-size:.7rem}.products-grid .category,.products-grid .stock-state{font-size:.64rem}.products-grid .add-mini,.products-grid .product-card button{padding:8px 9px;font-size:.76rem}.category-page-hero{padding:14px 12px}.category-page-hero h1,.profile-copy h1{font-size:1.4rem}.category-page-hero p,.profile-copy p{font-size:.78rem}.profile-avatar-large{width:66px;height:66px;font-size:1.2rem;border-radius:18px}.profile-details-grid,.profile-links-grid{grid-template-columns:1fr;gap:12px}.profile-detail-card,.profile-link-card{padding:14px;border-radius:18px}.orders-list{gap:8px}.order-card{padding:12px;border-radius:16px}.order-card strong{font-size:.84rem}.order-card p,.order-card span,.order-card b{font-size:.74rem}}.account-page-shell{display:grid;gap:20px}.account-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#111,#18120c 58%,#2a1d12);border:1px solid rgba(222,183,122,.16)}.account-hero-main{display:flex;align-items:center;gap:18px}.account-icon-badge{width:82px;height:82px;border-radius:24px;background:linear-gradient(135deg,#fff7ea,#deb77a);color:#17120d;display:grid;place-items:center;box-shadow:0 16px 34px #deb77a24}.account-copy{display:grid;gap:10px}.account-copy h1{margin:0;font-size:clamp(2rem,3vw,2.8rem);color:#fff}.account-copy p{margin:0;max-width:620px;color:#eadcc6;line-height:1.8}.account-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.account-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.account-stat-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:24px;padding:20px;display:grid;gap:8px;box-shadow:0 16px 36px #291f100f}.account-stat-card span{color:#7b6954;font-size:.92rem}.account-stat-card strong{color:#17120d;font-size:1.55rem}.account-content-panel{display:grid;gap:18px}.account-empty-state{display:grid;justify-items:center;gap:12px;padding:36px 18px;text-align:center}.account-empty-icon{width:62px;height:62px;border-radius:20px;background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;display:grid;place-items:center}.account-empty-state strong{font-size:1.15rem;color:#fff}.account-empty-state p{margin:0;max-width:520px;color:var(--muted)}.account-empty-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.account-info-layout{display:grid;grid-template-columns:1.3fr .9fr;gap:18px}.account-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.account-info-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:22px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;box-shadow:0 16px 36px #291f100f}.account-info-icon{width:38px;height:38px;border-radius:12px;background:#f8eedc;color:#9b6d32;display:grid;place-items:center}.account-info-card strong{display:block;color:#17120d;margin-bottom:4px}.account-info-card p{margin:0;color:#7b6954;line-height:1.6}.profile-identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.profile-qr-card,.profile-discount-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:24px;padding:20px;display:grid;gap:16px;box-shadow:0 16px 36px #291f100f}.profile-qr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-qr-head strong{display:block;color:#17120d}.profile-qr-head span{display:block;margin-top:5px;color:#7b6954;line-height:1.7}.profile-qr-box{width:220px;max-width:100%;aspect-ratio:1/1;margin-inline:auto;padding:12px;border-radius:24px;background:#fffaf2;border:1px solid #ecd9b7;display:grid;place-items:center}.profile-qr-box img{width:100%;height:100%;object-fit:contain}.profile-qr-empty{width:100%;height:100%;border-radius:18px;background:#f2e5d1;color:#8a622e;display:grid;place-items:center;font-weight:900;font-size:1.5rem}.profile-customer-code{text-align:center;display:grid;gap:6px}.profile-customer-code small{color:#7b6954}.profile-customer-code strong{color:#17120d;font-size:1.18rem;letter-spacing:1px}.profile-private-codes{display:grid;gap:10px}.profile-private-code-item{padding:14px 16px;border-radius:18px;background:#fffaf2;border:1px solid #ecd9b7}.profile-private-code-item strong{display:block;color:#17120d}.profile-private-code-item p{margin:6px 0 0;color:#7b6954;line-height:1.7}.profile-private-code-empty{padding:16px;border-radius:18px;background:#fffaf2;border:1px dashed #ecd9b7;color:#7b6954;text-align:center}.settings-page-panel{display:grid;gap:24px}.settings-form{display:grid;gap:22px}.settings-avatar-block{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px;border-radius:24px;background:#fffdf9;border:1px solid #f0e2ca;box-shadow:0 16px 36px #291f100f}.settings-avatar-preview{width:84px;height:84px;border-radius:24px;background:#1f1812;color:#fff8ec;display:grid;place-items:center;font-size:1.4rem;font-weight:900;overflow:hidden}.settings-avatar-image{width:100%;height:100%;object-fit:cover;object-position:center}.settings-avatar-copy{display:grid;gap:6px}.settings-avatar-copy strong{color:#17120d}.settings-avatar-copy span{color:#7b6954}.settings-upload-pill{justify-content:center}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-addresses-block{display:grid;gap:16px}.settings-add-address{min-height:46px;padding-inline:16px}.settings-addresses-stack{display:grid;gap:14px}.settings-address-editor{display:grid;gap:16px;padding:18px;border-radius:24px;background:linear-gradient(135deg,#fffefb,#f8f0e3);border:1px solid #efdcb9;box-shadow:0 18px 40px #291f1014}.settings-address-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-address-toolbar strong{color:#17120d;font-size:1.02rem}.settings-address-close{border-color:#ead6b5;background:#fff7ea;color:#7d5d32}.settings-address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-inline-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.settings-address-summary{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:18px;border-radius:24px;background:#fffdf9;border:1px solid #f0e2ca;box-shadow:0 16px 36px #291f100f}.settings-address-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;box-shadow:0 12px 28px #2b1f102e}.settings-address-copy{display:grid;gap:4px;min-width:0}.settings-address-copy strong{color:#17120d}.settings-address-copy p{margin:0;color:#7b6954;line-height:1.7}.settings-address-copy span{color:#4c3b2b;line-height:1.8}.settings-address-copy small{color:#8e7556;line-height:1.7}.settings-address-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.settings-address-empty{display:flex;align-items:center;justify-content:center;gap:10px;min-height:110px;padding:18px;border-radius:22px;border:1px dashed #e5cfaa;background:#fffaf1;color:#8a6a40;font-weight:800}.settings-save-btn{width:max-content}.avatar-crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#080808b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}.avatar-crop-modal{width:min(560px,100%);display:grid;gap:18px;padding:22px;border-radius:28px;background:#111;border:1px solid rgba(222,183,122,.14);box-shadow:0 24px 70px #00000061}.avatar-crop-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.avatar-crop-head h2{margin:0;color:#fff;font-size:1.4rem}.avatar-crop-head p{margin:8px 0 0;color:var(--muted);line-height:1.8}.avatar-crop-close{width:42px;height:42px}.avatar-crop-stage{display:grid;place-items:center;padding:10px}.avatar-crop-frame{position:relative;width:min(320px,100%);aspect-ratio:1;border-radius:34px;overflow:hidden;background:radial-gradient(circle at top,#deb77a24,#17120dfa 60%);border:1px solid rgba(222,183,122,.2);box-shadow:inset 0 0 0 999px #00000014;cursor:grab}.avatar-crop-frame:active{cursor:grabbing}.avatar-crop-frame:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:2px solid rgba(255,248,236,.95);border-radius:28px;box-shadow:0 0 0 999px #00000029;pointer-events:none}.avatar-crop-image{position:absolute;top:50%;left:50%;-webkit-user-select:none;user-select:none;max-width:none;pointer-events:none}.avatar-crop-controls{display:grid;gap:10px}.avatar-crop-controls input[type=range]{margin:0}.avatar-crop-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.quick-links-panel{display:grid;gap:14px}.quick-links-list{display:grid;gap:10px}.quick-link-item{background:#fffdf9;border:1px solid #f0e2ca;border-radius:20px;padding:16px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;box-shadow:0 16px 36px #291f100f}.quick-link-item strong{display:block;color:#17120d;margin-bottom:4px}.quick-link-item span{display:block;color:#7b6954;line-height:1.55}.orders-timeline{display:grid;gap:14px}.order-showcase-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:24px;padding:18px 20px;display:grid;gap:16px;box-shadow:0 16px 36px #291f100f}.order-progress-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start;direction:ltr}.order-progress-track.is-cancelled{grid-template-columns:repeat(2,minmax(0,1fr))}.order-progress-step{position:relative;display:grid;justify-items:center;gap:10px;text-align:center;direction:rtl}.order-progress-step:before{content:"";position:absolute;top:16px;left:calc(50% + 24px);width:calc(100% - 6px);height:4px;border-radius:999px;background:#eadbc0}.order-progress-step:last-child:before{display:none}.order-progress-marker{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f4e7d2;border:2px solid #ddc191;color:#94652e;font-weight:900;box-shadow:0 10px 20px #291f1014}.order-progress-step strong{font-size:.83rem;line-height:1.5;color:#8a7151}.order-progress-step.is-completed:before{background:linear-gradient(90deg,#3e9b61,#7ad49b)}.order-progress-step.is-active:before{background:linear-gradient(90deg,#c99953,#e4c28d)}.order-progress-step.is-completed .order-progress-marker{background:linear-gradient(135deg,#2f8a52,#79cf97);border-color:#2f8a52;color:#f5fff8}.order-progress-step.is-active .order-progress-marker{background:#17120d;border-color:#17120d;color:#deb77a}.order-progress-step.is-completed strong{color:#2f8a52}.order-progress-step.is-active strong{color:#17120d}.order-progress-track.is-cancelled .order-progress-step:not(:first-child):before{background:#efd4d4}.order-progress-track.is-cancelled .order-progress-step.is-cancelled .order-progress-marker{background:#f9e6e6;border-color:#d68888;color:#a94e4e}.order-progress-track.is-cancelled .order-progress-step.is-cancelled strong{color:#a94e4e}.order-wallet-note{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:16px;background:#f7eddc;color:#8a622e;font-weight:800}.order-actions-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.order-cancel-btn,.order-support-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:16px;border:0;font-weight:900;box-shadow:0 14px 30px #291f101a;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.order-cancel-btn{background:linear-gradient(135deg,#b24040,#e47a7a);color:#fff5f5}.order-support-btn{background:linear-gradient(135deg,#111,#2d2115 58%,#deb77a 130%);color:#fff7ea}.order-cancel-btn:hover,.order-support-btn:hover{transform:translateY(-2px);filter:brightness(1.03)}.order-cancel-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.order-cancel-note{font-size:.9rem;line-height:1.8}.order-showcase-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.order-showcase-top strong{display:block;font-size:1.02rem;color:#17120d}.order-showcase-top p{margin:6px 0 0;color:#7b6954}.order-status-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;background:#f8eedc;color:#8f622a;font-weight:800}.order-showcase-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.order-meta-box{background:#fff7ea;border:1px solid #efd8af;border-radius:18px;padding:14px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start}.order-meta-box span{display:block;color:#8a7151;font-size:.84rem}.order-meta-box strong{display:block;color:#17120d;margin-top:4px}.product-rating-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:8px 0 14px}.product-rating-summary strong{font-size:1.02rem;color:#fff}.product-rating-summary span{color:var(--muted)}.product-stars{display:flex;align-items:center;gap:4px;color:#deb77a42}.product-stars.small{gap:3px}.product-stars .filled{fill:currentColor;color:var(--gold)}.product-reviews-panel{display:grid;gap:18px;margin-top:28px;padding-top:24px;border-top:1px solid rgba(222,183,122,.14)}.product-review-form{display:grid;gap:14px;padding:18px;border-radius:24px;background:#171717;border:1px solid rgba(222,183,122,.12)}.product-review-form textarea{width:100%;min-height:120px;background:#181818;color:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;resize:vertical}.product-review-rating{display:grid;gap:10px}.product-review-rating span{font-weight:800;color:#fff}.product-review-stars-picker{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-review-stars-picker button{width:42px;height:42px;border-radius:14px;border:1px solid rgba(222,183,122,.14);background:#111;color:#deb77a4d;display:grid;place-items:center}.product-review-stars-picker button.active{color:var(--gold);background:#21180f;border-color:#deb77a42}.product-review-stars-picker button.active svg{fill:currentColor}.product-reviews-list{display:grid;gap:14px}.product-review-card,.product-reviews-empty{padding:18px;border-radius:22px;background:#171717;border:1px solid rgba(222,183,122,.12)}.product-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.product-review-head strong{display:block;color:#fff}.product-review-head span{display:block;color:var(--muted);margin-top:4px}.product-review-card p,.product-reviews-empty{margin:0;color:#e7d5ba;line-height:1.85}body[data-theme=light] .account-hero{background:linear-gradient(135deg,#fffaf1,#f4e8d4 52%,#edd4a7);border-color:#b8894e29}body[data-theme=light] .account-copy h1{color:#18130f}body[data-theme=light] .account-copy p{color:#5b4833}body[data-theme=light] .account-stat-card,body[data-theme=light] .account-info-card,body[data-theme=light] .profile-qr-card,body[data-theme=light] .profile-discount-card,body[data-theme=light] .quick-link-item,body[data-theme=light] .order-showcase-card,body[data-theme=light] .settings-avatar-block,body[data-theme=light] .settings-address-summary{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .settings-address-editor{background:linear-gradient(135deg,#fffdf9,#f7efdf);border-color:#b8894e2e}body[data-theme=light] .avatar-crop-modal{background:#fffdf8;border-color:#b8894e2e}body[data-theme=light] .avatar-crop-head h2{color:#18130f}body[data-theme=light] .avatar-crop-frame{background:radial-gradient(circle at top,#deb77a2e,#f5ecdefa 60%);border-color:#b8894e2e}body[data-theme=light] .avatar-crop-frame:after{border-color:#fffdf8;box-shadow:0 0 0 999px #18130f1f}body[data-theme=light] .order-wallet-note{background:#f7eddc;color:#8a622e}body[data-theme=light] .order-cancel-btn{background:linear-gradient(135deg,#b94444,#e88a8a);color:#fff9f9}body[data-theme=light] .order-support-btn{background:linear-gradient(135deg,#18130f,#5f4324 70%,#d8b27a 125%);color:#fffaf2}body[data-theme=light] .order-progress-step:before{background:#eadbc0}body[data-theme=light] .order-progress-marker{background:#f4e7d2;border-color:#ddc191;color:#94652e}body[data-theme=light] .order-progress-step strong{color:#8a7151}body[data-theme=light] .order-progress-step.is-completed:before{background:linear-gradient(90deg,#3e9b61,#7ad49b)}body[data-theme=light] .order-progress-step.is-active:before{background:linear-gradient(90deg,#c99953,#e4c28d)}body[data-theme=light] .order-progress-step.is-completed .order-progress-marker{background:linear-gradient(135deg,#2f8a52,#79cf97);border-color:#2f8a52;color:#f5fff8}body[data-theme=light] .order-progress-step.is-active .order-progress-marker{background:#18130f;border-color:#18130f;color:#deb77a}body[data-theme=light] .order-progress-step.is-completed strong{color:#2f8a52}body[data-theme=light] .order-progress-step.is-active strong{color:#18130f}body[data-theme=light] .order-progress-track.is-cancelled .order-progress-step:not(:first-child):before{background:#efd4d4}body[data-theme=light] .order-progress-track.is-cancelled .order-progress-step.is-cancelled .order-progress-marker{background:#f9e6e6;border-color:#d68888;color:#a94e4e}body[data-theme=light] .order-progress-track.is-cancelled .order-progress-step.is-cancelled strong{color:#a94e4e}body[data-theme=light] .account-stat-card strong,body[data-theme=light] .account-info-card strong,body[data-theme=light] .quick-link-item strong,body[data-theme=light] .order-showcase-top strong,body[data-theme=light] .order-meta-box strong,body[data-theme=light] .settings-avatar-copy strong{color:#18130f}body[data-theme=light] .account-stat-card span,body[data-theme=light] .account-info-card p,body[data-theme=light] .quick-link-item span,body[data-theme=light] .order-showcase-top p,body[data-theme=light] .order-meta-box span,body[data-theme=light] .settings-avatar-copy span{color:#7a6448}body[data-theme=light] .order-status-pill,body[data-theme=light] .order-meta-box,body[data-theme=light] .account-info-icon{background:#f8efdf;border-color:#ecd5af}body[data-theme=light] .product-rating-summary strong,body[data-theme=light] .product-review-rating span,body[data-theme=light] .product-review-head strong{color:#18130f}body[data-theme=light] .product-review-form,body[data-theme=light] .product-review-card,body[data-theme=light] .product-reviews-empty{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .product-review-form textarea{background:#f7f0e4;color:#18130f}body[data-theme=light] .product-review-stars-picker button{background:#fffdf8;border-color:#b8894e29}body[data-theme=light] .product-review-stars-picker button.active{background:#f8efdf;border-color:#b8894e3d}body[data-theme=light] .product-review-head span,body[data-theme=light] .product-review-card p,body[data-theme=light] .product-reviews-empty,body[data-theme=light] .product-rating-summary span{color:#7a6448}body[data-theme=light] .profile-qr-head strong,body[data-theme=light] .profile-customer-code strong,body[data-theme=light] .profile-private-code-item strong{color:#18130f}body[data-theme=light] .profile-qr-head span,body[data-theme=light] .profile-customer-code small,body[data-theme=light] .profile-private-code-item p,body[data-theme=light] .profile-private-code-empty{color:#7a6448}body[data-theme=light] .profile-qr-box,body[data-theme=light] .profile-private-code-item,body[data-theme=light] .profile-private-code-empty{background:#fffdf8;border-color:#b8894e29}body[data-theme=light] .settings-address-copy strong{color:#18130f}body[data-theme=light] .settings-address-copy p{color:#7b6954}body[data-theme=light] .settings-address-copy span{color:#4c3b2b}body[data-theme=light] .settings-address-empty{background:#fff8ec;border-color:#ead8bb;color:#8a6a40}@media(max-width:900px){.account-hero{display:grid}.account-stats-grid,.account-info-grid,.order-showcase-bottom,.settings-grid{grid-template-columns:1fr 1fr}.account-info-layout,.profile-identity-grid,.customer-care-layout,.customer-care-summary,.customer-care-actions-grid,.settings-address-grid,.settings-address-summary{grid-template-columns:1fr}}@media(max-width:640px){.account-hero{padding:16px 14px;border-radius:20px}.account-hero-main{align-items:flex-start}.account-icon-badge{width:64px;height:64px;border-radius:18px}.account-copy h1{font-size:1.5rem}.account-copy p{font-size:.8rem}.account-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-stats-grid,.account-info-grid,.order-showcase-bottom,.settings-grid{grid-template-columns:1fr;gap:10px}.account-stat-card,.account-info-card,.quick-link-item,.order-showcase-card,.profile-qr-card,.profile-discount-card,.customer-care-summary-card,.customer-care-user-card,.customer-care-history-item{padding:14px;border-radius:18px}.settings-avatar-block{grid-template-columns:1fr;justify-items:start;padding:14px;border-radius:20px}.settings-avatar-preview{width:72px;height:72px;border-radius:20px}.settings-address-editor,.settings-address-summary{padding:14px;border-radius:18px}.settings-address-toolbar,.settings-inline-actions,.settings-address-actions{display:grid;grid-template-columns:1fr}.settings-address-icon{width:46px;height:46px;border-radius:16px}.settings-save-btn,.settings-add-address{width:100%}.avatar-crop-overlay{padding:12px}.avatar-crop-modal{padding:16px;border-radius:22px}.avatar-crop-head,.avatar-crop-actions{display:grid;grid-template-columns:1fr}.avatar-crop-frame{width:min(100%,300px);border-radius:26px}.avatar-crop-frame:after{top:14px;right:14px;bottom:14px;left:14px;border-radius:22px}.account-stat-card strong{font-size:1.2rem}.order-progress-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.order-progress-track.is-cancelled{grid-template-columns:repeat(2,minmax(0,1fr))}.order-progress-step:before{display:block;top:14px;left:calc(50% + 18px);width:calc(100% - 2px);height:3px}.order-progress-marker{width:28px;height:28px}.order-progress-marker svg{width:14px;height:14px}.order-progress-step strong{font-size:.7rem;line-height:1.35}.order-showcase-top,.order-actions-row{display:grid;gap:10px}.order-cancel-btn,.order-support-btn{width:100%}.order-status-pill{width:max-content}.account-empty-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}.customer-care-meta-grid{grid-template-columns:1fr}}.auth-extended-card{display:grid;gap:14px}.password-field{position:relative;display:flex;align-items:center}.password-field input{padding-inline-start:48px!important}.password-toggle{position:absolute;left:10px;display:grid;place-items:center;width:34px;height:34px;border-radius:12px;border:0;background:transparent;color:var(--muted)}.field-hint{margin:-4px 2px 0;color:var(--muted);font-size:.82rem;line-height:1.6}.otp-inline-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.otp-action-btn{min-width:132px;justify-content:center}.otp-status-row{display:flex;justify-content:flex-start}.otp-status-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:#2b1616;color:#ffd6d6;font-size:.82rem;font-weight:800}.otp-status-chip.verified{background:#182816;color:#dff5d7}.auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-mode-btn{min-height:44px;border-radius:16px;border:1px solid rgba(222,183,122,.14);background:#171717;color:#e8d3b2;font-weight:800}.auth-mode-btn.active{background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;border-color:transparent}.auth-helper-links{margin:0;text-align:center}.password-setup-card{max-width:520px;margin:32px auto}.password-setup-user{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:#171717;border:1px solid rgba(222,183,122,.12)}.password-setup-user strong{color:#fff}.password-setup-user span{color:var(--muted)}.password-setup-logout{justify-content:center}.auth-divider{position:relative;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:800}.auth-divider:before{content:"";position:absolute;right:0;left:0;height:1px;background:#deb77a1f}.auth-divider span{position:relative;padding:0 12px;background:#111}.social-login-stack{display:grid;gap:10px}.google-signin-host{display:grid;justify-content:center;min-height:44px}.google-signin-host>div{margin-inline:auto}.social-fallback-btn{width:100%}.icons-only-social-login{display:flex;align-items:center;justify-content:center;gap:12px}.social-icon-btn{width:52px;height:52px;border-radius:50%;border:1px solid rgba(222,183,122,.16);display:grid;place-items:center;color:#fff;box-shadow:0 10px 22px #2b1f101f;transition:.2s}.social-icon-btn:hover{transform:translateY(-2px)}.google-social-btn{background:#fff;color:#1f1f1f}.social-icon-disabled{opacity:.72}.google-icon-mark{font-size:1.25rem;font-weight:900;line-height:1;background:linear-gradient(90deg,#4285f4 0,#4285f4 25%,#ea4335 25%,#ea4335 50%,#fbbc05 50%,#fbbc05 75%,#34a853 75%,#34a853);-webkit-background-clip:text;background-clip:text;color:transparent}.checkout-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.checkout-panel{background:#111;border:1px solid rgba(222,183,122,.12);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.checkout-summary-panel{position:sticky;top:110px}.checkout-payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-loyalty-box{display:grid;gap:12px;padding:16px;border-radius:20px;background:#151515;border:1px solid rgba(222,183,122,.12)}.checkout-loyalty-box strong{color:var(--gold)}.checkout-saved-addresses{display:grid;gap:10px}.checkout-saved-address-card{width:100%;text-align:right;display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid rgba(222,183,122,.14);background:#171717;color:#fff;transition:.2s}.checkout-saved-address-card:hover{transform:translateY(-1px);border-color:#deb77a47}.checkout-saved-address-card.active{border-color:var(--gold);background:linear-gradient(135deg,#deb77a1f,#ffffff05);box-shadow:0 12px 30px #b8894e1f}.checkout-saved-address-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800;color:#fff}.checkout-saved-address-card small{color:var(--gold-2);font-size:.82rem}.checkout-saved-address-card p{margin:0;color:var(--muted);line-height:1.7}.checkout-points-toggle{justify-content:space-between;flex-wrap:wrap}.checkout-points-toggle span{color:var(--muted);font-size:.85rem}.payment-option-card{display:grid;gap:8px;padding:16px;border-radius:18px;border:1px solid rgba(222,183,122,.14);background:#171717;color:#fff}.payment-option-card input{margin:0;accent-color:var(--gold-2)}.payment-option-card strong{font-size:1rem}.payment-option-card span{color:var(--muted);font-size:.88rem}.payment-option-card.active{border-color:var(--gold);box-shadow:0 12px 30px #b8894e1f}.checkout-review-panel{display:grid;gap:16px}.checkout-review-block{display:grid;gap:8px;padding:16px;border-radius:18px;background:#171717;border:1px solid rgba(222,183,122,.12)}.checkout-review-block p{margin:0;color:#e7d5ba;line-height:1.8}.checkout-policy-copy a{color:var(--gold);font-weight:800}.checkout-review-items{display:grid;gap:10px}.checkout-review-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-review-item small{color:var(--muted)}.checkout-review-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.checkout-success-card{display:grid;gap:16px;justify-items:start;padding:16px 0}.admin-stats-grid{margin-bottom:0}.admin-settings-form{display:grid;gap:18px}.admin-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-checkbox-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.admin-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-slides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-slide-card{display:grid;gap:8px;padding:14px;border-radius:18px;background:#171717;border:1px solid rgba(222,183,122,.12)}.admin-form textarea{width:100%;background:#181818;color:#fff;border:1px solid var(--line);border-radius:14px;padding:.85rem;margin:.35rem 0;min-height:110px;resize:vertical}body[data-theme=light] .auth-divider span{background:var(--surface)}body[data-theme=light] .social-icon-btn{border-color:#b8894e29}body[data-theme=light] .password-toggle{color:#8e7556}body[data-theme=light] .otp-status-chip{background:#f7dfdf;color:#8a4141}body[data-theme=light] .otp-status-chip.verified{background:#e5f3df;color:#3f6d2d}body[data-theme=light] .auth-mode-btn{background:#fffaf2;color:#7a6448;border-color:#b8894e29}body[data-theme=light] .auth-mode-btn.active{color:#fff8ec}body[data-theme=light] .password-setup-user{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .password-setup-user strong{color:#18130f}body[data-theme=light] .payment-option-card,body[data-theme=light] .checkout-panel,body[data-theme=light] .checkout-review-block,body[data-theme=light] .admin-slide-card{background:#fffaf2;border-color:#b8894e29;color:#18130f}body[data-theme=light] .payment-option-card span,body[data-theme=light] .checkout-review-item small,body[data-theme=light] .checkout-review-block p{color:#7a6448}body[data-theme=light] .admin-form textarea{background:#f7f0e4;color:#18130f;border-color:#b8894e29}@media(max-width:900px){.checkout-layout,.admin-settings-grid,.admin-text-grid,.admin-slides-grid,.phone-input-field{grid-template-columns:1fr}}@media(max-width:640px){.checkout-panel,.checkout-success-card{padding:14px;border-radius:18px}.checkout-payment-options{grid-template-columns:1fr;gap:10px}.checkout-review-actions{display:grid;grid-template-columns:1fr;gap:10px}.admin-checkbox-row{display:grid;gap:10px}.otp-inline-row{grid-template-columns:1fr}.otp-action-btn{width:100%}.auth-mode-switch{grid-template-columns:1fr}}.admin-dashboard-page{display:grid;gap:22px;background:transparent;box-shadow:none;padding:0;color:var(--ink)}.admin-dashboard-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}.admin-hero-copy{background:linear-gradient(135deg,#111,#18120c 58%,#2a1d12);border:1px solid rgba(222,183,122,.16);border-radius:28px;padding:28px;display:grid;gap:14px;box-shadow:var(--shadow)}.admin-hero-copy h1{margin:0;font-size:clamp(2rem,3vw,3rem);color:#fff}.admin-hero-copy p{margin:0;color:#eadcc6;line-height:1.9;max-width:680px}.admin-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-kpi-card{background:#fffdf9;border:1px solid #f0e2ca;border-radius:24px;padding:20px;display:grid;gap:8px;box-shadow:0 16px 36px #291f100f}.admin-kpi-card span{color:#7b6954;font-size:.92rem}.admin-kpi-card strong{color:#17120d;font-size:1.8rem}.admin-dashboard-tabs{display:flex;flex-wrap:wrap;gap:12px}.dashboard-tab-btn{min-height:48px;padding:0 16px;border-radius:18px;border:1px solid rgba(222,183,122,.14);background:#111;color:#ead0a6;display:flex;align-items:center;gap:10px;font-weight:800}.dashboard-tab-btn.active{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#191006;border-color:transparent;box-shadow:0 12px 26px #b8894e38}.dashboard-tab-btn b{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--gold-2);color:#fff;display:grid;place-items:center;font-size:.72rem}.admin-dashboard-grid{display:grid;gap:18px}.admin-dashboard-panel{display:none;background:#111;border:1px solid rgba(222,183,122,.12);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.admin-dashboard-panel.active{display:grid;gap:18px}.admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-section-head.compact{align-items:center}.admin-section-head h2,.admin-section-head h3{margin:0;color:#fff}.admin-section-head p{margin:6px 0 0;color:var(--muted)}.admin-search-box{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border-radius:18px;border:1px solid rgba(222,183,122,.14);background:#171717;color:var(--gold)}.admin-search-camera{width:34px;height:34px;border:0;border-radius:12px;background:transparent;color:inherit;display:grid;place-items:center;flex:0 0 auto}.admin-search-camera:hover{background:#deb77a14;color:#fff}.admin-search-box input{width:100%;background:transparent;border:0;outline:0;color:#fff;font-size:.96rem}.admin-search-box input::placeholder{color:var(--muted)}.admin-dashboard-form{display:grid;gap:18px}.admin-dashboard-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-dashboard-form-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-toggle-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-toggle-pill,.admin-file-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(222,183,122,.16);background:#181818;color:#f1e2cb;font-weight:800}.admin-file-pill input{display:none}.admin-submit-btn{width:max-content}.admin-inline-save-btn{width:max-content;margin-top:14px}.admin-table-card{display:grid;gap:14px}.admin-table-wrap{background:#171717}.admin-table-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.accounts-period-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.accounts-period-card{display:grid;gap:14px}.accounts-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.accounts-kpi-card{min-height:88px;padding:14px 16px;border-radius:18px;background:#111;border:1px solid rgba(222,183,122,.12);display:grid;gap:8px}.accounts-kpi-card span{color:var(--muted);font-size:.88rem}.accounts-kpi-card strong{color:#fff;font-size:1.08rem}.table-action-btn{min-height:34px;padding:0 12px;border-radius:999px;background:#20170f;color:#e6c89b;border:1px solid rgba(222,183,122,.14);font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:6px}.table-action-btn.edit{background:#1c1814}.table-action-btn.danger{background:#2b1616;color:#ffd2d2;border-color:#d06e6e29}.customer-care-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.customer-care-results{display:grid;gap:12px}.customer-care-user-card{width:100%;text-align:right;display:grid;gap:8px;padding:16px;border-radius:22px;border:1px solid rgba(222,183,122,.12);background:#171717;color:#fff;transition:.2s}.customer-care-user-card.active{border-color:var(--gold);background:linear-gradient(135deg,#deb77a1f,#ffffff05);box-shadow:0 14px 34px #00000038}.customer-care-user-head{display:flex;align-items:center;gap:12px}.customer-care-user-avatar{width:48px;height:48px;border-radius:16px;background:#20170f;color:#f7e2bf;display:grid;place-items:center;font-weight:900;overflow:hidden;flex:0 0 auto}.customer-care-user-avatar.large{width:62px;height:62px;border-radius:20px}.customer-care-user-avatar img{width:100%;height:100%;object-fit:cover}.customer-care-user-card strong{display:block;color:#fff}.customer-care-user-card span{display:block;color:var(--gold-2);font-size:.84rem}.customer-care-user-card p,.customer-care-user-card small{margin:0;color:var(--muted);line-height:1.7}.customer-care-workspace{display:grid;gap:18px}.customer-care-summary{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.customer-care-summary-card{background:#171717;border:1px solid rgba(222,183,122,.12);border-radius:24px;padding:18px;display:grid;gap:16px}.customer-care-summary-head{display:flex;align-items:center;gap:14px}.customer-care-summary-head strong{display:block;color:#fff;font-size:1.05rem}.customer-care-summary-head span,.customer-care-summary-head small{display:block;color:var(--muted);margin-top:4px}.customer-care-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-care-meta-grid div{min-height:48px;padding:0 14px;border-radius:16px;background:#111;border:1px solid rgba(222,183,122,.1);display:flex;align-items:center;gap:10px;color:#f2e3cb}.customer-care-discounts{display:grid;gap:10px}.customer-care-discount-chip{padding:12px 14px;border-radius:16px;background:#111;border:1px solid rgba(222,183,122,.1);display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-care-discount-chip strong{color:#fff}.customer-care-discount-chip span{color:var(--gold)}.customer-care-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customer-care-action-card.wide{grid-column:1/-1}.customer-care-card-head{display:flex;align-items:center;gap:10px;color:var(--gold);font-weight:900}.customer-care-inline-head{margin-bottom:0}.customer-care-history{display:grid;gap:10px}.customer-care-history-item{padding:14px 16px;border-radius:18px;background:#111;border:1px solid rgba(222,183,122,.1);display:grid;gap:6px}.customer-care-history-item strong{color:#fff;text-transform:capitalize}.customer-care-history-item span{color:var(--gold)}.customer-care-history-item p{margin:0;color:var(--muted);line-height:1.7}.store-purchases-mobile-page{padding:18px}.store-purchases-mobile-shell{display:grid;gap:18px}.store-purchases-mobile-hero{display:grid;gap:14px;padding:18px;border-radius:28px;background:linear-gradient(135deg,#13100c,#1f1811 58%,#342617);border:1px solid rgba(222,183,122,.14)}.store-purchases-mobile-hero h1{margin:10px 0 8px;color:#fff;font-size:clamp(1.6rem,4vw,2.4rem)}.store-purchases-mobile-hero p{margin:0;color:#e6d2b2;line-height:1.8}.store-purchases-mobile-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;width:max-content;padding:0 16px;border-radius:999px;border:1px solid rgba(222,183,122,.16);background:#17120d;color:#f4dfbf;font-weight:800}.store-purchases-mobile-stage{display:grid;gap:14px}.store-purchases-mobile-search-card,.store-purchases-mobile-state,.store-purchases-mobile-customer-card,.store-purchases-mobile-form{border-radius:24px}.store-purchases-mobile-search-card{display:grid;gap:10px;padding:18px;background:#171717;border:1px solid rgba(222,183,122,.12);box-shadow:var(--shadow)}.store-purchases-mobile-search-box{min-height:56px;padding:0 14px;border-radius:18px}.store-purchases-mobile-state{display:grid;gap:12px}.store-purchases-mobile-results{display:grid;gap:10px}.store-purchases-mobile-customer{display:grid;gap:14px}.store-purchases-mobile-customer-card{display:grid;gap:16px;padding:18px;background:linear-gradient(135deg,#deb77a1f,#ffffff05);border:1px solid rgba(222,183,122,.16);box-shadow:var(--shadow)}.store-purchases-mobile-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.store-purchases-mobile-reset{min-height:44px;width:100%;border-radius:16px;border:1px solid rgba(222,183,122,.14);background:#181818;color:#f2dfc1;font-weight:800}.store-purchases-mobile-form{gap:14px}.store-purchases-mobile-submit{width:100%;justify-content:center;min-height:52px}.admin-settings-cluster{display:grid;gap:16px}.admin-setting-card.nested{background:#141414;border:1px solid rgba(222,183,122,.1)}.admin-setting-card{background:#171717;border:1px solid rgba(222,183,122,.12);border-radius:24px;padding:18px;display:grid;gap:16px}.admin-setting-card-head{display:flex;align-items:center;gap:10px;color:var(--gold);font-weight:900}.admin-text-grid.enhanced{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-slides-grid.enhanced{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-slide-card.refined{background:#111;border:1px solid rgba(222,183,122,.12);padding:16px}.admin-field{display:grid;gap:8px}.admin-field-label{font-size:.86rem;color:var(--muted);font-weight:800}.phone-input-field{display:flex;align-items:stretch;gap:10px;direction:ltr;width:100%}.phone-input-field select,.phone-input-field input{width:100%;background:#181818;color:#fff;border:1px solid var(--line);border-radius:14px;padding:.85rem}.phone-input-field select{width:50px;min-width:50px;flex:0 0 50px;padding:.85rem 20px .85rem 6px;font-size:.9rem}.phone-input-field input{flex:1 1 auto;min-width:0}.phone-input-field input{text-align:left}.admin-banner-upload{justify-content:center}.admin-category-groups-stack{display:grid;gap:16px}.admin-category-inventory{display:grid;gap:14px;padding:16px 18px;border-radius:20px;background:#121212;border:1px solid rgba(222,183,122,.12)}.admin-category-inventory-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-category-inventory-head strong{display:block;color:#fff;font-size:1rem}.admin-category-inventory-head span{display:block;margin-top:6px;color:var(--muted);line-height:1.7}.admin-category-inventory-head b{min-width:84px;min-height:40px;padding:0 14px;border-radius:999px;background:#1c1814;border:1px solid rgba(222,183,122,.14);display:grid;place-items:center;color:var(--gold)}.admin-category-inventory-list{display:flex;flex-wrap:wrap;gap:10px}.admin-category-chip{min-width:170px;display:grid;gap:5px;padding:12px 14px;border-radius:16px;background:#171717;border:1px solid rgba(222,183,122,.12)}.admin-category-chip strong{color:#f5ead9;font-size:.94rem}.admin-category-chip span{color:var(--muted);font-size:.82rem}.admin-subsections-stack{display:grid;gap:12px}.admin-subsection-card{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;padding:14px;border-radius:18px;background:#111;border:1px solid rgba(222,183,122,.12)}body[data-theme=light] .admin-dashboard-page{color:var(--ink)}body[data-theme=light] .admin-hero-copy{background:linear-gradient(135deg,#fffaf1,#f4e8d4 52%,#edd4a7);border-color:#b8894e29}body[data-theme=light] .admin-hero-copy h1{color:#18130f}body[data-theme=light] .admin-hero-copy p{color:#5b4833}body[data-theme=light] .admin-kpi-card,body[data-theme=light] .admin-dashboard-panel,body[data-theme=light] .admin-setting-card,body[data-theme=light] .admin-slide-card.refined,body[data-theme=light] .admin-table-wrap,body[data-theme=light] .customer-care-summary-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .dashboard-tab-btn{background:#fffaf2;color:#7a6448;border-color:#b8894e29}body[data-theme=light] .admin-search-box{background:#fffaf2;border-color:#b8894e29;color:#8c6232}body[data-theme=light] .admin-search-box input{color:#18130f}body[data-theme=light] .admin-search-box input::placeholder{color:#7a6448}body[data-theme=light] .accounts-kpi-card{background:#fffdf8;border-color:#b8894e29}body[data-theme=light] .accounts-kpi-card strong{color:#18130f}body[data-theme=light] .checkout-loyalty-box{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .checkout-saved-address-card{background:#fffdf9;border-color:#b8894e24;color:#18130f}body[data-theme=light] .checkout-saved-address-head{color:#18130f}body[data-theme=light] .checkout-saved-address-card p{color:#7b6954}body[data-theme=light] .checkout-saved-address-card.active{background:linear-gradient(135deg,#b8894e24,#ffffffd1)}body[data-theme=light] .admin-section-head h2,body[data-theme=light] .admin-section-head h3{color:#18130f}body[data-theme=light] .admin-field-label{color:#7a6448}body[data-theme=light] .phone-input-field select,body[data-theme=light] .phone-input-field input{background:#f7f0e4;color:#18130f}body[data-theme=light] .admin-toggle-pill,body[data-theme=light] .admin-file-pill{background:#f7f0e4;color:#5b4833;border-color:#b8894e29}body[data-theme=light] .admin-category-inventory{background:#fffdf8;border-color:#b8894e29}body[data-theme=light] .admin-category-inventory-head strong{color:#18130f}body[data-theme=light] .admin-category-inventory-head b{background:#f2e6d4;color:#8a622e;border-color:#b8894e29}body[data-theme=light] .admin-category-chip{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .admin-category-chip strong{color:#18130f}body[data-theme=light] .admin-subsection-card{background:#fffdf9;border-color:#b8894e29}body[data-theme=light] .table-action-btn.edit{background:#efe3d1;color:#5b4833;border-color:#b8894e29}body[data-theme=light] .table-action-btn.danger{background:#f7dfdf;color:#8a4141;border-color:#a05a5a2e}body[data-theme=light] .customer-care-user-card{background:#fffaf2;border-color:#b8894e29;color:#18130f}body[data-theme=light] .customer-care-user-card.active{background:linear-gradient(135deg,#b8894e24,#ffffffe0)}body[data-theme=light] .customer-care-user-avatar{background:#f2e5d1;color:#8a622e}body[data-theme=light] .customer-care-user-card strong,body[data-theme=light] .customer-care-summary-head strong,body[data-theme=light] .customer-care-discount-chip strong,body[data-theme=light] .customer-care-history-item strong{color:#18130f}body[data-theme=light] .customer-care-user-card p,body[data-theme=light] .customer-care-user-card small,body[data-theme=light] .customer-care-summary-head span,body[data-theme=light] .customer-care-summary-head small,body[data-theme=light] .customer-care-history-item p{color:#7a6448}body[data-theme=light] .customer-care-meta-grid div,body[data-theme=light] .customer-care-discount-chip,body[data-theme=light] .customer-care-history-item{background:#fffdf8;border-color:#b8894e29}body[data-theme=light] .customer-care-user-card span,body[data-theme=light] .customer-care-meta-grid div,body[data-theme=light] .customer-care-discount-chip span,body[data-theme=light] .customer-care-history-item span{color:#8a622e}body[data-theme=light] .store-purchases-mobile-hero{background:linear-gradient(135deg,#fffaf1,#f4e8d4 54%,#e8cb9b);border-color:#b8894e29}body[data-theme=light] .store-purchases-mobile-hero h1{color:#18130f}body[data-theme=light] .store-purchases-mobile-hero p{color:#604b34}body[data-theme=light] .store-purchases-mobile-back,body[data-theme=light] .store-purchases-mobile-search-card,body[data-theme=light] .store-purchases-mobile-customer-card{background:#fffaf2;color:#18130f;border-color:#b8894e29}body[data-theme=light] .store-purchases-mobile-reset{background:#fffdf8;color:#5b4833;border-color:#b8894e29}@media(max-width:1100px){.admin-dashboard-hero{grid-template-columns:1fr}.admin-dashboard-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.accounts-period-grid{grid-template-columns:1fr}.admin-slides-grid.enhanced{grid-template-columns:1fr 1fr}}@media(max-width:760px){.checkout-points-toggle{justify-content:flex-start}.admin-hero-stats,.admin-dashboard-form-grid,.admin-dashboard-form-grid.two-cols,.admin-text-grid.enhanced,.admin-slides-grid.enhanced,.admin-subsection-card,.accounts-kpi-grid{grid-template-columns:1fr}.admin-dashboard-panel{padding:16px;border-radius:22px}.admin-hero-copy{padding:20px;border-radius:22px}.admin-dashboard-tabs{display:grid;grid-template-columns:1fr 1fr}.dashboard-tab-btn{justify-content:center}.admin-category-inventory-head{display:grid}.admin-submit-btn,.admin-inline-save-btn{width:100%}.store-purchases-mobile-page{width:min(100%,96%);padding:14px;border-radius:22px}.store-purchases-mobile-hero{padding:16px;border-radius:22px}.store-purchases-mobile-back{width:100%}.store-purchases-mobile-search-card{position:sticky;top:94px;z-index:4;padding:14px;border-radius:22px}.store-purchases-mobile-customer-card,.store-purchases-mobile-form{padding:16px;border-radius:22px}.store-purchases-mobile-meta{grid-template-columns:1fr}}@media(max-width:520px){.admin-dashboard-tabs{grid-template-columns:1fr}.admin-toggle-row,.admin-table-actions{display:grid;grid-template-columns:1fr}}.support-chat-widget{position:fixed;left:20px;bottom:106px;z-index:45;display:grid;justify-items:end;gap:12px}.barcode-scanner-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#080808c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}.barcode-scanner-modal{width:min(460px,calc(100vw - 24px));display:grid;gap:16px;padding:18px;border-radius:28px;background:#111;border:1px solid rgba(222,183,122,.14);box-shadow:0 24px 70px #00000061}.barcode-scanner-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.barcode-scanner-head strong{display:block;color:#fff;font-size:1.05rem}.barcode-scanner-head span{display:block;margin-top:6px;color:var(--muted);line-height:1.7}.barcode-scanner-close{width:40px;height:40px;border-radius:50%;border:0;background:#181818;color:#fff;display:grid;place-items:center}.barcode-scanner-frame{position:relative;aspect-ratio:4/3;border-radius:22px;overflow:hidden;background:#050505;border:1px solid rgba(222,183,122,.14)}.barcode-scanner-video{width:100%;height:100%;object-fit:cover}.barcode-scanner-target{position:absolute;inset:50% auto auto 50%;width:min(72%,260px);aspect-ratio:1.9/1;transform:translate(-50%,-50%);border:2px solid rgba(222,183,122,.92);border-radius:18px;box-shadow:0 0 0 999px #0000002e}.barcode-scanner-allow,.barcode-scanner-cancel{width:100%}.support-chat-fab{width:58px;height:58px;border-radius:50%;border:0;background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec;display:grid;place-items:center;box-shadow:0 16px 36px #2b1f1038}.support-chat-widget.has-unread .support-chat-fab{box-shadow:0 0 0 4px #deb77a29,0 18px 36px #2b1f1047}.support-chat-badge{position:absolute;top:-4px;right:-2px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#d85a5a;color:#fff;font-size:.72rem;font-weight:900;display:grid;place-items:center}.support-chat-panel{width:min(360px,calc(100vw - 28px));background:#111;border:1px solid rgba(222,183,122,.14);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.support-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(222,183,122,.12)}.support-chat-head strong{display:block;color:#fff}.support-chat-head span{display:block;color:var(--muted);font-size:.84rem;margin-top:4px}.support-chat-close{width:36px;height:36px;border-radius:50%;border:0;background:#181818;color:#fff;display:grid;place-items:center}.support-chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px 0}.support-chat-status{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#1c1814;color:#deb77a;font-size:.82rem;font-weight:800}.support-chat-status.closed{background:#251616;color:#ffd2d2}.support-chat-inline-btn{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid rgba(222,183,122,.14);border-radius:999px;background:#181818;color:#f1e2cb;font-weight:800}.support-chat-messages{max-height:320px;overflow:auto;padding:16px;display:grid;gap:10px}.support-chat-bubble{max-width:86%;padding:12px 14px;border-radius:18px;background:#1a1713;color:#f2e6d4;display:grid;gap:6px}.support-chat-bubble strong{font-size:.78rem;color:var(--gold)}.support-chat-bubble p{margin:0;line-height:1.7}.support-chat-bubble.mine{justify-self:end;background:#f7eddc;color:#17120d}.support-chat-empty,.support-chat-guest{padding:16px}.support-chat-empty p,.support-chat-guest p{margin:0;color:var(--muted);line-height:1.8}.support-chat-form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 16px;border-top:1px solid rgba(222,183,122,.12)}.support-chat-form input,.support-admin-reply input{width:100%;background:#181818;color:#fff;border:1px solid var(--line);border-radius:14px;padding:.85rem}.support-chat-form button{width:44px;height:44px;border-radius:14px;border:0;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#191006;display:grid;place-items:center}.support-chat-guest-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.support-admin-thread{display:grid;gap:10px;max-height:320px;overflow:auto;padding:4px}.support-admin-header-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.support-admin-unread-badge{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#d85a5a;color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:900}.support-status-pill.is-closed{background:#2b1616;color:#ffd2d2;border-color:#d06e6e29}.support-admin-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.support-admin-message{max-width:88%;padding:12px 14px;border-radius:18px;background:#1a1713;color:#f2e6d4;display:grid;gap:6px}.support-admin-message strong{font-size:.78rem;color:var(--gold)}.support-admin-message p{margin:0;line-height:1.7}.support-admin-message.mine{justify-self:end;background:#f7eddc;color:#17120d}.support-admin-reply{display:grid;grid-template-columns:1fr auto;gap:10px}.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.policy-card{background:#171717;border:1px solid rgba(222,183,122,.12);border-radius:24px;padding:20px;display:grid;gap:12px;transition:.2s;box-shadow:var(--shadow)}.policy-card:hover{transform:translateY(-4px);border-color:#deb77a42}.policy-card-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#17120d,#3b2b18 55%,#d8a556);color:#fff8ec}.policy-card strong{color:#fff;font-size:1.06rem}.policy-card p{margin:0;color:#dcc8aa;line-height:1.8}.policy-sections{display:grid;gap:16px}.policy-section-card{display:grid;gap:12px;padding:20px;border-radius:24px;background:#171717;border:1px solid rgba(222,183,122,.12)}.policy-section-card h2{margin:0;color:#fff;font-size:1.12rem}.policy-list{margin:0;padding:0 18px 0 0;display:grid;gap:10px;color:#ead8bc;line-height:1.9}.auth-policy-links{margin:4px 0 0;text-align:center;color:var(--muted);line-height:1.8}.auth-policy-links a{color:var(--gold);font-weight:800}.auth-policy-links span{padding:0 6px;color:var(--muted)}body[data-theme=light] .support-chat-panel,body[data-theme=light] .barcode-scanner-modal{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .barcode-scanner-head strong{color:#18130f}body[data-theme=light] .barcode-scanner-close{background:#f2e5d1;color:#18130f}body[data-theme=light] .barcode-scanner-frame{background:#17120d;border-color:#b8894e29}body[data-theme=light] .support-chat-head strong{color:#18130f}body[data-theme=light] .support-chat-close{background:#f2e5d1;color:#18130f}body[data-theme=light] .support-chat-status{background:#f7eddc;color:#8a622e}body[data-theme=light] .support-chat-status.closed{background:#f7dfdf;color:#8a4141}body[data-theme=light] .support-chat-inline-btn{background:#fffdf8;color:#5b4833;border-color:#b8894e29}body[data-theme=light] .support-chat-bubble.mine,body[data-theme=light] .support-admin-message.mine{background:#17120d;color:#fff8ec}body[data-theme=light] .support-chat-form input,body[data-theme=light] .support-admin-reply input{background:#fffdf8;color:#18130f;border-color:#b8894e29}body[data-theme=light] .support-admin-unread-badge{background:#d85a5a;color:#fff}body[data-theme=light] .policy-card,body[data-theme=light] .policy-section-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .policy-card strong,body[data-theme=light] .policy-section-card h2{color:#18130f}body[data-theme=light] .policy-card p,body[data-theme=light] .policy-list,body[data-theme=light] .auth-policy-links{color:#6f5a41}.admin-qr-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.admin-product-qr-preview{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:22px;background:#deb77a0f;border:1px solid rgba(222,183,122,.14);margin-bottom:18px}.admin-product-qr-copy{display:grid;gap:8px}.admin-product-qr-copy strong{color:#fff}.admin-product-qr-copy span{color:var(--muted);line-height:1.8}.admin-product-qr-box,.admin-product-qr-empty{width:110px;height:110px;border-radius:18px;background:#fff7ea;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.admin-product-qr-box img{width:100%;height:100%;object-fit:cover}.admin-product-qr-empty{color:#18130f;font-weight:800;letter-spacing:.08em}.product-qr-modal{max-width:420px}.product-qr-modal-card{display:grid;justify-items:center;gap:10px;padding:18px;border-radius:22px;background:#deb77a0f;border:1px solid rgba(222,183,122,.14);text-align:center}.product-qr-modal-card strong{color:#fff;font-size:1.08rem}.product-qr-modal-card span{color:var(--muted)}.product-qr-modal-card code{color:var(--gold);font-weight:800}.product-qr-modal-image{width:220px;height:220px;border-radius:22px;background:#fff7ea;display:grid;place-items:center;overflow:hidden}.product-qr-modal-image img{width:100%;height:100%;object-fit:cover}.product-qr-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-detail-qr-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:24px;background:#171717;border:1px solid rgba(222,183,122,.12);margin:8px 0}.product-detail-qr-copy{display:grid;gap:10px}.product-detail-qr-head{display:flex;align-items:center;gap:10px;color:var(--gold)}.product-detail-qr-copy strong{color:#fff}.product-detail-qr-copy span{color:var(--muted);font-weight:800}.product-detail-qr-box{width:132px;height:132px;border-radius:22px;background:#fff7ea;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.product-detail-qr-box img{width:100%;height:100%;object-fit:cover}.product-detail-print-btn{width:max-content}.search-box .search-icon-btn{color:inherit}body[data-theme=light] .admin-product-qr-preview{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .admin-product-qr-copy strong{color:#18130f}body[data-theme=light] .product-qr-modal-card,body[data-theme=light] .product-detail-qr-card{background:#fffaf2;border-color:#b8894e29}body[data-theme=light] .product-qr-modal-card strong,body[data-theme=light] .product-detail-qr-copy strong{color:#18130f}@media(max-width:640px){.search-box{width:92px}.search-box.mobile-open{grid-template-columns:auto minmax(0,1fr) auto}.barcode-scanner-overlay{padding:12px}.barcode-scanner-modal{padding:14px;border-radius:22px}.admin-qr-field{grid-template-columns:1fr}.admin-product-qr-preview{display:grid;justify-items:center;text-align:center}.product-qr-modal-actions{grid-template-columns:1fr}.product-detail-qr-card{display:grid;justify-items:center;text-align:center}.product-review-head{display:grid}.support-chat-widget{left:14px;bottom:96px}.support-chat-panel{width:min(340px,calc(100vw - 20px))}.support-chat-toolbar,.support-admin-toolbar{display:grid;grid-template-columns:1fr;gap:8px}.support-admin-reply,.policy-grid{grid-template-columns:1fr}.policy-card,.policy-section-card{padding:16px;border-radius:20px}}
