html{scroll-behavior:smooth;scroll-padding-top:90px}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#2f0842;color:#fff;overflow-x:hidden;width:100%;margin:1px;line-height:1.6}header{height:90px;background:linear-gradient(-45deg,#2f0842,#005b6b,#16213e);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:100;box-shadow:0 0 60px 20px #000000a9;animation:bg-animation 3s infinite alternate;background-size:400%}@media(max-width:900px){header{align-items:center;justify-content:center;height:20vh}}header .logo_content{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{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}main{width:100%;max-width:1700px}.hero{height:100vh;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(#005b6b 10%,#2f0842 90%);text-align:center;border-bottom:3px solid rgb(245,222,179)}.hero .hero_text{max-width:800px}.hero .hero_text h1{font-size:2.5rem;color:wheat;margin-bottom:20px;line-height:1.2;margin-top:100px}@media(max-width:650px){.hero .hero_text h1{font-size:1.5rem;margin-top:150px}}.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}@keyframes bg-animation{0%{background-position:left}to{background-position:right}}.about{background:#16213e;box-shadow:0 0 60px 20px #000000a9;padding:20px 5%;align-items:center;border-bottom:2px solid rgb(0,179,255)}.about h1{padding:10px 0;font-size:2.2rem;text-align:center;line-height:.6;justify-content:center}@media(max-width:992px){.about h1{font-size:2.5rem;text-align:center}}.about p{margin-bottom:1rem;color:wheat;line-height:1.673}.about a{color:var(--accent-green);text-decoration:none;transition:var(--transition)}.about-container{width:100%;justify-content:center;align-items:center;padding:0 20px}.about-content{display:grid;grid-template-columns:auto 1.5fr;gap:40px;align-items:center;justify-content:center;height:auto}@media(max-width:992px){.about-content{display:flex;flex-direction:column;width:100%;height:auto;align-items:center;margin-bottom:10px}}.about-img1{width:100%;max-width:500px;height:auto;-o-object-fit:cover;object-fit:cover}@media(max-width:992px){.about-img1{display:none}}.about-img1{border-radius:var(--border-radius);box-shadow:var(--shadow-hard);box-shadow:8px 8px #000}.about-img2{max-width:650px;width:100%;max-height:430px;height:auto;border-radius:7px;border:2px solid black}@media(max-width:1185px){.about-img2{max-height:450px;width:100%}}@media(max-width:992px){.about-img2{border-radius:10px;border:2px solid black}}.about-img2{-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right;box-shadow:var(--shadow-hard);box-shadow:8px 8px #000}.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;color:#04aa6d}.skill-tag{background:var(--card-bg);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{padding:80px 10%;background-color:wheat;color:#2f0842;border-bottom:2px solid rgb(0,179,255)}.showcase-section .section-title{margin-bottom:50px}.showcase-section .section-title h2{font-size:2.5rem;text-transform:uppercase;text-align:center}.showcase-section .section-title .line{align-items:center;justify-content:center;width:100%;height:5px;background:#005b6b}.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{padding:80px 10%;background-color:#2f0842}.grid-section .section-title h2{color:wheat;font-size:1.8rem;text-align:center;margin-bottom:2px}.grid-section .line{justify-content:center;width:100%;height:5px;background:#005b6b;margin-bottom:40px}.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:30px;text-align:center;transition:.3s;height:50vh}.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:#aaa;margin-bottom:20px}.grid-section .project-card a{color:#005b6b;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{padding:40px 10%;background-color:#1d2b51;border-top:2px solid rgb(245,222,179);width:100%}.human-section .section-title h2{color:wheat;font-size:2rem;text-align:center;padding:2px}.human-section .human-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.human-section .stat-card{background:#1e1e1e;border:1px solid rgba(255,255,255,.1);padding:30px;position:relative;transition:.3s;overflow:hidden}.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}.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{padding:50px 10%;background-color:#2f0842;border-top:4px solid rgb(0,91,107)}.evidence-section .section-title h2{color:wheat;font-size:2rem;text-align:center}.evidence-section .section-title .line{background:#005b6b}.evidence-section .evidence-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;margin-top:40px}.evidence-section .evidence-card{background:#250634;border:2px solid rgb(245,222,179);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(#12101000 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:40vh;text-align:center;color:wheat;font-weight:700;width:100%;max-width:1600px}@keyframes bg-animation{0%{background-position:left}50%{background-position:right}}footer .socials{margin-top:10px}footer .socials a{color:wheat;font-size:1.5rem;margin:0 10px}.footerimg{width:100%;max-width:150px;height:150px;border-radius:7px;box-shadow:15px 5px 15px #000}.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}}
