@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--font-title: "Press Start 2P";--font-body: "Inter";--font-mono: "IBM Plex Sans";--black: rgb(33 33 35);--white: rgb(251 250 245);--primary: rgb(236 228 230);--menuButton: rgb(252, 201, 238);--accent: rgb(250, 73, 109);--accent-2: color-mix(in srgb, var(--accent), white 70%);--backlight: rgb(210, 242, 219);--backlight-2: rgb(235, 246, 255);--gradient: linear-gradient(45deg, var(--accent), var(--accent-2));--fs-2xs: .52rem;--fs-xs: .6rem;--fs-sm: .8rem;--fs-md: .875rem;--fs-base: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.25rem;--fs-2xl: 1.5rem;--fs-3xl: 1.6rem;--fs-4xl: 2rem;--fs-display-sm: clamp(1.1rem, 3.7vw, 2.1rem);--fs-display-md: clamp(1.5rem, 8vw, 3rem);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--content-max-width: 1500px}body{font-family:var(--font-body),sans-serif,serif;margin:0;background-color:var(--white)}.page.svelte-12qhfyh{min-height:100dvh;width:100%;background-color:var(--white);position:relative;overflow:hidden}.grid.svelte-12qhfyh{display:grid;grid-template-columns:4rem minmax(0,1fr) 4rem;grid-template-rows:4rem minmax(0,1fr) auto;position:relative;z-index:1;height:100dvh;width:100%}.gridTop.svelte-12qhfyh{grid-column:1 / 4;grid-row:1 / 2;display:grid;grid-template-columns:4rem auto 4rem;border-bottom:2px solid var(--black)}.gridLeft.svelte-12qhfyh{grid-column:1 / 2;grid-row:1 / 4;grid-template-rows:4rem 1fr 4rem;border-right:2px solid var(--black)}.gridRight.svelte-12qhfyh{grid-column:3 / 4;grid-row:1 / 4;grid-template-rows:4rem 1fr 4rem;border-left:2px solid var(--black)}.gridBottom.svelte-12qhfyh{grid-column:1 / 4;grid-row:3 / 4;grid-template-columns:4rem 1fr 4rem;border-top:2px solid var(--black)}.gridCenterCell.svelte-12qhfyh{grid-column:2 / 3;grid-row:2 / 3;box-sizing:border-box;height:100%;width:100%;overflow:hidden;background-color:var(--black);padding:0;border:10px solid var(--black)}.contentContainer.svelte-12qhfyh{display:flex;flex-direction:row;box-sizing:border-box;height:100%;width:100%;background-color:var(--backlight);position:relative}.ambientGlow.svelte-12qhfyh{position:absolute;inset:0;background-image:linear-gradient(to right,transparent 0,transparent calc(100% - 1px),rgba(33,33,35,.08) calc(100% - 1px));background-size:28px 28px;opacity:.5;pointer-events:none}.scanlines.svelte-12qhfyh{position:absolute;inset:0;background:repeating-linear-gradient(to bottom,rgba(33,33,35,.02) 0,rgba(33,33,35,.02) 2px,transparent 2px,transparent 4px);pointer-events:none}.content.svelte-12qhfyh{padding:clamp(1.25rem,2.5vw,3rem);box-sizing:border-box;overflow:auto;overscroll-behavior:contain;width:100%;-webkit-overflow-scrolling:touch}.fileTreeMenu.svelte-12qhfyh{position:absolute;top:0;left:0;bottom:0;display:flex;flex-direction:column;background-color:var(--backlight-2);border-right:2px solid var(--black);width:min(21rem,40vw);min-width:15rem;overflow:auto;opacity:1;pointer-events:auto;transform:translate(-102%);box-shadow:0 0 0 transparent;z-index:4;transition:transform .2s ease,box-shadow .2s ease}.fileTreeMenu.is-open.svelte-12qhfyh{transform:translate(0);box-shadow:.75rem 0 2rem #0000002e}.treeTitle.svelte-12qhfyh{font-family:var(--font-mono),sans-serif;font-size:var(--fs-sm);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:color-mix(in srgb,var(--black),white 30%);padding:.9rem 1rem .65rem;border-bottom:1px solid color-mix(in srgb,var(--black),white 68%);white-space:nowrap}.treeRow.svelte-12qhfyh{--depth: 0;font-family:var(--font-mono),monospace;font-size:var(--fs-base);line-height:1.35;color:var(--black);white-space:nowrap}.treeRow.root.svelte-12qhfyh,.treeRow.folder.svelte-12qhfyh{font-weight:700}.treeRow.file.svelte-12qhfyh{font-weight:500}.treeText.svelte-12qhfyh{margin-left:calc(.9rem + (var(--depth) * .95rem));padding:.4rem 0 .4rem .5rem}.treeRow.file.svelte-12qhfyh .treeText:where(.svelte-12qhfyh){border-left:2px solid black}a.treeRow.svelte-12qhfyh{text-decoration:none}a.treeRow.svelte-12qhfyh:hover{background-color:var(--accent-2)}a.treeRow.is-active.svelte-12qhfyh{background-color:color-mix(in srgb,var(--accent-2),var(--accent) 42%);color:color-mix(in srgb,var(--accent),black 28%);font-weight:700}.menuBackdrop.svelte-12qhfyh{display:block;position:absolute;inset:0;z-index:3;border:0;padding:0;background-color:#00000042}.gridMenuButton.svelte-12qhfyh{grid-column:2 / 3;grid-row:3 / 4;height:100%}.menuButtonContainer.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:1rem}.gridMenu.svelte-12qhfyh,.gridCenterCell.svelte-12qhfyh{min-width:0;min-height:0}.brandContainer.svelte-12qhfyh{grid-column:2 / 3;grid-row:1 / 2;display:flex;flex-direction:row;align-items:center;gap:.75rem;justify-content:center}.brandContainer.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:var(--fs-md);margin:0;color:var(--black);font-weight:400}.brandContainer.svelte-12qhfyh .monogram:where(.svelte-12qhfyh){width:1.75rem;aspect-ratio:1 / 1}.menuButton.svelte-12qhfyh{cursor:pointer;font-size:var(--fs-xl);font-weight:800;color:var(--black);padding:1.1rem 1.25rem;width:clamp(18rem,18vw,30rem);background-color:var(--menuButton);border:2px solid var(--black);box-shadow:0 4px 0 4px var(--black);transform:translateY(-4px);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.menuButton[aria-pressed=true].svelte-12qhfyh{border-color:var(--accent);box-shadow:0 4px 0 4px var(--accent)}.menuButton.svelte-12qhfyh:hover{transform:translateY(-12px);box-shadow:0 10px var(--accent);border-color:var(--accent);box-shadow:0 12px 0 4px var(--accent)}.menuButton.svelte-12qhfyh:active{transition:transform 42ms ease,box-shadow 42ms ease;box-shadow:0 0 var(--accent);border-color:var(--accent);transform:translateY(0)}.buttonContent.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem}.buttonContent.svelte-12qhfyh img:where(.svelte-12qhfyh){width:1.75rem}@media(max-width:1200px){.grid.svelte-12qhfyh{grid-template-columns:1.5rem minmax(0,1fr) 1.5rem;grid-template-rows:3.5rem minmax(0,1fr) auto}.gridMenuButton.svelte-12qhfyh{grid-column:2 / 3;grid-row:3 / 4;width:100%}.menuButtonContainer.svelte-12qhfyh{padding:.75rem;gap:.75rem}.menuButton.svelte-12qhfyh{width:100%;font-size:var(--fs-base);padding:.95rem .9rem;transform:translateY(-2px);box-shadow:0 3px 0 3px var(--black)}.menuButton.svelte-12qhfyh:hover{transform:translateY(-4px);box-shadow:0 6px 0 3px var(--accent)}.buttonContent.svelte-12qhfyh{justify-content:center;width:100%}.buttonContent.svelte-12qhfyh img:where(.svelte-12qhfyh){width:1.4rem}.centerContent.svelte-12qhfyh{padding:1rem}}@media(max-width:600px){.grid.svelte-12qhfyh{grid-template-columns:minmax(0,1fr);grid-template-rows:3rem minmax(0,1fr) auto}.gridTop.svelte-12qhfyh,.gridLeft.svelte-12qhfyh,.gridRight.svelte-12qhfyh,.gridBottom.svelte-12qhfyh{visibility:hidden;grid-column:1 / 2}.gridCenterCell.svelte-12qhfyh,.gridMenuButton.svelte-12qhfyh,.brandContainer.svelte-12qhfyh{grid-column:1 / 2}.fileTreeMenu.svelte-12qhfyh,.fileTreeMenu.is-open.svelte-12qhfyh{width:min(20rem,82vw);min-width:0}}
