@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@600;700;800&display=swap";:root{--primary-color:#008f3e;--secondary-color:#d2e0f7;--surface:#f8fafc;--surface-container:#fff;--surface-container-high:#f1f5f9;--on-surface:#0f172a;--on-surface-variant:#475569;--border-light:#0f172a14;--font-heading:"Manrope", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-float:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--ease-spring:cubic-bezier(.175, .885, .32, 1.275);--ease-smooth:cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--surface);color:var(--on-surface);-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em}.storefront-app{flex-direction:column;width:100%;min-height:100vh;display:flex}.loading-screen{height:100vh;font-family:var(--font-heading);color:var(--primary-color);background:var(--surface);justify-content:center;align-items:center;font-size:1.5rem;animation:2s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1)}to{opacity:.6;transform:scale(.98)}}.storefront-header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#fffc;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.header-brand{align-items:center;gap:16px;display:flex}.header-logo{object-fit:contain;max-width:200px;height:56px}.header-title{color:var(--on-surface);text-transform:uppercase;letter-spacing:.5px;font-size:1.5rem;font-weight:800}.btn{border-radius:var(--radius-full);font-family:var(--font-body);cursor:pointer;transition:all .2s var(--ease-smooth);border:none;outline:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #0000001a}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.btn-primary:active{transform:translateY(0)}.tag{background:var(--surface-container-high);color:var(--on-surface-variant);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.storefront-footer{text-align:center;background:var(--surface-container);border-top:1px solid var(--border-light);color:var(--on-surface-variant);margin-top:40px;padding:24px;font-size:.9rem}.storefront-footer a{color:var(--primary-color);font-weight:600;text-decoration:none}.storefront-footer a:hover{text-decoration:underline}
