@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg-1: #1e1e2e;--bg-2: #181825;--bg-glow-1: rgba(166, 227, 161, .12);--bg-glow-2: rgba(203, 166, 247, .12);--surface-0: #313244;--surface-1: #45475a;--surface-2: #585b70;--card: var(--surface-0);--card-strong: var(--surface-1);--stroke: var(--surface-2);--text-1: #cdd6f4;--text-2: #bac2de;--text-3: #a6adc8;--muted: #9399b2;--accent: #a6e3a1;--accent-2: #f9e2af;--accent-3: #cba6f7;--accent-soft: rgba(166, 227, 161, .18);--accent-soft-strong: rgba(166, 227, 161, .42);--danger: #f38ba8;--danger-soft: rgba(243, 139, 168, .14);--danger-soft-strong: rgba(243, 139, 168, .48);--shadow: 0 18px 60px rgba(17, 17, 27, .45);--avatar-fallback: rgba(205, 214, 244, .08);--input-bg: var(--surface-0);--input-disabled-bg: var(--surface-1);--divider: var(--surface-1);--chip-bg: var(--surface-0);--chip-border: var(--surface-2);--chip-active-bg: var(--accent);--chip-active-text: var(--bg-1);--tab-bg: var(--surface-0);--tab-active-bg: var(--bg-1);--tab-active-border: var(--accent);--panel-bg: var(--surface-0);--sticky-grad-mid: rgba(30, 30, 46, .75);--sticky-grad-end: rgba(30, 30, 46, .96);--sidebar-bg: #11111b;--sidebar-glow: rgba(69, 71, 90, .4);--sidebar-border: rgba(69, 71, 90, .6);--font-head: "Space Grotesk", system-ui, sans-serif;--font-body: "Archivo", system-ui, sans-serif;--page-pad-top: 4px;--page-pad-x: 16px;--page-pad-bottom: 40px;--shell-max: 1080px;--appbar-h: 61px;--bottom-bar-h: 70px;color-scheme:dark}:root[data-theme=light]{--latte-base: #eff1f5;--latte-surface0: #ccd0da;--latte-surface1: #bcc0cc;--latte-surface2: #acb0be;--latte-text: #4c4f69;--latte-subtext: #6c6f85;--latte-muted: #9ca0b0;--latte-green: #40a02b;--latte-blue: #1e66f5;--bg-1: var(--latte-base);--bg-2: var(--latte-base);--bg-glow-1: transparent;--bg-glow-2: transparent;--surface-0: var(--latte-surface0);--surface-1: var(--latte-surface1);--surface-2: var(--latte-surface2);--card: var(--surface-0);--card-strong: var(--surface-1);--stroke: var(--surface-2);--text-1: var(--latte-text);--text-2: var(--latte-subtext);--text-3: var(--latte-muted);--muted: var(--latte-muted);--accent: var(--latte-green);--accent-2: var(--latte-blue);--accent-3: #8839ef;--accent-soft: rgba(64, 160, 43, .12);--accent-soft-strong: rgba(64, 160, 43, .55);--danger: #d20f39;--danger-soft: rgba(210, 15, 57, .12);--danger-soft-strong: rgba(210, 15, 57, .5);--shadow: 0 10px 26px rgba(76, 79, 105, .16);--avatar-fallback: rgba(76, 79, 105, .08);--input-bg: var(--bg-1);--input-disabled-bg: var(--surface-1);--divider: var(--surface-1);--chip-bg: var(--surface-0);--chip-border: var(--surface-2);--chip-active-bg: var(--accent);--chip-active-text: var(--bg-1);--tab-bg: var(--surface-0);--tab-active-bg: var(--bg-1);--tab-active-border: var(--accent-2);--panel-bg: var(--bg-1);--sticky-grad-mid: rgba(239, 241, 245, .72);--sticky-grad-end: rgba(239, 241, 245, .98);--sidebar-bg: #dce0e8;--sidebar-glow: rgba(30, 102, 245, .12);--sidebar-border: var(--surface-2);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;max-width:100%;overflow-x:hidden;background:radial-gradient(circle at 15% 10%,var(--bg-glow-1),transparent 45%),radial-gradient(circle at 85% 0%,var(--bg-glow-2),transparent 40%),linear-gradient(180deg,var(--bg-1),var(--bg-2));color:var(--text-1);font-family:var(--font-body);font-weight:500}a{color:inherit;text-decoration:none}button{font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body);font-size:16px;color:var(--text-1);background:var(--input-bg);border:1px solid var(--stroke);box-shadow:none}input,textarea{-webkit-appearance:none;appearance:none}input::placeholder,textarea::placeholder{color:var(--muted)}input:disabled,select:disabled,textarea:disabled{background:var(--input-disabled-bg);color:var(--muted)}.page{min-height:100vh;padding:var(--page-pad-top) var(--page-pad-x) var(--page-pad-bottom);width:100%;box-sizing:border-box;overflow-x:hidden}.topnav{display:flex;gap:12px;align-items:center;justify-content:center;padding:14px 16px 0;font-size:13px;color:var(--text-2)}.topnav a{padding:6px 12px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface-0);font-weight:700}.topnav a.active{border-color:var(--accent);background:var(--accent);color:var(--bg-1)}.shell{max-width:var(--shell-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:18px;min-width:0}.card{background:var(--card);border:1px solid var(--stroke);border-radius:18px;padding:8px;box-shadow:var(--shadow);min-width:0;max-width:100%;overflow:hidden}.card.dense{padding:12px}.section-title{font-family:var(--font-head);font-size:18px;font-weight:700;margin:0 0 10px;color:var(--text-1)}.muted{color:var(--text-3);font-size:12px}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface-0);color:var(--text-2);font-size:12px;font-weight:700}.btn{border:1px solid var(--stroke);background:var(--surface-0);color:var(--text-1);padding:8px 12px;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.btn:hover{transform:translateY(-1px);border-color:var(--accent)}.btn.primary{background:var(--accent);border-color:transparent;color:var(--bg-1)}.btn.ghost{background:transparent}.btn.active{border-color:var(--accent);background:var(--accent-soft)}.grid-2{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-width:0}.sticky-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}@media(min-width:600px){.grid-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media(min-width:900px){.grid-2{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:16px}}@media(max-width:900px){.sticky-actions{position:sticky;bottom:var(--bottom-bar-h);padding:10px 0;background:linear-gradient(180deg,transparent 0%,var(--sticky-grad-mid) 30%,var(--sticky-grad-end) 100%);z-index:5}}@media(max-width:430px){:root{--page-pad-top: 2px;--page-pad-x: 12px;--page-pad-bottom: 28px}input,select,textarea{font-size:16px}}@media(min-width:768px){:root{--page-pad-x: 20px}}@media(min-width:1024px){:root{--page-pad-top: 6px;--page-pad-x: 24px;--page-pad-bottom: 48px}}@media(min-width:1280px){:root{--page-pad-x: 28px}}.table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--stroke)}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:8px 10px;text-align:left;border-bottom:1px solid var(--divider);white-space:nowrap}th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);background:var(--surface-0)}.overlay.svelte-qjznqn{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.modal.svelte-qjznqn{background:var(--card, #fff);border-radius:18px;max-width:520px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;overflow:hidden}.modal-header.svelte-qjznqn{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 12px;border-bottom:1px solid var(--divider, #e0e0e0);flex-shrink:0}.modal-header.svelte-qjznqn h2:where(.svelte-qjznqn){margin:0;font-size:18px;font-weight:700;color:var(--text-1, #222)}.close-btn.svelte-qjznqn{background:none;border:none;font-size:28px;cursor:pointer;color:var(--text-3, #888);line-height:1;padding:0 4px}.modal-body.svelte-qjznqn{overflow-y:auto;padding:16px 20px 20px}.section-title.svelte-qjznqn{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3, #888);margin:16px 0 8px}.section-title.svelte-qjznqn:first-child{margin-top:0}.help-rows.svelte-qjznqn{display:flex;flex-direction:column;gap:6px}.help-row.svelte-qjznqn{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-1, #222)}.help-row.svelte-qjznqn span:where(.svelte-qjznqn):last-child{color:var(--text-2, #555)}.sx-badge.svelte-qjznqn{font-size:11px;padding:4px 8px;border-radius:999px;font-weight:800;line-height:1;background:#ffffff14;color:var(--text-1);white-space:nowrap;flex-shrink:0;min-width:44px;text-align:center}.sx-badge--phase.svelte-qjznqn{background:#3aa0ff40;color:#e9f3ff}.sx-badge--perigee.svelte-qjznqn{background:#ff5a5a59;color:#ffe3e3}.sx-badge--apogee.svelte-qjznqn{background:#5a8cff59;color:#e6eeff}.sx-badge--ndec.svelte-qjznqn{background:#50aad259;color:#e3f6ff}.sx-badge--sdec.svelte-qjznqn{background:#af467859;color:#ffe3f0}.sx-badge--st.svelte-qjznqn{background:#00b4aa4d;color:#d0fff8}.sx-badge--full.svelte-qjznqn{background:#ffdc7859;color:#fff3c8}.sx-badge--new.svelte-qjznqn{background:#3c3c3c80;color:#e6e6e6}.sx-badge--1q.svelte-qjznqn{background:#78beff59;color:#e6f3ff}.sx-badge--3q.svelte-qjznqn{background:#8c6edc59;color:#efe7ff}.sx-badge--wanc.svelte-qjznqn,.sx-badge--wang.svelte-qjznqn{background:#5aaaff47;color:#e6f3ff}.sx-badge--waxc.svelte-qjznqn,.sx-badge--waxg.svelte-qjznqn{background:#ffd25a4d;color:#fff0c2}.sx-badge--sun.svelte-qjznqn{background:#ffc8784d;color:#fff3da}.sx-badge--moon.svelte-qjznqn{background:#8caaff4d;color:#e7efff}.sx-badge--score.svelte-qjznqn{box-shadow:0 0 0 1px #ffffff14 inset}.sx-badge--score-solunar.svelte-qjznqn{background:#3498db57;color:#eaf6ff}.sx-badge--score-fishing.svelte-qjznqn{background:#2ecc714d;color:#ecfff4}.sx-badge--score-composite.svelte-qjznqn{background:#f1c40f57;color:#fff7d1}.sx-badge--score-solunar-org.svelte-qjznqn{background:#10b9814d;color:#d1fae5}.app-root.svelte-12qhfyh{width:100%;max-width:100%;overflow-x:clip;position:relative}.appbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;gap:8px;padding:10px 14px;background:color-mix(in srgb,var(--bg-1) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--divider);max-width:100%;box-sizing:border-box;overflow:hidden}.appbar-title.svelte-12qhfyh{font-family:var(--font-head);font-size:16px;letter-spacing:.02em;color:var(--text-2);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appbar-title--date.svelte-12qhfyh{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.appbar-title--date.svelte-12qhfyh:hover{color:var(--text-1)}.appbar-date-hidden.svelte-12qhfyh{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;border:none;padding:0;margin:0}.appbar-actions.svelte-12qhfyh{display:flex;gap:8px}.iconbtn.svelte-12qhfyh{width:40px;height:40px;border-radius:12px;border:1px solid var(--stroke);background:var(--surface-0);color:var(--text-1);cursor:pointer;display:grid;place-items:center;text-decoration:none}.iconbtn.svelte-12qhfyh:hover{border-color:var(--accent);background:var(--accent-soft)}.iconbtn.sm.svelte-12qhfyh{width:36px;height:36px;border-radius:12px;font-size:18px;line-height:1}.burger.svelte-12qhfyh{width:18px;height:12px;position:relative;display:inline-block}.burger.svelte-12qhfyh:before,.burger.svelte-12qhfyh:after{content:"";position:absolute;left:0;right:0;height:2px;background:currentColor;border-radius:99px}.burger.svelte-12qhfyh:before{top:1px;box-shadow:0 4px 0 0 currentColor}.burger.svelte-12qhfyh:after{bottom:1px}.x.svelte-12qhfyh{width:18px;height:18px;position:relative;display:inline-block}.x.svelte-12qhfyh:before,.x.svelte-12qhfyh:after{content:"";position:absolute;top:8px;left:1px;right:1px;height:2px;background:currentColor;border-radius:99px}.x.svelte-12qhfyh:before{transform:rotate(45deg)}.x.svelte-12qhfyh:after{transform:rotate(-45deg)}.backdrop.svelte-12qhfyh{position:fixed;inset:0;z-index:45;background:color-mix(in srgb,#000 35%,transparent);opacity:0;pointer-events:none;transition:opacity .16s ease}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;height:100dvh;width:240px;z-index:50;transform:translate(-102%);transition:transform .18s ease;background:radial-gradient(circle at 30% 10%,var(--sidebar-glow),transparent 55%),var(--sidebar-bg);border-right:1px solid var(--sidebar-border);padding:14px;display:flex;flex-direction:column;overflow:hidden}.nav-open.svelte-12qhfyh .backdrop:where(.svelte-12qhfyh){opacity:1;pointer-events:auto}.nav-open.svelte-12qhfyh .sidebar:where(.svelte-12qhfyh){transform:translate(0)}.sidebar-head.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.account-card.svelte-12qhfyh{display:grid;gap:.85rem;margin-bottom:1rem;padding:.95rem;border-radius:1rem;background:color-mix(in srgb,var(--surface-0) 92%,white);border:1px solid var(--stroke)}.account-meta.svelte-12qhfyh{display:flex;align-items:center;gap:.8rem}.account-avatar.svelte-12qhfyh{width:2.6rem;height:2.6rem;border-radius:999px;object-fit:cover;background:var(--surface-2)}.account-avatar--fallback.svelte-12qhfyh{display:grid;place-items:center;font-weight:800;color:var(--accent-strong);background:color-mix(in srgb,var(--accent) 18%,white)}.account-name.svelte-12qhfyh{font-weight:700}.account-email.svelte-12qhfyh{font-size:.84rem;color:var(--text-3);word-break:break-word}.account-signout.svelte-12qhfyh{justify-content:center}.sidenav.svelte-12qhfyh{display:grid;gap:4px;align-content:start;overflow-y:auto;flex:1;min-height:0}.sidenav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-radius:8px;border:1px solid var(--stroke);background:var(--surface-0);text-decoration:none;color:var(--text-1);font-weight:700;font-size:13px}.sidenav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{border-color:var(--accent);background:var(--accent-soft)}.sidenav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft) inset;background:var(--accent);color:var(--bg-1)}.nav-label.svelte-12qhfyh{margin:8px 2px 2px;font-size:11px;letter-spacing:.1em;color:var(--text-3);text-transform:uppercase}.ai-appbar-btn.svelte-12qhfyh{font-size:16px;line-height:1;flex-shrink:0}.ai-appbar-btn.svelte-12qhfyh:disabled{opacity:.6;cursor:wait}.chat-appbar-btn.svelte-12qhfyh{font-size:16px;line-height:1;flex-shrink:0}.add-catch-appbar-btn.svelte-12qhfyh{flex-shrink:0;display:none}@media(min-width:900px){.add-catch-appbar-btn.svelte-12qhfyh{display:grid}}.chat-appbar-btn.svelte-12qhfyh:disabled{opacity:.6;cursor:wait}.ai-spin.svelte-12qhfyh{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:svelte-12qhfyh-ai-spin .7s linear infinite}@keyframes svelte-12qhfyh-ai-spin{to{transform:rotate(360deg)}}.appbar-spacer.svelte-12qhfyh{height:var(--appbar-h, 61px);flex-shrink:0}.content-wrap.svelte-12qhfyh{padding-bottom:calc(var(--bottom-bar-h, 70px) + env(safe-area-inset-bottom))}.content-wrap--auth.svelte-12qhfyh{padding-bottom:0}.bottom-bar.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;align-items:center;padding:8px 4px calc(8px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--bg-1) 85%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--divider)}.bar-btn.svelte-12qhfyh{flex:1;display:flex;align-items:center;justify-content:center;height:52px;background:none;border:none;color:var(--text-3);cursor:pointer;border-radius:12px;text-decoration:none;transition:color .12s ease,background .12s ease}.bar-btn.svelte-12qhfyh:hover{color:var(--text-1);background:var(--surface-0)}.bar-btn.active.svelte-12qhfyh{color:var(--accent)}.bar-icon.svelte-12qhfyh{width:24px;height:24px}.bar-btn--fab.svelte-12qhfyh{flex:none;width:52px;height:52px;border-radius:16px;background:var(--accent);color:var(--bg-1);transform:translateY(-10px);box-shadow:0 4px 16px color-mix(in srgb,var(--accent) 45%,transparent);transition:transform .14s ease,box-shadow .14s ease}.bar-btn--fab.svelte-12qhfyh:hover:not(:disabled){background:var(--accent);color:var(--bg-1);transform:translateY(-14px);box-shadow:0 8px 24px color-mix(in srgb,var(--accent) 55%,transparent)}.bar-btn--fab.svelte-12qhfyh:disabled{opacity:.7;cursor:wait}.fab-spin.svelte-12qhfyh{display:inline-block;width:20px;height:20px;border:2.5px solid var(--bg-1);border-top-color:transparent;border-radius:50%;animation:svelte-12qhfyh-ai-spin .7s linear infinite}.bar-btn--fab.svelte-12qhfyh .bar-icon:where(.svelte-12qhfyh){width:26px;height:26px}@media(min-width:900px){.bottom-bar.svelte-12qhfyh{display:none}.content-wrap.svelte-12qhfyh{padding-bottom:0}}.table-toggle-btn.svelte-12qhfyh{flex-shrink:0;text-decoration:none;color:var(--text-2)}.table-toggle-btn.svelte-12qhfyh:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.cal-link-btn.svelte-12qhfyh{flex-shrink:0;text-decoration:none;color:var(--text-2)}.cal-link-btn.svelte-12qhfyh:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.cal-filter-btn.svelte-12qhfyh{flex-shrink:0}.cal-filter-btn.cal-filter-active.svelte-12qhfyh{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.cal-filter-panel.svelte-12qhfyh{position:fixed;top:var(--appbar-h, 61px);left:0;right:0;z-index:39;background:color-mix(in srgb,var(--bg-1) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--divider);padding:8px 14px 10px;display:grid;gap:8px}.cal-filter-section.svelte-12qhfyh{display:grid;gap:4px}.cal-filter-head.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.cal-filter-title.svelte-12qhfyh{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);font-weight:700}.cal-filter-all.svelte-12qhfyh{font-size:10px;padding:1px 7px;border-radius:999px;border:1px solid var(--stroke);background:#ffffff0d;color:var(--text-3);font-weight:700;cursor:pointer}.cal-filter-all.svelte-12qhfyh:hover{background:#ffffff1a}.cal-filter-chips.svelte-12qhfyh{display:flex;gap:4px;flex-wrap:wrap}.cal-chip.svelte-12qhfyh{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid var(--stroke);background:#ffffff0a;color:var(--text-3);font-weight:700;cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap}.cal-chip.svelte-12qhfyh:hover:not(:disabled){background:#ffffff14}.cal-chip.on.svelte-12qhfyh{background:#4fc3f72e;border-color:#4fc3f773;color:var(--text-1)}.cal-chip.svelte-12qhfyh:disabled{opacity:.4;cursor:not-allowed}
