*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a1a1a;--secondary:#f5f5f5;--accent:#feb0c3;--darkAccent:#b44a65;--text-light:#666;--border:#e5e5e5;--shadow:0 2px 8px rgba(0,0,0,.08);--shadow-hover:0 4px 16px rgba(0,0,0,.12)}html{overflow-x:hidden;overflow-y:scroll}::-webkit-scrollbar{background:0 0;width:0}body{color:var(--primary);background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:2rem}button{font:inherit}.header{border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow);background:#fff;position:-webkit-sticky;position:sticky;top:0}.header-content{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1400px;margin:0 auto;padding:.5rem 2rem;display:grid}.logo{justify-content:center;justify-self:center;align-items:center;text-decoration:none;display:flex}.logo-image{width:auto;height:150px;max-height:100%;display:block}.header-actions{justify-self:end;align-items:center;gap:1rem;display:flex}.favorites-icon,.account-icon,.cart-icon,.admin-icon{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;width:40px;padding:8px;display:flex}.menu-toggle span{background:var(--primary);width:24px;height:2px;transition:all .3s;display:block}.menu-toggle.active span:first-child{transform:rotate(45deg)translateY(6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translateY(-6px)}.favorites-icon{color:#000}.favorites-icon:hover{color:#e74c3c}.admin-icon{color:#000}.admin-icon:hover{color:var(--accent)}.cart-icon{position:relative}.cart-count{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:0;right:0}.empty-cart{text-align:center;color:var(--text-light);padding:4rem 2rem}.account-wrapper{position:relative}.account-dropdown{border:1px solid var(--border);box-shadow:var(--shadow-hover);z-index:300;background:#fff;border-radius:8px;min-width:160px;margin-top:8px;position:absolute;top:100%;right:0}.account-dropdown .dropdown-header{border-bottom:1px solid var(--border);color:var(--text-light);padding:1rem;font-size:.9rem;font-weight:500}.account-dropdown button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:background .15s;display:block}.account-dropdown button:hover{background:var(--secondary)}.account-dropdown .sign-out{color:#e74c3c;border-top:1px solid var(--border)}.side-menu{z-index:200;background:#fff;width:200px;height:100vh;transition:left .3s;position:fixed;top:0;left:-300px;box-shadow:2px 0 10px rgba(0,0,0,.1)}.side-menu.active{left:0}.menu-nav{padding:2rem}.menu-nav a{color:var(--primary);padding:1rem 0;font-size:1.1rem;text-decoration:none;transition:color .15s;display:block}.menu-nav a:hover{color:var(--accent)}.overlay{z-index:150;background:rgba(0,0,0,.5);display:none;position:fixed;top:0;bottom:0;left:0;right:0}.overlay.active{display:block}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.product-card{cursor:pointer;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.product-image{aspect-ratio:1;background:var(--secondary);border-radius:8px;width:100%;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-info{padding:1rem 0}.product-name{margin-bottom:.5rem;font-size:1.1rem;font-weight:400}.product-price{color:var(--text-light);font-size:1rem}.back-button{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:color .15s;display:inline-flex}.back-button:hover{color:var(--primary)}.detail-content{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.detail-image{aspect-ratio:1;background:var(--secondary);border-radius:12px;width:100%;overflow:hidden}.detail-image img{object-fit:cover;width:100%;height:100%}.detail-info{padding:2rem 0}.detail-title{letter-spacing:1px;margin-bottom:1rem;font-size:2rem;font-weight:300}.detail-price{color:var(--text-light);margin-bottom:2rem;font-size:1.5rem}.detail-description{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.add-to-cart{background:var(--primary);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:4px;padding:1rem 3rem;font-size:1rem;transition:all .3s}.add-to-cart.added{background:green}.add-to-cart:hover{box-shadow:var(--shadow-hover);background:#333;transform:translateY(-2px)}.add-to-cart.added:hover{box-shadow:none;background:green;transform:none}.cart-title{letter-spacing:1px;margin-bottom:2rem;font-size:2rem;font-weight:300}.cart-items{margin-bottom:2rem}.cart-item{border:1px solid var(--border);border-radius:8px;gap:2rem;margin-bottom:1rem;padding:2rem;display:flex}.cart-item-image{background:var(--secondary);border-radius:8px;width:100px;height:100px}.cart-item-info{flex:1}.cart-item-name{margin-bottom:.5rem;font-size:1.2rem}.cart-item-price{color:var(--text-light)}.quantity-control{align-items:center;gap:1rem;margin-top:1rem;display:flex}.quantity-btn{background:var(--secondary);cursor:pointer;border:none;border-radius:4px;width:30px;height:30px}.quantity-btn:hover{background:var(--border)}.remove-item{color:#e74c3c;cursor:pointer;background:0 0;border:none;text-decoration:underline}.cart-total{text-align:right;background:var(--secondary);border-radius:8px;padding:2rem}.total-label{margin-bottom:1rem;font-size:1.2rem}.total-amount{margin-bottom:2rem;font-size:2rem;font-weight:300}.checkout-btn{background:var(--accent);color:var(--darkAccent);cursor:pointer;border-color:var(--accent);border-style:solid;border-radius:4px;padding:1rem 3rem;font-size:1rem}.checkout-btn:hover{color:#df748e;box-shadow:var(--shadow-hover);background:#fff;transform:translateY(-2px)}.shipping-form-container h3{letter-spacing:1px;margin-bottom:2rem;font-size:1.5rem;font-weight:300}.shipping-form{max-width:600px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.cancel-btn{border:1px solid var(--border);color:var(--text-light);cursor:pointer;background:0 0;border-radius:4px;padding:.75rem 2rem}.cancel-btn:hover:not(:disabled){background:var(--secondary);border-color:var(--text-light)}.submit-btn{background:var(--accent);color:var(--darkAccent);cursor:pointer;border-color:var(--accent);border-style:solid;border-radius:4px;padding:.75rem 2rem}.submit-btn:hover:not(:disabled){color:#df748e;box-shadow:var(--shadow-hover);background:#fff;transform:translateY(-2px)}.submit-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.auth-modal-overlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.auth-modal{width:90%;max-width:400px;box-shadow:var(--shadow-hover);background:#fff;border-radius:12px;padding:2rem}.auth-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.auth-modal-header h2{font-size:1.5rem;font-weight:300}.close-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;display:flex}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select{border:1px solid var(--border);border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:var(--accent);outline:none}.auth-submit-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.auth-submit-btn:hover:not(:disabled){background:#333}.auth-switch{text-align:center}.switch-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;text-decoration:underline}.favorite-btn{cursor:pointer;color:#000;background:rgba(255,255,255,.9);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .1s;display:flex;position:absolute;top:.5rem;right:.5rem}.favorite-btn:hover{background:#fff;transform:scale(1.2)}.favorite-btn.favorite{color:#e74c3c}.favorite-btn.favorite svg{fill:currentColor}.favorite-btn.loading{opacity:.6;pointer-events:none}.profile-content{max-width:800px}.profile-section{margin-bottom:3rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h2{font-size:1.5rem;font-weight:300}.edit-btn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:4px;padding:.5rem 1rem}.edit-btn:hover{background:var(--accent);color:#fff}.profile-form,.profile-info{background:var(--secondary);border-radius:8px;padding:2rem}.orders-list{border:1px solid var(--border);border-radius:8px;overflow:hidden}.order-item{border-bottom:1px solid var(--border);padding:1.5rem}.order-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.order-id{font-weight:500}.order-date{color:var(--text-light);font-size:.9rem}.order-details{justify-content:space-between;align-items:center;display:flex}.order-total{font-weight:500}.order-status{color:var(--text-light);text-transform:capitalize}.empty-orders,.empty-favorites{text-align:center;color:var(--text-light);padding:3rem 2rem}.loading-state{text-align:center;color:var(--text-light);padding:4rem 2rem}.success-content{text-align:center;max-width:600px;margin:0 auto}.success-header{margin-bottom:3rem}.success-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.success-header h1{color:#10b981;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.success-header p{color:var(--text-light);font-size:1.1rem}.order-summary{background:var(--secondary);text-align:left;border-radius:12px;margin-bottom:3rem;padding:2rem}.order-summary h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:300}.order-info{margin-bottom:2rem}.order-info .info-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.order-info .info-row:last-child{border-bottom:none}.status-badge{color:#fff;text-transform:capitalize;background:#10b981;border-radius:20px;padding:.25rem .75rem;font-size:.9rem}.order-items h3{margin-bottom:1rem;font-size:1.2rem;font-weight:400}.order-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.order-item:last-child{border-bottom:none}.item-name{flex:1;font-weight:500}.item-quantity{color:var(--text-light);margin:0 1rem}.item-price{font-weight:500}.page-title{letter-spacing:1px;margin-bottom:2rem;font-size:2.5rem;font-weight:300}.page-text{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.feedback-form-container{max-width:600px;margin:2rem auto;padding:1.5rem}.feedback-form{flex-direction:column;gap:1rem;display:flex}textarea{resize:vertical;border:1px solid #ccc;border-radius:.5rem;outline:none;min-height:120px;padding:.75rem;font-size:1rem}textarea:focus{border-color:#0070f3}.error{color:red;margin-top:.5rem}.success{color:green;margin-top:.5rem}.admin-sections{margin:2rem}.admin-panel{cursor:pointer;background:#f9f9f9;border:1px solid #ccc;border-radius:8px;margin:1rem;padding:1rem}.admin-panel-header{justify-content:space-between;display:flex}.admin-panel ul{margin:1rem 0 0;padding:0;list-style:none}.admin-panel li{background:#fff;border-radius:4px;margin-bottom:.5rem;padding:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.show-btn{cursor:pointer}@media (max-width:768px){.detail-content{grid-template-columns:1fr;gap:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.header-content{grid-template-columns:auto 1fr auto;padding:.5rem}.header-actions{gap:.5rem}.logo-image{height:100px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.order-header,.order-details{flex-direction:column;align-items:flex-start;gap:.5rem}}
