:root{--font-size: 18px;--gap: 36px;--type-scale: 1.05;--h6: calc(var(--font-size) * var(--type-scale));--h5: calc(var(--h6) * var(--type-scale));--h4: calc(var(--h5) * var(--type-scale));--h3: calc(var(--h4) * var(--type-scale));--h2: calc(var(--h3) * var(--type-scale));--h1: calc(var(--h2) * var(--type-scale));--dot: 2px;--dot-color: rgb(from var(--black) r g b / 5%);--dot-gap: calc(var(--font-size) * 2);--bg: #16121d;--surface: #221b2c;--surface-2: #2b2240;--border: #3a2f52;--border-strong: #4a3f66;--text: #ede8fa;--muted: #cfc6e6;--primary: #b885c3;--primary-muted: #f29cb7;--secondary: #a78bfa;--secondary-muted: #c4b5fd;--highlight: #f7cb73;--highlight-muted: #ffe08a;--mint: #4fae95;--sky: #4f8bb6;--rose: #be6e8a}@media(prefers-color-scheme: light){:root{--bg: #fbf6ee;--surface: #fefcf9;--surface-2: #fcf8f3;--border: #d0c9d1;--border-strong: #a79bb4;--text: #3b3740;--muted: #595461;--primary: #6c2f55;--primary-muted: #9f6b86;--secondary: #5a4183;--secondary-muted: #9583aa;--highlight: #ffb82d;--highlight-muted: #fecf73;--mint: #2f9a75;--sky: #3b78b6;--rose: #c4515d}}.home{align-items:center;display:flex;flex-direction:column;justify-content:center}.home b{cursor:help}.home footer{bottom:calc(var(--gap)/4);left:calc(var(--gap)/4);position:absolute}.home img{border:4px solid rgb(from var(--rose) r g b/60%);border-radius:calc(var(--gap)/2);margin-bottom:calc(var(--gap)/2);margin-left:calc(var(--gap)/4);transform:rotate(-2.5deg)}.home main{background-color:var(--surface);border:1px solid var(--border);border-radius:calc(var(--gap)/2);box-sizing:border-box;display:grid;gap:var(--gap);grid-template-columns:min(var(--gap)*12,45vw - var(--gap)*1.5) 1px min(var(--gap)*12,45vw - var(--gap)*1.5);margin:2rem auto;max-width:90vw;padding:calc(var(--gap)/2);width:auto}@media screen and (max-width: 786px){.home main{display:flex;flex-direction:column;gap:calc(var(--gap)/2)}}.home ul{margin:0}.home #identity,.home #links{display:flex;flex-direction:column;justify-content:flex-end}.home #identity{padding-top:calc(var(--gap)*2)}.home #identity li{align-items:center;color:rgb(from var(--muted) r g b/60%);cursor:help;display:flex;font-size:.8rem;margin-bottom:.4rem}.home #identity li svg{height:calc(var(--gap)*.6);margin-right:.4rem;width:calc(var(--gap)*.6)}.home #identity p{margin-top:0}.home #identity ul{padding:0}.home #last-update{align-items:center;color:rgb(from var(--muted) r g b/60%);display:flex;height:calc(var(--gap)*.8);justify-content:flex-end;font-size:.8rem}.home #last-update svg{height:1rem;margin-right:.4rem;width:1rem}.home #links li{list-style-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='rgba(237,232,250,1)'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z'%3E%3C/path%3E%3C/svg%3E")}.home #social-media{align-items:center;display:flex;gap:calc(var(--gap)/4)}.home #social-media a{color:rgb(from var(--muted) r g b/60%);cursor:pointer}.resume b,.resume strong{color:rgb(from var(--highlight) r g b/60%)}.resume h1,.resume h2,.resume h3,.resume h4,.resume h5,.resume h6{text-transform:uppercase}.resume h1{margin-top:0}.resume h3{border-bottom:2px solid var(--border)}.resume h4{margin-top:0}.resume h4:has(+h5){margin-bottom:.2rem}.resume h4+h5{margin-top:0}.resume h5{color:var(--muted);font-weight:200}.resume section{display:grid;gap:calc(var(--gap)/4);grid-template-columns:100px 8px 1fr;position:relative}.resume .dates{align-items:center;background-image:url("/static/img/tag.svg");background-position:center;background-size:contain;background-repeat:no-repeat;color:var(--muted);display:flex;font-size:calc(var(--gap)*.4);height:50px;justify-content:center;padding-right:16px}.resume .dot{background-color:var(--border);border-radius:50%;height:8px;margin-top:22px;width:8px}.resume .vr{background-color:var(--border);height:100%;left:calc(103px + var(--gap)/4);position:absolute;width:2px}.resume #download{align-items:center;display:flex;justify-content:center;margin-top:calc(var(--gap)*1.5)}.resume #download a{align-items:center;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--gap);color:var(--text-muted);display:flex;font-size:var(--h1);padding:.8rem 1rem}.resume #download a:hover{background-color:var(--surface-2);text-decoration:none}.resume #download svg{height:var(--h1);margin-left:.4rem;width:var(--h1)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}a.title{font-size:var(--h4)}b,strong{background:linear-gradient(to right, var(--highlight), var(--rose) 120%);background-clip:text;color:rgba(0,0,0,0);font-weight:normal;-webkit-background-clip:text}body{box-sizing:border-box;color:var(--text);font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:var(--font-size);font-weight:400;margin:0;min-height:100vh;position:relative}footer{padding:1rem;padding-top:calc(var(--gap)*2)}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:0}h1{background-clip:text;background:linear-gradient(to right, var(--highlight), var(--rose));color:rgba(0,0,0,0);font-size:var(--h1);font-weight:normal;margin:var(--gap) 0;-webkit-background-clip:text}h1:has(+h2){margin-bottom:.2rem}h1+h2{margin-top:0}h2{color:var(--muted);font-size:var(--h2);font-weight:200;margin:var(--gap) 0;-webkit-background-clip:text}h3{font-size:var(--h3)}h4{color:var(--secondary);font-size:var(--h4)}h5{font-size:var(--h5)}h6{font-size:var(--h6)}h3,h4,h5,h6{background-clip:text;background:linear-gradient(to right, var(--secondary), var(--secondary-muted));color:rgba(0,0,0,0);font-weight:normal;margin:var(--gap) 0 calc(var(--gap)/2);-webkit-background-clip:text}header{align-items:center;display:flex;justify-content:space-between;padding:1rem}header a{align-items:center;color:var(--muted);display:flex}header svg{height:calc(var(--gap)*.6);margin-right:.2rem;width:calc(var(--gap)*.6)}hr{border:1px solid var(--border);margin:calc(var(--gap)/2) 0}html{background-color:var(--bg)}main{margin:0 auto;max-width:90vw;width:calc(var(--gap)*24)}p{margin:calc(var(--gap)/2) 0}.copyright{align-items:center;bottom:1rem;color:rgb(from var(--secondary) r g b/60%);display:flex;font-size:.8rem;left:1rem;opacity:.6}.copyright svg{height:.8rem;width:.8rem}.icon svg{height:calc(var(--gap)*.8);width:calc(var(--gap)*.8)}.vr{background-color:var(--border);height:100%;width:1px}@media screen and (max-width: 768px){.vr{height:1.5px;width:100%}}
