.product-card{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.product-card-image{object-fit:cover;width:100%;height:220px;transition:transform .3s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-image-wrapper{position:relative;overflow:hidden}.product-card-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.product-card-title{color:#1a1a1a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.4}.product-card-description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card-dimensions{color:#9ca3af;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.product-card-dimensions-icon{font-size:1rem}.product-card-price{color:#667eea;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.product-card-button{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:block}.product-card-button:hover{opacity:.9;transform:translateY(-2px)}:root{--pink:#fd79a8;--pink-light:#fed6e3;--aqua:#a8edea;--text-dark:#444;--text-gray:#555;--light-gray:#f0f0f0;--white:#fff;--navy:#061426;--yellow:#ffd400}.nav{z-index:1000;background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;box-shadow:0 4px 20px #fed6e366}.nav-logo{color:var(--text-gray);letter-spacing:-1px;text-shadow:1px 1px 3px #0000001a;cursor:pointer;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:900;text-decoration:none;transition:color .3s,transform .3s;display:flex}.nav-logo-icon{font-size:2rem;animation:3s ease-in-out infinite float;display:inline-block}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(8deg)}}.nav-links a{min-height:40px;color:var(--text-gray);white-space:nowrap;background:#fff6;border:2px solid #ffffff80;border-radius:30px;justify-content:center;align-items:center;padding:.625rem 1rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background-color .3s,border-color .3s,box-shadow .3s,transform .3s,color .3s;display:inline-flex}.nav-links a:hover,.nav-links a:focus-visible{color:var(--text-dark);background:#ffffffbf;border-color:#ffffffe6;outline:none;transform:translateY(-3px);box-shadow:0 6px 20px #ffffff80}.nav-links a.nav-admin-link{border-color:var(--yellow);color:var(--text-dark);background:linear-gradient(135deg,#ffd400 0%,#ffed75 100%);font-weight:900}.nav-links a.nav-admin-link:hover,.nav-links a.nav-admin-link:focus-visible{background:var(--white);border-color:var(--white);color:var(--pink)}.nav-links a.nav-register{background:var(--pink);border-color:var(--pink);color:var(--white);box-shadow:0 4px 12px #fd79a840}.nav-links a.nav-register:hover,.nav-links a.nav-register:focus-visible{color:var(--white);background:#e85d91;border-color:#e85d91;box-shadow:0 7px 20px #fd79a866}.user-menu-button{color:#555;cursor:pointer;background:#ffffff73;border:2px solid #ffffffa6;border-radius:30px;align-items:center;gap:.45rem;max-width:240px;min-height:40px;padding:.55rem .85rem;font-family:inherit;font-size:.9375rem;font-weight:700;transition:background-color .25s,border-color .25s,color .25s,transform .25s,box-shadow .25s;display:flex}.user-menu-button:hover,.user-menu-button:focus-visible{border-color:var(--white);color:var(--text-dark);background:#ffffffd9;outline:none;transform:translateY(-3px);box-shadow:0 6px 20px #ffffff80}.user-icon{color:#555;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;display:inline-flex}.user-menu-arrow{color:#555;margin-left:.15rem;font-size:.65rem}.user-dropdown a,.user-dropdown button{text-align:left;cursor:pointer;border:0;border-radius:7px;width:100%;min-height:42px;padding:.75rem .85rem;font-family:inherit;font-size:.95rem;font-weight:700;line-height:1.3;text-decoration:none;transition:background-color .2s,color .2s;display:block;color:#333!important;opacity:1!important;visibility:visible!important;background:#fff!important}.user-dropdown a:hover,.user-dropdown a:focus-visible{outline:none;color:var(--pink)!important;background:linear-gradient(135deg,#a8edea66,#fed6e399)!important}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hero{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);color:var(--text-gray);text-align:center;padding:5rem 1rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#fff3 0%,#0000 70%);width:200%;height:200%;animation:4s ease-in-out infinite pulse;position:absolute;top:-50%;left:-50%}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.hero-title{color:var(--text-dark);letter-spacing:-2px;text-shadow:2px 2px 4px #0000001a;margin:0 0 1rem;font-size:3rem;font-weight:900;line-height:1.1;animation:.8s ease-out fadeInUp}.hero-subtitle{max-width:600px;color:var(--text-gray);margin:0 auto 2rem;font-size:1.25rem;line-height:1.8;animation:.8s ease-out .2s both fadeInUp}.hero-cta{background:linear-gradient(135deg, var(--white) 0%, #f8f8f8 100%);color:var(--pink);border:3px solid #fffc;border-radius:50px;padding:1rem 2.5rem;font-weight:800;text-decoration:none;transition:background .3s,box-shadow .3s,transform .3s;animation:.8s ease-out .4s both fadeInUp;display:inline-block;box-shadow:0 8px 25px #fd79a84d}.hero-cta:hover,.hero-cta:focus-visible{background:linear-gradient(135deg, #f8f8f8 0%, var(--white) 100%);outline:none;transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #fd79a866}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.search-section{background:linear-gradient(135deg, #fafafa 0%, var(--white) 100%);border-bottom:2px solid var(--light-gray);padding:2rem 1rem;box-shadow:0 4px 15px #0000000d}.search-input{background:var(--white);border:3px solid var(--light-gray);width:100%;color:var(--text-dark);border-radius:50px;padding:1rem 3rem 1rem 3.5rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s;box-shadow:0 2px 10px #0000000d}.search-input:focus{border-color:var(--pink);outline:none;box-shadow:0 0 0 4px #fd79a81a,0 4px 15px #fd79a826}.search-clear{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);width:32px;height:32px;color:var(--white);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.25rem;transition:box-shadow .3s,transform .3s;display:flex;position:absolute;right:1rem;box-shadow:0 2px 8px #fd79a833}.search-clear:hover,.search-clear:focus-visible{outline:none;transform:scale(1.1);box-shadow:0 4px 12px #fd79a84d}.categories{background-color:#fafafa;padding:3rem 1rem}.categories-title{color:#1a1a1a;text-align:center;margin:0 0 2rem;font-size:2rem;font-weight:700}.category-card{background:var(--white);border:2px solid var(--light-gray);width:100%;color:inherit;text-align:center;cursor:pointer;border-radius:12px;padding:2rem;font-family:inherit;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;box-shadow:0 2px 8px #0000000f}.category-card:hover,.category-card:focus-visible{border-color:var(--pink-light);outline:none;transform:translateY(-6px);box-shadow:0 12px 30px #fd79a826}.category-card.active{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);border-color:var(--pink-light);transform:translateY(-10px);box-shadow:0 15px 35px #fed6e366}.category-card.active .category-name,.category-card.active .category-count{color:var(--text-gray)}.products-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.products-title{color:#333;letter-spacing:-1px;margin:0;font-size:2.5rem;font-weight:900}.clear-filters-btn{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);color:var(--text-gray);cursor:pointer;border:0;border-radius:25px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;transition:box-shadow .3s,transform .3s;box-shadow:0 4px 15px #fed6e34d}.clear-filters-btn:hover,.clear-filters-btn:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 6px 20px #fed6e366}.empty-state{background:var(--white);text-align:center;border-radius:16px;padding:4rem 1rem;box-shadow:0 4px 20px #0000000f}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state-text{color:#888;max-width:500px;margin:0 auto 1.5rem;font-size:1.125rem}.empty-state-btn{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);color:var(--text-gray);cursor:pointer;border:0;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:800;text-decoration:none;transition:box-shadow .3s,transform .3s;display:inline-block;box-shadow:0 6px 20px #fed6e34d}.empty-state-btn:hover,.empty-state-btn:focus-visible{outline:none;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px #fed6e366}.auth-card{background:var(--white);border-top:5px solid var(--pink);border-radius:16px;padding:2rem;box-shadow:0 8px 30px #00000014}.auth-subtitle{color:#888;margin:0}.auth-button{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);width:100%;color:var(--text-gray);cursor:pointer;border:0;border-radius:30px;padding:.9rem 1rem;font-weight:900;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 5px 16px #fed6e359}.auth-footer{color:#888;text-align:center;margin-top:1.5rem}.auth-error{color:#b42323;background:#fff0f0;border:1px solid #f2b8b8;border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.95rem}.success-message{color:#137a42;background:#effcf6;border:1px solid #9ad9b8;border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.95rem}.profile-avatar{background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);width:76px;height:76px;color:var(--text-gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:900;display:flex}.profile-subtitle,.orders-subtitle{color:#888;margin:0}.profile-card{background:var(--white);border-top:5px solid var(--pink);border-radius:14px;padding:1.5rem;box-shadow:0 6px 24px #00000012}.profile-action-link{border:1px solid var(--light-gray);color:var(--text-gray);background:#fafafa;border-radius:8px;margin-bottom:.75rem;padding:.85rem 1rem;font-weight:800;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:block}.profile-action-link:hover{color:var(--pink);background:linear-gradient(135deg,#a8edea4d,#fed6e373);transform:translate(4px)}.orders-back-link{background:var(--white);border:2px solid var(--pink-light);color:var(--pink);white-space:nowrap;border-radius:25px;padding:.7rem 1rem;font-weight:800;text-decoration:none}.order-card{background:var(--white);border:1px solid var(--light-gray);border-radius:14px;overflow:hidden;box-shadow:0 5px 20px #0000000f}.order-total{color:#888;white-space:nowrap;flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.order-address{border-top:1px solid var(--light-gray);color:var(--text-gray);background:#fafafa;padding:1rem 1.25rem;font-size:.9rem}.order-address span{font-weight:900}.order-address p{margin:.25rem 0 0}@media (width>=768px){.products-header{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.nav-container{flex-direction:column;gap:1rem}.nav-logo{justify-content:center}.nav-links{flex-wrap:wrap;justify-content:center;width:100%}.hero{padding:4rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{padding:.875rem 2rem}.products-title{font-size:2rem}.profile-header,.orders-header{flex-direction:column;align-items:flex-start}.profile-layout{grid-template-columns:1fr}.orders-back-link{align-self:flex-start}.order-card-body{flex-direction:column;align-items:flex-start}.order-total{align-items:flex-start}}@media (width<=600px){.nav{padding:.75rem 0}.nav-logo{font-size:1.45rem}.nav-logo-icon{font-size:1.7rem}.nav-links{gap:.4rem}.nav-links a,.user-menu-button{min-height:36px;padding:.5rem .7rem;font-size:.82rem}.user-menu-text{max-width:120px}.user-dropdown{min-width:205px;right:-.5rem}.search-input{padding-left:3rem;font-size:.9rem}.search-icon{left:1rem}.search-clear{right:.75rem}}@media (width<=520px){.auth-card,.profile-card{padding:1.25rem}.profile-header{flex-direction:row;align-items:center}.profile-avatar{width:58px;height:58px;font-size:1.5rem}.profile-title,.orders-title{font-size:1.8rem}.order-card-header{flex-direction:column;align-items:flex-start}.order-product{align-items:flex-start}.order-product-image{width:65px;height:65px}}@media (width<=380px){.nav-logo-text{font-size:1.25rem}.nav-links a,.user-menu-button{padding-left:.5rem;padding-right:.5rem}.user-menu-text{max-width:90px}}@keyframes notificationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.notification-badge{color:#fff;background:#e53935;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.68rem;font-weight:900;line-height:1;animation:1.8s ease-in-out infinite notificationPulse;display:inline-flex;box-shadow:0 2px 8px #e5393573}.user-menu-button{position:relative}.hero-title{align-items:center;gap:12px;font-size:2rem;font-weight:800;display:flex}.hero-logo{object-fit:contain;vertical-align:middle;width:2.5em;height:2.5em;display:inline-block}:root{--navy-dark:#061426;--navy:#0b2340;--navy-light:#12365d;--blue:#0877d1;--blue-dark:#07549a;--yellow:#ffd400;--yellow-dark:#e5ad00;--white:#fff;--gray-light:#f3f5f7;--gray:#d9e0e7;--gray-dark:#596575;--text:#172333;--danger:#e33434;--success:#159447;--pink:#fd79a8;--pink-light:#fed6e3;--aqua:#a8edea;--shadow:0 6px 18px #0314281f;--shadow-hover:0 12px 26px #03142833;--radius:10px}*{box-sizing:border-box}body{background:var(--gray-light);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}img{max-width:100%}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{text-decoration:none}#products-area,#products{scroll-margin-top:100px}.container{max-width:1180px;margin:0 auto;padding:2rem 1rem}.checkout-container,.admin-container{max-width:900px;margin:0 auto;padding:2rem 1rem}.nav{z-index:1000;background:linear-gradient(135deg, var(--aqua) 0%, var(--pink-light) 100%);border-bottom:2px solid var(--yellow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.65rem 0;position:sticky;top:0;box-shadow:0 4px 14px #00000029}.nav-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;min-height:44px;margin:0 auto;padding:0 1rem;display:flex}.nav-logo{color:var(--text-gray,#555);letter-spacing:-.04em;white-space:nowrap;align-items:center;gap:.4rem;font-size:1.35rem;font-weight:900;transition:color .2s,transform .2s;display:flex}.nav-logo:hover{color:var(--text-dark,#444);transform:scale(1.03)}.nav-logo-icon{object-fit:contain;flex-shrink:0;width:1.4em;height:1.4em;display:block}.nav-logo-text{white-space:nowrap}.nav-links{justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.nav-links a{color:#555;white-space:nowrap;background:#ffffff73;border:1px solid #ffffffb3;border-radius:20px;justify-content:center;align-items:center;min-height:34px;padding:.42rem .7rem;font-size:.82rem;font-weight:800;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.nav-links a:hover,.nav-links a:focus-visible{background:var(--white);border-color:var(--white);color:var(--pink);outline:none;transform:translateY(-2px)}.nav-links a.nav-admin-link{background:var(--yellow);border-color:var(--yellow);color:var(--navy-dark);font-weight:900}.nav-links a.nav-admin-link:hover{background:var(--white);border-color:var(--white);color:var(--pink)}.nav-links a.nav-register{background:var(--pink);border-color:var(--pink);color:var(--white)}.nav-links a.nav-register:hover{color:var(--white);background:#e85d91;border-color:#e85d91}.user-menu{z-index:1100;position:relative}.user-menu-button{color:#555;cursor:pointer;background:#ffffff8c;border:1px solid #fffc;border-radius:20px;align-items:center;gap:.35rem;max-width:230px;min-height:34px;padding:.42rem .65rem;font-size:.82rem;font-weight:800;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:flex;position:relative}.user-menu-button:hover,.user-menu-button:focus-visible{background:var(--white);border-color:var(--white);color:var(--pink);outline:none;transform:translateY(-2px)}.user-icon{justify-content:center;align-items:center;width:20px;height:20px;font-size:.9rem;display:inline-flex}.user-menu-text{color:#555;text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.user-menu-arrow{color:#555;font-size:.6rem}.user-dropdown{z-index:1200;border:1px solid #fd79a840;border-top:3px solid var(--pink);border-radius:10px;min-width:210px;padding:.4rem;animation:.2s ease-out dropdownIn;position:absolute;top:calc(100% + .6rem);right:0;overflow:hidden;box-shadow:0 10px 26px #0000002e;background:var(--white)!important}.user-dropdown a,.user-dropdown button{text-align:left;cursor:pointer;border:0;border-radius:6px;width:100%;min-height:38px;padding:.6rem .7rem;font-family:inherit;font-size:.86rem;font-weight:800;line-height:1.3;text-decoration:none;display:block;background:var(--white)!important;color:#333!important;opacity:1!important;visibility:visible!important}.user-dropdown a:hover,.user-dropdown a:focus-visible{outline:none;background:var(--pink-light)!important;color:#c2185b!important}.user-dropdown button{color:#c62828!important}.user-dropdown button:hover,.user-dropdown button:focus-visible{outline:none;color:#a51f1f!important;background:#fff0f0!important}.notification-badge{border:2px solid var(--white);min-width:18px;height:18px;color:var(--white);background:#e53935;border-radius:50%;justify-content:center;align-items:center;padding:0 4px;font-size:.6rem;font-weight:900;line-height:1;animation:1.8s ease-in-out infinite notificationPulse;display:inline-flex;box-shadow:0 2px 7px #e5393573}.hero{min-height:310px;color:var(--white);background:linear-gradient(110deg,#041223fa,#072f57e0),radial-gradient(circle at 80% 20%,#168ee4,#0000 35%);align-items:center;display:flex;position:relative;overflow:hidden}.hero:after{content:"";opacity:.8;border:35px solid #ffd400e6;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-170px;right:-100px;transform:rotate(-24deg)}.hero-container{z-index:1;width:100%;max-width:1180px;margin:0 auto;padding:3rem 1rem;position:relative}.hero-title{max-width:650px;color:var(--white);letter-spacing:-.06em;text-transform:uppercase;margin:0 0 .8rem;font-size:clamp(2.2rem,5vw,4.3rem);font-weight:950;line-height:1}.hero-title:first-letter{color:var(--yellow)}.hero-subtitle{color:#e3edf7;max-width:600px;margin:0 0 1.5rem;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.5}.hero-cta{background:var(--yellow);min-height:44px;color:var(--navy-dark);box-shadow:0 4px 0 var(--yellow-dark);border-radius:6px;justify-content:center;align-items:center;padding:.65rem 1.2rem;font-size:.9rem;font-weight:900;transition:background-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.hero-cta:hover,.hero-cta:focus-visible{box-shadow:0 6px 0 var(--yellow-dark);background:#ffe34d;outline:none;transform:translateY(-2px)}.search-section{background:var(--white);border-bottom:1px solid var(--gray);padding:1rem}.search-container{max-width:760px;margin:0 auto}.search-wrapper{align-items:center;display:flex;position:relative}.search-icon{width:19px;height:19px;color:var(--blue-dark);pointer-events:none;position:absolute;left:.9rem}.search-input{background:var(--gray-light);border:2px solid var(--gray);width:100%;min-height:46px;color:var(--text);border-radius:8px;padding:.65rem 2.8rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.search-input::placeholder{color:#7a8794}.search-input:focus{background:var(--white);border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #0877d124}.search-clear{background:var(--navy);width:28px;height:28px;color:var(--white);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;font-size:.75rem;transition:background-color .2s,transform .2s;display:grid;position:absolute;right:.65rem}.search-clear:hover,.search-clear:focus-visible{background:var(--blue);outline:none;transform:scale(1.08)}.categories{background:var(--navy);padding:1.75rem 1rem}.categories-container{max-width:1180px;margin:0 auto}.categories-title{color:var(--white);text-align:center;text-transform:uppercase;letter-spacing:.03em;margin:0 0 1rem;font-size:1.55rem;font-weight:900}.categories-title:after{content:"";background:var(--yellow);border-radius:4px;width:55px;height:4px;margin:.45rem auto 0;display:block}.categories-grid{grid-template-columns:repeat(1,1fr);gap:.75rem;display:grid}.category-card{background:var(--white);border-radius:var(--radius);width:100%;min-height:120px;color:var(--text);text-align:center;box-shadow:var(--shadow);border:2px solid #0000;padding:.9rem .7rem;font-family:inherit;transition:transform .2s,border-color .2s,background-color .2s,box-shadow .2s}.category-card:hover,.category-card:focus-visible,.category-card.active{border-color:var(--yellow);box-shadow:var(--shadow-hover);background:#fffbe3;outline:none;transform:translateY(-4px)}.category-icon{margin-bottom:.2rem;font-size:1.9rem}.category-name{color:var(--navy);margin:0 0 .2rem;font-size:.9rem;font-weight:900}.category-count{color:var(--gray-dark);margin:0;font-size:.75rem}.products-header{border-bottom:2px solid var(--yellow);margin-bottom:1.25rem;padding-bottom:.75rem;position:relative}.products-title{color:var(--navy);text-transform:uppercase;margin:0;font-size:clamp(1.55rem,4vw,2.15rem);font-weight:950}.search-results-info{color:var(--gray-dark);margin:.4rem 0 0;font-size:.85rem}.clear-filters-btn,.empty-state-btn{background:var(--yellow);color:var(--navy-dark);border:0;border-radius:6px;margin-top:.5rem;padding:.55rem .85rem;font-size:.8rem;font-weight:800;transition:background-color .2s,transform .2s}.clear-filters-btn:hover,.empty-state-btn:hover,.clear-filters-btn:focus-visible,.empty-state-btn:focus-visible{background:var(--yellow-dark);outline:none;transform:translateY(-2px)}.products-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}.product-card{background:var(--white);min-width:0;box-shadow:var(--shadow);border:1px solid #e0e6ec;border-radius:9px;transition:transform .25s,box-shadow .25s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.product-card-image{object-fit:cover;background:var(--gray);width:100%;height:185px;display:block}.product-card-content{padding:.9rem}.product-card-title{color:var(--navy);margin:0 0 .35rem;font-size:1rem;font-weight:900}.product-card-dimensions{color:var(--gray-dark);margin:0 0 .4rem;font-size:.78rem}.product-card-price{color:var(--blue-dark);margin:0 0 .75rem;font-size:1.15rem;font-weight:950}.product-card-button,.product-detail-button{background:var(--blue);width:100%;color:var(--white);text-align:center;border:0;border-radius:6px;padding:.65rem .75rem;font-size:.85rem;font-weight:900;transition:background-color .2s,transform .2s;display:block}.product-card-button:hover,.product-detail-button:hover{background:var(--blue-dark);transform:translateY(-2px)}.product-detail{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem 0;display:grid}.product-detail-image{object-fit:cover;background:var(--white);border:1px solid var(--gray);border-radius:var(--radius);width:100%;max-height:600px;box-shadow:var(--shadow)}.product-detail-info{background:var(--white);border-top:4px solid var(--yellow);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.1rem}.product-detail-title{color:var(--navy);margin:0 0 .75rem;font-size:clamp(1.7rem,5vw,2.5rem);font-weight:950;line-height:1.05}.product-detail-description{color:var(--gray-dark);margin:0 0 .85rem;font-size:.9rem;line-height:1.6}.product-detail-dimensions{background:var(--gray-light);border-left:4px solid var(--blue);border-radius:6px;margin-bottom:1rem;padding:.75rem}.product-detail-dimensions-label{color:var(--navy);margin-bottom:.2rem;font-size:.85rem;font-weight:900;display:block}.product-detail-price{color:var(--blue-dark);margin:0 0 1rem;font-size:1.4rem;font-weight:950}.form-group{margin-bottom:.8rem}.form-label{color:var(--navy);margin-bottom:.3rem;font-size:.85rem;font-weight:800;display:block}.form-input,.form-select,.form-textarea{background:var(--white);border:2px solid var(--gray);width:100%;color:var(--text);border-radius:6px;padding:.65rem .75rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #0877d124}.form-textarea{resize:vertical;min-height:90px}.form-grid,.form-grid-3{grid-template-columns:1fr;gap:1rem;display:grid}.form-button{background:var(--yellow);width:100%;color:var(--navy-dark);border:0;border-radius:6px;margin-top:1rem;padding:.7rem .8rem;font-size:.9rem;font-weight:950;transition:background-color .2s,transform .2s;display:block}.form-button:hover{background:var(--yellow-dark);transform:translateY(-2px)}.form-button:disabled{color:#e5e7eb;cursor:not-allowed;background:#9ca3af;transform:none}.checkout-page{background:radial-gradient(circle at 0 0,#a8edea4d,#0000 35%),radial-gradient(circle at 100% 100%,#fed6e359,#0000 35%),#fafafa;min-height:70vh;padding:2rem 1rem}.checkout-header{text-align:center;margin-bottom:1.25rem}.checkout-title{color:#444;margin:0 0 .4rem;font-size:clamp(1.7rem,5vw,2.3rem);font-weight:900}.checkout-subtitle{color:#888;margin:0;font-size:.9rem}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.checkout-product-summary,.checkout-form-card{background:var(--white);border-top:4px solid var(--pink);box-shadow:var(--shadow);border-radius:14px;padding:1.1rem}.checkout-product-summary-title,.checkout-form-title{color:#444;margin:0 0 .9rem;font-size:1.1rem;font-weight:900}.checkout-product-info{align-items:flex-start;gap:1rem;display:flex}.checkout-product-image{object-fit:cover;border:1px solid var(--gray);border-radius:8px;flex-shrink:0;width:85px;height:85px}.checkout-product-placeholder,.order-product-placeholder{background:#fafafa;justify-content:center;align-items:center;font-size:2rem;display:flex}.checkout-product-details{min-width:0}.checkout-product-name{color:#444;margin:0 0 .35rem;font-size:1rem;font-weight:900}.checkout-product-description,.checkout-product-dimensions{color:#888;margin:0 0 .4rem;font-size:.8rem}.checkout-product-price{color:var(--pink);margin:0;font-size:1.1rem;font-weight:900}.quantity-control{border-top:1px solid var(--light-gray);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.quantity-label{color:#555;font-size:.9rem;font-weight:800}.quantity-buttons{align-items:center;gap:.65rem;display:flex}.quantity-buttons button{background:linear-gradient(135deg, var(--aqua), var(--pink-light));color:#555;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.15rem;font-weight:900;display:flex}.quantity-buttons button:disabled{cursor:not-allowed;opacity:.45}.quantity-buttons span{color:#444;text-align:center;min-width:22px;font-weight:900}.checkout-total{border-top:2px solid var(--pink-light);color:#555;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:.75rem;font-size:.9rem;font-weight:800;display:flex}.checkout-total strong{color:var(--pink);font-size:1.15rem}.checkout-submit-button{margin-top:1.25rem}.auth-page,.profile-page,.orders-page{background:radial-gradient(circle at 0 0,#a8edea59,#0000 35%),radial-gradient(circle at 100% 100%,#fed6e366,#0000 35%),#fafafa;min-height:70vh;padding:2rem 1rem}.auth-container{max-width:500px;margin:0 auto}.auth-card{background:var(--white);border-top:4px solid var(--pink);box-shadow:var(--shadow);border-radius:14px;padding:1.25rem}.auth-header{text-align:center;margin-bottom:1.25rem}.auth-icon{margin-bottom:.35rem;font-size:2.5rem}.auth-title{color:var(--text-dark,#444);margin:0 0 .4rem;font-size:clamp(1.7rem,5vw,2.2rem);font-weight:900}.auth-subtitle{color:#888;margin:0;font-size:.9rem}.auth-form{margin-top:1.25rem}.auth-button{background:linear-gradient(135deg, var(--aqua), var(--pink-light));color:#555;cursor:pointer;border:0;border-radius:25px;width:100%;padding:.75rem 1rem;font-weight:900;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 4px 13px #fed6e359}.auth-button:hover{transform:translateY(-2px);box-shadow:0 7px 18px #fed6e380}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-footer{color:#888;text-align:center;margin-top:1.25rem;font-size:.9rem}.auth-footer a{color:var(--pink);font-weight:800;text-decoration:underline}.auth-error,.admin-error{color:#b42323;background:#fff0f0;border:1px solid #efb1b1;border-radius:8px;margin-bottom:1rem;padding:.75rem .9rem;font-size:.85rem}.success-message,.admin-success{color:#137a42;background:#effcf6;border:1px solid #9ad9b8;border-radius:8px;margin-bottom:1rem;padding:.75rem .9rem;font-size:.85rem}.profile-container,.orders-container{max-width:1000px;margin:0 auto}.profile-header,.orders-header{justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.profile-header{justify-content:flex-start}.profile-avatar{background:linear-gradient(135deg, var(--aqua), var(--pink-light));color:#555;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:1.55rem;font-weight:900;display:flex}.profile-title,.orders-title{color:#444;margin:0 0 .25rem;font-size:clamp(1.7rem,5vw,2.2rem);font-weight:900}.profile-subtitle,.orders-subtitle{color:#888;margin:0;font-size:.9rem}.profile-layout{grid-template-columns:minmax(0,2fr) minmax(230px,1fr);gap:1rem;display:grid}.profile-card{background:var(--white);border-top:4px solid var(--pink);box-shadow:var(--shadow);border-radius:12px;padding:1.25rem}.profile-card-title{color:#444;margin:0 0 1rem;font-size:1.15rem;font-weight:900}.profile-actions{height:fit-content}.profile-action-link{border:1px solid var(--light-gray);color:#555;background:#fafafa;border-radius:8px;margin-bottom:.6rem;padding:.7rem .8rem;font-size:.88rem;font-weight:800;transition:background-color .2s,color .2s,transform .2s;display:block}.profile-action-link:hover{background:var(--pink-light);color:var(--pink);transform:translate(3px)}.orders-back-link{background:var(--white);border:1px solid var(--pink-light);color:var(--pink);white-space:nowrap;border-radius:20px;padding:.55rem .8rem;font-size:.8rem;font-weight:800}.orders-back-link:hover{background:var(--pink-light)}.orders-list{gap:.75rem;display:grid}.order-card{background:var(--white);border:1px solid var(--light-gray);box-shadow:var(--shadow);cursor:pointer;border-radius:12px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.order-card:hover{transform:translateY(-2px)}.order-card:focus-visible{outline-offset:3px;outline:3px solid #0877d159}.order-card-header{border-bottom:1px solid var(--light-gray);background:linear-gradient(135deg,#a8edea47,#fed6e359);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.9rem;display:flex}.order-number{color:#444;margin:0 0 .25rem;font-size:.95rem;font-weight:900}.order-date{color:#888;margin:0;font-size:.75rem}.order-status{white-space:nowrap;border-radius:20px;padding:.35rem .55rem;font-size:.7rem;font-weight:900;display:inline-flex}.status-pending{color:#8a6500;background:#fff4cc}.status-confirmed{color:#1264a3;background:#e5f2ff}.status-processing{color:#6935a8;background:#f0e8ff}.status-shipped{color:#137a58;background:#e4f8f1}.status-completed{color:#237a35;background:#e5f7e9}.status-cancelled{color:#b42323;background:#fff0f0}.order-card-body{justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem;display:flex}.order-product{align-items:center;gap:.75rem;display:flex}.order-product-image{object-fit:cover;border:1px solid var(--light-gray);border-radius:8px;width:62px;height:62px}.order-product-info h3{color:#444;margin:0 0 .25rem;font-size:.9rem}.order-product-info p{color:#888;margin:.15rem 0;font-size:.78rem}.order-total{color:#888;white-space:nowrap;flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.8rem;display:flex}.order-total strong{color:var(--pink);font-size:1rem}.order-address,.order-customer-data{border-top:1px solid var(--light-gray);color:#777;background:#fafafa;padding:.75rem .9rem;font-size:.78rem}.order-address span,.order-customer-data strong{color:#555;font-weight:900}.order-address p,.order-customer-data p{margin:.25rem 0}.messages-card,.admin-messages-card{background:var(--white);border-top:4px solid var(--pink);box-shadow:var(--shadow);border-radius:12px;margin-top:1rem;padding:1.1rem}.messages-header,.admin-messages-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.messages-title,.admin-messages-header h2{color:#444;margin:0 0 .25rem;font-size:1.15rem;font-weight:900}.messages-subtitle,.admin-messages-header p{color:#888;margin:0;font-size:.82rem}.messages-icon{font-size:1.5rem}.messages-list,.admin-message-list{background:#fafafa;border-radius:8px;flex-direction:column;gap:.55rem;max-height:330px;padding:.75rem;display:flex;overflow-y:auto}.message-bubble{border-radius:10px;max-width:88%;padding:.65rem .75rem}.message-from-admin{background:#a8edea73;border-bottom-left-radius:3px;align-self:flex-start}.message-from-customer{background:#fed6e399;border-bottom-right-radius:3px;align-self:flex-end}.message-bubble-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.message-sender{color:#555;font-size:.72rem;font-weight:900}.message-date{color:#888;font-size:.62rem}.message-text{color:#444;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.82rem;line-height:1.5}.message-form{margin-top:.75rem}.messages-empty,.conversation-placeholder{color:#888;text-align:center;padding:2rem 1rem;font-size:.85rem}.messages-empty-icon,.conversation-placeholder span{margin-bottom:.6rem;font-size:2.2rem;display:block}.admin-messages-layout{grid-template-columns:240px minmax(0,1fr);gap:1rem;display:grid}.conversation-list{background:#fafafa;border-radius:8px;padding:.75rem}.conversation-list h3{color:#444;margin:0 0 .65rem;font-size:1rem}.conversation-item{background:var(--white);color:#444;text-align:left;cursor:pointer;border:1px solid #0000;border-radius:7px;align-items:center;gap:.6rem;width:100%;margin-bottom:.4rem;padding:.65rem;transition:background-color .2s,border-color .2s;display:flex}.conversation-item:hover,.conversation-item.active{background:var(--pink-light);border-color:var(--pink)}.conversation-icon{font-size:1.1rem}.conversation-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.conversation-info strong{color:#444;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.conversation-info small{color:#888;font-size:.7rem}.conversation-header{border-bottom:1px solid var(--light-gray);margin-bottom:.65rem;padding-bottom:.65rem}.conversation-header h3{color:#444;margin:0;font-size:.95rem}.admin-dashboard{background:radial-gradient(circle at 0 0,#a8edea40,#0000 35%),radial-gradient(circle at 100% 100%,#fed6e359,#0000 35%),#fafafa;min-height:75vh;padding:2rem 1rem}.admin-dashboard-container{max-width:1180px;margin:0 auto}.admin-dashboard-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-kicker{color:var(--pink);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .25rem;font-size:.7rem;font-weight:900}.admin-dashboard-title{color:#444;margin:0 0 .4rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:900}.admin-dashboard-subtitle{color:#888;margin:0;font-size:.85rem}.admin-back-button{background:var(--white);border:1px solid var(--pink-light);color:var(--pink);white-space:nowrap;border-radius:20px;padding:.55rem .8rem;font-size:.8rem;font-weight:800}.admin-back-button:hover{background:var(--pink-light)}.admin-tabs{flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;display:flex}.admin-tab{background:var(--white);border:1px solid var(--light-gray);color:#555;cursor:pointer;border-radius:20px;padding:.6rem .8rem;font-size:.8rem;font-weight:800;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.admin-tab:hover,.admin-tab.active{background:linear-gradient(135deg, var(--aqua), var(--pink-light));border-color:var(--pink-light);color:#444;transform:translateY(-2px)}.admin-section{background:var(--white);border-top:4px solid var(--pink);box-shadow:var(--shadow);border-radius:12px;padding:1.1rem}.admin-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.admin-section-header h2{color:#444;margin:0 0 .25rem;font-size:1.2rem}.admin-section-header p{color:#888;margin:0;font-size:.82rem}.admin-secondary-button,.admin-edit-button,.admin-delete-button,.admin-message-button{cursor:pointer;border:0;border-radius:6px;padding:.5rem .65rem;font-size:.75rem;font-weight:800;transition:transform .2s,opacity .2s}.admin-secondary-button{background:var(--light-gray);color:#555}.admin-edit-button{color:#1264a3;background:#e5f2ff}.admin-delete-button{color:#b42323;background:#fff0f0}.admin-message-button{color:#6935a8;background:#f0e8ff}.admin-secondary-button:hover,.admin-edit-button:hover,.admin-delete-button:hover,.admin-message-button:hover{opacity:.85;transform:translateY(-2px)}.admin-list-section{border-top:1px solid var(--light-gray);margin-top:2rem;padding-top:1.5rem}.admin-products-list,.admin-orders-list{gap:.75rem;display:grid}.admin-product-row{border:1px solid var(--light-gray);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.admin-product-thumbnail{object-fit:cover;background:#f5f5f5;border-radius:7px;flex-shrink:0;width:60px;height:60px}.admin-product-placeholder{justify-content:center;align-items:center;font-size:1.5rem;display:flex}.admin-product-row-info{flex:1;min-width:0}.admin-product-row-info h3{color:#444;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .2rem;font-size:.85rem;overflow:hidden}.admin-product-row-info p{color:var(--pink);margin:0 0 .2rem;font-size:.8rem;font-weight:900}.admin-product-row-info span{color:#888;font-size:.7rem}.admin-product-actions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-order-card{border:1px solid var(--light-gray);border-radius:8px;overflow:hidden}.admin-order-header{background:linear-gradient(135deg,#a8edea40,#fed6e359);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.admin-order-header h3{color:#444;margin:0 0 .2rem;font-size:.9rem}.admin-order-header p,.admin-order-user{color:#888;margin:0;font-size:.75rem}.admin-order-user{color:#555;font-weight:800}.admin-order-content{justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.admin-order-content p{color:#777;margin:.25rem 0;font-size:.75rem}.admin-order-controls{flex-direction:column;gap:.4rem;min-width:180px;display:flex}.admin-order-controls label{color:#555;font-size:.75rem;font-weight:800}.admin-current-status{color:#888;font-size:.75rem}.admin-message-form{max-width:700px}.admin-message-help{color:#777;background:#fafafa;border-radius:7px;margin-top:1rem;padding:.8rem;font-size:.8rem}.loading{background:var(--navy-dark);min-height:50vh;color:var(--white);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.loading-spinner{border:3px solid #ffffff40;border-top-color:var(--yellow);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin;display:inline-block}.loading-text{color:#dbe8f5;margin:.75rem 0 0;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{background:var(--white);border-top:4px solid var(--yellow);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:2.5rem 1rem}.empty-state-icon{margin-bottom:.75rem;font-size:2.5rem}.empty-state-text{color:var(--gray-dark);margin:0 0 1rem;font-size:.95rem}@media (width>=600px){.categories-grid{grid-template-columns:repeat(2,1fr)}.form-grid-3{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.form-grid{grid-template-columns:repeat(2,1fr)}.hero-container{padding-top:3.25rem;padding-bottom:3.25rem}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.categories-grid{grid-template-columns:repeat(5,1fr)}.product-card-image{height:200px}}@media (width<=768px){.nav-container{flex-direction:column;align-items:stretch;gap:.65rem}.nav-logo{justify-content:center}.nav-links{flex-wrap:wrap;justify-content:center;width:100%}.hero{min-height:300px}.hero-container{text-align:center}.hero-title,.hero-subtitle{margin-left:auto;margin-right:auto}.product-detail,.form-grid,.checkout-layout,.profile-layout{grid-template-columns:1fr}.profile-header,.orders-header,.admin-dashboard-header,.admin-section-header,.admin-order-header,.admin-order-content{flex-direction:column;align-items:stretch}.orders-back-link,.admin-back-button{align-self:flex-start}.order-card-body{flex-direction:column;align-items:flex-start}.order-total{align-items:flex-start}.admin-order-controls{min-width:0}.admin-messages-layout{grid-template-columns:1fr}.conversation-list{max-height:220px;overflow-y:auto}}@media (width<=600px){.container,.checkout-container,.admin-container{padding-left:.75rem;padding-right:.75rem}.nav{padding:.55rem 0}.nav-logo{font-size:1.25rem}.nav-links{gap:.25rem}.nav-links a{min-height:32px;padding:.35rem .5rem;font-size:.72rem}.user-menu-button{min-height:32px;padding:.35rem .55rem;font-size:.72rem}.user-menu-text{max-width:110px}.hero{min-height:285px}.hero-container{padding:2.5rem .9rem}.hero-title{font-size:clamp(2.1rem,13vw,3.2rem)}.hero-subtitle{font-size:.85rem;line-height:1.45}.hero-cta{min-height:40px;padding:.55rem 1rem;font-size:.8rem}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{min-height:105px;padding:.7rem .45rem}.category-icon{font-size:1.65rem}.category-name{font-size:.78rem}.category-count{font-size:.68rem}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.product-card-image{height:145px}.product-card-content{padding:.7rem}.product-card-title{font-size:.88rem}.product-card-dimensions{font-size:.7rem}.product-card-price{font-size:1rem}.product-card-button{padding:.55rem .4rem;font-size:.72rem}.checkout-page,.auth-page,.profile-page,.orders-page,.admin-dashboard{padding:1.5rem .75rem}.checkout-product-info{flex-direction:column}.checkout-product-image{width:100%;height:180px}.admin-product-row{flex-wrap:wrap;align-items:flex-start}.admin-product-row-info{width:calc(100% - 75px)}.admin-product-actions{width:100%}.admin-product-actions button{flex:1}.message-bubble{max-width:94%}.message-bubble-top{flex-direction:column;align-items:flex-start;gap:.15rem}}@media (width<=380px){.nav-logo-text{font-size:1.1rem}.nav-links a,.user-menu-button{padding-left:.4rem;padding-right:.4rem;font-size:.68rem}.user-menu-text{max-width:85px}.products-grid{gap:.5rem}.product-card-image{height:125px}.product-card-content{padding:.55rem}.product-card-title{font-size:.8rem}.product-card-price{font-size:.9rem}}.order-card-unread{border:2px solid #ffd400;box-shadow:0 0 0 3px #ffd40038,0 10px 25px #0314282e}.order-card-unread:before{content:"";background:#ffd400;width:5px;height:100%;position:absolute;top:0;left:0}.order-unread-label{color:#866900;background:#fff8cc;border-bottom:1px solid #f2d84b;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.78rem;font-weight:900;display:flex}@media (width<=600px){.order-unread-label{padding:.4rem .6rem;font-size:.7rem}}.cookie-banner,.cookie-panel{z-index:99999;color:#fff;background:#061426;border:1px solid #fff3;border-radius:16px;max-width:980px;margin:0 auto;padding:20px;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 12px 40px #00000059}.cookie-banner h2,.cookie-panel h2{margin:0 0 8px;font-size:20px}.cookie-banner p,.cookie-panel p{margin:0;line-height:1.6}.cookie-banner a,.cookie-panel a{color:#74d7ff;text-decoration:underline}.cookie-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.cookie-actions button{cursor:pointer;color:#061426;background:#fff;border:0;border-radius:8px;padding:11px 16px;font-weight:700}.cookie-actions button:hover{opacity:.88}.cookie-panel label{margin-top:14px;display:block}.cookie-panel input{margin-right:8px}@media (width<=640px){.cookie-banner,.cookie-panel{padding:16px;bottom:10px;left:10px;right:10px}.cookie-actions{flex-direction:column}.cookie-actions button{width:100%}}.cookie-consent-overlay{z-index:2147483647;pointer-events:none;justify-content:center;align-items:flex-end;padding:24px;display:flex;position:fixed;inset:0}.cookie-consent-box{color:#fff;pointer-events:auto;background:#061426;border:1px solid #ffffff40;border-radius:18px;width:min(100%,920px);padding:24px;box-shadow:0 15px 50px #00000073}.cookie-consent-box h2{color:#fff;margin:0 0 10px;font-size:22px}.cookie-consent-box p{color:#e8f1f8;margin:0;font-size:15px;line-height:1.6}.cookie-consent-box a{color:#74d7ff;text-decoration:underline}.cookie-option{color:#fff;cursor:pointer;align-items:center;gap:10px;margin-top:14px;display:flex}.cookie-option input{accent-color:#22c55e;width:18px;height:18px}.cookie-consent-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.cookie-button{cursor:pointer;border-radius:9px;min-height:44px;padding:11px 18px;font-size:14px;font-weight:700;transition:opacity .2s}.cookie-button:hover{opacity:.85}.cookie-button.primary{color:#061426;background:#fff;border:1px solid #fff}.cookie-button.secondary{color:#fff;background:#334155;border:1px solid #64748b}.cookie-button.outline{color:#fff;background:0 0;border:1px solid #fff}@media (width<=640px){.cookie-consent-overlay{padding:12px}.cookie-consent-box{border-radius:14px;padding:18px}.cookie-consent-actions{flex-direction:column}.cookie-button{width:100%}}.footer{color:#fff;background-color:#1a1a1a;margin-top:4rem;padding:3rem 1rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:repeat(1,1fr);gap:2rem;margin-bottom:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.footer-section p{color:#9ca3af;margin-bottom:.5rem;line-height:1.8}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #374151;padding-top:1.5rem;font-size:.875rem}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social a{color:#fff;font-size:1.5rem;text-decoration:none;transition:opacity .2s}.footer-social a:hover{opacity:.8}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}html{scroll-behavior:smooth}
