@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap";
:root{--header-height:3.5rem;--primary-color:#ea580c;--primary-color-alt:#a78bfa;--linear-gradient:linear-gradient(45deg, #121826f2 34%, #121826f2);--title-color:#f8fafc;--text-color:#e2e8f0;--text-color-alt:#94a3b8;--bg-color:#0b0f19;--bg-color-alt:#111827;--border-color:#ffffff14;--roboto-font:"Roboto", sans-serif;--mono-font:"Roboto Mono", monospace;--fs-h1:2.75rem;--fs-h2:2.25rem;--fs-lg:1.125rem;--fs-base:1.2rem;--fs-sm:.875rem;--fs-xs:.75rem;--medium:500;--semibold:600;--bold:700}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:var(--roboto-font);font-size:var(--fs-base)}body{background-color:var(--bg-color);color:var(--text-color);line-height:1.5em}.main{z-index:1;position:relative}h1,h2,h3,h4{font-family:var(--mono-font);font-weight:var(--bold)}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none}img{max-width:100%;height:auto}textarea,input{background:0 0;border:none;outline:none}.section__title,.year-section>h3{color:var(--text-color);margin-bottom:1.5rem;padding-bottom:.5rem;font-weight:700;display:inline-block;position:relative}.section__title:after,.year-section>h3:after{content:"";background:linear-gradient(90deg,#ff6f00,#ffa726);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.loader-wrapper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background-color:#0e0e0e66;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.loader{perspective:1000px;color:#fff;border-radius:50%;width:48px;height:48px;position:relative;transform:rotate(45deg)}.loader:before,.loader:after{content:"";width:inherit;height:inherit;border-radius:50%;animation:1s linear infinite spin;display:block;position:absolute;top:0;left:0;transform:rotateX(70deg)}.loader:after{color:#ff3d00;animation-delay:.4s;transform:rotateY(70deg)}@keyframes spin{0%,to{box-shadow:.2em 0}12%{box-shadow:.2em .2em}25%{box-shadow:0 .2em}37%{box-shadow:-.2em .2em}50%{box-shadow:-.2em 0}62%{box-shadow:-.2em -.2em}75%{box-shadow:0 -.2em}87%{box-shadow:.2em -.2em}}.container{max-width:1140px;margin:0 auto;padding-left:.9rem;padding-right:.9rem}.grid{display:grid}.section{padding-top:4rem;padding-bottom:4rem}.section__title{font-size:var(--fs-h2);line-height:1.17em;font-weight:var(--medium);margin-bottom:1.12em}.text-lg{font-size:var(--fs-lg);line-height:1.67em}.text-sm{font-size:var(--fs-sm);line-height:1.43em}.header{z-index:100;width:100%;transition:all .3s;position:absolute;top:0;left:0}.nav{height:calc(var(--header-height) + 1.2rem);justify-content:space-between;align-items:center;width:100%;display:flex}.nav__logo{font-family:var(--mono-font);color:#fff;letter-spacing:-.5px;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .3s}.nav__logo:hover{color:#ea580c}.nav__list{column-gap:3.25rem;display:flex}.nav__link{color:#fff;font-size:.9rem;font-weight:var(--bold);font-family:var(--mono-font);text-transform:uppercase;transition:all .3s;position:relative}.nav__link:hover{opacity:.5}.nav__link:after{content:"";opacity:0;background-color:#fff;width:7px;height:2px;transition:all .3s;position:absolute;bottom:0;right:-.5rem}.nav__link:hover:after{opacity:1}.nav__close,.nav__toggle,.nav__menu-header,.nav__menu-socials,.nav__link-num{display:none!important}.active-link{opacity:.5}.active-link:after{opacity:1}.scroll-header{background-color:var(--bg-color);position:fixed;box-shadow:0 5px 8px #00000024}.scroll-header .nav__link{color:var(--text-color)}.scroll-header .nav{align-items:center}.scroll-header .nav__link:after{background-color:var(--text-color)}.scroll-header .nav__link:hover,.scroll-header .active-link{color:var(--primary-color)}.home{background:0 0;margin-bottom:2.5rem;padding-top:5.5rem;position:relative}.home:before{display:none}.home__container{grid-template-columns:4fr 8fr;column-gap:1.875rem}.home__img,.home__data{z-index:10}.home__img{object-fit:cover;border-radius:.3rem;width:90%;height:380px;transform:translateY(3.125rem)}.home__name,.home__work,.home__list,.home__social-link{color:#f8f5e6;font-family:var(--mono-font)}.home__name{font-size:var(--fs-h1);margin:.9em 0 .23em;line-height:1.14em}.home__work{margin-bottom:2.5em}.home__list dt{float:left;font-weight:var(--bold);opacity:.4}.home__list dd{padding-left:6.25em}.home__list dd:not(:last-child){margin-bottom:.94em}.home__socials{flex-wrap:wrap;align-items:center;gap:1rem;margin:1.8rem 0 2rem;display:flex}.home__social-link{color:#94a3b8;background:#121826bf;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.35rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 12px #0003}.home__social-link:hover{color:#fff;transform:translateY(-3px)}.home__social-link:first-child:hover{border-color:#cbd5e1;box-shadow:0 0 15px #cbd5e166}.home__social-link:nth-child(2):hover{color:#4285f4;border-color:#4285f4;box-shadow:0 0 15px #4285f466}.home__social-link:nth-child(3):hover{color:#ea580c;border-color:#ea580c;box-shadow:0 0 15px #ea580c66}.home__details{text-align:justify;color:#f8f5e6;margin-bottom:1.67em}@media (max-width:768px){.home__container{text-align:center;flex-direction:column;display:flex}.home__img{width:70%;height:auto;margin-bottom:1.5rem;transform:none}.home__socials{justify-content:center}.home__name{font-size:1.8rem}.download-btn{justify-content:center;margin-top:1rem}}.about__details{text-align:justify;margin-bottom:1.67em}.button{background-color:var(--primary-color);color:#fff;font-weight:var(--semibold);text-transform:uppercase;letter-spacing:1.2px;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:0;border:none;border-radius:1.56rem;padding:1.1em 3.3em;font-size:.9rem;transition:color .4s,transform .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 6px 15px #0000001a}.button:before{content:"";z-index:-1;background:#ff6f00;border-radius:1.56rem;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%;box-shadow:0 10px 25px #ff6f0080}.button:hover:before{left:0}.button:hover{color:#fff;z-index:1;transform:translateY(-3px);box-shadow:0 10px 25px #ff6f00b3}.button--flex{z-index:1;align-items:center;column-gap:.5rem;display:inline-flex;position:relative}.button i{z-index:1;font-size:1.2rem;transition:transform .3s;position:relative}.button:hover i{transform:translate(5px)rotate(15deg)scale(1.2)}@media (max-width:480px){.button{text-align:center;width:100%;padding:.9em 2em;font-size:.85rem}.button--flex{justify-content:center}.button i{font-size:1rem}}.publications__container{grid-template-columns:repeat(3,1fr);gap:1.875rem}.publications__items{border:1px solid var(--border-color);text-align:center;padding:2.5rem 1.25rem 1.875rem}.icon__box{border:1px solid var(--border-color);border-radius:50%;width:82px;height:82px;margin:0 auto 1.25rem;display:flex;position:relative}.publications__icon{width:32px;margin:auto}.publications__dot{width:100%;height:100%;animation:2s linear infinite paused publication-dot;position:absolute;top:0;left:0}.publications__items:hover .publications__dot{animation-play-state:running}@keyframes publication-dot{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dot{background-color:var(--title-color);border-radius:50%;width:13px;height:13px;position:absolute;top:0;left:.9rem}.publications__title{margin-bottom:.8rem}.project-container{z-index:1;flex-wrap:wrap;place-content:space-evenly;align-items:center;max-width:1200px;margin-top:50px;display:flex;position:relative}.project-container .Caard{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-top:1px solid #ffffff80;border-left:1px solid #ffffff80;border-radius:15px;justify-content:center;align-items:center;width:220px;height:280px;margin:18px;display:flex;position:relative;overflow:hidden;box-shadow:20px 20px 50px #00000080}.project-container .Caard .content{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;padding:6px;transition:all .5s;display:flex;position:relative;color:#111!important}.project-container .Caard .content h2{color:#ffffff0d;pointer-events:none;font-size:4rem;position:absolute;top:-40px;right:30px}.project-container .Caard .content h3{z-index:1;font-size:1.8em;color:#111!important}.project-container .Caard .content p{text-align:center;width:100%;margin-top:85px;margin-bottom:24px;font-size:.95em;font-weight:400;display:block;color:#111!important}.project-container .Caard .content a,.project-container .Caard .content a.button,.project-container .Caard .content a.button--flex{background:var(--primary-color,#272605);text-align:center;border-radius:20px;min-width:100px;margin:0 auto;padding:8px 20px;font-weight:500;text-decoration:none;transition:background .3s,color .3s;display:block;box-shadow:0 5px 15px #00000080;color:#fff!important}.project-container .Caard .content img{object-fit:contain;width:100%;height:180px;position:absolute;top:0;left:0}@media (max-width:600px){.project-container .Caard{flex:calc(50% - 20px);height:260px}.project-container .Caard .content p{margin-top:60px;margin-bottom:18px;font-size:.85em}.project-container .Caard .content h3{font-size:1.5em}}.emoji{margin-right:8px;font-size:1.8rem;display:inline-block}.bounce{animation:1.5s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pulse{animation:2s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.heartbeat{animation:1.5s infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.swing{animation:1.5s ease-in-out infinite swing}@keyframes swing{0%{transform:rotate(0)}25%{transform:rotate(15deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(5deg)}to{transform:rotate(0)}}.wiggle{animation:1s ease-in-out infinite wiggle}@keyframes wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-5deg)}40%{transform:rotate(5deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}}.rotate{animation:3s linear infinite rotateSpin}@keyframes rotateSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tech-stack-section{padding-top:6rem;padding-bottom:6rem;position:relative}.services-flow-wrapper{text-align:center;max-width:1000px;margin:0 auto 6.5rem}.services-header{margin-bottom:5.5rem}.services-title{color:var(--text-color);letter-spacing:-.5px;padding-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.services-title:after{content:"";border-radius:2px;width:50px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#ea580c,#f97316)!important}.services-cards-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.service-flow-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121826b3;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;align-items:center;width:330px;min-height:360px;padding:4rem 1.75rem 2rem;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;box-shadow:0 15px 35px #00000059}.service-flow-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000073}.service-flow-card--frontend:hover{border-color:#ef444466}.service-flow-card--backend:hover{border-color:#a855f766}.service-flow-card--dba:hover{border-color:#3b82f666}.service-flow-card--ai:hover{border-color:#22c55e66}.service-top-badge{background:#0d1321f2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;transition:all .3s;display:flex;position:absolute;top:-36px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0006}.service-top-badge--frontend{color:#ef4444;border:2px solid #ef44444d}.service-top-badge--backend{color:#a855f7;border:2px solid #a855f74d}.service-top-badge--dba{color:#3b82f6;border:2px solid #3b82f64d}.service-top-badge--ai{color:#22c55e;border:2px solid #22c55e4d}.service-flow-card:hover .service-top-badge--frontend{border-color:#ef4444;box-shadow:0 0 25px #ef444480}.service-flow-card:hover .service-top-badge--backend{border-color:#a855f7;box-shadow:0 0 25px #a855f780}.service-flow-card:hover .service-top-badge--dba{border-color:#3b82f6;box-shadow:0 0 25px #3b82f680}.service-flow-card:hover .service-top-badge--ai{border-color:#22c55e;box-shadow:0 0 25px #22c55e80}.service-card-tag{font-family:var(--mono-font);color:#64748b;letter-spacing:1px;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:700}.service-card-heading{color:#f8fafc;text-transform:capitalize;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-card-desc{color:#94a3b8;text-align:justify;margin-bottom:2rem;font-size:.82rem;line-height:1.6}.service-card-footer{justify-content:space-between;align-items:center;width:100%;margin-top:auto;display:flex}.service-footer-link{color:#94a3b8;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;outline:none;font-size:.8rem;font-weight:600;text-decoration:underline;transition:color .25s}.service-footer-link:hover{color:#ea580c}.service-footer-btn{color:#fff;cursor:pointer;background:#ea580c;border-radius:8px;padding:.5rem 1.5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .25s;box-shadow:0 4px 15px #ea580c33}.service-footer-btn:hover{color:#0d1321;background:#fff;box-shadow:0 4px 20px #ffffff4d}.services-flow-indicator{color:#4b5563;justify-content:center;align-items:center;font-size:3rem;animation:2s infinite alternate pulseArrow;display:flex}@keyframes pulseArrow{0%{opacity:.4;transform:scale(1)}to{opacity:.88;transform:scale(1.15)}}@media screen and (max-width:768px){.services-flow-indicator{margin:1.5rem 0 1rem;animation:none;transform:rotate(90deg)}}.tech-header{text-align:center;margin-bottom:3.5rem}.tech-title{color:var(--text-color);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.6rem;font-weight:800;display:inline-block}.tech-title:after{display:none!important}.tech-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#7c3aed,#c084fc,#db2777);-webkit-background-clip:text;background-clip:text}.tech-subtitle{color:var(--primary-color-alt);font-size:.95rem;font-family:var(--mono-font);margin-top:.25rem}.tech-dashboard{grid-template-columns:360px 1fr;align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.tech-console{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d1321d9;border:1px solid #a78bfa26;border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 15px 35px #00000080,inset 0 0 20px #a78bfa0d}.tech-console-header{background:#a78bfa0d;border-bottom:1px solid #a78bfa26;align-items:center;gap:.6rem;padding:.9rem 1.25rem;display:flex}.console-neon-dot{background-color:#f472b6;border-radius:50%;width:8px;height:8px;animation:2s infinite alternate pulseNeon;box-shadow:0 0 10px #f472b6}@keyframes pulseNeon{0%{opacity:.4}to{opacity:1}}.console-title-text{font-family:var(--mono-font);color:#a78bfa;letter-spacing:1.5px;font-size:.75rem;font-weight:700}.tech-console-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.console-category-title{color:#f8fafc;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:700;display:flex}.console-category-title i{color:#a78bfa}.console-focus-badge{font-family:var(--mono-font);color:#f472b6;background:#f472b614;border:1px solid #f472b626;border-radius:6px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.78rem;line-height:1.4}.console-desc-text{color:#94a3b8;margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.console-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:auto;padding-bottom:1.5rem;display:grid}.console-stat-box{background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.2rem;padding:.75rem;display:flex}.console-stat-val{font-family:var(--mono-font);color:#f8fafc;font-size:1.15rem;font-weight:700}.console-stat-lbl{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem}.console-tool-preview{background:#0003;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;min-height:110px;margin-top:1.5rem;padding:1rem;display:flex}.tool-preview-placeholder{text-align:center;color:#64748b;flex-direction:column;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.tool-preview-placeholder i{color:#a78bfa4d;font-size:1.8rem}.animate-radar{animation:4s linear infinite radarSpin}@keyframes radarSpin{to{transform:rotate(360deg)}}.tool-preview-active{flex-direction:column;gap:.5rem;width:100%;animation:.3s ease-out scanReveal;display:flex}@keyframes scanReveal{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tool-preview-top{align-items:center;gap:.75rem;display:flex}.tool-preview-img{object-fit:contain;width:38px;height:38px}.tool-preview-name{color:#f8fafc;font-size:1.05rem;font-weight:700}.tool-preview-level{font-family:var(--mono-font);color:#a78bfa;font-size:.72rem}.tool-preview-desc{font-family:var(--mono-font);color:#cbd5e1;font-size:.78rem;line-height:1.4}.tech-grid-panel{flex-direction:column;gap:1.5rem;display:flex}.tech-dashboard-tabs{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121826d9;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.4rem;display:grid}.dashboard-tab-btn{color:#94a3b8;font-size:.85rem;font-weight:600;font-family:var(--mono-font);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem .5rem;transition:all .25s;display:flex}.dashboard-tab-btn i{font-size:1.1rem}.dashboard-tab-btn:hover{color:#f8fafc;background:#ffffff05}.dashboard-tab-btn--active{background:linear-gradient(135deg,#a78bfa2e,#f472b61a);box-shadow:inset 0 0 10px #a78bfa0d;color:#a78bfa!important}.tech-dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.tech-dashboard-card{cursor:pointer;background:#1218268c;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;padding:1.25rem 1rem;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.card-scanner-line{opacity:0;z-index:3;background:linear-gradient(90deg,#0000,#a78bfa,#0000);width:100%;height:2px;position:absolute;top:0;left:0}.tech-card-glow-bg{background:var(--glow-rgb);filter:blur(40px);opacity:0;pointer-events:none;z-index:1;border-radius:50%;width:100px;height:100px;transition:opacity .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-card-body{z-index:2;flex-direction:column;align-items:center;gap:.65rem;display:flex;position:relative}.tech-card-icon-wrap{justify-content:center;align-items:center;width:46px;height:46px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.tech-card-icon-img{object-fit:contain;max-width:100%;max-height:100%}.tech-card-item-title{color:#e2e8f0;text-align:center;font-size:.9rem;font-weight:700}.tech-card-item-badge{font-family:var(--mono-font);color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.tech-dashboard-card:hover{border-color:var(--glow-rgb);transform:translateY(-5px);box-shadow:0 10px 25px #0000004d}.tech-dashboard-card:hover .tech-card-glow-bg{opacity:.45}.tech-dashboard-card:hover .tech-card-icon-wrap{transform:scale(1.15)}.tech-dashboard-card:hover .card-scanner-line{opacity:1;animation:1.5s linear infinite scanSweep}@keyframes scanSweep{0%{top:0%}50%{top:100%}to{top:0%}}@media screen and (max-width:900px){.tech-dashboard{grid-template-columns:1fr;gap:1.5rem}.tech-dashboard-tabs{border-radius:12px}.dashboard-tab-btn{padding:.65rem .35rem;font-size:.78rem}.dashboard-tab-btn span{display:none}.dashboard-tab-btn i{font-size:1.3rem}}.talk-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-top:1.5rem;display:flex}.talk-text{color:#f8f5e6;flex:1;min-width:280px;max-width:600px;font-size:1rem;line-height:1.7}.carousel-wrapper{border-radius:12px;flex:1;min-width:280px;max-width:600px;overflow:hidden;box-shadow:0 8px 20px #0000001a}.carousel-track{scroll-behavior:smooth;scrollbar-width:none;gap:1rem;padding:1rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{background:#fff;border-radius:12px;flex:none;width:280px;transition:transform .3s;overflow:hidden;box-shadow:0 6px 16px #0000001a}.carousel-card img{object-fit:cover;width:100%;height:180px;display:block}.carousel-card:hover{transform:translateY(-5px)}@media (max-width:768px){.talk-row{flex-direction:column;align-items:center}.talk-text,.carousel-wrapper{max-width:100%}.carousel-card{width:220px}.carousel-card img{height:140px}}.hyperref{color:#e8e6ae}.hyperref2{color:#4c4c36}.contact{background:url(/assets/img/bg4.jpg) 50%/cover;padding:6rem 0 4rem;position:relative;overflow:hidden}.contact__overlay{content:"";z-index:1;background:linear-gradient(#0b0f19f2 0%,#070a11eb 100%);position:absolute;inset:0}.contact__content{z-index:2;position:relative}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{color:var(--text-color);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.6rem;font-weight:800;display:inline-block}.contact-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa,#c084fc,#ea580c);-webkit-background-clip:text;background-clip:text}.contact-subtitle{color:var(--primary-color-alt);font-size:.95rem;font-family:var(--mono-font);max-width:600px;margin-top:.25rem;margin-left:auto;margin-right:auto}.contact-dashboard-wrapper{max-width:1050px;margin:0 auto 3rem;padding:0 1rem}.contact-main-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d1321bf;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:1.15fr .85fr;display:grid;overflow:hidden;box-shadow:0 20px 50px #00000080}.contact-details-side{border-right:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.details-header{margin-bottom:2rem}.details-badge{font-family:var(--mono-font);color:#ea580c;letter-spacing:1px;font-size:.72rem;font-weight:700}.details-heading{color:#f8fafc;margin-top:.25rem;font-size:1.6rem;font-weight:700}.details-list{flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;display:flex}.detail-item{align-items:flex-start;gap:1.25rem;display:flex}.detail-icon{color:#a78bfa;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;display:flex}.detail-info{flex-direction:column;gap:.2rem;display:flex}.detail-label{font-family:var(--mono-font);color:#64748b;letter-spacing:.5px;font-size:.7rem;font-weight:700}.detail-link{color:#cbd5e1;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}.detail-link:hover{color:#ea580c}.detail-value{color:#cbd5e1;font-size:.92rem;font-weight:500;line-height:1.4}.details-social-wrapper{flex-direction:column;gap:.75rem;display:flex}.socials-label{font-family:var(--mono-font);color:#64748b;letter-spacing:1px;font-size:.7rem;font-weight:700}.socials-circle-grid{gap:.85rem;display:flex}.social-circle-btn{color:#cbd5e1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.social-circle-btn:hover{color:#fff;border-color:var(--social-glow);box-shadow:0 0 15px var(--social-glow);transform:translateY(-3px)scale(1.05)}.contact-form-side{flex-direction:column;padding:3rem;display:flex}.form-heading{color:#f8fafc;margin-bottom:2.25rem;font-size:1.35rem;font-weight:700}.form-container{flex-direction:column;flex-grow:1;gap:1.75rem;display:flex}.form-input-group{flex-direction:column;display:flex;position:relative}.form-input-field{color:#f8fafc;border:none;border-bottom:1px solid #ffffff1f;outline:none;width:100%;padding:.75rem 0;font-size:.95rem;transition:border-color .3s;background:0 0!important}.form-input-label{color:#64748b;pointer-events:none;transform-origin:0 0;font-size:.95rem;transition:all .3s;position:absolute;top:.75rem;left:0}.form-input-bar{transform-origin:0;background:linear-gradient(90deg,#ea580c,#a78bfa);width:100%;height:2px;transition:transform .35s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.form-textarea{resize:none;min-height:90px}.form-input-field:focus~.form-input-label,.form-input-field:not(:placeholder-shown)~.form-input-label{color:#a78bfa;transform:translateY(-1.4rem)scale(.8)}.form-input-field:focus~.form-input-bar{transform:scaleX(1)}.form-input-field:focus{border-color:#0000}.status-banner{font-size:.82rem;font-family:var(--mono-font);border-radius:10px;align-items:center;gap:.65rem;padding:.75rem 1rem;line-height:1.4;display:flex}.status-banner--ok{color:#2ecc71;background:#2ecc711a;border:1px solid #2ecc7133}.status-banner--err{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c33}.form-submit-pill{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;margin-top:auto;padding:.9rem 2rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex}.form-submit-pill i{font-size:1rem;transition:transform .25s}.form-submit-pill:hover{color:#fff;background:#ea580c0d;border-color:#ea580c;transform:translateY(-2px);box-shadow:0 6px 20px #ea580c26}.form-submit-pill:hover i{transform:translate(4px)}.footer__copy{opacity:.45;text-align:center;color:var(--text-color-alt);box-sizing:border-box;border-top:1px solid #ffffff0d;width:100%;margin-top:3.5rem;padding-top:1.5rem;font-size:.72rem;line-height:1.6}.modern-toast{color:#fff;z-index:100000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d1321f2;border:1px solid #ffffff14;border-left:4px solid #2ecc71;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) slideInToast;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 15px 35px #00000080}.toast-icon{color:#2ecc71;background:#2ecc711a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.toast-text{flex-direction:column;gap:.1rem;display:flex}.toast-text h4{color:#f8fafc;font-size:.85rem;font-weight:700}.toast-text p{color:#94a3b8;font-size:.75rem}.toast-close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1}.toast-close:hover{color:#fff}@keyframes slideInToast{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media screen and (max-width:900px){.contact-main-card{grid-template-columns:1fr}.contact-details-side{border-bottom:1px solid #ffffff0f;border-right:none;padding:2.5rem}.contact-form-side{padding:2.5rem}}@media screen and (max-width:480px){.contact-details-side,.contact-form-side{padding:1.75rem}}@media screen and (max-width:1200px){:root{--fs-h1:2.25rem;--fs-h2:1.75rem;--fs-lg:1rem;--fs-base:.938rem;--fs-sm:.813rem;--fs-xs:.687rem}.container{max-width:960px}}@media screen and (max-width:992px){.container{max-width:720px}.nav__menu{-webkit-backdrop-filter:blur(25px)saturate(180%);z-index:1000;background:#0a0f1ed9;border-left:1px solid #ffffff14;flex-direction:column;width:300px;height:100%;padding:3rem 2rem 2rem;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:auto;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000080}.show-menu{transform:translate(0)}.nav__menu-header{margin-bottom:3.5rem;margin-left:1rem;display:block!important}.nav__menu-logo{font-family:var(--mono-font);color:#ea580c;letter-spacing:1.5px;font-size:.8rem;font-weight:700}.nav__list{text-align:left;flex-direction:column;align-items:flex-start;row-gap:1.75rem;margin-left:1rem}.nav__link{text-transform:uppercase;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:inline-flex;color:#94a3b8!important}.nav__link-num{font-family:var(--mono-font);color:#ea580c;font-size:.75rem;font-weight:500;display:inline-block!important}.nav__link-text{transition:transform .3s}.nav__link:hover .nav__link-text,.active-link .nav__link-text{color:#fff;transform:translate(6px)}.active-link{color:#fff!important}.nav__menu-socials{border-top:1px solid #ffffff0d;align-items:center;gap:1.25rem;margin-top:auto;margin-left:1rem;padding-top:2rem;display:flex!important}.nav__menu-socials a{color:#94a3b8;font-size:1.4rem;transition:color .3s}.nav__menu-socials a:hover{color:#ea580c}.nav__close{cursor:pointer;color:#94a3b8;background:#ffffff05;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.nav__toggle{cursor:pointer;z-index:2000;flex-direction:column;justify-content:space-between;width:28px;height:18px;transition:transform .3s;display:flex}.toggle-line{background-color:#fff;border-radius:2px;height:2px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:block}.line-1{width:16px;margin-left:auto}.line-2{width:26px}.line-3{width:20px;margin-left:auto}.toggle-active{position:fixed;top:2rem;right:2rem}.toggle-active .toggle-line{background-color:#ea580c}.toggle-active .line-1{width:26px;transform:translateY(8px)rotate(45deg)}.toggle-active .line-2{opacity:0;transform:scaleX(0)}.toggle-active .line-3{width:26px;transform:translateY(-8px)rotate(-45deg)}.scroll-header .nav__toggle .toggle-line{background-color:var(--text-color)}.scroll-header .toggle-active .toggle-line{background-color:#ea580c}}@media screen and (max-width:768px){.container{max-width:540px}}@media screen and (max-width:576px){.home{padding-top:4.4rem}.home__img{width:180px;margin-left:30%}.home__socials{justify-content:center;margin-left:0}.publications ol{padding-left:1.25rem}}@media screen and (max-width:350px){:root{--fs-h1:2rem}.home__details{font-size:.875rem}.home__name{font-size:1.75rem}.home__img{width:120px;margin-left:30%}.home__socials{justify-content:center;margin-left:0}.home__social-link{font-size:1.3rem}.section__title{font-size:1.25rem}.curriculumvitae a{margin-top:1.25rem}}.experience__header{text-align:center;margin-bottom:3.5rem}.experience__title{margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block}.experience__title:after{display:none!important}.experience__title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#f472b6,#c084fc,#818cf8);-webkit-background-clip:text;background-clip:text}.experience__subtitle{color:#94a3b8;font-size:.95rem;font-family:var(--mono-font);margin-top:.25rem}.timeline__container{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.timeline__line{background:linear-gradient(#f472b699,#a855f766,#6366f199);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #a855f766}.timeline__items{flex-direction:column;gap:3rem;display:flex;position:relative}.timeline__item{align-items:center;width:100%;display:flex;position:relative}.timeline__item--left{justify-content:flex-start}.timeline__item--right{justify-content:flex-end}.timeline__node{border:2px solid var(--node-color,#a855f7);z-index:2;background-color:#090d16;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline__node-inner{border-radius:50%;width:6px;height:6px}.timeline__item:hover .timeline__node{transform:translate(-50%,-50%)scale(1.3)}.timeline__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121826bf;border:1px solid #ffffff14;border-radius:16px;width:42%;padding:1.5rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 10px 30px #0000004d}.timeline__card:hover{border-color:#a855f759;transform:translateY(-4px);box-shadow:0 14px 35px #a855f726}.timeline__date-badge{color:#f472b6;font-size:.75rem;font-weight:600;font-family:var(--mono-font);background:#f472b61f;border:1px solid #f472b640;border-radius:20px;margin-bottom:.9rem;padding:.3rem .85rem;display:inline-block}.timeline__role{color:#f8fafc;margin-bottom:.5rem;font-size:1.15rem;font-weight:700;line-height:1.35}.timeline__company{color:#cbd5e1;align-items:center;gap:.4rem;font-size:.88rem;display:flex}.timeline__building-icon{opacity:.85;font-size:.9rem}.timeline__bullets{flex-direction:column;gap:.45rem;margin-top:.95rem;padding-left:1.1rem;list-style-type:disc;display:flex}.timeline__bullets li{color:#94a3b8;font-size:.84rem;line-height:1.45;transition:color .25s}.timeline__card:hover .timeline__bullets li{color:#e2e8f0}@media screen and (max-width:768px){.timeline__line{left:20px}.timeline__item--left,.timeline__item--right{justify-content:flex-start;padding-left:50px}.timeline__node{left:20px}.timeline__card{width:100%}}.bento-projects{padding-top:5rem;padding-bottom:5rem}.bento-header{text-align:center;margin-bottom:3.5rem}.bento-title{color:var(--text-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block}.bento-title:after{display:none!important}.bento-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#db2777,#c084fc,#4f46e5);-webkit-background-clip:text;background-clip:text}.bento-subtitle{color:var(--primary-color-alt);font-size:.95rem;font-family:var(--mono-font);margin-top:.25rem}.project-tab-switcher{background:#121826d9;border:1px solid #ffffff1a;border-radius:50px;gap:.5rem;margin-top:2rem;padding:.35rem;display:inline-flex}.project-tab{color:#94a3b8;font-size:.88rem;font-weight:600;font-family:var(--mono-font);cursor:pointer;letter-spacing:.5px;background:0 0;border:none;border-radius:50px;align-items:center;gap:.45rem;padding:.55rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.project-tab i{font-size:1rem}.project-tab:hover{color:#e2e8f0}.project-tab--active{background:linear-gradient(135deg,#f472b6,#a78bfa);box-shadow:0 4px 20px #f472b659;color:#fff!important}.bento-grid{grid-template-columns:repeat(12,1fr);align-items:stretch;gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.bento-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#121826d9;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #0006}.bento-card--large{grid-column:span 7}.bento-card--medium{grid-column:span 5}.bento-card:hover{border-color:#a855f766;transform:translateY(-5px);box-shadow:0 16px 36px #a855f72e}.bento-card-content{flex-direction:column;flex-grow:1;display:flex}.bento-card-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.bento-badge{color:#f472b6;font-size:.75rem;font-weight:600;font-family:var(--mono-font);background:#f472b61f;border:1px solid #f472b640;border-radius:20px;padding:.3rem .8rem;display:inline-block}.bento-actions{gap:.5rem;display:flex}.bento-icon-btn{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:all .2s;display:flex}.bento-icon-btn:hover{color:#fff;background:#f472b633;border-color:#f472b666;transform:scale(1.08)}.bento-card-title{color:#f8fafc;margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.bento-card-desc{color:#94a3b8;margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.bento-img-wrapper{background:#090d16;border:1px solid #ffffff1a;border-radius:14px;width:100%;height:180px;margin-bottom:1.25rem;overflow:hidden}.bento-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .4s;display:block}.bento-card:hover .bento-img{transform:scale(1.05)}.bento-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.bento-tag{color:#cbd5e1;font-size:.75rem;font-family:var(--mono-font);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:.25rem .7rem}@media screen and (max-width:900px){.bento-card--large,.bento-card--medium{grid-column:span 12}}.talks-header{text-align:center;margin-bottom:3.5rem}.talks-title{color:var(--text-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block}.talks-title:after{display:none!important}.talks-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#db2777,#c084fc,#4f46e5);-webkit-background-clip:text;background-clip:text}.talks-subtitle{color:var(--primary-color-alt);font-size:.95rem;font-family:var(--mono-font);margin-top:.25rem}.talks-split-grid{flex-direction:column;gap:2.5rem;max-width:1050px;margin:0 auto;display:flex}.split-talk-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#121826d9;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:1.15fr .85fr;align-items:center;gap:2.5rem;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden;box-shadow:0 12px 35px #0006}.split-talk-card:hover{border-color:#f472b659;transform:translateY(-5px);box-shadow:0 18px 40px #f472b626}.split-talk-info{z-index:2;flex-direction:column;display:flex;position:relative}.talk-card-name{font-size:.85rem;font-weight:700;font-family:var(--mono-font);letter-spacing:1.2px;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.9rem;display:flex;color:#f472b6!important}.talk-year-tag{background:#f472b626;border:1px solid #f472b64d;border-radius:12px;padding:.2rem .6rem;color:#f472b6!important}.talk-quote-icon{pointer-events:none;position:absolute;top:1rem;right:1.5rem;color:#f472b640!important}.talk-card-title{margin-bottom:.85rem;font-size:1.6rem;font-weight:700;line-height:1.3;color:#fff!important}.talk-body-text{max-width:850px;margin-bottom:1.75rem;font-size:1rem;line-height:1.65;color:#cbd5e1!important}.talk-author-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.talk-location{font-size:.92rem;font-family:var(--mono-font);align-items:center;gap:.4rem;display:flex;color:#e2e8f0!important}.split-talk-gallery{justify-content:center;align-items:center;width:100%;display:flex}.photo-deck-container{cursor:pointer;perspective:1000px;justify-content:center;align-items:center;width:100%;height:250px;display:flex;position:relative}.photo-deck-stack{width:270px;height:190px;position:relative}.photo-deck-card{transform-origin:bottom;width:100%;height:100%;transform:translateY(calc(var(--stack-pos) * -8px)) scale(calc(1 - var(--stack-pos) * .05)) rotate(calc(var(--stack-pos) * -3deg));opacity:calc(1 - var(--stack-pos) * .22);background:#090d16;border:1px solid #ffffff26;border-radius:16px;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 12px 30px #00000080}.photo-deck-card img{object-fit:cover;width:100%;height:100%;display:block}.photo-deck-card.is-top{opacity:1;border-color:#f472b680;transform:translateY(0)scale(1)rotate(0);box-shadow:0 16px 36px #f472b640}.photo-deck-container:hover .photo-deck-card:not(.is-top){transform:translateY(calc(var(--stack-pos) * -12px)) translateX(calc(var(--stack-pos) * 14px)) rotate(calc(var(--stack-pos) * 5deg));opacity:.9}.photo-deck-hint{text-align:center;background:linear-gradient(#0000 0%,#090d16d9 100%);padding:1.25rem .75rem .5rem;position:absolute;bottom:0;left:0;right:0}.photo-deck-hint span{font-size:.72rem;font-family:var(--mono-font);color:#f472b6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#090d16b3;border:1px solid #f472b64d;border-radius:12px;padding:.25rem .65rem}.talk-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;background:#05080fe6;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.talk-modal-content{border:1px solid #ffffff26;border-radius:20px;max-width:90vw;max-height:85vh;position:relative;overflow:hidden;box-shadow:0 20px 50px #0009}.talk-modal-content img{object-fit:contain;width:100%;height:100%;max-height:85vh;display:block}.talk-modal-close{color:#fff;cursor:pointer;z-index:10;background:#121826cc;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.talk-modal-close:hover{background:#f472b6e6;transform:scale(1.1)}@media screen and (max-width:850px){.split-talk-card{grid-template-columns:1fr;padding:1.75rem}.photo-deck-stack{width:240px;height:170px}}.education-section{padding-top:6rem;padding-bottom:6rem}.education-header{text-align:center;margin-bottom:3.5rem}.education-title{color:var(--text-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block}.education-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa,#c084fc,#6366f1);-webkit-background-clip:text;background-clip:text}.education-subtitle{color:var(--primary-color-alt);font-size:.95rem;font-family:var(--mono-font);margin-top:.25rem}.education-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.education-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#121826bf;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:2.25rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #0006}.education-card:hover{border-color:var(--card-glow);box-shadow:0 15px 35px var(--card-glow);transform:translateY(-6px)}.edu-card-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.edu-icon-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.edu-icon-wrap i{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa,#f472b6);-webkit-background-clip:text;background-clip:text;font-size:1.4rem}.education-card:hover .edu-icon-wrap{background:var(--card-glow);border-color:#0000}.education-card:hover .edu-icon-wrap i{-webkit-text-fill-color:#fff;color:#fff;background:0 0}.edu-status-badge{font-family:var(--mono-font);color:#a78bfa;letter-spacing:.5px;background:#a78bfa1f;border:1px solid #a78bfa40;border-radius:20px;padding:.3rem .75rem;font-size:.72rem;font-weight:700}.edu-year{font-family:var(--mono-font);color:#f472b6;margin-bottom:.6rem;font-size:.88rem;font-weight:600;display:block}.edu-degree{color:#f8fafc;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;line-height:1.4}.edu-details{border-bottom:1px solid #ffffff14;flex-direction:column;gap:.5rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.edu-details p{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.edu-details p i{color:#a78bfa;opacity:.85;font-size:1rem}.edu-courses-title{font-family:var(--mono-font);color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.edu-courses-list{flex-direction:column;gap:.45rem;display:flex}.edu-course-item{color:#94a3b8;align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.4;display:flex}.course-dot{background-color:var(--card-glow);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.35rem}.education-card:hover .edu-course-item{color:#e2e8f0}.card-torch-container{transform-origin:100% 0;z-index:10;position:absolute;top:18px;right:18px;transform:scale(.38)}.minecraft-torch-label{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;display:flex;position:relative}.torch-checkbox{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.minecraft-torch{justify-content:center;width:30px;height:150px;transition:filter .3s;display:flex}.torch-head,.torch-stick{width:30px;transform-style:preserve-3d;position:absolute;transform:rotateX(-30deg)rotateY(45deg)}.torch-stick{height:120px;position:relative}.torch-face{transform-style:preserve-3d;background-color:#000;grid-template-rows:50% 50%;grid-template-columns:50% 50%;width:30px;height:30px;display:grid;position:absolute}.torch-top{transform:rotateX(90deg)translateZ(15px)}.torch-left{transform:rotateY(-90deg)translateZ(15px)}.torch-right{transform:rotateY(0)translateZ(15px)}.torch-top div,.torch-left div,.torch-right div{width:102%;height:102%}.torch-top div:first-child,.torch-left div:nth-child(3),.torch-right div:nth-child(3){background-color:#ffff9760}.torch-top div:nth-child(2),.torch-left div:first-child,.torch-right div:first-child{background-color:#ffd80060}.torch-top div:nth-child(3),.torch-left div:nth-child(4),.torch-right div:nth-child(4){background-color:#ffffff60}.torch-top div:nth-child(4),.torch-left div:nth-child(2),.torch-right div:nth-child(2){background-color:#ff8f0060}.torch-side{cursor:pointer;grid-template-rows:repeat(8,12.5%);grid-template-columns:50% 50%;width:30px;height:120px;display:grid;position:absolute;translate:0 12px}.torch-side-left{transform:rotateY(-90deg)translateZ(15px)translateY(8px)}.torch-side-right{transform:rotateY(0)translateZ(15px)translateY(8px)}.torch-side-left div,.torch-side-right div{width:103%;height:103%}.torch-side div:first-child{background-color:#443622}.torch-side div:nth-child(2){background-color:#2e2517}.torch-side div:nth-child(3),.torch-side div:nth-child(5){background-color:#4b3b23}.torch-side div:nth-child(4),.torch-side div:nth-child(10){background-color:#251e12}.torch-side div:nth-child(6){background-color:#292115}.torch-side div:nth-child(7){background-color:#4b3c26}.torch-side div:nth-child(8){background-color:#292115}.torch-side div:nth-child(9){background-color:#4b3a21}.torch-side div:nth-child(11),.torch-side div:nth-child(15){background-color:#3d311d}.torch-side div:nth-child(12){background-color:#2c2315}.torch-side div:nth-child(13){background-color:#493a22}.torch-side div:nth-child(14){background-color:#2b2114}.torch-side div:nth-child(16){background-color:#271e10}.torch-checkbox:checked~.minecraft-torch .torch-face{filter:drop-shadow(0 0 6px #fff)drop-shadow(0 0 20px #ffed9cf2)drop-shadow(0 0 45px #ffe365cc)drop-shadow(0 0 65px #ff8f0099)}.torch-checkbox:checked~.minecraft-torch{filter:drop-shadow(-15px -15px 40px #ff8f00d9)}.torch-checkbox:checked~.minecraft-torch .torch-top div:first-child,.torch-checkbox:checked~.minecraft-torch .torch-left div:nth-child(3),.torch-checkbox:checked~.minecraft-torch .torch-right div:nth-child(3){background-color:#ffff97}.torch-checkbox:checked~.minecraft-torch .torch-top div:nth-child(2),.torch-checkbox:checked~.minecraft-torch .torch-left div:first-child,.torch-checkbox:checked~.minecraft-torch .torch-right div:first-child{background-color:#ffd800}.torch-checkbox:checked~.minecraft-torch .torch-top div:nth-child(3),.torch-checkbox:checked~.minecraft-torch .torch-left div:nth-child(4),.torch-checkbox:checked~.minecraft-torch .torch-right div:nth-child(4){background-color:#fff}.torch-checkbox:checked~.minecraft-torch .torch-top div:nth-child(4),.torch-checkbox:checked~.minecraft-torch .torch-left div:nth-child(2),.torch-checkbox:checked~.minecraft-torch .torch-right div:nth-child(2){background-color:#ff8f00}.torch-checkbox:checked~.minecraft-torch .torch-side div:first-child{background-color:#7c623e}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(2){background-color:#4c3d26}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(3),.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(5){background-color:#937344}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(4),.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(10){background-color:#3c2f1c}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(6){background-color:#423522}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(7){background-color:#9f7f50}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(8){background-color:#403320}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(9){background-color:#977748}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(11),.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(15){background-color:#675231}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(12){background-color:#3d301d}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(13){background-color:#987849}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(14){background-color:#3b2e1b}.torch-checkbox:checked~.minecraft-torch .torch-side div:nth-child(16){background-color:#372a17}.timeline__card{position:relative;overflow:visible!important}.capabilities-section{padding-top:6rem;padding-bottom:6rem}.capabilities-header{text-align:center;margin-bottom:4rem}.capabilities-title{color:var(--text-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block}.capabilities-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa,#c084fc,#6366f1);-webkit-background-clip:text;background-clip:text}.capabilities-subtitle{color:var(--primary-color-alt);font-size:.95rem;font-family:var(--mono-font);margin-top:.25rem}.capabilities-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.capabilities-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#121826bf;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #0006}.capabilities-card:hover{border-color:var(--card-glow);box-shadow:0 12px 30px var(--card-glow);transform:translateY(-5px)}.cap-card-top{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.cap-icon-wrap{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.cap-icon-wrap i{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa,#f472b6);-webkit-background-clip:text;background-clip:text;font-size:1.25rem}.capabilities-card:hover .cap-icon-wrap{background:var(--card-glow);border-color:#0000}.capabilities-card:hover .cap-icon-wrap i{-webkit-text-fill-color:#fff;color:#fff;background:0 0}.cap-card-title-block{flex-direction:column;display:flex}.cap-card-sub{font-family:var(--mono-font);color:#a78bfa;letter-spacing:.5px;text-transform:uppercase;font-size:.68rem;font-weight:700}.cap-card-title{color:#f8fafc;margin-top:.1rem;font-size:1.1rem;font-weight:700}.cap-card-desc{color:#94a3b8;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.cap-deliverables{margin-bottom:1.5rem}.cap-section-title{font-family:var(--mono-font);color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.cap-deliverables-list{flex-direction:column;gap:.5rem;display:flex}.cap-deliverable-item{color:#cbd5e1;align-items:flex-start;gap:.55rem;font-size:.8rem;line-height:1.4;display:flex}.cap-check-icon{color:#2ecc71;flex-shrink:0;margin-top:.05rem;font-size:.95rem}.capabilities-card:hover .cap-deliverable-item{color:#f8fafc}.cap-tags{border-top:1px solid #ffffff0d;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:1.25rem;display:flex}.cap-tag{color:#cbd5e1;font-size:.7rem;font-family:var(--mono-font);background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:.2rem .6rem}.animated-button{color:#ea580c;cursor:pointer;width:max-content;font-size:.88rem;font-weight:700;font-family:var(--mono-font);background-color:#0000;border:2px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:15px 36px;text-decoration:none;transition:all .6s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 2px #ea580c}.animated-button svg{fill:#ea580c;z-index:9;width:20px;height:20px;transition:all .8s cubic-bezier(.23,1,.32,1);position:absolute}.animated-button .arr-1{right:20px}.animated-button .arr-2{left:-30%}.animated-button .circle{opacity:0;background-color:#ea580c;border-radius:50%;width:20px;height:20px;transition:all .8s cubic-bezier(.23,1,.32,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.animated-button .text{z-index:1;letter-spacing:.5px;transition:all .8s cubic-bezier(.23,1,.32,1);position:relative;transform:translate(-8px)}.animated-button:hover{color:#fff;box-shadow:0 0 0 12px #0000}.animated-button:hover .arr-1{right:-30%}.animated-button:hover .arr-2{left:20px}.animated-button:hover .text{transform:translate(12px)}.animated-button:hover svg{fill:#fff}.animated-button:active{scale:.95;box-shadow:0 0 0 4px #ea580c}.animated-button:hover .circle{opacity:1;width:260px;height:260px}
