.auth-container.svelte-1d0ms4{background-color:var(--bg);z-index:2000;width:100vw;height:100vh;position:fixed;top:0;left:0}.auth-form.svelte-1d0ms4{text-align:center;width:min(15rem,90vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-form.svelte-1d0ms4 .logo:where(.svelte-1d0ms4){background-color:var(--logo-color);width:3rem;height:3rem;margin-bottom:2rem;display:inline-block;-webkit-mask:url(/logo.svg) 50%/contain no-repeat;mask:url(/logo.svg) 50%/contain no-repeat}.auth-form.svelte-1d0ms4>*{width:100%;color:inherit;border:0;margin-bottom:.85rem;padding:.65rem .9rem;font-family:inherit;display:block}.auth-form.svelte-1d0ms4 input:where(.svelte-1d0ms4){background:var(--input-bg);border:1px solid var(--line);transition:border-color var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out);border-radius:10px}.auth-form.svelte-1d0ms4 input:where(.svelte-1d0ms4):hover,.auth-form.svelte-1d0ms4 input:where(.svelte-1d0ms4):focus{border-color:var(--accent);background:var(--input-bg-strong);outline:none}.auth-form.svelte-1d0ms4 button:where(.svelte-1d0ms4){background:var(--accent);color:var(--on-accent);cursor:pointer;font-weight:600;font-family:var(--font-ui,inherit);transition:filter var(--dur-fast) var(--ease-out);border-radius:10px}.auth-form.svelte-1d0ms4 button:where(.svelte-1d0ms4):hover{filter:brightness(1.05)}.auth-form.svelte-1d0ms4 button:where(.svelte-1d0ms4):disabled{opacity:.6;cursor:default}.guest.svelte-1d0ms4{cursor:pointer;transition:color var(--dur-fast) var(--ease-out);border:0;font-size:.78rem;color:var(--muted)!important;background:0 0!important;font-weight:400!important;text-decoration:none!important}.guest.svelte-1d0ms4:hover{color:var(--accent)!important}p.svelte-1d0ms4{font-family:var(--font-ui,inherit);opacity:.55;font-size:.78rem;line-height:1.5}.hawk-toast-host.svelte-1fk2ial{z-index:10000;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.hawk-toast.svelte-1fk2ial{pointer-events:auto;background:var(--panel,#272b31);color:var(--text,#dfe1e5);border:1px solid var(--line,#2f3339);opacity:0;transition:opacity .18s var(--ease-out,cubic-bezier(.2, 0, 0, 1)), transform .18s var(--ease-out,cubic-bezier(.2, 0, 0, 1));border-radius:6px;align-items:center;gap:.75rem;padding:.6rem .9rem;font-family:code-saver,ui-monospace,monospace;font-size:.85rem;display:inline-flex;transform:translateY(8px)}.hawk-toast.visible.svelte-1fk2ial{opacity:1;transform:translateY(0)}.hawk-toast-action.svelte-1fk2ial{color:var(--accent,#e6b84d);font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.15rem .4rem}.hawk-toast-action.svelte-1fk2ial:hover{background:var(--glass-dark)}.hawk-toast.error.svelte-1fk2ial{border-color:var(--danger)}.hawk-toast.error.svelte-1fk2ial:before{content:"!";color:var(--danger);font-weight:700}.zen-mode.svelte-yij80w{background-color:var(--bg);z-index:1000;border:0;width:100vw;height:100vh;position:fixed;top:0;left:0}.quote-wrapper.svelte-yij80w{text-align:right;width:20rem;position:absolute;bottom:2rem;right:2rem}.quote.svelte-yij80w{color:var(--glass);margin-bottom:.5rem;font-size:.8rem}.author.svelte-yij80w{color:var(--glass);font-size:.7rem}.saving-indicator.svelte-1vhj3c5{color:var(--muted);pointer-events:none;z-index:9999;align-items:center;gap:.5rem;font-size:.8rem;transition:opacity .3s;display:flex;position:fixed;top:2rem;right:2rem}.spinner.svelte-1vhj3c5{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite svelte-1vhj3c5-pulse}@keyframes svelte-1vhj3c5-pulse{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.8)}}.saving-indicator.error.svelte-1vhj3c5{color:var(--danger);font-weight:700}.about-backdrop.svelte-ciec3r{z-index:1000;animation:svelte-ciec3r-fadeIn var(--dur-base) var(--ease-out);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@keyframes svelte-ciec3r-fadeIn{0%{opacity:0}to{opacity:1}}.about-dialog.svelte-ciec3r{background:var(--panel,#2f343d);border:1px solid var(--line,#3a3f47);width:min(440px,100%);max-height:90vh;font-family:var(--font-ui,inherit);border-radius:10px;padding:1.5rem;overflow-y:auto}.header.svelte-ciec3r{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.logo.svelte-ciec3r{opacity:.85;background-color:var(--logo-color);width:2rem;height:2rem;display:inline-block;-webkit-mask:url(/logo.svg) 50%/contain no-repeat;mask:url(/logo.svg) 50%/contain no-repeat}h2.svelte-ciec3r{color:var(--text);margin:0;font-size:1.1rem;font-weight:600}.tagline.svelte-ciec3r{color:var(--muted);margin:0 0 1rem;font-size:.88rem;line-height:1.5}.highlights.svelte-ciec3r{flex-direction:column;gap:.55rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.highlights.svelte-ciec3r li:where(.svelte-ciec3r){color:var(--text);padding-left:.85rem;font-size:.85rem;line-height:1.5;position:relative}.highlights.svelte-ciec3r li:where(.svelte-ciec3r):before{content:"·";color:var(--accent);font-weight:700;position:absolute;left:0}.highlights.svelte-ciec3r strong:where(.svelte-ciec3r){color:var(--text);font-weight:600}.footer.svelte-ciec3r{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.credit.svelte-ciec3r{color:var(--muted);font-size:.8rem}.credit.svelte-ciec3r a:where(.svelte-ciec3r){color:var(--accent);text-decoration:none}.credit.svelte-ciec3r a:where(.svelte-ciec3r):hover{text-decoration:underline}.btn-secondary.svelte-ciec3r{border:1px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .85rem;font-family:inherit;font-size:.75rem}.btn-secondary.svelte-ciec3r:hover{background:var(--glass-dark)}.container.svelte-1n46o8q{box-sizing:border-box;flex-direction:column;width:100%;max-width:800px;margin:0 auto;padding:2rem;display:flex;position:relative}.container.wide.svelte-1n46o8q{max-width:1400px;height:100vh;min-height:0;padding:1.5rem 1rem 0}.container.wide.svelte-1n46o8q .page-content:where(.svelte-1n46o8q){flex-direction:column;flex:1;min-height:0;display:flex}@media (width<=600px){.container.svelte-1n46o8q{padding:1rem}.container.wide.svelte-1n46o8q{padding:.75rem .5rem 0}}.page-content.svelte-1n46o8q{animation:svelte-1n46o8q-pageEnter var(--dur-base) var(--ease-out)}@keyframes svelte-1n46o8q-pageEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}nav.svelte-1n46o8q{font-family:var(--font-ui,inherit);align-items:center;gap:.25rem;margin-bottom:2rem;display:flex}.nav-logo-btn.svelte-1n46o8q{cursor:pointer;transition:opacity var(--dur-fast) var(--ease-out);background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-right:.7rem;padding:0;display:inline-flex}.nav-logo-btn.svelte-1n46o8q:hover .nav-logo:where(.svelte-1n46o8q){opacity:1}.nav-logo.svelte-1n46o8q{opacity:.8;background-color:var(--logo-color);width:1.6rem;height:1.6rem;transition:opacity var(--dur-fast) var(--ease-out);flex-shrink:0;display:inline-block;-webkit-mask:url(/logo.svg) 50%/contain no-repeat;mask:url(/logo.svg) 50%/contain no-repeat}@media (width<=600px){nav.svelte-1n46o8q{scrollbar-width:none;gap:.25rem;padding-bottom:.5rem;overflow-x:auto}nav.svelte-1n46o8q::-webkit-scrollbar{display:none}}nav.svelte-1n46o8q button:where(.svelte-1n46o8q){color:var(--muted);cursor:pointer;white-space:nowrap;transition:background-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);background:0 0;border:none;border-radius:999px;padding:.45rem .85rem;font-family:inherit;font-size:.78rem}nav.svelte-1n46o8q button:where(.svelte-1n46o8q):hover{color:var(--text);background:var(--glass-dark)}nav.svelte-1n46o8q button.active:where(.svelte-1n46o8q){color:var(--accent);background:var(--glass)}.nav-icon.svelte-1n46o8q{border-radius:999px;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;margin-left:auto;padding:.45rem;display:inline-flex}.nav-icon.svelte-1n46o8q svg:where(.svelte-1n46o8q){width:14px;height:14px;display:block}.nav-icon.active.svelte-1n46o8q{color:var(--accent);background:var(--glass-dark)}.nav-logout.svelte-1n46o8q:hover{color:var(--danger);background:var(--danger-bg)}.route-loading.svelte-1n46o8q{min-height:50vh}.route-error.svelte-1n46o8q{color:var(--danger);text-align:center;padding:2rem}.boot-screen.svelte-1n46o8q{background:var(--bg);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.logo-pulse.svelte-1n46o8q{opacity:.8;background-color:var(--logo-color);width:2.4rem;height:2.4rem;animation:1.4s ease-in-out infinite svelte-1n46o8q-bootPulse;display:inline-block;-webkit-mask:url(/logo.svg) 50%/contain no-repeat;mask:url(/logo.svg) 50%/contain no-repeat}@keyframes svelte-1n46o8q-bootPulse{0%,to{opacity:.4;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}
