:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#f3f4f6}.app-root{min-height:100vh;background:#f3f4f6}.top-header{display:flex;align-items:center;justify-content:space-between;padding:14px 5%;background:#fff;box-shadow:0 1px 4px #0f172a14;position:sticky;top:0;z-index:20}.top-header__logo{display:flex;align-items:center;gap:8px}.logo-bag{width:40px;height:40px;border-radius:12px;background:#ff7a00;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-main{font-weight:700;font-size:14px;color:#111827}.logo-sub{font-weight:700;font-size:18px;color:#ff7a00}.top-header__search{flex:1;max-width:520px;display:flex;align-items:center;gap:8px;margin:0 40px}.search-input{flex:1;padding:10px 14px;border-radius:999px;border:1px solid #e5e7eb;outline:none;font-size:14px}.search-input:focus{border-color:#ff7a00}.search-shortcut{font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;color:#6b7280}.top-header__right{display:flex;align-items:center;gap:12px}.currency-select{padding:8px 10px;border-radius:999px;border:1px solid #e5e7eb;font-size:13px}.btn-primary{padding:8px 18px;border-radius:999px;border:none;background:#ff7a00;color:#fff;font-weight:600;cursor:pointer}.nav-categories{display:flex;gap:24px;padding:10px 5%;background:#022557;color:#e5e7eb;font-size:14px}.nav-link{background:transparent;border:none;color:#e5e7eb;cursor:pointer;font-weight:500}.nav-link:hover{color:#fff}.main-content{max-width:1200px;margin:24px auto 40px;padding:0 16px}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:32px;align-items:center;padding:32px;border-radius:24px;background:#f9fafb;box-shadow:0 18px 45px #0f172a1f;margin-bottom:40px}.hero-badge{color:#f97316;font-weight:600;font-size:14px}.hero h1{font-size:34px;margin:12px 0}.hero-subtitle{color:#4b5563;margin-bottom:24px}.btn-hero{padding:12px 24px;border-radius:999px;border:none;background:#ff7a00;color:#fff;font-weight:600;cursor:pointer}.hero-image{display:flex;justify-content:center}.hero-placeholder{width:100%;max-width:340px;height:260px;border-radius:24px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-weight:500}.section{margin-top:40px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-header h2{font-size:22px}.section-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.section-arrows button{border-radius:999px;border:1px solid #e5e7eb;background:#fff;padding:6px 10px;cursor:pointer}.category-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:16px;overflow-x:auto;padding-bottom:8px}.category-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px #0f172a0f;overflow:hidden;display:flex;flex-direction:column}.category-image{height:120px;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.category-info{padding:12px 16px 16px}.category-info h3{font-size:15px;margin-bottom:4px}.category-info p{font-size:13px;color:#6b7280}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border-radius:18px;box-shadow:0 10px 25px #0f172a0f;overflow:hidden;position:relative;display:flex;flex-direction:column}.product-image{height:170px;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.product-badge,.product-tag-new{position:absolute;top:12px;left:12px;background:#f97316;color:#fff;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.product-tag-new{background:#16a34a}.product-info{padding:12px 16px 16px}.product-name{font-size:14px;margin-bottom:8px}.product-prices{display:flex;gap:8px;align-items:baseline;margin-bottom:10px}.price-current{font-weight:700;color:#f97316}.price-old{font-size:13px;color:#9ca3af;text-decoration:line-through}.btn-secondary{width:100%;padding:8px 12px;border-radius:999px;border:none;background:#ff7a00;color:#fff;font-weight:600;cursor:pointer}.center-title{text-align:center;font-size:22px;margin-bottom:18px}.benefits-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.benefit-card{border-radius:18px;padding:18px 16px;color:#fff}.benefit-card h3{font-size:15px;margin-bottom:6px}.benefit-card p{font-size:13px}.benefit-orange{background:#f97316}.benefit-blue{background:#2563eb}.benefit-green{background:#16a34a}.benefit-purple{background:#a855f7}.footer{background:#022557;color:#e5e7eb;padding:24px 16px;text-align:center}.footer-top{display:flex;justify-content:center;gap:8px;margin-bottom:8px}.footer-text{font-size:13px;color:#9ca3af}@media(max-width:900px){.hero{grid-template-columns:1fr}.product-grid,.benefits-row{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-categories{overflow-x:auto}}@media(max-width:640px){.product-grid,.benefits-row{grid-template-columns:1fr}.top-header{flex-wrap:wrap;gap:12px}.top-header__search{order:3;margin:0}}
