:root{color-scheme:light;--bg: #f8f3e7;--surface: #f8f3e7;--text: #172126;--muted: #3a4448;--line: #c9d7da;--accent: #138baf;--tag: #e1ebed;--card-border: #91abb2;--shadow: 0 12px 28px rgb(19 86 107 / 9%);font-family:DM Sans,sans-serif;scroll-behavior:smooth}:root[data-theme=dark]{color-scheme:dark;--bg: #1c1b1b;--surface: #1c1b1b;--text: #f0f1e4;--muted: #b2b3a4;--line: #404135;--accent: #deea52;--tag: #2c2d23;--card-border: #686a49;--shadow: 0 12px 28px rgb(0 0 0 / 20%)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.65}a{color:inherit}button{font:inherit}.page-shell{display:grid;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);gap:clamp(4rem,10vw,10rem);max-width:1340px;margin:0 auto;padding:0 clamp(1.5rem,6vw,6rem)}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;justify-content:space-between;padding:clamp(4rem,15vh,9.5rem) 0 4rem}.name{width:fit-content;margin:0;font-family:Newsreader,serif;font-size:clamp(2.75rem,4.5vw,4.25rem);font-weight:600;letter-spacing:-.055em;line-height:.88}.role{margin:1.15rem 0 0;color:var(--text);font-size:1.05rem;font-weight:600}.intro{max-width:19rem;margin:.55rem 0 0;color:var(--muted);font-size:.95rem}nav{display:grid;gap:1rem;margin-top:5.5rem}nav a{display:flex;align-items:center;gap:.9rem;width:fit-content;color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:color .2s}nav i{width:1.5rem;height:1px;background:currentColor;transition:width .2s}nav a:hover,nav a:focus-visible,nav a.active{color:var(--text)}nav a:hover i,nav a:focus-visible i,nav a.active i{width:3.3rem}.sidebar-bottom{display:flex;align-items:center;gap:1.35rem}.socials{display:flex;align-items:center;gap:1rem}.socials a{color:var(--muted);transition:color .2s,transform .2s}.socials a:hover,.socials a:focus-visible{color:var(--accent);transform:translateY(-2px)}.socials svg{display:block;width:1.25rem;height:1.25rem;fill:currentColor}.socials .mail-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.theme-toggle{display:grid;place-items:center;width:1.5rem;height:1.5rem;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;transition:border-color .2s,color .2s}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--accent);color:var(--accent)}.theme-toggle svg{width:.8rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.sun{display:none}:root[data-theme=dark] .sun{display:block}:root[data-theme=dark] .moon{display:none}main{padding:8rem 0 4rem;min-width:0}.section{scroll-margin-top:2rem;margin-bottom:8rem;animation:rise .65s both}.section h2,.timeline-block>h3{margin:0 0 1.8rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.prose{color:var(--muted);font-size:1rem}.prose p{margin:0 0 1.15rem}.prose strong{color:var(--text);font-weight:600}.prose a{color:var(--text);font-weight:500;text-decoration-color:color-mix(in srgb,var(--accent) 65%,transparent);text-decoration-thickness:1px;text-underline-offset:3px}.prose a:hover,.prose a:focus-visible{color:var(--accent)}.timeline-block{scroll-margin-top:2rem;margin-top:3.75rem}.timeline{display:grid;gap:2.2rem;padding:0;margin:0;list-style:none}.timeline>li{display:grid;grid-template-columns:7.5rem 1fr;gap:1rem}.period{margin:.2rem 0 0;color:var(--muted);font-family:DM Mono,monospace;font-size:.66rem;line-height:1.45;text-transform:uppercase}.timeline h4{margin:0;font-size:.94rem;line-height:1.35}.timeline h4 span{color:var(--muted);font-weight:400}.timeline h4+p{margin:.65rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.55}.tags{display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:.9rem 0 0;list-style:none}.tags li{padding:.2rem .58rem;border-radius:999px;background:var(--tag);color:var(--accent);font-size:.67rem;font-weight:600;line-height:1.35}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.project-card{position:relative;display:flex;min-height:15rem;flex-direction:column;justify-content:center;padding:clamp(1.25rem,3vw,1.75rem);padding-bottom:3.75rem;border:1px solid var(--card-border);border-radius:.7rem;background:var(--bg);box-shadow:var(--shadow);transition:border-color .2s,box-shadow .2s}.project-card:hover{border-color:color-mix(in srgb,var(--accent) 70%,var(--card-border));box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 18%,transparent),var(--shadow)}.project-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.project-heading h3{max-width:calc(100% - 4.5rem);margin:0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.2}.card-links{display:flex;gap:.45rem}.project-card .card-links{position:absolute;top:1rem;right:1rem}.card-links a{display:grid;place-items:center;width:1.8rem;height:1.8rem;border:1px solid var(--card-border);border-radius:50%;background:var(--bg);color:var(--muted);text-decoration:none;transition:border-color .2s,color .2s,background .2s}.card-links a:hover,.card-links a:focus-visible{border-color:var(--accent);background:var(--tag);color:var(--accent)}.card-links svg{width:.9rem;height:.9rem}.github-icon{fill:currentColor}.external-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.project-card>p{margin:.8rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.55}.project-preview{position:absolute;right:1rem;bottom:1rem;z-index:2}.project-preview>button{display:grid;place-items:center;width:1.8rem;height:1.8rem;padding:0;border:1px solid var(--card-border);border-radius:50%;background:var(--bg);color:var(--muted);cursor:pointer;transition:border-color .2s,background .2s,color .2s}.project-preview>button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.project-preview>button:hover,.project-preview>button:focus-visible{border-color:var(--accent);background:var(--tag);color:var(--accent)}.preview-popover{position:absolute;right:0;bottom:calc(100% + .6rem);width:min(20rem,calc(100vw - 3rem));padding:.35rem;border:1px solid color-mix(in srgb,var(--accent) 45%,var(--card-border));border-radius:.6rem;background:var(--bg);box-shadow:0 1rem 2.5rem #0000003d;opacity:0;visibility:hidden;transform:translateY(.4rem);pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s}.preview-popover img{display:block;width:100%;aspect-ratio:16 / 9;border-radius:.35rem;background:var(--tag);object-fit:contain}.project-preview:focus-within .preview-popover,.project-preview.is-open .preview-popover{opacity:1;visibility:visible;transform:translateY(0)}.contact{margin-bottom:4rem}.contact-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.contact-links a{padding:.5rem .85rem;border:1px solid var(--line);border-radius:999px;color:var(--text);font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s}.contact-links a:hover,.contact-links a:focus-visible{border-color:var(--accent);background:var(--tag)}footer{color:var(--muted);font-family:DM Mono,monospace;font-size:.65rem}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover){.project-preview:hover .preview-popover{opacity:1;visibility:visible;transform:translateY(0)}}@media(max-width:800px){.page-shell{display:block;padding:0 1.35rem}.sidebar{position:static;height:auto;padding:3.25rem 0 2.5rem}.name{font-size:3.2rem}.intro{max-width:23rem}nav{display:none}.sidebar-bottom{margin-top:1.8rem}main{padding:1.5rem 0 3rem}.section{margin-bottom:5.5rem}.timeline-block{margin-top:3rem}.timeline>li{grid-template-columns:1fr;gap:.45rem}.timeline h4 span{display:block;margin-top:.2rem}.period{margin:0}}@media(max-width:560px){.project-grid{grid-template-columns:1fr}.project-card{min-height:13rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
