@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--text-primary: #1a1a2e;--text-secondary: #4a4a68;--text-muted: #8a8aa3;--border-color: #e9ecef;font-family:Inter,system-ui,-apple-system,sans-serif;color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{background:var(--bg-primary);color:var(--text-primary)}.app-container{min-height:100%;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;padding:1rem 1.5rem}.header{text-align:center;padding:1.5rem 0;margin-bottom:1rem}.header h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.25rem}.subtitle{font-size:.9rem;color:var(--text-muted);font-weight:400}.main-content{flex:1;display:flex;flex-direction:column}.flourish-embed{flex:1;min-height:75vh;background:var(--bg-primary)!important;border-radius:8px;overflow:hidden}.flourish-embed iframe{border:none;width:100%;height:100%}.footer{text-align:center;padding:1rem 0;margin-top:1rem}.footer p{font-size:.8rem;color:var(--text-muted)}.flourish-credit{background:var(--bg-primary)!important;padding:.5rem 0}.stat-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.stat-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem 1.5rem;text-align:center}.stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1.1;margin-bottom:.5rem}.stat-detail{font-size:.9rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}.stat-meta{font-size:.8rem;color:var(--text-muted)}@media(max-width:768px){.app-container{padding:.75rem 1rem}.header{padding:1rem 0}.header h1{font-size:1.5rem}.flourish-embed{min-height:65vh;border-radius:6px}}
