.header{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:#faf7f2e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;z-index:1000;transition:all var(--transition-base)}.header-scrolled{background:#faf7f2f7;border-bottom-color:var(--sand);box-shadow:0 1px 0 var(--sand),0 4px 20px #1c14100f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:var(--space-lg)}.logo{display:flex;align-items:center;z-index:10}.logo-image{height:65px;width:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:var(--space-xs)}.nav-link{padding:.5rem .9rem;font-size:.85rem;font-weight:500;color:var(--text-light);border-radius:var(--radius-md);transition:all var(--transition-fast);letter-spacing:.03em;position:relative}.nav-link:hover{color:var(--charcoal);background:#c9a84c1a}.header-actions{display:flex;align-items:center;gap:var(--space-sm)}.header-action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--text-light);transition:all var(--transition-fast);position:relative}.header-action-btn:hover{color:var(--charcoal);background:#c4a8821a}.cart-btn{position:relative}.cart-count{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.user-menu{position:relative}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);min-width:220px;overflow:hidden;border:1px solid var(--sand);z-index:100}.user-dropdown-header{padding:var(--space-md) var(--space-lg);display:flex;flex-direction:column}.user-dropdown-name{font-weight:600;color:var(--charcoal)}.user-dropdown-phone{font-size:.85rem;color:var(--text-muted)}.user-dropdown-divider{height:1px;background:var(--sand)}.user-dropdown-item{display:flex;align-items:center;gap:var(--space-sm);padding:.75rem var(--space-lg);font-size:.9rem;color:var(--text);transition:background var(--transition-fast);width:100%;text-align:left}.user-dropdown-item:hover{background:var(--cream)}.user-dropdown-logout{color:var(--red)}.search-bar{position:absolute;top:var(--header-h);left:0;right:0;background:var(--white);border-bottom:1px solid var(--sand);padding:var(--space-md) 0;box-shadow:var(--shadow-md)}.search-form{display:flex;align-items:center;gap:var(--space-md)}.search-icon{color:var(--text-muted);flex-shrink:0}.search-input{flex:1;border:none;background:none;font-size:1rem;color:var(--text);outline:none}.search-input::placeholder{color:var(--text-muted)}.search-close{color:var(--text-muted);padding:var(--space-xs)}.mobile-menu-btn{display:none;color:var(--charcoal);z-index:10}@media(max-width:768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--cream);flex-direction:column;justify-content:center;gap:var(--space-md);z-index:5;opacity:0;visibility:hidden;transition:all var(--transition-base)}.nav-open{opacity:1;visibility:visible}.nav-link{font-size:1.2rem;padding:.75rem 1.5rem}.logo-image{height:50px}}.footer{background:var(--charcoal);color:#fffc;position:relative;margin-top:var(--space-3xl)}.footer-wave{position:absolute;top:-99px;left:0;right:0;height:100px;color:var(--charcoal);overflow:hidden}.footer-wave svg{width:100%;height:100%}.footer-content{padding:var(--space-3xl) 0 var(--space-xl)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:var(--space-2xl)}.footer-logo{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);margin-bottom:var(--space-md)}.footer-logo-image{height:50px;width:auto;object-fit:contain;background:#fff;padding:8px 12px;border-radius:var(--radius-md)}.footer-desc{font-size:.9rem;line-height:1.6;margin-top:var(--space-xs);opacity:.7}.footer-col h4{color:#fff;font-family:var(--font-heading);font-size:1rem;margin-bottom:var(--space-md);position:relative;padding-bottom:var(--space-sm)}.footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--gold);border-radius:var(--radius-full)}.footer-col a{display:block;padding:var(--space-xs) 0;font-size:.9rem;opacity:.7;transition:all var(--transition-fast)}.footer-col a:hover{opacity:1;color:var(--gold-light);padding-left:4px}.footer-contact{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) 0;font-size:.9rem;opacity:.7}.footer-social{display:flex;gap:var(--space-md);margin-top:var(--space-md)}.footer-social a{width:36px;height:36px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;opacity:.7;transition:all var(--transition-fast)}.footer-social a:hover{opacity:1;border-color:var(--gold);background:var(--gold);color:#fff;padding-left:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-xl);margin-top:var(--space-xl);border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;opacity:.5}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-xl)}.footer-bottom{flex-direction:column;gap:var(--space-sm);text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.product-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-smooth),transform var(--transition-smooth)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-card-image{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--cream-dark);display:block}.product-img-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.4,0,.2,1),opacity .35s ease;display:block}.img-loading{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}.img-loaded{opacity:1;position:relative}.product-card:hover .product-card-image img{transform:scale(1.07)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--cream-dark),var(--sand));font-family:var(--font-heading);font-size:3.5rem;color:#8b691459;font-weight:600}.product-card-discount{position:absolute;top:12px;left:12px;background:var(--charcoal);color:var(--gold-light);padding:.2rem .65rem;border-radius:var(--radius-sm);font-size:.72rem;font-weight:600;letter-spacing:.04em;z-index:2}.product-card-badge{position:absolute;top:12px;right:12px;background:var(--gold-dark);color:#fff;padding:.2rem .65rem;border-radius:var(--radius-sm);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;z-index:2}.product-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:14px;background:linear-gradient(to top,rgba(28,20,16,.75) 0%,transparent 100%);opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease;display:flex;justify-content:center;z-index:3}.product-card:hover .product-card-overlay{opacity:1;transform:translateY(0)}.product-overlay-btn{display:inline-flex;align-items:center;gap:7px;background:var(--white);color:var(--charcoal);padding:.55rem 1.25rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;letter-spacing:.03em;transition:background .2s,color .2s;white-space:nowrap;font-family:var(--font-body)}.product-overlay-btn:hover{background:var(--gold);color:#fff}.product-card-body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;flex:1}.product-card-category{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);font-weight:600;margin-bottom:5px}.product-card-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--charcoal);line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition-fast)}.product-card-title:hover{color:var(--gold-dark)}.product-card-material{font-size:.75rem;color:var(--text-muted);margin-bottom:10px;letter-spacing:.02em}.product-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:4px}.product-card-prices{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.product-card-prices .price{font-size:1rem;font-weight:600;color:var(--charcoal)}.product-card-prices .price-original{font-size:.78rem;color:var(--text-muted);text-decoration:line-through}.product-low-stock{font-size:.68rem;color:var(--rose);font-weight:600;letter-spacing:.02em;white-space:nowrap}.hero{position:relative;min-height:calc(100vh - var(--header-h));display:flex;align-items:center;padding-top:var(--header-h);overflow:hidden}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#1c1410b8,#1c14107a 60%,#1c14109e);z-index:2}.hero-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:var(--space-4xl) 0;z-index:3}.hero-text{flex:1}.premium-text-center{max-width:820px;margin:0 auto;text-align:center}.hero-tag{display:inline-flex;align-items:center;gap:7px;background:#c9a84c2e;border:1px solid rgba(201,168,76,.45);color:var(--gold-light);padding:.42rem 1.1rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xl)}.hero-title{font-size:5rem;font-weight:600;line-height:1.08;margin-bottom:var(--space-xl);color:var(--white);font-family:var(--font-heading);letter-spacing:-.02em}.hero-title em{font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.15rem;color:#ffffffd1;margin:0 auto var(--space-2xl) auto;max-width:580px;line-height:1.7;letter-spacing:.01em}.premium-actions{display:flex;justify-content:center;gap:var(--space-lg);margin-bottom:var(--space-3xl)}.btn-glow{box-shadow:0 0 24px #c9a84c59}.btn-glow:hover{box-shadow:0 0 36px #c9a84c8c}.hero-scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:4}.hero-scroll-hint span{display:block;width:1px;height:52px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);margin:0 auto;animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.category-card{position:relative;display:block;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:3 / 4;cursor:pointer}.category-card:hover .category-card-bg{transform:scale(1.06)}.category-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-card-darken{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,5,2,.88) 0%,rgba(10,5,2,.25) 55%,transparent 100%)}.category-card-info{position:absolute;bottom:0;left:0;right:0;padding:1.4rem 1.3rem 1.3rem;display:flex;flex-direction:column;gap:3px}.category-card-name{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;line-height:1.15;letter-spacing:-.01em}.category-card-count{font-size:.75rem;color:#ffffff94;letter-spacing:.04em}.category-card-arrow{font-size:1.1rem;color:#fff6;margin-top:4px;transition:color .2s,transform .2s;display:block}.category-card:hover .category-card-arrow{color:#ffffffd9;transform:translate(4px)}.section-alt{background:var(--cream-dark)}.section-cta{text-align:center;margin-top:var(--space-2xl)}.promo-banner{background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal-light) 100%);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.promo-banner:before{content:"";position:absolute;top:-40%;right:-15%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.12) 0%,transparent 70%);pointer-events:none}.promo-content{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2xl);position:relative}.promo-text{color:#fff}.promo-tag{display:inline-block;background:var(--gold-dark);color:#fff;padding:.28rem .85rem;border-radius:var(--radius-sm);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md)}.promo-text h2{color:#fff;font-size:2.4rem;margin-bottom:var(--space-md);letter-spacing:-.02em}.promo-text h2 span{color:var(--gold-light)}.promo-text p{color:#ffffffa6;margin-bottom:var(--space-xl);font-size:1rem}.promo-visual{flex-shrink:0}.promo-circle{width:150px;height:150px;border-radius:50%;border:2px solid rgba(201,168,76,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--gold-light);animation:pulse 2.5s ease-in-out infinite}.promo-circle span{font-family:var(--font-heading);font-size:1.4rem;font-weight:700}@keyframes pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.04);opacity:1}}.trust-strip{background:var(--white);padding:var(--space-2xl) 0;border-top:1px solid var(--sand);border-bottom:1px solid var(--sand)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.trust-item{display:flex;align-items:flex-start;gap:var(--space-md)}.trust-item svg{color:var(--gold-dark);flex-shrink:0;margin-top:2px}.trust-item strong{display:block;font-size:.88rem;color:var(--charcoal);font-weight:600;margin-bottom:2px}.trust-item span{font-size:.78rem;color:var(--text-muted);line-height:1.4}.faq-section{background:var(--surface, #faf8f5)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--border, #e8e0d4);border-radius:var(--radius, 10px);overflow:hidden;background:#fff;transition:box-shadow .2s}.faq-item.faq-open{box-shadow:0 4px 16px #00000014}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:1rem;font-weight:600;color:var(--text-primary, #1c1008);line-height:1.4}.faq-icon{flex-shrink:0;color:var(--accent, #b8860b);transition:transform .25s}.faq-open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-open .faq-answer{max-height:200px;padding:0 1.4rem 1.2rem}.faq-answer p{margin:0;font-size:.95rem;color:var(--text-secondary, #5a4a3a);line-height:1.7}@media(max-width:1100px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.hero-title{font-size:3.8rem}}@media(max-width:768px){.hero-title{font-size:2.8rem}.hero-subtitle{max-width:none;font-size:1rem}.premium-actions{justify-content:center}.categories-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.category-card{aspect-ratio:2 / 3}.promo-content{flex-direction:column;text-align:center}.promo-text h2{font-size:1.8rem}.promo-visual{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero-title{font-size:2.2rem}.trust-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}}.products-page{padding-top:calc(var(--header-h) + var(--space-2xl));min-height:100vh;padding-bottom:var(--space-3xl)}.products-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-xl);flex-wrap:wrap;gap:var(--space-md)}.products-title{font-size:2rem;margin-bottom:var(--space-xs)}.products-count{color:var(--text-muted);font-size:.9rem}.products-header-actions{display:flex;gap:var(--space-sm);align-items:center}.products-sort{width:auto;min-width:180px}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:var(--space-xl)}.products-sidebar{position:sticky;top:calc(var(--header-h) + var(--space-lg));height:fit-content;background:var(--white);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg)}.sidebar-header h3{font-size:1.1rem}.sidebar-close{display:none;color:var(--text-muted)}.filter-group{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--sand)}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group h4{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-sm);color:var(--charcoal)}.filter-options{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.filter-chip{padding:.35rem .75rem;border-radius:var(--radius-full);font-size:.8rem;border:1px solid var(--sand);background:var(--cream);color:var(--text-light);transition:all var(--transition-fast);cursor:pointer}.filter-chip:hover{border-color:var(--gold);color:var(--gold-dark)}.filter-chip.active{background:var(--gold);color:#fff;border-color:var(--gold)}.filter-price-inputs{display:flex;align-items:center;gap:var(--space-sm)}.filter-price-inputs .form-input{font-size:.85rem;padding:.5rem .75rem}.filter-price-inputs span{color:var(--text-muted)}.filter-toggle{display:none}.products-grid-wrapper{min-height:400px}@media(max-width:1024px){.products-layout{grid-template-columns:1fr}.filter-toggle{display:inline-flex}.products-sidebar{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1001;border-radius:0;overflow-y:auto;padding:var(--space-xl);max-width:380px}.sidebar-open,.sidebar-close{display:block}}@media(max-width:768px){.products-sidebar{max-width:100%}.products-grid-wrapper .grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid-wrapper .grid-3{grid-template-columns:1fr}}.product-detail{padding-top:calc(var(--header-h) + var(--space-lg));padding-bottom:var(--space-3xl)}.breadcrumbs{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);font-size:.85rem;color:var(--text-muted);flex-wrap:wrap}.breadcrumbs a:hover{color:var(--gold-dark)}.breadcrumbs span{color:var(--charcoal);font-weight:500}.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.pd-gallery{position:relative}.pd-main-image{aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;background:var(--cream-dark);position:relative}.pd-main-image img{width:100%;height:100%;object-fit:cover}.pd-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:6rem;color:#ffffff80;font-weight:700}.pd-discount-badge{position:absolute;top:var(--space-md);left:var(--space-md);background:var(--rose);color:#fff;padding:.4rem 1rem;border-radius:var(--radius-md);font-weight:600;font-size:.9rem}.pd-thumbnails{display:flex;gap:var(--space-sm);margin-top:var(--space-md)}.pd-thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;transition:border-color var(--transition-fast);cursor:pointer}.pd-thumb.active,.pd-thumb:hover{border-color:var(--gold)}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-category{font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-dark);font-weight:600}.pd-title{font-size:2rem;margin:var(--space-sm) 0 var(--space-md)}.pd-rating{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:.9rem;color:var(--text-light)}.pd-prices{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.pd-price{font-size:1.8rem;font-weight:700;color:var(--charcoal)}.pd-original-price{font-size:1.2rem;text-decoration:line-through;color:var(--text-muted)}.pd-description{color:var(--text-light);line-height:1.8;margin-bottom:var(--space-lg)}.pd-meta{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-xl);padding:var(--space-md);background:var(--cream);border-radius:var(--radius-md)}.pd-meta-item{font-size:.9rem;color:var(--text-light)}.pd-meta-item strong{color:var(--charcoal);margin-right:var(--space-sm)}.text-green{color:var(--green);font-weight:600}.text-red{color:var(--red);font-weight:600}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.pd-actions{display:flex;gap:var(--space-md);align-items:center;margin-bottom:var(--space-lg);flex-wrap:wrap}.pd-qty{display:flex;align-items:center;border:1.5px solid var(--sand);border-radius:var(--radius-md);overflow:hidden}.pd-qty button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--cream);color:var(--charcoal);transition:background var(--transition-fast)}.pd-qty button:hover:not(:disabled){background:var(--sand)}.pd-qty button:disabled{opacity:.4;cursor:not-allowed}.pd-qty span{width:50px;text-align:center;font-weight:600;font-size:1rem}.pd-add-to-cart{flex:1;min-width:200px}.pd-trust{display:flex;flex-direction:column;gap:var(--space-sm)}.pd-trust-item{display:flex;align-items:center;gap:var(--space-sm);font-size:.85rem;color:var(--text-light)}.pd-trust-item svg{color:var(--green)}.review-form{max-width:600px;margin:0 auto var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-md);align-items:flex-start}.review-stars{display:flex;gap:4px;color:var(--gold)}.review-star-btn{color:var(--gold);cursor:pointer}.reviews-list{display:grid;gap:var(--space-md);max-width:700px;margin:0 auto}.review-card{background:var(--white);padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm)}.review-date{font-size:.8rem;color:var(--text-muted);margin-top:var(--space-sm);display:block}@media(max-width:768px){.pd-grid{grid-template-columns:1fr;gap:var(--space-xl)}.pd-title{font-size:1.5rem}.pd-price{font-size:1.4rem}}.cart-page{padding-top:calc(var(--header-h) + var(--space-2xl));min-height:100vh;padding-bottom:var(--space-3xl)}.page-title{font-size:2rem;margin-bottom:var(--space-xl)}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:var(--space-xl);align-items:start}.cart-items{display:flex;flex-direction:column;gap:var(--space-md)}.cart-item{display:flex;align-items:center;gap:var(--space-lg);padding:var(--space-md)}.cart-item:hover{transform:none}.cart-item-image{width:100px;height:100px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:2rem;color:#fff9;font-weight:700}.cart-item-info{flex:1}.cart-item-name{font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--charcoal);display:block;margin-bottom:var(--space-xs)}.cart-item-name:hover{color:var(--gold-dark)}.cart-item-price{font-size:.9rem;color:var(--text-light)}.cart-item-actions{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-sm)}.cart-qty{display:flex;align-items:center;border:1px solid var(--sand);border-radius:var(--radius-sm);overflow:hidden}.cart-qty button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--cream);color:var(--charcoal);transition:background var(--transition-fast)}.cart-qty button:hover{background:var(--sand)}.cart-qty span{width:36px;text-align:center;font-weight:600;font-size:.9rem}.cart-remove{color:var(--text-muted);transition:color var(--transition-fast)}.cart-remove:hover{color:var(--red)}.cart-item-total{font-weight:600;font-size:1rem;white-space:nowrap}.cart-summary{padding:var(--space-xl);position:sticky;top:calc(var(--header-h) + var(--space-lg))}.cart-summary:hover{transform:none;box-shadow:var(--shadow-md)}.cart-summary h3{margin-bottom:var(--space-lg);font-size:1.2rem}.cart-summary-row{display:flex;justify-content:space-between;padding:var(--space-sm) 0;font-size:.95rem;color:var(--text-light)}.cart-summary-total{font-size:1.1rem;color:var(--charcoal)}.cart-summary-divider{height:1px;background:var(--sand);margin:var(--space-md) 0}.cart-free-shipping-note{background:var(--blue-light);color:var(--blue);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;margin-top:var(--space-sm)}.cart-checkout-btn{width:100%;margin-top:var(--space-lg)}.cart-continue-btn{width:100%;margin-top:var(--space-sm)}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}.cart-item-total{width:100%;text-align:right;padding-top:var(--space-sm);border-top:1px solid var(--sand);margin-top:var(--space-sm)}}.checkout-page{padding-top:calc(var(--header-h) + var(--space-2xl));min-height:100vh;padding-bottom:var(--space-3xl)}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:var(--space-xl);align-items:start}.checkout-section{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);margin-bottom:var(--space-lg)}.checkout-section h3{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);font-size:1.1rem;color:var(--charcoal)}.checkout-cod-box{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);border:2px solid var(--gold);border-radius:var(--radius-md);background:#c4a8820d}.cod-check{color:var(--gold);flex-shrink:0}.checkout-cod-box p{font-size:.85rem;color:var(--text-muted);margin-top:2px}.checkout-submit{width:100%}.checkout-summary{padding:var(--space-xl);position:sticky;top:calc(var(--header-h) + var(--space-lg))}.checkout-summary:hover{transform:none}.checkout-summary h3{margin-bottom:var(--space-lg)}.checkout-items{display:flex;flex-direction:column;gap:var(--space-sm)}.checkout-item{display:flex;justify-content:space-between;font-size:.9rem}.checkout-item-name{color:var(--text-light);flex:1;margin-right:var(--space-md)}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:480px){.checkout-section{padding:var(--space-md)}}.order-confirm{padding-top:calc(var(--header-h) + var(--space-2xl));min-height:100vh;padding-bottom:var(--space-3xl)}.order-confirm-card{max-width:600px;margin:0 auto;background:var(--white);border-radius:var(--radius-xl);padding:var(--space-2xl);box-shadow:var(--shadow-lg);text-align:center}.order-confirm-icon{color:var(--green);margin-bottom:var(--space-lg)}.order-confirm-card h1{font-size:1.8rem;margin-bottom:var(--space-sm)}.order-confirm-sub{color:var(--text-muted);margin-bottom:var(--space-xl)}.order-confirm-details{background:var(--cream);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-xl);text-align:left}.order-detail-row{display:flex;justify-content:space-between;padding:var(--space-sm) 0;font-size:.95rem;color:var(--text-light);border-bottom:1px solid var(--sand)}.order-detail-row:last-child{border-bottom:none}.order-confirm-items{text-align:left;margin-bottom:var(--space-xl)}.order-confirm-items h3{font-size:1rem;margin-bottom:var(--space-md)}.order-confirm-item{display:flex;justify-content:space-between;padding:var(--space-sm) 0;font-size:.9rem;color:var(--text-light)}.order-confirm-actions{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.orders-page{padding-top:calc(var(--header-h) + var(--space-2xl));min-height:100vh;padding-bottom:var(--space-3xl)}.orders-page .page-title{display:flex;align-items:center;gap:var(--space-sm)}.orders-list{display:flex;flex-direction:column;gap:var(--space-md)}.order-card{padding:var(--space-lg)}.order-card:hover{transform:none}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--sand)}.order-card-id{font-family:var(--font-heading);font-weight:600;font-size:1.1rem;display:block;color:var(--charcoal)}.order-card-date{font-size:.85rem;color:var(--text-muted)}.order-card-items{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--space-md)}.order-card-item{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-light)}.order-card-footer{padding-top:var(--space-md);border-top:1px solid var(--sand);display:flex;justify-content:flex-end}.order-card-totals{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-xs);font-size:.9rem}.order-card-totals strong{font-size:1.05rem;color:var(--charcoal)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--header-h) var(--space-md) var(--space-2xl);background:linear-gradient(135deg,var(--cream) 0%,#F5EDE1 100%)}.login-container{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-2xl);width:100%;max-width:440px;box-shadow:var(--shadow-xl)}.login-branding{text-align:center;margin-bottom:var(--space-xl)}.login-branding .logo-icon{display:inline-flex;margin-bottom:var(--space-md)}.login-branding h1{font-size:1.6rem;margin-bottom:var(--space-xs)}.login-branding p{color:var(--text-muted);font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:var(--space-md)}.login-phone-input{display:flex;align-items:center;border:1.5px solid var(--sand);border-radius:var(--radius-md);overflow:hidden;transition:border-color var(--transition-fast)}.login-phone-input:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #c4a88226}.login-phone-prefix{display:flex;align-items:center;gap:var(--space-xs);padding:.75rem 1rem;background:var(--cream);color:var(--text-light);font-weight:500;font-size:.9rem;border-right:1px solid var(--sand);white-space:nowrap}.login-phone-input .form-input{border:none;box-shadow:none}.login-phone-input .form-input:focus{box-shadow:none}.otp-input{text-align:center;font-size:1.5rem;font-weight:700;letter-spacing:.5em;padding:1rem}.login-btn{width:100%}.dev-otp{text-align:center;font-size:.85rem;color:var(--blue);margin-top:var(--space-sm);background:var(--blue-light);padding:var(--space-sm);border-radius:var(--radius-sm)}.admin-layout{display:flex;min-height:100vh;background:#f0ebe3}.admin-sidebar{width:260px;background:var(--charcoal);color:#fff;display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:100}.admin-sidebar-header{padding:var(--space-lg);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.admin-logo{display:flex;align-items:center;gap:var(--space-sm);color:#fff}.admin-logo-text{font-family:var(--font-heading);font-weight:600;font-size:1.1rem}.admin-sidebar-close{display:none;color:#fff9}.admin-nav{flex:1;padding:var(--space-md);display:flex;flex-direction:column;gap:4px}.admin-nav-item{display:flex;align-items:center;gap:var(--space-sm);padding:.7rem 1rem;border-radius:var(--radius-md);color:#ffffffb3;font-size:.9rem;transition:all var(--transition-fast);width:100%;text-align:left}.admin-nav-item:hover{color:#fff;background:#ffffff1a}.admin-nav-item.active{color:#fff;background:var(--gold-dark)}.admin-sidebar-footer{padding:var(--space-md);border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:4px}.admin-logout{color:#ffffff80!important}.admin-logout:hover{color:var(--red)!important}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column}.admin-topbar{background:#fff;padding:var(--space-md) var(--space-xl);border-bottom:1px solid var(--sand);display:flex;align-items:center;gap:var(--space-md);position:sticky;top:0;z-index:50}.admin-menu-btn{display:none;color:var(--charcoal)}.admin-welcome{font-weight:500;color:var(--text-light)}.admin-content{padding:var(--space-xl);flex:1}.admin-page-title{font-size:1.6rem;margin-bottom:var(--space-xl)}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md);margin-bottom:var(--space-xl)}.admin-stat-card{background:#fff;border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.admin-stat-card .stat-value{font-size:1.8rem;font-weight:700;color:var(--charcoal);font-family:var(--font-heading)}.admin-stat-card .stat-label{font-size:.85rem;color:var(--text-muted);margin-top:var(--space-xs)}.admin-stat-card .stat-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-sm)}.admin-card{background:#fff;border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);margin-bottom:var(--space-lg)}.admin-card h3{font-size:1.1rem;margin-bottom:var(--space-md)}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:.75rem 1rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:2px solid var(--sand);font-weight:600;white-space:nowrap}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid var(--cream-dark);font-size:.9rem;vertical-align:middle}.admin-table tr:hover td{background:var(--cream)}.admin-table-actions{display:flex;gap:var(--space-xs)}.admin-product-thumb{width:90px;height:90px;border-radius:var(--radius-md);object-fit:cover;background:var(--cream-dark);border:1px solid var(--sand);display:block}.admin-product-placeholder{width:90px;height:90px;border-radius:var(--radius-md);background:var(--sand);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;text-transform:uppercase}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);flex-wrap:wrap;gap:var(--space-md)}.admin-toolbar-search{display:flex;gap:var(--space-sm);align-items:center}.admin-toolbar-search .form-input{min-width:250px}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-lg)}.admin-modal{background:#fff;border-radius:var(--radius-xl);padding:var(--space-2xl);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:scaleIn .2s ease}.admin-modal h2{margin-bottom:var(--space-xl)}.admin-modal-footer{display:flex;justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--sand)}@media(max-width:1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-sidebar{transform:translate(-100%);transition:transform var(--transition-smooth)}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-close,.admin-menu-btn{display:block}.admin-main{margin-left:0}.admin-content{padding:var(--space-md)}.admin-stats{grid-template-columns:1fr}}:root{--cream: #FAF7F2;--cream-dark: #F2EAE0;--sand: #E0D4C4;--gold: #C9A84C;--gold-dark: #8B6914;--gold-light: #E8D5A0;--charcoal: #1C1410;--charcoal-light: #3A2E24;--text: #2A2018;--text-light: #6B5D50;--text-muted: #A8998A;--white: #FFFFFF;--rose: #B86B6B;--rose-light: #F0D8D8;--green: #4E7E5A;--green-light: #D0EADA;--red: #B84040;--red-light: #F8D7D7;--blue: #4A7AB5;--blue-light: #D4E8F8;--overlay: rgba(28, 20, 16, .55);--font-heading: "Cormorant Garamond", "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 14px;--radius-xl: 22px;--radius-full: 9999px;--shadow-sm: 0 1px 4px rgba(28,20,16,.06), 0 1px 2px rgba(28,20,16,.04);--shadow-md: 0 4px 16px rgba(28,20,16,.09);--shadow-lg: 0 12px 36px rgba(28,20,16,.12);--shadow-xl: 0 24px 60px rgba(28,20,16,.15);--transition-fast: .15s ease;--transition-base: .26s ease;--transition-smooth: .4s cubic-bezier(.4, 0, .2, 1);--max-width: 1280px;--header-h: 90px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100vw}body{font-family:var(--font-body);color:var(--text);background:var(--cream);line-height:1.65;min-height:100vh;overflow-x:hidden;max-width:100vw;letter-spacing:.01em}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.15;color:var(--charcoal);letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}img{max-width:100%;display:block}input,select,textarea{font-family:var(--font-body);font-size:1rem}@media(max-width:768px){input,select,textarea{font-size:16px}}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-3xl) 0}.section-title{font-size:2.8rem;font-weight:600;text-align:center;margin-bottom:var(--space-sm);position:relative;letter-spacing:-.02em}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:var(--space-2xl);font-size:1rem;letter-spacing:.02em}.section-title:after{content:"";display:block;width:48px;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold));margin:var(--space-md) auto 0;border-radius:var(--radius-full)}.grid{display:grid;gap:var(--space-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.75rem 1.75rem;border-radius:var(--radius-md);font-weight:500;font-size:.95rem;transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:var(--white);box-shadow:0 4px 16px #8b691447;letter-spacing:.03em;font-weight:500}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b691461}.btn-secondary{background:var(--white);color:var(--charcoal);border:1.5px solid var(--sand)}.btn-secondary:hover{border-color:var(--gold);color:var(--gold-dark);background:var(--cream)}.btn-outline{background:transparent;color:var(--gold-dark);border:1.5px solid var(--gold)}.btn-outline:hover{background:var(--gold);color:var(--white)}.btn-danger{background:var(--red);color:var(--white)}.btn-danger:hover{background:#b54545}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.btn-icon{width:40px;height:40px;padding:0;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center}.form-group{margin-bottom:var(--space-lg)}.form-label{display:block;font-weight:500;margin-bottom:var(--space-xs);color:var(--charcoal);font-size:.9rem}.form-input{width:100%;padding:.75rem 1rem;border:1.5px solid var(--sand);border-radius:var(--radius-md);background:var(--white);color:var(--text);transition:border-color var(--transition-fast);font-size:.95rem}.form-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c4a88226}.form-input::placeholder{color:var(--text-muted)}.form-select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--sand);border-radius:var(--radius-md);background:var(--white);color:var(--text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c4a88226}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition-smooth)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-gold{background:#c4a88226;color:var(--gold-dark)}.badge-green{background:var(--green-light);color:var(--green)}.badge-red{background:var(--red-light);color:var(--red)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-rose{background:var(--rose-light);color:var(--rose)}.price{font-weight:600;color:var(--charcoal);font-size:1.1rem}.price-original{text-decoration:line-through;color:var(--text-muted);font-weight:400;font-size:.9rem;margin-left:var(--space-sm)}.price-discount{color:var(--rose);font-weight:600}.skeleton{background:linear-gradient(90deg,var(--sand) 25%,var(--cream-dark) 50%,var(--sand) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{width:32px;height:32px;border:3px solid var(--sand);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-page{display:flex;align-items:center;justify-content:center;min-height:60vh;flex-direction:column;gap:var(--space-md)}.react-hot-toast{font-family:var(--font-body)!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:fadeIn .4s ease}.animate-fadeInUp{animation:fadeInUp .5s ease}.animate-slideIn{animation:slideInRight .4s ease}.animate-scaleIn{animation:scaleIn .3s ease}.stagger-children>*{opacity:0;animation:fadeInUp .5s ease forwards}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.stagger-children>*:nth-child(6){animation-delay:.3s}.stagger-children>*:nth-child(7){animation-delay:.35s}.stagger-children>*:nth-child(8){animation-delay:.4s}.reveal{opacity:0;transform:translateY(30px) scale(.98);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.reveal-left{opacity:0;transform:translate(-40px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1)}.reveal-left.is-visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(40px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1)}.reveal-right.is-visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.92);transition:opacity .6s cubic-bezier(.2,.8,.2,1),transform .6s cubic-bezier(.2,.8,.2,1)}.reveal-scale.is-visible{opacity:1;transform:scale(1)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--header-h: 80px}.container{padding:0 var(--space-md)}.section{padding:var(--space-2xl) 0}.section-title{font-size:1.6rem}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.btn-lg{padding:.85rem 1.75rem;font-size:1rem}}@media(max-width:480px){.grid-4,.grid-3{grid-template-columns:1fr}.section-title{font-size:1.4rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--sand);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}.stars{display:inline-flex;gap:2px;color:var(--gold)}.stars .star-empty{color:var(--sand)}.empty-state{text-align:center;padding:var(--space-3xl) var(--space-xl);color:var(--text-light)}.empty-state-icon{font-size:4rem;margin-bottom:var(--space-lg);opacity:.4}.empty-state h3{font-size:1.3rem;margin-bottom:var(--space-sm);color:var(--charcoal)}.empty-state p{margin-bottom:var(--space-lg)}
