:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh}#root{width:100%;min-height:100vh}*{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:#f8f9fa;min-height:100vh;color:#212529}.landing-page{min-height:100vh}.hero{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:5rem 2rem;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-icon{font-size:4.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1}.hero-subtitle{font-size:1.4rem;margin-bottom:1.5rem;opacity:.95;font-weight:400}.hero-description{font-size:1.15rem;margin-bottom:3rem;opacity:.9;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:gold;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.apps-section{background:#fff;padding:5rem 2rem}.section-title{font-size:2.75rem;text-align:center;color:#1e3c72;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.section-subtitle{text-align:center;color:#6c757d;font-size:1.15rem;margin-bottom:4rem;font-weight:400}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;padding:0 1rem}.app-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden}.app-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e9ecef;transition:all .3s}.app-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#dee2e6}.app-card:hover:before{height:4px;background:#1e3c72}.app-card.selected{border-color:#1e3c72}.app-icon{width:72px;height:72px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:#f8f9fa}.app-name{font-size:1.5rem;color:#212529;margin-bottom:.75rem;font-weight:600;line-height:1.3}.app-description{color:#6c757d;margin-bottom:1.25rem;line-height:1.6;font-size:.95rem}.app-features{list-style:none;margin-bottom:2rem}.app-features li{color:#495057;font-size:.9rem;line-height:1.6;position:relative;padding:.5rem 0 .5rem 1.5rem}.app-features li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:600}.app-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef;flex-wrap:wrap;gap:1rem}.app-status-container{display:flex;flex-direction:column;gap:.4rem}.gemini-version{font-size:.75rem;color:#6c757d;font-style:italic}.app-status{font-size:.75rem;padding:.35rem .9rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.app-status.live{background:#28a745;color:#fff}.app-status.coming-soon{background:#ffc107;color:#212529}.app-link{text-decoration:none;color:#fff;padding:.7rem 1.5rem;border-radius:6px;font-weight:600;transition:all .3s;display:inline-block;border:none;cursor:pointer;font-family:inherit;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.app-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.about-section{background:#f8f9fa;padding:5rem 2rem}.about-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{color:#495057;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2.5rem}.highlight{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000f;color:#212529;font-weight:500;font-size:.95rem;border:1px solid #e9ecef}.highlight-icon{font-size:1.75rem;flex-shrink:0}.about-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center;border:1px solid #e9ecef}.about-card h4{font-size:1.5rem;color:#1e3c72;margin-bottom:.75rem;font-weight:600}.about-card p{color:#6c757d;margin-bottom:.75rem;line-height:1.6}.vision-section{background:#fff;padding:5rem 2rem}.vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.vision-card{text-align:center;padding:2.5rem;border-radius:12px;background:#fff;border:1px solid #e9ecef;transition:all .3s;box-shadow:0 2px 8px #0000000f;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.vision-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#1e3c72}.vision-icon{font-size:3rem;margin-bottom:1.25rem}.vision-card h3{font-size:1.35rem;color:#212529;margin-bottom:1rem;font-weight:600}.vision-card p{color:#6c757d;line-height:1.7;font-size:.95rem}.footer{background:#212529;color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1.25rem;color:gold;font-weight:600;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#adb5bd;text-decoration:none;transition:color .3s;font-size:.95rem}.footer-section a:hover{color:gold}.footer-contact-link{color:#adb5bd;text-decoration:none;transition:color .3s;font-size:.95rem}.footer-contact-link:hover{color:gold}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#adb5bd;font-size:.9rem}@media(max-width:768px){.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:row;gap:2rem}.apps-grid,.about-content,.about-highlights,.vision-grid{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-card{animation:fadeIn .6s ease-out forwards}.app-card:nth-child(1){animation-delay:.1s}.app-card:nth-child(2){animation-delay:.2s}.app-card:nth-child(3){animation-delay:.3s}.app-card:nth-child(4){animation-delay:.4s}.app-card:nth-child(5){animation-delay:.5s}.app-card:nth-child(6){animation-delay:.6s}
