:root{--surface:#f4f4f5;--surface-strong:#fff;--border:#d4d4d8;--foreground:#18181b;--muted:#52525b;--wallpaper:linear-gradient(140deg, #1e3a5f, #0f172a 60%, #312e81)}@media (prefers-color-scheme:dark){:root{--surface:#18181b;--surface-strong:#27272a;--border:#3f3f46;--foreground:#fafafa;--muted:#a1a1aa}}*{box-sizing:border-box}html,body{height:100%;color:var(--foreground);margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}.desktop{background:var(--wallpaper);grid-template-columns:repeat(auto-fill,6rem);align-content:start;gap:.5rem;height:100dvh;padding:1rem;display:grid}.desktop[data-interacting] iframe{pointer-events:none}.icon{color:#fff;font:inherit;text-shadow:0 1px 2px #0009;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;font-size:.8125rem;display:flex}.icon:hover,.icon:focus-visible{background:#ffffff26;border-color:#ffffff4d;outline:none}.icon-glyph{font-size:2rem;line-height:1}.window{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;overflow:hidden;box-shadow:0 20px 40px -12px #00000073}.window-header{border-bottom:1px solid var(--border);background:var(--surface-strong);cursor:grab;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.window-header[data-maximized]{border-radius:0}.window-title{margin:0;font-size:.875rem;font-weight:600}.window-actions{gap:.25rem;margin-left:auto;display:flex}.window-button{border:1px solid var(--border);background:var(--surface);width:1.5rem;height:1.5rem;color:var(--muted);font:inherit;cursor:pointer;border-radius:.375rem;place-items:center;font-size:.75rem;display:grid}.window-button:hover{color:var(--foreground)}.window-content{padding:1rem 1.25rem}.prose{max-width:60ch;line-height:1.6}.prose h1{margin-top:0;font-size:1.25rem}.prose code{background:var(--surface-strong);border-radius:.25rem;padding:.1rem .3rem;font-size:.875em}.document-list{padding-left:1.25rem}.document{border-radius:.5rem;max-width:100%;height:auto;display:block}
