:root{--header-height:64px;--global-width:min(800px, 100% - 3rem);--radius:4px;--bg-primary-light:#29292f;--bg-primary:#232329;--bg-primary-dark:#101012;--bg-transparent-light:#29292f80;--bg-transparent:#23232980;--bg-transparent-dark:#10101280;--bg-accent:#4b0202;--fg-primary-light:#fff;--fg-primary:#cdcdcd;--fg-primary-dark:#717171;--fg-accent:#675757;--border-primary:#4f4d4d;--highlight:#717171;font-family:Quantico,sans-serif}*{box-sizing:border-box}html{scrollbar-gutter:stable;font-size:clamp(16px,1.2vw + 12px,20px)}body{color:var(--fg-primary);background-color:var(--bg-primary);margin:0;padding:0}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{color:var(--fg-primary-light);letter-spacing:.02em;margin-bottom:1rem;line-height:1}p{max-width:80ch;margin-bottom:.95rem}a{color:var(--fg-accent);text-underline-offset:4px;transition:color .2s}a:hover{color:var(--fg-primary-light)}pre{border-radius:var(--radius);border:1px solid var(--border-primary);max-width:100%;margin-bottom:16px;padding:16px;overflow-x:auto}code{color:var(--highlight);font-family:JetBrains Mono,monospace;font-size:.78em}code span{font-family:inherit}span,button,select{font-family:Quantico,sans-serif}.icon-wrap{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}@font-face{font-display:swap;font-family:Quantico;font-style:normal;font-weight:400;src:url(../../../fonts/quantico/quantico-v17-latin-regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Quantico;font-style:italic;font-weight:400;src:url(../../../fonts/quantico/quantico-v17-latin-italic.woff2)format("woff2")}@font-face{font-display:swap;font-family:Quantico;font-style:normal;font-weight:700;src:url(../../../fonts/quantico/quantico-v17-latin-700.woff2)format("woff2")}@font-face{font-display:swap;font-family:Quantico;font-style:italic;font-weight:700;src:url(../../../fonts/quantico/quantico-v17-latin-700italic.woff2)format("woff2")}@font-face{font-display:swap;font-family:JetBrains Mono;font-style:normal;font-weight:400;src:url(../../../fonts/jetbrains-mono/jetbrains-mono-v24-latin-regular.woff2)format("woff2")}footer.svelte-7lfk2o{background-color:var(--bg-primary-dark);border-top:1px solid var(--fg-accent)}.footer-inner.svelte-7lfk2o{width:var(--global-width);box-sizing:border-box;justify-content:space-between;gap:32px;margin-inline:auto;padding:24px 0;display:flex}.footer-info.svelte-7lfk2o{flex-direction:column;flex:1;justify-content:space-between;gap:8px;display:flex}.footer-info.svelte-7lfk2o p:where(.svelte-7lfk2o){text-wrap:balance;margin:0;font-size:.85rem}.footer-socials.svelte-7lfk2o{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.footer-socials.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--fg-accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer-socials.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--fg-primary-light)}@media (width<=700px){.footer-inner.svelte-7lfk2o{flex-direction:column;gap:20px}.footer-socials.svelte-7lfk2o{width:100%}}header.svelte-hv3zzy{z-index:1;background-color:var(--bg-primary-dark);border-bottom:1px solid var(--fg-accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;position:fixed;top:0}.container.svelte-hv3zzy{width:var(--global-width);height:var(--header-height);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.logo.svelte-hv3zzy{align-items:center;gap:16px;display:flex}.logo.svelte-hv3zzy a:where(.svelte-hv3zzy){color:var(--fg-primary);letter-spacing:2px;font-weight:700;text-decoration:none}.pfp.svelte-hv3zzy{flex-direction:column;align-items:center;display:flex;position:relative}.pfp.svelte-hv3zzy img:where(.svelte-hv3zzy){border-radius:var(--radius);border:2px solid var(--fg-accent);object-fit:cover;width:50px;height:50px;box-shadow:0 4px 12px #0003}.menu-btn.svelte-hv3zzy{background:var(--bg-primary-light);border:2px solid var(--fg-accent);color:var(--fg-accent);cursor:pointer;border-radius:var(--radius);justify-content:center;align-items:center;padding:.5rem;font-weight:700;transition:background .2s,color .2s;display:flex}.menu-btn.svelte-hv3zzy:hover{background:var(--fg-accent);color:var(--bg-primary)}.menu-icon.svelte-hv3zzy{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.hidden-checkbox.svelte-6dohdz{opacity:0;pointer-events:none;width:0;height:0;position:fixed;top:0;left:0}.backdrop.svelte-6dohdz{background:var(--bg-transparent-dark);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility 0s .2s;position:fixed;inset:0}#sidebar-toggle.svelte-6dohdz:checked~.backdrop:where(.svelte-6dohdz){opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s,visibility}.sidebar.svelte-6dohdz{background:var(--bg-primary-dark);border-left:1px solid var(--border-primary);z-index:4;visibility:hidden;flex-direction:column;width:450px;padding:1.5rem;transition:transform .3s,visibility 0s .3s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-5px 0 20px #00000080}#sidebar-toggle.svelte-6dohdz:checked~.sidebar:where(.svelte-6dohdz){visibility:visible;transition:transform .3s,visibility;transform:translate(0)}.header.svelte-6dohdz{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.header-actions.svelte-6dohdz{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.header-actions.svelte-6dohdz div:where(.svelte-6dohdz){gap:.5rem;display:flex}.btn-settings.svelte-6dohdz{color:var(--fg-primary);border:1px solid var(--border-primary);border-radius:calc(var(--radius) / 2);justify-content:center;align-items:center;padding:.5rem;transition:background .2s,color .2s;display:flex}.btn-settings.svelte-6dohdz:hover{background:var(--fg-primary);color:var(--bg-primary)}.btn-settings.active.svelte-6dohdz{background:var(--bg-accent);border-color:var(--bg-accent);color:var(--fg-primary-light)}nav.svelte-6dohdz{scrollbar-width:thin;scrollbar-color:var(--border-primary) transparent;flex:1;min-height:0;margin:1.5rem 0;overflow-y:auto}nav.svelte-6dohdz::-webkit-scrollbar{width:4px}nav.svelte-6dohdz::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:2px}nav.svelte-6dohdz ul:where(.svelte-6dohdz){flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}nav.svelte-6dohdz a:where(.svelte-6dohdz){color:var(--fg-primary-dark);text-transform:uppercase;border-radius:calc(var(--radius) / 2);border:1px solid #0000;padding:.5rem;font-size:1.1rem;text-decoration:none;transition:color .2s,background .2s,border-color .2s,padding-left .2s;display:block}nav.svelte-6dohdz a:where(.svelte-6dohdz):hover,nav.svelte-6dohdz a.active:where(.svelte-6dohdz){color:var(--fg-primary-light);border-color:var(--border-primary);background:#ffffff0d;padding-left:1rem}nav.svelte-6dohdz a.active:where(.svelte-6dohdz):before{content:"> ";color:var(--fg-accent)}button.svelte-6dohdz{border:1px solid var(--border-primary);color:var(--fg-primary);cursor:pointer;text-transform:uppercase;border-radius:calc(var(--radius) / 2);background:0 0;transition:background .2s,color .2s}button.svelte-6dohdz:hover{background:var(--fg-primary-dark);color:var(--bg-primary)}.btn-close.svelte-6dohdz{cursor:pointer;border:1px solid var(--border-primary);color:var(--fg-primary);text-transform:uppercase;border-radius:calc(var(--radius) / 2);background:0 0;justify-content:center;align-items:center;padding:.5rem;font-size:.9rem;font-weight:700;display:flex}.btn-close.svelte-6dohdz:hover{background:var(--bg-accent);color:var(--fg-primary-light);border-color:var(--bg-accent)}@media (width<=600px){.sidebar.svelte-6dohdz{width:100%}}main.svelte-12qhfyh{margin-top:var(--header-height);min-height:calc(100svh - var(--header-height));width:var(--global-width);margin-inline:auto;transition:opacity .4s}main.centered.svelte-12qhfyh{flex-direction:column;justify-content:center;align-items:center;display:flex}main.padded.svelte-12qhfyh{padding-block:2rem}main.blog.svelte-12qhfyh{flex-direction:column;justify-content:space-between;display:flex}
