:root{--bg: #0c0c0f;--surface: #141419;--surface-2: #1c1c24;--border: #2a2a34;--text: #f0f0f4;--text-muted: #8888a0;--accent: #00d4aa;--accent-dim: #00a885;--price: #00d4aa;--radius: 14px;--radius-sm: 10px;--font: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}#root{min-height:100vh}.home{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.home-hero{text-align:center;padding:3rem 1rem 4rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.home-title{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text) 0%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:480px;margin:0 auto;line-height:1.6}.home-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--text-muted)}.home-loading .spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.home-error{text-align:center;padding:2rem;color:var(--text-muted);background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:var(--radius);max-width:480px;margin:0 auto}.home-error-hint{font-size:.9rem;margin-top:.5rem;opacity:.9}.home-empty{text-align:center;padding:2rem;color:var(--text-muted)}.home-empty code{font-family:var(--font-mono);font-size:.85rem;background:var(--surface-2);padding:.2rem .5rem;border-radius:4px}.home-section-title{font-size:1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;transition:border-color .2s,transform .2s}.product-card:hover{border-color:var(--accent);transform:translateY(-2px)}.product-card-badge{display:inline-block;font-family:var(--font-mono);font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:#00d4aa1f;padding:.25rem .5rem;border-radius:6px;margin-bottom:.75rem;width:fit-content}.product-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.product-card-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;flex:1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{display:flex;align-items:baseline;gap:.35rem;margin-bottom:1rem}.product-card-amount{font-family:var(--font-mono);font-size:1.5rem;font-weight:600;color:var(--price)}.product-card-currency{font-size:.85rem;color:var(--text-muted);font-weight:500}.btn-add-card{width:100%;margin-top:auto}.header{border-bottom:1px solid var(--border);background:#0c0c0fe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:50}.header-inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;letter-spacing:-.02em}.cart-trigger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .2s,background .2s;position:relative}.cart-trigger:hover{border-color:var(--accent);background:var(--surface-2)}.cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:600;background:var(--accent);color:var(--bg);border-radius:999px;display:flex;align-items:center;justify-content:center}.cart-badge:empty{display:none}.product{max-width:900px;margin:0 auto;padding:3rem 1.5rem 4rem}.product-inner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;position:relative}.product-badge{display:inline-block;font-family:var(--font-mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:#00d4aa1f;padding:.35rem .65rem;border-radius:6px;margin-bottom:1rem}.product-title{font-size:1.85rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem;line-height:1.2}.product-desc{color:var(--text-muted);font-size:1rem;margin-bottom:1.5rem;max-width:520px}.product-features{list-style:none;margin-bottom:2rem}.product-features li{padding:.4rem 0 .4rem 1.5rem;position:relative;color:var(--text-muted);font-size:.95rem}.product-features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--accent);border-radius:50%}.product-price-block{margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.35rem}.product-price{font-family:var(--font-mono);font-size:2.25rem;font-weight:600;color:var(--price)}.product-currency{font-size:.9rem;color:var(--text-muted);font-weight:500}.btn-add{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,transform .15s}.btn-add:hover{background:var(--accent-dim);transform:translateY(-1px)}.panier-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;z-index:100}.panier-overlay.open{opacity:1;visibility:visible}.panier{position:fixed;top:0;right:0;width:100%;max-width:380px;height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 32px #0006;z-index:101;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.panier.open{transform:translate(0)}.panier-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.panier-head h2{font-size:1.15rem;font-weight:600}.panier-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:var(--text-muted);background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:color .2s,background .2s}.panier-close:hover{color:var(--text);background:var(--surface-2)}.panier-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.panier-empty{color:var(--text-muted);font-size:.95rem;padding:2rem 0}.panier-list{list-style:none}.panier-item{padding:1rem 0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.6rem}.panier-item:last-child{border-bottom:none}.panier-item-info{display:flex;flex-direction:column;gap:.2rem}.panier-item-name{font-weight:500;font-size:.95rem}.panier-item-price{font-family:var(--font-mono);font-size:.85rem;color:var(--accent)}.panier-item-actions{display:flex;align-items:center;gap:.5rem}.panier-item-actions button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:border-color .2s}.panier-item-actions button:hover{border-color:var(--accent)}.panier-item-qty{min-width:24px;text-align:center;font-weight:500;font-size:.9rem}.panier-item-remove{font-size:.8rem;color:var(--text-muted);background:none;border:none;cursor:pointer;align-self:flex-start;padding:.2rem 0;text-decoration:underline;transition:color .2s}.panier-item-remove:hover{color:#ef4444}.panier-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.panier-total{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.panier-total strong{font-family:var(--font-mono);font-size:1.2rem;color:var(--accent)}.btn-checkout{width:100%;padding:.9rem 1.5rem;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s}.btn-checkout:hover{background:var(--accent-dim)}.success-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.success-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;max-width:420px;text-align:center}.success-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:var(--accent);color:var(--bg);font-size:1.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-card h1{font-size:1.35rem;margin-bottom:.5rem}.success-card p{color:var(--text-muted);font-size:.95rem;margin-bottom:.5rem}.success-ref{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted)}.btn-success-back{display:inline-block;margin-top:1.5rem;padding:.7rem 1.25rem;background:var(--accent);color:var(--bg);font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:background .2s}.btn-success-back:hover{background:var(--accent-dim)}
