:root{--bg:#fbfbfb;--surface:#fbfbfb;--surface-2:#f5f5f3;--surface-3:#ebebe8;--ink:#1a1d29;--ink-soft:#4a4f60;--ink-mute:#8b8f9c;--ink-placeholder:#b8bcc8;--line:#eaeae6;--line-strong:#cfcfca;--font-body:"Plus Jakarta Sans", sans-serif;--font-display:"Roc Grotesk", "Space Grotesk", sans-serif;--accent:#fe7733;--accent-soft:color-mix(in srgb, var(--accent) 12%, white);--accent-deep:color-mix(in srgb, var(--accent) 80%, black);--green:#2d8f5f;--green-soft:#d9ebde;--warn:#d97706;--warn-soft:#fde9ce;--sidebar-w:240px;--sidebar-w-collapsed:64px;--topbar-h:56px;--shadow-xs:0 1px 0 #1a1d2905, 0 1px 2px #1a1d290a;--shadow-sm:0 1px 2px #1a1d290a;--shadow-md:0 4px 12px #1a1d290f, 0 2px 4px #1a1d290a;--shadow-lg:0 12px 32px #1a1d2914, 0 4px 12px #1a1d290d;--shadow-pop:0 16px 48px #1a1d291f, 0 4px 16px #1a1d290f;--motion-fast:.12s;--motion-base:.18s;--motion-slow:.28s;--ease-out:cubic-bezier(.2, .8, .2, 1);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--ink-strong:#0d0f17;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:999px;--z-sticky:500;--z-popover:1000;--z-floating:1100;--z-bulk-pill:1200;--z-modal:2000;--z-sheet:2100;--z-toast:3000}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:14px;line-height:1.5}h1,h2,h3,h4,h5,.display{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600}.mono{font-feature-settings:"tnum";font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.app{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;transition:grid-template-columns .2s;display:grid}.app.sidebar-collapsed{grid-template-columns:var(--sidebar-w-collapsed) 1fr}.app>:nth-child(2){min-width:0}@media (width<=800px){.app,.app.sidebar-collapsed{grid-template-columns:1fr}}:root{--main-pad-x:24px;--main-pad-y:24px}@media (width<=800px){:root{--main-pad-x:16px;--main-pad-y:16px}}.main{padding:var(--main-pad-y) var(--main-pad-x);max-width:1600px;margin:0 auto}@media (width<=800px){.main{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}:root{--page-h:calc(100vh - 2 * var(--main-pad-y))}@media (width<=800px){:root{--page-h:calc(100vh - var(--topbar-h) - 72px - 2 * var(--main-pad-y))}}svg.icon{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.avatar{aspect-ratio:1;background:var(--avatar-color,var(--ink-mute));color:#fff;width:24px;height:24px;font-size:10px;font-weight:700;font-family:var(--font-body);border-radius:50%;flex-shrink:0;place-items:center;line-height:1;display:inline-grid}.avatar.sm{width:18px;height:18px;font-size:8px}[data-cat=essentials]{--cat-color:#b81e4f}[data-cat=landing]{--cat-color:#3a5cc4}[data-cat=daily]{--cat-color:#2d8f5f}[data-cat=housing]{--cat-color:#a3672a}[data-cat=work]{--cat-color:#7c4dff}[data-cat=decoded]{--cat-color:#d97706}[data-cat=funfacts]{--cat-color:#ec3a6b}[data-cat=offclock]{--cat-color:#0891b2}[data-cat=jobs]{--cat-color:#1a1d29}[data-cat=news]{--cat-color:#c2410c}[data-cat=stories]{--cat-color:#4d51a8}.upload-tile{background:var(--surface-2);border:1.5px dashed var(--line-strong);border-radius:var(--radius-lg);width:96px;height:96px;color:var(--ink-mute);cursor:pointer;box-sizing:border-box;appearance:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:flex;position:relative;overflow:hidden}.upload-tile:hover:not(:disabled):not(.has-img){border-color:var(--accent);color:var(--ink);background:var(--surface)}.upload-tile:disabled{opacity:.6;cursor:not-allowed}.upload-tile.has-img{border-style:solid;border-color:var(--line);background:var(--surface-2);padding:0}.upload-tile.has-img img{object-fit:cover;width:100%;height:100%;display:block}.upload-tile.size-sm{width:64px;height:64px;font-size:11px}.upload-tile.size-wide{flex-direction:row;gap:8px;width:100%;height:64px}.btn{box-sizing:border-box;border-radius:var(--radius-md);border:1px solid var(--line-strong);background:var(--surface);height:36px;color:var(--ink);font-family:var(--font-body);cursor:pointer;transition:background var(--motion-fast,.12s) var(--ease-out,cubic-bezier(.2, .8, .2, 1)), border-color var(--motion-fast,.12s) var(--ease-out,cubic-bezier(.2, .8, .2, 1)), color var(--motion-fast,.12s) var(--ease-out,cubic-bezier(.2, .8, .2, 1)), box-shadow var(--motion-fast,.12s) var(--ease-out,cubic-bezier(.2, .8, .2, 1)), transform var(--motion-fast,.12s) var(--ease-out,cubic-bezier(.2, .8, .2, 1));white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--surface-2)}.btn:focus-visible{outline:2px solid var(--ink-soft);outline-offset:2px}.btn:active:not(:disabled){transform:translateY(1px)}.btn-primary{background:var(--ink-strong,var(--ink));color:#fff;border-color:var(--ink-strong,var(--ink));box-shadow:var(--shadow-xs)}.btn-primary:hover{background:#2a2e3d}.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:var(--shadow-xs)}.btn-accent:hover{background:var(--accent-deep)}.btn-ghost{color:var(--ink-soft);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-2);color:var(--ink)}.btn-sm{border-radius:var(--radius-sm);height:30px;padding:0 11px;font-size:12px}.btn-lg{height:44px;padding:0 22px;font-size:14px;font-weight:600}.btn[disabled]{opacity:.4;cursor:not-allowed}.form-control,input[type=text],input[type=email],input[type=url],input[type=search],input[type=date],input[type=number],input[type=password],select,textarea{font-family:var(--font-body);color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-sizing:border-box;outline:none;height:36px;padding:0 12px;font-size:14px;transition:border-color .15s,background .15s}textarea{resize:vertical;height:auto;min-height:80px;padding:10px 12px;line-height:1.5}.form-control:focus,input:focus,select:focus,textarea:focus{border-color:var(--ink-soft);box-shadow:0 0 0 3px #1a1d290a}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234a4f60' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.btn-icon{flex-shrink:0;justify-content:center;gap:0;width:36px;height:36px;padding:0}.btn-icon svg{width:16px;height:16px}.chip{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-full);font-family:var(--font-body);color:var(--ink-soft);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.chip:hover{border-color:var(--line-strong);color:var(--ink);background:var(--surface-2)}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.chip-icon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.chip-icon svg{width:12px;height:12px}.chip.active .chip-icon{color:#fff!important}.chip-accent{background:var(--accent-soft);color:var(--accent-deep);border-color:#0000;padding-right:6px}.chip-accent:hover{background:var(--accent-soft);color:var(--accent-deep)}.chip-close{width:20px;height:20px;color:var(--accent-deep);cursor:pointer;background:#b81e4f26;border:none;border-radius:50%;place-items:center;margin-left:2px;padding:0;font-family:inherit;font-size:11px;line-height:1;display:inline-grid}.chip-close:hover{background:#b81e4f4d}.filter-pill{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);align-items:center;font-size:12px;display:inline-flex;overflow:hidden}.filter-pill label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-mute);cursor:pointer;padding:6px 4px 6px 12px;font-size:10px;font-weight:700}.filter-pill select{color:var(--ink);cursor:pointer;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234a4f60' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") right 10px center no-repeat;border:none;outline:none;padding:6px 28px 6px 4px;font-family:inherit;font-size:12px}.filter-pill.active{background:var(--ink);border-color:var(--ink)}.filter-pill.active label,.filter-pill.active select{color:#fff}.filter-pill.active select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")}.filter-pill .pill-clear{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-right:4px;padding:0;font-family:inherit;font-size:11px;line-height:1;display:inline-flex}.filter-pill .pill-clear:hover{background:#ffffff4d}.count-badge{border-radius:var(--radius-lg);background:var(--surface-2);min-width:20px;height:20px;color:var(--ink-mute);font-size:11px;font-weight:700;line-height:1;font-family:var(--font-body);box-sizing:border-box;place-items:center;padding:0 6px;display:inline-grid}.count-badge.tone-accent{background:var(--accent);color:#fff}.count-badge.tone-inverse{color:#fff;background:#ffffff2e}.count-badge.tone-surface{background:var(--surface);color:var(--ink-mute)}.count-badge.corner{border:1px solid var(--bg);box-sizing:content-box;min-width:18px;height:18px;padding:0 5px;font-size:10px;position:absolute;top:-4px;right:-4px}.show-mobile{display:none}@media (width<=800px){.hide-mobile{display:none!important}.show-mobile{display:inline-flex}.main{padding:16px 16px calc(150px + env(safe-area-inset-bottom))}}@media (width<=560px){.main{padding:12px 12px calc(150px + env(safe-area-inset-bottom))}input[type=text],input[type=email],input[type=url],input[type=search],input[type=date],input[type=number],input[type=password],textarea{font-size:16px}.btn{height:44px;padding:0 16px;font-size:13px}.btn-sm{height:36px;padding:0 12px;font-size:12px}.btn-lg{height:48px;padding:0 22px}.btn-icon{width:44px;height:44px;padding:0}.btn-icon svg{width:18px;height:18px}}.sidebar.svelte-129hoe0{background:var(--surface-2);border-right:1px solid var(--line);flex-direction:column;height:100dvh;display:flex;position:sticky;top:0;overflow:hidden}@media (width<=800px){.sidebar.svelte-129hoe0{width:280px;max-width:85vw;z-index:var(--z-modal);box-shadow:none;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile-open.svelte-129hoe0{transform:translate(0);box-shadow:8px 0 32px #0000002e}}.sidebar-brand.svelte-129hoe0{min-height:var(--topbar-h);box-sizing:border-box;justify-content:space-between;align-items:center;gap:8px;padding:14px 12px 6px;display:flex}.workspace-wrap.svelte-129hoe0{flex:1;min-width:0}.workspace.svelte-129hoe0{align-items:center;gap:10px;width:100%;min-width:0;padding:0 4px;display:flex}.workspace-trigger.svelte-129hoe0{appearance:none;border-radius:var(--radius-md);cursor:pointer;text-align:left;font:inherit;color:inherit;background:0 0;border:1px solid #0000;padding:4px 6px;transition:background-color .12s,border-color .12s}.workspace-trigger.svelte-129hoe0:hover,.workspace-trigger[aria-expanded=true].svelte-129hoe0{background:var(--surface-2);border-color:var(--line)}.workspace-trigger.is-collapsed.svelte-129hoe0{justify-content:center}.workspace-caret.svelte-129hoe0{color:var(--ink-mute);flex-shrink:0}.workspace-name.svelte-129hoe0{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-family:var(--font-display);color:var(--ink);flex:1;font-size:15px;font-weight:600;overflow:hidden}.mobile-close.svelte-129hoe0{border-radius:var(--radius-md);width:36px;height:36px;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.mobile-close.svelte-129hoe0:hover{background:var(--surface-3);color:var(--ink)}@media (width<=800px){.mobile-close.svelte-129hoe0{display:inline-flex}}.sidebar-search-wrap.svelte-129hoe0{padding:0 12px 12px}.sidebar.is-collapsed.svelte-129hoe0 .sidebar-search-wrap:where(.svelte-129hoe0){padding:0 10px 8px}.sidebar-search.svelte-129hoe0{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);align-items:center;gap:8px;height:34px;padding:0 10px;transition:border-color .12s;display:flex}.sidebar-search.svelte-129hoe0:focus-within{border-color:var(--ink-soft)}.sidebar-search-icon.svelte-129hoe0{width:15px;height:15px;color:var(--ink-mute);flex-shrink:0}.sidebar-search.svelte-129hoe0 input:where(.svelte-129hoe0){min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.sidebar-search.svelte-129hoe0 input:where(.svelte-129hoe0)::placeholder{color:var(--ink-mute)}.search-collapsed-btn.svelte-129hoe0{background:0 0;border:none;font-family:inherit}.sidebar-nav.svelte-129hoe0{flex:1;padding:0 10px 12px;overflow:hidden auto}.nav-section-label.svelte-129hoe0{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-mute);white-space:nowrap;padding:14px 10px 6px;font-size:10px;font-weight:700}.nav-item.svelte-129hoe0{border-radius:var(--radius-md);cursor:pointer;width:100%;height:36px;color:var(--ink-soft);text-align:left;box-sizing:border-box;background:0 0;border:none;align-items:center;gap:12px;margin-bottom:1px;padding:0 10px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative}.nav-item.svelte-129hoe0:hover{background:var(--surface-3);color:var(--ink)}.nav-item.active.svelte-129hoe0{background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #0000000a}.nav-item.is-collapsed.svelte-129hoe0{justify-content:center;gap:0;width:36px;height:36px;margin:0 auto 2px;padding:0}.nav-icon.svelte-129hoe0{width:18px;height:18px;color:var(--ink-mute);flex-shrink:0;place-items:center;display:grid}.nav-icon.svelte-129hoe0 svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.nav-item.svelte-129hoe0:hover .nav-icon,.nav-item.active.svelte-129hoe0 .nav-icon{color:var(--ink)}.nav-label.svelte-129hoe0{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.sidebar-collapse-wrap.svelte-129hoe0{padding:4px 10px 10px}@media (width<=800px){.sidebar-collapse-wrap.svelte-129hoe0{display:none}}.sidebar-foot.svelte-129hoe0{border-top:1px solid var(--line);flex-direction:column;gap:4px;padding:10px;display:flex}.sb-popover-trigger.svelte-129hoe0{position:relative}.dot-badge.svelte-129hoe0{background:var(--accent);border:1px solid var(--surface-2);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:10px}.dot-badge.on-collapsed.svelte-129hoe0{top:4px;right:4px}.account-chip.svelte-129hoe0{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:10px;width:100%;padding:6px 6px 6px 8px;font-family:inherit;transition:all .15s;display:flex}.account-chip.svelte-129hoe0:hover{background:var(--surface);border-color:var(--line)}.account-chip.is-collapsed.svelte-129hoe0{justify-content:center;gap:0;width:36px;height:36px;margin:0 auto;padding:0}.account-text.svelte-129hoe0{flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-width:0;display:flex}.account-name.svelte-129hoe0{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:600;overflow:hidden}.account-meta.svelte-129hoe0{color:var(--ink-mute);text-transform:capitalize;font-size:11px}.account-chevron.svelte-129hoe0{color:var(--ink-mute);flex-shrink:0;transition:transform .15s}.account-chevron.open.svelte-129hoe0{transform:rotate(180deg)}.sidebar-popover{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:var(--z-popover);max-height:60vh;position:fixed;overflow-y:auto}@media (width<=800px){.sidebar-popover{z-index:calc(var(--z-modal) + 10)}}.search-empty{text-align:center;color:var(--ink-mute);padding:16px;font-size:12.5px}.search-result{border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:7px 8px;font-family:inherit;display:flex}.search-result:hover{background:var(--surface-2)}.search-result-title{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.search-dropdown{padding:6px}.search-foot{color:var(--ink-mute);border-top:1px solid var(--line);margin-top:4px;padding:8px 10px 4px;font-size:11px}.search-foot kbd{background:var(--surface-2);border-radius:var(--radius-xs);border:1px solid var(--line);padding:1px 6px;font-family:inherit;font-size:10px}.popover-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 14px 10px;display:flex}.popover-title{color:var(--ink);font-size:13px;font-weight:600}.popover-count{color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.popover-body{padding:6px}.switcher-popover{padding:4px 0 6px}.switcher-popover .popover-head{border-bottom:none;padding:10px 14px 4px}.popover-eyebrow{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-mute);font-size:10.5px;font-weight:700}.switcher-divider{background:var(--line);height:1px;margin:6px 0}.switcher-item{border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;font:inherit;color:var(--ink);background:0 0;border:none;align-items:center;gap:10px;min-width:0;margin:1px 4px;padding:8px 10px;display:flex}.switcher-item:hover,.switcher-item.active{background:var(--surface-2)}.switcher-logo{border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid;overflow:hidden}.switcher-logo img{object-fit:cover;width:100%;height:100%;display:block}.switcher-logo.empty{background:var(--bg);border:1.5px dashed var(--line-strong)}.switcher-name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13.5px;font-weight:500;overflow:hidden}.switcher-check{color:var(--accent);flex-shrink:0}.switcher-item-add{color:var(--ink-mute);font-style:italic}.switcher-item-add:hover{color:var(--ink)}.switcher-add-icon{border:1.5px dashed var(--line-strong);width:24px;height:24px;color:var(--ink-mute);border-radius:6px;flex-shrink:0;place-items:center;display:grid}.switcher-empty{color:var(--ink-mute);text-align:center;padding:12px 14px 14px;font-size:12.5px}.account-head{align-items:center;gap:10px;display:flex}.account-head .avatar.lg{width:34px;height:34px;font-size:12px}.account-head .account-name{color:var(--ink);font-size:14px;font-weight:600;line-height:1.2}.account-email{color:var(--ink-mute);margin-top:2px;font-family:inherit;font-size:12px;line-height:1.3}.menu-item{border-radius:var(--radius-sm);width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;font-size:13px;text-decoration:none;display:flex}.menu-item:hover{background:var(--surface-2)}.menu-item.danger{color:var(--accent-deep)}.menu-item.danger:hover{background:var(--accent-soft)}.menu-item svg{color:var(--ink-mute);flex-shrink:0}.menu-item.danger svg{color:var(--accent-deep)}.menu-divider{background:var(--line);height:1px;margin:4px 6px}.notif-empty{color:var(--ink-mute);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;font-size:13px;display:flex}.notif-item{text-align:left;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;width:100%;padding:10px 12px;font-family:inherit;display:block}.notif-item:hover{background:var(--surface-2)}.notif-title{color:var(--ink);font-size:13px;font-weight:600}.notif-body{color:var(--ink-soft);margin-top:2px;font-size:12px}.avatar{background:var(--avatar-color,var(--accent));color:#fff;border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.avatar.md{width:28px;height:28px;font-size:11px}.avatar.lg{width:40px;height:40px;font-size:14px}.topbar.svelte-h6bux4{display:none}@media (width<=800px){.topbar.svelte-h6bux4{height:var(--topbar-h);background:var(--surface-2);border-bottom:1px solid var(--line);z-index:var(--z-sticky);align-items:center;gap:8px;padding:0 12px;display:flex;position:sticky;top:0}}.hamburger.svelte-h6bux4{border-radius:var(--radius-md);width:36px;height:36px;color:var(--ink);cursor:pointer;background:0 0;border:none;flex-shrink:0;place-items:center;padding:0;display:grid}.hamburger.svelte-h6bux4:hover{background:var(--surface-3)}.mobile-brand.svelte-h6bux4{color:var(--ink);flex:1;align-items:center;gap:8px;min-width:0;text-decoration:none;display:flex}.mobile-brand-name.svelte-h6bux4{font-family:var(--font-display);color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.mobile-search-wrap.svelte-h6bux4{display:none;position:absolute;top:50%;left:56px;right:56px;transform:translateY(-50%)}.mobile-search-wrap.expanded.svelte-h6bux4{display:block}.mobile-search.svelte-h6bux4{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);align-items:center;gap:8px;height:36px;padding:0 10px;display:flex}.mobile-search.svelte-h6bux4 svg{color:var(--ink-mute);flex-shrink:0}.mobile-search.svelte-h6bux4 input:where(.svelte-h6bux4){min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.mobile-search-dropdown.svelte-h6bux4{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:50vh;z-index:var(--z-popover);padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.mobile-search-empty.svelte-h6bux4{text-align:center;color:var(--ink-mute);padding:16px;font-size:13px}.mobile-search-result.svelte-h6bux4{border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:inherit;display:flex}.mobile-search-result.svelte-h6bux4:hover{background:var(--surface-2)}.mobile-search-result-title.svelte-h6bux4{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.mobile-search-trigger.svelte-h6bux4{border-radius:var(--radius-md);width:36px;height:36px;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;flex-shrink:0;place-items:center;display:grid}.mobile-search-trigger.svelte-h6bux4:hover{background:var(--surface-3);color:var(--ink)}.bottom-bar.svelte-1e81imw{display:none}@media (width<=800px){.bottom-bar.svelte-1e81imw{background:var(--surface-2);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);z-index:var(--z-sticky);display:block;position:fixed;bottom:0;left:0;right:0}}.bottom-nav.svelte-1e81imw{grid-template-columns:repeat(5,1fr);height:64px;display:grid}.bottom-nav-item.svelte-1e81imw{color:var(--ink-mute);font-family:var(--font-body);flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:6px 4px;text-decoration:none;transition:color .15s;display:flex}.bottom-nav-item.svelte-1e81imw:hover,.bottom-nav-item.active.svelte-1e81imw{color:var(--ink)}.bottom-nav-icon.svelte-1e81imw{width:24px;height:24px;color:inherit;place-items:center;display:grid}.bottom-nav-label.svelte-1e81imw{letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:600;overflow:hidden}.floating-actions.svelte-1e81imw{display:none}@media (width<=800px){.floating-actions.svelte-1e81imw{left:50%;bottom:calc(72px + env(safe-area-inset-bottom));background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-lg);max-width:calc(100vw - 16px);z-index:var(--z-floating);align-items:center;gap:6px;padding:6px;animation:.18s ease-out svelte-1e81imw-pill-up;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #0000001f}}@keyframes svelte-1e81imw-pill-up{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.floating-actions.svelte-1e81imw .btn{border-radius:var(--radius-md);min-height:44px}.floating-actions.svelte-1e81imw .btn-icon,.floating-actions.svelte-1e81imw .new-post-btn{border-radius:var(--radius-md);width:44px;height:44px}.bulk-pill.svelte-1e81imw{display:none}@media (width<=800px){.bulk-pill.svelte-1e81imw{left:50%;bottom:calc(72px + env(safe-area-inset-bottom));background:var(--ink);color:#fff;border-radius:var(--radius-lg);max-width:calc(100vw - 16px);z-index:var(--z-bulk-pill);font-family:var(--font-body);align-items:center;gap:6px;padding:6px 6px 6px 14px;animation:.15s ease-out svelte-1e81imw-pill-up;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 32px #00000059}}@media (width>=801px){.bulk-pill.svelte-1e81imw{background:var(--ink);color:#fff;border-radius:var(--radius-lg);z-index:var(--z-bulk-pill);font-family:var(--font-body);align-items:center;gap:6px;padding:6px 6px 6px 14px;animation:.15s ease-out svelte-1e81imw-pill-up;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000059}}.bulk-count.svelte-1e81imw{white-space:nowrap;padding-right:4px;font-size:13px;font-weight:700}@media (width<=800px){.bulk-count-suffix.svelte-1e81imw{display:none}}.bulk-actions.svelte-1e81imw{align-items:center;gap:4px;display:flex}.bulk-actions.svelte-1e81imw>button{border-radius:var(--radius-md);color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:none;justify-content:center;align-items:center;gap:5px;height:32px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.bulk-actions.svelte-1e81imw>button.icon-only{gap:0;width:32px;padding:0}.bulk-actions.svelte-1e81imw>button.icon-only .label{display:none}@media (width<=800px){.bulk-actions.svelte-1e81imw>button.icon-only-mobile{gap:0;width:32px;padding:0}.bulk-actions.svelte-1e81imw>button.icon-only-mobile .label{display:none}}.bulk-actions.svelte-1e81imw>button:hover{background:#fff3}.bulk-actions.svelte-1e81imw>button.destructive{background:var(--accent)}.bulk-actions.svelte-1e81imw>button.destructive:hover{background:var(--accent-deep)}.bulk-actions.svelte-1e81imw>button[disabled]{opacity:.4;cursor:not-allowed}.cd-backdrop.svelte-7e0w24{-webkit-backdrop-filter:blur(2px);z-index:var(--z-modal,1000);background:#1a1d298c;place-items:center;padding:20px;animation:.15s ease-out svelte-7e0w24-cd-fade-in;display:grid;position:fixed;inset:0}@keyframes svelte-7e0w24-cd-fade-in{0%{opacity:0}to{opacity:1}}.cd-dialog.svelte-7e0w24{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);font-family:var(--font-body);padding:22px 22px 18px;animation:.18s ease-out svelte-7e0w24-cd-pop-in}@keyframes svelte-7e0w24-cd-pop-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.cd-title.svelte-7e0w24{font-family:var(--font-display);color:var(--ink);margin:0 0 10px;font-size:17px;font-weight:600;line-height:1.3}.cd-message.svelte-7e0w24{color:var(--ink-soft);margin:0 0 22px;font-size:13.5px;line-height:1.55}.cd-actions.svelte-7e0w24{justify-content:flex-end;gap:8px;display:flex}.cd-cancel.svelte-7e0w24{background:var(--surface-2);color:var(--ink)}.cd-cancel.svelte-7e0w24:hover{background:var(--surface-3,var(--surface-2))}.cd-confirm.svelte-7e0w24{background:var(--ink);color:#fff}.cd-confirm.svelte-7e0w24:hover{background:#000}.cd-confirm.destructive.svelte-7e0w24{background:var(--accent);color:#fff}.cd-confirm.destructive.svelte-7e0w24:hover{background:var(--accent-deep)}@media (width<=480px){.cd-dialog.svelte-7e0w24{padding:18px 18px 14px}.cd-actions.svelte-7e0w24{flex-direction:column-reverse}.cd-actions.svelte-7e0w24 .btn{width:100%}}.boot.svelte-12qhfyh{place-items:center;min-height:100vh;display:grid}.boot-spinner.svelte-12qhfyh{border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.mobile-backdrop.svelte-12qhfyh{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:calc(var(--z-modal) - 1);cursor:pointer;background:#1a1d2973;border:none;padding:0;display:none;position:fixed;inset:0}@media (width<=800px){.mobile-backdrop.svelte-12qhfyh{display:block}}
