*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #000000;--fg: #ffffff;--fg-secondary: #a3a3a3;--fg-tertiary: #737373;--border: #171717;--border-hover: #262626;--accent: #3b82f6}body[data-theme=light]{--bg: #ffffff;--fg: #000000;--fg-secondary: #737373;--fg-tertiary: #a3a3a3;--border: #f5f5f5;--border-hover: #e5e5e5;--accent: #3b82f6}html,body{height:100%;overflow:hidden}body{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6;font-weight:400;position:relative}.page{max-width:760px;margin:0 auto;padding:1.5rem 2rem;height:100vh;display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;position:relative}main,footer{position:relative}header span{font-size:.9375rem;font-weight:600;letter-spacing:-.02em}.theme{width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:4px;cursor:pointer;color:var(--fg-secondary);font-size:.875rem;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.theme:hover{color:var(--fg)}.theme-icon{position:relative;display:block}.sun-icon{transform-origin:center;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease;opacity:1}.moon-icon{position:absolute;top:0;left:0;transform-origin:center;opacity:0;transform:scale(.6) rotate(-45deg);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}body[data-theme=light] .sun-icon{opacity:0;transform:scale(.6) rotate(90deg)}body[data-theme=light] .moon-icon{opacity:1;transform:scale(1) rotate(0)}main{flex:1;display:flex;flex-direction:column;gap:1.25rem;min-height:0;overflow:hidden}h1{font-size:1.375rem;font-weight:600;line-height:1.3;letter-spacing:-.03em;flex-shrink:0;color:var(--fg);max-width:640px}.education{font-size:.875rem;color:var(--fg-secondary);line-height:1.5;letter-spacing:-.01em;flex-shrink:0;margin-top:-.5rem}section{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}h2{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-secondary);flex-shrink:0}.projects{display:flex;flex-direction:column;gap:.5rem}.project{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;text-decoration:none;color:var(--fg);border-bottom:1px solid var(--border);transition:all .2s ease}.project:last-child{border-bottom:none}.project:hover{padding-left:.5rem}.project-info{display:flex;align-items:center;gap:.75rem}.project-name{font-weight:500;font-size:.875rem;letter-spacing:-.01em}.project-tag{color:var(--fg-tertiary);font-size:.75rem;font-style:italic}.project-stars{color:var(--fg-tertiary);font-size:.75rem;font-variant-numeric:tabular-nums;flex-shrink:0}.media{display:flex;flex-direction:column;gap:0}.media-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;text-decoration:none;color:var(--fg);border-bottom:1px solid var(--border);transition:all .2s ease}.media-item:last-child{border-bottom:none}.media-item:hover{padding-left:.5rem;color:var(--fg)}.media-title{font-weight:500;font-size:.875rem;letter-spacing:-.01em}.media-source{color:var(--fg-tertiary);font-size:.75rem}.github-contributions{padding:0;border:none;background:transparent;overflow-x:auto;overflow-y:hidden}.github-contributions::-webkit-scrollbar{height:6px}.github-contributions::-webkit-scrollbar-track{background:transparent}.github-contributions::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}.github-contributions::-webkit-scrollbar-thumb:hover{background:var(--fg-tertiary)}.github-contributions img{max-width:100%;height:auto;display:block}footer{display:flex;gap:1.5rem;flex-shrink:0}footer a{font-size:.875rem;color:var(--fg-secondary);text-decoration:none;transition:all .2s ease;letter-spacing:-.01em;font-weight:500;position:relative}footer a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--fg);transition:width .25s cubic-bezier(.4,0,.2,1)}footer a:hover{color:var(--fg)}footer a:hover:after{width:100%}@media (max-width: 640px){html,body{overflow:auto}.page{padding:1.5rem 1.5rem 2rem;gap:1.25rem;height:auto;min-height:100vh}h1{font-size:1.25rem}main{gap:1.25rem;overflow:visible;flex:initial}section{gap:.75rem}.github-contributions{padding:1rem}footer{flex-wrap:wrap;gap:1rem;padding-bottom:1rem}}*:not(.page){transition:background-color .2s ease,color .15s ease}
