@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-card:#111;--bg-elevated:#1a1a1a;--border-color:#fff;--border-subtle:#ffffff26;--border-medium:#ffffff4d;--text-primary:#fff;--text-secondary:#ffffffb3;--text-muted:#fff6;--accent:#fff;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-glow:0 0 20px #ffffff0d;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease}.hydrangea{--bg-primary:#52011c;--bg-secondary:#52011c;--bg-card:#4f0001;--bg-elevated:#4f0001;--border-color:#fff;--border-subtle:#ffffff26;--border-medium:#ffffff4d;--text-primary:#fff;--text-secondary:#ffffffb3;--text-muted:#fff6;--accent:#fff;background-color:#52011c}.hydrangea .product-card-title,.hydrangea .product-card-price,.hydrangea .product-name{color:#edd89a!important}.hydrangea input,.hydrangea textarea,.hydrangea select{color:#fff;background:#ffffff0d;border-color:#fff}.hydrangea input::placeholder,.hydrangea textarea::placeholder{color:#fff6}.hydrangea .hero{background-color:#52011c;border-bottom-color:#fff}.hydrangea .hero-title{color:#fff}.hydrangea .hero-subtitle{color:#ffffffb3}.hydrangea .hero-button{color:#fff;border-color:#fff}.hydrangea .navbar{background-color:#52011c;border-bottom-color:#fff}.hydrangea .navbar-logo{color:#fff;border-color:#fff}.hydrangea .navbar-action-btn{color:#fff;border-color:#ffffff26}.hydrangea .navbar-action-btn:hover{background:#ffffff1a;border-color:#fff}.hydrangea .navbar-search input{color:#fff;border-color:#fff}.cotton{--bg-primary:#abaa93;--bg-secondary:#abaa93;--bg-card:#80794f;--bg-elevated:#80794f;--border-color:#f2ecdf;--border-subtle:#f2ecdf26;--border-medium:#f2ecdf4d;--text-primary:#f2ecdf;--text-secondary:#f2ecdfb3;--text-muted:#f2ecdf66;--accent:#f2ecdf;background-color:#abaa93}.cotton .product-card-title,.cotton .product-card-price,.cotton .product-name{color:#f2ecdf!important}.cotton input,.cotton textarea,.cotton select{color:#f2ecdf;background:#f2ecdf14;border-color:#f2ecdf}.cotton input::placeholder,.cotton textarea::placeholder{color:#f2ecdf66}.cotton .hero{background-color:#abaa93;border-bottom-color:#f2ecdf}.cotton .hero-title{color:#f2ecdf}.cotton .hero-subtitle{color:#f2ecdfb3}.cotton .hero-button{color:#f2ecdf;border-color:#f2ecdf}.cotton .navbar{background-color:#abaa93;border-bottom-color:#f2ecdf}.cotton .navbar-logo{color:#f2ecdf;border-color:#f2ecdf}.cotton .navbar-action-btn{color:#f2ecdf;border-color:#f2ecdf26}.cotton .navbar-action-btn:hover{background:#f2ecdf1a;border-color:#f2ecdf}.cotton .navbar-search input{color:#f2ecdf;border-color:#f2ecdf}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--text-primary);transition:opacity var(--transition-fast);text-decoration:none}a:hover{opacity:.8}button{font-family:var(--font-sans);cursor:pointer;color:var(--text-primary);background:0 0;border:none}input,textarea,select{font-family:var(--font-sans);color:var(--text-primary);border:1px solid var(--border-medium);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:0 0;outline:none;width:100%;padding:12px 16px;font-size:.95rem}input:focus,textarea:focus,select:focus{border-color:var(--border-color);box-shadow:0 0 0 2px #ffffff1a}input::placeholder,textarea::placeholder{color:var(--text-muted)}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}select option{color:#fff;background:#111}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-medium)}.navbar{border-bottom:1px solid var(--border-color);background:var(--bg-primary);z-index:100;justify-content:space-between;align-items:center;min-height:90px;padding:8px 24px;display:flex;position:sticky;top:0}.navbar-logo{font-family:var(--font-serif);letter-spacing:2px;border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:background var(--transition-fast);padding:6px 16px;font-size:1.3rem;font-weight:700}.navbar-logo:hover{background:#ffffff0d}.navbar-search{flex:1;max-width:640px;margin:0 32px;position:relative}.navbar-search input{border:1px solid var(--border-color);border-radius:24px;height:38px;padding-left:40px;font-size:.88rem}.navbar-search .search-icon{color:var(--text-muted);width:16px;height:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.navbar-actions{align-items:center;gap:8px;display:flex}.navbar-action-btn{border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:38px;height:38px;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.navbar-action-btn:hover{border-color:var(--border-color);background:#ffffff0d}.navbar-action-btn svg{width:18px;height:18px}.menu-dropdown{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);min-width:220px;box-shadow:var(--shadow-glow);z-index:200;flex-direction:column;gap:12px;padding:12px;animation:.2s dropdownFadeIn;display:flex;position:absolute;top:calc(100% + 8px);right:0}.menu-group{flex-direction:column;gap:4px;display:flex}.menu-group:not(:last-child){border-bottom:1px solid var(--border-subtle);padding-bottom:10px}.menu-group-label{letter-spacing:1.5px;color:var(--text-muted);margin-bottom:4px;padding:0 8px;font-size:.65rem;font-weight:700}.menu-item{width:100%;color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;font-size:.9rem;display:flex}.menu-item:hover{color:var(--text-primary);background:#ffffff0d}.menu-item.active{color:var(--text-primary);background:#ffffff1a;font-weight:600}.hero{border-bottom:1px solid var(--border-color);padding:48px 32px 32px}.hero-title{font-family:var(--font-serif);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:2.5rem;font-weight:900;line-height:1.1}.hero-subtitle{font-family:var(--font-serif);color:var(--text-secondary);margin-top:0;margin-bottom:24px;font-size:1.3rem;font-style:italic;font-weight:400}.hero-buttons{justify-content:center;gap:16px;display:flex}.hero-button{border:2px solid var(--border-color);width:120px;height:120px;color:var(--border-color);transition:all var(--transition-fast);cursor:pointer;background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.hero-button:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 0 12px #ffffff26}.hero-button.active{background:#ffffff26;border-color:#fff;box-shadow:0 0 20px #ffffff4d}.hero-button-image{object-fit:contain;width:100%;height:100%}.product-section{flex:1;padding:0 32px}.product-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.product-header h2{font-size:1.1rem;font-weight:700}.product-header span{color:var(--text-muted);font-size:.85rem}.product-empty{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:80px 0;display:flex}.product-empty-icon{border:2px solid var(--border-medium);border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:flex}.product-empty-icon svg{width:28px;height:28px;color:var(--text-muted)}.product-empty h3{color:var(--text-secondary);margin-bottom:4px;font-size:1rem;font-weight:600}.product-empty p{font-size:.85rem}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:500;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.modal-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:100%;max-width:460px;max-height:90vh;padding:40px 36px;animation:.3s modalSlideIn;overflow-y:auto;box-shadow:0 0 60px #ffffff08}.modal-card.wide{max-width:520px}.modal-logo{text-align:center;font-family:var(--font-serif);letter-spacing:2px;border:1px solid var(--border-color);border-radius:var(--radius-sm);margin:0 auto 24px;padding:8px 24px;font-size:1.8rem;font-weight:700;display:inline-block}.modal-card .modal-logo-wrapper{text-align:center}.modal-card h2{text-align:center;margin-bottom:4px;font-size:1.5rem;font-weight:700}.modal-card .modal-subtitle{text-align:center;color:var(--text-muted);margin-bottom:28px;font-size:.88rem}.form-group{margin-bottom:20px}.form-group label{color:var(--text-secondary);margin-bottom:6px;font-size:.82rem;font-weight:600;display:block}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.input-wrapper{position:relative}.input-wrapper .input-icon{color:var(--text-muted);cursor:pointer;width:18px;height:18px;transition:color var(--transition-fast);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.input-wrapper .input-icon:hover{color:var(--text-primary)}.toggle-group{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.toggle-group .toggle-label-text{color:var(--text-secondary);font-size:.92rem}.toggle-group .toggle-label-text span{color:var(--text-muted);margin-top:2px;font-size:.78rem;display:block}.toggle-switch{background:var(--bg-elevated);border:1px solid var(--border-medium);cursor:pointer;width:50px;height:26px;transition:all var(--transition-fast);border-radius:13px;position:relative}.toggle-switch.active{border-color:var(--border-color);background:#ffffff26}.toggle-switch .toggle-knob{background:var(--text-primary);width:20px;height:20px;transition:transform var(--transition-fast);border-radius:50%;position:absolute;top:2px;left:2px}.toggle-switch.active .toggle-knob{transform:translate(24px)}.btn-submit{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;transition:all var(--transition-fast);color:var(--text-primary);background:0 0;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:14px;font-size:.95rem;font-weight:600;display:flex}.btn-submit:hover{background:#ffffff14}.btn-submit:active{transform:scale(.98)}.btn-submit:disabled{opacity:.4;cursor:not-allowed}.btn-submit svg{width:18px;height:18px}.modal-footer{text-align:center;color:var(--text-muted);margin-top:20px;font-size:.88rem}.modal-footer a{color:var(--text-primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.modal-footer a:hover{opacity:.8}.error-message{border-radius:var(--radius-md);color:#ff6b6b;background:#ff50501a;border:1px solid #ff50504d;margin-bottom:16px;padding:10px 14px;font-size:.85rem;animation:.2s fadeIn}.success-message{border-radius:var(--radius-md);color:#6bffb0;background:#50ff781a;border:1px solid #50ff784d;margin-bottom:16px;padding:10px 14px;font-size:.85rem;animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;padding:20px 0;display:grid}.product-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;transition:all .3s;overflow:hidden}.product-card:hover{border:1px solid #fff3}.product-card-details{padding:20px}.product-card-title{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:48px;margin:0;font-size:18px;font-weight:600;display:-webkit-box;overflow:hidden}.product-card-tags{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.product-tag{color:#ffffff80;background:#ffffff0d;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:flex}.product-card-price{align-items:baseline;gap:10px;margin-bottom:20px;display:flex}.product-price-sale{color:#fff;font-size:20px;font-weight:700}.product-price-offer{color:#fff6;font-size:14px;text-decoration:line-through}.product-wishlist-btn{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.product-card-btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}@media (width<=768px){.navbar{padding:0 16px}.navbar-search{max-width:none;margin:0 8px}.hero{padding:32px 20px 24px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}.hero-buttons{gap:12px}.hero-button{width:90px;height:90px}.product-section{padding:0 20px}.modal-card{padding:28px 24px}.form-row{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:10px 0}.product-card{border-radius:12px}.product-card-details{padding:12px 10px}.product-card-title{min-height:38px;font-size:13px}.product-card-tags{gap:4px;margin-bottom:8px}.product-tag{border-radius:3px;padding:1px 6px;font-size:9px}.product-tag svg{width:8px;height:8px}.product-card-price{gap:6px;margin-bottom:12px}.product-price-sale{font-size:14px}.product-price-offer{font-size:11px}.product-wishlist-btn{padding:6px;top:8px;right:8px}.product-wishlist-btn svg{width:14px;height:14px}.product-card-btn{border-radius:6px;gap:4px;padding:8px;font-size:11px}.product-card-btn svg{width:12px;height:12px}}body.light{--bg-primary:#fff;--bg-secondary:#f6f6f6;--bg-card:#ececec;--bg-elevated:#e0e0e0;--border-color:#000;--border-subtle:#00000026;--border-medium:#0000004d;--text-primary:#000;--text-secondary:#000000b3;--text-muted:#0006;--accent:#000}
