body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.App-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.App-header p{font-size:1.2rem;opacity:.9}.App-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.hero{background:#f8f9fa;border-radius:15px;margin-bottom:3rem;padding:4rem 0;text-align:center}.hero h2{color:#2d3748;font-size:2.5rem;margin-bottom:1rem}.hero p{color:#718096;font-size:1.1rem;margin:0 auto;max-width:600px}.features{margin-bottom:3rem}.features h3{color:#2d3748;font-size:2rem;margin-bottom:2rem;text-align:center}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.feature-card h4{color:#4a5568;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#718096;line-height:1.6}.stats{margin-bottom:3rem}.stats h3{color:#2d3748;font-size:2rem;margin-bottom:2rem;text-align:center}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.stat-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:2rem;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:scale(1.05)}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.data-section{margin-bottom:3rem}.data-section h3{color:#2d3748;font-size:2rem;margin-bottom:1rem;text-align:center}.data-section p{color:#718096;margin-bottom:2rem;text-align:center}.data-form{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.data-form h4{color:#4a5568;margin-bottom:1rem}.data-form form{display:flex;flex-wrap:wrap;gap:1rem}.data-form input{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:1rem;min-width:200px;padding:.75rem}.data-form button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:transform .3s ease}.data-form button:hover:not(:disabled){transform:translateY(-2px)}.data-form button:disabled{cursor:not-allowed;opacity:.6}.data-list{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:2rem}.data-list h4{color:#4a5568;margin-bottom:1rem}.items-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.item-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;transition:transform .3s ease}.item-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.item-card h5{color:#2d3748;margin-bottom:.5rem}.item-card p{color:#718096;margin-bottom:.5rem}.item-card small{color:#a0aec0;font-size:.8rem}.cta{background:#f8f9fa;border-radius:15px;margin-bottom:3rem;padding:4rem 2rem;text-align:center}.cta h3{color:#2d3748;font-size:2rem;margin-bottom:1rem}.cta p{color:#718096;font-size:1.1rem;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.App-footer{background:#2d3748;color:#fff;margin-top:auto;padding:2rem;text-align:center}.App-footer p{opacity:.8}@media (max-width:768px){.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.hero h2{font-size:2rem}.feature-grid,.stats-grid{grid-template-columns:1fr}.App-main{padding:1rem}}@media (max-width:480px){.App-header,.cta,.hero{padding:2rem 1rem}}
/*# sourceMappingURL=main.8cafc1d3.css.map*/