@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-moz-osx-font-smoothing:grayscale;color:#e0e0e0;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}:root{--bg-primary:#181a20;--bg-secondary:#23272f;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-primary:#2563eb;--accent-secondary:#60a5fa;--border-light:#ffffff14;--shadow-sm:0 4px 6px #0000004d;--shadow-md:0 10px 15px #0006;--shadow-lg:0 20px 25px #00000080;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#181a20;background:var(--bg-primary);color:#f8fafc;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 24px}.btn{cursor:pointer;padding:.75rem 2rem;transition:var(--transition)}.btn-primary{background:var(--accent-primary)}.btn-secondary{background:#0000;border:2px solid var(--accent-secondary);color:var(--accent-secondary)}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#181a20;background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#374151;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#4b5563}.fallback-banner{background:#fef9c3;border-bottom:2px solid #eab308;box-shadow:0 2px 4px #0000001a;color:#854d0e;font-weight:600;padding:12px;position:relative;text-align:center;width:100%;z-index:1000}.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}.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}.status.online{color:#10b981}.status.offline{color:#ef4444}.status.checking{color:#f59e0b}@media (max-width:768px){.nav-links{display:none}}.footer{background:#111827;border-top:1px solid #ffffff0d;color:#fff;padding:5rem 0 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem}.footer-section h4{color:#f9fafb;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-section p{color:#94a3b8;font-size:.9375rem;line-height:1.6}.footer-bottom{border-top:1px solid #ffffff0d;padding-top:2rem;text-align:center}.footer-bottom p{color:#64748b;font-size:.875rem}.hero{background:linear-gradient(135deg,#23272f,#181a20);color:#e0e0e0;padding:8rem 0;text-align:center}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a855f7);background-clip:text;-webkit-background-clip:text;font-size:4.5rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{color:#94a3b8;font-size:1.75rem;font-weight:500;margin-bottom:1.5rem}.hero-description{color:#cbd5e1;font-size:1.25rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{border-radius:50px;display:inline-block;font-weight:600;padding:.875rem 2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:#2563eb;box-shadow:0 4px 14px 0 #2563eb63;color:#fff}.btn-primary:hover{background:#1d4ed8;box-shadow:0 6px 20px #2563eb3b;transform:translateY(-3px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#23272f80;border:2px solid #60a5fa;color:#60a5fa}.btn-secondary:hover{background:#60a5fa;color:#23272f;transform:translateY(-3px)}@media (max-width:768px){.hero-content h1{font-size:3rem}.hero-buttons{align-items:center;flex-direction:column}}.about{background:#181a20;padding:8rem 0}.about h2{color:#f8fafc;font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}.about-content{margin:0 auto;max-width:900px;text-align:center}.about-content p{color:#94a3b8;font-size:1.25rem;line-height:1.8;margin-bottom:2rem}.tech-stack{margin-top:5rem}.tech-stack h3{color:#94a3b8;font-size:1.5rem;margin-bottom:2.5rem;text-align:center}.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}.loading-small{color:#94a3b8;font-style:italic}.services{background:var(--bg-primary);padding:10rem 0}.services h2{color:var(--text-primary);font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:5rem}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.loading{color:#94a3b8;padding:4rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #60a5fa1a;border-left-color:#60a5fa;border-radius:50%;height:50px;margin:0 auto 1.5rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.service-card{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;padding:2rem;text-align:center;transition:transform .3s}.service-card:hover{transform:translateY(-10px)}.service-icon{align-items:center;background:linear-gradient(135deg,#2563eb1a,#60a5fa1a);border-radius:20px;color:#60a5fa;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:2rem;transition:all .3s;width:80px}.service-card:hover .service-icon{background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;transform:scale(1.1) rotate(5deg)}.service-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#6b7280;font-size:1rem;line-height:1.6}.emoji-icon{display:block;line-height:1}.icon-image{height:50%;object-fit:contain;width:50%}.projects{background:#181a20;padding:8rem 0}.projects h2{color:#f8fafc;font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}.projects-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.services{background:#23272f;padding:8rem 0}.services h2{color:#f8fafc;font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}.project-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.project-card:hover{transform:translateY(-5px)}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.project-title{color:#1f2937;font-size:1.5rem;font-weight:700;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:#60a5fa1a;border:1px solid #60a5fa33;color:#60a5fa}.project-description{color:#6b7280;flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:2rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.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{background:#23272f;padding:8rem 0}.contact h2{color:#f8fafc;font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}.contact-content{margin:0 auto;max-width:800px;text-align:center}.contact-content p{color:#94a3b8;font-size:1.25rem;line-height:1.8;margin-bottom:4rem}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.contact-item{background:#f8fafc;border-radius:10px;color:#000;gap:1rem;padding:1rem}.contact-icon,.contact-item{align-items:center;display:flex;justify-content:center}.contact-icon{background:#2563eb1a;border-radius:12px;font-size:2rem;height:60px;width:60px}.contact-text{display:flex;flex-direction:column}.contact-text label{font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.contact-cta{margin-top:2rem}.admin-portal{background-color:#0a0a0b;color:#e0e0e0;font-family:Inter,sans-serif;min-height:100vh;padding:40px 20px}.admin-login{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #00000080;margin:100px auto;max-width:400px;padding:30px}.admin-login h2{color:#fff;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;margin-bottom:8px}.form-group input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;outline:none;padding:12px;width:100%}.form-group input:focus{border-color:#3b82f6}.login-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px;transition:background .3s;width:100%}.login-button:hover{background:#2563eb}.error-message{color:#ef4444;font-size:14px;margin-top:10px;text-align:center}.admin-dashboard{margin:0 auto;max-width:1200px}.admin-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}.admin-nav{display:flex;gap:20px;margin-bottom:30px}.nav-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;padding:10px 20px;transition:all .3s}.nav-item.active{background:#3b82f633;border-color:#3b82f6}.logout-link{color:#94a3b8;cursor:pointer;font-size:14px}.logout-link:hover{color:#fff}.crud-container{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:20px}.crud-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.add-button{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #ffffff0d;padding:12px;text-align:left}.action-buttons{display:flex;gap:10px}.edit-btn{color:#3b82f6;cursor:pointer}.delete-btn{color:#ef4444;cursor:pointer}
/*# sourceMappingURL=main.de505d68.css.map*/