body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{background:#23272f;border-radius:4px;color:#60a5fa;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;padding:2px 6px}*{box-sizing:border-box;margin:0;padding:0}body{background:#181a20;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background:#23272f;box-shadow:0 2px 10px #0000004d;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo h2{color:#60a5fa;margin:0}.nav-links{display:flex;gap:2rem}.section{margin-bottom:2rem;padding:2rem}.card,.section{background:#23272f;border-radius:8px;box-shadow:0 2px 8px #0003}.card{color:#e0e0e0;padding:1.5rem}.btn{background:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background .2s}.btn:hover{background:#1e40af}.nav-links a{color:#e0e0e0;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#60a5fa}.api-status{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.status-indicator{font-size:1rem}.hero{background:linear-gradient(135deg,#23272f,#181a20);color:#e0e0e0;padding:5rem 0;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.8}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:50px;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1e40af;box-shadow:0 10px 20px #0003;transform:translateY(-2px)}.btn-secondary{background:#23272f;border:2px solid #60a5fa;color:#60a5fa}.btn-secondary:hover{background:#60a5fa;color:#23272f}.about,.contact,.projects,.services{padding:5rem 0}.about,.contact,.projects,.services{background:#23272f}.about h2,.contact h2,.projects h2,.services h2{color:#e0e0e0;font-size:2.5rem;margin-bottom:3rem;text-align:center}.about-content{color:#e0e0e0;margin:0 auto;max-width:800px;text-align:center}.about-content p{color:#c7ccd4;font-size:1.125rem;margin-bottom:2rem}.tech-stack{margin-top:3rem}.tech-stack h3{color:#c7ccd4;margin-bottom:1.5rem}.tech-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tech-badge{background:#2563eb;border-radius:25px;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.service-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.service-icon,.service-icon .emoji-icon{font-size:3rem}.service-icon .icon-image{height:3rem;object-fit:contain;width:3rem}.service-icon i{font-size:3rem}.loading{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.service-card h3{color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;line-height:1.6}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.project-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s}.project-card:hover{transform:translateY(-5px)}.project-header{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 0}.project-card h3{color:#1f2937;margin:0}.status-badge{border-radius:15px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-badge.live{background:#dcfce7;color:#166534}.status-badge.in-development{background:#fef3c7;color:#92400e}.status-badge.coming-soon{background:#e0e7ff;color:#3730a3}.project-card p{color:#6b7280;line-height:1.6;padding:1rem 1.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:0 1.5rem}.tech-tag{background:#f3f4f6;border-radius:15px;color:#374151;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.project-link{border-top:1px solid #f3f4f6;color:#2563eb;display:block;font-weight:600;padding:1rem 1.5rem;text-decoration:none;transition:background .3s}.project-link:hover{background:#f8fafc}.contact-content{margin:0 auto;max-width:600px;text-align:center}.contact-content p{color:#c7ccd4;font-size:1.125rem;margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;background:#f8fafc;border-radius:10px;color:#000;display:flex;gap:1rem;justify-content:center;padding:1rem}.contact-icon{font-size:1.5rem}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{color:#f9fafb;margin-bottom:1rem}.footer-section p{color:#d1d5db;line-height:1.6}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center}.footer-bottom p{color:#9ca3af}.status.online{color:#10b981}.status.offline{color:#ef4444}.status.checking{color:#f59e0b}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.nav-links{display:none}.hero-buttons{flex-direction:column}.contact-info,.hero-buttons{align-items:center}}
/*# sourceMappingURL=main.e968f3bb.css.map*/