body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:Times New Roman,Times,serif}body{background-color:#0a0a0a;color:#fff;font-family:Caveat,cursive;margin:0}*{font-family:Playpen Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.portfolio-home{background:#000;color:#fff;font-family:Caveat,cursive;min-height:100vh;overflow:auto;position:relative}.portfolio-header{margin-bottom:4rem}.logo{align-items:center;display:flex;gap:1rem}.logo-text{font-size:1.8rem}.logo-line{width:40px}.navigation{gap:3rem}.nav-item{color:#ffffffb3;font-weight:300;letter-spacing:.15em;padding:.5rem 0}.nav-item:after{background:linear-gradient(90deg,#fffc,#0000)}.nav-item:hover:after{width:100%}.hero-section{grid-gap:6rem;align-items:center;display:grid;flex:1 1;gap:6rem;grid-template-columns:1fr 1fr;padding:4rem 0}.portrait-column{display:flex;justify-content:flex-end}.portrait-container{height:480px;position:relative;width:380px}.portrait-frame{border-radius:2px}.portrait-frame,.portrait-placeholder{height:100%;overflow:hidden;position:relative;width:100%}.portrait-placeholder{border-radius:4%}.portrait-grid{inset:0;pointer-events:none;position:absolute;z-index:2}.portrait-image{filter:grayscale(100%) contrast(1.1);height:100%;object-fit:cover;width:100%;z-index:1}.grid-cell{background:#ffffff05;border:1px solid #ffffff08;transition:background .3s ease}.grid-cell:hover{background:#ffffff0d}.portrait-overlay{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.overlay-line{background:linear-gradient(90deg,#0000,#ffffff1a,#fff3,#ffffff1a,#0000);height:1px;width:60%}.portrait-outline{border:1px solid #ffffff26;border-radius:2px;height:100%;left:0;top:0;width:100%}.portrait-glow,.portrait-outline{pointer-events:none;position:absolute}.portrait-glow{animation:glow-pulse 4s ease-in-out infinite;background:linear-gradient(45deg,#0000,#ffffff05,#0000);border-radius:4px;filter:blur(10px);height:calc(100% + 4px);left:-2px;top:-2px;width:calc(100% + 4px)}@keyframes glow-pulse{0%,to{opacity:.3}50%{opacity:.6}}.open-to-work-tag{align-items:center;animation:tag-fade-in .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0fd9;border:1px solid #ffffff26;border-radius:20px;display:flex;gap:.5rem;left:15px;padding:.5rem 1rem;position:absolute;top:15px;z-index:5}@keyframes tag-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tag-dot{animation:dot-pulse 2s ease-in-out infinite;background:#22c1c3;border-radius:50%;box-shadow:0 0 10px #22c1c399,0 0 20px #2dfd8b66;height:8px;width:8px}@keyframes dot-pulse{0%,to{background:#22c1c3;box-shadow:0 0 10px #22c1c399,0 0 20px #2dfd8b66}50%{background:#2dfd8b;box-shadow:0 0 15px #2dfd8bcc,0 0 30px #22c1c380}}.tag-text{color:#ffffffe6;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.content-column{align-items:flex-start;display:flex}.typography-container{max-width:600px}.name-wrapper{margin-bottom:3rem}.first-name{margin-bottom:.5rem}.first-name,.last-name{color:#fff;font-size:5.5rem;font-weight:700;letter-spacing:.02em;line-height:1}.last-name{display:inline-block;position:relative}.last-name:after{background:linear-gradient(90deg,#fffc,#fff3);bottom:10px;content:"";height:1px;left:0;position:absolute;width:100%}.title-divider{align-items:center;display:flex;gap:2rem;margin-bottom:3rem}.divider-line{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);flex:1 1;height:1px}.subtitle{color:#fffc;font-size:1.2rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.description-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0f66;border:1px solid #ffffff0d;border-radius:4px;overflow:hidden;padding:2.5rem;position:relative}.description-card:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:1px;left:0;position:absolute;top:0;width:100%}.description-text{color:#ffffffe6;font-size:1.3rem;margin-bottom:1.5rem}.highlight{font-weight:400;padding:0 .2rem;position:relative}.highlight:after{background:#ffffff80;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.highlight:hover:after{transform:scaleX(1);transform-origin:left}.description-line{background:#fff3;height:1px;margin:2rem 0;width:60px}.description-subtext{color:#fff9;font-size:1rem;font-weight:300;letter-spacing:.02em;line-height:1.6}.social-footer{align-items:center;border-top:1px solid #ffffff0d;display:flex;justify-content:center;margin-top:4rem;padding:2rem 0}.social-container{display:flex;gap:2rem}.social-icon{height:60px;text-decoration:none;transition:transform .3s ease;width:60px}.icon-inner,.social-icon{align-items:center;display:flex;justify-content:center;position:relative}.icon-inner{background:#ffffff0d;border:1px solid #ffffff14;border-radius:2px;color:#ffffffb3;font-size:1.2rem;height:46px;transition:all .3s ease;width:46px;z-index:2}.icon-glow{background:#ffffff05;border-radius:2px;filter:blur(5px);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.social-icon:hover{transform:translateY(-2px)}.social-icon:hover .icon-inner{background:#ffffff1a;border-color:#fff3;box-shadow:0 0 20px #ffffff1a;color:#fff}.social-icon:hover .icon-glow{opacity:1}.social-icon.github:hover .icon-inner{box-shadow:0 0 20px #ffffff26}.social-icon.linkedin:hover .icon-inner{box-shadow:0 0 20px #78b4ff1a}.social-icon.telegram:hover .icon-inner{box-shadow:0 0 20px #64c8ff1a}.social-icon.pinterest:hover .icon-inner{box-shadow:0 0 20px #ff64641a}.social-icon.medium:hover .icon-inner{box-shadow:0 0 20px #c8c8c81a}.scroll-indicator{align-items:center;display:flex;gap:1rem}.scroll-line{background:#ffffff1a;height:1px;overflow:hidden;position:relative;width:60px}.scroll-dot{animation:scroll-dot 3s ease-in-out infinite;background:#fffc;border-radius:50%;height:4px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}@keyframes scroll-dot{0%{left:0;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}.scroll-text{color:#ffffff80;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}@media (max-width:1200px){.hero-section{gap:4rem}.first-name,.last-name{font-size:4.5rem}.portrait-container{height:420px;width:320px}}@media (max-width:1024px){.content-wrapper{padding:2rem}.hero-section{gap:4rem;grid-template-columns:1fr}.content-column,.portrait-column{justify-content:center}.typography-container{max-width:800px;text-align:center}.title-divider{justify-content:center}}@media (max-width:768px){.portfolio-header{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.navigation{gap:2rem}.first-name,.last-name{font-size:3.5rem}.description-card{padding:2rem}.social-footer{flex-direction:column;gap:2rem}.portrait-container{height:360px;width:280px}.open-to-work-tag{left:10px;padding:.4rem .8rem;top:10px}.tag-text{font-size:.65rem}.tag-dot{height:6px;width:6px}}@media (max-width:480px){.content-wrapper{padding:1.5rem}.first-name,.last-name{font-size:2.8rem}.subtitle{font-size:1rem}.description-text{font-size:1.1rem}.social-container{gap:1rem}.icon-inner,.social-icon{height:60px;width:60px}.icon-inner{font-size:1rem}}.footer-bottom{align-items:center;border-top:1px solid #ffffff0d;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-top:1rem;padding:1.5rem 0 1rem}.copyright{color:#fff9;font-size:.85rem;letter-spacing:.08em}.flag-counter-wrapper{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.flag-label{color:#ffffff73;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.flag-counter-wrapper a{border:1px solid #ffffff1a;border-radius:4px;display:block;opacity:1;overflow:hidden;transition:opacity .3s ease}.flag-counter-wrapper a:hover{border-color:#fff3;opacity:.85}.flag-counter-img{border:none;display:block;outline:none}*{box-sizing:border-box;margin:0;padding:0}.about-page{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Caveat,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.about-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 0;.about-header{justify-content:space-between;margin-bottom:4rem;padding:1.5rem 0}.about-header,.logo{align-items:center;display:flex}.logo{gap:1rem}.logo-text{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.1em}.logo-line{background:linear-gradient(90deg,#fffc,#0000);height:1px;width:40px}.navigation{display:flex;gap:3rem}.nav-item{color:#ffffffb3;font-size:.9rem;font-weight:300;letter-spacing:.15em;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.nav-item:after{background:linear-gradient(90deg,#fffc,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item:hover{color:#fff}.nav-item:hover:after{width:100%}.nav-item.active{color:#fff}}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;display:inline-flex;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.badge-dot{animation:pulse 2s infinite;background:#22c1c3;border-radius:50%;height:8px;width:8px}.badge-text{color:#fffc;font-size:.8rem;font-weight:500;letter-spacing:.05em}.hero-main{align-items:center;display:flex;gap:4rem;margin-bottom:2.5rem}.hero-image-wrapper{flex-shrink:0}.hero-image-container{position:relative}.image-glow-ring{animation:rotate 8s linear infinite;background:radial-gradient(circle,#22c1c333,#0000 70%);border-radius:50%;bottom:-10px;left:-10px;position:absolute;right:-10px;top:-10px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-image-frame{background:linear-gradient(135deg,#22c1c31a,#2dfd8b1a);border:2px solid #fff3;border-radius:50%;height:200px;overflow:hidden;position:relative;width:200px;z-index:1}.hero-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.hero-image-frame:hover .hero-image{transform:scale(1.05)}.hero-info{flex:1 1}.hero-name{font-size:3rem;font-weight:0;line-height:1.2;margin-bottom:1rem}.name-accent{background:linear-gradient(135deg,#22c1c3,#2dfd8b);-webkit-background-clip:text;background-clip:text;color:#0000}.hero-tagline{color:#fffc;font-family:Caveat,cursive;font-size:1.2rem;font-style:italic;margin-bottom:1rem}.tagline-quote{color:#22c1c3;font-size:1.5rem;margin:0 .2rem}.hero-location{align-items:center;color:#fff9;display:flex;font-size:.95rem;gap:.5rem}.location-svg{height:18px;width:18px}.hero-description{max-width:800px}.description-primary{color:#ffffffe6;font-size:1.6rem;line-height:1.6;margin-bottom:1rem;text-align:justify}.highlight-gradient{background:linear-gradient(135deg,#22c1c3,#2dfd8b);-webkit-background-clip:text;background-clip:text;color:#0000;font-weight:600}.description-secondary{color:#ffffffb3;font-size:1.15rem;line-height:1.7;text-align:justify}.content-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:1rem}.grid-column{display:flex;flex-direction:column;gap:2rem}.section-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0a99;border-radius:20px;transition:all .3s ease}.section-card:hover{box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.section-icon-wrapper{align-items:center;background:#22c1c31a;border-radius:10px;display:flex;height:36px;justify-content:center;width:36px}.section-icon{stroke:#22c1c3;height:20px;width:20px}.section-title{color:#ffffffe6;font-size:1rem;font-weight:600;letter-spacing:.1em}.timeline{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1rem;position:relative}.timeline-dot{background:#22c1c3;border-radius:50%;height:10px;margin-top:.3rem;position:relative;width:10px;z-index:1}.timeline-item:not(:last-child) .timeline-dot:after{background:linear-gradient(180deg,#22c1c380,#0000);content:"";height:calc(100% + 1rem);left:4px;position:absolute;top:10px;width:2px}.timeline-content{flex:1 1}.timeline-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.3rem}.timeline-title{color:#fff;font-size:1rem;font-weight:600}.timeline-date{color:#ffffff80;font-size:.8rem}.timeline-subtitle{color:#ffffffb3;font-size:.9rem}.experience-list{display:flex;flex-direction:column;gap:1.5rem}.experience-card{background:#ffffff05;border-radius:12px;padding:1.2rem;transition:all .3s ease}.experience-card:hover{background:#ffffff0d}.experience-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.experience-company{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.2rem}.experience-role{color:#22c1c3;font-size:.85rem;font-weight:500}.experience-duration{color:#ffffff80;font-size:.8rem}.experience-documents{margin-top:.8rem}.doc-link{align-items:center;background:#22c1c31a;border:1px solid #22c1c34d;border-radius:20px;color:#22c1c3;display:inline-flex;font-size:.8rem;gap:.5rem;padding:.4rem 1rem;text-decoration:none;transition:all .3s ease}.doc-link svg{height:14px;width:14px}.doc-link:hover{background:#22c1c333;transform:translateY(-2px)}.skills-container{display:flex;flex-direction:column;gap:1.5rem}.skill-group-title{color:#fffc;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.8rem;text-transform:uppercase}.skill-chips{display:flex;flex-wrap:wrap;gap:.6rem}.skill-chip{background:linear-gradient(135deg,#22c1c31a,#2dfd8b0d);border:1px solid #22c1c333;border-radius:30px;color:#ffffffe6;font-size:.85rem;padding:.5rem 1.2rem;transition:all .3s ease}.skill-chip:hover{background:linear-gradient(135deg,#22c1c333,#2dfd8b1a);border-color:#22c1c366;transform:translateY(-2px)}.achievements-list{display:flex;flex-direction:column;gap:1.2rem}.achievement-card{background:#ffffff05;border-radius:12px;padding:1rem;transition:all .3s ease}.achievement-card:hover{background:#ffffff0d}.achievement-info{display:flex;flex-direction:column;gap:.5rem}.achievement-name-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.achievement-name{color:#fff;font-size:.95rem;font-weight:600}.achievement-badge{background:#2dfd8b26;border:1px solid #2dfd8b4d;border-radius:15px;color:#2dfd8b;font-size:.7rem;padding:.2rem .6rem}.achievement-desc{color:#ffffffb3;font-size:.85rem;line-height:1.5}.project-link{color:#22c1c3;font-weight:500;margin-right:.3rem;text-decoration:none}.project-link:hover{text-decoration:underline}.achievement-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff9;font-size:.7rem;padding:.2rem .6rem}.achievement-actions{margin-top:.3rem}.achievement-link{align-items:center;color:#22c1c3;display:inline-flex;font-size:.8rem;gap:.3rem;text-decoration:none}.achievement-link svg{height:12px;width:12px}.achievement-link:hover{text-decoration:underline}.resume-section{display:flex;justify-content:center;margin:4rem 0 2rem}.resume-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#22c1c31a,#2dfd8b0d);border:1px solid #22c1c34d;border-radius:24px;display:flex;gap:2rem;justify-content:space-between;max-width:900px;overflow:hidden;padding:2rem 3rem;position:relative;transition:all .3s ease;width:100%}.resume-card:before{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.resume-card:hover:before{left:100%}.resume-card:hover{border-color:#22c1c380;box-shadow:0 16px 48px #22c1c333;transform:translateY(-4px)}.resume-icon-wrapper{align-items:center;background:#22c1c326;border-radius:20px;display:flex;height:60px;justify-content:center;width:60px}.resume-icon-svg{stroke:#22c1c3;height:32px;width:32px}.resume-text{flex:1 1}.resume-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.3rem}.resume-subtitle{color:#fff9;font-size:.9rem}.resume-btn{align-items:center;background:linear-gradient(135deg,#22c1c333,#2dfd8b26);border:1px solid #22c1c366;border-radius:40px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:500;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.resume-btn svg{height:18px;width:18px}.resume-btn:hover{background:linear-gradient(135deg,#22c1c34d,#2dfd8b40);border-color:#2dfd8b99;transform:translateY(-2px)}.about-footer{border-top:1px solid #ffffff0f;margin-top:4rem;padding:2rem 0}.signature{color:#ffffff80;font-size:.85rem}.footer-nav{align-items:center;display:flex;gap:.8rem}.footer-link{color:#ffffff80;font-size:.85rem}.footer-link:hover{color:#fffc}.footer-separator{color:#fff3;font-size:.8rem}@media (max-width:1024px){.content-wrapper{padding:1.5rem 2rem}.content-grid{gap:1.5rem;grid-template-columns:1fr}.hero-main{flex-direction:column;gap:2rem;text-align:center}.hero-name{font-size:2.5rem}.hero-location,.hero-tagline{justify-content:center}.hero-description{margin:0 auto;text-align:center}.resume-card{flex-direction:column;padding:2rem}.resume-card,.resume-text{text-align:center}}@media (max-width:768px){.content-wrapper{padding:1rem}.about-header{flex-direction:column;gap:1rem;margin:-1rem -1rem 1rem;padding:1rem}.navigation{gap:1.2rem}.hero-name{font-size:2rem}.hero-image-frame{height:160px;width:160px}.section-card{padding:1.5rem}.timeline-header{flex-direction:column;gap:.2rem}.experience-header{flex-direction:column;gap:.3rem}.achievement-name-wrapper{align-items:flex-start;flex-direction:column}.footer-content{flex-direction:column;text-align:center}.resume-btn{justify-content:center;width:100%}}@media (max-width:480px){.hero-name{font-size:1.6rem}.description-primary{font-size:1rem;text-align:justify}.description-secondary{font-size:.9rem;text-align:justify}.section-title{font-size:.85rem}.skill-chip{font-size:.75rem;padding:.4rem 1rem}}.type-cursor{animation:blink .7s step-end infinite;color:#fffc;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.achievement-badge-icon{filter:invert(1);flex-shrink:0;height:28px;object-fit:contain;opacity:.85;width:28px}.cert-section{margin-bottom:1.5rem}.ach-section{display:flex;flex-direction:column;gap:.5rem}.cert-section-label{color:#ffffff4d;font-size:.68rem;font-weight:600;letter-spacing:.14em;margin-bottom:.8rem;text-transform:uppercase}.cert-chips-scroll{display:flex;flex-direction:column;gap:.5rem;max-height:180px;overflow-y:auto;padding-right:4px;scrollbar-color:#ffffff1a #0000;scrollbar-width:thin}.cert-chips-scroll::-webkit-scrollbar{width:3px}.cert-chips-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.cert-chip{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;display:flex;gap:.6rem;padding:.55rem .9rem;text-decoration:none;transition:all .2s ease}.cert-chip:hover{background:#ffffff14;border-color:#ffffff26;transform:translateX(3px)}.cert-chip-dot{background:#22c1c3;border-radius:50%;flex-shrink:0;height:6px;width:6px}.cert-chip-title{color:#fffc;flex:1 1;font-size:.82rem}.cert-chip-icon{stroke:#fff6;flex-shrink:0;height:12px;width:12px}.ach-item{border:1px solid #ffffff12;border-radius:10px;overflow:hidden;transition:border-color .2s ease}.ach-item.open{border-color:#ffffff24}.ach-header{align-items:center;background:#ffffff08;border:none;color:#fff;cursor:pointer;display:flex;gap:.8rem;justify-content:space-between;padding:.75rem 1rem;transition:background .2s ease;width:100%}.ach-header:hover{background:#ffffff0f}.ach-header-left{align-items:center;display:flex;flex:1 1;gap:.6rem;min-width:0}.ach-badge-icon{filter:invert(1);flex-shrink:0;height:20px;object-fit:contain;opacity:.8;width:20px}.ach-title{color:#ffffffd9;font-size:.85rem;text-align:left}.ach-arrow{color:#ffffff59;flex-shrink:0;font-size:.6rem}.ach-body{background:#ffffff03;border-top:1px solid #ffffff0f;display:flex;flex-direction:column;gap:.7rem;padding:.8rem 1rem 1rem}.ach-desc{color:#fff9;font-size:.82rem;line-height:1.6}.ach-project-link{color:#ffffffd9;font-weight:600;text-decoration:none}.ach-project-link:hover{color:#fff}.ach-tags{display:flex;flex-wrap:wrap;gap:.4rem}.ach-event-link{align-self:flex-start;color:#ffffff73;font-size:.78rem;text-decoration:none;transition:color .2s ease}.ach-event-link:hover{color:#fff}.work-page{background:#000;color:#fff;font-family:Caveat,cursive;min-height:100vh;overflow:auto;position:relative}.content-wrapper{padding:2rem 5rem}.work-header{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;margin-bottom:4rem;padding:1.5rem 0}.logo-text{font-weight:700;letter-spacing:.08em}.logo-line{background:linear-gradient(90deg,#fff9,#0000);width:32px}.nav-item{color:#ffffff73;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.nav-item:after{background:#fff;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item.active,.nav-item:hover{color:#fff}.nav-item.active:after,.nav-item:hover:after{width:100%}.work-hero{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:4rem}.hero-eyebrow{color:#ffffff4d;font-size:.78rem;letter-spacing:.2em;margin-bottom:.6rem;text-transform:uppercase}.hero-title{color:#fff;font-size:5rem;font-weight:800;letter-spacing:-.04em;line-height:.9;margin-bottom:.8rem}.hero-sub{color:#fff6;font-size:1rem;font-weight:300}.hero-stats{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-shrink:0;gap:0;overflow:hidden}.hero-stat,.hero-stats{align-items:center;display:flex}.hero-stat{flex-direction:column;gap:.2rem;padding:1.2rem 2rem}.hero-stat-num{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.03em;line-height:1}.hero-stat-label{color:#ffffff59;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.hero-stat-divider{background:#ffffff12;flex-shrink:0;height:40px;width:1px}.work-layout{grid-gap:3rem;align-items:start;display:grid;flex:1 1;gap:3rem;grid-template-columns:260px 1fr}.domain-sidebar{display:flex;flex-direction:column;gap:.25rem;position:-webkit-sticky;position:sticky;top:2rem}.sidebar-label{color:#fff3;font-size:.65rem;letter-spacing:.2em;margin-bottom:1rem;padding-left:.5rem;text-transform:uppercase}.domain-tab{align-items:center;background:#0000;border:1px solid #0000;border-radius:12px;color:#fff;cursor:pointer;display:flex;gap:.85rem;overflow:hidden;padding:.85rem 1rem;position:relative;text-align:left;transition:all .22s ease;width:100%}.domain-tab:hover{background:#ffffff0a;border-color:#ffffff12}.domain-tab.active{background:#ffffff0d;border-color:#ffffff1a}.domain-tab.active:before{background:#667eea;background:var(--domain-color,#667eea);border-radius:0 4px 4px 0;bottom:15%;box-shadow:0 0 10px #667eea;box-shadow:0 0 10px var(--domain-color,#667eea);content:"";left:0;position:absolute;top:15%;width:3px}.domain-tab-icon{align-items:center;background:#ffffff0a;border-radius:8px;display:flex;flex-shrink:0;font-size:1.1rem;height:34px;justify-content:center;transition:background .2s ease;width:34px}.domain-tab.active .domain-tab-icon{background:#ffffff14}.domain-tab-info{display:flex;flex:1 1;flex-direction:column;gap:.1rem;min-width:0}.domain-tab-name{color:#ffffffa6;font-size:.88rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease;white-space:nowrap}.domain-tab.active .domain-tab-name,.domain-tab:hover .domain-tab-name{color:#fff}.domain-tab-count{color:#ffffff40;font-size:.7rem}.domain-tab-arrow{color:#667eea;color:var(--domain-color,#667eea);flex-shrink:0;font-size:1.2rem;margin-left:auto;opacity:.8}.sidebar-stats{background:#ffffff05;border:1px solid #ffffff12;border-radius:14px;display:flex;flex-direction:column;gap:.85rem;margin-top:2rem;padding:1.2rem 1rem}.sidebar-stat-row{align-items:center;display:flex;justify-content:space-between}.sidebar-stat-label{color:#ffffff59;font-size:.78rem}.sidebar-stat-value{color:#fff;font-size:1rem;font-weight:700}.projects-area{display:flex;flex-direction:column;gap:2rem}.domain-banner{align-items:center;background:#ffffff05;border:1px solid #ffffff14;border-left:3px solid #667eea;border-left:3px solid var(--domain-color,#667eea);border-radius:18px;display:flex;justify-content:space-between;overflow:hidden;padding:1.5rem 2rem;position:relative}.domain-banner:before{background:radial-gradient(ellipse at 0 50%,#ffffff0a 0,#0000 60%);content:"";inset:0;pointer-events:none;position:absolute}.domain-banner-left{align-items:center;display:flex;gap:1.2rem}.domain-banner-icon{font-size:2.4rem}.domain-banner-title{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.2rem}.domain-banner-desc{color:#fff6;font-size:.82rem}.domain-banner-count{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;flex-shrink:0;gap:.1rem;padding:.8rem 1.4rem}.domain-banner-count span{color:#667eea;color:var(--domain-color,#667eea);font-size:2rem;font-weight:800;line-height:1}.domain-banner-count small{color:#ffffff4d;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.projects-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid-enter .project-card{animation:cardIn .35s ease both;animation-delay:0ms;animation-delay:var(--delay,0ms)}.grid-exit .project-card{animation:cardOut .2s ease both}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes cardOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.project-card{background:hsla(0,0%,100%,.025);border:1px solid #ffffff12;border-radius:18px;cursor:pointer;display:flex;flex-direction:column;gap:.9rem;overflow:hidden;padding:1.6rem;position:relative;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.project-card:hover{border-color:#ffffff26;box-shadow:0 24px 60px #00000080,0 0 0 1px #ffffff0f,inset 0 1px 0 #ffffff0f;transform:translateY(-6px)}.card-glow{background:#667eea;background:var(--domain-color,#667eea);border-radius:50%;filter:blur(50px);height:120px;opacity:0;pointer-events:none;position:absolute;right:-40px;top:-40px;transition:opacity .4s ease;width:120px}.project-card:hover .card-glow{opacity:.12}.card-number{color:#ffffff0a;font-size:2.5rem;font-weight:800;letter-spacing:-.04em;line-height:1;pointer-events:none;position:absolute;right:1.4rem;top:1.2rem;transition:color .3s ease}.project-card:hover .card-number{color:#ffffff12}.project-meta{align-items:center;display:flex;justify-content:space-between}.project-date{color:#ffffff4d;font-size:.72rem;letter-spacing:.06em}.project-status{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;color:#ffffff8c;font-size:.7rem;padding:.2rem .6rem;white-space:nowrap}.project-title{color:#fff;font-size:1.08rem;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin:0;padding-right:2rem}.project-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ffffff7a;display:-webkit-box;flex:1 1;font-size:.83rem;line-height:1.65;margin:0;overflow:hidden}.project-tech{display:flex;flex-wrap:wrap;gap:.35rem}.tech-tag{background:#ffffff0a;border:1px solid #ffffff12;border-radius:20px;color:#ffffff80;font-size:.7rem;padding:.18rem .6rem;transition:all .2s ease}.tech-tag:hover{background:#ffffff14;color:#ffffffe6}.tech-tag.more{background:#ffffff0f;color:#ffffffb3;font-weight:700}.project-footer{border-top:1px solid #ffffff0d;display:flex;justify-content:flex-end;padding-top:.9rem}.view-details-btn{align-items:center;color:#ffffff59;cursor:pointer;display:flex;font-family:Caveat,cursive;font-size:.75rem;gap:.4rem;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease}.project-card:hover .view-details-btn{color:#fffc}.btn-icon{fill:currentColor;height:13px;transition:transform .2s ease;width:13px}.project-card:hover .btn-icon{transform:translateX(4px)}.no-projects{border:1px dashed #ffffff12;border-radius:18px;color:#ffffff40;grid-column:1/-1;padding:4rem;text-align:center}.project-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.project-modal{animation:modalIn .3s cubic-bezier(.34,1.56,.64,1);background:#080808;border:1px solid #ffffff1a;border-radius:24px;max-height:88vh;max-width:680px;overflow-y:auto;position:relative;scrollbar-color:#ffffff14 #0000;scrollbar-width:thin;width:100%}.project-modal::-webkit-scrollbar{width:4px}.project-modal::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}@keyframes modalIn{0%{opacity:0;transform:scale(.94) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-accent-bar{border-radius:24px 24px 0 0;height:3px;left:0;position:absolute;right:0;top:0}.modal-close{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;cursor:pointer;display:flex;height:34px;justify-content:center;position:absolute;right:1.3rem;top:1.3rem;transition:all .25s ease;width:34px;z-index:10}.modal-close:hover{background:#ffffff1f;transform:rotate(90deg)}.modal-close svg{fill:#ffffffb3}.modal-header{border-bottom:1px solid #ffffff0f;padding:2.2rem 2rem 1.5rem}.modal-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem}.modal-domain-badge{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;color:#667eea;color:var(--domain-color,#667eea);font-size:.72rem;font-weight:600;letter-spacing:.08em;padding:.25rem .8rem;text-transform:uppercase}.modal-date{color:#ffffff4d;font-size:.78rem}.modal-status-badge{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;color:#ffffff8c;font-size:.75rem;padding:.22rem .7rem}.modal-title{color:#fff;font-size:1.8rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.modal-body{gap:2rem;padding:1.8rem 2rem}.modal-body,.modal-section{display:flex;flex-direction:column}.modal-section{gap:.8rem}.modal-desc{color:#ffffffa6;font-size:.92rem;line-height:1.75}.modal-section-label{color:#ffffff4d;font-size:.65rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.features-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0}.features-list li{color:#ffffffa6;font-size:.88rem;line-height:1.55;padding-left:1.2rem;position:relative}.features-list li:before{color:#ffffff40;content:"›";font-size:1.1rem;left:0;line-height:1.3;position:absolute}.tech-tags{gap:.45rem}.modal-footer,.tech-tags{display:flex;flex-wrap:wrap}.modal-footer{background:#ffffff03;border-radius:0 0 24px 24px;border-top:1px solid #ffffff0f;gap:.8rem;padding:1.4rem 2rem}.modal-link{align-items:center;border-radius:10px;display:flex;font-family:Caveat,cursive;font-size:.85rem;font-weight:600;gap:.5rem;letter-spacing:.04em;padding:.65rem 1.3rem;text-decoration:none;transition:all .2s ease}.live-link{background:#ffffff14;border:1px solid #ffffff24;color:#fff}.live-link:hover{background:#ffffff24;box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.github-link{background:#0000;border:1px solid #ffffff14;color:#ffffff80}.github-link:hover{background:#ffffff0d;color:#fff;transform:translateY(-2px)}.link-icon{fill:currentColor;height:15px;width:15px}.work-footer{border-top:1px solid #ffffff0d;margin-top:6rem;padding:2rem 0}.footer-content{gap:1rem}.signature{color:#ffffff40;font-size:.8rem}.footer-link{color:#ffffff59;font-size:.8rem}.separator{color:#ffffff1f}.loading-container{align-items:center;color:#fff6;display:flex;flex-direction:column;font-size:.9rem;gap:1rem;justify-content:center;min-height:60vh}.loading-spinner{animation:spin .7s linear infinite;border:2px solid #ffffff12;border-radius:50%;border-top-color:#ffffff80;height:32px;width:32px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.content-wrapper{padding:2rem 3rem}.hero-title{font-size:4rem}}@media (max-width:1024px){.work-layout{gap:2rem;grid-template-columns:1fr}.domain-sidebar{flex-direction:row;flex-wrap:wrap;gap:.5rem;position:static}.domain-tab-arrow,.domain-tab-count,.sidebar-label,.sidebar-stats{display:none}.domain-tab{border-radius:30px;gap:.5rem;padding:.5rem 1rem;width:auto}.domain-tab.active:before{display:none}.domain-tab-icon{background:#0000;font-size:.9rem;height:22px;width:22px}.domain-tab-name{font-size:.82rem}}@media (max-width:768px){.content-wrapper{padding:1.5rem}.work-header{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.navigation{gap:1.5rem}.work-hero{align-items:flex-start;flex-direction:column;gap:2rem}.hero-title{font-size:3.2rem}.hero-stats{justify-content:stretch;width:100%}.hero-stat{flex:1 1;padding:1rem}.projects-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}}@media (max-width:480px){.content-wrapper{padding:1rem}.hero-title{font-size:2.6rem}.modal-title{font-size:1.5rem}.modal-body,.modal-header{padding:1.2rem}.modal-footer{flex-direction:column;padding:1rem 1.2rem}.modal-link{justify-content:center}.hero-stat-num{font-size:1.5rem}}.portfolio-contact{background:#000;color:#fff;font-family:Caveat,cursive;min-height:100vh;overflow:auto;position:relative}.background-canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.content-wrapper{display:flex;flex-direction:column;min-height:100vh;padding:2rem 4rem;position:relative;z-index:2}.portfolio-header{justify-content:space-between;margin-bottom:3rem;padding:1.5rem 0}.logo-link,.portfolio-header{align-items:center;display:flex}.logo-link{color:inherit;gap:.8rem;text-decoration:none}.logo-text{color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.1em}.logo-line{background:linear-gradient(90deg,#fffc,#0000);height:1px;width:30px}.navigation{display:flex;gap:2.5rem}.nav-item{color:#fff9;font-size:.9rem;font-weight:400;letter-spacing:.05em;padding:.3rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-item.active,.nav-item:hover{color:#fff}.nav-item.active:after{background:#fff;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.intro-section{margin-bottom:4rem}.intro-content{max-width:100%}.contact-header{margin-bottom:2rem}.contact-title{color:#fff;font-size:2.8rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:.5rem}.title-underline{background:linear-gradient(90deg,#fffc,#0000);height:1px;margin-top:1rem;width:100px}.intro-description{max-width:700px}.description-text{color:#ffffffd9;font-size:1.1rem;font-weight:300;line-height:1.7;margin-bottom:1.2rem}.highlight{color:#fff;font-weight:500}.contact-sections{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:1rem}.section-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0f80;border:1px solid #ffffff14;border-radius:12px;margin-bottom:2rem;padding:2rem;transition:transform .3s ease,border-color .3s ease}.section-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.section-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:1rem;margin-bottom:1.8rem;padding-bottom:1rem}.section-icon{font-size:1.3rem;opacity:.8}.section-title{color:#fffffff2;font-size:1.2rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.contact-methods-grid{display:flex;flex-direction:column;gap:1.5rem}.contact-method-card{align-items:center;background:#ffffff08;border-radius:8px;display:flex;gap:1.2rem;padding:1rem;transition:all .3s ease}.contact-method-card:hover{background:#ffffff0d;transform:translateX(5px)}.method-icon{align-items:center;background:#ffffff0d;border-radius:8px;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.method-details{flex:1 1}.method-platform{color:#fff9;font-size:.9rem;font-weight:300;letter-spacing:.1em;margin-bottom:.3rem;text-transform:uppercase}.method-value{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.method-value:hover{color:#fffc}.social-buttons{display:flex;flex-direction:column;gap:1rem}.social-button{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;color:#fffc;display:flex;gap:1rem;padding:1rem 1.2rem;text-decoration:none;transition:all .3s ease}.social-button:hover{background:#ffffff0d;border-color:#ffffff26;color:#fff}.social-button:hover,.social-button:hover .social-button-arrow{transform:translateX(5px)}.social-button-icon{font-size:1.2rem}.social-button-text{flex:1 1;font-size:1rem;font-weight:400}.social-button-arrow{font-size:1.1rem;transition:transform .3s ease}.availability-info{display:flex;flex-direction:column;gap:1.2rem}.availability-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding-bottom:1.2rem}.availability-item:last-child{border-bottom:none;padding-bottom:0}.availability-label{color:#fff9;font-size:.95rem}.availability-value{color:#fff;font-size:1rem;font-weight:500}.availability-status{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:.5rem}.status-dot{animation:pulse 2s infinite;background:#fffc;border-radius:50%;height:8px;width:8px}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-group,.input-with-label{position:relative}.input-label{color:#fff9;display:block;font-size:.9rem;font-weight:300;letter-spacing:.1em;margin-bottom:.8rem;text-transform:uppercase}.contact-input,.contact-textarea{background:#0000;border:none;color:#fff;font-family:Caveat,cursive;font-size:1rem;padding:.5rem 0;transition:all .3s ease;width:100%}.contact-input::placeholder,.contact-textarea::placeholder{color:#ffffff4d}.contact-input:focus,.contact-textarea:focus{outline:none}.input-line{background:#ffffff1a;bottom:0;height:1px;left:0;position:absolute;transition:background .3s ease;width:100%}.contact-input:focus+.input-line,.contact-textarea:focus+.input-line{background:linear-gradient(90deg,#fffc,#0000)}.contact-textarea{line-height:1.5;min-height:120px;resize:vertical}.form-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.submit-button{align-items:center;background:#0000;border:1px solid #ffffff1a;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:300;justify-content:space-between;letter-spacing:.15em;margin-top:1rem;overflow:hidden;padding:1rem 1.8rem;position:relative;text-transform:uppercase;transition:all .3s ease}.submit-button:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.submit-button:hover:before{left:100%}.submit-button:hover{border-color:#fff3;transform:translateY(-2px)}.submit-button:hover .button-arrow{transform:translateX(5px)}.submit-button:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.button-text{transition:all .3s ease}.button-arrow{font-size:1.1rem;transition:transform .3s ease}.success-content{align-items:center}.success-content h4{margin-bottom:.3rem}.success-content p{color:#fff9}.contact-footer{border-top:1px solid #ffffff14;margin-top:4rem;padding:2rem 0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.signature{color:#fff9;font-size:.9rem;letter-spacing:.05em}.footer-links{align-items:center;display:flex;gap:.8rem}.footer-link{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.separator{color:#ffffff4d;font-size:.8rem}@media (max-width:1200px){.content-wrapper{padding:2rem 3rem}.contact-title{font-size:2.5rem}}@media (max-width:1024px){.contact-sections{gap:2rem;grid-template-columns:1fr}.contact-title{font-size:2.2rem}.form-row{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.content-wrapper{padding:1.5rem}.portfolio-header{flex-direction:column;gap:1.5rem;margin-bottom:2rem}.navigation{gap:1.5rem}.contact-title{font-size:2rem}.section-card{padding:1.5rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.content-wrapper{padding:1rem}.contact-title{font-size:1.8rem}.section-title{font-size:1.1rem}.method-icon{font-size:1.2rem;height:40px;width:40px}.social-button{padding:.8rem 1rem}.social-button-text{font-size:.9rem}}.success-message{animation:slideIn .5s ease;background:#ffffff0d;border:1px solid #ffffff1a;border-left:4px solid #ffffff4d;border-radius:8px;margin-top:2rem;padding:1.5rem}.success-content{align-items:flex-start;display:flex;gap:1rem}.success-icon{align-items:center;animation:pulse 2s infinite;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.success-content h4{color:#fff;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.success-content p{color:#ffffffb3;font-size:.9rem;line-height:1.5;margin-bottom:.3rem}.success-note{color:#ffffff80!important;font-size:.8rem!important;font-style:italic;margin-top:.5rem!important}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.input-label:after{color:#fff6;content:attr(data-required);font-size:.8rem;margin-left:.3rem}
/*# sourceMappingURL=main.f7601cd9.css.map*/