*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column}header{background:#fffffff2;padding:2rem;text-align:center;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}header h1{color:#667eea;font-size:2.5rem;margin-bottom:.5rem}header p{color:#666;font-size:1.1rem}main{flex:1;max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}section{background:#fff;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 5px 20px #0000001a}section h2{color:#667eea;margin-bottom:1.5rem;font-size:2rem}.hero p{font-size:1.2rem;color:#666;margin-bottom:2rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.stat{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center}.stat h3{font-size:2rem;margin-bottom:.5rem}.stat p{opacity:.9}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.feature{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.feature h3{color:#667eea;margin-bottom:.5rem;font-size:1.2rem}.feature p{color:#666}.cta{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta h2{color:#fff;margin-bottom:1rem}.cta p{color:#ffffffe6;font-size:1.1rem;margin-bottom:1rem}.btn-primary{background:#fff;color:#667eea;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;font-weight:700;transition:transform .2s,box-shadow .2s;margin:1rem 0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.api-status{font-size:.9rem;margin-top:1rem;opacity:.9}footer{background:#000c;color:#fff;text-align:center;padding:2rem;margin-top:auto}footer a{color:#667eea;text-decoration:none}footer a:hover{text-decoration:underline}@media (max-width: 768px){header h1{font-size:1.8rem}section{padding:1rem}section h2{font-size:1.5rem}.stats,.feature-grid{grid-template-columns:1fr}}
