:root{--text-primary: #1a202c;--text-secondary: #718096;--bg-page: #f7fafc;--bg-card: #ffffff;--accent: #3182ce;--border: #e2e8f0}.home-view{min-height:100vh;background-color:var(--bg-page);color:var(--text-primary);display:flex;flex-direction:column}.home-header.full-height{flex:1;display:flex;align-items:center;justify-content:center;background:var(--bg-card);padding:2rem;text-align:center}.center-content{max-width:600px;width:100%}.home-header h1{font-size:3rem;font-weight:800;letter-spacing:-.025em;margin:0 0 1rem;color:var(--text-primary)}.home-subtitle{font-size:1.25rem;color:var(--text-secondary);margin:0 auto 3rem;line-height:1.6}.btn-start-hero{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2.5rem;background-color:var(--accent);color:#fff;border:none;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-start-hero.large{padding:1rem 3rem;font-size:1.125rem}.btn-start-hero:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background-color:#2c5282}.btn-start-hero:active{transform:translateY(0)}@media(max-width:768px){.home-header h1{font-size:2.25rem}.home-subtitle{font-size:1.125rem}}#root{width:100%;min-height:100vh;margin:0;padding:0}.App{width:100%;min-height:100vh;margin:0;padding:0;background-color:#1e1e1e}.loading-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#1e1e1e;color:#4fc3f7}.loading-fallback p{margin-top:1rem;font-family:Consolas,Monaco,monospace;font-size:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #333;border-top:3px solid #4fc3f7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1e1e1e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100%;min-height:100vh}html,#root{width:100%;min-height:100%}
