:root{--midnight-deep: #011244}#home-bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1;display:block}body{background-color:#010a2e!important}@keyframes rotate-laser{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-hero{text-align:center;padding:clamp(3.5rem,9vw,6rem) 1.5rem clamp(1.5rem,4vw,2.5rem)}.page-hero h1{font-size:clamp(2.4rem,7vw,4.4rem);font-weight:700;color:var(--ink)}.page-hero h1 .accent{color:var(--scarlet)}.about-featured-wrap{max-width:1400px;margin:0 auto clamp(2rem,5vw,4rem);padding:1rem clamp(1.2rem,5vw,2rem);display:flex;justify-content:center;width:100%}.about-featured-card{display:flex;flex-direction:row;background:linear-gradient(145deg,#0a0f1d,#011451);border:1px solid rgba(255,255,255,.05);border-radius:24px;box-shadow:inset 0 2px 2px #ffffff14,0 20px 40px #0009;overflow:hidden;width:100%;min-height:480px;position:relative;z-index:1;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.about-featured-card:before{content:"";position:absolute;top:-100%;left:-50%;width:200%;height:300%;animation:rotate-laser 4s linear infinite;opacity:0;transition:opacity .5s ease;z-index:-2;background:conic-gradient(transparent,transparent,transparent,var(--celeste))}.about-featured-card:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:linear-gradient(145deg,#0a0f1d,#011451);border-radius:22px;z-index:-1}.about-featured-card:hover:before{opacity:1}.about-featured-card:hover{border-color:#13bbaf4d;box-shadow:0 25px 50px #000000b3;transform:translateY(-5px)}.about-featured-image{flex:1;background:transparent;border-right:1px solid rgba(255,255,255,.06);min-height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px;padding:2.5rem;position:relative;z-index:2}.about-photo-card-3d{width:min(390px,85vw);height:min(390px,85vw);border-radius:24px;background:#011451d9;border:3.5px solid rgba(255,255,255,.15);box-shadow:0 15px 35px #00000080,0 0 15px #13bbaf26;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:500;font-size:1.1rem;letter-spacing:.05em;position:relative;transform:rotateX(10deg) rotateY(-12deg) translateZ(10px);transform-style:preserve-3d;transition:transform .6s cubic-bezier(.25,1,.5,1),border-color .6s ease,box-shadow .6s ease}.about-featured-card:hover .about-photo-card-3d{transform:rotateX(0) rotateY(0) translateZ(25px);border-color:var(--celeste);box-shadow:0 25px 50px #000000b3,0 0 30px #13bbaf8c}.about-photo-card-3d .placeholder-text{color:#fff9;transition:color .4s ease}.about-featured-card:hover .about-photo-card-3d .placeholder-text{color:var(--white)}.about-photo-card-3d[style*=background-image]{border-style:solid;border-color:#ffffff26;background-size:cover;background-position:center}.about-photo-card-3d[style*=background-image] .placeholder-text{display:none}.about-featured-content{flex:1.2;display:flex;flex-direction:column;justify-content:center;padding:3rem clamp(2rem,5vw,4.5rem);background:transparent;position:relative;z-index:2}.about-featured-content h2{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;margin-bottom:1.5rem;color:var(--white);line-height:1.1}.about-featured-content p{font-size:clamp(1rem,2.3vw,1.15rem);line-height:1.7;color:#ffffffd9;margin-bottom:1.2rem}.about-featured-content p:last-child{margin-bottom:0}@media (max-width: 850px){.about-featured-wrap{width:100%;margin-left:0}.about-featured-card{flex-direction:column;min-height:auto}.about-featured-image{min-height:380px;border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:2rem}.about-photo-card-3d{width:min(320px,80vw);height:min(320px,80vw)}.about-featured-content{padding:2.5rem 1.8rem}}.quote{text-align:center;max-width:960px;margin:clamp(2rem,5vw,4rem) auto;padding:0 1.5rem}.quote h3{font-size:clamp(1.4rem,3.8vw,2.4rem);font-weight:700;color:var(--white);margin-bottom:.8rem;white-space:nowrap}.quote h3 .accent{color:var(--scarlet)}.quote p{color:var(--muted);font-size:clamp(1rem,2.3vw,1.15rem);line-height:1.6}@media (max-width: 850px){.quote h3{white-space:normal}}.skills{max-width:980px;margin:0 auto;padding:clamp(2.5rem,6vw,4rem) clamp(1.2rem,5vw,2rem);text-align:center}.skills h2{font-size:clamp(1.8rem,5vw,2.6rem);font-weight:700;color:var(--ink)}.skills>p{color:var(--muted);max-width:960px;margin:.8rem auto 2.5rem;line-height:1.6;white-space:nowrap}@media (max-width: 850px){.skills>p{white-space:normal}}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.6rem}.cert{display:block;text-decoration:none;color:var(--ink);transform-style:preserve-3d;perspective:1000px}.cert .pic{aspect-ratio:1/1;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#ffffffd9;font-weight:600;background:linear-gradient(145deg,#0a0f1d,#011451) center/cover no-repeat;border:1px solid rgba(255,255,255,.05);box-shadow:inset 0 2px 2px #ffffff14,0 15px 30px #0009;position:relative;z-index:1;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.cert .pic:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;animation:rotate-laser 4s linear infinite;opacity:0;transition:opacity .5s ease;z-index:-2;background:conic-gradient(transparent,transparent,transparent,var(--celeste))}.cert .pic:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:linear-gradient(145deg,#0a0f1d,#011451);border-radius:14px;z-index:-1}.cert .pic>*{position:relative;z-index:2}.cert:hover .pic:before{opacity:1}.cert:hover .pic{border-color:#13bbaf4d;box-shadow:0 20px 40px #000000b3}.cert h4{margin-top:.8rem;font-size:1.1rem;font-weight:600;color:var(--white);text-align:center}.chip{width:65%;aspect-ratio:1/1;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 4px 6px #ffffff80,inset 0 -4px 6px #00000059,0 8px 15px #00000080,0 20px 40px #000000b3,0 35px 60px #0006;border:1.5px solid rgba(255,255,255,.25);overflow:hidden;transform:translateZ(35px) scale(1);transition:transform .4s ease,box-shadow .4s ease}.cert:hover .chip{transform:translateZ(50px) scale(1.03);box-shadow:inset 0 4px 6px #ffffff80,inset 0 -4px 6px #00000059,0 10px 20px #00000080,0 30px 55px #000000b3,0 50px 80px #00000059}.chip-cloud{background-color:#13bbaf}.chip-edu{background-color:#f5010a}.chip img{width:85%;height:85%;object-fit:contain;border-radius:8px;display:block;filter:drop-shadow(0 8px 12px rgba(0,0,0,.6)) drop-shadow(0 3px 4px rgba(0,0,0,.4));transform:scale(1) translateY(0);transition:transform .4s ease,filter .4s ease}.cert:hover .chip img{transform:scale(1.1) translateY(-6px);filter:drop-shadow(0 14px 20px rgba(0,0,0,.7)) drop-shadow(0 5px 6px rgba(0,0,0,.5))}.reveal{opacity:0}
