*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #06080f;--surface-1: #0c1222;--surface-2: #141c30;--surface-3: #1a2540;--border: #1e2d4a;--border-hover: #2d4166;--text: #e8edf5;--text-secondary: #8b99b0;--text-muted: #5a6a84;--accent: #7c3aed;--accent-light: #a78bfa;--accent-glow: rgba(124, 58, 237, .15);--cyan: #06b6d4;--cyan-light: #22d3ee;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow: 0 4px 24px rgba(0,0,0,.3);--shadow-hover: 0 8px 40px rgba(0,0,0,.5);--transition: .2s ease}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.nav{position:sticky;top:0;z-index:100;background:#06080fe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{background:none;border:none;cursor:pointer;font-size:1.5rem;font-weight:800;font-family:inherit;color:var(--accent-light);letter-spacing:-.02em}.nav-logo span{font-weight:500;font-size:.8rem;letter-spacing:.08em;opacity:.85}.nav-links{display:flex;gap:.25rem}.nav-links button{background:none;border:none;color:var(--text-secondary);font-family:inherit;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition)}.nav-links button:hover{color:var(--text);background:#ffffff0d}.nav-links button.active{color:var(--text);background:var(--surface-2)}.cart-badge{background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;vertical-align:top;position:relative;top:-1px}.hero{background:radial-gradient(ellipse at 20% 50%,rgba(124,58,237,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 30%,rgba(6,182,212,.08) 0%,transparent 50%),var(--surface-1);padding:2rem 2rem 1.5rem;text-align:center;border-bottom:1px solid var(--border)}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;color:#e8edf5;background:linear-gradient(135deg,var(--text) 30%,var(--accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.15rem;color:var(--text-secondary);max-width:520px;margin:0 auto 2rem}.btn-outline{display:inline-block;padding:.7rem 1.6rem;border:1px solid var(--border-hover);border-radius:var(--radius-md);color:var(--cyan-light);font-family:inherit;font-weight:600;font-size:.9rem;text-decoration:none;transition:all var(--transition);background:none;cursor:pointer}.btn-outline:hover{border-color:var(--cyan);background:#06b6d414;box-shadow:0 0 24px #06b6d41a}.container{max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .25s ease;cursor:pointer}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:var(--border-hover)}.product-image-wrap{height:220px;background:var(--surface-1);overflow:hidden;position:relative}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image-wrap img{transform:scale(1.06)}.product-image-wrap.no-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface-2),var(--surface-3))}.product-image-wrap.no-image:after{content:"3D";font-size:2.5rem;font-weight:800;color:var(--text-muted);opacity:.4}.product-info{padding:1.25rem}.product-tag{display:inline-block;padding:.2rem .65rem;background:var(--accent-glow);border:1px solid rgba(124,58,237,.2);border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;color:var(--accent-light);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.product-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem;letter-spacing:-.01em}.product-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.5;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.3rem;font-weight:700;color:var(--cyan-light)}.btn-primary{background:linear-gradient(135deg,var(--accent),#6d28d9);color:#fff;border:none;padding:.6rem 1.3rem;border-radius:var(--radius-md);font-family:inherit;font-weight:600;font-size:.85rem;cursor:pointer;transition:all var(--transition)}.btn-primary:hover{box-shadow:0 0 28px #7c3aed59;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-lg{padding:.85rem 2.5rem;font-size:1rem}.btn-full{width:100%}.btn-sm{background:var(--surface-3);border:1px solid var(--border);color:var(--text);width:34px;height:34px;border-radius:var(--radius-sm);cursor:pointer;font-size:1.1rem;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;transition:all var(--transition)}.btn-sm:hover{background:var(--border);border-color:var(--border-hover)}.btn-danger-sm{background:none;border:1px solid rgba(239,68,68,.25);color:var(--danger);padding:.35rem .7rem;border-radius:var(--radius-sm);font-family:inherit;font-size:.75rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.btn-danger-sm:hover{background:#ef44441a;border-color:var(--danger)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:60}.modal-content{background:var(--surface-1);border:1px solid var(--border);width:min(720px,92vw);border-radius:var(--radius-lg);padding:1.5rem;max-height:85vh;overflow-y:auto;box-shadow:0 16px 64px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.modal-header h3{font-size:1.3rem;font-weight:700;color:var(--text)}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.modal-image img{width:100%;border-radius:var(--radius-md);object-fit:cover}.modal-info{display:flex;flex-direction:column;gap:.75rem}.modal-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.modal-price{font-size:1.5rem;font-weight:800;color:var(--cyan-light)}.modal-info .form-group{margin-bottom:0}.modal-info small{display:block;margin-top:.3rem}.cart-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.5rem;transition:border-color var(--transition)}.cart-item:hover{border-color:var(--border-hover)}.cart-item-image{width:60px;height:60px;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-1);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-details h3{font-size:1rem;font-weight:600;margin-bottom:.15rem}.cart-item-variant{display:block;font-size:.8rem;color:var(--accent-light);margin-bottom:.15rem}.cart-item-notes{display:block;font-size:.75rem;color:var(--text-muted);font-style:italic;margin-bottom:.15rem}.cart-item-qty{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1rem}.cart-item-total{font-weight:700;font-size:1.1rem;color:var(--cyan-light);min-width:85px;text-align:right}.cart-summary{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);font-size:1.1rem;font-weight:500}.cart-total-amount{font-size:2rem;font-weight:800;color:var(--cyan-light);letter-spacing:-.02em}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}.empty-state p{margin-bottom:.75rem;font-size:1.1rem}.auth-card{max-width:420px;margin:4rem auto;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem}.auth-card h2{text-align:center;margin-bottom:2rem;font-weight:700}.form-group{margin-bottom:1rem;flex:1;min-width:0}.form-group label{display:block;font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.06em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem .9rem;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-size:.9rem;font-family:inherit;transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group select{cursor:pointer}.form-group select option{background:var(--surface-1);color:var(--text)}.form-group textarea{resize:vertical;min-height:80px}.form-group input[type=file]{padding:.5rem;cursor:pointer}.form-group input[type=file]::file-selector-button{background:linear-gradient(135deg,var(--accent),#6d28d9);color:#fff;border:none;padding:.45rem 1rem;border-radius:var(--radius-sm);font-family:inherit;font-weight:600;font-size:.8rem;cursor:pointer;margin-right:.75rem;transition:all var(--transition)}.form-group input[type=file]::file-selector-button:hover{box-shadow:0 0 16px #7c3aed4d}.image-preview{margin-top:.75rem;max-width:200px;max-height:140px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-header .section-title{margin-bottom:0}.admin-section{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.admin-section-header h3{font-size:1.1rem;font-weight:600}.admin-form{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1.5rem}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.75rem 1rem;border-bottom:1px solid var(--border)}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(30,45,74,.4);font-size:.9rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#ffffff04}.admin-table code{background:var(--surface-3);padding:.15rem .45rem;border-radius:4px;font-size:.8rem;color:var(--text-secondary)}.toast-container{position:fixed;top:80px;right:1.5rem;z-index:200;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{padding:.8rem 1.25rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;background:var(--surface-2);border:1px solid var(--border);box-shadow:var(--shadow);animation:toastIn .3s ease;min-width:260px;border-left:3px solid var(--success);pointer-events:auto}.toast-error{border-left-color:var(--danger)}.toast-warning{border-left-color:var(--warning)}@keyframes toastIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.text-muted{color:var(--text-muted)}.text-sm{font-size:.8rem}@media (max-width: 768px){.hero{padding:1.5rem 1.5rem 1rem}.container{padding:1.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.product-image-wrap{height:180px}.cart-item{flex-wrap:wrap;gap:1rem;padding:1rem}.cart-item-image{width:48px;height:48px}.cart-item-total{min-width:auto;text-align:left}.nav-inner{padding:0 1rem}.form-row{grid-template-columns:1fr}.admin-section{padding:1rem}.toast-container{right:1rem;left:1rem}.toast{min-width:auto}.modal-body{grid-template-columns:1fr}.modal-content{padding:1rem}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}.nav-inner{height:auto;padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.auth-card{margin:2rem auto;padding:1.5rem}.cart-summary{padding:1.5rem}.cart-total-amount{font-size:1.5rem}}
