:root{--bg: #f0f6ff;--bg-card: #ffffff;--bg-surface: #e8f0fe;--bg-overlay: rgba(240, 246, 255, .82);--blue-deep: #1a3a6b;--blue-primary: #2563eb;--blue-mid: #3b82f6;--blue-light: #60a5fa;--blue-pale: #dbeafe;--yellow-primary: #f59e0b;--yellow-light: #fcd34d;--yellow-pale: #fef3c7;--red-primary: #ef4444;--text: #1e2d4a;--text-muted: #6b7ea0;--border: rgba(37, 99, 235, .2);--border-strong: rgba(37, 99, 235, .55);--glow: rgba(37, 99, 235, .25);--glow-yellow: rgba(245, 158, 11, .45);--shadow: 0 4px 16px rgba(26, 58, 107, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;height:100dvh}h1,h2,h3{font-family:Playfair Display,serif}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}a{color:var(--blue-primary);text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--blue-light);border-radius:2px}.page{width:100%;height:100%;height:100dvh;overflow:hidden;position:relative}.fade-enter{animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px var(--glow)}50%{box-shadow:0 0 22px var(--glow),0 0 40px #2563eb26}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gold-text{background:linear-gradient(90deg,var(--yellow-primary),var(--yellow-light),var(--yellow-primary));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3.5s linear infinite}.blue-text{background:linear-gradient(90deg,var(--blue-deep),var(--blue-primary),var(--blue-deep));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}
