:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--espresso:#fafaf7;--espresso-2:#fff;--surface-2:#f1f0ea;--mocha:#f3f1eb;--mocha-mid:#e9e7df;--muted-dark:#5c5c57;--border-dark:#d6d4cb;--hairline-dark:#e8e7e1;--cream:#1a1a1a;--taupe:#5c5c57;--accent:#ff5a1f;--muted:#8b8a82;--blue:#ff5a1f;--blue-d:#e64a12;--blue-light:#ffb694;--blue-pale:#fff0e8;--mist:#f1f0ea;--ink2:#232219;--bg:var(--espresso);--surface:var(--espresso-2);--text:var(--cream);--text-muted:var(--muted-dark);--line:var(--hairline-dark);--line-strong:var(--border-dark);--hover:var(--mocha);--font-display:"General Sans", "Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:"Inter", ui-sans-serif, system-ui, sans-serif;--font-body:"Inter", ui-sans-serif, system-ui, sans-serif;--pill:999px;--radius:14px;--radius-lg:18px;--radius-sm:8px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--espresso:#14130f;--espresso-2:#211f19;--surface-2:#0d0d0a;--mocha:#27251f;--mocha-mid:#2e2c25;--muted-dark:#a7a49b;--border-dark:#33312a;--hairline-dark:#27251f;--cream:#f5f3ee;--taupe:#a7a49b;--muted:#8e8b81;--ink2:#ebe9e3;--blue-pale:#241a14}:root[data-theme=dark] .fr-card:hover{box-shadow:0 6px 22px -14px #0009}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text);-webkit-font-smoothing:antialiased}::selection{background:var(--blue);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border-dark);border:3px solid var(--surface-2);border-radius:999px}.fr-app{background:var(--bg);color:var(--text);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.fr-main{flex:1;min-height:0;position:relative;overflow-y:auto}.fr-container{max-width:1180px;margin:0 auto;padding:34px 36px 60px}.fr-topbar{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:22px;padding:12px 28px;display:flex}.fr-brand{align-items:flex-end;gap:3px;text-decoration:none;display:flex}.fr-brand .nm{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);font-size:17px;font-weight:700;line-height:1}.fr-brand .sq{background:var(--blue);border-radius:1.5px;width:6px;height:6px;margin-bottom:4px}.fr-sep{background:var(--line);width:1px;height:16px}.fr-navlink{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:500;text-decoration:none}.fr-navlink[aria-current=page],.fr-navlink:hover{color:var(--blue)}.fr-spacer{flex:1}.fr-avatar{border-radius:var(--pill);background:var(--mocha);border:1px solid var(--line-strong);width:30px;height:30px;font-family:var(--font-mono);color:var(--text);justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.fr-display{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin:0;font-weight:700}.fr-mono{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-variant-numeric:tabular-nums;font-weight:500}.fr-overline{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11px;font-weight:500;line-height:1.2}.fr-status{box-sizing:border-box;border:1.5px solid var(--line-strong);background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .14s,background .14s;display:inline-flex}.fr-status.is-done{background:var(--blue);border-color:var(--blue)}.fr-status.is-done:after{content:"";border:1.6px solid #fff;border-width:0 1.6px 1.6px 0;width:5px;height:9px;margin-top:-2px;transform:rotate(45deg)}.fr-status.is-active{border-color:var(--blue)}.fr-status.is-active:after{content:"";background:var(--blue);border-radius:50%;width:7px;height:7px}.fr-status-label{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--blue);font-size:10px;font-weight:600}.fr-pill{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--line-strong);border-radius:var(--pill);color:var(--text-muted);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:6px 13px;font-size:10px;font-weight:500;text-decoration:none;transition:color .14s,border-color .14s,background .14s;display:inline-flex}.fr-pill:hover{color:var(--text);border-color:var(--text-muted)}.fr-pill.is-active{background:var(--blue-pale);color:var(--blue-d);border-color:var(--blue);font-weight:600}.fr-pill.is-active:hover{color:var(--blue-d);border-color:var(--blue-d)}:root[data-theme=dark] .fr-pill.is-active{color:var(--blue)}.fr-btn-primary{font-family:var(--font-body);background:var(--blue);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .14s;display:inline-block}.fr-btn-primary:hover{background:var(--blue-d)}.fr-card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);text-decoration:none;transition:border-color .14s,box-shadow .14s;display:block}.fr-card:hover{border-color:var(--line-strong);box-shadow:0 6px 22px -14px #15171e47}.fr-corner,.corner{display:none}.fr-app.svelte-12qhfyh{flex-direction:row}.fr-side.svelte-12qhfyh{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;flex:0 0 76px;align-items:stretch;padding:16px 0 14px;display:flex;overflow:hidden auto}.fr-side-brand.svelte-12qhfyh{color:var(--text);justify-content:center;align-items:center;margin-bottom:14px;display:flex}.fr-side-brand.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:26px;height:26px;display:block}.fr-side-nav.svelte-12qhfyh{flex-direction:column;gap:3px;display:flex}.si.svelte-12qhfyh{border-radius:var(--radius-sm);color:var(--text-muted);flex-direction:column;align-items:center;gap:5px;margin:0 8px;padding:9px 2px 8px;text-decoration:none;transition:background .14s,color .14s;display:flex;position:relative}.si.svelte-12qhfyh:hover{background:var(--mocha);color:var(--text)}.si.on.svelte-12qhfyh{color:var(--blue);background:#ff5a1f17}.si-ic.svelte-12qhfyh{place-items:center;width:24px;height:24px;display:grid}.si-ic.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:21px;height:21px}.si-lb.svelte-12qhfyh{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;font-size:9px;font-weight:500}.si-primary.svelte-12qhfyh{color:var(--blue);margin-bottom:4px}.si-primary.svelte-12qhfyh .si-ic:where(.svelte-12qhfyh){background:var(--blue);color:#fff;border-radius:9px;width:34px;height:34px;transition:background .14s}.si-primary.svelte-12qhfyh .si-ic:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:18px;height:18px}.si-primary.svelte-12qhfyh:hover{background:0 0}.si-primary.svelte-12qhfyh:hover .si-ic:where(.svelte-12qhfyh){background:var(--blue-d)}.si-primary.on.svelte-12qhfyh{background:0 0}.si-badge.svelte-12qhfyh{background:var(--blue);color:#fff;min-width:16px;height:16px;font-family:var(--font-mono);box-shadow:0 0 0 2px var(--surface);border-radius:999px;place-items:center;padding:0 4px;font-size:9px;font-weight:600;animation:1.5s ease-in-out infinite svelte-12qhfyh-side-pulse;display:grid;position:absolute;top:5px;right:12px}@keyframes svelte-12qhfyh-side-pulse{0%,to{opacity:1}50%{opacity:.5}}.fr-side-foot.svelte-12qhfyh{flex-direction:column;align-items:center;gap:12px;margin-top:auto;padding-top:12px;display:flex}.fr-credits.svelte-12qhfyh{color:var(--text-muted);border:1px solid var(--line-strong);border-radius:var(--radius-sm);flex-direction:column;align-items:center;padding:6px 8px;line-height:1;text-decoration:none;transition:color .14s,border-color .14s;display:flex}.fr-credits.svelte-12qhfyh:hover{color:var(--blue);border-color:var(--blue-light)}.cr-n.svelte-12qhfyh{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.cr-l.svelte-12qhfyh{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:8px}.fr-avatar.svelte-12qhfyh{width:32px;height:32px}
