:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sand:#f0ece4;--sand-2:#faf8f3;--surface:#fff;--surface-2:#f2eee6;--sb:#1a1a1a;--sb-text:#b0aa9e;--sb-muted:#7a746a;--sb-active:#2e9c6329;--ink:#1a1a1a;--ink-2:#3a352d;--muted:#6d6558;--faint:#8d8474;--border:#ded7cb;--border-strong:#cdc4b4;--accent:#2e9c63;--accent-hover:#277f51;--accent-press:#1e6b43;--accent-tint:#e7f4ec;--accent-tint-2:#d6ecdf;--accent-deep:#1e6b43;--accent-fg:#fff;--accent-ring:#2e9c6352;--gold:#b8902f;--gold-tint:#f6efd9;--gold-deep:#846619;--success:#2e9c63;--success-tint:#e7f4ec;--warning:#a8631c;--warning-tint:#f8ecd9;--danger:#c0392b;--danger-tint:#fbeae2;--info:#2563eb;--info-tint:#eaf1fe;--ai:#7c5cfc;--ai-tint:#f0ecfe;--radius-xs:6px;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-full:9999px;--shadow-sm:0 1px 2px #1a1a1a0f;--shadow-md:0 4px 12px #1a1a1a14;--shadow-lg:0 8px 24px #1a1a1a1a;--font-ui:var(--font-inter), -apple-system, "Segoe UI", Roboto, system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}html,body{max-width:100vw}body{min-height:100%;color:var(--ink-2);background:var(--sand);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}@media (pointer:coarse){input,textarea,select{font-size:16px!important}}.tnum{font-variant-numeric:tabular-nums}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}@media (max-width:560px){.kpi-grid{grid-template-columns:1fr 1fr;gap:10px}}.proprow:hover{background:var(--surface-2)}@media (max-width:640px){.prop-row{flex-wrap:wrap}.prop-chevron{order:3}.prop-channels{flex-basis:100%;order:4;margin:8px 0 0 62px}}details>summary{cursor:pointer;list-style:none}details>summary::-webkit-details-marker{display:none}.app-shell{min-height:100dvh;display:flex}.app-sidebar{background:var(--sb);flex-shrink:0;width:248px;height:100dvh;position:sticky;top:0}.app-main{flex-direction:column;flex:1;min-width:0;display:flex}.app-content{flex:1;padding:28px 32px 48px}.app-bottomnav{display:none}.navrow{border-radius:var(--radius-sm);height:38px;color:var(--sb-text);align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:500;display:flex;position:relative}.navrow:hover{color:#efece4;background:#ffffff0d}.navrow.on{background:var(--sb-active);color:#7fd7a6;font-weight:600}.navrow.on:before{content:"";background:var(--accent);border-radius:2px;width:2px;position:absolute;top:8px;bottom:8px;left:-10px}@media (max-width:900px){.app-sidebar{display:none}.app-content{padding:18px 16px calc(96px + env(safe-area-inset-bottom))}.app-bottomnav{left:14px;right:14px;bottom:calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:var(--radius-xl);height:60px;box-shadow:var(--shadow-lg);z-index:50;background:#ffffffeb;justify-content:space-around;align-items:center;padding:0 6px;display:flex;position:fixed}}@media (prefers-reduced-motion:no-preference){.navrow,.btnp{transition:background .15s,color .15s,transform .15s}}.inbox-shell{background:var(--surface);height:100dvh;margin:-28px -32px -48px;display:flex;overflow:hidden}.inbox-list{border-right:1px solid var(--border);background:var(--sand-2);flex-shrink:0;width:344px;overflow-y:auto}.inbox-thread{background:var(--sand);flex-direction:column;flex:1;min-width:0;display:flex}.inbox-scroll{flex:1;padding:18px 20px;overflow-y:auto}.msg-row{align-items:center;gap:6px;position:relative}.msg-del{border:1px solid var(--border);background:var(--surface);width:22px;height:22px;color:var(--muted);cursor:pointer;opacity:0;border-radius:50%;flex-shrink:0;font-size:15px;line-height:1;transition:opacity .12s,color .12s,border-color .12s}.msg-row:hover .msg-del,.msg-del:focus-visible{opacity:1}.msg-del:hover{color:var(--danger);border-color:var(--danger)}.msg-del-error{color:var(--danger);align-self:center;font-size:11px}@media (hover:none){.msg-del{opacity:.45}}.msg-confirm{border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;max-width:82%;padding:10px 12px}.msg-confirm-title{color:var(--ink);margin-bottom:3px;font-size:13px;font-weight:600}.msg-confirm-body{color:var(--muted);margin-bottom:9px;font-size:12px;line-height:1.45}.msg-confirm-actions{gap:8px;display:flex}.msg-confirm-remove{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600}.msg-confirm-keep{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink-2);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600}.msg-toast{z-index:50;max-width:calc(100vw - 32px);color:var(--sand);background:var(--ink);border-radius:999px;align-items:center;gap:14px;padding:9px 16px;font-size:13px;display:inline-flex;position:fixed;bottom:88px;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #0000002e}.msg-toast-undo{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700}.msg-toast-undo:disabled{opacity:.6;cursor:default}.inbox-rail{border-left:1px solid var(--border);background:var(--sand-2);flex-shrink:0;width:320px;padding:18px;overflow-y:auto}.inbox-back{display:none}@media (max-width:900px){.inbox-shell{background:0 0;height:auto;margin:-18px -16px -96px;display:block;overflow:visible}.inbox-list,.inbox-thread{background:0 0;border:none;width:auto;display:block}.inbox-scroll{padding:4px 0;overflow:visible}.inbox-rail,.inbox-shell:not(.sel) .inbox-thread{display:none}.inbox-back{display:inline-flex}.inbox-shell.sel{z-index:45;background:var(--sand);height:100dvh;margin:0;position:fixed;inset:0;overflow:hidden}.inbox-shell.sel .inbox-list{display:none}.inbox-shell.sel .inbox-thread{flex-direction:column;height:100dvh;min-height:0;display:flex}.thread-head{flex-shrink:0}.inbox-shell.sel .inbox-scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:12px 16px;overflow-y:auto}.thread-composer{padding:10px 16px calc(12px + env(safe-area-inset-bottom));flex-shrink:0}body:has(.inbox-shell.sel) .app-bottomnav{display:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_7BesSxfHE9zBXuPBEgk1Ak4V7Nnb)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
