@media (max-width: 768px){body{flex-direction:column;min-width:0;min-height:100vh;padding:0}h1{font-size:2em}button{font-size:1em;padding:.5em 1em}a{font-size:1em}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--color-bg: #ffffff;--color-bg-alt: #f5f7fa;--color-panel: #ffffff;--color-border: #e5e7eb;--color-border-subtle: #f1f3f5;--color-text: #1f2937;--color-text-muted: #6b7280;--color-primary: #1aaf5d;--color-primary-hover: #15934d;--color-danger: #ef4444;--color-danger-bg: #fee2e2;--color-pill: rgba(26, 175, 93, .12);--color-pill-hover: rgba(26, 175, 93, .2);--color-input-bg: #ffffff;--color-link: #1aaf5d;--color-link-hover: #15934d;--color-oauth-btn-bg: #ffffff;--shadow-panel: 0 2px 4px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .06);background:var(--color-bg);color:var(--color-text)}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}body{display:block;place-items:unset;min-width:0;min-height:100vh}#root{width:100%}a{font-weight:500;color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover)}body{margin:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid var(--color-border);background:var(--color-panel);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;color:var(--color-text);transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}button:hover{border-color:var(--color-primary);color:var(--color-primary)}button:focus,button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}:root{--brand-green: #1aaf5d;--brand-green-600: #0e8c48;--text: #1f2937;--muted: #6b7280;--bg: #f6f7f9;--card: #ffffff;--border: #e5e7eb;--shadow: 0 2px 8px rgba(0, 0, 0, .06)}.home{color:var(--text);overflow-x:hidden}.hero{background:linear-gradient(180deg,#1aaf5d1f,#1aaf5d05);padding:1.5rem 1rem;border-radius:16px;margin-bottom:1rem}.hero-inner{max-width:1120px;margin:0 auto;text-align:left}.hero h2{margin:0 0 .25rem;font-size:2rem}.hero p{margin:0 0 1rem;color:var(--muted)}.search-bar{display:flex;gap:.5rem}.search-bar input{flex:1;border:1px solid var(--border);border-radius:8px;padding:.75rem .875rem;font-size:1rem;background:#fff}.cats{margin:.5rem 0 1.25rem}.cat-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.chip{border:1px solid var(--border);background:#fff;padding:.5rem .875rem;border-radius:999px;color:var(--text);white-space:nowrap}.chip:hover{border-color:var(--brand-green);color:var(--brand-green)}.section{margin-bottom:1.5rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.section-head h3{margin:0;font-size:1.125rem}.section-head .link{color:var(--brand-green)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.product-card .tag{position:absolute;background:var(--brand-green);color:#fff;font-size:.75rem;padding:.25rem .5rem;border-bottom-right-radius:8px}.product-card .thumb{display:block;position:relative;aspect-ratio:1;background:#fff}.product-card img{width:100%;height:100%;object-fit:cover;display:block}.product-card .info{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.product-card .title{color:var(--text);font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}.rating{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.875rem}.stars{color:#f59e0b;letter-spacing:1px}.star{opacity:.35}.star.full,.star.half{opacity:1}.price-row{display:flex;align-items:baseline;gap:.5rem}.price{color:var(--text);font-weight:700}.orig{color:var(--muted);text-decoration:line-through;font-size:.875rem}.btn{border:1px solid var(--border);background:#fff;padding:.625rem .875rem;border-radius:10px;cursor:pointer}.btn.primary{background:var(--brand-green);color:#fff;border-color:var(--brand-green)}.btn.add-cart{background:#fff;border-color:var(--brand-green);color:var(--brand-green);font-weight:600}.btn.add-cart .icon-only{display:none}.btn.add-cart .label-text{display:inline}@media (max-width: 640px){.btn.add-cart{padding:.625rem .75rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.btn.add-cart .label-text{display:none}.btn.add-cart .icon-only{display:inline-flex}}.btn.add-cart:hover{background:var(--brand-green);color:#fff}.product-card .btn.ghost[aria-pressed=true]{color:#dc2626;border-color:#fecaca}.product-card .btn.ghost{color:#ef4444}@media (min-width: 640px){.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (min-width: 1024px){.hero{padding:3rem 2rem}.hero h2{font-size:2.25rem}.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}@media (max-width: 360px){.grid{grid-template-columns:1fr}.chip{padding:.5rem .75rem}.hero h2{font-size:1.25rem}}.pd{margin:1rem 0 2rem}.pd-breadcrumbs{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.pd-breadcrumbs a{color:#1aaf5d;text-decoration:none}.pd-breadcrumbs a:hover{color:#0e8c48}.pd-breadcrumbs .sep{color:#9ca3af}.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.pd-main-img{width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#fff;display:block;max-height:580px;object-fit:contain}.pd-thumbs{margin-top:.5rem;display:flex;gap:.5rem}.pd-thumbs img{width:64px;height:64px;object-fit:cover;border:1px solid #e5e7eb;border-radius:6px}.pd-thumbs img.active{border-color:#1aaf5d;box-shadow:0 0 0 2px #1aaf5d40}.pd-title{font-size:1.5rem;margin:0 0 .25rem}.pd-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.pd-brand-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pd-rating-row{display:flex;align-items:center;gap:.5rem;color:#6b7280}.pd-stars .star{color:#d1d5db}.pd-stars .star.full,.pd-stars .star.half{color:#f59e0b}.pd-rating-txt{font-weight:600;color:#374151}.pd-reviews{color:#6b7280}.pd-price-block{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin:1rem 0}.pd-price-row{display:flex;align-items:baseline;gap:.75rem}.pd-price{font-size:1.75rem;font-weight:800;color:#111827}.pd-orig{text-decoration:line-through;color:#9ca3af}.pd-save,.pd-stock .in{color:#059669;font-weight:600}.pd-stock .out{color:#ef4444;font-weight:600}.pd-actions{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.pd-qty{display:inline-flex;align-items:center;gap:.5rem}.pd-qty .lbl{display:inline-block;font-size:.875rem;color:#6b7280;margin:0}.qty-ctrl{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;height:40px}.qty-ctrl button{width:40px;height:40px;background:#f9fafb;border:none;cursor:pointer}.qty-ctrl input{width:56px;text-align:center;border:none;outline:none;height:40px;font-size:1rem}.btn.add{background:#1aaf5d;color:#fff;border:1px solid #1aaf5d;padding:0 1rem;border-radius:8px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.pd-section{margin:1.5rem 0}.pd-section h2{font-size:1.25rem;margin-bottom:.5rem}.pd-highlights{list-style:disc;padding-left:1.25rem;color:#374151}.pd-facts{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.facts-meta{padding:.5rem .75rem;background:#f9fafb;color:#374151;display:flex;gap:1rem}.facts-table{width:100%;border-collapse:collapse}.facts-table th,.facts-table td{border-top:1px solid #e5e7eb;padding:.5rem .75rem;text-align:left}.dot{width:4px;height:4px;background:#d1d5db;display:inline-block;border-radius:50%;margin:0 .5rem}.pd-actions .btn.ghost{background:#fff;border:1px solid #e5e7eb;color:#ef4444;border-radius:8px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1;padding:0;cursor:pointer}.pd-actions .btn.ghost[aria-pressed=true]{color:#dc2626}@media (max-width: 640px){.pd{margin:.5rem 0 1.25rem}.pd-main-img{max-height:250px}.pd-grid{gap:1rem}.pd-title{font-size:1.25rem}.pd-price{font-size:1.5rem}.pd-breadcrumbs{gap:.25rem;flex-wrap:nowrap;overflow:hidden}.pd-breadcrumbs .current{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-price-block{padding:.75rem .75rem .875rem;margin:.75rem 0 1rem}.pd-actions{flex-wrap:wrap;gap:.75rem .75rem;align-items:flex-start}.pd-actions .pd-qty{order:1}.pd-actions .btn.add{order:2;flex:1 1 100%;height:48px;font-size:1rem}.pd-actions .btn.ghost{order:3}.pd-thumbs{overflow-x:auto;-webkit-overflow-scrolling:touch}.pd-thumbs img{width:48px;height:48px;flex:0 0 auto}.pd-section h2{font-size:1.1rem}.facts-meta{flex-direction:column;gap:.25rem}}@media (max-width: 900px){.pd-grid{grid-template-columns:1fr}.pd-left,.pd-right{width:100%}}.cart h2{margin:1rem 0}.cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:.75rem;align-items:center;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem}.cart-item img{width:96px;height:96px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.ci-info{display:flex;flex-direction:column;gap:.5rem;min-width:0}.ci-title{color:#111827;text-decoration:none;word-break:break-word}.ci-title:hover{color:#1aaf5d}.ci-controls{display:flex;align-items:center;gap:1rem}.qty-ctrl{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.qty-ctrl button{width:32px;height:32px;background:#f9fafb;border:none;cursor:pointer}.qty-ctrl input{width:48px;text-align:center;border:none;outline:none;height:32px}.ci-price{font-weight:700}.cart-summary{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;align-self:start;position:sticky;top:72px}.sum-row{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.5rem}.btn.primary{background:#1aaf5d;color:#fff;border:1px solid #1aaf5d}.btn.ghost{background:transparent;color:#374151;border:1px solid #e5e7eb}.link.danger{color:#ef4444;background:none;border:none;cursor:pointer}.cart.empty{text-align:center;margin:2rem 0}.cart.empty .btn{margin-top:.5rem}@media (max-width: 900px){.cart-grid{grid-template-columns:1fr}}@media (max-width: 480px){.cart-grid{gap:1rem}.cart{overflow-x:hidden}.cart-item{grid-template-columns:72px 1fr;align-items:start}.cart-item img{width:72px;height:72px}.ci-title{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ci-controls{flex-wrap:wrap;gap:.5rem}.qty-ctrl button{width:28px;height:28px}.qty-ctrl input{width:44px;height:28px}.ci-price{grid-column:2 / -1;justify-self:end;margin-top:.25rem}.cart-summary{position:static;top:auto}}.address{max-width:720px;margin:1.5rem auto}.address h2{margin:.25rem 0 1rem}.addr-form{display:grid;gap:.75rem;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;width:100%;max-width:100%;box-sizing:border-box}.addr-form label{display:block;width:100%;max-width:100%;box-sizing:border-box;gap:.35rem;font-size:.95rem}.addr-form input,.addr-form select,.addr-form textarea{display:block;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;padding:.55rem .75rem}.address .addr-form input,.address .addr-form select{height:44px;line-height:44px;font-size:16px;padding:0 12px;box-sizing:border-box}.address .addr-form .phone-row{display:flex;gap:8px;width:100%;max-width:100%}.address .addr-form .phone-row .country-select{-webkit-appearance:none;appearance:none;flex:0 0 auto;width:auto;min-width:120px;max-width:130px;padding:0 34px 0 10px;height:44px;line-height:44px;border-radius:8px;background:linear-gradient(45deg,transparent 50%,#888 50%) calc(100% - 18px) 54%/6px 6px no-repeat,linear-gradient(135deg,#888 50%,transparent 50%) calc(100% - 12px) 54%/6px 6px no-repeat,var(--panel-bg, #fff)}.address .addr-form select{-webkit-appearance:none;appearance:none;border-radius:8px;background:linear-gradient(45deg,transparent 50%,#888 50%) calc(100% - 18px) 54%/6px 6px no-repeat,linear-gradient(135deg,#888 50%,transparent 50%) calc(100% - 12px) 54%/6px 6px no-repeat,var(--panel-bg, #fff);padding-right:34px}.address .addr-form .phone-row input[type=tel]{flex:1 1 auto;min-width:0;height:44px}@media (max-width: 420px){.address .addr-form .phone-row .country-select{min-width:120px;padding:0 6px 0 8px}}.address .addr-form .phone-row *:focus,.address .addr-form select:focus{outline:2px solid var(--primary, #1aaf5d);outline-offset:2px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.addr-form .row{display:inline-flex;align-items:center;gap:.5rem}.actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}@media (max-width: 520px){.grid-2{grid-template-columns:1fr}.address{margin:.75rem}}.addr-list{display:grid;gap:.75rem;margin-top:.75rem}.addr-card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem;background:#fff}.addr-card .tag{background:#ecfdf5;color:#065f46;border-radius:999px;padding:.1rem .5rem;font-size:.75rem}.addr-card.default{box-shadow:0 0 0 2px #d1fae5 inset}.addr-form .grid-2{display:flex;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.addr-form .grid-2>label{flex:1 1 0;min-width:0}@media (max-width: 560px){.addr-form .grid-2{flex-direction:column;gap:8px}}.addr-form .actions{display:flex;flex-wrap:wrap;gap:10px;width:100%;max-width:100%;box-sizing:border-box}@supports (width: fit-content){.address .addr-form .phone-row .country-select{width:fit-content}}.orders{max-width:860px;margin:1.5rem auto}.orders h2{margin:.25rem 0 1rem}.order-list{display:grid;gap:.75rem}.order-card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem;background:#fff}.row{display:flex;gap:.5rem;align-items:center}.row.wrap{flex-wrap:wrap}.status{padding:.2rem .5rem;border-radius:999px;font-size:.8rem}.status.paid{background:#ecfdf5;color:#065f46}.status.shipped{background:#eff6ff;color:#1e40af}.status.delivered{background:#f0fdf4;color:#166534}.status.pending_crypto{background:#ff0202;color:#fff}.status.pending{background:#fff7ed;color:#9a3412}.status.cancelled{background:#fef2f2;color:#991b1b}.actions{margin-top:.75rem;display:flex;gap:.5rem}.subhead{margin:.75rem 0 .5rem;font-size:1rem}.items{display:grid;gap:.5rem}.item{display:grid;grid-template-columns:1fr auto auto;gap:.5rem;align-items:center}.item .name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 520px){.orders{margin:.75rem}.item{grid-template-columns:1fr auto}.item .price{justify-self:end}}.order-success-banner{background:#ecfdf5;border:1px solid #a7f3d0;padding:16px 20px;border-radius:10px;margin:12px 0 20px}.order-success-banner h2{margin:0 0 6px;font-size:20px;color:#065f46}.order-success-banner p{margin:0;color:#065f46;font-size:14px}.order-summary-block{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px 20px;margin-bottom:20px}.order-summary-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));font-size:14px}.order-summary-block h3{margin:0 0 8px;font-size:15px}.order-items-block{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;margin-bottom:24px}.order-items-block h3{margin:0 0 10px}.order-items-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.order-item-row{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;font-size:14px;background:#f9fafb;padding:8px 10px;border-radius:8px}.order-item-row .thumb{width:60px;height:60px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.order-item-row .thumb img{max-width:100%;max-height:100%;object-fit:contain}.order-item-row .name{font-weight:500;margin-bottom:4px}.order-item-row .line-total{font-weight:600;font-size:13px}.order-next-actions{display:flex;gap:12px;margin:10px 0 30px;flex-wrap:wrap}@media (max-width:560px){.order-item-row{grid-template-columns:50px 1fr auto}}.order-item-row .thumb,.order-items-list .thumb{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;color:#9ca3af;display:flex;align-items:center;justify-content:center}.order-item-row .thumb .no-img{width:100%;text-align:center}.favorites h2{margin:0}.favorites .empty{padding:2rem;text-align:center}.fav-list{list-style:none;margin:0;padding:0;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.fav-item{display:flex;flex-direction:column;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 4px #0000000a;padding:12px;transition:box-shadow .18s,transform .18s;position:relative}.fav-item:hover{box-shadow:0 4px 10px #00000014;transform:translateY(-2px)}.fav-item .thumb{display:block;width:100%;aspect-ratio:1 / 1;background:#f7f7f7;border-radius:10px;overflow:hidden;position:relative}.fav-item .thumb img{width:100%;height:100%;object-fit:cover;display:block}.fav-item .info{display:flex;flex-direction:column;gap:6px;padding-top:10px;flex:1}.fav-item .title{font-size:14px;font-weight:600;line-height:1.35;color:#222;text-decoration:none;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fav-item .price-row{display:flex;align-items:center;gap:6px}.fav-item .price{font-size:15px;font-weight:600;color:var(--brand-green, #1aaf5d)}.fav-item .actions{margin-top:auto;display:flex;gap:8px}.fav-item .btn{height:36px;font-size:13px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px}.fav-item .btn.add-cart{flex:1}.fav-item .btn.ghost{background:#f5f5f5;color:#444}.fav-item .btn.ghost:hover{background:#ececec}.fav-item .btn.ghost{color:#ef4444}.fav-item .btn.ghost[aria-pressed=true]{color:#dc2626;border-color:#fecaca}@media (max-width:900px){.fav-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}@media (max-width:640px){.fav-list{gap:14px}.fav-item{padding:10px;border-radius:10px}}@media (max-width:400px){.fav-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.account{max-width:720px;margin:1.5rem auto}.account h2{margin:.25rem 0 1rem}.card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem;background:#fff;margin-bottom:.75rem}.row{display:flex;align-items:center;gap:.5rem}.row.between{justify-content:space-between}.form{display:grid;gap:.75rem}.form label{display:grid;gap:.35rem;font-size:.95rem}.form input{border:1px solid #e5e7eb;border-radius:8px;padding:.55rem .75rem}.actions{display:flex;justify-content:flex-end}.success{color:#059669}.subhead{font-weight:600;margin-bottom:.25rem}.muted{color:#6b7280}.small{font-size:.9rem}@media (max-width: 520px){.account{margin:.75rem}}.auth{max-width:480px;margin:1.5rem auto;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.auth h2{margin:.25rem 0 1rem}.auth-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.auth-tabs button{flex:1;padding:.5rem;border:1px solid var(--color-border);background:#f9fafb;border-radius:8px}.auth-tabs .active{background:#1aaf5d;color:#fff;border-color:#1aaf5d}.auth-form{display:grid;gap:.75rem}.auth-form label{display:grid;gap:.25rem;font-size:.9rem}.auth-form input{border:1px solid var(--color-border);border-radius:8px;padding:.5rem .75rem}.code-row{display:flex;align-items:stretch;gap:0;width:100%}.code-row input[type=text],.code-row input[type=number]{flex:1 1 auto;border-top-right-radius:0;border-bottom-right-radius:0}.code-row .send-code-btn{flex:0 0 auto;border-top-left-radius:0;border-bottom-left-radius:0;height:100%;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:0 .95rem;min-height:44px}.phone-row{display:grid;grid-template-columns:minmax(110px,140px) 1fr;gap:.5rem}.country-select{border:1px solid var(--color-border);border-radius:8px;padding:.5rem .6rem;background:#fff;font-size:.8rem;line-height:1.4}.country-select option{font-size:.8rem;padding:.5rem .6rem;line-height:3}.btn.primary{background:var(--color-primary);color:#fff;border:1px solid #1aaf5d;border-radius:8px;padding:.6rem .9rem}.btn.ghost{background:transparent;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:.6rem .9rem}.btn.link{background:transparent;color:#1aaf5d;border:none;padding:.25rem;text-align:center}.two-links-row{display:flex;justify-content:space-between;gap:.5rem}.two-links-row .btn.link{flex:1;width:auto}.send-code-btn.cooling{position:relative;min-width:90px;color:var(--color-primary);background:#f0fdf4;border-color:#bbf7d0}.cooldown-wrapper{display:inline-flex;align-items:center;gap:.35rem;position:relative}.cooldown-circle{width:20px;height:20px}.cooldown-circle path{fill:none;stroke-width:4;stroke-linecap:round}.cooldown-circle path.bg{stroke:var(--color-border)}.cooldown-circle path.fg{stroke:var(--color-primary);transition:stroke-dasharray .3s linear}.cooldown-text{font-size:.75rem;font-weight:600}.w-full{width:100%}.small{font-size:.8rem}.muted{color:var(--color-text-muted)}.error{color:var(--color-danger);font-size:.9rem}.auth-oauth{margin-top:1.25rem}.hr{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted)}.hr:before,.hr:after{content:"";height:1px;background:var(--color-border);flex:1}.oauth-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.75rem}.btn.oauth{border-radius:10px;border:1px solid #e5e7eb;background:var(--color-oauth-btn-bg);padding:.6rem .9rem;display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.btn.oauth.apple,.btn.oauth.google{font-weight:700}.icon-svg{width:18px;height:18px;display:inline-block}@media (max-width: 520px){.auth{margin:.75rem}.phone-row{grid-template-columns:1fr}.country-select{font-size:.8rem;padding:.65rem .75rem;min-height:44px}.country-select option{line-height:3.2}.auth-form input{font-size:1rem;padding:.65rem .8rem;min-height:44px}.btn.primary,.btn.ghost,.btn.link{padding:.75rem 1rem;font-size:1rem;min-height:44px}.auth-tabs button{padding:.65rem;font-size:1rem}.icon-svg{width:20px;height:20px}}.auth-form .phone-row{display:flex;gap:8px;align-items:stretch}.auth-form .country-select{-webkit-appearance:none;appearance:none;min-width:130px;max-width:160px;padding:0 10px;font-size:16px;line-height:1.2;height:44px;border:1px solid var(--border-color, #d6d6d6);border-radius:8px;background:var(--panel-bg, #fff);position:relative}@media (max-width: 480px){.auth-form .country-select{min-width:120px;font-size:16px;padding:0 8px}.auth-form .phone-row input[type=tel]{font-size:16px}}.auth-form .phone-row input[type=tel]{flex:1;height:44px;padding:0 12px;font-size:16px;border:1px solid var(--border-color, #d6d6d6);border-radius:8px}.auth-form .country-select{background-image:linear-gradient(45deg,transparent 50%,#888 50%),linear-gradient(135deg,#888 50%,transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:32px}.auth-form .country-select:focus{outline:2px solid var(--primary, #1aaf5d);outline-offset:2px}.country-select-wrap{position:relative;display:flex;align-items:center}.auth-form .country-select{flex:0 0 auto;width:auto;min-width:92px;max-width:110px;padding:0 8px 0 10px;height:44px;font-size:16px;line-height:1.2}@supports (width: fit-content){.auth-form .country-select{width:fit-content}}@media (max-width:480px){.auth-form .country-select{min-width:120px;max-width:138px;padding-right:6px}}.auth-form .phone-row input[type=tel]{flex:1 1 auto}.auth-form .phone-row,.auth-form .code-row{max-width:100%;width:100%;overflow:hidden}.auth-form .phone-row select.country-select{flex:0 0 auto}.auth-form .phone-row input[type=tel],.code-row input.code-input{flex:1 1 0;min-width:0;width:100%}.code-row .send-code-btn{flex:0 0 auto}.auth-form *{box-sizing:border-box}@media (max-width: 360px){.auth-form .phone-row select.country-select{max-width:95px;padding-left:6px;padding-right:6px}.code-row .send-code-btn{padding:0 .7rem}}@media (max-width: 768px){#root{padding:.5rem;max-width:100vw}header{flex-direction:column!important;align-items:flex-start!important;padding:.5rem!important}nav{margin-top:.5rem;width:100%;display:flex;flex-direction:row;justify-content:space-around}main{padding:0 .5rem!important}h1{font-size:2em!important}.card{padding:1em}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.site-header{position:sticky;top:0;z-index:20;background:var(--color-panel);border-bottom:1px solid var(--color-border);backdrop-filter:saturate(160%) blur(8px);-webkit-backdrop-filter:saturate(160%) blur(8px)}.brand{font-weight:800;color:#1aaf5d;font-size:1.25rem}.brand{font-weight:800;color:var(--color-primary);font-size:1.25rem}.header-search{flex:1;display:flex;gap:.5rem}.header-search input{width:100%;border:1px solid var(--color-border);border-radius:10px;padding:.55rem .75rem;background:var(--color-input-bg);color:var(--color-text);transition:border-color .15s ease}.header-search input:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-color:var(--color-primary)}.header-search input{width:100%;min-width:0;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem}.header-search .btn{border:1px solid #1aaf5d;background:#1aaf5d;color:#fff;padding:1rem 1.25rem;border-radius:8px}.header-search .btn{border:1px solid var(--color-primary);background:var(--color-primary);color:#fff;padding:.85rem 1.25rem;border-radius:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.header-search .btn:hover{background:var(--color-primary-hover)}.header-search .btn:active{transform:translateY(1px)}.header-search .btn{border:1px solid #1aaf5d;background:#1aaf5d;color:#fff;padding:1rem 1.25rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;line-height:.6;flex-shrink:0}.nav a{color:#374151}.nav a{color:var(--color-text)}.nav a:hover{color:var(--color-primary)}.nav-pill{padding:6px 14px;background:#1aaf5d1f;border-radius:999px;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.nav-pill{padding:6px 14px;background:var(--color-pill);border-radius:999px;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.nav-pill:hover{background:var(--color-pill-hover);color:var(--color-primary-hover)}.nav-pill:hover{background:#1aaf5d33;color:#059669}.nav-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1aaf5d1f;transition:background .15s ease}.nav-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--color-pill);transition:background .15s ease,transform .15s ease}.nav-icon-link:hover{background:var(--color-pill-hover)}.nav-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1aaf5d4a;transition:background .15s ease,transform .15s ease}.nav-icon-link:hover{background:#1aaf5d64}.nav-icon-img{width:20px;height:20px;display:block}.avatar:hover{background:#15934d}.user-menu-wrapper{position:relative}.avatar-btn{border:0;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;gap:4px}.avatar-btn .avatar-letter{width:32px;height:32px;background:#1aaf5d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;text-transform:uppercase}.avatar-btn:hover .avatar-letter{background:#15934d}.user-menu{position:absolute;top:42px;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:160px;padding:6px 0;box-shadow:0 8px 24px #00000014,0 2px 4px #0000000f;z-index:30;animation:fadeIn .12s ease-out}.user-menu{position:absolute;top:42px;right:0;background:var(--color-panel);border:1px solid var(--color-border);border-radius:12px;min-width:170px;padding:6px 0;box-shadow:var(--shadow-panel);z-index:30;animation:fadeIn .12s ease-out;-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px)}.user-menu a,.user-menu button.signout-btn{display:block;width:100%;background:none;border:0;text-align:left;font:inherit;padding:8px 14px;color:#374151;text-decoration:none;cursor:pointer;font-size:14px}.user-menu a,.user-menu button.signout-btn{display:block;width:100%;background:none;border:0;text-align:left;font:inherit;padding:8px 14px;color:var(--color-text);text-decoration:none;cursor:pointer;font-size:14px}.user-menu a:hover,.user-menu button.signout-btn:hover{background:#f3f4f6;color:#111827}.user-menu a:hover,.user-menu button.signout-btn:hover{background:var(--color-bg-alt);color:var(--color-primary)}.user-menu button.signout-btn{border-top:1px solid #e5e7eb;margin-top:4px;padding-top:10px;font-weight:500;color:#b91c1c}.user-menu button.signout-btn{border-top:1px solid var(--color-border);margin-top:4px;padding-top:10px;font-weight:500;color:var(--color-danger)}.user-menu button.signout-btn:hover{background:#fee2e2;color:#991b1b}.user-menu button.signout-btn:hover{background:var(--color-danger-bg);color:var(--color-danger)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lang-select{appearance:none;-webkit-appearance:none;padding:6px 14px;border:0;border-radius:999px;background:#1aaf5d1f;font-size:14px;line-height:1;cursor:pointer;color:#374151;transition:background .15s ease,color .15s ease}.lang-select:hover{background:#1aaf5d33;color:#059669}.lang-select:focus{outline:2px solid rgba(26,175,93,.35);outline-offset:2px}.lang-flag{font-size:1rem;line-height:1}.container{max-width:1120px;margin:0 auto;padding:0 1rem}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e5e7eb}.site-header .container{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem}.brand{font-weight:800;color:#1aaf5d;font-size:1.25rem;text-decoration:none}.header-search{flex:1}.header-search input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem}.nav{display:flex;gap:1rem}.nav a{color:#374151;text-decoration:none}.nav-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:20px;border-radius:50%;background:#1aaf5d42;transition:background .15s ease}.nav-cart-link:hover{background:#1aaf5d66}.cart-icon{line-height:1}.cart-icon-img{width:22px;height:22px;display:block}.cart-badge{position:absolute;top:-4px;right:-6px;background:#c4cad3;color:#fff;border-radius:999px;padding:0 6px;font-size:10px;font-weight:600;line-height:18px;min-width:18px;text-align:center;box-shadow:0 0 0 2px #fff}.cart-badge.has-items{background:#ef4444}.nav a:hover{color:#1aaf5d}main.container{text-align:left}@media (max-width: 768px){#root{padding:.5rem}.site-header .container{padding:.5rem 1rem;flex-wrap:wrap}.brand{order:1}.header-search{order:2;width:100%}.nav{order:3;width:100%;justify-content:flex-end;gap:.75rem}}
