@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-color: #dfdfdf;--text-main: #000000;--text-muted: #555555;--accent: #00008b;--accent-glow: rgba(0, 0, 139, .15);--card-bg: rgba(255, 255, 255, .6);--card-border: rgba(0, 0, 0, .08);--font-body: "Outfit", sans-serif;--font-display: "Space Grotesk", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{cursor:none;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);overflow-x:hidden;line-height:1.6}a,button{cursor:none;text-decoration:none}.cursor-dot{position:fixed;top:0;left:0;width:20px;height:20px;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:background-color .2s}.locked{height:100vh;overflow:hidden}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--accent);z-index:10000;display:flex;align-items:center;justify-content:center}.preloader-content{text-align:center;color:var(--bg-color);font-family:var(--font-display)}.preloader-text{font-size:clamp(2rem,5vw,4rem);font-weight:700;letter-spacing:.1em}.preloader-year{font-size:1rem;opacity:.7;margin-top:.5rem;letter-spacing:.2em}.container{max-width:1400px;margin:0 auto;padding:0 5vw}.section{padding:8rem 0}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.1;letter-spacing:-.02em}.section-header{margin-bottom:4rem}.section-title{font-size:clamp(2.5rem,6vw,4.5rem);text-transform:uppercase;color:var(--text-main)}.center-header{text-align:center}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:0 5vw}.hero-content{position:relative;z-index:2;width:100%}.hero-titles{display:flex;flex-direction:column}.hero-massive-text{font-size:clamp(5rem,16vw,15rem);line-height:.85;text-transform:uppercase;color:var(--text-main);white-space:nowrap}.outline-text{color:transparent;-webkit-text-stroke:2px var(--text-main);opacity:.7}.hero-bottom-bar{margin-top:4rem;display:flex;justify-content:space-between;align-items:flex-end;border-top:2px solid var(--text-main);padding-top:2rem}.hero-subtitle{font-size:clamp(1.2rem,2vw,1.8rem);max-width:400px;color:var(--text-muted)}.hero-socials{display:flex;gap:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:1px solid var(--text-main);color:var(--text-main);font-size:1.5rem;transition:all .3s ease}.hero-bg-blur{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60vw;height:60vw;background-color:var(--accent);filter:blur(150px);z-index:0;border-radius:50%;pointer-events:none}.bento-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 1024px){.bento-layout{grid-template-columns:1fr}}.bento-col-left,.bento-col-right{display:flex;flex-direction:column;gap:2rem}.bento-box{background:var(--card-bg);border:1px solid var(--card-border);border-radius:2rem;padding:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px #00000008}.bento-box h3{font-size:2rem;margin-bottom:2rem;color:var(--text-main)}.bento-about p{font-size:1.3rem;color:var(--text-muted);line-height:1.6}.skills-grid{display:flex;flex-direction:column;gap:2rem}.skill-cat h4{font-size:1.1rem;margin-bottom:1rem;opacity:.8;color:var(--text-main)}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.tag{padding:.5rem 1rem;border:none;background:var(--accent);border-radius:8px;font-size:.85rem;font-weight:500;color:#bad540}.bento-experience{background:var(--accent);color:#bad540;border:3px solid var(--bg-color)}.bento-experience h3,.bento-experience .exp-header h4,.bento-experience .exp-company,.bento-experience .exp-date{color:#bad540!important}.exp-list,.edu-list{display:flex;flex-direction:column;gap:2rem}.exp-item,.edu-item{border-bottom:1px solid var(--card-border);padding-bottom:1.5rem}.exp-item:last-child,.edu-item:last-child{border-bottom:none;padding-bottom:0}.exp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.exp-header h4,.edu-item h4{font-size:1.25rem;color:var(--text-main)}.exp-date,.edu-item span{font-size:.9rem;color:var(--text-muted);font-family:var(--font-body)}.exp-company,.edu-item p{font-size:1rem;color:var(--accent);font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}.project-card{display:flex;flex-direction:column;background:var(--card-bg);border:1px solid var(--card-border);border-radius:2rem;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.project-img-wrapper{position:relative;width:100%;height:300px;overflow:hidden;background:#000}.project-img-blur{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background-size:cover;background-position:center;filter:blur(30px);opacity:.5}.project-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.project-card:hover .project-img{transform:scale(1.05)}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px var(--accent-glow)}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.project-card:hover .project-overlay{opacity:1}.project-view-btn{background:#fff;color:#000;padding:.8rem 1.5rem;border-radius:2rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transform:translateY(20px);opacity:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.project-card:hover .project-view-btn{transform:translateY(0);opacity:1}.project-content{padding:2.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{font-size:1.8rem;margin-bottom:1rem}.project-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.8rem}.carousel-container{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 768px){.carousel-container{gap:.5rem}.carousel-btn{width:40px;height:40px}.carousel-stage{height:400px}}.carousel-stage{position:relative;width:100%;max-width:600px;height:500px;display:flex;justify-content:center;perspective:1000px}.cert-item{position:absolute;width:100%;height:100%;background:var(--card-bg);border:1px solid var(--card-border);border-radius:2rem;display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px #0000000d}.cert-item.highlight{background:var(--accent);color:#bad540;border-color:#153c7c58}.cert-item.highlight h4,.cert-item.highlight p,.cert-item.highlight span{color:#bad540}.cert-item.highlight .cert-link{color:#bad540;border-color:#bad540}.cert-item.highlight .cert-link:hover{background:#bad540;color:var(--accent)}.cert-img-box{width:100%;height:60%;background:#00000005;position:relative;border-bottom:1px solid var(--card-border)}.cert-pdf{width:100%;height:100%;border:none;pointer-events:none}.cert-img{width:100%;height:100%;background-size:cover;background-position:center}.cert-details{padding:1.5rem;height:40%;display:flex;flex-direction:column}.cert-details h4{font-size:1.3rem;margin-bottom:.5rem}.cert-issuer{color:var(--accent);font-weight:500;margin-bottom:auto}.cert-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--card-border);padding-top:1rem}.cert-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--card-border);border-radius:1rem;font-size:.9rem;color:var(--text-main);transition:all .3s}.cert-link:hover{background:var(--text-main);color:var(--bg-color)}.carousel-btn{width:60px;height:60px;border-radius:50%;border:1px solid var(--text-main);background:transparent;color:var(--text-main);font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10}.carousel-btn:hover{background:var(--text-main);color:var(--bg-color);transform:scale(1.1)}.footer{background:var(--text-main);color:var(--bg-color);border-radius:3rem 3rem 0 0;margin-top:5rem;padding:8rem 0;position:relative;overflow:hidden}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-title{font-size:clamp(4rem,10vw,8rem);line-height:1;color:var(--bg-color);margin-bottom:5rem}.footer-socials{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.social-btn{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;border-radius:3rem;background:#ffffff1a;color:var(--bg-color);font-size:1.2rem;font-family:var(--font-display);border:1px solid rgba(255,255,255,.1);transition:all .3s}.social-btn:hover{background:var(--bg-color);color:var(--text-main)}@media (max-width: 768px){.section{padding:4rem 0}.section-header{margin-bottom:2rem}.bento-box{padding:1.5rem}.bento-layout,.bento-col-left,.bento-col-right{gap:1rem}.project-content{padding:1.5rem}.project-img-wrapper{height:200px}.footer{padding:4rem 0}.carousel-stage{height:350px}.hero-massive-text{font-size:clamp(3.5rem,16vw,10rem)}.hero-bottom-bar{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:2rem}.social-link{width:45px;height:45px;font-size:1.2rem}.hero-socials{gap:1rem;flex-wrap:wrap}}
