.splash-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#291f35;flex-direction:column;text-align:center;color:#fff}.splash-content{display:flex;flex-direction:column;align-items:center}.splash-title{font-size:2rem;font-weight:700;color:#fff;margin-top:1rem;letter-spacing:1px}.splash-tagline{font-size:1rem;color:#ffffffd9;margin-top:.5rem;opacity:.9}:root{--primary: #291F35;--secondary: #65558F;--background: #F5F3FA;--text: #4A4A4A;--danger: #E05A5A;--radius: 12px;--shadow: 0 2px 6px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--background);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}img{max-width:100%;display:block}
