html{scroll-behavior:smooth;scroll-padding-top:90px}canvas#bg{position:fixed;inset:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}#scroll-driver{height:600vh;width:1px;position:absolute;top:0;left:0;pointer-events:none}#u-status{position:fixed;top:18px;right:18px;z-index:100;color:#04aa6dd1;font-family:Courier New,monospace;font-size:9px;letter-spacing:3px;pointer-events:none}#panels{position:fixed;z-index:10;inset:0 0 0 10%;pointer-events:none}.universe-panel{position:absolute;inset:0;display:flex;align-items:center;padding-left:8%;opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.universe-panel.active{opacity:1;pointer-events:auto;transform:translateY(0)}.universe-panel.active .human-grid{grid-template-columns:repeat(2,1fr);gap:20px}.universe-panel.active .grid-container{grid-template-columns:repeat(3,1fr);gap:16px}.universe-panel.active .project-card{min-height:180px;padding:16px}.universe-panel.active .stat-card{padding:14px 16px}.universe-panel.active .evidence-grid{grid-template-columns:repeat(2,1fr);gap:16px}.universe-panel.active .video-wrapper{height:180px}.universe-panel.active .skill-bars .bar-container{margin-bottom:6px}.panel-inner{max-width:520px;padding:32px 28px;background:#08000fb8;border:1px solid rgba(245,222,179,.22);border-radius:4px;backdrop-filter:blur(14px)}.panel-inner .panel-tag{display:block;font-family:Courier New,monospace;font-size:8px;letter-spacing:4px;color:#04aa6db8;margin-bottom:16px}.panel-inner h1{font-size:1.9rem;color:wheat;line-height:1.2;margin-bottom:14px}.panel-inner h2{font-size:1.5rem;color:wheat;margin-bottom:12px}.panel-inner p{font-size:.88rem;color:#ffffffa6;line-height:1.75;margin-bottom:18px}.panel-inner .panel-footnote{opacity:.5;font-size:.75rem}.panel-inner .eq-block{font-family:Courier New,monospace;font-size:.82rem;color:#04aa6de0;border-left:2px solid rgba(4,170,109,.4);padding:8px 14px;margin:16px 0;letter-spacing:1px}.panel-inner .skill-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.panel-inner .skill-tags span{padding:4px 12px;border:1px solid rgba(0,91,107,.55);border-radius:20px;font-size:.72rem;color:#f5deb3b8;letter-spacing:1px}.panel-inner .panel-cta{display:inline-block;margin-top:4px;font-size:.78rem;letter-spacing:2px;font-family:Courier New,monospace}.panel-inner .panel-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:4px}@keyframes bg-animation{0%{background-position:left}to{background-position:right}}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-image:radial-gradient(#005b6b 10%,#2f0842 85%,#020204);color:#fff;overflow-x:hidden;width:100%;margin:0;line-height:1.6}header{height:90px;background:linear-gradient(-45deg,#2f0842,#005b6b,#16213e);animation:bg-animation 3s infinite alternate;background-size:400%;display:flex;justify-content:space-between;align-items:center;padding:0 5%;border-bottom:3px solid rgb(245,222,179);position:fixed;width:100%;z-index:9999;box-shadow:0 0 60px 20px #000000a9}@media(max-width:900px){header{align-items:center;justify-content:center;height:20vh}}header .logo_content{animation:fallin .7s ease-in forwards;display:flex;align-items:center;margin-right:20px}header .logo_content img{margin-right:25px;width:70px;height:70px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2.223px solid teal;box-shadow:7px 7px 10px #000}header .logo_content .brand-text h1{font-family:Courier New,monospace;color:wheat;font-size:1.5rem;margin-bottom:0}@media(max-width:920px){header .logo_content .brand-text h1{color:wheat;font-style:italic;font-weight:700}}header .logo_content .brand-text .subtitle{font-size:.7rem;letter-spacing:2px;color:#ffffffb3}header .navi1 ul{animation:fallin_invers .7s ease-in forwards;display:flex;gap:50px;width:100%}@media(max-width:900px){header .navi1 ul{display:none}}header .navi1 ul li a{color:wheat;font-weight:700;font-size:1.1rem;transition:color .3s}header .navi1 ul li a:hover{color:#fff;text-shadow:0 0 10px rgb(245,222,179)}header .nav-menu{display:flex}header .nav-link{color:wheat;font-weight:500;position:relative;padding:5px 0;transition:color .3s}header .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:wheat;transition:width .3s ease-in-out}header .nav-link:hover:after{width:100%}header .nav-link.active:after{width:100%;background:#04aa6d}@keyframes fallin{0%{transform:translate(-20px,-20px);opacity:.3}to{transform:translate(0);opacity:1}}@keyframes fallin_down{0%{transform:translateY(-30px);opacity:.3}to{transform:translate(0);opacity:1}}@keyframes fallin_invers{0%{transform:translate(20px,-20px);opacity:0}to{transform:translate(0);opacity:1}}main{width:100%;position:relative;z-index:1}#section-about,#section-research,#section-projects,#section-evidence,#human-side{opacity:0;height:0;overflow:hidden;pointer-events:none;transition:opacity .55s ease,transform .55s ease;transform:translateY(20px)}#section-about.active,#section-research.active,#section-projects.active,#section-evidence.active,#human-side.active{animation:none!important;position:fixed;top:58%;left:50%;transform:translate(-50%,-50%)!important;width:90%;height:auto;max-width:960px;max-height:82vh;overflow-y:auto;z-index:20;opacity:.85;padding:18px 58px;pointer-events:auto;background:linear-gradient(-45deg,#16213e);animation:bg-animation 3s infinite alternate;border:2px solid black;box-shadow:0 0 60px 20px #000000a9;background-size:400%;backdrop-filter:blur(18px);border-radius:12px;margin-top:0!important;margin:0}@media(max-width:700px){#section-about.active,#section-research.active,#section-projects.active,#section-evidence.active,#human-side.active{width:98%;max-height:62vh;padding:18px 58px}}.hero{height:300vh;display:flex;align-items:start;padding:30px 0;background-image:radial-gradient(#005b6b 10%,#2f0842 90%,#000);background-size:cover;background-position:center;text-align:center;position:relative;justify-content:center;overflow:hidden;background-color:transparent;background-image:none}@media(max-width:900px){.hero{align-items:center;justify-content:center;height:100vh;padding:40px 20px 0}}.hero .hero_text{max-width:500px;padding:0 20px;z-index:2;animation:fallin_down .7s ease-in forwards}.hero .hero_text h1{margin-top:0;font-size:1.9rem}@media(max-width:768px){.hero .hero_text h1{font-size:1.5rem}}.hero .hero_text h1{color:wheat;margin-bottom:20px;line-height:1.2;margin-top:100px}.hero .hero_text p{font-size:1.2rem;color:#ddd;margin-bottom:10px;font-family:Courier New,monospace}.hero .hero_text .hero_buttons{display:flex;justify-content:center;gap:20px;margin-bottom:50px}.hero .hero_text .hero_buttons .btn-primary{background-color:wheat;color:#2f0842;padding:15px 20px;font-weight:700;border:2px solid rgb(245,222,179);box-shadow:-8px 8px #000;transition:transform .2s}.hero .hero_text .hero_buttons .btn-primary:hover{transform:translate(-5px,-5px)}.hero .hero_text .hero_buttons .btn-primary{border-radius:7px}.hero .hero_text .hero_buttons .btn-secondary{background-color:transparent;color:wheat;padding:15px 30px;border:2px solid rgb(245,222,179);box-shadow:8px 8px #000}.hero .hero_text .hero_buttons .btn-secondary:hover{background-color:#f5deb31a;transform:translateY(-5px);transition:transform .2s,background-color .2s}.hero .hero_text .hero_buttons .btn-secondary{border-radius:7px}.hero .hero_text .hero_buttons .btn-thirdly{background-color:wheat;color:#2f0842;padding:15px 25px;font-weight:700;border:2px solid rgb(245,222,179);box-shadow:8px 8px #000;transition:transform .2s;align-content:center}.hero .hero_text .hero_buttons .btn-thirdly:hover{transform:translate(5px,-5px)}.hero .hero_text .hero_buttons .btn-thirdly{border-radius:7px}.about{opacity:.95;border-top:3px solid wheat;box-shadow:0 0 60px 20px #000000a9;align-items:center;border-bottom:2px solid rgb(0,179,255);max-width:900px;margin:150px auto}.about h1{padding:10px 0;font-size:2.2rem;text-align:center;line-height:.6}@media(max-width:990px){.about h1{font-size:2.5rem;text-align:center;height:2vh}}.about p{margin-bottom:1rem;color:wheat;line-height:1.673}.about a{color:var(#04aa6d);text-decoration:none;transition:var(all .3s ease)}.about-container{justify-content:center;align-items:center}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;justify-content:center;height:auto;max-width:1400px;width:100%;margin:0 auto}@media(max-width:992px){.about-content{display:flex;grid-template-columns:1fr;text-align:center;flex-direction:column;width:100%;height:auto;align-items:center;margin:0 auto}}.hover-video-card{position:relative;width:100%;border-radius:7px;overflow:hidden;cursor:pointer;justify-content:center;align-items:center;box-shadow:4px 4px #000;transition:transform .3s ease-in-out}.hover-video-card img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;align-items:center;justify-self:center}.hover-video-card .about-img1{max-width:500px;border:2px solid black;justify-content:center;align-items:center;height:auto}@media(max-width:992px){.hover-video-card .about-img1{display:none}}.hover-video-card .about-img2{max-height:430px;-o-object-position:right;object-position:right;border:2px solid black;border-radius:7px;height:60vh}@media(max-width:1185px){.hover-video-card .about-img2{max-height:450px}}@media(max-width:992px){.hover-video-card .about-img2{border-radius:10px}}.hover-video-card .hover-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .4s ease-in-out;z-index:2;pointer-events:none}.hover-video-card:hover{transform:scale(1.05) translate(-5px,-5px);z-index:10}.hover-video-card:hover .about-img2,.hover-video-card:hover .about-img1{opacity:.03}.hover-video-card:hover .hover-video{opacity:1;pointer-events:auto}.img-container2{position:relative;width:100%;border-radius:7px;overflow:hidden;cursor:pointer;box-shadow:8px 8px #000;justify-content:center;align-items:center;height:1vh}.img-container2 .thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;justify-self:center}.img-container2 .hover-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out;z-index:2}.img-container2:hover .hover-video{opacity:1}.about-text{width:100%;max-width:700px}.about-text h3{font-size:1.8rem;text-align:center;margin-bottom:.5rem;color:#fff}.about-text p{margin-bottom:1rem}.skills-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem;margin-bottom:1.5rem;justify-content:center;color:#04aa6d}@media(max-width:992px){.skills-list{justify-content:center}}.skill-tag{background:#ffffff1a;padding:8px 15px;border-radius:20px;font-size:.9rem;border:1px solid rgba(255,255,255,.1)}.skill-tag:hover{cursor:crosshair;color:wheat}.showcase-section{opacity:1;background:linear-gradient(#29141400 50%,#00000058 50%);background-size:100% 5px;background-color:wheat;color:#2f0842;border-bottom:2px solid rgb(0,179,255)}.showcase-section .section-title{margin-bottom:20px}.showcase-section .section-title h2{font-size:2.5rem;text-transform:uppercase;text-align:center;color:wheat}.showcase-section .section-title .line{align-items:center;justify-content:center;width:100%;height:5px;background:#0ff}.showcase-section .research-card{display:flex;border:4px solid rgb(47,8,66);background:#fff;box-shadow:8px 8px #000;border-radius:7px}.showcase-section .research-card .research-visual{flex:1;position:relative;overflow:hidden;background:#000}.showcase-section .research-card .research-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.6}.showcase-section .research-card .research-visual .code-overlay{position:absolute;top:auto;left:5px;height:98%;width:98%;font-family:Courier New,monospace;font-size:10px;color:#0f0;background:#0008;z-index:2}.showcase-section .research-card .research-info{flex:1;padding:25px 20px}.showcase-section .research-card .research-info h3{font-size:1.2rem;margin-bottom:15px;font-weight:700;text-align:left}.showcase-section .research-card .research-info .tag{background:#005b6b;color:#000;padding:5px 10px;border-radius:7px;box-shadow:3px 3px #000;font-size:1rem;margin-right:5px;font-weight:700}.showcase-section .research-card .research-info p{margin:20px 0;line-height:1.6}.showcase-section .research-card .research-info .btn-small{background:#005b6b;color:#f5f5f5;padding:10px 50px;border:none;cursor:pointer;font-weight:700;font-size:1.2rem;left:2px}.showcase-section .research-card .research-info .btn-small:hover{background:#35094b;transform:translateY(-3px);transition:all .3s ease}.showcase-section .research-card .research-info .btn-small{box-shadow:8px 8px #000;border-radius:7px}.grid-section{background:linear-gradient(#29141400 50%,#00000058 50%);background-color:#005a80;opacity:.75;background-size:100% 5px;border:1px solid black}.grid-section .section-title h2{color:wheat;font-size:1.8rem;text-align:center}.grid-section .line{justify-content:center;width:100%;height:5px;background:#04aa6d;margin-bottom:30px}.grid-section .grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.grid-section .project-card{background:#ffffff0d;border:1px solid rgb(0,91,107);padding:20px;text-align:center;transition:.3s;height:5vh;min-height:400px}.grid-section .project-card .icon-large{font-size:3rem;color:wheat;margin-bottom:20px}.grid-section .project-card h3{color:wheat;margin-bottom:10px}.grid-section .project-card p{color:#000;margin-bottom:20px}.grid-section .project-card a{color:teal;font-weight:700}.grid-section .project-card:hover{background:#005b6b}.grid-section .project-card:hover h3,.grid-section .project-card:hover p,.grid-section .project-card:hover a,.grid-section .project-card:hover .icon-large{color:#fff}.grid-section .project-card:hover{transform:translateY(-5px)}.human-section{opacity:.85;border-top:2px solid rgb(245,222,179)}.human-section .section-title h2{color:wheat;font-size:2rem;text-align:center;padding:2px}.human-section .line{justify-content:center;width:100%;height:5px;background:#04aa6d;margin-bottom:40px}.human-section .human-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,1fr));gap:40px}@media(max-width:700px){.human-section .human-grid{display:block;padding:0 1%}}.human-section .stat-card{background:#1e1e1e;border:2px solid black;padding:10px 20px;position:relative;transition:.3s;overflow:hidden}@media(max-width:700px){.human-section .stat-card{margin-bottom:15px}}.human-section .stat-card:before{content:"";position:absolute;top:0;left:0;width:0;height:3px;background:wheat;transition:width .3s}.human-section .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000080;opacity:1}.human-section .stat-card:hover:before{width:100%}.human-section .stat-card:hover .icon-box i{color:wheat;transform:scale(1.1)}.human-section .stat-card .icon-box{margin-bottom:20px}.human-section .stat-card .icon-box i{font-size:2.5rem;color:#005b6b;transition:.3s}.human-section .stat-card h3{font-family:Fjall One,sans-serif;color:#fff;font-size:1.5rem;margin-bottom:10px}.human-section .stat-card p{color:#aaa;font-size:.95rem;line-height:1.5;margin-bottom:20px}.human-section .stat-card .skill-bars .bar-container{margin-bottom:10px}.human-section .stat-card .skill-bars .bar-container span{font-size:.8rem;color:wheat;display:block;margin-bottom:3px;font-family:Courier New,monospace}.human-section .stat-card .skill-bars .bar-container .bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px}.human-section .stat-card .skill-bars .bar-container .bar .fill{height:100%;background:#005b6b;border-radius:3px}.evidence-section{background-color:#2f0842;background:linear-gradient(#182c4da7 50%,#00000040 50%);background-size:100% 4px;border-top:4px solid rgb(0,91,107);justify-content:center;align-items:center;width:100%;max-width:2000px}.evidence-section .section-title h2{color:wheat;font-size:2rem;text-align:center;padding:10px 0}.evidence-section .section-title .line{background:#005b6b}.evidence-section .evidence-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(298px,1fr));gap:30px;padding:25px 10px}.evidence-section .evidence-card{background:#250634;border:2px solid wheat;box-shadow:5px 5px #00000080;transition:transform .3s}.evidence-section .evidence-card:hover{transform:translateY(-5px);box-shadow:8px 8px #005b6b}.evidence-section .evidence-card:hover .status-light{background:#0f0;box-shadow:0 0 10px #0f0}.evidence-section .evidence-card .card-header{padding:10px 15px;background:#ffffff0d;color:#005b6b;font-family:Courier New,monospace;font-size:.85rem;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px}.evidence-section .evidence-card .card-header .status-light{width:8px;height:8px;background:red;border-radius:50%;display:inline-block;transition:.3s}.evidence-section .evidence-card .video-wrapper{position:relative;width:100%;height:400px;background:#000;overflow:hidden}.evidence-section .evidence-card .video-wrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.evidence-section .evidence-card .video-wrapper .scanlines{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#760e0e00 50%,#00000040 50%);background-size:100% 4px;pointer-events:none;z-index:2;opacity:.7}.evidence-section .evidence-card .card-footer{padding:15px}.evidence-section .evidence-card .card-footer p{color:#bbb;font-size:.9rem;font-family:sans-serif}footer{background:linear-gradient(-45deg,#2f0842 5%,#005b6b,#16213e);background-size:400%;animation:bg-animation 3s infinite alternate;height:33vh;text-align:center;color:wheat;font-weight:700;width:100%;opacity:.85;z-index:5;border-top:3px solid wheat}footer .socials{margin-top:10px}footer .socials a{color:wheat;font-size:1.5rem;margin:0 10px}.footerimg{width:100%;max-width:298px;height:170px;border-radius:7px;box-shadow:15px 5px 15px #000}.hover-video-card-footer{position:relative;width:100%;height:180px;max-width:298px;border-radius:7px;overflow:hidden;cursor:pointer;box-shadow:4px 4px #000;transition:transform .3s ease-in-out}.hover-video-card-footer .footerimg{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hover-video-card-footer .hover-video-footer{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .4s ease-in-out;z-index:2;pointer-events:none}.hover-video-card-footer:hover{transform:scale(1.05);z-index:10}.hover-video-card-footer:hover .hover-video-footer{opacity:1;pointer-events:auto}.footer-content{display:flex;align-items:center;justify-content:center;height:100%;padding:0 20px;gap:30px}@media(max-width:768px){.hero h1{font-size:2rem}.research-card{flex-direction:column}header{padding:0 20px}.navi1{display:none}}@media(max-width:1030px){.brand-text .subtitle{font-size:.7rem;letter-spacing:2px;color:#ffffffb3}}@media(max-width:992px){h1{font-size:3rem}h2{font-size:2rem}.about-content,.contact-content{grid-template-columns:1fr}.timeline:after{left:31px}.timeline-item{width:100%;padding-left:70px;padding-right:25px}.timeline-item:nth-child(2n){left:0}.timeline-item:after{left:21px}.timeline-item:nth-child(2n):after{left:21px}}@media(max-width:768px){.nav-menu{position:fixed;top:80px;right:-100%;flex-direction:column;background:var(--primary-blue);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0;gap:0}.nav-menu.active{right:0}.nav-item{margin:15px 0}.mobile-toggle{display:block}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center;margin-bottom:30px}.projects-grid{grid-template-columns:1fr}}
