@charset "UTF-8";:root{--bg: #ffffff;--bg-2: #f7f8fb;--bg-3: #f1f3f7;--surface: #ffffff;--ink: #0f172a;--ink-2: #1e293b;--ink-deep: #1e293b;--navy: #0f172a;--slate: #5b687c;--mute: #5b687c;--line: #e7e9ef;--line-2: #eef0f4;--accent: #5b687c;--accent-deep: #49566a;--accent-hover: #49566a;--accent-ink: #ffffff;--accent-2: #64748b;--accent-soft: #eef0f4;--primary: #0f172a;--primary-hover: #1e293b;--primary-ink: #ffffff;--cyan: #3b82f6;--lime: #10b981;--pink: #a85a6a;--amber: #f59e0b;--sidebar: #0f172a;--sidebar-2: #1e293b;--sidebar-active: #1e293b;--sidebar-ink: #ffffff;--sidebar-mute: #8893a9;--sidebar-line: rgba(255, 255, 255, .06);--tone-green: #10b981;--tone-green-soft: #ecfdf5;--tone-blue: #3b82f6;--tone-blue-soft: #eff6ff;--tone-amber: #f59e0b;--tone-amber-soft: #fffbeb;--tone-red: #ef4444;--tone-red-soft: #fef2f2;--tone-violet: #8b5cf6;--tone-violet-soft: #f5f3ff;--tone-slate: #64748b;--tone-slate-soft: #f1f5f9;--focus-ring: rgba(15, 23, 42, .18);--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .08);--ease: cubic-bezier(.22, .61, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden;background:var(--bg-2);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.011em;line-height:1.5}app-root{display:block;height:100dvh;overflow:hidden}.content>router-outlet{display:none}.content>*:not(router-outlet){flex:1;min-height:0;min-width:0;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.table-wrap{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pills__tab{appearance:none;background:var(--surface);border:1px solid var(--line);color:var(--mute);padding:8px 14px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;transition:background .14s var(--ease),color .14s var(--ease),border-color .14s var(--ease)}.filter-pills__tab:hover{border-color:var(--line-2);color:var(--ink)}.filter-pills__tab--active,.filter-pills__tab--active:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.rte h1{font-size:30px;font-weight:800;margin:.6em 0 .3em;line-height:1.2}.rte h2{font-size:25px;font-weight:800;margin:.8em 0 .3em;line-height:1.25}.rte h3{font-size:21px;font-weight:700;margin:.8em 0 .3em}.rte h4{font-size:18px;font-weight:700;margin:.8em 0 .3em}.rte p{margin:0 0 .9em}.rte ul,.rte ol{margin:0 0 .9em;padding-left:1.4em}.rte li{margin-bottom:.3em}.rte a{color:#2563eb;text-decoration:underline}.rte img{max-width:100%;height:auto;border-radius:10px;margin:.8em 0;display:block}.rte blockquote{margin:.8em 0;padding:4px 0 4px 18px;border-left:3px solid #2563eb;font-style:italic;color:#475569}.rte:empty:before{content:"Write your post\2026  use the toolbar for headings, lists, images.";color:#94a3b8}
