*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100%}@font-face{font-family:Inter;src:url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);font-display:swap}@font-face{font-family:Fira Code;src:url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap);font-display:swap}img{max-width:100%;height:auto;display:block}img[width][height]{aspect-ratio:attr(width) / attr(height)}.slider-image,.project-modal-image img{aspect-ratio:16 / 9;object-fit:cover}.iframe-container{position:relative;width:100%;min-height:400px;overflow:hidden}.iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.btn,.skill-category,.project-card,.contact-item,.experience-card{transform:translateZ(0);will-change:transform}.btn:hover,.skill-category:hover,.project-card:hover,.contact-item:hover,.experience-card:hover{transform:translateY(-2px) translateZ(0);transition:transform .2s ease}.skill-icon:hover,.contact-icon:hover{transform:scale(1.1) translateZ(0);transition:transform .2s ease}.slider-image{aspect-ratio:16 / 9;object-fit:cover;width:100%;height:auto}.image-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;aspect-ratio:16 / 9}.linkedin-placeholder{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;padding:var(--spacing-lg)}.placeholder-content{display:flex;align-items:center;gap:var(--spacing-md);width:100%;max-width:300px}.placeholder-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;flex-shrink:0}.placeholder-text{flex:1;display:flex;flex-direction:column;gap:var(--spacing-sm)}.placeholder-line{height:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.placeholder-line.short{width:60%}.optimized-image-container{position:relative;overflow:hidden}.image-error{display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);font-size:.875rem}.error-content{text-align:center;padding:var(--spacing-md)}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--primary-color: #3b82f6;--primary-dark: #2563eb;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--bg-card: #000000;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(255, 255, 255, .1);--shadow-hover: rgba(255, 255, 255, .15);--input-bg: rgba(255, 255, 255, .05);--input-border: rgba(255, 255, 255, .2);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "Fira Code", "Monaco", "Cascadia Code", monospace;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}.light{--text-primary: #000000;--text-secondary: rgba(0, 0, 0, .8);--bg-card: #ffffff;--border-color: rgba(0, 0, 0, .1);--shadow-color: rgba(0, 0, 0, .1);--shadow-hover: rgba(0, 0, 0, .15);--input-bg: rgba(0, 0, 0, .05);--input-border: rgba(0, 0, 0, .2)}html{scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:1.6;color:var(--text-primary);background-color:#1e1e1e;overflow-x:hidden;transition:color .6s ease,background-color .6s ease}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.section-padding{padding:var(--spacing-2xl) 0}.bg-light{background-color:var(--bg-secondary)!important}.text-primary{color:var(--primary-color)!important}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-lg);border:2px solid transparent;border-radius:var(--border-radius);font-weight:600;text-decoration:none;cursor:pointer;transition:transform .6s ease,box-shadow .6s ease;will-change:transform,box-shadow;background-color:var(--bg-card)!important;color:var(--text-primary)!important;box-shadow:0 1px 2px -1px var(--shadow-color)!important}.btn:hover{transform:translateY(-2px) translateZ(0);box-shadow:0 2px 4px -1px var(--shadow-hover)!important;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background-color:var(--primary-color)!important;color:#fff!important}.btn-outline{background-color:transparent!important;border-color:var(--primary-color)!important;color:var(--primary-color)!important}.btn-outline:hover{background-color:var(--primary-color)!important;color:#fff!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .8s ease forwards;will-change:opacity,transform}.fade-in-delayed{animation:fadeIn .8s ease .4s forwards;opacity:0;will-change:opacity,transform}.slide-in-left{animation:slideInLeft .8s ease forwards;opacity:0;will-change:opacity,transform}.slide-in-left:nth-child(1){animation-delay:.1s}.slide-in-left:nth-child(2){animation-delay:.2s}.slide-in-left:nth-child(3){animation-delay:.3s}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.loading-spinner .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.highlight-card,.details-card,.skill-category,.soft-skill-card,.experience-card,.project-card,.contact-item,.benefit-item,.summary-card{background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;box-shadow:0 2px 4px -1px var(--shadow-color),0 4px 6px -1px var(--shadow-color)!important;transition:transform .6s ease,box-shadow .6s ease;will-change:transform,box-shadow}.highlight-card:hover,.details-card:hover,.experience-card:hover,.project-card:hover,.contact-item:hover,.benefit-item:hover,.summary-card:hover{box-shadow:0 4px 8px -1px var(--shadow-hover),0 8px 12px -1px var(--shadow-hover)!important;transform:translateY(-2px) translateZ(0)!important;transition:transform .2s ease,box-shadow .2s ease}@media (min-width: 1025px){.skill-category:hover:not(.rotated),.soft-skill-card:hover{box-shadow:0 4px 8px -1px var(--shadow-hover),0 8px 12px -1px var(--shadow-hover)!important;transform:translateY(-2px) translateZ(0)!important;transition:transform .2s ease,box-shadow .2s ease}}.btn{box-shadow:0 1px 2px -1px #ffffff1a!important}.btn:hover{transform:translateY(-1px) translateZ(0);box-shadow:0 2px 4px -1px #ffffff26!important;transition:transform .2s ease,box-shadow .2s ease}.modal-content{box-shadow:0 8px 12px -1px #ffffff26,0 4px 6px -1px #ffffff1a!important}.section-padding,.section-padding.bg-light,#about,#skills,#experience,#projects,#contact{background-color:transparent!important}.hero{background:transparent!important;color:var(--text-primary)!important;border-bottom:2px solid var(--border-color)!important;box-shadow:0 2px 4px -1px var(--shadow-color)!important}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#00000080!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--border-color)!important;box-shadow:0 2px 4px -1px var(--shadow-color)!important;transition:all .6s ease}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-logo h3{color:var(--primary-color)!important;margin:0}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{color:var(--text-primary)!important;text-decoration:none;font-weight:500;transition:color .6s ease;cursor:default}.nav-link:hover{color:var(--primary-color)!important}.theme-toggle{background:none;border:none;color:var(--text-primary)!important;cursor:pointer;padding:.5rem;border-radius:var(--border-radius);transition:background-color .6s ease}.theme-toggle:hover{background-color:var(--shadow-color)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-primary)!important;cursor:pointer;padding:.5rem}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#000000f2!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--border-color);padding:1rem;box-shadow:0 4px 20px #0000004d}.mobile-nav.open{display:block}.mobile-nav-links{list-style:none;margin:0;padding:0}.mobile-nav-link{display:block;color:var(--text-primary)!important;text-decoration:none;padding:.75rem 0;border-bottom:1px solid var(--border-color);cursor:default}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem}.hero-container{max-width:1200px;width:100%}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)!important}.hero-subtitle{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:var(--text-primary)!important;opacity:.9}.hero-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.info-item{display:flex;align-items:center;gap:.5rem;color:var(--text-primary)!important}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-avatar{width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid var(--primary-color);box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.hero-avatar:hover{transform:scale(1.05);box-shadow:0 12px 40px #0006}.avatar-image{width:100%;height:100%;object-fit:cover;object-position:center}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff}.avatar-placeholder.large{width:150px;height:150px;font-size:2.5rem}.hero-highlights{display:flex;gap:1rem}.highlight-card{padding:1rem;border-radius:var(--border-radius);text-align:center;width:120px;height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.highlight-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color)}.highlight-label{font-size:.9rem;color:var(--text-primary)!important;opacity:.8}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-btn{background:none;border:none;color:var(--text-primary)!important;cursor:pointer;padding:1rem;border-radius:50%;transition:all .6s ease}.scroll-btn:hover{background-color:#ffffff1a;transform:translateY(-5px)}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)!important}.section-header p{font-size:1.1rem;color:var(--text-primary)!important;opacity:.8;text-align:center}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:3rem}.about-description h3{font-size:1.8rem;margin-bottom:1rem;color:var(--text-primary)!important}.about-description p{margin-bottom:1rem;color:var(--text-primary)!important;opacity:.9}.about-details{margin-top:2rem}.details-card{padding:1.5rem;border-radius:var(--border-radius)}.detail-item{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--text-primary)!important}.detail-label{font-weight:600;color:var(--primary-color)}.about-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-section{display:flex;gap:1rem;padding:1.5rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important}.section-icon{color:var(--primary-color);flex-shrink:0}.section-content h4{margin-bottom:.5rem;color:var(--text-primary)!important}.section-content p,.section-content li{color:var(--text-primary)!important;opacity:.9}.goals-list,.interests-list{list-style:none;margin-top:.5rem}.goals-list li,.interests-list li{margin-bottom:.25rem;padding-left:1rem;position:relative}.goals-list li:before,.interests-list li:before{content:"•";color:var(--primary-color);position:absolute;left:0}.skills-content{display:flex;flex-direction:column;gap:3rem}.technical-skills h3,.soft-skills h3{font-size:1.8rem;margin-bottom:2rem;color:var(--text-primary)!important;text-align:center}.skills-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.skills-grid-bottom{display:flex;justify-content:center;gap:2rem;margin-left:1rem}.skill-category{padding:1.5rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;width:280px;height:280px;display:flex;flex-direction:column;box-shadow:0 2px 4px -1px var(--shadow-color),0 4px 6px -1px var(--shadow-color)!important}.category-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--primary-color);height:40px;flex-shrink:0}.category-header h4{margin:0;color:var(--text-primary)!important}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-content:flex-start}.skill-item{padding:.25rem .75rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:20px;font-size:.9rem;color:var(--text-primary)!important}.skill-link{text-decoration:none;color:var(--text-primary)!important;transition:all .3s ease;cursor:pointer;display:inline-block}.skill-link:hover{color:var(--primary-color)!important;transform:translateY(-2px);text-decoration:underline}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-content:flex-start;overflow-y:auto;max-height:200px;padding-right:.5rem}.skills-list::-webkit-scrollbar{width:6px}.skills-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.skills-list::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}.skills-list::-webkit-scrollbar-thumb:hover{background:#3b82f6cc}.soft-skills-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.soft-skills-grid-bottom{display:flex;justify-content:center;gap:2rem}.soft-skill-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;width:200px;min-height:60px;justify-content:center}.soft-skill-card p,.soft-skill-card span,.soft-skill-card div{text-align:center!important}.skill-icon{color:var(--primary-color);flex-shrink:0;cursor:pointer;transition:all .6s ease;--heart-color: var(--primary-color)}.skill-icon:hover{transform:scale(1.1)}.skill-icon.liked{animation:heartBeat .6s ease}@keyframes heartBeat{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.experience-grid{display:grid;gap:2rem;margin-bottom:3rem}.experience-card{padding:2rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important}.experience-header{display:flex;gap:1rem;margin-bottom:1.5rem}.experience-icon{color:var(--primary-color);flex-shrink:0}.experience-info h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-primary)!important}.position{color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.experience-meta{display:flex;gap:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.25rem;font-size:.9rem;color:var(--text-primary)!important;opacity:.8}.experience-description{margin-bottom:1.5rem;color:var(--text-primary)!important;opacity:.9}.experience-technologies h4,.experience-achievements h4{margin-bottom:.75rem;color:var(--text-primary)!important}.mobile-tech-btn{display:none!important;margin-top:.5rem;width:100%;justify-content:center}.desktop-tech{display:flex!important}.mobile-skill-btn{display:none!important;margin-top:.5rem;width:100%;justify-content:center}.desktop-skills{display:flex!important}@media (max-width: 1024px){.skill-modal-positioned{position:absolute!important;z-index:9999!important;margin:0!important;background-color:var(--bg-card)!important;min-width:300px!important;min-height:200px!important;max-width:90vw!important;box-shadow:0 8px 32px #0000004d!important;transform:translate(-50%)!important}.modal-overlay.skill-modal-overlay{display:block!important;align-items:unset!important;justify-content:unset!important;z-index:9998!important;background-color:#000c!important}.category-header{display:none!important}}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.25rem .75rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:20px;font-size:.9rem;color:var(--text-primary)!important}.tech-tag.more{background-color:#ffffff1a;border-color:#fff3}.achievements-list{list-style:none;margin:0;padding:0}.achievements-list li{margin-bottom:.5rem;padding-left:1rem;position:relative;color:var(--text-primary)!important;opacity:.9}.achievements-list li:before{content:"✓";color:var(--primary-color);position:absolute;left:0}.more-achievements{font-style:italic;opacity:.7!important}.experience-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.experience-btn{display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;flex:0 1 auto}.projects-content{display:flex;flex-direction:column;gap:3rem}.featured-projects h3,.other-projects h3{font-size:1.8rem;margin-bottom:2rem;color:var(--text-primary)!important}.projects-hidden{display:flex;justify-content:center;align-items:center;min-height:400px}.projects-placeholder{text-align:center;padding:3rem;border-radius:var(--border-radius-lg);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;box-shadow:0 2px 4px -1px var(--shadow-color),0 4px 6px -1px var(--shadow-color)!important;max-width:500px;width:100%}.placeholder-icon{color:var(--primary-color);margin-bottom:1.5rem;opacity:.7}.projects-placeholder h3{font-size:1.8rem;margin-bottom:1rem;color:var(--text-primary)!important}.projects-placeholder p{font-size:1.1rem;margin-bottom:2rem;color:var(--text-primary)!important;opacity:.8;line-height:1.6}.placeholder-stats{display:flex;justify-content:center}.stat-item{text-align:center}.stat-item .stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-item .stat-label{font-size:1rem;color:var(--text-primary)!important;opacity:.8}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{padding:2rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;position:relative}.project-card.featured{border-color:var(--primary-color)!important}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.project-icon{color:var(--primary-color)}.project-badge{background-color:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.project-content h4{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-primary)!important}.project-category{color:var(--primary-color);font-weight:600;margin-bottom:1rem}.project-description{margin-bottom:1.5rem;color:var(--text-primary)!important;opacity:.9}.project-technologies h5{margin-bottom:.75rem;color:var(--text-primary)!important}.project-actions{margin-top:1.5rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.contact-info h3,.contact-form h3{font-size:1.8rem;margin-bottom:2rem;color:var(--text-primary)!important}.contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;padding:1.5rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important}.contact-icon{color:var(--primary-color);flex-shrink:0}.contact-details h4{margin-bottom:.25rem;color:var(--text-primary)!important}.contact-details p,.contact-details a{color:var(--text-primary)!important;opacity:.9;text-decoration:none}.contact-details a:hover{color:var(--primary-color)!important}.form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:var(--text-primary)!important}.form-input,.form-textarea{padding:.75rem;border:2px solid var(--input-border);border-radius:var(--border-radius);background-color:var(--input-bg)!important;color:var(--text-primary)!important;font-family:inherit;transition:border-color .6s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-color)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-secondary)!important}.submit-btn{align-self:flex-start;position:relative}.submit-btn.loading{pointer-events:none}.submit-btn .spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.benefit-item{display:flex;gap:1rem;padding:1.5rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important}.benefit-icon{color:var(--primary-color);flex-shrink:0}.benefit-content h4{margin-bottom:.5rem;color:var(--text-primary)!important}.benefit-content p{color:var(--text-primary)!important;opacity:.9}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{position:relative;width:100%;height:200px;transform-style:preserve-3d;transition:transform .8s ease!important;perspective:1000px}.stat-card.rotated{transform:rotateY(180deg)!important}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;border-radius:var(--border-radius);background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;box-shadow:0 2px 4px -1px var(--shadow-color),0 4px 6px -1px var(--shadow-color)!important}.card-back{transform:rotateY(180deg);justify-content:flex-start;overflow:hidden;padding:1rem}.card-back h4{margin:0 0 .5rem;color:var(--primary-color)!important;font-size:.9rem;text-align:center}.tech-list{display:grid;grid-template-columns:repeat(5,1fr);gap:.15rem;width:100%;flex:1;overflow:hidden}.stat-card:nth-child(2) .tech-list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:.3rem}.stat-card:nth-child(3) .tech-list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:.3rem}.tech-item{color:var(--text-primary)!important;font-size:.6rem;font-weight:400;text-align:center;padding:.05rem;background:none!important;border:none!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-card:nth-child(2) .tech-item,.stat-card:nth-child(3) .tech-item{font-size:.7rem;padding:.1rem;display:flex;align-items:center;justify-content:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-primary)!important;opacity:.8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;color:var(--text-primary)!important;border-radius:var(--border-radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 12px -1px var(--shadow-color),0 4px 6px -1px var(--shadow-color)!important}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.modal-header h3{margin:0;color:var(--text-primary)!important}.modal-close{background:none;border:none;color:var(--text-primary)!important;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .6s ease}.modal-close:hover{background-color:var(--shadow-color)}.modal-body{padding:1.5rem}.modal-section{margin-bottom:2rem}.modal-section h4{margin-bottom:1rem;color:var(--text-primary)!important}.modal-section p{color:var(--text-primary)!important;opacity:.9;line-height:1.6}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.tech-modal{max-width:600px!important}.tech-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;max-height:60vh;overflow-y:auto}.tech-modal-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:var(--bg-card)!important;border:1px solid var(--border-color)!important;border-radius:var(--border-radius);color:var(--text-primary)!important;font-size:.9rem;transition:all .3s ease}.tech-modal-item:hover{background-color:var(--primary-color)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.skill-modal{max-width:600px!important}.skill-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;max-height:60vh;overflow-y:auto}.skill-modal-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:var(--bg-card)!important;border:1px solid var(--border-color)!important;border-radius:var(--border-radius);color:var(--text-primary)!important;transition:all .3s ease;cursor:pointer}.skill-modal-item:hover{background-color:var(--primary-color)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.tech-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:var(--border-radius);color:var(--text-primary)!important}.modal-achievements{list-style:none;margin:0;padding:0}.modal-achievements li{margin-bottom:.5rem;padding-left:1rem;position:relative;color:var(--text-primary)!important;opacity:.9}.modal-achievements li:before{content:"✓";color:var(--primary-color);position:absolute;left:0}.modal-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.project-modal{max-width:800px}.project-modal-image{margin-bottom:1.5rem;text-align:center}.project-modal-image img{max-width:100%;border-radius:var(--border-radius)}.project-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background-color:var(--input-bg);border:2px dashed var(--input-border);border-radius:var(--border-radius);color:var(--text-primary)!important;opacity:.7}.project-placeholder.large{padding:4rem}.project-placeholder span{margin-top:1rem;font-size:1.1rem}.project-slider{margin-bottom:1.5rem}.experience-card .experience-content{display:flex;gap:2rem;align-items:flex-start}.experience-main-content{flex:1;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden}.experience-slider{flex-shrink:0;width:500px;margin:0}.experience-slider .slider-container{position:relative;border-radius:var(--border-radius);overflow:hidden;background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;z-index:10;height:315px;width:100%}.experience-slider .slider-image{width:100%;height:315px;object-fit:cover;display:block;z-index:1;position:relative;transition:filter .3s ease}.experience-slider .slider-image.clickable{cursor:pointer;transition:all .3s ease}.experience-slider .slider-image.clickable:hover{transform:scale(1.02);filter:brightness(1.1)}.experience-slider .slider-description{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:#00000080!important;color:#fff!important;padding:1rem;border-radius:var(--border-radius);font-size:1rem;line-height:1.4;z-index:100;opacity:0;transition:all .3s ease;width:80%!important;max-width:80%!important;text-align:center;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;box-sizing:border-box!important;height:auto!important;min-width:200px!important;text-shadow:1px 1px 2px rgba(0,0,0,.3)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.experience-slider .slider-container:hover .slider-description{transform:translate(-50%,-50%) scale(1);opacity:1;z-index:100!important}.experience-slider .slider-description p{margin:0!important;padding:0!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;white-space:normal!important;overflow-wrap:break-word!important;color:#fff!important;font-size:1rem!important;line-height:1.4!important;text-shadow:1px 1px 2px rgba(0,0,0,.3)!important}.experience-slider .slider-container:hover .slider-image{filter:blur(3px)}.experience-slider .slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3!important;border:none!important;color:#fff!important;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20}.experience-slider .slider-btn:hover{background:#000000e6!important;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 8px #0000004d}.experience-slider .slider-btn-prev{left:.5rem}.experience-slider .slider-btn-next{right:.5rem}.image-modal{max-width:90vw!important;max-height:90vh!important;width:auto!important;height:auto!important}.image-modal-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.modal-full-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:var(--border-radius);box-shadow:0 4px 8px #0003}.image-description{background:#0000000d;padding:1rem;border-radius:var(--border-radius);text-align:center;max-width:100%}.image-description p{margin:0;color:var(--text-primary)!important;font-size:.95rem;line-height:1.5}@media (max-width: 1024px){.container{padding:0 1.5rem;max-width:100%;box-sizing:border-box}.hero-content{flex-direction:column;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-highlights{grid-template-columns:repeat(3,1fr);gap:1rem}.about-content{flex-direction:column;gap:2rem}.about-sections{grid-template-columns:1fr;gap:1.5rem}.skills-grid,.soft-skills-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.summary-stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-card{padding:1.2rem}.stat-number{font-size:2rem}.stat-label{font-size:.75rem;line-height:1.2}.card-back{overflow-y:auto!important;padding:1.2rem!important}.tech-list{overflow-y:auto!important;max-height:150px!important;display:flex!important;flex-direction:column!important;gap:.35rem!important;scrollbar-width:thin!important;scrollbar-color:var(--primary-color) transparent!important}.tech-list::-webkit-scrollbar{width:4px!important}.tech-list::-webkit-scrollbar-track{background:transparent!important}.tech-list::-webkit-scrollbar-thumb{background-color:var(--primary-color)!important;border-radius:2px!important}.tech-item{font-size:.8rem!important;padding:.35rem!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.contact-content{flex-direction:column;gap:2rem}.form-row{flex-direction:column;gap:1rem}.modal-content{width:90%;max-width:600px;margin:2rem auto}.image-modal{width:95%!important;max-width:95%!important}.experience-card .experience-content{flex-direction:column;gap:1.5rem;max-width:100%;box-sizing:border-box;overflow:hidden}.mobile-tech-btn{display:flex!important}.desktop-tech{display:none!important}.mobile-skill-btn{display:flex!important}.desktop-skills,.soft-skills,.skills-summary{display:none!important}.experience-card{padding:.75rem;max-width:100%;box-sizing:border-box;overflow:hidden}.experience-header{flex-direction:column;text-align:center;gap:1rem}.experience-meta{justify-content:center}.experience-slider{max-width:100%;box-sizing:border-box;overflow:hidden}.experience-slider .slider-container,.experience-slider .slider-image{height:300px}.experience-slider .slider-btn{width:35px;height:35px}.experience-slider .slider-btn-prev{left:.5rem}.experience-slider .slider-btn-next{right:.5rem}.experience-buttons{flex-direction:column;gap:.75rem}.experience-btn{width:100%;justify-content:center}}@media (max-width: 768px){.container{padding:0 .75rem;max-width:100%;box-sizing:border-box}.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;gap:1rem}.hero-highlights{grid-template-columns:repeat(2,1fr);gap:.75rem}.highlight-card{padding:1rem}.highlight-number{font-size:1.8rem}.highlight-label{font-size:.8rem}.section-header h2{font-size:2rem}.about-content{gap:1.5rem}.about-sections{gap:1rem}.about-section{padding:1rem}.skills-grid,.soft-skills-grid{grid-template-columns:1fr;gap:1rem}.skill-category{padding:1rem;height:auto!important;min-height:120px;justify-content:space-between}.soft-skill-card{padding:1rem}.summary-stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-card{padding:1rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.7rem;line-height:1.2}.card-back{overflow-y:auto!important;padding:1rem!important}.tech-list{overflow-y:auto!important;max-height:140px!important;display:flex!important;flex-direction:column!important;gap:.3rem!important;scrollbar-width:thin!important;scrollbar-color:var(--primary-color) transparent!important}.tech-list::-webkit-scrollbar{width:4px!important}.tech-list::-webkit-scrollbar-track{background:transparent!important}.tech-list::-webkit-scrollbar-thumb{background-color:var(--primary-color)!important;border-radius:2px!important}.tech-item{font-size:.75rem!important;padding:.3rem!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.contact-content{gap:1.5rem}.contact-items{grid-template-columns:1fr;gap:1rem}.contact-item,.form,.modal-overlay{padding:1rem}.modal-content{width:95%;margin:1rem auto;max-height:90vh;overflow-y:auto}.modal-header,.modal-body{padding:1rem}.image-modal{width:98%!important;max-width:98%!important;margin:.5rem auto!important}.tech-modal{width:95%!important;max-width:95%!important}.tech-modal-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.tech-modal-item{padding:.5rem;font-size:.8rem}.skill-modal{width:95%!important;max-width:95%!important}.skill-modal-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.skill-modal-item{padding:.5rem;font-size:.8rem}.modal-full-image{max-height:60vh}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.container{padding:0 .5rem;max-width:100%;box-sizing:border-box}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.hero-avatar{width:120px;height:120px}.avatar-image{width:100%;height:100%;object-fit:cover;object-position:center}.avatar-placeholder{width:120px;height:120px}.highlight-card{padding:.75rem}.highlight-number{font-size:1.5rem}.highlight-label{font-size:.7rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:.9rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.experience-card{padding:.5rem;max-width:100%;box-sizing:border-box;overflow:hidden}.experience-info h3{font-size:1.3rem}.position,.experience-description{font-size:.9rem}.experience-slider .slider-container,.experience-slider .slider-image{height:250px}.experience-slider .slider-btn{width:30px;height:30px}.experience-slider .slider-btn-prev{left:.25rem}.experience-slider .slider-btn-next{right:.25rem}.stat-card{padding:.75rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.6rem;line-height:1.1}.card-back{overflow-y:auto!important;padding:.75rem!important}.tech-list{overflow-y:auto!important;max-height:120px!important;display:flex!important;flex-direction:column!important;gap:.25rem!important;scrollbar-width:thin!important;scrollbar-color:var(--primary-color) transparent!important}.tech-list::-webkit-scrollbar{width:4px!important}.tech-list::-webkit-scrollbar-track{background:transparent!important}.tech-list::-webkit-scrollbar-thumb{background-color:var(--primary-color)!important;border-radius:2px!important}.tech-item{font-size:.7rem!important;padding:.25rem!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.contact-item{padding:.75rem}.contact-details h4{font-size:1rem}.contact-details p,.contact-details a{font-size:.9rem}.form{padding:.75rem}.form-label{font-size:.9rem}.form-input,.form-textarea{padding:.75rem;font-size:.9rem}.modal-content{width:98%;margin:.5rem auto}.modal-header h3{font-size:1.3rem}.modal-section h4{font-size:1.1rem}.modal-section p{font-size:.9rem}.image-modal{width:100%!important;max-width:100%!important;margin:0!important}.tech-modal{width:98%!important;max-width:98%!important}.tech-modal-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.4rem}.tech-modal-item{padding:.4rem;font-size:.75rem}.skill-modal{width:98%!important;max-width:98%!important}.skill-modal-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.4rem}.skill-modal-item{padding:.4rem;font-size:.75rem}.modal-full-image{max-height:50vh}.image-description p{font-size:.85rem}.skill-category{width:180px;height:auto!important;min-height:80px;padding:.5rem}.experience-slider .slider-description,.experience-slider .slider-container:hover .slider-description{display:none!important}.experience-slider .slider-container:hover .slider-image{filter:none!important}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:100vh;padding:2rem 0}.hero-content{gap:1rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.experience-slider .slider-container,.experience-slider .slider-image{height:200px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.experience-slider .slider-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (hover: none) and (pointer: coarse){.experience-slider .slider-btn{min-width:44px;min-height:44px}.btn{min-height:44px;padding:.75rem 1.5rem}.mobile-nav-link{min-height:44px;display:flex;align-items:center}.skill-category,.soft-skill-card{cursor:pointer;-webkit-tap-highlight-color:transparent}.experience-slider .slider-image.clickable{-webkit-tap-highlight-color:transparent}}@media screen and (-webkit-min-device-pixel-ratio: 0){.form-input,.form-textarea{font-size:16px}}.slider-container{position:relative;border-radius:var(--border-radius);overflow:hidden;background-color:var(--bg-card)!important;border:2px solid var(--border-color)!important;z-index:10;min-height:300px}.slider-image{width:100%;height:300px;object-fit:cover;display:block;z-index:1;position:relative}.slider-description{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff!important;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.slider-container:hover .slider-description{transform:translateY(0)}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0009!important;border:none!important;color:#fff!important;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slider-btn:hover{background:#000c!important;transform:translateY(-50%) scale(1.1)}.slider-btn-prev{left:1rem}.slider-btn-next{right:1rem}.slider-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.slider-indicator{width:12px;height:12px;border-radius:50%;border:2px solid white!important;background:transparent!important;cursor:pointer;transition:all .3s ease}.slider-indicator.active{background:#fff!important}.slider-indicator:hover{background:#ffffff80!important}.project-modal-info{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.info-row{display:flex;align-items:center;gap:.5rem;color:var(--text-primary)!important;opacity:.8}.footer{background-color:transparent!important;border-top:2px solid var(--border-color)!important;color:var(--text-primary)!important;padding:3rem 0 1rem;box-shadow:0 -2px 4px -1px var(--shadow-color)!important}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--text-primary)!important}.footer-section p{color:var(--text-primary)!important;opacity:.8;margin-bottom:.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-primary)!important;opacity:.8;text-decoration:none;transition:color .6s ease}.footer-links a:hover{color:var(--primary-color)!important}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-primary)!important;opacity:.8;text-decoration:none;transition:color .6s ease}.social-links a:hover{color:var(--primary-color)!important}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-primary)!important;opacity:.7}.footer-bottom p{margin-bottom:.5rem}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-btn{display:block}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.hero-highlights{justify-content:center}.section-header h2{font-size:2rem}.container{padding:0 1rem}.nav-container,.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.project-modal-info{flex-direction:column;gap:1rem}.skills-grid,.skills-grid-bottom{flex-direction:column;align-items:center;gap:1.5rem;margin-left:0}.soft-skills-grid,.soft-skills-grid-bottom{flex-direction:column;align-items:center;gap:1.5rem}.soft-skill-card{width:180px;min-height:50px}.skill-category{width:250px;height:250px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-header h2{font-size:1.8rem}.btn{padding:.75rem 1rem;font-size:.9rem}.hero-avatar{width:150px;height:150px}.avatar-placeholder{font-size:2rem}.highlight-card{min-width:100px;padding:.75rem}.highlight-number{font-size:1.5rem}.highlight-label{font-size:.8rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e1e!important}::-webkit-scrollbar-thumb{background:var(--shadow-color)!important;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--shadow-hover)!important}*{color:var(--text-primary)!important}.text-primary,.placeholder-icon,.stat-number,.primary-color{color:var(--primary-color)!important}p,span,div,li{color:var(--text-primary)!important;text-align:justify}main{padding-top:80px}.dynamic-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:#000}.code-element{position:absolute;font-family:var(--font-mono);font-size:.9rem;white-space:nowrap;animation:float 15s infinite linear;opacity:.2;pointer-events:none;text-shadow:0 0 10px currentColor}.code-element.js-keyword{color:#ff6b6b!important;animation-duration:18s}.code-element.js-function{color:#4ecdc4!important;animation-duration:20s}.code-element.js-string{color:#ffe66d!important;animation-duration:16s}.code-element.jsx-element{color:#a8e6cf!important;animation-duration:22s}.code-element.terminal{color:#ff8b94!important;animation-duration:14s}.code-element:nth-child(1){top:5%;left:2%;animation-delay:0s}.code-element:nth-child(2){top:18%;right:5%;animation-delay:2s}.code-element:nth-child(3){top:62%;left:8%;animation-delay:4s}.code-element:nth-child(4){top:88%;right:12%;animation-delay:6s}.code-element:nth-child(5){top:32%;left:75%;animation-delay:8s}.code-element:nth-child(6){top:8%;left:65%;animation-delay:10s}.code-element:nth-child(7){top:48%;left:18%;animation-delay:12s}.code-element:nth-child(8){top:78%;right:28%;animation-delay:14s}.code-element:nth-child(9){top:22%;left:92%;animation-delay:16s}.code-element:nth-child(10){top:72%;right:5%;animation-delay:18s}.code-element:nth-child(11){top:12%;left:38%;animation-delay:20s}.code-element:nth-child(12){top:92%;left:68%;animation-delay:22s}.code-element:nth-child(13){top:28%;right:62%;animation-delay:24s}.code-element:nth-child(14){top:58%;left:5%;animation-delay:26s}.code-element:nth-child(15){top:8%;right:18%;animation-delay:28s}.code-element:nth-child(16){top:82%;left:48%;animation-delay:30s}.code-element:nth-child(17){top:38%;right:8%;animation-delay:32s}.code-element:nth-child(18){top:95%;left:28%;animation-delay:34s}.code-element:nth-child(19){top:18%;left:85%;animation-delay:36s}.code-element:nth-child(20){top:75%;right:38%;animation-delay:38s}.code-element:nth-child(21){top:42%;left:15%;animation-delay:40s}.code-element:nth-child(22){top:85%;right:72%;animation-delay:42s}.code-element:nth-child(23){top:52%;left:95%;animation-delay:44s}.code-element:nth-child(24){top:98%;right:8%;animation-delay:46s}.code-element:nth-child(25){top:3%;right:75%;animation-delay:48s}.connection-circle{position:absolute;width:4px;height:4px;background-color:#3b82f633;border-radius:50%;animation:pulse 4s infinite ease-in-out}.connection-circle:nth-child(26){top:12%;left:22%;animation-delay:0s}.connection-circle:nth-child(27){top:78%;right:18%;animation-delay:1s}.connection-circle:nth-child(28){top:42%;left:88%;animation-delay:2s}.connection-circle:nth-child(29){top:92%;left:32%;animation-delay:3s}.connection-circle:nth-child(30){top:28%;left:12%;animation-delay:4s}.connection-circle:nth-child(31){top:68%;right:72%;animation-delay:5s}.connection-line{position:absolute;width:1px;height:100px;background:linear-gradient(to bottom,transparent,rgba(59,130,246,.1),transparent);transform:rotate(var(--rotation));animation:glow 6s infinite ease-in-out}.connection-line:nth-child(32){top:8%;left:35%;animation-delay:0s}.connection-line:nth-child(33){top:45%;right:25%;animation-delay:2s}.connection-line:nth-child(34){top:75%;left:65%;animation-delay:4s}.connection-line:nth-child(35){top:18%;right:12%;animation-delay:6s}.connection-line:nth-child(36){top:62%;left:5%;animation-delay:8s}.grid-dots{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,rgba(59,130,246,.05) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 30s infinite linear}@keyframes float{0%{transform:translateY(0) translate(0) rotate(0);opacity:.2}10%{transform:translateY(-15px) translate(8px) rotate(2deg);opacity:.25}20%{transform:translateY(-25px) translate(-5px) rotate(-1deg);opacity:.22}30%{transform:translateY(-10px) translate(12px) rotate(3deg);opacity:.18}40%{transform:translateY(-35px) translate(-8px) rotate(-2deg);opacity:.25}50%{transform:translateY(-20px) translate(15px) rotate(1deg);opacity:.2}60%{transform:translateY(-40px) translate(-12px) rotate(-3deg);opacity:.15}70%{transform:translateY(-15px) translate(18px) rotate(2deg);opacity:.22}80%{transform:translateY(-30px) translate(-15px) rotate(-1deg);opacity:.18}90%{transform:translateY(-5px) translate(10px) rotate(1deg);opacity:.25}to{transform:translateY(0) translate(0) rotate(0);opacity:.2}}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.5);opacity:.4}}@keyframes glow{0%,to{opacity:.1}50%{opacity:.3}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@media (max-width: 768px){.code-element{font-size:.8rem}.grid-dots{background-size:30px 30px}}@media (max-width: 480px){.code-element{font-size:.7rem}.grid-dots{background-size:25px 25px}}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.toast-enter{animation:slideIn .3s ease-out}.toast-exit{animation:slideOut .3s ease-in}@media (max-width: 768px){.toast-container{position:absolute;top:1rem;left:1rem;z-index:99999!important}.toast-message{font-size:.875rem;line-height:1.25rem}}.toast-notification{z-index:99999!important;position:absolute!important}@media (max-width: 768px){.toast-notification{position:absolute!important;top:1rem!important;left:1rem!important;right:auto!important;bottom:auto!important;width:auto!important;max-width:calc(100vw - 2rem)!important;margin:0!important;transform:none!important}.toast-notification.translate-x-0{transform:translate(0)!important}.toast-notification.-translate-x-full{transform:translate(-100%)!important}.experience-slider .slider-description,.experience-slider .slider-container:hover .slider-description{display:none!important}.experience-slider .slider-container:hover .slider-image{filter:none!important}}
