.preloader{background-color:var(--bg-dark);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.preloader-content{text-align:center}.name-display{letter-spacing:-2px;color:var(--text-primary);flex-wrap:wrap;justify-content:center;gap:0;font-size:clamp(3rem,8vw,6rem);font-weight:700;display:flex}.name-display span{display:inline-block}.period{color:var(--accent);margin-left:.2em}.transition-panel{z-index:8000;pointer-events:none;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.transition-dark{background-color:var(--bg-dark);flex:1;transform:translateY(100%)}.transition-accent{background-color:var(--accent);flex:1;transform:translateY(100%)}.scramble-link{letter-spacing:.5px;min-height:1.2em;font-family:Inter,sans-serif;font-weight:500;line-height:1.2;transition:color .3s;display:inline-block;position:relative}.scramble-link:hover{color:var(--accent)}.scramble-button{letter-spacing:1px;cursor:pointer;text-transform:uppercase;min-height:1.2em;font-family:Inter,sans-serif;font-weight:600;line-height:1.2;font-size:inherit;color:#ffffffb3;background:0 0;border:none;padding:0;transition:color .3s;display:inline-block;position:relative}.scramble-button:hover{color:#fff}.chr-hover{cursor:pointer}#hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video{object-fit:cover;opacity:.7;filter:brightness(.9);width:100%;height:100%}.hero-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.hero-top-tagline{max-width:280px;position:absolute;top:3rem;left:2rem}.tagline-text{color:#ffffffbf;letter-spacing:.4px;word-spacing:.05em;font-size:.9rem;font-style:italic;font-weight:400;line-height:1.7}.hero-name-section{text-align:center;border-bottom:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;padding-bottom:1.5rem;display:flex;position:absolute;bottom:5.5rem;left:0;right:0}.hero-divider{display:none}.hero-name{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:1.5rem;display:flex}.first-name{color:#fff;letter-spacing:-2px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(3rem,10vw,5.5rem);font-weight:700;line-height:1}.last-name{color:#ffffffd9;letter-spacing:-1px;font-family:Georgia,Cambria,serif;font-size:clamp(3rem,10vw,5.5rem);font-style:italic;font-weight:300;line-height:1}.hero-subtitle{display:none}.hero-subtitle p{color:#ffffff80;letter-spacing:.5px;font-size:.95rem;font-weight:400;line-height:1.6}.hero-bar{z-index:10;text-transform:uppercase;letter-spacing:1px;justify-content:space-between;align-items:center;width:100%;padding:0 2rem;font-size:.8rem;font-weight:600;display:flex;position:fixed;bottom:2rem;left:0;right:0}.hero-bar-left,.hero-bar-center,.hero-bar-right{align-items:center;gap:.5rem;display:flex}.hero-bar-left{color:#ffffff80;letter-spacing:.5px;text-transform:none;font-weight:600}.hero-bar-center{flex:1;justify-content:center;gap:0}.hero-bar-center span{display:inline}.separator{color:#ffffff4d;letter-spacing:0;margin:0 .75rem;font-weight:400}.hero-bar a{color:#ffffffb3;cursor:pointer;text-transform:uppercase;font-weight:600;transition:color .3s;display:inline-block;position:relative}.hero-bar a:hover{color:#fff}@media (width<=768px){.hero-content{padding:1.5rem}.hero-top-tagline{max-width:250px;top:2rem;left:1.5rem}.tagline-text{font-size:.8rem}.hero-name-section{padding-bottom:1rem;bottom:5rem}.hero-name{gap:.75rem}.first-name,.last-name{font-size:2rem}.hero-bar{flex-direction:column;gap:1rem;padding:0 1rem;bottom:1rem}.hero-bar-center{order:2}.separator{display:none}}#works{background-color:var(--bg-dark);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.works-header{text-align:left;width:100%;max-width:1200px;margin-bottom:4rem}.works-header h1{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:700}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;width:100%;max-width:1200px;margin-bottom:4rem;display:grid}.project-card{flex-direction:column;gap:1.5rem;animation:.6s ease-out fadeIn;display:flex}.project-image-wrapper{aspect-ratio:16/10;background-color:#ffffff0d;border-radius:8px;width:100%;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.project-image-wrapper:hover .project-overlay{opacity:1}.project-links{align-items:center;gap:.5rem;font-size:.95rem;display:flex}.project-link{color:var(--accent);font-weight:600;transition:color .3s}.project-link:hover{color:var(--text-primary)}.link-divider{color:var(--text-secondary)}.project-content{flex-direction:column;gap:.75rem;display:flex}.project-title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.project-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.tech-badge{color:var(--text-secondary);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;transition:all .3s;display:inline-block}.tech-badge:hover{border-color:var(--accent);color:var(--accent);background:#ff2a2a26}.back-nav{text-align:left;border-top:1px solid var(--border-light);width:100%;max-width:1200px;padding-top:2rem}@media (width<=768px){#works{padding:3rem 1.5rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-image-wrapper{aspect-ratio:4/3}.works-header h1{font-size:2rem}}#info{background-color:var(--bg-dark);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.info-container{width:100%;max-width:1000px}.info-header{margin-bottom:3rem}.info-header h1{color:var(--text-primary);font-size:clamp(2.5rem,6vw,4rem);font-weight:700}.profile-section{border-bottom:1px solid var(--border-light);grid-template-columns:1fr 1.2fr;align-items:center;gap:3rem;margin-bottom:4rem;padding-bottom:3rem;display:grid}.profile-image-wrapper{aspect-ratio:3/4;background:linear-gradient(135deg,#ffffff1a,#ff2a2a0d);border-radius:8px;width:100%;position:relative;overflow:hidden}.profile-image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .4s}.profile-image-wrapper:hover .profile-image{filter:grayscale(0%)}.profile-info h2{margin-bottom:.5rem;font-size:2rem;font-weight:700}.profile-info .role{color:var(--accent);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.profile-info .location{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.profile-info .bio{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.skills-section{border-bottom:1px solid var(--border-light);margin-bottom:4rem;padding-bottom:3rem}.skills-section h3{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.skill-category{margin-bottom:2rem}.skill-category h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.skill-items{flex-wrap:wrap;gap:.75rem;display:flex}.skill-item{color:var(--text-secondary);cursor:default;background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-block}.skill-item:hover{border-color:var(--accent);color:var(--accent);background:#ff2a2a26;transform:translateY(-2px)}.education-section{border-bottom:1px solid var(--border-light);margin-bottom:4rem;padding-bottom:3rem}.education-section h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.education-card{border:1px solid var(--border-light);background:#ffffff0d;border-radius:8px;padding:1.5rem;transition:all .3s}.education-card:hover{border-color:var(--accent);background:#ff2a2a14;transform:translateY(-4px)}.education-card h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.education-card .institution{color:var(--accent);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.education-card .description{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.contact-section{border-bottom:1px solid var(--border-light);margin-bottom:3rem;padding-bottom:3rem}.contact-section h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.contact-links{flex-direction:column;gap:1rem;display:flex}.contact-item{align-items:center;gap:1rem;font-size:.95rem;display:flex}.contact-item .label{color:var(--text-secondary);min-width:70px;font-weight:600}.contact-item a{color:var(--accent);font-weight:500;transition:color .3s}.contact-item a:hover{color:var(--text-primary)}.back-nav{text-align:left;padding-top:1rem}.back-nav a{color:var(--text-secondary);font-size:.95rem;transition:color .3s}.back-nav a:hover{color:var(--text-primary)}.back-button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .3s}.back-button:hover{color:var(--text-primary)}@media (width<=768px){#info{padding:3rem 1.5rem}.info-container{max-width:100%}.profile-section{grid-template-columns:1fr;gap:2rem}.profile-image-wrapper{max-width:300px;margin:0 auto}.info-header h1{font-size:2rem}.skill-items{gap:.5rem}.skill-item{padding:.4rem .8rem;font-size:.8rem}.contact-item{flex-direction:column;align-items:flex-start;gap:.25rem}}#root{width:100%;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s ease-out fadeIn}.slide-up{animation:.6s ease-out slideUp}:root{--bg-dark:#0a0a0a;--text-primary:#fff;--text-secondary:#888;--accent:#ff2a2a;--border-light:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}
