:root{--bg:#fbfbfa;--surface:#fff;--surface-active:#f1f1ef;--fg:#202020;--muted:#908e8a;--muted-strong:#787774;--accent:#2383e2;--accent-weak:#e5edf7;--status:#2f6b4f;--status-weak:#e7f5ec;--border:#e3e2de;--line-strong:#c9c8c3;--radius:10px;--radius-sm:6px;--sidebar-w:264px;--space-xs:.4rem;--space-sm:.7rem;--space-md:1rem;--space-lg:1.5rem;--oracle-concept-fill:#eef2ff;--oracle-concept-text:#3949ab;--oracle-fact-fill:#e7f5ec;--oracle-fact-text:#2f7a45;--oracle-belief-fill:#fdeef3;--oracle-belief-text:#b03a64;--oracle-story-fill:#fff4e6;--oracle-story-text:#b5640a;--oracle-preference-fill:#f3eefb;--oracle-preference-text:#6b4ba3;--oracle-principle-fill:#e9f4f7;--oracle-principle-text:#1f7a8c;--oracle-howto-fill:#eef7e9;--oracle-howto-text:#4a7a2f;--oracle-question-fill:#f1f0ee;--oracle-question-text:#6b6b66}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.45}.page-narrow{max-width:640px;margin:4rem auto;padding:0 1rem}.app-shell{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.app-content{min-width:0;overflow:auto}.topbar-stats{align-items:center;gap:.6rem;display:inline-flex}@media (width<=1100px){.topbar-stats{display:none}}.sidebar-search{appearance:none;width:100%;color:var(--muted);font:inherit;border-radius:var(--radius);cursor:pointer;background:0 0;border:0;align-items:center;gap:.6rem;margin:0;padding:.4rem .6rem;font-size:.95rem;display:flex}.sidebar-search svg{color:var(--muted-strong);transition:color .15s}.sidebar-search:hover{background:var(--surface-active)}.sidebar-search:hover svg{color:var(--accent)}.nav-row{border-radius:var(--radius);color:var(--fg);cursor:pointer;align-items:center;gap:.6rem;padding:.4rem .6rem;font-size:.95rem;transition:background .15s;display:flex}.nav-row:hover,.nav-row.is-active{background:var(--surface-active)}.nav-row-icon{color:var(--muted-strong);flex-shrink:0;transition:color .15s;display:flex}.nav-row:hover .nav-row-icon,.nav-row.is-active .nav-row-icon{color:var(--accent)}.nav-row-label{flex:1}.nav-row-dot{background:var(--fg);border-radius:6px;width:6px;height:6px}.nav-row-count{color:var(--muted);font-size:.85rem}.ws-switcher-trigger{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;color:var(--fg);cursor:pointer;align-items:center;gap:.6rem;padding:.5rem .6rem;transition:background .15s;display:flex}.ws-switcher-trigger:hover{background:var(--surface-active)}.ws-switcher-name{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.92rem;font-weight:600;overflow:hidden}.ws-switcher-menu{z-index:40;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);box-shadow:var(--shadow-md);flex-direction:column;gap:.05rem;padding:.3rem;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0}.sidebar-search-kbd{color:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.05rem .3rem;font-family:inherit;font-size:.7rem}.app-sidebar{border-right:1px solid var(--border);flex-direction:column;gap:.2rem;height:100vh;padding:.9rem .7rem;display:flex;position:sticky;top:0;overflow:auto}.sidebar-backdrop,.topbar-menu-btn{display:none}@media (width>=768px) and (width<=1023px){:root{--sidebar-w:220px}}@media (width<=767px){.app-shell{grid-template-columns:1fr}.app-sidebar{width:var(--sidebar-w);z-index:40;background:var(--bg);height:100dvh;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.app-sidebar.is-open{box-shadow:var(--shadow-md);transform:translate(0)}.sidebar-backdrop{z-index:39;background:#0f0f0f59;display:block;position:fixed;inset:0}.topbar-menu-btn{display:inline-flex}.topbar-menu-btn .icon-btn{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){.app-sidebar{transition:none}}.page-body{width:100%;max-width:1320px;margin-inline:auto;padding:1.75rem 2.5rem 3rem}@media (width<=767px){.page-body{padding:1rem 1.25rem 2.5rem}}.page-header{align-items:center;gap:.75rem;margin-bottom:1.1rem;display:flex}.page-header-titles{flex:1;min-width:0}.page-header h1{margin:0;font-size:1.4rem;font-weight:600}.page-subtitle{color:var(--muted-strong);margin:.15rem 0 0;font-size:.9rem}.page-header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}label{margin-bottom:.25rem;font-weight:500;display:block}input:not([type=checkbox]):not([type=radio]),button{font:inherit;border:1px solid var(--border);border-radius:6px;padding:.6rem .8rem}input:not([type=checkbox]):not([type=radio]){box-sizing:border-box;background:var(--bg);width:100%;color:var(--fg);transition:border-color .15s,box-shadow .15s}input:not([type=checkbox]):not([type=radio]):focus{border-color:var(--accent);box-shadow:var(--ring);outline:none}input:-webkit-autofill{-webkit-text-fill-color:var(--fg);-webkit-box-shadow:0 0 0 1000px var(--bg) inset;caret-color:var(--fg)}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--fg);-webkit-box-shadow:0 0 0 1000px var(--bg) inset;caret-color:var(--fg)}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--fg);-webkit-box-shadow:0 0 0 1000px var(--bg) inset;caret-color:var(--fg)}input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--bg) inset, var(--ring)}input[type=checkbox],input[type=radio]{accent-color:var(--accent)}input.input-notion:not([type=checkbox]):not([type=radio]),textarea.input-notion{box-sizing:border-box;border-radius:var(--radius-sm);width:100%;color:var(--fg);font:inherit;background:0 0;border:1px solid #0000;padding:.4rem .5rem;transition:background .12s,box-shadow .12s,border-color .12s}input.input-notion:not([type=checkbox]):not([type=radio])::placeholder,textarea.input-notion::placeholder{color:var(--muted)}input.input-notion:not([type=checkbox]):not([type=radio]):hover,textarea.input-notion:hover{background:var(--surface-active)}input.input-notion:not([type=checkbox]):not([type=radio]):focus,textarea.input-notion:focus{background:var(--surface-active);box-shadow:0 0 0 2px var(--accent-weak);border-color:#0000;outline:none}textarea.input-notion{resize:vertical;min-height:6.5rem;line-height:1.5}input.input-notion.input-notion--title:not([type=checkbox]):not([type=radio]){font-size:1.15rem;font-weight:600}input.doc-title:not([type=checkbox]):not([type=radio]){box-sizing:border-box;width:100%;color:var(--fg);background:0 0;border:none;padding:0;font-size:1.7rem;font-weight:700;line-height:1.3}input.doc-title:not([type=checkbox]):not([type=radio]):hover,input.doc-title:not([type=checkbox]):not([type=radio]):focus{box-shadow:none;background:0 0;border:none;outline:none}input.doc-title::placeholder{color:var(--muted);font-weight:700}textarea.doc-body{box-sizing:border-box;resize:none;width:100%;color:var(--fg);font:inherit;background:0 0;border:none;padding:0;font-size:1rem;line-height:1.65;overflow:hidden}textarea.doc-body:hover,textarea.doc-body:focus{box-shadow:none;background:0 0;outline:none}textarea.doc-body::placeholder{color:var(--muted)}input.doc-input:not([type=checkbox]):not([type=radio]),textarea.doc-input{box-sizing:border-box;width:100%;color:var(--fg);font:inherit;background:0 0;border:none;padding:.25rem 0;font-size:1rem;line-height:1.65}input.doc-input:not([type=checkbox]):not([type=radio]):hover,input.doc-input:not([type=checkbox]):not([type=radio]):focus,textarea.doc-input:hover,textarea.doc-input:focus{box-shadow:none;background:0 0;border:none;outline:none}input.doc-input::placeholder,textarea.doc-input::placeholder{color:var(--muted)}textarea.doc-input{resize:none;min-height:3.25rem;overflow:hidden}.doc-field{flex-direction:column;gap:.4rem;display:flex}.doc-field-label{color:var(--muted-strong);font-size:.8rem;font-weight:500}.editor-modal-overlay{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f0f0f59;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.editor-modal-card{background:var(--surface);width:min(640px,100%);max-height:88vh;box-shadow:0 24px 80px #0f0f0f33, 0 0 0 1px var(--border);border-radius:14px;outline:none;flex-direction:column;padding:2rem 2.1rem;display:flex;position:relative;overflow:auto}.editor-modal-topright{z-index:1;position:absolute;top:2.5rem;right:2.1rem}.edited-info{white-space:nowrap;display:inline-block;position:relative}.edited-info__label{color:var(--muted);cursor:default;border-radius:6px;padding:.15rem .5rem;font-size:.75rem;transition:background .15s,color .15s;display:inline-block}.edited-info:hover .edited-info__label{background:var(--surface-active);color:var(--muted-strong)}.edited-info__card{z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:230px;box-shadow:var(--shadow-md);text-align:left;padding:.65rem .8rem;position:absolute;top:calc(100% + 6px);right:0}.edited-info__heading{color:var(--muted-strong);font-size:.78rem;font-weight:600}.edited-info__divider{background:var(--border);height:1px;margin:.45rem 0}.edited-info__row{color:var(--fg);justify-content:space-between;gap:1.25rem;padding:.12rem 0;font-size:.82rem;display:flex}.edited-info__row span:last-child{color:var(--muted);font-variant-numeric:tabular-nums}@media (width<=767px){.editor-modal-card{padding:1.5rem 1.25rem}}.tooltip{display:inline-flex;position:relative}.tooltip__bubble{z-index:40;background:var(--surface);width:max-content;max-width:220px;color:var(--muted-strong);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);text-align:left;white-space:normal;opacity:0;pointer-events:none;padding:.4rem .6rem;font-size:.75rem;font-weight:500;line-height:1.45;transition:opacity .12s,transform .12s;position:absolute;left:0;transform:translateY(2px)}.tooltip__bubble[data-side=bottom]{top:calc(100% + 6px)}.tooltip__bubble[data-side=top]{bottom:calc(100% + 6px)}.tooltip__bubble[data-side=right]{top:50%;left:calc(100% + 6px);transform:translate(2px,-50%)}.tooltip:hover .tooltip__bubble{opacity:1;transform:translateY(0)}.tooltip:has(:focus-visible) .tooltip__bubble{opacity:1;transform:translateY(0)}.tooltip:hover .tooltip__bubble[data-side=right]{transform:translateY(-50%)}.tooltip:has(:focus-visible) .tooltip__bubble[data-side=right]{transform:translateY(-50%)}button{cursor:pointer;background:var(--accent);color:#fff;border:0}button:disabled{opacity:.5;cursor:not-allowed}.field{margin-bottom:1rem}.password-field{position:relative}.password-field input{padding-right:2.5rem}.password-toggle{width:2.5rem;height:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:0 6px 6px 0;justify-content:center;align-items:center;padding:0;transition:color .15s;display:inline-flex;position:absolute;top:0;right:0}.password-toggle:hover{color:var(--fg)}.password-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.badge{background:var(--surface-active);color:var(--muted-strong);border-radius:999px;align-items:center;padding:.05rem .45rem;font-size:.7rem;font-weight:600;display:inline-flex}.badge--active{background:var(--accent-weak);color:var(--accent)}.vp-active-pill{cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3rem;padding:.1rem .55rem .1rem .45rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.vp-active-pill[data-active=true]{background:var(--accent-weak);color:var(--accent)}.vp-active-pill[data-active=false]{background:var(--surface);color:var(--muted);border-color:var(--border)}.vp-active-pill[data-active=false]:hover{background:var(--surface-active);color:var(--muted-strong)}.prompt-preview-pre{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:pre-wrap;max-height:60vh;margin:0;padding:.75rem;font-size:.8rem;line-height:1.55;overflow-x:auto}.error{color:#b00020;margin-top:.5rem}a{color:var(--accent)}:root{--shadow-sm:0 1px 2px #2020200a, 0 1px 3px #2020200f;--shadow-md:0 12px 30px #2020200d;--ring:0 0 0 3px #2383e229;--danger:#b00020;--danger-weak:#fbe9ec;--warn:#b5800f;--warn-weak:#fdf6e3;--status-scheduled:#e8912a}@keyframes fh-spin{to{transform:rotate(360deg)}}.fh-spin{animation:.8s linear infinite fh-spin}.icon-btn{width:30px;height:30px;color:var(--muted-strong);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.icon-btn:hover:not(:disabled){background:var(--surface-active);color:var(--fg)}.icon-btn:disabled{opacity:.35;cursor:default}.btn{cursor:pointer;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s,transform 50ms;display:inline-flex}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:translateY(1px)}.btn--md{padding:.46rem .95rem;font-size:.9rem}.btn--sm{padding:.32rem .65rem;font-size:.82rem}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){box-shadow:var(--shadow-sm);background:#1a6fc4}.btn--secondary{background:var(--surface);color:var(--fg);border-color:var(--border);font-weight:500}.btn--secondary:hover:not(:disabled){background:var(--surface-active)}.btn--ghost{color:var(--fg);background:0 0;font-weight:500}.btn--ghost:hover:not(:disabled){background:var(--surface-active)}.btn--danger{background:var(--danger);color:#fff}.btn--danger:hover:not(:disabled){filter:brightness(.93)}.btn--trash{border-color:var(--border);color:var(--muted-strong);background:0 0;font-weight:500}.btn--trash:hover:not(:disabled){color:var(--danger);border-color:color-mix(in srgb, var(--danger) 40%, var(--border))}.btn--block{width:100%}.btn--ghost[aria-pressed=true],.btn--secondary[aria-pressed=true]{background:var(--surface-active);font-weight:600}.btn-reset{appearance:none;font:inherit;color:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.btn-reset:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tablist{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.tab{border:1px solid var(--border);color:var(--fg);cursor:pointer;background:0 0;border-radius:999px;padding:.3rem .8rem;font-size:.85rem;font-weight:400;transition:background .15s,border-color .15s}.tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tab--active{background:var(--surface-active);font-weight:600}.platform-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:inline-flex}.platform-tab:hover:not(:disabled):not(.platform-tab--active){color:var(--muted-strong)}.platform-tab--active{color:var(--accent)}.platform-tab:disabled{cursor:default;opacity:.4}.platform-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.gen-post{position:relative}.gen-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;box-shadow:var(--shadow-md);padding:0 .9rem}.post-rail{flex-direction:column;justify-content:center;align-items:center;gap:0;padding-left:.4rem;display:flex;position:absolute;top:0;bottom:0;left:100%}.rail-btn{width:30px;height:26px;color:var(--muted-strong);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.rail-btn svg{flex:none}.rail-btn:hover:not(:disabled){color:var(--accent)}.rail-btn--del:hover:not(:disabled){color:var(--danger)}.rail-btn--del{width:20px;height:20px}.rail-btn:disabled{opacity:.3;cursor:default}.rail-btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:6px}.rail-btn--gen:hover:not(:disabled){color:var(--accent)}.live-pill{border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;padding:.25rem .6rem;font-size:.85rem;font-weight:500;line-height:1.2;display:inline-flex}.live-pill--live{color:var(--status);border-color:color-mix(in srgb, var(--status) 45%, var(--border))}.live-pill--offline{color:var(--muted)}.live-pill--attention{color:var(--warn);border-color:color-mix(in srgb, var(--warn) 40%, var(--border));background:var(--warn-weak);transition:background .15s}.btn-reset:hover .live-pill--attention,.btn-reset:focus-visible .live-pill--attention{background:color-mix(in srgb, var(--warn) 10%, var(--warn-weak))}.rail-btn--holding{color:var(--danger);border-radius:6px;animation:1s linear forwards rail-hold-fill}@keyframes rail-hold-fill{0%{background:0 0}to{background:color-mix(in srgb, var(--danger) 22%, transparent)}}.img-affordance{color:var(--muted-strong);transition:color .15s}.img-affordance:hover:not(:disabled){color:var(--pa,var(--accent))}.tab--danger{color:var(--danger);font-weight:600}.tab--danger.tab--active{border-color:var(--danger)}.menu-item{width:100%;color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:flex-start;align-items:center;gap:.45rem;padding:.4rem .55rem;font-size:.875rem;transition:background .15s;display:inline-flex}.menu-item:hover:not(:disabled){background:var(--surface-active)}.menu-item:not(.menu-item--danger) svg{color:var(--muted-strong);transition:color .15s}.menu-item:not(.menu-item--danger):hover:not(:disabled) svg{color:var(--accent)}.menu-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.menu-item:disabled{opacity:.5;cursor:not-allowed}.menu-item--danger{color:var(--danger)}.menu-item--active{background:var(--surface-active);font-weight:600}.menu-item--active:not(.menu-item--danger) svg{color:var(--accent)}.chip{border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.8rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.chip:hover{background:var(--surface-active);color:var(--fg)}.toggle{border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.34rem .7rem;font-size:.82rem;font-weight:500;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.toggle[aria-pressed=true],.toggle[aria-expanded=true]{background:var(--accent-weak);border-color:var(--accent);color:var(--accent)}.toggle[aria-expanded=true] svg{color:var(--accent)}.type-filter-actions{justify-content:space-between;gap:.5rem;padding:0 .15rem .1rem;display:flex}.type-filter-actions button{color:var(--muted-strong);cursor:pointer;background:0 0;border:0;padding:.15rem .25rem;font-size:.8rem;font-weight:500;transition:color .15s}.type-filter-actions button:hover:not(:disabled){color:var(--accent)}.type-filter-actions button:disabled{color:var(--muted);cursor:default}.search-field{min-width:0;color:var(--muted);flex:1;align-items:center;gap:.45rem;display:flex}.search-field:focus-within{color:var(--accent)}.search-field__icon{flex:none}.search-field input:not([type=checkbox]):not([type=radio]){min-width:0;color:var(--fg);background:0 0;border:0;flex:1;padding:.25rem 0;font-size:.95rem}.search-field input:not([type=checkbox]):not([type=radio]):focus{box-shadow:none;border:0;outline:none}.type-select-trigger{cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.type-select-trigger:hover,.type-select-trigger[aria-expanded=true]{filter:brightness(.96)}.option-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.option-row-label{color:var(--muted-strong);font-size:.85rem}.option-divider{background:var(--border);height:1px;margin:.15rem 0}.option-toggle{width:100%;font:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:.1rem 0;display:flex}.option-check{border:1px solid var(--border);background:var(--surface);color:#fff;border-radius:3px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,border-color .15s;display:inline-flex}.option-toggle[aria-pressed=true] .option-check{background:var(--accent);border-color:var(--accent)}.facts-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:.75rem;padding:.5rem .75rem}.facts-panel__summary{cursor:pointer;color:var(--fg);align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;list-style:none;display:flex}.facts-panel__summary::-webkit-details-marker{display:none}.facts-panel__summary>svg:first-child{color:var(--accent)}.facts-panel__count{color:var(--muted);font-variant-numeric:tabular-nums;font-weight:500}.facts-panel__chevron{color:var(--muted);margin-left:auto;transition:transform .15s}.facts-panel[open] .facts-panel__chevron{transform:rotate(180deg)}.facts-panel__list{flex-wrap:wrap;gap:.4rem;margin:.55rem 0 0;padding:0;list-style:none;display:flex}.facts-chip{border:1px dashed var(--border);color:var(--muted);background:0 0;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.8rem;line-height:1;display:inline-flex}.facts-chip--used{border-style:solid;border-color:var(--border);background:var(--surface-active);color:var(--fg);font-weight:600}.facts-chip a{text-decoration:none}.facts-chip a:hover,.facts-chip a:focus-visible{text-decoration:underline}.idea-picker{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);margin-top:.75rem;padding:.75rem .85rem}.idea-picker__head{color:var(--fg);align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:flex}.idea-picker__icon{color:var(--accent);display:inline-flex}.idea-picker__count{color:var(--muted);font-variant-numeric:tabular-nums;font-weight:500}.idea-picker__list{flex-direction:column;gap:.25rem;margin:.55rem 0 0;padding:0;list-style:none;display:flex}.idea-picker__list>li{align-items:flex-start;gap:.35rem;display:flex}.idea-picker__row{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;flex:1;align-items:flex-start;gap:.6rem;min-width:0;padding:.5rem .6rem;transition:background .15s,border-color .15s;display:flex}.idea-picker__row:hover{background:var(--surface-active)}.idea-picker__row--selected,.idea-picker__row--selected:hover{background:var(--accent-weak);border-color:var(--accent)}.idea-picker__check{accent-color:var(--accent);margin-top:.2rem}.idea-picker__text{flex:1;min-width:0}.idea-picker__title{font-size:.92rem;font-weight:600;display:block}.idea-picker__summary{color:var(--muted-strong);font-size:.85rem;line-height:1.45;display:block}.idea-picker__foot{align-items:center;gap:.6rem;margin-top:.65rem;display:flex}.idea-picker__hint{color:var(--muted-strong);font-size:.8rem}.plug-controls__fields{flex-direction:column;gap:.5rem;padding:.1rem .55rem .25rem;display:flex}.plug-controls__delay{white-space:nowrap;justify-content:space-between;align-items:center;gap:.4rem;display:flex}.plug-controls__fields>input[type=text]{width:100%;padding:.3rem .5rem}.segmented{background:var(--surface-active);border:0;border-radius:9px;gap:2px;min-inline-size:0;margin:0;padding:2px;display:inline-flex}.segmented>button{color:var(--muted-strong);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.82rem;font-weight:500;line-height:1;transition:background .15s,color .15s;display:inline-flex}.segmented>button svg{color:var(--muted)}.segmented>button[aria-pressed=true] svg{color:var(--accent)}.segmented>button[aria-pressed=true]{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.select-chrome{appearance:none;background-color:var(--surface);color:var(--fg);border:1px solid var(--border);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239b9b95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:.85rem;border-radius:8px;width:auto;padding:.34rem 1.7rem .34rem .65rem;font-size:.82rem;line-height:1;transition:border-color .15s}.select-chrome:hover{border-color:var(--muted)}.composer-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s}.composer-card:focus-within{border-color:var(--accent);box-shadow:var(--ring)}.pagination{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.9rem;display:flex}.pagination__range{color:var(--muted-strong);font-variant-numeric:tabular-nums;margin-right:auto;font-size:.8rem}.mention-editor:empty:before{content:attr(data-placeholder);color:var(--muted);pointer-events:none}.mention-chip{background:var(--blue-bg,#e5edf7);color:var(--blue,#345d8f);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:.2rem;margin:0 .05rem;padding:0 .35rem;font-weight:550;display:inline-flex}.mention-chip--edit{background:var(--accent-weak);color:var(--accent,#2383e2)}.mention-chip--edit:before{content:"✎";margin-right:.15rem;font-size:.9em}.mention-chip--improve{background:var(--accent-weak);color:var(--accent,#2383e2)}.mention-chip--improve:before{content:"✦";margin-right:.15rem;font-size:.9em}.mention-chip--armed{outline:2px solid var(--accent,#2383e2);outline-offset:1px}.edit-badge{cursor:default;align-items:center;gap:.3rem;display:inline-flex}.edit-badge-x{cursor:pointer;color:inherit;background:0 0;border:0;padding:0 .1rem;font-size:.85em;line-height:1}.mention-chip--action{background:var(--accent-subtle,#e7f0fb);color:var(--accent,#2383e2);font-weight:500}.toast-viewport{z-index:60;pointer-events:none;flex-direction:column;gap:.5rem;width:min(360px,100vw - 2rem);display:flex;position:fixed;bottom:1rem;right:1rem}.toast{pointer-events:auto;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:12px;align-items:center;gap:.6rem;padding:.7rem .8rem;font-size:.9rem;animation:.18s toast-in;display:flex}.toast-icon{flex:none}.toast-icon.success{color:var(--status)}.toast-icon.error{color:var(--danger)}.toast-icon.info{color:var(--accent)}.toast-msg{color:var(--fg);flex:1}.toast-action{font:inherit;color:var(--accent);background:var(--accent-weak);border:1px solid var(--accent-weak);cursor:pointer;border-radius:7px;flex:none;align-self:center;padding:3px 10px;font-size:.78rem;font-weight:600}.toast-action:hover{border-color:var(--accent)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.skeleton{background:linear-gradient(90deg, var(--surface-active) 25%, var(--bg) 37%, var(--surface-active) 63%);background-size:400% 100%;border-radius:6px;animation:1.4s infinite skeleton-shimmer;display:block}.skeleton-line{height:.85em;margin:.25em 0}.skeleton-circle{border-radius:50%}@keyframes skeleton-shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.skeleton{background:var(--surface-active);animation:none}}.empty-state{text-align:center;color:var(--muted-strong);flex-direction:column;align-items:center;gap:.6rem;padding:2.75rem 1rem;display:flex}.empty-state-icon{color:var(--line-strong);display:flex}.empty-state-title{color:var(--fg);font-size:.98rem;font-weight:600}.empty-state-body{max-width:360px;font-size:.9rem}.empty-state-actions{align-items:center;gap:.6rem;margin-top:.3rem;display:flex}.account-choices{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:460px;display:flex}.connect-gate-loading{background:var(--bg);place-items:center;min-height:100vh;display:grid}.connect-overlay{z-index:60;-webkit-backdrop-filter:blur(7px);background:#1414142e;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.connect-overlay-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-md);text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:1.85rem 1.75rem 1.6rem;display:flex;position:relative}.connect-overlay-signout{color:var(--muted-strong);cursor:pointer;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;display:inline-flex}.connect-overlay-signout:hover{color:var(--fg)}.connect-gate-badge{width:56px;height:56px;color:var(--accent);background:var(--accent-weak);border-radius:999px;place-items:center;display:grid}.connect-overlay-card h2{margin:0;font-size:1.3rem;font-weight:600}.connect-overlay-card p{color:var(--muted-strong);margin:0;font-size:.92rem;line-height:1.55}.connect-gate-switch{color:var(--muted-strong);flex-direction:column;align-items:center;gap:.5rem;margin-top:.35rem;font-size:.85rem;display:flex}.connect-overlay-foot{border-top:1px solid var(--border);width:100%;color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.3rem .7rem;margin-top:.5rem;padding-top:.85rem;font-size:.82rem;display:flex}.connect-overlay-card .btn--block{margin-top:.2rem}.stack{gap:var(--space-md);flex-direction:column;display:flex}.stack--xs{gap:var(--space-xs)}.stack--sm{gap:var(--space-sm)}.stack--lg{gap:var(--space-lg)}.alert{background:var(--surface);border:1px solid color-mix(in srgb, var(--accent) 32%, var(--border));border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--fg);align-items:flex-start;gap:.55rem;padding:.6rem .85rem;font-size:.9rem;line-height:1.45;display:flex}.alert-icon{flex:none;margin-top:.1rem;display:inline-flex}.alert-body{flex:auto;min-width:0}.alert a{color:var(--accent);font-weight:600;text-decoration:underline}.alert--warn{border-color:color-mix(in srgb, var(--warn) 34%, var(--border))}.alert--warn .alert-icon{color:var(--warn)}.alert--danger{border-color:color-mix(in srgb, var(--danger) 34%, var(--border))}.alert--danger .alert-icon{color:var(--danger)}.alert--info .alert-icon{color:var(--accent)}.alert--flush{box-shadow:none;border-width:0 0 1px;border-radius:0}.alert--center{align-items:center}.alert--center .alert-icon{margin-top:0}.auth-verify-screen{text-align:left;flex-direction:column;align-items:stretch;display:flex}.auth-verify-screen .auth-email-pill{align-self:flex-start}.auth-verify-screen__lead{color:var(--muted-strong);margin:0 0 1.25rem;font-size:.9rem;line-height:1.55}.auth-verify-screen__status{color:var(--accent);margin:.85rem 0 0;font-size:.85rem;display:block}.auth-linkbtn{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0}.auth-linkbtn:hover{text-decoration:underline}.fh-validation-bubble{z-index:1000;background:var(--surface);border:1px solid color-mix(in srgb, var(--accent) 32%, var(--border));border-radius:var(--radius);max-width:min(320px,100vw - 24px);box-shadow:var(--shadow-md);color:var(--fg);align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.85rem;line-height:1.35;animation:.14s both fh-validation-pop;display:inline-flex;position:fixed}.fh-validation-bubble:before{content:"";background:var(--surface);border-left:1px solid color-mix(in srgb, var(--accent) 32%, var(--border));border-top:1px solid color-mix(in srgb, var(--accent) 32%, var(--border));width:9px;height:9px;position:absolute;top:-5px;left:16px;transform:rotate(45deg)}.fh-validation-bubble__icon{color:var(--accent);flex:none;display:inline-flex}.fh-validation-bubble__msg{min-width:0}@keyframes fh-validation-pop{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:none}}.ds-root{background:var(--bg);grid-template-columns:220px 1fr;min-height:100vh;display:grid}.ds-nav{border-right:1px solid var(--border);align-self:start;height:100vh;padding:1.5rem 1rem;position:sticky;top:0;overflow:auto}.ds-nav__brand{margin:0;font-size:1rem;font-weight:700}.ds-nav__sub{color:var(--muted);margin:0 0 1.25rem;font-size:.78rem}.ds-nav a{border-radius:var(--radius-sm);color:var(--muted-strong);padding:.3rem .5rem;font-size:.88rem;text-decoration:none;display:block}.ds-nav a:hover{background:var(--surface-active);color:var(--fg)}.ds-main{min-width:0;max-width:980px;padding:2rem 2.5rem 6rem}.ds-section{margin-bottom:3rem;scroll-margin-top:1rem}.ds-section__title{border-bottom:1px solid var(--border);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.ds-section__body{gap:1.1rem;display:grid}.ds-specimen{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:visible}.ds-specimen__head{border-bottom:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;background:var(--bg);padding:.7rem .9rem}.ds-specimen__name{margin:0;font-size:.9rem;font-weight:600}.ds-specimen__note{color:var(--muted);margin:.15rem 0 0;font-size:.8rem}.ds-specimen__demo{flex-direction:column;gap:.85rem;padding:1.1rem;display:flex}.ds-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.ds-swatches{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.6rem;display:grid}.ds-swatch{border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.75rem;overflow:hidden}.ds-swatch__chip{height:46px}.ds-swatch__meta{padding:.35rem .5rem}.ds-swatch__name{font-weight:600}.ds-swatch__val{color:var(--muted);font-family:ui-monospace,monospace;font-size:.7rem}.ds-spacing-bar{background:var(--accent);border-radius:3px;height:14px}.ds-box{border:1px solid var(--border);background:var(--surface);width:90px;height:56px;color:var(--muted);justify-content:center;align-items:center;font-size:.72rem;display:inline-flex}.ds-icon-group-label{color:var(--fg);margin:.6rem 0 .5rem;font-size:.78rem;font-weight:600}.ds-icon-group-label span{color:var(--muted);font-weight:400}.ds-icon-grid{grid-template-columns:repeat(auto-fill,minmax(116px,1fr));gap:.5rem;display:grid}.ds-icon-tile{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted-strong);flex-direction:column;align-items:center;gap:.45rem;padding:.85rem .5rem;transition:color .15s,border-color .15s;display:flex}.ds-icon-tile:hover{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 32%, var(--border))}.ds-icon-tile__glyph{font-size:1.4rem;display:flex}.ds-icon-tile__name{color:var(--muted);font-family:ui-monospace,monospace;font-size:.68rem}.add-to-thread{cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:40px 1fr;align-items:center;gap:.6rem;width:100%;padding:.5rem 0;display:grid}.add-to-thread__avatar{opacity:.55;justify-content:center;transition:opacity .15s;display:flex}.add-to-thread__label{color:var(--muted);font-size:.95rem;transition:color .15s}.add-to-thread:hover .add-to-thread__avatar{opacity:1}.add-to-thread:hover .add-to-thread__label{color:var(--fg)}.publish-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.85rem;display:flex}.publish-bar--inline{margin-top:0}.publish-bar__commit{align-items:center;gap:.75rem;margin-left:auto;display:flex}.commit-trigger:hover svg{color:var(--accent)}.onboarding-intro{color:var(--muted-strong);margin:0 0 1.15rem;font-size:.92rem}.onboarding-progress{color:var(--muted-strong);align-items:center;gap:.7rem;margin-bottom:1.15rem;font-size:.78rem;font-weight:500;display:flex}.onboarding-progress-track{background:var(--surface-active);border-radius:999px;flex:1;height:6px;overflow:hidden}.onboarding-progress-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .25s}.onboarding-steps{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.onboarding-step{border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.75rem;padding:.85rem;transition:border-color .15s,background .15s;display:flex}.onboarding-step.is-current{border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:var(--accent-weak)}.onboarding-step.is-done{opacity:.72}.onboarding-step-marker{border:1px solid var(--line-strong);width:24px;height:24px;color:var(--muted-strong);border-radius:999px;flex:none;place-items:center;font-size:.78rem;font-weight:600;display:grid}.onboarding-step.is-current .onboarding-step-marker{background:var(--accent);border-color:var(--accent);color:#fff}.onboarding-step.is-done .onboarding-step-marker{background:var(--status);border-color:var(--status);color:#fff}.onboarding-step-main{flex:1;min-width:0}.onboarding-step-title{font-size:.92rem;font-weight:600}.onboarding-step-help{color:var(--muted-strong);margin-top:.15rem;font-size:.84rem;line-height:1.4}.onboarding-footer{justify-content:space-between;align-items:center;gap:.6rem;margin-top:1.3rem;display:flex}.cmdk-backdrop{z-index:70;background:#0f0f0f59;justify-content:center;align-items:flex-start;padding:12vh 1rem 1rem;display:flex;position:fixed;inset:0}.cmdk-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(560px,100%);box-shadow:var(--shadow-md);flex-direction:column;max-height:60vh;display:flex;overflow:hidden}.cmdk-input{border:0;border-bottom:1px solid var(--border);background:var(--surface);border-radius:0;outline:none;padding:.85rem 1rem;font-size:.95rem}.cmdk-input:focus{box-shadow:none}.cmdk-list{margin:0;padding:.35rem;list-style:none;overflow:auto}.cmdk-item{cursor:pointer;color:var(--fg);border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .7rem;font-size:.9rem;display:flex}.cmdk-item.is-active{background:var(--surface-active)}.cmdk-item-group{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-left:auto;font-size:.72rem}.cmdk-empty{text-align:center;color:var(--muted-strong);padding:1.25rem 1rem;font-size:.9rem}.dash-cockpit{gap:var(--space-md);margin-top:var(--space-md);align-items:flex-start;display:flex}.dash-queue{flex:1;min-width:0}.dash-canvas{gap:var(--space-md);flex-direction:column;flex:1.6;min-width:0;display:flex}.alert-action{color:inherit;cursor:pointer;font-weight:600;text-decoration:underline}@media (width<=860px){.dash-cockpit{flex-direction:column}.dash-queue,.dash-canvas{width:100%}}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.dash-card__head{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.dash-card__label{color:var(--muted-strong);font-size:12.5px;font-weight:600}.dash-card__link{color:var(--accent);cursor:pointer;font-size:11.5px;font-weight:600}.dash-queue__list{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dash-queue__entry{text-align:left;border-left:2px solid var(--border);cursor:pointer;flex-direction:column;gap:2px;width:100%;padding:2px 0 2px 10px;display:flex}.dash-queue__entry:hover .dash-queue__title{color:var(--accent)}.dash-queue__entry--next{border-left-color:var(--accent)}.dash-queue__entry--next .dash-queue__time{color:var(--accent);font-weight:700}.dash-queue__entry--gap{border-left-color:var(--warn);background:var(--warn-weak);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding-top:5px;padding-bottom:5px}.dash-queue__entry--gap .dash-queue__time{color:var(--warn);font-weight:700}.dash-queue__time{color:var(--muted);font-size:11.5px;font-weight:600}.dash-queue__title{color:var(--fg);font-size:12.5px;font-weight:600}.dash-queue__meta{color:var(--muted);font-size:11.5px}.account-pill{color:var(--muted-strong);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;max-width:160px;padding:1px 7px 1px 2px;font-size:.72rem;display:inline-flex}.account-pill-handle{text-overflow:ellipsis;overflow:hidden}.datepicker{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:248px;box-shadow:var(--shadow-md);padding:12px}.dp-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.dp-month{font-size:.82rem;font-weight:600}.dp-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.dp-wd{color:var(--muted);text-align:center;text-transform:uppercase;padding:3px 0;font-size:.6rem}.dp-day{text-align:center;color:var(--fg);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:6px 0;font-size:.78rem}.dp-day:hover{background:var(--surface-active,#f2f2f0)}.dp-day--mut{color:var(--muted);opacity:.6}.dp-day--today{box-shadow:inset 0 0 0 1px var(--accent-weak);color:var(--accent)}.dp-day--sel{background:var(--accent);color:#fff;font-weight:600}.dp-day--sel:hover{background:var(--accent)}.dp-time{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.dp-tlabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:6px;font-size:.6rem}.dp-chips{flex-wrap:wrap;gap:5px;display:flex}.dp-chip{border:1px solid var(--border);color:var(--fg);cursor:pointer;background:0 0;border-radius:7px;padding:4px 9px;font-size:.72rem}.dp-chip--on{background:var(--accent-weak);border-color:var(--accent-weak);color:var(--accent);font-weight:600}.dp-stepper{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.dp-stepper .icon-btn{border:1px solid var(--border);width:34px;height:34px;color:var(--fg);border-radius:8px;flex:none;font-size:1.1rem}.dp-stepper .icon-btn:hover:not(:disabled){background:var(--surface-active);border-color:var(--line-strong)}.dp-tval{text-align:center;color:var(--fg);font-variant-numeric:tabular-nums;flex:auto;font-size:1.05rem;font-weight:600}.vault-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:.6rem;padding:.85rem .9rem;transition:border-color .15s,box-shadow .15s}.vault-card:hover{border-color:var(--muted-strong);box-shadow:var(--shadow-sm)}.vault-card--clickable{cursor:pointer}.vault-card-head{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.vault-card-ident{flex-direction:column;min-width:0;line-height:1.2;display:flex}.vault-card-ident strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.vault-card-handle{color:var(--muted);font-size:.75rem}.vault-card-head-right{color:var(--muted);align-items:center;gap:.55rem;margin-left:auto;display:inline-flex}.vault-card-link{color:var(--muted);transition:color .15s;display:inline-flex}.vault-card-link:hover{color:var(--accent)}.vault-card-body{white-space:pre-wrap;color:var(--fg);margin:0;font-size:.9rem;line-height:1.55}.vault-card-bodybtn{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;display:block}.vault-card-foot{align-items:center;gap:.75rem;margin-top:.7rem;display:flex}.vault-card-meta{color:var(--muted-strong);font-size:.72rem}.vault-card-repurpose{border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;margin-left:auto;padding:.2rem .6rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.vault-card-repurpose:hover,.vault-card-repurpose[aria-pressed=true]{color:var(--accent);border-color:var(--accent);background:var(--accent-weak)}.vault-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.75rem;display:grid}.vault-grid .vault-card{flex-direction:column;margin-bottom:0;display:flex}.vault-grid .vault-card-foot{margin-top:auto;padding-top:.7rem}@media (width<=1100px){.vault-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.vault-grid{grid-template-columns:1fr}}.vault-tabs{border-bottom:1px solid var(--border);gap:18px;margin-bottom:1rem;display:flex}.vault-tab{color:var(--muted-strong);cursor:pointer;text-transform:capitalize;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-1px;padding:0 0 9px;font-size:.85rem}.vault-tab--active{color:var(--fg);border-bottom-color:var(--fg);font-weight:600}.auth-wrap{background:var(--bg);justify-content:center;align-items:flex-start;min-height:100vh;padding:clamp(2rem,8vh,6rem) 1rem 3rem;display:flex}.auth-box{background:var(--surface);border:1px solid var(--border);width:100%;max-width:400px;box-shadow:var(--shadow-md);border-radius:14px;padding:2rem 1.75rem}.auth-brand{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.auth-tagline{text-align:center;letter-spacing:-.01em;color:var(--muted-strong);margin:0 0 1.6rem;font-size:1.05rem;font-weight:500}.auth-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.4rem;font-size:.68rem;font-weight:600}.auth-title{color:var(--fg);margin:0;font-size:1.4rem;font-weight:700;line-height:1.25}.auth-subtitle{color:var(--muted-strong);margin:.4rem 0 0;font-size:.9rem;line-height:1.5}.auth-body{margin-top:1.5rem;animation:.28s both auth-fade-up}.auth-links{border-top:1px solid var(--border);color:var(--muted-strong);text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.6rem;padding-top:1.1rem;font-size:.85rem;display:flex}.auth-email-pill{background:var(--accent-weak);max-width:100%;color:var(--accent);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.1rem;padding:.4rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex}.auth-email-pill-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.auth-actions{gap:.6rem;margin-top:1rem;display:flex}.auth-actions>:last-child{flex:1}.auth-remember{color:var(--muted-strong);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;margin:.25rem 0 1.25rem;font-size:.85rem;font-weight:500;display:flex}.auth-remember input[type=checkbox]{cursor:pointer;flex-shrink:0;width:16px;height:16px;margin:0}.auth-buttons{flex-direction:column;gap:.6rem;display:flex}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth-body{animation:none}}.drawer-backdrop{z-index:50;background:#0f0f0f59;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer-panel{background:var(--surface);border-left:1px solid var(--border);width:min(360px,100%);height:100%;box-shadow:var(--shadow-md);outline:none;flex-direction:column;gap:.8rem;padding:1.1rem;animation:.2s both drawer-in;display:flex;overflow-y:auto}.drawer-head{justify-content:space-between;align-items:center;display:flex}.drawer-head h2{margin:0;font-size:1rem;font-weight:600}.drawer-body{color:var(--muted-strong);font-size:.88rem;line-height:1.55}.drawer-body p{margin:0 0 .7rem}@keyframes drawer-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.drawer-panel{animation:none}}@media (width<=767px){.drawer-panel{width:100%}}.pagehelp-card{z-index:30;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--muted-strong);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.8rem;display:inline-flex;position:fixed;bottom:4.75rem;right:1.25rem}.pagehelp-card:hover{color:var(--fg);border-color:var(--line-strong)}@media (width<=767px){.pagehelp-card{bottom:4.5rem;right:.75rem}}.usage-meter{flex-direction:column;gap:.55rem;display:flex}.usage-meter-row{justify-content:space-between;align-items:flex-start;gap:.75rem;font-size:.85rem;display:flex}.usage-meter-label{color:var(--fg);font-size:.9rem;font-weight:650;display:block}.usage-meter-detail{color:var(--muted-strong);margin-top:.14rem;font-size:.76rem;display:block}.usage-meter-value{color:var(--fg);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.86rem}.usage-meter-track{background:var(--surface-active);border-radius:999px;height:7px;overflow:hidden}.usage-meter-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .2s}.usage-meter-fill.is-over{background:var(--danger)}.usage-meter-fill.is-infinite{background:linear-gradient(90deg, var(--accent-weak), var(--accent));width:100%}.usage-meter-caption{color:var(--muted);margin:-.1rem 0 0;font-size:.74rem}.usage-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.usage-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.85rem 1rem}.stat-card-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.stat-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:.3rem;padding:.85rem 1rem;display:flex}.stat-card-label{color:var(--muted-strong);align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.stat-card-value{color:var(--fg);font-size:1.25rem;font-weight:600}.members-table{border-collapse:collapse;width:100%}.members-table th{text-align:left;color:var(--muted-strong);border-bottom:1px solid var(--border);padding:.4rem .5rem;font-size:.78rem;font-weight:500}.members-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.55rem .5rem}.members-table .member-user{align-items:center;gap:.6rem;display:flex}.members-table .member-email{color:var(--muted);font-size:.85rem}.members-table .member-actions{text-align:right}.product-page{gap:var(--space-lg);flex-direction:column;display:flex}.product-page>.page-header{margin-bottom:0}.page-section{gap:var(--space-sm);flex-direction:column;display:flex}.section-heading{justify-content:space-between;align-items:baseline;gap:var(--space-sm);display:flex}.section-heading h2,.surface-card h2,.surface-card h3{letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:650}.section-description{color:var(--muted-strong);margin:.25rem 0 0;font-size:.86rem}.surface-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;padding:1rem 1.1rem}.surface-card--flush{padding:0;overflow:hidden}.surface-card--soft{background:linear-gradient(135deg,#fff 0%,#f7faff 100%)}.surface-card--danger{border-color:color-mix(in srgb, var(--danger) 28%, var(--border));background:linear-gradient(135deg, #fff 0%, var(--danger-weak) 170%)}.management-hero{background:linear-gradient(125deg,#f4f8ff 0%,#fff 58%,#f9fbff 100%);border:1px solid #d7e6f6;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;gap:2rem;padding:1.5rem;display:grid;position:relative;overflow:hidden}.management-hero:after{content:"";pointer-events:none;border:34px solid #2383e212;border-radius:50%;width:260px;height:260px;position:absolute;top:-110px;right:-90px}.management-hero-copy{z-index:1;max-width:620px;position:relative}.management-hero-copy h2{letter-spacing:-.035em;margin:0;font-size:1.45rem;font-weight:680}.management-hero-copy p:last-child{color:var(--muted-strong);margin:.45rem 0 0;font-size:.92rem;line-height:1.55}.management-hero-stats{z-index:1;grid-template-columns:repeat(2,minmax(100px,1fr));align-self:center;gap:.6rem;display:grid;position:relative}.management-hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #2383e21f;border-radius:11px;min-width:112px;padding:.7rem .8rem}.management-hero-stat strong{color:var(--fg);letter-spacing:-.025em;font-size:1.1rem;display:block}.management-hero-stat span{color:var(--muted-strong);margin-top:.15rem;font-size:.72rem;font-weight:600;display:block}.management-hero-stat--accent{background:var(--accent);border-color:#0000}.management-hero-stat--accent strong,.management-hero-stat--accent span{color:#fff}.management-hero--workspace{background:linear-gradient(125deg,#fbfaf8 0%,#fff 58%,#f5f9ff 100%)}.management-hero--billing{background:linear-gradient(125deg,#f7f6ff 0%,#fff 60%,#fbfaff 100%);border-color:#d9d5f0}.management-hero--security{background:linear-gradient(125deg,#f3fbf7 0%,#fff 60%,#f7fcfa 100%);border-color:#d2eadf}.surface-card+.surface-card{margin-top:var(--space-sm)}.surface-card-header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);border-bottom:1px solid var(--border);padding:1rem 1.1rem;display:flex}.surface-card-header h2,.surface-card-header h3{margin:0;font-size:.95rem;font-weight:650}.surface-card-header p{color:var(--muted-strong);margin:.25rem 0 0;font-size:.84rem}.surface-card-body{padding:1rem 1.1rem}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;display:grid}.analytics-overview{grid-template-columns:minmax(220px,.9fr) minmax(0,2.1fr);gap:.7rem;display:grid}.analytics-highlight{min-height:106px;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#edf7ff 0%,#fff 86%);border:1px solid #cfe3f5;border-radius:12px;flex-direction:column;justify-content:space-between;padding:.85rem 1rem;display:flex}.analytics-highlight h2{margin:0;font-size:.9rem;font-weight:650}.analytics-highlight strong{color:var(--fg);letter-spacing:-.045em;font-size:1.75rem;line-height:1}.analytics-highlight p{color:var(--muted-strong);margin:.4rem 0 0;font-size:.75rem}.analytics-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-tile{border:1px solid var(--border);background:var(--surface);min-height:106px;box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;justify-content:space-between;padding:.8rem .9rem;display:flex}.metric-tile-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.metric-tile-icon{background:var(--accent-weak);width:26px;height:26px;color:var(--accent);border-radius:8px;place-items:center;display:grid}.metric-tile-label{color:var(--muted-strong);font-size:.78rem;font-weight:500}.metric-tile-value{color:var(--fg);letter-spacing:-.035em;margin-top:.6rem;font-size:1.45rem;font-weight:680;line-height:1}.metric-tile-hint{color:var(--muted);margin-top:.45rem;font-size:.72rem}.analytics-layout{gap:var(--space-md);grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);align-items:start;display:grid}.analytics-layout .growth-insights,.analytics-layout .top-posts{height:100%}.heatmap-card{padding:1.1rem}.heatmap-takeaway{background:var(--accent-weak);color:var(--muted-strong);border-radius:9px;margin:.9rem 0 .55rem;padding:.6rem .75rem;font-size:.8rem}.heatmap-takeaway strong{color:var(--fg)}.heatmap-grid{grid-template-columns:2.5rem repeat(24,1fr);gap:3px;min-width:640px;display:grid}.heatmap-hour,.heatmap-day{color:var(--muted);font-size:.65rem}.heatmap-hour{text-align:center}.heatmap-day{align-self:center;font-weight:600}.heatmap-cell{border-radius:3px;height:17px}.insight-list{flex-direction:column;gap:.7rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.insight-list li{color:var(--muted-strong);padding-left:1rem;line-height:1.5;position:relative}.insight-list li:before{color:var(--accent);content:"•";position:absolute;left:0}.insight-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.85rem;display:flex}.top-post-row{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.top-post-row:first-of-type{border-top:0}.top-post-copy{flex:1;min-width:0}.top-post-title{text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;display:block;overflow:hidden}.top-post-meta{color:var(--muted);font-size:.74rem}.leaderboard-summary,.leaderboard-hero{background:linear-gradient(120deg,#f5f9ff 0%,#fff 72%);border:1px solid #d7e6f6;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem;display:flex}.leaderboard-hero-icon{background:var(--accent);color:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.leaderboard-summary-copy{align-items:center;gap:.85rem;display:flex}.leaderboard-summary h2{letter-spacing:-.02em;margin:0;font-size:1.06rem}.leaderboard-summary p,.leaderboard-hero p{color:var(--muted-strong);margin:0}.leaderboard-summary-copy p{margin-top:.2rem;font-size:.85rem}.leaderboard-summary-note{max-width:18rem;font-size:.76rem;line-height:1.45}.leaderboard-hero strong{color:var(--fg)}.data-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{color:var(--muted-strong);border-bottom:1px solid var(--border);letter-spacing:.01em;text-align:left;background:#fcfcfb;padding:.7rem 1.1rem;font-size:.76rem;font-weight:650}.data-table td{border-top:1px solid var(--border);vertical-align:middle;padding:.78rem 1.1rem}.data-table tbody tr:first-child td{border-top:0}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover{background:#fcfcfb}.leaderboard-row--own{background:var(--accent-weak)}.leaderboard-user{align-items:center;gap:.65rem;display:inline-flex}.leaderboard-identity{flex-direction:column;min-width:0;display:flex}.leaderboard-identity strong{font-size:.85rem;font-weight:650}.leaderboard-identity small{color:var(--muted);margin-top:.1rem;font-size:.74rem}.leaderboard-own-label{color:var(--accent);background:#fff;border-radius:999px;padding:.18rem .45rem;font-size:.68rem;font-weight:650}.leaderboard-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.leaderboard-rank{color:var(--muted-strong);font-variant-numeric:tabular-nums}.leaderboard-points{font-variant-numeric:tabular-nums;text-align:right;font-weight:650}.settings-grid{gap:var(--space-md);grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:start;display:grid}.settings-form{gap:var(--space-md);flex-direction:column;display:flex}.form-row{align-items:end;gap:.6rem;display:flex}.form-row>:first-child{flex:1;min-width:0}.accent-swatches{flex-wrap:wrap;gap:.5rem;display:flex}.accent-swatch{border:2px solid #0000;border-radius:50%;width:30px;height:30px;padding:0;box-shadow:inset 0 0 0 1px #00000014}.accent-swatch[aria-pressed=true]{border-color:var(--fg);box-shadow:0 0 0 3px var(--accent-weak)}.settings-note{color:var(--muted-strong);margin:0;font-size:.84rem;line-height:1.5}.member-list{margin:0}.member-list .members-table{min-width:520px}.invite-row{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.invite-row:last-child{border-bottom:0}.invite-copy{min-width:0;color:var(--muted-strong);flex:1}.plan-summary{background:linear-gradient(120deg,#f5f9ff 0%,#fff 76%);border:1px solid #d7e6f6;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.15rem 1.2rem;display:grid}.plan-summary-title{text-transform:capitalize;align-items:center;gap:.6rem;margin:0;font-size:1.05rem;font-weight:650;display:flex}.plan-summary-copy{color:var(--muted-strong);margin:.25rem 0 0}.plan-summary-price{color:var(--fg);letter-spacing:-.045em;margin:.3rem 0 0;font-size:1.65rem;font-weight:700;line-height:1}.plan-summary-price small{color:var(--muted-strong);letter-spacing:0;margin-left:.25rem;font-size:.78rem;font-weight:500}.plan-summary[data-plan=studio]{background:linear-gradient(120deg,#f8f7ff 0%,#fff 76%);border-color:#d9d5f0}.plan-summary[data-plan=pro]{background:linear-gradient(120deg,#f4fbf7 0%,#fff 76%);border-color:#d0eadf}.usage-grid .usage-card{box-shadow:var(--shadow-sm);border-radius:12px}.capacity-panel{box-shadow:var(--shadow-sm);background:radial-gradient(circle at 100% 0,#8dc5df33,#0000 34%),linear-gradient(135deg,#f8fbfd 0%,#fff 58%);border:1px solid #d9e6f0;border-radius:16px;overflow:hidden}.capacity-panel-heading{justify-content:space-between;align-items:flex-start;gap:var(--space-md);border-bottom:1px solid #b7cfdea6;padding:1.25rem 1.3rem 1.1rem;display:flex}.capacity-panel-heading h2{letter-spacing:-.03em;margin:0;font-size:1.2rem}.capacity-panel-heading>div>p:last-child{max-width:42rem;color:var(--muted-strong);margin:.35rem 0 0;font-size:.88rem;line-height:1.55}.capacity-panel-note{color:var(--muted-strong);background:#ffffffb3;border:1px solid #4b88ab33;border-radius:999px;flex:none;padding:.34rem .6rem;font-size:.72rem;font-weight:600}.capacity-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.capacity-grid .usage-card--capacity{min-height:8.5rem;box-shadow:none;background:#ffffff9e;border:1px solid #b7cfdea6;border-top:0;border-left:0;border-radius:0;padding:1.05rem 1.15rem}.capacity-grid .usage-card--capacity:nth-child(3n){border-right:0}.capacity-grid .usage-card--capacity:nth-last-child(-n+2){border-bottom:0}.security-checkpoint{box-shadow:var(--shadow-sm);background:linear-gradient(115deg,#fffcf3 0%,#fff 72%);border:1px solid #ecdcae;border-radius:16px;grid-template-columns:auto minmax(0,1fr) minmax(18rem,.8fr);align-items:center;gap:1rem;padding:1.1rem 1.2rem;display:grid}.security-checkpoint-icon{color:#9a6900;background:#fff2c9;border-radius:12px;place-items:center;width:2.6rem;height:2.6rem;display:grid}.security-checkpoint-copy h2{letter-spacing:-.015em;margin:0;font-size:1rem}.security-checkpoint-copy>p:last-child{color:var(--muted-strong);margin:.25rem 0 0;font-size:.84rem;line-height:1.5}.security-checkpoint-form label{color:var(--muted-strong);margin-bottom:.35rem;font-size:.76rem;font-weight:600;display:block}.security-checkpoint-fields{align-items:center;gap:.5rem;display:flex}.security-checkpoint-fields input{flex:1;min-width:0}.account-list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.account-overview{background:linear-gradient(120deg,#f5f9ff 0%,#fff 76%);border:1px solid #d7e6f6;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.account-overview h2{margin:0;font-size:1rem}.account-overview p{color:var(--muted-strong);margin:.2rem 0 0}.account-overview-count{color:var(--accent);letter-spacing:-.04em;font-size:1.7rem;font-weight:700}.account-overview{display:none}.account-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.85rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:grid}.account-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md)}.account-platform{background:var(--surface-active);width:40px;height:40px;color:var(--fg);border-radius:12px;place-items:center;display:grid}.account-profile{align-items:center;gap:.7rem;min-width:0;display:flex}.account-profile .avatar{flex:none}.account-status{color:var(--status);align-items:center;gap:.3rem;margin-top:.35rem;font-size:.74rem;font-weight:650;display:inline-flex}.account-status:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.account-status--attention{color:var(--danger)}.account-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.account-copy{min-width:0}.account-title{font-weight:650}.account-meta{color:var(--muted);flex-wrap:wrap;gap:.35rem;margin-top:.2rem;font-size:.79rem;display:flex}.account-actions{flex-wrap:wrap;justify-content:end;gap:.5rem;display:flex}.account-settings{border-top:1px solid var(--border);flex-wrap:wrap;grid-column:2/-1;align-items:end;gap:.65rem 1rem;padding-top:.85rem;display:flex}.account-setting{color:var(--muted-strong);flex-direction:column;gap:.3rem;font-size:.73rem;font-weight:600;display:flex}.account-setting input{background:var(--bg);min-width:0;height:32px;padding:.35rem .55rem;font-size:.82rem;font-weight:400}.account-warning{color:var(--danger);align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;display:inline-flex}.security-list{margin:0;padding:0;list-style:none}.security-hero{background:linear-gradient(120deg,#f5f9ff 0%,#fff 76%);border:1px solid #d7e6f6;border-radius:14px;align-items:center;gap:.85rem;padding:1rem 1.1rem;display:none}.security-hero-icon{background:var(--accent);color:#fff;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;display:grid}.security-hero strong{display:block}.security-hero p{color:var(--muted-strong);margin:.15rem 0 0;font-size:.84rem}.security-list-item{border-top:1px solid var(--border);align-items:center;gap:.85rem;padding:.85rem 0;display:flex}.security-list-item:first-child{border-top:0}.security-list-copy{flex:1;min-width:0}.security-list-meta{color:var(--muted);margin-top:.15rem;font-size:.8rem}.security-current{color:var(--status);margin-left:.35rem;font-size:.78rem;font-weight:600}@media (width<=1080px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-overview{grid-template-columns:1fr}.analytics-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.analytics-layout,.settings-grid{grid-template-columns:1fr}}@media (width<=767px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-card,.heatmap-card,.surface-card-header,.surface-card-body{padding:.9rem}.leaderboard-summary,.leaderboard-hero,.plan-summary{flex-direction:column;align-items:flex-start}.account-card{grid-template-columns:auto minmax(0,1fr)}.account-actions{grid-column:1/-1;justify-content:flex-start}.account-settings{grid-column:1/-1}.account-overview{flex-direction:column;align-items:flex-start}.security-hero{align-items:flex-start}.management-hero{grid-template-columns:1fr;gap:1rem;padding:1.2rem}.management-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.management-hero-stat{min-width:0}.capacity-panel-heading{flex-direction:column;padding:1.05rem}.capacity-grid{grid-template-columns:1fr}.capacity-grid .usage-card--capacity,.capacity-grid .usage-card--capacity:nth-child(3n),.capacity-grid .usage-card--capacity:nth-last-child(-n+2){border-bottom:1px solid #b7cfdea6;border-right:0;min-height:0}.capacity-grid .usage-card--capacity:last-child{border-bottom:0}.security-checkpoint{grid-template-columns:auto minmax(0,1fr)}.security-checkpoint-form{grid-column:1/-1}.form-row{flex-wrap:wrap}.form-row>:first-child{flex-basis:100%}}.upm-overlay{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f0f0f59;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.upm-card{background:var(--surface);width:min(820px,100%);height:min(580px,92vh);box-shadow:0 24px 80px #0f0f0f33, 0 0 0 1px var(--border);border-radius:18px;outline:none;grid-template-columns:minmax(300px,360px) 1fr;display:grid;position:relative;overflow:hidden}.upm-left{flex-direction:column;padding:1.75rem;display:flex;overflow-y:auto}.upm-left-title-row{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.upm-back{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:0;transition:color .12s,background .12s;display:flex}.upm-back:hover{color:var(--fg);background:var(--surface-active)}.upm-left-title-row h2{color:var(--fg);letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700;line-height:1.2}.upm-trust{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.upm-trust-item{color:var(--muted-strong);align-items:center;gap:.5rem;font-size:.8rem;line-height:1.4;display:flex}.upm-trust-item svg{color:var(--muted);flex-shrink:0}.upm-divider{border:0;border-top:1px solid var(--border);margin:0 -1.75rem 1.5rem}.upm-tier-rows{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.upm-tier-row{border:1.5px solid var(--border);background:var(--surface);width:100%;color:var(--fg);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:.625rem;padding:.7rem .875rem;transition:border-color .12s;display:flex}.upm-tier-row:hover{border-color:var(--line-strong)}.upm-tier-row.is-selected{border-color:var(--accent)}.upm-tier-row:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.upm-radio-dot{border:1.5px solid var(--border);background:var(--surface);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .12s,background .12s;display:inline-flex}.upm-tier-row.is-selected .upm-radio-dot{border-color:var(--accent);background:var(--accent)}.upm-tier-name{color:var(--fg);text-transform:capitalize;flex:1;font-size:.875rem;font-weight:600}.upm-tier-badge{letter-spacing:.06em;text-transform:uppercase;background:var(--surface-active);border:1px solid var(--border);color:var(--muted-strong);border-radius:6px;padding:.2rem .55rem;font-size:.6rem;font-weight:700}.upm-tier-price{color:var(--fg);white-space:nowrap;align-items:baseline;gap:.15rem;margin-left:auto;font-size:.9rem;font-weight:700;display:inline-flex}.upm-tier-per{color:var(--muted);font-size:.72rem;font-weight:400}.upm-left-footer{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.upm-cta{width:100%;font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:.375rem;padding:.6rem 0;font-size:.875rem;font-weight:600;transition:color .12s;display:inline-flex}.upm-cta:hover:not(:disabled){color:#1a6fc4}.upm-cta:disabled{opacity:.6;cursor:default}.upm-cta--current{color:var(--muted-strong);cursor:default}.upm-cta-arrow{flex-shrink:0}.upm-right{background:var(--surface);border-left:1px solid var(--border);padding:1.75rem;overflow-y:auto}.upm-detail-name{color:var(--fg);letter-spacing:-.02em;text-transform:capitalize;margin:0 0 .3rem;font-size:1.4rem;font-weight:700}.upm-detail-tagline{color:var(--muted);margin:0 0 1.5rem;font-size:.875rem;line-height:1.55}.upm-detail-label{color:var(--fg);margin:0 0 .875rem;font-size:.875rem;font-weight:600}.upm-detail-list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.upm-detail-list li{color:var(--muted-strong);align-items:center;gap:.7rem;font-size:.875rem;line-height:1.4;display:flex}.upm-check-wrap{background:var(--accent);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}@media (width<=720px){.upm-card{grid-template-columns:1fr;height:auto;max-height:94vh}.upm-right{border-left:0;border-top:1px solid var(--border)}}@media (prefers-reduced-motion:reduce){.upm-back,.upm-tier-row,.upm-radio-dot,.upm-cta{transition:none}}.content-map-legend{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted-strong);pointer-events:none;background:#ffffffeb;flex-direction:column;gap:.2rem;margin:0;padding:.45rem .6rem;font-size:.72rem;list-style:none;display:flex;position:absolute;top:.6rem;right:.6rem}.content-map-legend li{align-items:center;gap:.4rem;display:flex}.content-map-legend__dot{border-radius:50%;flex:none;width:8px;height:8px}.edit-post-card{padding:.5rem .95rem .7rem}.post-editor__toolbar{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.6rem;padding-top:.6rem;display:flex}.post-section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.post-section__title{margin:0 0 .6rem;font-size:.95rem;font-weight:600}.revision-item{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.5rem;padding:.5rem .65rem}.revision-item__meta{color:var(--muted);margin-bottom:.2rem;font-size:.78rem}.revision-item__body{white-space:pre-wrap;font-size:.9rem}.chain-reply__meta{color:var(--muted);margin-bottom:.35rem;font-size:.75rem}.assistant-fab{z-index:60;background:var(--accent);color:#fff;cursor:pointer;width:46px;height:46px;box-shadow:var(--shadow-md);border:0;border-radius:50%;place-items:center;transition:filter .15s,transform .15s;display:grid;position:fixed;bottom:20px;right:20px}.assistant-fab:hover{filter:brightness(.94);transform:translateY(-1px)}.assistant-panel{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(380px,100vw - 40px);max-height:min(560px,100vh - 120px);box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden}.assistant-panel-raised{bottom:104px}.assistant-close{z-index:2;background:var(--surface);width:30px;height:30px;color:var(--muted-strong);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:8px;right:8px}.assistant-close:hover{background:var(--surface-active);color:var(--fg)}.assistant-actions{z-index:2;gap:2px;display:flex;position:absolute;top:8px;left:8px}.assistant-action{background:var(--surface);width:34px;height:34px;color:var(--muted-strong);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.assistant-action:hover,.assistant-action-on{background:var(--surface-active);color:var(--accent)}.assistant-history{flex-direction:column;gap:2px;display:flex}.assistant-history-empty{text-align:center;color:var(--muted);margin:auto 0;font-size:.85rem}.assistant-history-item{border-radius:var(--radius-sm);align-items:center;display:flex}.assistant-history-item:hover{background:var(--surface-active)}.assistant-history-open{min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;gap:1px;padding:.5rem .55rem;display:flex}.assistant-history-title{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.assistant-history-time{color:var(--muted);font-size:.72rem}.assistant-history-del{width:30px;height:30px;color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-right:.15rem;transition:opacity .15s,color .15s;display:inline-flex}.assistant-history-item:hover .assistant-history-del{opacity:1}.assistant-history-del:hover{color:var(--danger)}.assistant-messages{padding:2.5rem var(--space-sm) var(--space-sm);gap:var(--space-sm);flex-direction:column;flex:1;display:flex;overflow-y:auto}.assistant-empty{text-align:center;flex-direction:column;align-items:center;gap:.4rem;margin:auto 0;padding:1rem 0;display:flex}.assistant-empty-mascot{margin-bottom:.5rem;display:block}.assistant-empty-title{color:var(--fg);margin:0;font-size:.95rem;font-weight:600}.assistant-empty-sub{color:var(--muted);max-width:32ch;margin:0;font-size:.85rem}.assistant-suggestions{width:100%;margin-top:var(--space-sm);flex-direction:column;gap:2px;display:flex}.assistant-suggestion{border-radius:var(--radius-sm);width:100%;font:inherit;color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.55rem;padding:.5rem .45rem;font-size:.85rem;display:flex}.assistant-suggestion:hover{background:var(--surface-active)}.assistant-suggestion svg{color:var(--muted-strong);flex-shrink:0;transition:color .15s}.assistant-suggestion:hover svg{color:var(--accent)}.assistant-row{gap:var(--space-xs);flex-direction:column;max-width:88%;display:flex}.assistant-row-user{align-self:flex-end;align-items:flex-end}.assistant-row-assistant{align-self:flex-start;align-items:flex-start;max-width:100%}.assistant-reply{color:var(--fg);overflow-wrap:anywhere;font-size:.875rem;line-height:1.55}.assistant-reply p{margin:0 0 .55rem}.assistant-reply>:last-child{margin-bottom:0}.assistant-reply ul,.assistant-reply ol{flex-direction:column;gap:.25rem;margin:0 0 .55rem;padding-left:1.25rem;display:flex}.assistant-reply li{padding-left:.15rem}.assistant-reply strong{color:var(--fg);font-weight:600}.assistant-bubble{color:var(--fg);overflow-wrap:anywhere;border-radius:14px;padding:.5rem .75rem;font-size:.875rem;line-height:1.5}.assistant-bubble p{margin:0}.assistant-bubble p+p{margin-top:.5rem}.assistant-row-user .assistant-bubble{background:var(--accent-weak);border-bottom-right-radius:4px}.assistant-row-assistant .assistant-bubble{background:var(--surface-active);border-bottom-left-radius:4px}.assistant-typing{align-items:center;gap:4px;display:inline-flex}.assistant-typing span{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite both assistant-blink}.assistant-typing span:nth-child(2){animation-delay:.16s}.assistant-typing span:nth-child(3){animation-delay:.32s}@keyframes assistant-blink{0%,80%,to{opacity:.25}40%{opacity:1}}@media (prefers-reduced-motion:reduce){.assistant-typing span{opacity:.6;animation:none}}.assistant-nav-btn{border:1px solid var(--border);background:var(--surface);color:var(--accent);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex}.assistant-nav-btn:hover{background:var(--surface-active)}.assistant-proposal{border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-sm);background:var(--bg)}.assistant-proposal-title{margin-bottom:var(--space-xs);font-weight:600}.assistant-proposal-list{margin:0 0 var(--space-sm);max-height:160px;padding-left:1.1rem;overflow-y:auto}.assistant-proposal-type{color:var(--muted-strong);font-size:.75rem}.assistant-proposal-actions{gap:var(--space-xs);display:flex}.assistant-files{gap:var(--space-xs);padding:0 var(--space-md) var(--space-xs);flex-wrap:wrap;display:flex}.assistant-file-pill{border:1px solid var(--border);background:var(--bg);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;display:inline-flex}.assistant-file-pill button{cursor:pointer;color:var(--muted-strong);background:0 0;border:0;place-items:center;display:grid}.assistant-input{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm) var(--space-sm);display:flex}.assistant-panel .assistant-input input.assistant-text,.assistant-panel .assistant-input input.assistant-text:focus{min-width:0;box-shadow:none;font:inherit;color:var(--fg);background:0 0;border:0;border-radius:0;outline:none;flex:1;padding:0;font-size:.875rem}.assistant-text::placeholder{color:var(--muted)}.assistant-icon-btn{width:34px;height:34px;color:var(--muted-strong);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.assistant-icon-btn:hover:not(:disabled){color:var(--accent);background:var(--surface-active)}.assistant-icon-btn:disabled{color:var(--muted);opacity:.55;cursor:default}.dash-momentum{flex-direction:column;display:flex}.dash-pickup__list{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dash-pickup__row{text-align:left;cursor:pointer;border-radius:var(--radius-sm);align-items:center;gap:10px;width:100%;display:flex}.dash-pickup__row:hover .dash-pickup__title{color:var(--accent)}.dash-pickup__text{flex-direction:column;gap:1px;min-width:0;display:flex}.dash-pickup__title{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;overflow:hidden}.dash-pickup__meta{color:var(--muted);font-size:11.5px}.dash-ico{border-radius:7px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.dash-ico--accent{background:var(--accent-weak);color:var(--accent)}.dash-ico--status{background:var(--status-weak);color:var(--status)}.dash-empty-line{color:var(--muted);margin:0;font-size:12.5px}.atlas-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;align-items:stretch;gap:3px;min-height:96px;padding:6px 7px;display:flex}.atlas-cell:hover{background:var(--surface-active)}.atlas-cell__num{color:var(--muted-strong);align-self:flex-start;font-size:11.5px;font-weight:600}.atlas-cell--today .atlas-cell__num{background:var(--accent);color:#fff;border-radius:999px;margin-left:-4px;padding:1px 6px}.atlas-chip{white-space:nowrap;text-overflow:ellipsis;text-align:left;cursor:pointer;border:none;border-radius:5px;width:100%;padding:2px 6px;font-size:10.5px;font-weight:600;display:block;overflow:hidden}.atlas-chip:hover{filter:brightness(.96)}.atlas-cell__more{color:var(--muted);font-size:10.5px}.atlas-modal{gap:var(--space-md);flex-direction:column;display:flex}.atlas-modal__meta{color:var(--muted);margin:0;font-size:12px}.atlas-modal__loading{gap:var(--space-sm);flex-direction:column;display:flex}.atlas-modal__error{color:var(--muted-strong);margin:0}.atlas-modal__controls{border-top:1px solid var(--border);padding-top:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.atlas-modal__actions{gap:var(--space-sm);justify-content:flex-end;display:flex}.atlas-header__toolbar{align-items:center;gap:var(--space-sm);margin-top:var(--space-xs);display:flex}.atlas-header__range{text-align:center;min-width:130px;font-size:13px;font-weight:600}.atlas-error{color:var(--danger);margin:0 0 8px;font-size:12.5px}.atlas-day{gap:12px;padding:4px 0 14px;display:flex}.atlas-day__col{flex:1;min-width:0}.atlas-day__row{border-top:1px solid var(--border);grid-template-columns:62px 1fr;align-items:start;min-height:40px;display:grid}.atlas-day__hour{color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;padding:9px 10px 0 0;font-size:11px}.atlas-day__slot{padding:7px 0 7px 4px;position:relative}.atlas-day__slot--create{cursor:pointer}.atlas-day__best{color:var(--warn);align-items:center;gap:7px;padding:3px 0;font-size:11.5px;display:flex}.atlas-day__best-rule{border-top:1px dashed color-mix(in srgb, var(--warn) 35%, transparent);flex:1}.atlas-day__item{align-items:center;gap:9px;width:100%;padding:3px 0;display:flex}.atlas-day__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.atlas-day__title{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-weight:500;overflow:hidden}.atlas-day__meta{color:var(--muted);flex-shrink:0;font-size:11px}.atlas-day__time{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:62px;font-size:11.5px}
