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}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a1929;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}main{margin:0 auto;max-width:80%;padding-top:70px}.chat-section{display:flex;justify-content:center;padding:2rem 0;width:100%}:root{--primary-bg:#0a1929;--secondary-bg:#1a2332;--accent-bg:#2d3748;--text-primary:#fff;--text-secondary:#e2e8f0;--text-muted:#a0aec0;--accent-yellow:#fbbf24;--accent-cyan:#06b6d4;--accent-teal:#0d9488;--button-primary:#fbbf24;--button-hover:#f59e0b;--card-bg:#1a2332cc;--border-color:#94a3b833}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);background:linear-gradient(135deg,var(--accent-cyan),var(--accent-teal));-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#e2e8f0;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.btn{background:#fbbf24;background:var(--button-primary);border:none;border-radius:8px;color:#0a1929;color:var(--primary-bg);cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn:hover{background:#f59e0b;background:var(--button-hover);box-shadow:0 8px 25px #fbbf244d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #94a3b833;border:2px solid var(--border-color);color:#fff;color:var(--text-primary)}.btn-secondary:hover{background:#1a2332cc;background:var(--card-bg);border-color:#06b6d4;border-color:var(--accent-cyan);color:#06b6d4;color:var(--accent-cyan)}.chat-section,.dashboard,.pipeline-diagram{display:none!important}@media (max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.btn{font-size:.9rem;padding:10px 20px}.chat-section{padding:1rem 0}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1929f2;border-bottom:1px solid #94a3b833;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav,.nav-list{display:flex;gap:2rem}.nav-list{list-style:none;margin:0;padding:0}.nav-item{margin:0}.nav-link{color:#e2e8f0;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#06b6d4}.nav-link:after{background:linear-gradient(135deg,#06b6d4,#0d9488);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:8px;position:relative;z-index:1001}.hamburger span{background:#e2e8f0;border-radius:2px;height:3px;margin:3px 0;pointer-events:none;transition:.3s;width:25px}.hamburger.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1929fa;border-bottom:1px solid #94a3b833;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:1.5rem}.hamburger{display:flex}}.hero{align-items:center;background:#0a1929;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle at 20% 80%,#06b6d41a 0,#0000 50%),radial-gradient(circle at 80% 20%,#0d94881a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:100%;padding:0 2rem;position:relative;z-index:1}.hero-content{color:#fff}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#a0aec0;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.hero-description{color:#e2e8f0;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons .btn{background:#fbbf24;border-radius:8px;color:#0a1929;font-weight:600;padding:14px 28px;transition:all .3s ease}.hero-buttons .btn:hover{background:#f59e0b;box-shadow:0 8px 25px #fbbf244d;transform:translateY(-2px)}.hero-buttons .btn-secondary{background:#0000;border:2px solid #94a3b84d;color:#fff}.hero-buttons .btn-secondary:hover{background:#1a2332cc;border-color:#06b6d4;color:#06b6d4}.profile-section{align-items:center;display:flex;justify-content:center}.profile-image-container{border:4px solid #06b6d44d;border-radius:50%;box-shadow:0 20px 40px #0000004d;height:300px;overflow:hidden;position:relative;width:300px}.profile-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.profile-image:hover{transform:scale(1.05)}.profile-placeholder{align-items:center;background:linear-gradient(135deg,#06b6d4,#0d9488);color:#fff;display:flex;font-size:3rem;font-weight:700;height:100%;justify-content:center;width:100%}@media (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:3rem}.profile-image-container{height:250px;width:250px}}@media (max-width:768px){.hero{padding:2rem 0}.hero-container{gap:2rem;padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.profile-image-container{height:200px;width:200px}.profile-placeholder{font-size:2.5rem}}.chat-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332e6;border:1px solid #94a3b84d;border-radius:12px;box-shadow:0 8px 32px #0000004d;margin:2rem 0;max-width:600px;padding:1.5rem;width:100%}.chat-header{border-bottom:1px solid #94a3b833;margin-bottom:1.5rem;padding-bottom:1rem;text-align:center}.chat-header h3{color:var(--accent-cyan);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.chat-header p{color:var(--text-secondary);font-size:.9rem;margin:0}.chat-messages{margin-bottom:1.5rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.chat-placeholder{color:var(--text-muted);font-style:italic;padding:2rem;text-align:center}.message{display:flex;flex-direction:column;margin-bottom:1rem}.user-message{align-items:flex-end}.assistant-message{align-items:flex-start}.message-content{word-wrap:break-word;border-radius:12px;line-height:1.4;max-width:80%;padding:.75rem 1rem}.user-message .message-content{background:var(--accent-cyan);border-bottom-right-radius:4px;color:#0a1929}.assistant-message .message-content{background:#2d3748cc;border:1px solid #94a3b833;border-bottom-left-radius:4px;color:var(--text-primary)}.loading-dots{align-items:center;display:flex;gap:4px}.loading-dots span{animation:loading 1.4s ease-in-out infinite;background:var(--text-muted);border-radius:50%;height:8px;width:8px}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes loading{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-input-container{align-items:flex-end;display:flex;gap:.75rem}.chat-input-container textarea{background:#1a2332cc;border:1px solid #94a3b84d;border-radius:8px;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.9rem;max-height:120px;min-height:44px;padding:.75rem;resize:none;transition:border-color .3s ease}.chat-input-container textarea:focus{border-color:var(--accent-cyan);box-shadow:0 0 0 2px #06b6d433;outline:none}.chat-input-container textarea::placeholder{color:var(--text-muted)}.chat-input-container textarea:disabled{cursor:not-allowed;opacity:.6}.send-button{background:var(--button-primary);border:none;border-radius:8px;color:#0a1929;cursor:pointer;font-weight:600;min-width:80px;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.send-button:hover:not(:disabled){background:var(--button-hover);box-shadow:0 4px 12px #fbbf244d;transform:translateY(-1px)}.send-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}@media (max-width:768px){.chat-container{margin:1rem auto;max-width:calc(100vw - 2rem);padding:1rem;width:100%}.chat-messages{max-height:300px}.message-content{max-width:90%}.chat-input-container{align-items:stretch;flex-direction:column}.send-button{align-self:flex-end;width:-webkit-fit-content;width:fit-content}}@media (max-width:480px){.chat-container{margin:.5rem auto;max-width:calc(100vw - 1rem);padding:.75rem}.chat-header h3{font-size:1.25rem}.chat-header p{font-size:.8rem}.chat-messages{max-height:250px}}.pipeline-diagram{background:var(--primary-bg);border-top:1px solid var(--border-color);padding:2rem 0}.diagram-container{margin:0 auto;max-width:1200px;padding:0 1rem}.diagram-header{margin-bottom:2rem;text-align:center}.diagram-header h3{color:var(--accent-cyan);font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.diagram-header p{color:var(--text-secondary);font-size:1rem;margin:0}.diagram-content{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative}.diagram-image-container{align-items:center;display:flex;justify-content:center;width:100%}.diagram-image{border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 32px #0000004d;height:auto;max-width:100%}.pipeline-flow{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.pipeline-stage{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;min-width:140px;padding:1rem;position:relative;text-align:center}.stage-icon{border-radius:8px;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;padding:.5rem}.csv-icon{background:#10b981;color:#fff}.process-icon{background:#8b5cf6;color:#fff}.bronze-icon{background:#cd7f32;color:#fff}.silver-icon{background:silver;color:#0a1929}.gold-icon{background:#fbbf24;color:#0a1929}.stage-label{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.stage-details{color:var(--text-muted);font-size:.8rem;line-height:1.3}.stage-path{color:var(--accent-cyan);font-family:Courier New,monospace;font-size:.75rem;margin-top:.25rem}.checkpoint-outputs{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.checkpoint,.schema-location{background:var(--accent-cyan);border-radius:4px;color:var(--primary-bg);font-size:.7rem;font-weight:600;padding:.25rem .5rem}.gold-marts{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.mart{background:var(--accent-yellow);border-radius:4px;color:var(--primary-bg);font-size:.7rem;font-weight:600;padding:.25rem .5rem}.arrow{color:var(--accent-cyan);font-size:1.5rem;font-weight:700;margin:0 .5rem}.data-quality-branch{align-items:center;display:flex;gap:1rem;margin-top:1rem}.quality-arrow{color:var(--accent-yellow);font-size:1.5rem;font-weight:700}.quality-outputs{display:flex;gap:1rem}.quality-metric,.quality-violation{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;min-width:120px;padding:.75rem;text-align:center}.quality-label{color:var(--text-secondary);font-size:.8rem;margin-bottom:.25rem}.quality-target{background:#f97316;border-radius:4px;color:#fff;font-family:Courier New,monospace;font-size:.7rem;font-weight:600;padding:.25rem .5rem}@media (max-width:768px){.pipeline-flow{flex-direction:column;gap:.5rem}.arrow{margin:.5rem 0;transform:rotate(90deg)}.pipeline-stage{min-width:200px}.quality-outputs{flex-direction:column;gap:.5rem}.quality-arrow{transform:rotate(90deg)}.diagram-header h3{font-size:1.5rem}}@media (max-width:480px){.pipeline-stage{min-width:180px;padding:.75rem}.stage-icon{font-size:1rem}.stage-details{font-size:.75rem}}.about{background:#0a1929;padding:5rem 0;position:relative}.about:before{background:radial-gradient(circle at 30% 70%,#06b6d40d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.about-container{margin:0 auto;max-width:100%;padding:0 2rem;position:relative;z-index:1}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text{color:#e2e8f0;max-width:600px}.about-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:#cbd5e0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;max-width:100%}.about-text p:last-child{margin-bottom:0}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332e6;border:1px solid #94a3b833;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.stat-number{color:#fbbf24;display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#e2e8f0;font-size:1rem;font-weight:500}@media (max-width:1024px){.about-content{gap:3rem;grid-template-columns:1fr;text-align:center}.about-stats{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:500px}}@media (max-width:768px){.about{padding:3rem 0}.about-container{padding:0 1rem}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.about-stats{gap:1.5rem;grid-template-columns:1fr}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}}.demos{background:#0a1929;padding:5rem 0;position:relative}.demos:before{background:radial-gradient(circle at 70% 30%,#0d94880d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.demos-container{margin:0 auto;max-width:100%;padding:0 2rem;position:relative;z-index:1}.demos-header{margin-bottom:3rem;text-align:center}.demos-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.demos-header p{color:#a0aec0;font-size:1.1rem;margin:0 auto;max-width:600px}.demos-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332cc;border:1px solid #94a3b84d;border-radius:8px;color:#e2e8f0;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:#06b6d4;border-color:#06b6d4;color:#fff;transform:translateY(-2px)}.demos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.demo-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332e6;border:1px solid #94a3b833;border-radius:12px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.demo-card:before{background:linear-gradient(90deg,#06b6d4,#0d9488);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.demo-card:hover{border-color:#06b6d466;box-shadow:0 15px 35px #0003;transform:translateY(-5px)}.demo-card:hover:before{opacity:1}.demo-card.featured{border-color:#fbbf24;box-shadow:0 10px 30px #fbbf241a}.demo-card.featured:before{background:linear-gradient(90deg,#fbbf24,#f59e0b);opacity:1}.featured-badge{background:#fbbf24;border-radius:20px;color:#0a1929;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.demo-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.demo-description{color:#cbd5e0;line-height:1.6;margin-bottom:1.5rem}.demo-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#06b6d433;border:1px solid #06b6d44d;border-radius:20px;color:#06b6d4;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.demo-links{display:flex;flex-wrap:wrap;gap:1rem}.demo-link{align-items:center;background:#06b6d4;border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.demo-link:hover{background:#0891b2;transform:translateY(-2px)}.demo-link.secondary{background:#0000;border:1px solid #94a3b84d;color:#e2e8f0}.demo-link.secondary:hover{background:#1a2332cc;border-color:#06b6d4;color:#06b6d4}.achievements{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332cc;border:1px solid #94a3b833;border-radius:12px;margin-top:3rem;padding:2rem}.achievements h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.achievements-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.achievement-item{background:#0a192999;border:1px solid #94a3b81a;border-radius:8px;padding:1.5rem;text-align:center}.achievement-icon{color:#fbbf24;font-size:2rem;margin-bottom:1rem}.achievement-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.achievement-description{color:#a0aec0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.demos{padding:3rem 0}.demos-container{padding:0 1rem}.demos-header h2{font-size:2rem}.demos-header p{font-size:1rem}.demos-filters{gap:.75rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}.demos-grid{gap:1.5rem;grid-template-columns:1fr}.demo-card{padding:1.5rem}.demo-title{font-size:1.3rem}.achievements-list{grid-template-columns:1fr}}.dashboard{background:var(--primary-bg);min-height:100vh;padding:4rem 0}.dashboard-container{margin:0 auto;max-width:1200px;padding:0 2rem}.dashboard-header{margin-bottom:3rem;text-align:center}.dashboard-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-teal));-webkit-background-clip:text;background-clip:text;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.dashboard-header p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.dashboard-login-note{color:var(--accent-cyan)!important;font-size:.95rem!important;font-style:italic;margin-top:.5rem!important}.dashboard-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332cc;border:1px solid #94a3b84d;border-radius:12px;box-shadow:0 8px 32px #0000004d;padding:2rem}.dashboard-iframe-container{background:#0a192980;border:1px solid #94a3b833;border-radius:8px;min-height:600px;overflow:hidden;width:100%}.dashboard-iframe-container iframe{background:#0000;border:none;border-radius:8px}@media (max-width:1024px){.dashboard-container{padding:0 1.5rem}.dashboard-header h2{font-size:2rem}.dashboard-content{padding:1.5rem}.dashboard-iframe-container{min-height:500px}}@media (max-width:768px){.dashboard{padding:2rem 0}.dashboard-container{padding:0 1rem}.dashboard-header h2{font-size:1.75rem}.dashboard-header p{font-size:1rem}.dashboard-content{padding:1rem}.dashboard-iframe-container{min-height:400px}}.skills{background:#0a1929;padding:5rem 0;position:relative}.skills:before{background:radial-gradient(circle at 80% 80%,#06b6d40d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.skills-container{margin:0 auto;max-width:100%;padding:0 2rem;position:relative;z-index:1}.skills-header{margin-bottom:3rem;text-align:center}.skills-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.skills-header p{color:#a0aec0;font-size:1.1rem;margin:0 auto;max-width:600px}.skills-categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.category-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1929cc;border:1px solid #94a3b84d;border-radius:8px;color:#e2e8f0;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.category-btn.active,.category-btn:hover{background:#06b6d4;border-color:#06b6d4;color:#fff;transform:translateY(-2px)}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332e6;border:1px solid #94a3b833;border-radius:12px;padding:2rem}.skill-category h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:700;text-align:center}.skill-category h3,.skill-item{margin-bottom:1.5rem}.skill-item:last-child{margin-bottom:0}.skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{color:#e2e8f0;font-size:1rem;font-weight:600}.skill-level{color:#a0aec0;font-size:.9rem;font-weight:500}.skill-progress{background:#94a3b833;border-radius:4px;height:8px;overflow:hidden;width:100%}.skill-progress-bar{border-radius:4px;height:100%;transition:width .8s ease}.skill-progress-bar.expert{background:linear-gradient(90deg,#10b981,#059669);width:95%}.skill-progress-bar.advanced{background:linear-gradient(90deg,#06b6d4,#0891b2);width:85%}.skill-progress-bar.intermediate{background:linear-gradient(90deg,#fbbf24,#f59e0b);width:70%}.skill-progress-bar.beginner{background:linear-gradient(90deg,#a0aec0,#718096);width:50%}.certifications{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332cc;border:1px solid #94a3b833;border-radius:12px;margin-top:3rem;padding:2rem}.certifications h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.certifications-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.certification-item{background:#0a192999;border:1px solid #94a3b81a;border-radius:8px;padding:1.5rem;text-align:center}.certification-icon{color:#fbbf24;font-size:2rem;margin-bottom:1rem}.certification-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.certification-issuer{color:#a0aec0;font-size:.9rem;margin-bottom:.5rem}.certification-date{color:#718096;font-size:.8rem}@media (max-width:1024px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.skills{padding:3rem 0}.skills-container{padding:0 1rem}.skills-header h2{font-size:2rem}.skills-header p{font-size:1rem}.skills-categories{gap:.75rem}.category-btn{font-size:.9rem;padding:.6rem 1.2rem}.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-category{padding:1.5rem}.skill-category h3{font-size:1.3rem}.certifications-list{grid-template-columns:1fr}}.contact{background:#0a1929;padding:5rem 0;position:relative}.contact:before{background:radial-gradient(circle at 30% 30%,#06b6d40d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-container{margin:0 auto;max-width:100%;padding:0 2rem;position:relative;z-index:1}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{color:#e2e8f0}.contact-info h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-info p{color:#cbd5e0;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a233299;border:1px solid #94a3b833;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-item:hover{border-color:#06b6d466;box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#06b6d4,#0d9488);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.contact-text{flex:1 1}.contact-label{color:#a0aec0;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.contact-value{color:#fff;font-weight:600;text-decoration:none}.contact-value:hover{color:#06b6d4}.social-links{margin-top:2rem}.social-links h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332cc;border:1px solid #94a3b84d;border-radius:50%;color:#e2e8f0;display:flex;flex-shrink:0;font-size:.8rem;font-weight:500;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-link:hover{background:#06b6d4;border-color:#06b6d4;box-shadow:0 5px 15px #06b6d44d;color:#fff;transform:translateY(-2px)}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2332e6;border:1px solid #94a3b833;border-radius:12px;padding:2rem}.contact-form h3{color:#fff;font-size:1.5rem;font-weight:700;text-align:center}.contact-form h3,.form-group{margin-bottom:1.5rem}.form-group label{color:#e2e8f0;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#0a1929cc;border:1px solid #94a3b84d;border-radius:6px;color:#fff;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#fbbf24;border:none;border-radius:8px;color:#0a1929;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:#f59e0b;box-shadow:0 8px 25px #fbbf244d;transform:translateY(-2px)}.submit-btn:disabled{background:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-info{text-align:center}.social-icons{justify-content:center}}@media (max-width:768px){.contact{padding:3rem 0}.contact-container{padding:0 1rem}.contact-info h2{font-size:2rem}.contact-info p{font-size:1rem}.contact-item{padding:.75rem}.contact-icon{font-size:1rem;height:35px;width:35px}.contact-form{padding:1.5rem}.contact-form h3{font-size:1.3rem}.form-group input,.form-group textarea{padding:.6rem}.social-icons{gap:1rem;justify-content:center}.social-link{font-size:.7rem;height:40px;width:40px}}.footer{background:#0a1929;border-top:1px solid #94a3b833;color:#e2e8f0;padding:3rem 0 2rem;position:relative}.footer:before{background:radial-gradient(circle at 50% 0,#06b6d40d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:100%;padding:0 2rem;position:relative;z-index:1}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-section p{color:#a0aec0;line-height:1.6;margin-bottom:1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#06b6d4}.footer-bottom{border-top:1px solid #94a3b833;color:#718096;font-size:.9rem;padding-top:2rem;text-align:center}.footer-bottom a{color:#06b6d4;font-weight:500;text-decoration:none}.footer-bottom a:hover{color:#0d9488}@media (max-width:768px){.footer{padding:2rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-section h3{font-size:1.1rem}}
/*# sourceMappingURL=main.35486c8d.css.map*/