:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#16a34a;--accent-bg:#16a34a1a;--accent-border:#16a34a80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}[data-theme=dark]{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#22c55e;--accent-bg:#22c55e26;--accent-border:#22c55e80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#22c55e;--accent-bg:#22c55e26;--accent-border:#22c55e80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{transition:background-color .2s,border-color .2s,color .15s}@media (width<=1024px){:root{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);margin:0}#root{background:var(--bg);flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 20px #0000000d}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:500}a{color:inherit;text-decoration:none}ul{list-style:none}.header{background:var(--bg);border-bottom:1px solid var(--border);z-index:100;border-radius:0 0 10px 10px;margin-bottom:2rem;position:sticky}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.header-inner{align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.logo a{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-icon{width:auto;height:48px}.search-bar{border:1px solid var(--border);border-radius:8px;flex:1;max-width:360px;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.search-bar:focus-within{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-bg)}.search-bar input{background:var(--bg);color:var(--text-h);border:none;outline:none;flex:1;padding:.5rem .85rem;font-size:.9rem}.search-bar input::placeholder{color:var(--text);opacity:.6}.search-bar button{background:var(--accent-bg);border:none;border-left:1px solid var(--border);color:var(--accent);cursor:pointer;align-items:center;padding:0 .85rem;transition:background .18s;display:flex}.search-bar button:hover{background:var(--accent-border)}.header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.currency{gap:2px;margin-right:.25rem;display:flex}.currency span{cursor:pointer;color:var(--text);border-radius:4px;padding:.25rem .45rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.currency span:hover,.currency-active{background:var(--accent-bg)!important;color:var(--accent)!important}.icon-btn{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background .18s,border-color .18s,color .18s;display:flex;position:relative}.icon-btn:hover{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent)}.cart-badge{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-5px;right:-5px}.mobile-menu-btn{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background .18s;display:none}.mobile-menu-btn:hover{background:var(--accent-bg);color:var(--accent)}.main-nav{background:var(--code-bg);border-top:1px solid var(--border);border-radius:0 0 10px 10px}.nav-list{gap:0;margin:0;padding:0 1.25rem;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:var(--text);white-space:nowrap;align-items:center;gap:.3rem;padding:.72rem .85rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .18s;display:flex}.nav-link:hover,.nav-item:hover .nav-link{color:var(--accent)}.nav-link svg{transition:transform .2s}.nav-item:hover .nav-link svg{transform:rotate(180deg)}.dropdown-menu{background:var(--bg);border:1px solid var(--border);z-index:200;min-width:190px;box-shadow:var(--shadow);border-radius:8px;padding:.4rem 0;list-style:none;display:none;position:absolute;top:calc(100% + 2px);left:0}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li a{color:var(--text);padding:.45rem 1rem;font-size:.88rem;text-decoration:none;transition:color .15s,background .15s;display:block}.dropdown-menu li a:hover{color:var(--accent);background:var(--accent-bg)}@media (width<=768px){.mobile-menu-btn{display:flex}.currency{display:none}.search-bar{order:3;width:100%;max-width:none}.header-inner{flex-wrap:wrap}.main-nav{display:none}.main-nav.open{display:block}.nav-list{flex-direction:column;gap:0;padding:.5rem 1rem}.nav-link{border-bottom:1px solid var(--border);padding:.65rem 0}.dropdown-menu{box-shadow:none;border:none;border-radius:0;padding:0 0 .25rem 1rem;display:block;position:static}.dropdown-menu li a{padding:.35rem 0;font-size:.85rem}.dropdown-menu li a:hover{background:0 0}}.theme-btn{overflow:hidden}.theme-icon{justify-content:center;align-items:center;transition:opacity .2s,transform .3s;display:flex}.theme-icon[data-icon=sun]{display:flex}.theme-icon[data-icon=moon],[data-theme=dark] .theme-icon[data-icon=sun]{display:none}[data-theme=dark] .theme-icon[data-icon=moon]{display:flex}.footer{background:var(--code-bg);border-top:1px solid var(--border);border-radius:10px 10px 0 0;margin-top:2rem}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;padding:2.5rem 1.25rem;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem;font-size:.82rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li{color:var(--text);font-size:.88rem}.footer-col a{color:var(--text);text-decoration:none;transition:color .18s}.footer-col a:hover{color:var(--accent)}.footer-contact-list{flex-direction:column;display:flex;gap:.7rem!important}.footer-contact-list li{align-items:flex-start;gap:.55rem;line-height:1.4;display:flex}.footer-contact-icon{color:var(--accent);flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid var(--border);padding:1rem 1.25rem}.footer-bottom-inner{justify-content:center;align-items:center;display:flex}.footer-bottom p{color:var(--text);opacity:.7;font-size:.82rem}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem 1.25rem}}.profile-container{max-width:1000px;margin:2rem auto;padding:0 1.5rem}.profile-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin-bottom:2rem;display:flex}.back-link{color:var(--text-color);opacity:.8;font-size:.9rem;text-decoration:none}.back-link:hover{text-decoration:underline}.profile-card{background:var(--card-bg);border-radius:12px;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.profile-avatar{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex}.profile-info p{margin:.5rem 0}.orders-table{border-collapse:collapse;background:var(--card-bg);border-radius:8px;width:100%;overflow:hidden}.orders-table th,.orders-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem}.orders-table th{background:var(--table-header-bg)}.hero-section{background:var(--bg)}.hero-slider{aspect-ratio:21/8;background:var(--code-bg);max-width:1200px;min-height:280px;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:16px;margin:0 auto;position:relative;overflow:hidden}.hero-slide-inner{position:absolute;inset:0}.hero-enter{animation:.45s both fadeIn}.hero-exit-right{animation:.4s both slideOutLeft}.hero-exit-left{animation:.4s both slideOutRight}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-3%)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(3%)}}.hero-img{object-fit:cover;width:100%;height:100%;display:block}.hero-placeholder{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-placeholder-bg{background:repeating-linear-gradient(-45deg, transparent, transparent 18px, #8080800a 18px, #8080800a 36px), linear-gradient(135deg, var(--code-bg) 0%, var(--border) 100%);position:absolute;inset:0}.hero-placeholder-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative}.hero-placeholder-label{color:var(--text);letter-spacing:.01em;font-size:.95rem;font-weight:500}.hero-placeholder-hint{color:var(--text);opacity:.45;font-variant-numeric:tabular-nums;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.hero-overlay{background:linear-gradient(#0000 0%,#00000059 55%,#000000b8 100%);align-items:flex-end;padding:2.25rem 2.5rem;display:flex;position:absolute;inset:0}.hero-text{max-width:620px;animation:.55s .1s both textRise}@keyframes textRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#fff;text-shadow:0 1px 8px #0006;margin-bottom:.4rem;font-size:clamp(1.2rem,2.6vw,1.75rem);font-weight:600;line-height:1.25}.hero-subtitle{color:#ffffffd1;margin-bottom:1.1rem;font-size:clamp(.85rem,1.4vw,1rem);line-height:1.4}.hero-btn{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.6rem 1.6rem;font-size:.95rem;font-weight:600;transition:background .18s,transform .15s,box-shadow .18s;display:inline-flex;box-shadow:0 2px 12px #16a34a59}.hero-btn:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 4px 18px #16a34a73}.hero-btn:active{transform:translateY(0)}.hero-arrow{z-index:10;border:1px solid var(--accent-border);background:var(--accent-bg);width:44px;height:44px;color:var(--accent);cursor:pointer;-webkit-backdrop-filter:blur(6px);border-radius:50%;justify-content:center;align-items:center;transition:background .18s,border-color .18s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:var(--accent-border);border-color:var(--accent);transform:translateY(-50%)scale(1.06)}.hero-arrow:active{transform:translateY(-50%)scale(.97)}.hero-arrow--prev{left:1rem}.hero-arrow--next{right:1rem}.hero-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:1rem;right:1.5rem}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s,width .25s}.hero-dot--active{background:#fff;border-radius:4px;width:24px}.hero-dot:hover:not(.hero-dot--active){background:#ffffffb3;transform:scale(1.2)}@media (width<=768px){.hero-section{padding:1rem .75rem 1.5rem}.hero-slider{aspect-ratio:unset;border-radius:12px;height:340px}.hero-overlay{padding:1.5rem 1.25rem}.hero-arrow{width:36px;height:36px}.hero-arrow--prev{left:.6rem}.hero-arrow--next{right:.6rem}.hero-dots{bottom:.75rem;right:50%;transform:translate(50%)}.hero-dot--active{width:20px}}.product-carousel{margin:2rem 0}.carousel-header{border-bottom:2px solid var(--accent);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.6rem;display:flex}.carousel-header h2{font-size:1.2rem;font-weight:600}.carousel-controls{gap:.4rem;display:flex}.carousel-btn{background:var(--accent-bg);border:1px solid var(--accent-border);width:36px;height:36px;color:var(--accent);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:background .18s,transform .15s;display:flex}.carousel-btn:hover{background:var(--accent-border);transform:scale(1.05)}.carousel-btn:active{transform:scale(.96)}.carousel-track{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.product-card{background:var(--code-bg);border:1px solid var(--border);text-align:center;border-radius:10px;flex-direction:column;align-items:center;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image{justify-content:center;align-items:center;width:100%;height:150px;margin-bottom:.75rem;display:flex}.product-image img{object-fit:contain;max-width:100%;height:100%}.product-image-placeholder{background:var(--border);border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-title{color:var(--text-h);flex:1;margin:0 0 .5rem;font-size:.9rem;font-weight:500;line-height:1.35}.product-price{color:var(--accent);margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.add-to-cart{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:.45rem 1.2rem;font-size:.88rem;font-weight:600;transition:background .18s,transform .15s}.add-to-cart:hover{background:#15803d;transform:translateY(-1px)}.add-to-cart:active{transform:translateY(0)}.carousel-dots{justify-content:center;gap:6px;margin-top:1.25rem;display:flex}.carousel-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .25s}.carousel-dot--active{background:var(--accent);border-radius:4px;width:22px}.carousel-dot:hover:not(.carousel-dot--active){background:var(--accent-border)}@media (width<=1024px){.carousel-track{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.carousel-track{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-image{height:110px}}@media (width<=400px){.carousel-track{grid-template-columns:1fr}}.newsletter{background:var(--code-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:10px;padding:1.75rem 1.25rem}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.newsletter-text{align-items:center;gap:.9rem;display:flex}.newsletter-icon{background:var(--accent-bg);border:1px solid var(--accent-border);width:44px;height:44px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.newsletter-text h3{color:var(--text-h);margin-bottom:.2rem;font-size:1rem;font-weight:600}.newsletter-text p{color:var(--text);opacity:.8;font-size:.85rem}.newsletter-form{border:1px solid var(--border);border-radius:8px;flex-shrink:0;gap:0;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.newsletter-form:focus-within{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-bg)}.newsletter-form input{background:var(--bg);color:var(--text-h);border:none;outline:none;width:240px;padding:.6rem 1rem;font-size:.9rem}.newsletter-form input::placeholder{color:var(--text);opacity:.55}.newsletter-form button{background:var(--accent);color:#fff;border:none;border-left:1px solid var(--accent-border);cursor:pointer;white-space:nowrap;padding:.6rem 1.2rem;font-size:.88rem;font-weight:600;transition:background .18s}.newsletter-form button:hover{background:#15803d}.newsletter-success{background:var(--accent-bg);border:1px solid var(--accent-border);color:var(--accent);border-radius:8px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;animation:.3s fadeIn;display:flex}.newsletter-success-icon{align-items:center;display:flex}@media (width<=640px){.newsletter-inner{flex-direction:column;align-items:flex-start;gap:1.1rem}.newsletter-form{width:100%}.newsletter-form input{flex:1;width:auto;min-width:0}.newsletter-success{justify-content:center;width:100%}}.input-wrapper{flex-direction:column;gap:.25rem;display:flex}.input-wrapper input{width:100%;font-size:1rem;font-family:var(--sans);background:var(--bg);border:1px solid var(--border);color:var(--text-h);border-radius:12px;outline:none;padding:.75rem 1rem;transition:border .2s,box-shadow .2s}.input-wrapper input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}.input-wrapper input.valid{border-color:var(--accent)}.input-wrapper input.invalid{border-color:#ef4444}.input-wrapper .error{color:#ef4444;font-size:.85rem}.auth-panel{background:var(--bg);border:1px solid var(--border);width:100%;max-width:400px;box-shadow:var(--shadow);border-radius:16px;padding:2rem;transition:all .2s}.auth-panel h2{text-align:center;margin-bottom:1.5rem;font-weight:600}.auth-panel form{flex-direction:column;gap:1rem;display:flex}.auth-panel input{width:100%;font-size:1rem;font-family:var(--sans);background:var(--bg);border:1px solid var(--border);color:var(--text-h);border-radius:12px;outline:none;padding:.75rem 1rem;transition:border .2s,box-shadow .2s}.auth-panel input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}.auth-panel input.valid{border-color:var(--accent)}.auth-panel input.invalid{border-color:#ef4444}.auth-panel .error{color:#ef4444;margin-top:-.5rem;margin-bottom:.5rem;font-size:.85rem}.auth-panel .submit-error{text-align:center;margin-top:.5rem;font-weight:500}.auth-panel button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:40px;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.auth-panel button:hover{background:#15803d}.auth-panel button:active{transform:scale(.98)}.auth-panel>button:last-of-type{color:var(--accent);border:1px solid var(--accent-border);background:0 0;margin-top:1rem}.auth-panel>button:last-of-type:hover{background:var(--accent-bg)}.auth-page{justify-content:center;align-items:center;min-height:80vh;padding:1rem;display:flex}@media (width<=768px){main{padding:1rem}}
