:root{color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--color-bg: #040713;--color-surface: #0e1425;--color-surface-alt: #111a2d;--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-soft: rgba(37, 99, 235, .16);--color-text: #f4f6ff;--color-muted: #95a4d6;--color-border: rgba(64, 83, 132, .45);--radius-lg: 22px;--radius-md: 16px;--radius-sm: 10px;--shadow-md: 0 24px 48px rgba(22, 46, 90, .25);--shadow-lg: 0 40px 68px rgba(10, 22, 46, .4);--bg-gradient-spot-1: rgba(37, 99, 235, .32);--bg-gradient-spot-2: rgba(24, 42, 110, .45);--bg-gradient-linear-start: #040713;--bg-gradient-linear-mid: #050b1b;--bg-gradient-linear-end: #040714}*{margin:0;padding:0;box-sizing:border-box}body{position:relative;min-height:100vh;background:var(--color-bg);color:var(--color-text);display:block;padding:42px 48px 64px}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 15% -10%,var(--bg-gradient-spot-1),transparent 60%),radial-gradient(circle at 85% 12%,var(--bg-gradient-spot-2),transparent 58%),linear-gradient(180deg,var(--bg-gradient-linear-start) 0%,var(--bg-gradient-linear-mid) 45%,var(--bg-gradient-linear-end) 100%)}#root{width:100%}a{color:inherit;text-decoration:none}button{font:inherit}@media (max-width: 768px){body{padding:32px 24px 44px}#root{width:100%}}@media (max-width: 480px){body{padding:24px 12px 32px}#root{width:100%}}@keyframes entryFlash{0%{box-shadow:0 0 #2563eb1a;background-color:#2563eb00}25%{box-shadow:0 0 0 4px #3b82f680;background-color:#3b82f63d}40%{box-shadow:0 0 #2563eb00;background-color:#2563eb00}65%{box-shadow:0 0 0 4px #3b82f673;background-color:#3b82f633}80%{box-shadow:0 0 #2563eb00;background-color:#2563eb00}to{box-shadow:0 0 #2563eb00;background-color:#2563eb00}}@keyframes receiptSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
