: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:-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}.landing-page{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero-icon{font-size:5rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-title{font-size:4rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:gold}.stat-label{font-size:.9rem;opacity:.9;margin-top:.5rem}.apps-section{background:#fff;padding:4rem 2rem}.section-title{font-size:2.5rem;text-align:center;color:#333;margin-bottom:.5rem}.section-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.app-card{background:#fff;border:3px solid #e0e0e0;border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 6px #0000001a}.app-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.app-card.selected{border-width:3px}.app-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.app-name{font-size:1.5rem;color:#333;margin-bottom:.5rem}.app-description{color:#666;margin-bottom:1rem;line-height:1.5}.app-features{list-style:none;margin-bottom:1.5rem}.app-features li{color:#555;padding:.3rem 0;font-size:.9rem}.app-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0;flex-wrap:nowrap;gap:1rem}.app-status-container{display:flex;flex-direction:column;gap:.3rem}.gemini-version{font-size:.75rem;color:#666;font-style:italic}.app-status{font-size:.85rem;padding:.4rem .8rem;border-radius:20px;font-weight:600}.app-status.live{background:#4caf50;color:#fff}.app-status-container .app-status{width:fit-content}.app-status.coming-soon{background:#ffa726;color:#fff}.app-link{text-decoration:none;color:#fff;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;transition:all .3s;display:inline-block;border:none;cursor:pointer;font-family:inherit}.app-link:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.app-link-demand{text-decoration:none;color:#333;padding:.4rem .8rem;border-radius:8px;font-weight:600;transition:all .3s;display:inline-block;border:none;cursor:pointer;font-family:inherit;background-color:#90ee90;text-align:center;font-size:.85rem;white-space:nowrap;flex-shrink:0}.app-link-demand:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003;background-color:#7ed87e}.about-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:4rem 2rem}.about-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.about-text p{color:#555;line-height:1.8;margin-bottom:1rem}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.highlight{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#333;font-weight:500;font-size:.95rem}.highlight span:not(.highlight-icon){color:#333;font-weight:500}.highlight-icon{font-size:1.8rem;flex-shrink:0}.about-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 16px #0000001a;text-align:center}.about-card h4{font-size:1.5rem;color:#667eea;margin-bottom:.5rem}.about-card p{color:#666;margin-bottom:.5rem}.vision-section{background:#fff;padding:4rem 2rem}.vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.vision-card{text-align:center;padding:2rem;border-radius:12px;background:#fff;border:2px solid #667eea30;transition:all .3s;box-shadow:0 4px 6px #0000001a;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.vision-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026;border-color:#667eea}.vision-icon{font-size:3rem;margin-bottom:1rem}.vision-card h3{font-size:1.3rem;color:#333;margin-bottom:.8rem;font-weight:600}.vision-card p{color:#555;line-height:1.6;font-size:1rem}.footer{background:#2c3e50;color:#fff;padding:3rem 2rem 1rem}.footer-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:gold}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ecf0f1;text-decoration:none;transition:color .3s}.footer-section a:hover{color:gold}.footer-contact-link{color:#ecf0f1;text-decoration:none;transition:color .3s}.footer-contact-link:hover{color:gold}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ecf0f1;font-size:.9rem}.footer-bottom p{margin:.3rem 0}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-stats{flex-direction:column;gap:1.5rem}.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}
