:root{--bg: #0a0a0f;--surface: #14141c;--surface-hover: #1c1c28;--accent: #6366f1;--accent-hover: #818cf8;--accent-glow: rgba(99, 102, 241, .25);--text: #f4f4f5;--muted: #a1a1aa;--border: #27272a;--radius: 14px;--radius-sm: 10px;--shadow: 0 24px 48px rgba(0, 0, 0, .35)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}#root{min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-header{position:sticky;top:0;z-index:10;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:#0a0a0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between}.layout-brand{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.03em;text-decoration:none}.layout-brand span{color:var(--accent)}.layout-main{flex:1;width:100%;max-width:72rem;margin:0 auto;padding:2rem 1.5rem 3rem}.hero{margin-bottom:2.5rem}.hero-eyebrow{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.hero-title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.1}.hero-subtitle{margin:0;max-width:36rem;color:var(--muted);font-size:1.0625rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.25rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px);border-color:#3f3f46;box-shadow:var(--shadow)}.product-card-art{aspect-ratio:16 / 9;background:linear-gradient(135deg,#1e1b4b,#312e81);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-art img{width:100%;height:100%;object-fit:cover;display:block}.product-card-body{padding:1.25rem}.product-card-body h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.product-card-body p{margin:0 0 1rem;color:var(--muted);font-size:.9375rem}.product-price{font-size:1.625rem;font-weight:700;margin-bottom:1rem}.product-price small{font-size:.875rem;font-weight:400;color:var(--muted)}.btn-buy{display:block;width:100%;padding:.875rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease}.btn-buy:hover{background:var(--accent-hover);box-shadow:0 0 0 4px var(--accent-glow)}.domain-note{margin-top:2rem;font-size:.75rem;color:var(--muted);text-align:center}.checkout-page{max-width:42rem;margin:0 auto}.checkout-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.checkout-header h1{margin:0;font-size:1.375rem}.checkout-back{color:var(--muted);font-size:.875rem;text-decoration:none}.checkout-back:hover{color:var(--text)}.checkout-summary{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}.proxxydom-summary-row{display:flex;gap:1rem;align-items:flex-start}.proxxydom-summary-thumb{width:4rem;height:4rem;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--border)}.proxxydom-summary-details p{margin:0}.proxxydom-summary-price{color:var(--accent);font-weight:700}.proxxydom-summary-desc{margin-top:.35rem!important;font-size:.8125rem!important;color:var(--muted)!important}.proxxydom-summary-note{margin:.75rem 0 0;font-size:.75rem;color:var(--muted)}.checkout-mount{min-height:28rem;background:#fafafa;border-radius:var(--radius);overflow:hidden}.checkout-loader,.checkout-error{padding:2rem 1.25rem;text-align:center;color:var(--muted)}.checkout-error{color:#f87171}.success-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 8rem)}.success-card{max-width:24rem;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.success-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:999px;background:#22c55e26;color:#4ade80;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.success-card h1{margin:0 0 .5rem;font-size:1.375rem}.success-card p{margin:0 0 1.5rem;color:var(--muted);font-size:.9375rem}.success-product{color:var(--text);font-weight:600}.page-loading{padding:3rem;text-align:center;color:var(--muted)}.lakore-iframe-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#fff;display:flex;flex-direction:column}.lakore-iframe-full{flex:1;width:100%;border:none;display:block}.lakore-iframe-shell .checkout-loader,.lakore-iframe-shell .checkout-error{margin:auto;padding:2rem}
