:root{--text:#aab3c5;--text-h:#f3f7ff;--bg:#070b14;--bg-top:#0b1222;--border:#adb8d024;--code-bg:#ffffff0d;--accent:#c084fc;--accent-bg:#c084fc1f;--accent-border:#c084fc57;--social-bg:#ffffff09;--shadow:#00000059 0 14px 30px -12px, #0003 0 8px 16px -8px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}html,body{min-height:100%}body{background:radial-gradient(circle at top, #344c8238, transparent 34%), linear-gradient(180deg, var(--bg-top) 0%, var(--bg) 100%);margin:0}#root{box-sizing:border-box;flex-direction:column;width:1200px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.site-header{grid-template-columns:minmax(0,1.25fr) minmax(280px,360px);align-items:start;gap:32px;display:grid}.site-header__main{min-width:0}.site-header__status{justify-content:flex-end;display:flex}.site-header .city-status{width:100%;max-width:360px}.site-summary{max-width:62ch;margin:20px 0 0}.city-status{border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff0d,#ffffff08);border-radius:18px;flex-direction:column;gap:8px;margin-bottom:28px;padding:18px 20px;display:inline-flex}.city-status__kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--text);opacity:.72;margin:0;font-size:12px}.city-status__city{color:var(--text-h);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:600;line-height:1.05}.city-status__row{color:var(--text);flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;line-height:1.25;display:flex}.city-status__temp{color:var(--text-h);font-weight:600}.city-status__weather{color:var(--text-h);align-items:center;gap:6px;display:inline-flex}.city-status__icon{font-size:16px;line-height:1}.city-status__top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}@media (width<=640px){.site-header{flex-direction:column;gap:20px;display:flex}.site-header__status{order:-1;justify-content:stretch;width:100%}.site-header .city-status{width:100%;max-width:none;margin-bottom:0}.site-header__main{width:100%}}.music-toggle--compact{border-radius:999px;min-width:36px;min-height:36px;padding:8px}.music-toggle--compact .music-toggle__icon{font-size:12px}#social{margin-top:32px}#social .icon{width:22px;height:22px;margin-bottom:14px}#social h2{margin:0 0 8px;font-size:20px}#social>p{color:var(--text);margin:0 0 20px}#social ul{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}#social a{color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:16px;text-decoration:none;transition:box-shadow .3s,border-color .3s;display:inline-flex}#social a:hover{box-shadow:var(--shadow);border-color:var(--accent-border)}#social .button-icon{width:18px;height:18px}@media (width<=640px){#social ul,#next-steps ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}#social li,#next-steps ul li{min-width:0}#social a,#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}.section-shell{text-align:left;width:min(1200px,100% - 40px);margin:0 auto;padding:48px 24px}.section-shell h2{margin:0 0 8px}.section-shell>p{max-width:700px;color:var(--text);margin:0 0 24px}@media (width<=1024px){.section-shell{width:min(1200px,100% - 32px);padding:40px 20px}}@media (width<=640px){.section-shell{width:min(1200px,100% - 24px);padding:32px 16px}.section-shell>p{margin-bottom:24px}}.skill-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;display:grid}@media (width<=1024px){.skill-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width<=640px){.skill-grid{grid-template-columns:1fr}}.skill-grid article{border:1px solid var(--border);background:var(--social-bg);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex}.skill-grid h3{color:var(--text-h);margin:0;font-size:18px;line-height:1.2}.skill-grid ul{flex-wrap:wrap;align-items:flex-start;gap:10px;margin:0;padding:0;list-style:none;display:flex}.skill-grid li{border:1px solid var(--accent-border);background:var(--accent-bg);width:auto;max-width:100%;color:var(--text-h);white-space:normal;text-wrap:balance;box-sizing:border-box;border-radius:999px;justify-content:flex-start;align-items:center;padding:6px 12px;font-size:14px;line-height:1.2;display:inline-flex}@media (width>=1200px){.skill-grid li{max-width:240px}}.experience-list{gap:20px;display:grid}.experience-list article{border:1px solid var(--border);background:var(--social-bg);box-shadow:var(--shadow);border-radius:16px;padding:24px}.experience-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.experience-company{color:var(--text);margin:4px 0 0;font-weight:500}.experience-meta{white-space:nowrap;color:var(--text);opacity:.75;margin:0;font-size:14px}.experience-list ul{margin:0;padding-left:20px}.experience-list li+li{margin-top:10px}.project-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.project-list article{border:1px solid var(--border);background:var(--social-bg);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.project-heading h3{color:var(--text-h);margin:0;font-size:20px;line-height:1.2}.project-meta-line{color:var(--text);opacity:.8;margin:6px 0 0;font-size:14px}.project-list article p{color:var(--text);margin:0}@media (width<=640px){.project-list{grid-template-columns:1fr;gap:16px}.project-list article{padding:20px}}.jam-list{gap:10px;margin:0;padding-left:20px;display:grid}.jam-list li{color:var(--text)}.project-list a{color:var(--text-h);text-underline-offset:3px;text-decoration:underline}.education-list{gap:20px;display:grid}.education-list article{border:1px solid var(--border);background:var(--social-bg);box-shadow:var(--shadow);border-radius:16px;padding:24px}.education-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.education-qualification{color:var(--text);margin:4px 0 0;font-weight:500}.education-meta{white-space:nowrap;color:var(--text);opacity:.75;margin:0;font-size:14px}.education-list p{color:var(--text);margin:0}
