@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--color-bg:#f7f8fa;--color-surface:#ffffff;--color-surface-hover:#f9fafb;--color-text-primary:#111827;--color-text-secondary:#6b7280;--color-text-label:#9ca3af;--color-text-link:#5b3fc8;--color-accent:#7c1d5f;--color-accent-hover:#6b1852;--color-accent-light:#f5eef8;--color-cancel:#7c1d40;--color-cancel-hover:#6b1836;--color-coupon-from:#8B1568;--color-coupon-to:#C2346C;--color-success:#059669;--color-success-bg:#ecfdf5;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-paid-badge-bg:#d1fae5;--color-paid-badge-text:#065f46;--color-border:#e5e7eb;--color-border-focus:#7c1d5f;--color-input-bg:#f9fafb;--color-input-border:#d1d5db;--font-family-base:"Inter",system-ui,-apple-system,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.8125rem;--font-size-md:0.9375rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.5rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.3;--line-height-base:1.5;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--cta-height:48px;--content-max-width:430px;--transition-fast:150ms ease;--transition-base:250ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font-family-base);font-size:var(--font-size-md);line-height:var(--line-height-base);background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center}.app-root{width:100%;max-width:var(--content-max-width);min-height:100%;display:flex;flex-direction:column}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;background:none}button,input,textarea{font-family:var(--font-family-base)}