:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;line-height:1.6}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff}.loading-spinner{width:60px;height:60px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #00d4aa;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app{min-height:100vh;background:#0a0a0a}.header{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden}.header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.1" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;position:relative;z-index:10}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.5rem;color:#00d4aa}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#00d4aa}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#00d4aa;transition:width .3s ease}.nav-links a:hover:after{width:100%}.hero{padding:4rem 2rem 6rem;text-align:center;position:relative;z-index:5}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#00d4aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px}.hero-subtitle{font-size:1.5rem;color:#00d4aa;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.2rem;color:#ccc;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#00d4aa;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#888;text-transform:uppercase;letter-spacing:1px}.section{padding:5rem 2rem}.container{max-width:1200px;margin:0 auto}.section h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff;letter-spacing:-1px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text p{font-size:1.1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.8}.about-features{display:grid;gap:2rem}.feature{background:#ffffff0d;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00d4aa33}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;font-weight:600}.feature p{color:#888;line-height:1.6}.strategy-section{background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.strategy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.strategy-card{background:#ffffff0d;padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.strategy-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00d4aa26;border-color:#00d4aa4d}.strategy-card h3{font-size:1.5rem;margin-bottom:1rem;color:#00d4aa;font-weight:600}.strategy-card p{color:#ccc;margin-bottom:1.5rem;line-height:1.7}.strategy-card ul{list-style:none;padding:0}.strategy-card li{color:#888;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.strategy-card li:before{content:"→";position:absolute;left:0;color:#00d4aa;font-weight:700}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.team-member{background:#ffffff0d;padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-photo{font-size:4rem;margin-bottom:1.5rem}.team-member h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff;font-weight:600}.member-title{color:#00d4aa;font-weight:600;margin-bottom:.5rem}.member-education{color:#888;font-size:.9rem;margin-bottom:1rem}.member-bio{color:#ccc;line-height:1.6}.performance-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.performance-card{background:#ffffff0d;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1)}.performance-card h3{font-size:1.3rem;margin-bottom:1.5rem;color:#00d4aa;font-weight:600}.metric{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.metric:last-child{border-bottom:none}.metric-label{color:#888;font-weight:500}.metric-value{font-weight:700;font-size:1.1rem}.metric-value.positive{color:#00d4aa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:grid;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.contact-icon{font-size:1.5rem;color:#00d4aa}.contact-item h4{color:#fff;margin-bottom:.5rem;font-weight:600}.contact-item p{color:#888;margin:0}.disclaimer{background:#ffc1071a;padding:2rem;border-radius:15px;border:1px solid rgba(255,193,7,.3)}.disclaimer h4{color:#ffc107;margin-bottom:1rem;font-weight:600}.disclaimer p{color:#ccc;line-height:1.6;font-size:.9rem}.footer{background:#000;padding:3rem 2rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#00d4aa;margin-bottom:.5rem;font-weight:600}.footer-section p{color:#888;margin:0}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#666;font-size:.9rem}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1.5rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.section{padding:3rem 1rem}.section h2{font-size:2rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#00d4aa;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00b894}
