:root{--brand-deep:#29001d;--brand-dark:#4a0e4e;--brand-mid:#7b1fa2;--brand-accent:#c2185b;--brand-glow:#4a0e4e26;--gold-primary:gold;--gold-warm:#ffb300;--gold-deep:#b8860b;--gold-soft:#fff8e1;--gold-glow:#ffd70026;--gradient-brand:linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-dark) 100%);--gradient-gold:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-warm) 100%);--gradient-accent:linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-mid) 100%);--gradient-silver:linear-gradient(135deg, #78909c 0%, #cfd8dc 100%);--surface-white:#fff;--surface-light:#f8f9fa;--surface-card:#f1f3f4;--surface-gold:#fff9f0;--border-light:#4a0e4e14;--success-green:#10b981;--success-light:#ecfdf5;--warning-amber:#f59e0b;--warning-light:#fef3c7;--error-red:#ef4444;--error-light:#fee2e2;--text-primary:#1a1a2e;--text-secondary:#4a4a68;--text-muted:#6b7280;--text-light:#a0a0ab;--text-on-dark:#fff;--font-playfair:"Playfair Display", Georgia, serif;--font-poppins:"Poppins", sans-serif;box-sizing:border-box}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{font-family:var(--font-poppins);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0c020d;justify-content:center;align-items:center;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{background:var(--surface-light);scrollbar-width:none;border-left:1px solid #ffffff0d;border-right:1px solid #ffffff0d;flex-direction:column;width:100%;max-width:480px;height:100vh;min-height:100vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0009}#root::-webkit-scrollbar{display:none}@media (width<=480px){#root{max-width:100%;height:100svh;box-shadow:none;border:none}}h1,h2,h3,h4,h5,h6{font-family:var(--font-playfair);color:var(--brand-deep);font-weight:700}.glass-card{-webkit-backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #4a0e4e0f}.gold-gradient-text{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.brand-gradient-text{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.app-container{flex-direction:column;width:100%;min-height:100vh;display:flex}
