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{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#1e3a8a;--accent-color:#06b6d4;--accent-hover:#0891b2;--bg-light:#fff;--bg-gray:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--font-heading:"Poppins",sans-serif;--font-body:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff;background-color:var(--bg-light);color:#1e293b;color:var(--text-main);font-family:Inter,sans-serif;font-family:var(--font-body);line-height:1.6}h1,h2,h3{font-family:Poppins,sans-serif;font-family:var(--font-heading);font-weight:700;line-height:1.2}.container{margin:0 auto;max-width:1100px;padding:0 2rem}.btn-primary,.btn-secondary{display:inline-block;text-align:center;text-decoration:none}.btn-primary{background-color:#1e3a8a;background-color:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-family:var(--font-body);font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.btn-primary:hover{background-color:#1e3a8a;box-shadow:0 4px 12px #1e3a8a33;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #1e3a8a;border:2px solid var(--primary-color);border-radius:8px;color:#1e3a8a;color:var(--primary-color);cursor:pointer;font-family:Inter,sans-serif;font-family:var(--font-body);font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.btn-secondary:hover{background-color:#1e3a8a0d;transform:translateY(-2px)}.navbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:1rem 2rem}.logo{color:#1e3a8a;color:var(--primary-color);font-family:Poppins,sans-serif;font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.nav-links a{color:#1e293b;color:var(--text-main);font-weight:500;margin-left:1.5rem;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#06b6d4;color:var(--accent-color)}.hero-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding-bottom:3rem}.hero-content{margin:2.5rem auto 0;max-width:800px;padding:0 2rem;text-align:center}.hero-content h1{color:#1e3a8a;color:var(--primary-color);font-size:3.5rem;margin-bottom:1rem}.hero-content p{color:#64748b;color:var(--text-muted);font-size:1.25rem;margin-bottom:1.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center}.about-section{padding:4rem 0}.about-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.about-text h2{color:#1e3a8a;color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.about-text p{color:#1e293b;color:var(--text-main);font-size:1.1rem;margin-bottom:1rem}.about-visual{align-items:center;background:#f8fafc;background:var(--bg-gray);border:2px dashed #cbd5e1;border-radius:20px;display:flex;height:300px;justify-content:center}.visual-placeholder{color:#64748b;color:var(--text-muted);font-weight:500}.projects-section{background-color:#f8fafc;background-color:var(--bg-gray);padding:4rem 0}.projects-section h2{color:#1e3a8a;color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem;text-align:center}.section-subtitle{color:#64748b;color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.project-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #0000000d;margin:0 auto;max-width:600px;padding:2rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.project-card:hover{border-color:#06b6d4;border-color:var(--accent-color);box-shadow:0 20px 40px #1e3a8a1a;transform:translateY(-15px)}.card-btn{align-items:center;display:inline-flex;font-size:1rem;gap:.75rem;margin-top:1rem;padding:.75rem 1.5rem}.card-btn i{transition:transform .3s ease}.card-btn:hover i{transform:translateX(5px)}.card-badge{background:#dcfce7;border-radius:20px;color:#166534;font-size:.85rem;font-weight:600;padding:.4rem 1rem;position:absolute;right:1.5rem;top:1.5rem}.project-card h3{font-size:1.5rem;margin-bottom:1rem}.project-card p{color:#64748b;color:var(--text-muted);margin-bottom:1.5rem}.card-link{color:#06b6d4;color:var(--accent-color);font-weight:600;text-decoration:none}.notice-banner{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;margin-top:2rem;padding:1rem 1.5rem}.hero-notice{border-left:none;border-top:4px solid #f59e0b;box-shadow:0 4px 12px #f59e0b1a;display:inline-block;margin-top:2rem;max-width:-webkit-fit-content;max-width:fit-content}.notice-banner p{color:#92400e;font-weight:500}.collab-section{background-color:#f0f9ff;padding:4rem 0;text-align:center}.collab-section h2{color:#1e3a8a;color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem}.collab-section p{font-size:1.2rem;margin:0 auto 1.5rem;max-width:700px}.contact-section{padding:4rem 0}.contact-section h2{color:#1e3a8a;color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-section>.container>p{color:#64748b;color:var(--text-muted);margin-bottom:2rem;text-align:center}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.contact-item{margin-bottom:2rem}.contact-item strong{display:block;font-size:1.1rem;margin-bottom:.5rem}.contact-item a{color:#06b6d4;color:var(--accent-color);text-decoration:none}.social-links{display:flex;gap:1.5rem;margin-top:2rem}.social-links a{color:#64748b;color:var(--text-muted);font-size:1.5rem;text-decoration:none;transition:all .3s ease}.social-links a:hover{color:#06b6d4;color:var(--accent-color);transform:translateY(-3px)}.contact-action{align-items:center;display:flex;justify-content:center}.footer{border-top:1px solid #e2e8f0;padding:2rem 0;text-align:center}.footer p{color:#64748b;color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}@media (max-width:1024px){.hero-content h1{font-size:3rem}.about-grid,.contact-grid{gap:2rem}}@media (max-width:768px){.hero-section{padding-bottom:2rem}.hero-content{margin-top:1.5rem}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.about-section,.collab-section,.contact-section,.projects-section{padding:2.5rem 0}.about-grid,.contact-grid{grid-template-columns:1fr;text-align:center}.about-visual{height:250px;order:-1}.project-card{padding:1.5rem}.projects-grid{grid-template-columns:1fr}.card-badge{display:inline-block;margin-bottom:1rem;position:static}.hero-buttons{flex-direction:column;padding:0 2rem}.nav-links{display:none}.navbar{justify-content:center}.contact-action{margin-top:1.5rem}.social-links{justify-content:center}.hero-notice{font-size:.9rem;margin-top:1.5rem;padding:.8rem 1rem}}@media (max-width:480px){.hero-content h1{font-size:1.8rem}.container{padding:0 1.5rem}}
/*# sourceMappingURL=main.ed95539a.css.map*/