:root{--bg-color: #ffffff;--text-color: #000000;--accent-color: #000000;--grid-line: #e5e5e5;--font-mono: "Courier New", Courier, monospace;--font-sans: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-mono);background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:50px 50px;z-index:-1;pointer-events:none}#webgl{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.3;pointer-events:none}.navbar{position:fixed;top:0;left:0;width:100%;padding:3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;mix-blend-mode:difference;color:#fff}.logo{font-weight:700;font-size:1.5rem;letter-spacing:-.05em}.links a{text-decoration:none;color:inherit;margin-left:2.5rem;font-size:1.1rem;text-transform:uppercase;font-weight:500}.content{position:relative;z-index:10;padding-bottom:10rem}section{min-height:100vh;padding:6rem 4rem;display:flex;flex-direction:column;justify-content:center}#hero .hero-content{max-width:1000px}h1{font-family:var(--font-sans);font-size:4.5rem;line-height:1.1;font-weight:900;letter-spacing:-.04em;margin-bottom:3rem}.subtitle{font-size:1.5rem;max-width:700px;line-height:1.6;margin-bottom:5rem;border-left:3px solid black;padding-left:1.5rem;font-weight:500}.scroll-indicator{font-size:1rem}#about{max-width:1000px;border-left:1px solid var(--grid-line);padding-left:3rem}#about h2{font-size:3rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:-.02em}#about p{font-size:1.35rem;line-height:1.7;margin-bottom:2rem;color:#333;max-width:800px}#projects{max-width:1400px;margin:0 auto}.section-header{font-size:4rem;margin-bottom:5rem;border-bottom:2px solid black;padding-bottom:1.5rem;display:flex;justify-content:space-between;align-items:flex-end}.section-label{font-size:1.2rem;font-family:var(--font-mono);color:#666}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.project-card{border:1px solid black;padding:3rem;transition:transform .2s ease,box-shadow .2s ease;background:#fff;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:10px 10px #000}.card-header{display:flex;justify-content:space-between;margin-bottom:2.5rem;font-family:var(--font-mono);font-size:2rem;font-weight:700}.project-id{color:#ccc}.project-title{font-family:var(--font-sans);font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.project-tech{font-family:var(--font-mono);font-size:1rem;color:#666;margin-bottom:2rem;text-transform:uppercase}.project-desc{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.project-stats{display:flex;gap:2rem;border-top:1px solid #eee;padding-top:1rem}.stat-item{display:flex;flex-direction:column}.stat-label{font-size:.9rem;color:#999;text-transform:uppercase}.stat-value{font-family:var(--font-mono);font-size:1.1rem;font-weight:700}#experience{max-width:1400px;margin:0 auto}.timeline{border-left:2px solid black;padding-left:0;margin-left:0;position:relative;margin-top:2rem}.timeline-item{position:relative;margin-bottom:3rem;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border:1px solid #000;margin-left:2rem;box-shadow:10px 10px #0000000d}.timeline-item:before{content:"";position:absolute;left:-5.75rem;top:2.5rem;width:1.2rem;height:1.2rem;background:#000;border-radius:50%;z-index:10}.role-header{margin-bottom:.5rem}.role-title{font-size:2rem;font-weight:700;font-family:var(--font-sans)}.role-meta{font-family:var(--font-mono);font-size:1.2rem;margin-bottom:1.5rem}.role-tech{font-family:var(--font-mono);font-size:.9rem;color:#000;margin-bottom:1rem;font-weight:700}.role-keywords{display:flex;flex-wrap:wrap;gap:.8rem}.keyword-tag{font-family:var(--font-mono);font-size:.9rem;background:#f4f4f4;padding:.4rem .8rem;border:1px solid #ddd;border-radius:4px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;z-index:1000;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .3s ease}.modal.hidden{opacity:0;pointer-events:none}.modal-content{background:#fff;border:2px solid black;width:90%;max-width:1000px;max-height:90vh;overflow-y:auto;padding:4rem;position:relative;box-shadow:20px 20px #0000001a}.close-modal{position:absolute;top:2rem;right:2rem;font-size:3rem;cursor:pointer;line-height:1}.close-modal:hover{color:red}.modal-title{font-family:var(--font-sans);font-size:3rem;font-weight:900;margin-bottom:1rem}.modal-tech{font-family:var(--font-mono);font-size:1.2rem;color:#666;margin-bottom:2rem;text-transform:uppercase}.modal-media-container{width:100%;margin-bottom:2rem;display:flex;justify-content:center;background:#000}.modal-media-container.portrait{background:transparent;max-width:400px;margin-left:auto;margin-right:auto}.modal-video{width:100%;max-height:500px;object-fit:contain;display:block}.modal-video.portrait{max-height:70vh;width:auto}.modal-media-placeholder{width:100%;height:400px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;font-family:var(--font-mono);color:#999}.modal-description{font-size:1.3rem;line-height:1.7;margin-bottom:3rem}.modal-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;border-top:1px solid #eee;padding-top:2rem}#contact{text-align:center;border-top:1px solid black}.contact-links{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.contact-link{font-size:1.2rem;text-decoration:none;color:#000;border-bottom:2px solid transparent;transition:border-color .2s}.contact-link:hover{border-color:#000}
