:root{--primary-dark: #1a1a2e;--secondary-dark: #16213e;--accent-yellow: #ffd60a;--accent-blue: #457b9d;--text-light: #f1faee;--text-muted: #a8dadc;--border-color: #2d3e50}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--secondary-dark) 100%);color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{margin:0;padding:0}app-root{display:flex;height:100%}
