.cart-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;max-width:100%;min-width:0;padding:.65rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);box-sizing:border-box}@media (max-width: 480px){.cart-bar{padding:.6rem 1rem}.cart-bar-logo{font-size:1.05rem}.cart-bar-cart{padding:.5rem .65rem;min-height:44px;min-width:44px;justify-content:center}.cart-bar-nav{gap:.5rem}}.cart-bar-logo{font-family:"Secular One",var(--font);font-size:1.2rem;font-weight:400;color:var(--text);text-decoration:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-bar-logo:hover{color:var(--accent)}.cart-bar-nav{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.cart-bar-admin{font-size:.9rem;color:var(--text-muted);text-decoration:none;padding:.35rem .5rem;border-radius:8px;transition:color .2s,background .2s}.cart-bar-admin:hover{color:var(--accent);background:var(--surface-hover)}.cart-bar-cart{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.95rem;font-weight:500;color:var(--text);text-decoration:none;border-radius:10px;transition:background .2s,color .2s}.cart-bar-cart:hover{background:var(--surface-hover);color:var(--accent)}.cart-bar-icon{font-size:1.2rem}.cart-bar-count{min-width:1.25rem;padding:.1rem .4rem;font-size:.8rem;font-weight:700;color:var(--bg);background:var(--accent);border-radius:8px}.home-page{min-height:100vh;background:var(--bg);position:relative}.home-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(201,162,39,.08) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(201,162,39,.04) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 0% 80%,rgba(201,162,39,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.home-announce{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem 1rem;flex-wrap:wrap;padding:.6rem 1rem;background:linear-gradient(90deg,#c9a2271f,#c9a2270f,#c9a2271f);border-bottom:1px solid rgba(201,162,39,.2);font-size:.9rem;color:var(--text)}.home-announce-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}.home-announce-sep{color:var(--text-muted);font-weight:300}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.home-hero{position:relative;z-index:1;text-align:center;padding:2.5rem 1.5rem 2rem;max-width:40rem;margin:0 auto}@media (max-width: 480px){.home-hero{padding:1.5rem 1rem}.home-hero-title-main{font-size:2rem}.home-stats{margin:0 1rem 1.5rem;padding:1rem;gap:1rem 1.5rem}.home-categories-wrap{padding:0 1rem 2rem}.category-tile{min-height:140px;padding:1.25rem .75rem}.home-footer{padding:1rem .75rem;font-size:.8rem}}.home-hero-bg{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 50% 50%,rgba(201,162,39,.06) 0%,transparent 60%);pointer-events:none}.home-hero-title{margin:0 0 .5rem;display:flex;flex-direction:column;gap:.25rem}.home-hero-title-main{font-family:"Secular One",var(--font);font-size:2.75rem;font-weight:400;letter-spacing:-.02em;color:var(--text);text-shadow:0 0 40px rgba(201,162,39,.15);line-height:1.2}.home-hero-title-sub{font-size:1.1rem;font-weight:500;color:var(--text-muted)}.home-hero-tagline{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.5}.home-stats{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:1.5rem 2.5rem;flex-wrap:nowrap;padding:1.25rem 1.5rem;margin:0 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:2rem}@media (max-width: 480px){.home-stats{flex-wrap:wrap}}.home-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.home-stat-value{font-size:1.5rem;font-weight:700;color:var(--accent)}.home-stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.home-stat-sep{width:1px;height:2rem;background:var(--border)}.home-section-head{position:relative;z-index:1;text-align:center;margin-bottom:1.5rem;padding:0 1rem}.home-section-title{font-size:1.35rem;font-weight:700;margin:0 0 .25rem;color:var(--text)}.home-section-desc{font-size:.9rem;color:var(--text-muted);margin:0}.home-categories-wrap{position:relative;z-index:1;padding:0 1.5rem 3rem;max-width:64rem;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 768px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr}}.category-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:180px;padding:1.5rem 1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-align:center;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;text-decoration:none;color:inherit;overflow:hidden;animation:cardIn .5s ease-out backwards;animation-delay:var(--delay, 0s)}.category-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .2s}.category-tile:hover{background:var(--surface-hover);border-color:#c9a22766;transform:translateY(-4px);box-shadow:0 12px 32px #00000040}.category-tile:hover:before{opacity:1}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.category-tile-number{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:8px;background:var(--accent-soft);color:var(--number);font-weight:700;font-size:.85rem}.category-tile-icon-wrap{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;background:#c9a22714;border-radius:12px}.category-tile-icon{font-size:2rem;line-height:1}.category-tile-name{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:var(--text);line-height:1.3}.category-tile-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;font-size:.8rem;color:var(--text-muted);margin-top:auto}.category-tile-arrow{position:absolute;bottom:.75rem;left:.75rem;font-size:1rem;color:var(--accent);opacity:0;transform:translate(4px);transition:opacity .2s,transform .2s}.category-tile:hover .category-tile-arrow{opacity:1;transform:translate(0)}.home-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.75rem 1.25rem;flex-wrap:wrap;padding:1.25rem 1rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}.home-footer-dot{width:4px;height:4px;border-radius:50%;background:var(--border)}.category-page{min-height:100vh;position:relative;padding-bottom:4rem}.category-page-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 40% at 50% -10%,rgba(201,162,39,.07) 0%,transparent 50%),radial-gradient(ellipse 50% 30% at 80% 60%,rgba(201,162,39,.04) 0%,transparent 50%);pointer-events:none;z-index:0}.category-nav{position:relative;z-index:1;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.category-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--accent);text-decoration:none;padding:.4rem 0;transition:color .2s,gap .2s}.category-back:hover{color:var(--text)}.category-back:hover .category-back-arrow{transform:translate(4px)}.category-back-arrow{font-size:1.1rem;transition:transform .2s}.category-hero{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem 2.5rem;max-width:36rem;margin:0 auto}.category-hero-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1rem;background:#c9a2271f;border-radius:16px;border:1px solid rgba(201,162,39,.25)}.category-hero-icon{font-size:2.5rem;line-height:1}.category-hero-title{font-family:"Secular One",var(--font);font-size:2.25rem;font-weight:400;margin:0 0 .4rem;color:var(--text)}.category-hero-subtitle{font-size:1rem;color:var(--text-muted);margin:0 0 .5rem;line-height:1.4}.category-hero-meta{font-size:.9rem;color:var(--accent);font-weight:500;margin:0}.category-main{position:relative;z-index:1;padding:0 1.5rem;max-width:56rem;margin:0 auto}.category-section-title{font-size:1.2rem;font-weight:600;margin:0 0 1.25rem;color:var(--text);text-align:center}.subcategories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 600px){.subcategories-grid{grid-template-columns:repeat(3,1fr)}}.subcategory-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:140px;padding:1.25rem 1.25rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-decoration:none;color:inherit;overflow:hidden;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;animation:categoryCardIn .4s ease-out backwards;animation-delay:var(--delay, 0s)}.subcategory-card:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:radial-gradient(circle at 100% 0%,rgba(201,162,39,.08) 0%,transparent 70%);pointer-events:none}.subcategory-card:hover{background:var(--surface-hover);border-color:#c9a22766;transform:translateY(-3px);box-shadow:0 10px 28px #0003}.subcategory-card-accent{position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .2s}.subcategory-card:hover .subcategory-card-accent{opacity:1}.subcategory-card-top{display:flex;flex-direction:column;gap:.5rem;width:100%}.subcategory-card-name{font-size:1.15rem;font-weight:600;color:var(--text);margin:0;line-height:1.3}.subcategory-card-badge{display:inline-block;font-size:.8rem;font-weight:500;color:var(--accent);background:var(--accent-soft);padding:.25rem .6rem;border-radius:8px;align-self:flex-start}.subcategory-card-preview{font-size:.8rem;color:var(--text-muted);margin:.5rem 0 0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%}.subcategory-card-empty{font-size:.8rem;color:var(--text-muted);font-style:italic;margin:.5rem 0 0}.subcategory-card-cta{font-size:.85rem;color:var(--text-muted);margin-top:.75rem;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s,color .2s}.subcategory-card:hover .subcategory-card-cta{opacity:1;transform:translateY(0);color:var(--accent)}@keyframes categoryCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.category-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem;margin:0}.category-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.75rem 1.25rem;flex-wrap:wrap;padding:1.5rem 1rem;margin-top:2rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}.category-footer-dot{width:4px;height:4px;border-radius:50%;background:var(--border)}@media (max-width: 480px){.category-nav{padding:.75rem 1rem}.category-hero{padding:1.5rem 1rem 2rem}.category-hero-title{font-size:1.75rem}.category-main{padding:0 1rem}.subcategories-grid{grid-template-columns:1fr;gap:.75rem}.subcategory-card{min-height:auto;padding:1rem}.category-footer{padding:1rem;margin-top:1.5rem}}.subcategory-page{min-height:100vh;padding:2rem 1.5rem 4rem;max-width:64rem;margin:0 auto}@media (max-width: 480px){.subcategory-page{padding:1.25rem 1rem 3rem}.subcategory-page .page-header{margin-bottom:1.25rem}.subcategory-page .page-title{font-size:1.35rem}.products-grid{gap:1rem}.product-card-body{padding:1rem}.product-card-add{min-height:44px;padding:.75rem 1rem}}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.product-card:hover{border-color:#c9a22759;box-shadow:0 4px 20px #0003}.product-card-image-wrap{width:100%;aspect-ratio:16 / 10;background:#e8e8ec;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-image{width:100%;height:100%;object-fit:contain;display:block;vertical-align:middle}.product-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text-muted);background:var(--bg)}.product-card-body{padding:1.25rem}.product-card-name{font-size:1.05rem;font-weight:600;margin:0 0 .35rem;color:var(--text)}.product-card-desc{font-size:.9rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.4}.product-card-price{font-size:1.15rem;font-weight:700;color:var(--accent);margin:0 0 1rem}.product-card-add{width:100%;padding:.6rem 1rem;font-family:var(--font);font-size:.95rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .15s}.product-card-add:hover{background:#d4ad2a;transform:scale(1.02)}.empty-message{grid-column:1 / -1;color:var(--text-muted);text-align:center;padding:2rem;margin:0}.cart-page{min-height:100vh;padding:2rem 1.5rem 4rem;max-width:40rem;margin:0 auto}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.cart-empty-text{font-size:1rem;color:var(--text-muted);margin:0 0 1.5rem}.cart-empty-btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;color:var(--bg);background:var(--accent);border-radius:10px;text-decoration:none;transition:background .2s}.cart-empty-btn:hover{background:#d4ad2a}.cart-header{margin-bottom:1.5rem}.cart-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:var(--text)}.cart-subtitle{font-size:.95rem;color:var(--text-muted);margin:0}.cart-list{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.cart-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.cart-item-info{display:flex;flex-direction:column;gap:.2rem}.cart-item-name{font-weight:600;color:var(--text)}.cart-item-price{font-size:.9rem;color:var(--text-muted)}.cart-item-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cart-item-qty{display:flex;align-items:center;gap:.25rem}.cart-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-family:inherit;color:var(--text);background:var(--surface-hover);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .2s}.cart-qty-btn:hover{background:var(--border)}.cart-qty-value{min-width:2rem;text-align:center;font-weight:600}.cart-item-line{font-weight:600;color:var(--accent)}.cart-item-remove{font-size:.85rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-family:inherit;padding:.25rem}.cart-item-remove:hover{color:#f87171}.cart-summary{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem}.cart-total-row strong{font-size:1.35rem;color:var(--accent)}.cart-checkout-btn{display:block;width:100%;padding:.9rem 1rem;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:10px;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s}.cart-checkout-btn:hover{background:#d4ad2a}@media (max-width: 480px){.cart-page{padding:1.25rem 1rem 3rem}.cart-title{font-size:1.4rem}.cart-item{padding:.9rem 1rem;gap:.6rem}.cart-qty-btn{width:40px;height:40px;min-width:40px;min-height:40px}.cart-checkout-btn{min-height:48px;padding:1rem}.cart-item-remove{padding:.4rem;min-height:44px;display:inline-flex;align-items:center}}.checkout-page{min-height:100vh;padding:2rem 1.5rem 4rem;max-width:28rem;margin:0 auto}@media (max-width: 480px){.checkout-page{padding:1.25rem 1rem 3rem}.checkout-title{font-size:1.4rem}.checkout-section{padding:1rem}.checkout-input{min-height:48px;padding:.75rem 1rem}.checkout-payment-option{min-height:44px;align-items:center}.checkout-submit{min-height:48px;padding:1rem}.checkout-express-wrap{min-height:44px}}.checkout-empty{text-align:center;padding:3rem 1rem}.checkout-empty h1{margin:0 0 1rem;font-size:1.25rem;color:var(--text)}.checkout-empty a{color:var(--accent)}.checkout-header{margin-bottom:1.5rem}.checkout-back{display:inline-block;margin-bottom:.75rem;font-size:.95rem;color:var(--accent);text-decoration:none}.checkout-back:hover{text-decoration:underline}.checkout-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:var(--text)}.checkout-subtitle{font-size:.95rem;color:var(--text-muted);margin:0}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-section{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px}.checkout-section-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:var(--text)}.checkout-fields{display:flex;flex-direction:column;gap:1rem}.checkout-label{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;color:var(--text-muted)}.checkout-input{padding:.65rem .9rem;font-family:var(--font);font-size:1rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;direction:rtl}.checkout-input::placeholder{color:var(--text-muted);opacity:.8}.checkout-input:focus{outline:none;border-color:var(--accent)}.checkout-express-wrap{flex-direction:row;align-items:center;gap:.5rem}.checkout-express-checkbox{width:1.1rem;height:1.1rem;accent-color:var(--accent)}.checkout-hint{font-size:.85rem;color:var(--text-muted);margin:0 0 .4rem;line-height:1.35}.checkout-select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.checkout-slot-empty{font-size:.9rem;color:#f87171;margin:.5rem 0 0}.checkout-payment{display:flex;flex-direction:column;gap:.75rem}.checkout-payment-option{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--text);cursor:pointer}.checkout-payment-option input{width:1.1rem;height:1.1rem;accent-color:var(--accent)}.checkout-error{padding:.75rem 1rem;background:#f8717126;border:1px solid rgba(248,113,113,.4);border-radius:10px;color:#f87171;font-size:.95rem;margin:0}.checkout-summary{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px}.checkout-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem}.checkout-total strong{font-size:1.4rem;color:var(--accent)}.checkout-submit{width:100%;padding:.9rem 1rem;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:background .2s}.checkout-submit:hover:not(:disabled){background:#d4ad2a}.checkout-submit:disabled{opacity:.7;cursor:not-allowed}.confirmation-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}@media (max-width: 480px){.confirmation-page{padding:1.5rem 1rem}.confirmation-card{padding:1.5rem 1.25rem}.confirmation-title{font-size:1.35rem}.confirmation-btn{min-height:48px;padding:.85rem 1.25rem;display:inline-flex;align-items:center;justify-content:center}}.confirmation-card{max-width:24rem;width:100%;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-align:center}.confirmation-icon{width:4rem;height:4rem;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--bg);background:var(--accent);border-radius:50%}.confirmation-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.confirmation-text{font-size:1rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.5}.confirmation-id{font-size:.9rem;color:var(--accent);font-weight:500;margin:0 0 .5rem}.confirmation-delivery{font-size:.9rem;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.4}.confirmation-btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;color:var(--bg);background:var(--accent);border-radius:10px;text-decoration:none;transition:background .2s}.confirmation-btn:hover{background:#d4ad2a}.admin-page{min-height:100vh;padding:2rem 1.5rem 4rem;max-width:72rem;margin:0 auto}.admin-loading,.admin-error,.admin-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.admin-error{color:#f87171}.admin-header{margin-bottom:1.5rem}.admin-back{display:inline-block;margin-bottom:.75rem;font-size:.95rem;color:var(--accent);text-decoration:none}.admin-back:hover{text-decoration:underline}.admin-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:var(--text)}.admin-subtitle{font-size:.95rem;color:var(--text-muted);margin:0}.admin-add-product-btn,.admin-edit-products-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.65rem 1.25rem;font-family:var(--font);font-size:1rem;font-weight:600;border-radius:10px;text-decoration:none;transition:background .2s,color .2s;box-sizing:border-box;flex-shrink:0}.admin-add-product-btn{color:var(--bg);background:var(--accent)}.admin-add-product-btn:hover{background:#d4ad2a}.admin-header-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;margin-top:1rem}.admin-edit-products-btn{color:var(--accent);background:transparent;border:2px solid var(--accent)}.admin-edit-products-btn:hover{background:var(--accent-soft);color:var(--text)}.admin-section{margin-bottom:2.5rem}.admin-section-title{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:var(--text)}.admin-section-empty{padding:1rem;color:var(--text-muted);margin:0}.admin-table-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:14px}.admin-orders-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-orders-table th,.admin-orders-table td{padding:.75rem 1rem;text-align:right;border-bottom:1px solid var(--border)}.admin-orders-table th{background:var(--surface-hover);color:var(--text-muted);font-weight:600;white-space:nowrap}.admin-orders-table td{color:var(--text)}.admin-order-row{cursor:pointer;transition:background .15s}.admin-order-row:hover{background:var(--surface-hover)}.admin-order-row:last-child td{border-bottom:none}.admin-td-mono{font-family:monospace;font-size:.85rem;color:var(--text-muted)}.admin-td-total{font-weight:700;color:var(--accent)}.admin-orders-table a{color:var(--accent)}.admin-status-badge{display:inline-block;padding:.2rem .5rem;font-size:.8rem;background:var(--accent-soft);color:var(--accent);border-radius:6px}.admin-td-status{white-space:nowrap;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.admin-status-text{font-size:.9rem}.admin-row-btn{padding:.4rem .75rem;font-family:var(--font);font-size:.85rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.admin-row-btn:hover:not(:disabled){background:#d4ad2a}.admin-row-btn:disabled{opacity:.7;cursor:not-allowed}.admin-row-btn-secondary{background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.admin-row-btn-secondary:hover:not(:disabled){background:var(--border)}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.admin-modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:32rem;width:100%;max-height:90vh;overflow-y:auto}.admin-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.admin-modal-title{font-size:1.25rem;font-weight:700;margin:0;color:var(--text)}.admin-modal-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:var(--text-muted);background:none;border:none;cursor:pointer;border-radius:8px;transition:color .2s,background .2s}.admin-modal-close:hover{color:var(--text);background:var(--surface-hover)}.admin-modal-details{display:grid;grid-template-columns:1fr;gap:.5rem 1rem;padding:1.25rem 1.5rem}.admin-modal-details dt{font-size:.8rem;color:var(--text-muted);margin:0}.admin-modal-details dd{margin:0 0 .75rem;font-size:.95rem;color:var(--text)}.admin-modal-details dd:last-of-type{margin-bottom:0}.admin-dd-mono{font-family:monospace;font-size:.85rem;word-break:break-all}.admin-dd-total{font-weight:700;color:var(--accent)}.admin-modal-details a{color:var(--accent)}.admin-modal-actions{padding:0 1.5rem 1rem;display:flex;gap:.75rem}.admin-modal-btn{padding:.6rem 1.25rem;font-family:var(--font);font-size:.95rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:background .2s}.admin-modal-btn:hover:not(:disabled){background:#d4ad2a}.admin-modal-btn:disabled{opacity:.7;cursor:not-allowed}.admin-modal-btn-secondary{background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.admin-modal-btn-secondary:hover:not(:disabled){background:var(--border)}.admin-modal-items-title{font-size:1rem;font-weight:600;margin:0 1.5rem .75rem;color:var(--text)}.admin-modal-items-table{width:calc(100% - 3rem);margin:0 1.5rem 1.5rem;border-collapse:collapse;font-size:.9rem}.admin-modal-items-table th,.admin-modal-items-table td{padding:.5rem .75rem;text-align:right;border-bottom:1px solid var(--border)}.admin-modal-items-table th{color:var(--text-muted);font-weight:500}.admin-modal-items-table td{color:var(--text)}@media (max-width: 900px){.admin-orders-table{font-size:.8rem}.admin-orders-table th,.admin-orders-table td{padding:.5rem .6rem}}@media (max-width: 480px){.admin-page{padding:1.25rem 1rem 3rem}.admin-title{font-size:1.4rem}.admin-subtitle{font-size:.85rem}.admin-table-wrap{margin:0 -.5rem;border-radius:12px}.admin-orders-table{font-size:.75rem}.admin-orders-table th,.admin-orders-table td{padding:.5rem .4rem}.admin-row-btn{min-height:40px;padding:.5rem .6rem;font-size:.8rem}.admin-modal-overlay{padding:.75rem;align-items:flex-end}.admin-modal{max-height:85vh;border-radius:16px 16px 0 0}.admin-modal-head,.admin-modal-details,.admin-modal-actions{padding-left:1rem;padding-right:1rem}.admin-modal-items-table{width:calc(100% - 2rem);margin-left:1rem;margin-right:1rem;font-size:.8rem}.admin-modal-items-title{margin-right:1rem;margin-left:1rem}.admin-modal-close{width:44px;height:44px;min-width:44px;min-height:44px}}.admin-add-product-page{min-height:100vh;padding:2rem 1.5rem 4rem;max-width:32rem;margin:0 auto}.admin-add-product-header{margin-bottom:1.5rem}.admin-add-product-back{display:inline-block;margin-bottom:.75rem;font-size:.95rem;color:var(--accent);text-decoration:none}.admin-add-product-back:hover{text-decoration:underline}.admin-add-product-title{font-size:1.75rem;font-weight:700;margin:0;color:var(--text)}.admin-add-product-form{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.admin-form-row{display:flex;flex-direction:column;gap:.35rem}.admin-form-label{font-size:.9rem;font-weight:600;color:var(--text)}.admin-form-input,.admin-form-select{width:100%;padding:.6rem .75rem;font-family:var(--font);font-size:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text)}.admin-form-textarea{resize:vertical;min-height:60px}.admin-form-file-hidden{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;clip:rect(0,0,0,0);pointer-events:none}.admin-form-image-zone{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.admin-form-image-choose{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--text);background:var(--bg);border:2px dashed var(--border);border-radius:10px;cursor:pointer;min-height:48px;transition:border-color .2s,background .2s}.admin-form-image-choose:hover{border-color:var(--accent);background:#c9a22714}.admin-form-image-preview-wrap{width:100%;max-width:280px;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--bg)}.admin-form-image-preview{width:100%;height:100%;object-fit:contain;display:block}.admin-form-image-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-form-image-btn{padding:.5rem 1rem;font-family:var(--font);font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;border:none;min-height:40px}.admin-form-image-btn-change{color:var(--bg);background:var(--accent)}.admin-form-image-btn-change:hover{background:#d4ad2a}.admin-form-image-btn-remove{color:var(--text);background:var(--surface);border:1px solid var(--border)}.admin-form-image-btn-remove:hover{background:#f8717126;border-color:#f87171}.admin-form-success{color:#4ade80;margin:0;font-size:.95rem}.admin-form-error{color:#f87171;margin:0;font-size:.95rem}.admin-form-submit{padding:.75rem 1.25rem;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:10px;cursor:pointer;margin-top:.25rem;min-height:44px}.admin-form-submit:hover:not(:disabled){background:#d4ad2a}.admin-form-submit:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.admin-add-product-page{padding:1.25rem 1rem 3rem}.admin-add-product-title{font-size:1.4rem}}.admin-products-page{min-height:100vh;padding:2rem 1.5rem 4rem;max-width:56rem;margin:0 auto}.admin-products-loading{text-align:center;padding:3rem;color:var(--text-muted)}.admin-products-header{margin-bottom:1.5rem}.admin-products-back{display:inline-block;margin-bottom:.75rem;font-size:.95rem;color:var(--accent);text-decoration:none}.admin-products-back:hover{text-decoration:underline}.admin-products-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:var(--text)}.admin-products-subtitle{font-size:.95rem;color:var(--text-muted);margin:0}.admin-products-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.admin-products-filter-row{display:flex;flex-direction:column;gap:.35rem;min-width:140px}.admin-products-filter-label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.admin-products-filter-select{padding:.5rem .75rem;font-family:var(--font);font-size:.95rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text)}.admin-products-list-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.admin-products-empty{text-align:center;padding:2rem;color:var(--text-muted);margin:0}.admin-products-list{list-style:none;margin:0;padding:0}.admin-products-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border);transition:background .15s}.admin-products-item:last-child{border-bottom:none}.admin-products-item:hover{background:var(--surface-hover)}.admin-products-item-thumb{width:52px;height:52px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center}.admin-products-item-thumb img{width:100%;height:100%;object-fit:cover}.admin-products-item-no-img{font-size:.7rem;color:var(--text-muted)}.admin-products-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.admin-products-item-name{font-weight:600;color:var(--text)}.admin-products-item-meta{font-size:.85rem;color:var(--text-muted)}.admin-products-item-actions{flex-shrink:0;display:flex;align-items:center;gap:.5rem}.admin-products-item-delete{padding:.5rem 1rem;font-family:var(--font);font-size:.9rem;font-weight:600;color:var(--text);background:var(--surface-hover);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.admin-products-item-delete:hover:not(:disabled){background:#f8717126;border-color:#f87171;color:#c53030}.admin-products-item-delete:disabled{opacity:.7;cursor:not-allowed}.admin-products-item-edit{padding:.5rem 1rem;font-family:var(--font);font-size:.9rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.admin-products-item-edit:hover{background:#d4ad2a}.admin-products-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.admin-products-modal{width:100%;max-width:28rem;max-height:90vh;overflow-y:auto;background:var(--surface);border-radius:16px;box-shadow:0 20px 50px #0000004d}.admin-products-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.admin-products-modal-title{font-size:1.25rem;font-weight:700;margin:0;color:var(--text)}.admin-products-modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-muted);background:none;border:none;border-radius:10px;cursor:pointer;transition:color .2s,background .2s}.admin-products-modal-close:hover{color:var(--text);background:var(--surface-hover)}.admin-products-edit-form{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.admin-products-modal-actions{display:flex;gap:.75rem;margin-top:.5rem}.admin-form-cancel{background:var(--surface-hover)!important;color:var(--text)!important}.admin-form-cancel:hover{background:var(--border)!important}@media (max-width: 480px){.admin-products-page{padding:1.25rem 1rem 3rem}.admin-products-item{flex-wrap:wrap}.admin-products-item-info{order:1;flex-basis:calc(100% - 182px)}.admin-products-item-actions{order:2;margin-right:auto}.admin-products-modal{max-height:85vh}}:root{--bg: #f5f5f7;--surface: #ffffff;--surface-hover: #eef0f4;--border: #e0e2e8;--text: #1a1a1e;--text-muted: #5c5e66;--accent: #b8860b;--accent-soft: rgba(184, 134, 11, .2);--number: #b8860b;--font: "Heebo", system-ui, sans-serif}*{box-sizing:border-box}html{font-size:18px;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;direction:rtl;overflow-x:hidden;width:100%;-webkit-tap-highlight-color:transparent}@media (max-width: 480px){html{font-size:16px}}#root{min-height:100vh;width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}*{scrollbar-color:var(--border) var(--bg);scrollbar-width:thin}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:var(--bg)}*::-webkit-scrollbar-thumb{background:#c4c6cc;border-radius:6px}*::-webkit-scrollbar-thumb:hover{background:#a8abb4}*::-webkit-scrollbar-button{background:var(--bg);display:none}.app-layout{width:100%;min-width:0;overflow-x:hidden}.loading,.error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.loader{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error p{margin:0;color:var(--text-muted)}.error p:first-of-type{color:#f87171;font-weight:500}
