@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#000;color:#fff;overflow-x:hidden;line-height:1.6}.app{min-height:100vh;background:radial-gradient(ellipse at top,rgba(16,185,129,.05) 0%,transparent 50%),radial-gradient(ellipse at bottom,rgba(16,185,129,.03) 0%,transparent 55%),#000;position:relative}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:1200px;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;z-index:1000}.logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#fff;cursor:pointer}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.nav-links{display:flex;gap:8px;align-items:center}.nav-links button{background:none;border:none;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.nav-links button:hover{color:#fff;background:#ffffff1a}.nav-links button.active{color:#10b981;background:#10b9811a}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 0 80px}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.6;background:radial-gradient(circle at 20% 80%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(139,92,246,.05) 0%,transparent 50%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;z-index:2;position:relative}.hero-content{z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:50px;color:#10b981;font-size:14px;font-weight:500;margin-bottom:24px}.badge-icon{width:16px;height:16px}.hero-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:24px;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#10b981,#3b82f6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;margin-bottom:32px;line-height:1.6;max-width:500px}.hero-stats{display:flex;gap:32px;margin-bottom:40px}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:#10b981;font-family:JetBrains Mono,monospace}.stat-label{font-size:.875rem;color:#fff9;font-weight:500}.hero-cta{display:flex;gap:16px;align-items:center}.cta-primary,.cta-secondary{display:flex;align-items:center;gap:8px;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none}.cta-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 20px #10b9814d}.cta-primary:hover{box-shadow:0 8px 30px #10b98166;transform:translateY(-2px)}.cta-secondary{background:#ffffff0d;color:#ffffffe6;border:1px solid rgba(255,255,255,.1)}.cta-secondary:hover{background:#ffffff1a;border-color:#fff3}.icon{width:18px;height:18px}.hero-visual{z-index:2}.floating-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;box-shadow:0 20px 40px #0000004d}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.profile-section{display:flex;align-items:center;gap:12px}.profile-img{width:48px;height:48px;border-radius:12px;object-fit:cover}.profile-info h3{font-size:16px;font-weight:600;color:#fff;margin-bottom:2px}.profile-info p{font-size:14px;color:#fff9}.status-indicator{display:flex;align-items:center;gap:6px;font-size:12px;color:#10b981}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skill-bars{display:flex;flex-direction:column;gap:16px}.skill-bar{display:flex;justify-content:space-between;align-items:center;gap:16px}.skill-bar span{font-size:14px;color:#fffc;min-width:100px}.bar{flex:1;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:3px;animation:fillBar 2s ease-out}@keyframes fillBar{0%{width:0}}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;z-index:3}.scroll-mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:12px;position:relative;cursor:pointer}.scroll-wheel{width:4px;height:8px;background:#6366f1;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.scroll-indicator p{color:#fff9;font-size:.9rem;font-weight:500}.section{padding:100px 0;position:relative}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:60px;color:#fff}.about-section{background:#ffffff05}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}.about-text p{font-size:1.1rem;line-height:1.8;color:#fffc;margin-bottom:24px}.about-text strong{color:#10b981}.about-stats{display:flex;flex-direction:column;gap:30px}.stat-card{background:#ffffff0d;padding:24px;border-radius:16px;text-align:center;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.stat-card:hover{background:#ffffff14;border-color:#10b9814d}.stat-icon{width:32px;height:32px;color:#10b981;margin-bottom:12px}.stat-card h3{font-size:2rem;font-weight:800;color:#fff;margin-bottom:4px;font-family:JetBrains Mono,monospace}.stat-card p{color:#fff9;font-weight:500;font-size:.875rem}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.experience-card{background:#ffffff0d;padding:32px;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.experience-card:hover{background:#ffffff14;border-color:#10b9814d;box-shadow:0 20px 40px #0003}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.card-icon svg{width:24px;height:24px;color:#fff}.experience-card h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:8px}.card-period{color:#10b981;font-weight:600;margin-bottom:16px;font-size:.875rem}.experience-card p{color:#ffffffb3;line-height:1.6;margin-bottom:20px}.card-tags{display:flex;gap:8px;flex-wrap:wrap}.card-tags span{background:#10b9811a;color:#10b981;padding:4px 12px;border-radius:16px;font-size:.75rem;font-weight:500;border:1px solid rgba(16,185,129,.2)}.skills-section{background:#ffffff05}.skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.skills-category h3{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:24px}.category-icon{width:20px;height:20px;color:#10b981}.skills-list{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{background:#ffffff0d;color:#ffffffe6;padding:8px 16px;border-radius:20px;font-weight:500;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;font-size:.875rem}.skill-tag:hover{background:#10b9811a;border-color:#10b9814d;color:#10b981;transform:translateY(-2px)}.contact-header{text-align:center;margin-bottom:60px}.contact-subtitle{font-size:1.1rem;color:#ffffffb3;margin-top:16px;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.contact-card{background:#ffffff0d;padding:32px;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%}.contact-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.contact-card-icon{width:24px;height:24px;color:#10b981}.contact-card h3{font-size:1.25rem;font-weight:700;color:#fff}.contact-card p{color:#ffffffb3;line-height:1.6;margin-bottom:24px}.contact-methods{display:flex;flex-direction:column;gap:12px}.contact-method{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffffe6;text-decoration:none;transition:all .3s ease}.contact-method:hover{background:#10b9810d;border-color:#10b98133}.method-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.method-info{flex:1;display:flex;flex-direction:column;gap:2px}.method-label{font-size:.75rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.method-value{font-size:.9rem;color:#ffffffe6;font-weight:500}.method-arrow{width:16px;height:16px;color:#fff6;transition:all .3s ease}.contact-method:hover .method-arrow{color:#10b981;transform:translate(4px)}.cta-card{background:linear-gradient(135deg,#10b9811a,#3b82f61a);padding:32px;border-radius:20px;border:1px solid rgba(16,185,129,.2);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-content{display:flex;flex-direction:column;align-items:center;gap:16px}.cta-icon{width:32px;height:32px;color:#10b981}.cta-card h3{font-size:1.25rem;font-weight:700;color:#fff}.cta-card p{color:#ffffffb3;line-height:1.6;margin-bottom:24px}.cta-button{display:flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 20px #10b9814d}.cta-button:hover{box-shadow:0 8px 30px #10b98166;transform:translateY(-2px)}.button-icon{width:18px;height:18px}.contact-form-card{max-width:880px;margin:0 auto;text-align:left;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 10px 50px #00000059;height:100%}.contact-form-wrapper{align-items:stretch;gap:0px}.contact-form-header{display:flex;gap:16px;align-items:center;margin-bottom:8px}.contact-form-header h3{margin:0}.contact-form-header p{margin-top:4px;font-size:.95rem;color:#ffffffb3}.contact-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:.85rem;font-weight:500;color:#fffc}.field-label span{color:#f97316}.field-input,.field-textarea{background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.08);padding:10px 12px;color:#e5e7eb;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field-input::placeholder,.field-textarea::placeholder{color:#94a3b8cc}.field-input:focus,.field-textarea:focus{border-color:#10b981cc;box-shadow:0 0 0 1px #10b98166;background:#10b9810a}.field-textarea{resize:vertical}.form-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:8px}.form-hint{font-size:.8rem;color:#94a3b8e6}.form-error{font-size:.75rem;color:#f97373}.form-success{margin-top:16px;padding:14px 16px;border-radius:12px;background:#10b9811f;border:1px solid rgba(16,185,129,.5)}.form-success h4{margin:0 0 4px;font-size:.95rem;color:#bbf7d0}.form-success p{margin:0;font-size:.85rem;color:#d1fae5e6}@media(max-width:768px){.contact-form-card{padding:24px}.form-row{grid-template-columns:1fr}.form-footer{flex-direction:column;align-items:flex-start}.cta-button{width:100%;justify-content:center}}.footer{padding:80px 0 40px;background:radial-gradient(ellipse at center top,rgba(16,185,129,.03) 0%,transparent 70%),#00000080;border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:flex;flex-direction:column;gap:40px}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:40px}.footer-info{flex:1;max-width:500px}.footer-text{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:24px}.footer-social{display:flex;gap:16px}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-link:hover{background:#10b9811a;border-color:#10b9814d;color:#10b981;box-shadow:0 8px 25px #10b98126}.social-icon{width:20px;height:20px}.footer-nav{display:flex;gap:32px;align-items:center}.nav-link{background:none;border:none;color:#ffffffb3;font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 0;transition:all .3s ease;position:relative}.nav-link:hover{color:#10b981}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.nav-link:hover:after{width:100%}.footer-bottom{display:flex;flex-direction:column;gap:24px}.footer-line{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(16,185,129,.2) 20%,rgba(16,185,129,.4) 50%,rgba(16,185,129,.2) 80%,transparent 100%)}.footer-credits{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.footer-credits p{color:#fff9;font-weight:500}.footer-tech{display:flex;align-items:center;gap:8px;color:#ffffff80}.tech-stack{display:flex;align-items:center;gap:8px}.tech-item{color:#ffffffb3;font-weight:500;font-size:.8rem}.tech-separator{color:#10b98199;font-weight:700}.education-section{margin-top:60px}.section-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.section-icon{width:24px;height:24px;color:#10b981}.section-header h3{font-size:1.75rem;font-weight:700;color:#fff}.education-timeline{display:flex;flex-direction:column;gap:32px;max-width:800px;margin:0 auto}.education-item{display:grid;grid-template-columns:120px 1fr;gap:32px;align-items:center}.education-year{font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600;color:#10b981;text-align:right;padding:8px 16px;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:20px}.education-content{background:#ffffff0d;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.education-content:hover{background:#ffffff14;border-color:#10b9814d;transform:translateY(-2px)}.education-institution{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px}.education-degree{font-size:1rem;font-weight:600;color:#10b981;margin-bottom:4px}.education-field{font-size:.9rem;color:#fffc;margin-bottom:8px}.education-status{font-size:.75rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.mobile-menu-btn{display:none;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease}.mobile-menu-btn:hover{background:#ffffff1a;color:#fff}.mobile-menu{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;min-width:200px;z-index:1001}.mobile-menu.open{display:flex;flex-direction:column;gap:8px}.mobile-menu button{background:none;border:none;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;padding:12px 16px;border-radius:8px;transition:all .3s ease;text-align:left}.mobile-menu button:hover,.mobile-menu button.active{color:#10b981;background:#10b9811a}@media(max-width:768px){.container{padding:0 16px}.navbar{top:16px;width:calc(100% - 32px);padding:12px 20px}.desktop-nav{display:none}.mobile-menu-btn{display:block}.hero{padding:100px 0 60px}.hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.hero-visual{order:-1}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{justify-content:center;gap:24px}.hero-cta{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:280px;justify-content:center}.section-title{font-size:2rem}.about-grid{grid-template-columns:1fr;gap:40px}.about-stats{flex-direction:row;gap:16px}.stat-card{flex:1;padding:16px}.stat-card h3{font-size:1.5rem}.skills-grid{grid-template-columns:1fr;gap:32px}.education-grid,.experience-grid{grid-template-columns:1fr}.experience-card{padding:24px}.contact-link{min-width:260px}.floating-card{padding:20px}.skill-bars{gap:12px}.education-item{grid-template-columns:1fr;gap:16px;text-align:center}.education-year{text-align:center;justify-self:center;max-width:120px}.contact-grid{grid-template-columns:1fr;gap:32px}.footer-main{flex-direction:column;gap:32px;text-align:center}.footer-nav{gap:20px;flex-wrap:wrap;justify-content:center}.footer-credits{flex-direction:column;gap:12px;text-align:center}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:16px}.stat{display:flex;align-items:center;gap:12px}.stat-number{font-size:1.5rem}.contact-method{padding:12px}.method-info{gap:1px}.footer-nav{gap:16px;flex-direction:column}.footer-tech{flex-direction:column;gap:4px}.tech-stack{gap:6px}}.footer{padding:40px 0;text-align:center;border-top:1px solid rgba(16,185,129,.6)}
