:root{--color-primary:#2c2c2c;--color-primary-light:#3d3d3d;--color-primary-dark:#1a1a1a;--color-accent:#e8732a;--color-accent-light:#f29455;--color-accent-dark:#c45e1e;--color-accent-muted:#e8732a1f;--color-bg:#fafaf8;--color-surface:#fff;--color-surface-raised:#fff;--color-surface-sunken:#f2f2ef;--color-text:#1a1a1a;--color-text-secondary:#4a4a4a;--color-text-muted:#6b6b6b;--color-text-inverse:#fafaf8;--color-border:#e0e0e0;--color-border-strong:silver;--color-divider:#ebebeb;--color-success:#2e7d32;--color-warning:#ed6c02;--color-error:#d32f2f;--color-info:#0277bd;--color-sync-ok:#2e7d32;--color-sync-pending:#ed6c02;--color-sync-error:#d32f2f;--font-display:"DM Serif Display",Georgia,serif;--font-body:"DM Sans",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"Cascadia Code",monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.9375rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.3125rem;--text-2xl:1.625rem;--text-3xl:2.125rem;--text-4xl:2.75rem;--leading-tight:1.2;--leading-normal:1.5;--leading-relaxed:1.7;--tracking-tight:-.01em;--tracking-normal:0;--tracking-wide:.02em;--tracking-wider:.06em;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-0:0;--space-px:1px;--space-0-5:.125rem;--space-1:.25rem;--space-1-5:.375rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000012,0 2px 4px #0000000a;--shadow-lg:0 8px 24px #0000001a,0 4px 8px #0000000a;--shadow-xl:0 16px 48px #0000001f,0 8px 16px #0000000f;--ease-out:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.65,0,.35,1);--duration-fast:.12s;--duration-normal:.2s;--duration-slow:.35s;--transition-colors:color var(--duration-normal)var(--ease-out),background-color var(--duration-normal)var(--ease-out),border-color var(--duration-normal)var(--ease-out);--sidebar-width:240px;--tab-bar-height:64px;--header-height:56px;--content-max-width:1200px;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-normal);line-height:var(--leading-normal);letter-spacing:var(--tracking-normal);color:var(--color-text);background-color:var(--color-bg);min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--weight-normal);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-primary)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}a{color:var(--color-accent);transition:var(--transition-colors);text-decoration:none}a:hover{color:var(--color-accent-dark)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none}button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}ul,ol{list-style:none}img,svg{max-width:100%;display:block}::selection{background-color:var(--color-accent-muted);color:var(--color-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background-color:var(--color-border-strong)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.InstallBanner-module__MXiwRW__banner{left:var(--space-3);right:var(--space-3);bottom:calc(var(--tab-bar-height) + var(--space-3));z-index:var(--z-toast);align-items:center;gap:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:var(--space-3)var(--space-4);animation:.28s cubic-bezier(.16,1,.3,1) both InstallBanner-module__MXiwRW__slideUp;display:flex;position:fixed}@keyframes InstallBanner-module__MXiwRW__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.InstallBanner-module__MXiwRW__banner{left:calc(var(--sidebar-width) + var(--space-4));right:auto;bottom:var(--space-4);max-width:380px}}.InstallBanner-module__MXiwRW__content{align-items:center;gap:var(--space-3);flex:1;min-width:0;display:flex}.InstallBanner-module__MXiwRW__icon{border-radius:var(--radius-md);flex-shrink:0;width:40px;height:40px}.InstallBanner-module__MXiwRW__text{flex-direction:column;gap:2px;min-width:0;display:flex}.InstallBanner-module__MXiwRW__heading{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text);line-height:1.3}.InstallBanner-module__MXiwRW__sub{font-size:var(--text-xs);color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:2px;line-height:1.4;display:flex}.InstallBanner-module__MXiwRW__shareIcon{vertical-align:middle;width:13px;height:13px;stroke:var(--color-accent);flex-shrink:0;display:inline-block}.InstallBanner-module__MXiwRW__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.InstallBanner-module__MXiwRW__installBtn{padding:var(--space-2)var(--space-4);background:var(--color-accent);color:#fff;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;white-space:nowrap;border:none;transition:opacity .15s}.InstallBanner-module__MXiwRW__installBtn:hover{opacity:.88}.InstallBanner-module__MXiwRW__dismissBtn{border-radius:var(--radius-full);cursor:pointer;width:32px;height:32px;color:var(--color-text-secondary);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.InstallBanner-module__MXiwRW__dismissBtn:hover{background:var(--color-bg)}.InstallBanner-module__MXiwRW__dismissBtn svg{width:16px;height:16px}
.UpdateToast-module__y2c1qW__toast{bottom:var(--space-6);z-index:var(--z-toast);align-items:center;gap:var(--space-3);background:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:var(--space-3)var(--space-4);box-shadow:var(--shadow-xl);white-space:nowrap;animation:.28s cubic-bezier(.16,1,.3,1) both UpdateToast-module__y2c1qW__slideUp;display:flex;position:fixed;left:50%;transform:translate(-50%)}@keyframes UpdateToast-module__y2c1qW__slideUp{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.UpdateToast-module__y2c1qW__message{font-size:var(--text-sm);font-weight:var(--weight-medium)}.UpdateToast-module__y2c1qW__reloadBtn{padding:var(--space-1)var(--space-3);color:#fff;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;background:#fff3;border:1px solid #ffffff59;transition:background .15s}.UpdateToast-module__y2c1qW__reloadBtn:hover{background:#ffffff4d}.UpdateToast-module__y2c1qW__closeBtn{border-radius:var(--radius-full);cursor:pointer;color:#ffffffb3;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .15s;display:flex}.UpdateToast-module__y2c1qW__closeBtn:hover{color:#fff}.UpdateToast-module__y2c1qW__closeBtn svg{width:14px;height:14px}
.AppShell-module__4AWucW__shell{background:var(--color-bg);min-height:100dvh;display:flex}.AppShell-module__4AWucW__sidebar{width:var(--sidebar-width);background:var(--color-primary);height:100dvh;color:var(--color-text-inverse);padding:var(--space-6)0;z-index:var(--z-sticky);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;top:0;left:0}.AppShell-module__4AWucW__brand{align-items:center;gap:var(--space-3);padding:0 var(--space-6);margin-bottom:var(--space-10);display:flex}.AppShell-module__4AWucW__brandMark{border-radius:var(--radius-md);object-fit:contain;flex-shrink:0;width:36px;height:36px}.AppShell-module__4AWucW__brandName{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:var(--tracking-wide);white-space:nowrap}.AppShell-module__4AWucW__syncDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-left:auto}.AppShell-module__4AWucW__syncDotTab{border:1.5px solid var(--color-primary);border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.AppShell-module__4AWucW__navList{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.AppShell-module__4AWucW__navItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-6);font-size:var(--text-base);font-weight:var(--weight-medium);color:#fafaf899;transition:color var(--duration-normal)var(--ease-out),background-color var(--duration-normal)var(--ease-out);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;width:100%;text-decoration:none;display:flex;position:relative}@media (hover:hover){.AppShell-module__4AWucW__navItem:hover{color:var(--color-text-inverse);background:#ffffff0f}}.AppShell-module__4AWucW__navItem[data-active=true]{color:var(--color-text-inverse);background:#ffffff14}.AppShell-module__4AWucW__navItem[data-active=true]:before{content:"";left:0;top:var(--space-2);bottom:var(--space-2);background:var(--color-accent);border-radius:0 var(--radius-full)var(--radius-full)0;width:3px;position:absolute}.AppShell-module__4AWucW__navIcon{opacity:.8;flex-shrink:0;width:20px;height:20px}.AppShell-module__4AWucW__navItem[data-active=true] .AppShell-module__4AWucW__navIcon{opacity:1}.AppShell-module__4AWucW__navBadge{color:#fff;min-width:20px;height:20px;font-size:11px;font-weight:var(--weight-bold);background:#c62828;border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 5px;line-height:1;display:inline-flex}.AppShell-module__4AWucW__main{margin-left:var(--sidebar-width);flex:1;min-height:100dvh}.AppShell-module__4AWucW__content{max-width:var(--content-max-width);padding:var(--space-5)var(--space-5);margin:0 auto}.AppShell-module__4AWucW__mobileHeader,.AppShell-module__4AWucW__drawerOverlay,.AppShell-module__4AWucW__drawer{display:none}@media (max-width:767px){.AppShell-module__4AWucW__sidebar{display:none}.AppShell-module__4AWucW__main{padding-top:var(--mobile-header-height,56px);margin-left:0}.AppShell-module__4AWucW__content{padding:var(--space-5)}.AppShell-module__4AWucW__mobileHeader{height:var(--mobile-header-height,56px);background:var(--color-primary);color:var(--color-text-inverse);padding:0 var(--space-4);z-index:var(--z-sticky);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #00000026}.AppShell-module__4AWucW__mobileHeaderBrand{align-items:center;gap:var(--space-2);display:flex}.AppShell-module__4AWucW__mobileHeaderMark{border-radius:var(--radius-sm);object-fit:contain;flex-shrink:0;width:28px;height:28px}.AppShell-module__4AWucW__mobileHeaderName{font-family:var(--font-display);font-size:var(--text-base);letter-spacing:var(--tracking-wide);white-space:nowrap}.AppShell-module__4AWucW__syncDotMobile{width:7px;height:7px;margin-left:var(--space-1);border-radius:50%;flex-shrink:0}.AppShell-module__4AWucW__mobileHeaderActions{align-items:center;gap:var(--space-2);display:flex}.AppShell-module__4AWucW__mobileNewBtn,.AppShell-module__4AWucW__hamburgerBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-inverse);cursor:pointer;transition:background-color var(--duration-fast);background:#ffffff1a;border:none;justify-content:center;align-items:center;display:flex}.AppShell-module__4AWucW__mobileNewBtn:active,.AppShell-module__4AWucW__hamburgerBtn:active{background:#fff3}.AppShell-module__4AWucW__mobileNewBtn svg,.AppShell-module__4AWucW__hamburgerBtn svg{width:20px;height:20px}.AppShell-module__4AWucW__drawerOverlay{z-index:calc(var(--z-sticky) + 1);background:#0006;display:block;position:fixed;inset:0}.AppShell-module__4AWucW__drawer{background:var(--color-surface);width:280px;z-index:calc(var(--z-sticky) + 2);transition:transform .25s var(--ease-out,cubic-bezier(.25,.46,.45,.94));padding-top:max(var(--space-4),env(safe-area-inset-top));padding-bottom:max(var(--space-4),env(safe-area-inset-bottom));flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #00000029}.AppShell-module__4AWucW__drawer[data-open=true]{transform:translate(0)}.AppShell-module__4AWucW__drawerClose{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-muted);cursor:pointer;margin:0 var(--space-4)var(--space-4)auto;transition:color var(--duration-fast),background-color var(--duration-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.AppShell-module__4AWucW__drawerClose:active{background:var(--color-surface-sunken);color:var(--color-text)}.AppShell-module__4AWucW__drawerClose svg{width:20px;height:20px}.AppShell-module__4AWucW__drawerList{margin:0;padding:0;list-style:none}.AppShell-module__4AWucW__drawerItem{align-items:center;gap:var(--space-4);padding:var(--space-4)var(--space-6);font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-text);min-height:52px;transition:background-color var(--duration-fast);text-decoration:none;display:flex}.AppShell-module__4AWucW__drawerItem:active{background:var(--color-surface-sunken)}.AppShell-module__4AWucW__drawerItem[data-active=true]{color:var(--color-accent)}.AppShell-module__4AWucW__drawerItemIcon{width:24px;height:24px;color:inherit;flex-shrink:0}.AppShell-module__4AWucW__drawerItemLabel{flex:1}}
