code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#3498db;--secondary-color:#2ecc71;--dark-color:#2c3e50;--light-color:#ecf0f1;--danger-color:#e74c3c;--success-color:#27ae60}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*,body{margin:0}*{box-sizing:border-box;padding:0}html{scroll-behavior:smooth}body{background:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.karakode-app{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000000d;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 32px #00000014}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-brand,.nav-container{align-items:center;display:flex}.nav-brand{color:#1a1a1a;font-size:1.5rem;font-weight:700;gap:.5rem}.brand-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem}.nav-links{display:flex;gap:2rem}.nav-link{color:#4a5568;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#667eea}.nav-link:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.hero-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.gradient-orb{animation:float 6s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.6;position:absolute}.orb-1{animation-delay:0s;background:linear-gradient(135deg,#667eea,#764ba2);height:400px;right:-200px;top:-200px;width:400px}.orb-2{animation-delay:2s;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-150px;height:300px;left:-150px;width:300px}.orb-3{animation-delay:4s;background:linear-gradient(135deg,#4facfe,#00f2fe);height:200px;left:50%;top:50%;transform:translate(-50%,-50%);width:200px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(20px) rotate(240deg)}}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:100vh;padding:0 2rem;position:relative}.hero-content{z-index:2}.hero-badge{align-items:center;animation:slideInUp .8s ease-out;background:#667eea1a;border:1px solid #667eea33;border-radius:50px;display:inline-flex;margin-bottom:2rem;padding:.5rem 1rem}.badge-text{color:#667eea;font-size:.9rem;font-weight:600}.hero-title{animation:slideInUp .8s ease-out .2s both;color:#1a1a1a;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.hero-description{animation:slideInUp .8s ease-out .4s both;color:#4a5568;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem}.hero-actions{animation:slideInUp .8s ease-out .6s both;display:flex;gap:1rem}.cta-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea4d;color:#fff}.cta-button.primary:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.cta-button.secondary{background:#667eea1a;border:1px solid #667eea33;color:#667eea}.cta-button.secondary:hover{background:#667eea26;transform:translateY(-2px)}.cta-button.large{font-size:1.1rem;padding:1.25rem 2.5rem}.hero-visual{animation:slideInRight 1s ease-out .8s both;height:500px;position:relative}.floating-card{animation:cardFloat 4s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;position:absolute}.card-1{animation-delay:0s;left:50px;top:50px;width:200px}.card-2{animation-delay:1s;right:20px;top:200px;width:250px}.card-3{animation-delay:2s;bottom:80px;left:20px;width:180px}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.card-dots{display:flex;gap:.25rem}.card-dots span{background:#cbd5e0;border-radius:50%;height:8px;width:8px}.card-dots span:first-child{background:#f56565}.card-dots span:nth-child(2){background:#ed8936}.card-dots span:last-child{background:#48bb78}.metric-value{color:#1a1a1a;display:block;font-size:1.5rem;font-weight:700}.metric-label{color:#718096;font-size:.8rem}.chart-mini{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;height:30px;margin-top:.5rem;opacity:.8}.notification{align-items:center;display:flex;gap:.75rem}.notification-icon{font-size:1.2rem}.notification-text strong{color:#1a1a1a;display:block;font-size:.9rem}.notification-text span{color:#718096;font-size:.8rem}.user-activity{display:flex;flex-direction:column;gap:.75rem}.activity-item{align-items:center;color:#4a5568;display:flex;font-size:.8rem;gap:.5rem}.activity-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;height:20px;width:20px}.stats-section{background:#667eea0d;padding:4rem 0}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.stat-item{text-align:center}.stat-value{color:#1a1a1a;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#718096;font-size:1rem;font-weight:500}.features-section,.projects-section{padding:6rem 0}.section-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-description{color:#718096;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;cursor:pointer;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.feature-card.active:before,.feature-card:hover:before{opacity:.05}.feature-card.active,.feature-card:hover{border-color:#667eea33;box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem;position:relative;z-index:1}.feature-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.feature-description{color:#4a5568;line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:1}.feature-arrow{color:#cbd5e0;position:absolute;right:2rem;top:2rem;transition:all .3s ease;z-index:1}.feature-card.active .feature-arrow,.feature-card:hover .feature-arrow{color:#667eea;transform:translate(4px,-4px)}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:inherit;display:block;overflow:hidden;padding:2.5rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:hover{border-color:#667eea4d;box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.project-overlay{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.project-card:hover .project-overlay{opacity:1}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem;position:relative;z-index:1}.project-title{color:#1a1a1a;font-size:1.4rem;font-weight:700;margin:0}.project-arrow{color:#cbd5e0;transition:all .3s ease}.project-card:hover .project-arrow{color:#667eea;transform:translate(4px,-4px)}.project-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem;position:relative;z-index:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;position:relative;z-index:1}.tech-badge{background:#667eea1a;border-radius:20px;color:#667eea;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.cta-container{margin:0 auto;max-width:800px;padding:0 2rem}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-section .cta-button.primary{background:#fff;box-shadow:0 4px 20px #0000001a;color:#667eea}.cta-section .cta-button.primary:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.cta-section .cta-button.secondary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.cta-section .cta-button.secondary:hover{background:#ffffff26}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 0}.footer-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-brand .brand{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-brand .brand-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem}.footer-description{color:#a0aec0;line-height:1.6;max-width:300px}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-column a{color:#a0aec0;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#667eea}.footer-bottom{border-top:1px solid #2d3748;margin-top:3rem;padding:2rem 0}.footer-bottom .footer-container{align-items:center;display:flex;gap:0;grid-template-columns:none;justify-content:space-between}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;background:#ffffff1a;border-radius:50%;color:#a0aec0;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social a:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-links{display:none}.hero-container{gap:2rem;grid-template-columns:1fr;padding:0 1rem;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{align-items:center;flex-direction:column;justify-content:center}.hero-visual{height:300px;order:-1}.section-container{padding:0 1rem}.section-title{font-size:2rem}.features-grid,.footer-container,.projects-grid{grid-template-columns:1fr}.footer-container{gap:2rem;padding:0 1rem}.footer-bottom .footer-container{flex-direction:column;gap:1rem;text-align:center}}
/*# sourceMappingURL=main.027142ee.css.map*/