.o-btn{font-family:var(--o-font-ui);font-size:var(--o-text-sm);font-weight:var(--o-w-med);line-height:1;display:inline-flex;align-items:center;gap:var(--o-space-2);padding:var(--o-space-2) var(--o-space-3);border-radius:var(--o-r-1);border:1px solid transparent;cursor:pointer;transition:background var(--o-dur-fast) var(--o-ease-quart),border-color var(--o-dur-fast) var(--o-ease-quart);white-space:nowrap}.o-btn:disabled{opacity:.45;cursor:not-allowed}.o-btn--primary{background:var(--o-accent);color:var(--o-on-accent)}.o-btn--primary:not(:disabled):hover{background:var(--o-accent-strong)}.o-btn--secondary{background:transparent;color:var(--o-text);border-color:var(--o-border)}.o-btn--secondary:not(:disabled):hover{border-color:var(--o-border-str);background:var(--o-raised)}.o-btn--ghost{background:transparent;color:var(--o-text-mut)}.o-btn--ghost:not(:disabled):hover{color:var(--o-text);background:var(--o-raised)}.o-btn--danger{background:transparent;color:var(--o-error);border-color:color-mix(in oklch,var(--o-error) 45%,transparent)}.o-btn--danger:not(:disabled):hover{background:color-mix(in oklch,var(--o-error) 14%,transparent)}.o-btn--sm{padding:var(--o-space-1) var(--o-space-2);font-size:var(--o-text-xs)}.o-field{display:flex;flex-direction:column;gap:var(--o-space-1)}.o-input,.o-textarea,.o-select{font-family:var(--o-font-ui);font-size:var(--o-text-base);color:var(--o-text);background:var(--o-bg);border:1px solid var(--o-border);border-radius:var(--o-r-1);padding:var(--o-space-2) var(--o-space-3);width:100%;transition:border-color var(--o-dur-fast) var(--o-ease-quart)}.o-textarea{resize:vertical;min-height:88px;line-height:var(--o-lh-base)}.o-input:focus,.o-textarea:focus,.o-select:focus{outline:none;border-color:var(--o-accent);box-shadow:0 0 0 2px var(--o-focus-ring)}.o-input.o-mono{font-family:var(--o-font-mono)}.o-tag{display:inline-flex;align-items:center;gap:var(--o-space-1);font-size:var(--o-text-xs);font-weight:var(--o-w-med);line-height:1;padding:3px var(--o-space-2);border-radius:var(--o-r-1);background:var(--o-raised);color:var(--o-text-mut)}.o-tag--keyed{background:var(--o-accent-ghost);color:var(--o-accent)}.o-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex:none}.o-dot--ok{background:var(--o-ok)}.o-dot--warn{background:var(--o-warn)}.o-dot--error{background:var(--o-error)}.o-dot--info{background:var(--o-info)}.o-dot--signal{background:var(--o-signal)}.o-badge{display:inline-flex;align-items:center;gap:var(--o-space-1);font-size:var(--o-text-xs);font-weight:var(--o-w-med);color:var(--o-text-mut)}.o-spinner{width:16px;height:16px;border-radius:50%;border:2px solid var(--o-border);border-top-color:var(--o-accent);animation:o-spin .7s linear infinite}@keyframes o-spin{to{transform:rotate(360deg)}}.o-empty{display:flex;flex-direction:column;gap:var(--o-space-2);align-items:center;justify-content:center;padding:var(--o-space-12);color:var(--o-text-faint);text-align:center}.o-empty__title{color:var(--o-text-mut);font-weight:var(--o-w-med)}.o-table-wrap{width:100%;overflow:auto}.o-table{width:100%;border-collapse:collapse;font-size:var(--o-text-sm)}.o-table thead th{position:sticky;top:0;z-index:var(--o-z-sticky);background:var(--o-raised);text-align:left;font-size:var(--o-text-xs);font-weight:var(--o-w-med);letter-spacing:.04em;text-transform:uppercase;color:var(--o-text-mut);padding:var(--o-space-2) var(--o-space-3);border-bottom:1px solid var(--o-border);white-space:nowrap}.o-table tbody td{padding:var(--o-space-2) var(--o-space-3);border-bottom:1px solid var(--o-hairline);height:36px;vertical-align:middle;color:var(--o-text)}.o-table tbody tr{transition:background var(--o-dur-fast) var(--o-ease-quart)}.o-table tbody tr:hover{background:var(--o-accent-ghost);cursor:default}.o-table tbody tr.o-row--selected{background:var(--o-accent-wash);box-shadow:inset 2px 0 0 var(--o-accent)}.o-table td.o-num{font-family:var(--o-font-mono);font-variant-numeric:tabular-nums}.o-table--clickable tbody tr{cursor:pointer}.o-shell{display:grid;grid-template-columns:var(--o-rail-w) 1fr;grid-template-rows:var(--o-topbar-h) 1fr;grid-template-areas:"rail topbar" "rail content";height:100vh;overflow:hidden}.o-topbar{grid-area:topbar;display:flex;align-items:center;gap:var(--o-space-3);padding:0 var(--o-space-4);background:var(--o-raised);border-bottom:1px solid var(--o-border);z-index:var(--o-z-sticky)}.o-topbar__search{flex:1;max-width:640px}.o-topbar__spacer{flex:1}.o-topbar__role{display:inline-flex;align-items:center;gap:var(--o-space-2);font-size:var(--o-text-xs);font-weight:var(--o-w-med);letter-spacing:.04em;text-transform:uppercase;color:var(--o-text-mut);padding:var(--o-space-1) var(--o-space-3);border:1px solid var(--o-border);border-radius:var(--o-r-1)}.o-topbar__tasking{display:inline-flex;align-items:center;gap:var(--o-space-2);font-size:var(--o-text-xs);color:var(--o-text-mut)}.o-rail{grid-area:rail;display:flex;flex-direction:column;background:var(--o-panel);border-right:1px solid var(--o-border);z-index:var(--o-z-rail)}.o-rail__brand{height:var(--o-topbar-h);display:flex;align-items:center;gap:var(--o-space-2);padding:0 var(--o-space-4);border-bottom:1px solid var(--o-border);font-weight:var(--o-w-bold);letter-spacing:.08em;text-transform:uppercase;font-size:var(--o-text-sm);color:var(--o-text)}.o-rail__brand .o-brand-mark{color:var(--o-accent)}.o-rail__nav{display:flex;flex-direction:column;padding:var(--o-space-2) 0;gap:2px}.o-rail__link{display:flex;align-items:center;gap:var(--o-space-3);padding:var(--o-space-2) var(--o-space-4);color:var(--o-text-mut);font-size:var(--o-text-sm);font-weight:var(--o-w-med);border-left:2px solid transparent;transition:background var(--o-dur-fast) var(--o-ease-quart)}.o-rail__link:hover{background:var(--o-raised);color:var(--o-text)}.o-rail__link.active{color:var(--o-accent);background:var(--o-accent-wash);border-left-color:var(--o-accent)}.o-rail__glyph{width:18px;text-align:center;font-size:15px}.o-rail__foot{margin-top:auto;padding:var(--o-space-3) var(--o-space-4);border-top:1px solid var(--o-hairline)}.o-rail__user{font-size:var(--o-text-xs);color:var(--o-text-faint)}.o-content{grid-area:content;overflow:auto;background:var(--o-panel)}.o-page{display:flex;flex-direction:column;height:100%}.o-page__head{display:flex;align-items:center;gap:var(--o-space-3);padding:var(--o-space-4) var(--o-space-6);border-bottom:1px solid var(--o-hairline)}.o-page__title{font-size:var(--o-text-lg)}.o-page__actions{margin-left:auto;display:flex;gap:var(--o-space-2)}.o-page__body{flex:1;min-height:0;overflow:auto}.o-login{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--o-bg)}.o-login__panel{width:340px;display:flex;flex-direction:column;gap:var(--o-space-3);padding:var(--o-space-8);background:var(--o-panel);border:1px solid var(--o-border);border-radius:var(--o-r-3)}.o-login__brand{font-weight:var(--o-w-bold);letter-spacing:.1em;text-transform:uppercase;font-size:var(--o-text-lg)}.o-login__brand .o-brand-mark{color:var(--o-accent)}.o-login__sub{color:var(--o-text-faint);font-size:var(--o-text-sm);margin-bottom:var(--o-space-2)}.o-login__error{font-size:var(--o-text-sm);color:var(--o-error);padding:var(--o-space-2) var(--o-space-3);border:1px solid color-mix(in oklch,var(--o-error) 45%,transparent);border-radius:var(--o-r-1)}.o-login__account{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-2);padding:var(--o-space-2) var(--o-space-3);background:var(--o-raised);border:1px solid var(--o-border);border-radius:var(--o-r-1)}.o-login__account-name{font-size:var(--o-text-sm);color:var(--o-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.o-login__change{flex:none;background:none;border:none;padding:0;cursor:pointer;font:inherit;font-size:var(--o-text-sm);color:var(--o-text-faint);text-decoration:underline;text-underline-offset:2px}.o-login__change:hover{color:var(--o-text)}.o-dd{display:grid;grid-template-columns:1fr var(--o-inspector-w);gap:0;height:100%}.o-dd__main{padding:var(--o-space-6);overflow:auto}.o-dd__side{border-left:1px solid var(--o-border);background:var(--o-raised);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-6)}.o-dd__meta{display:flex;flex-wrap:wrap;gap:var(--o-space-6)}.o-dd__meta-item{display:flex;flex-direction:column;gap:2px}.o-dd__comment{margin-top:var(--o-space-4);color:var(--o-text)}.o-dd__assembled{margin:var(--o-space-2) 0 0;font-family:var(--o-font-ui);font-size:var(--o-text-base);line-height:var(--o-lh-base);white-space:pre-wrap;background:var(--o-bg);border:1px solid var(--o-hairline);border-radius:var(--o-r-1);padding:var(--o-space-4)}.o-dd__messages{display:flex;flex-direction:column;gap:var(--o-space-2);margin-top:var(--o-space-2)}.o-dd__msg{border-bottom:1px solid var(--o-hairline);padding:var(--o-space-2) 0}.o-dd__msg-head{display:flex;justify-content:space-between;font-size:var(--o-text-xs);color:var(--o-text-mut);margin-bottom:2px}.o-dd__sections{display:flex;flex-direction:column;gap:var(--o-space-2);margin-top:var(--o-space-4)}.o-dd__sections-head{display:flex;align-items:center;justify-content:space-between;gap:var(--o-space-2)}.o-dd__sections-empty{margin:0;color:var(--o-text-faint);font-size:var(--o-text-sm)}.o-dd__sections-err{margin:0;color:var(--o-error);font-size:var(--o-text-sm);line-height:var(--o-lh-sm)}.o-dd__section-chips{display:flex;flex-wrap:wrap;gap:var(--o-space-2)}.o-dd__section-chip{max-width:100%;padding:var(--o-space-1) var(--o-space-2);gap:var(--o-space-2)}.o-dd__section-key{font-weight:var(--o-w-bold);flex:none}.o-dd__section-raw{color:var(--o-text-mut);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.o-dd__section-bind{color:var(--o-accent-strong);flex:none}.o-dd__chip-x{border:none;background:transparent;cursor:pointer;color:inherit;padding:0;margin-left:var(--o-space-1);font-size:var(--o-text-sm);line-height:1;opacity:.75;flex:none}.o-dd__chip-x:hover{opacity:1}.o-dd__chip-x:disabled{opacity:.4;cursor:default}.o-dd__section-form{display:flex;flex-direction:column;gap:var(--o-space-3);border:1px solid var(--o-hairline);border-radius:var(--o-r-2);background:var(--o-bg);padding:var(--o-space-3)}.o-dd__section-form-actions{display:flex;gap:var(--o-space-2)}.o-dd__side-block{display:flex;flex-direction:column;gap:var(--o-space-2)}.o-dd__chips{display:flex;flex-wrap:wrap;gap:var(--o-space-2)}.o-dd__freq{font-size:var(--o-text-sm)}.o-dd__audio{width:100%;margin-bottom:var(--o-space-2)}.o-intake{display:grid;grid-template-columns:1fr minmax(300px,1.05fr) var(--o-inspector-w);gap:0;height:100%}.o-intake__list{overflow:auto}.o-intake__mid{border-left:1px solid var(--o-border);background:var(--o-panel);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-4)}.o-intake__sectioners{display:flex;flex-direction:column;gap:var(--o-space-4)}.o-sectioner{border:1px solid var(--o-hairline);border-radius:var(--o-r-2);background:var(--o-bg);padding:var(--o-space-3);display:flex;flex-direction:column;gap:var(--o-space-2);position:relative}.o-sectioner__head{display:flex;justify-content:space-between;gap:var(--o-space-2);font-size:var(--o-text-xs);color:var(--o-text-mut)}.o-sectioner__text{font-size:var(--o-text-sm);line-height:var(--o-lh-base);white-space:pre-wrap;cursor:text;-webkit-user-select:text;user-select:text}.o-sectioner__text::selection{background:var(--o-accent-ghost)}.o-sectioner__chips{display:flex;flex-direction:column;gap:var(--o-space-2)}.o-section-chip-wrap{display:flex;flex-direction:column;gap:var(--o-space-1)}.o-section-chip{max-width:100%;padding:var(--o-space-1) var(--o-space-2);gap:var(--o-space-2)}.o-section-chip:focus-visible{outline:none;box-shadow:0 0 0 2px var(--o-focus-ring)}.o-section-chip__key{font-weight:var(--o-w-bold);flex:none}.o-section-chip__raw{color:var(--o-text-mut);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.o-section-chip__bind{color:var(--o-accent-strong);flex:none}.o-section-chip__act{border:none;background:transparent;cursor:pointer;color:var(--o-accent);padding:0;margin:0;font-size:var(--o-text-xs);line-height:1;text-decoration:underline;flex:none}.o-section-chip__act:hover{color:var(--o-accent-strong)}.o-section-resolve{margin-left:var(--o-space-3)}.o-section-resolve__cancel{align-self:flex-start;border:none;background:transparent;cursor:pointer;color:var(--o-text-mut);padding:var(--o-space-1) 0 0;font-size:var(--o-text-xs);text-decoration:underline}.o-section-resolve__cancel:hover{color:var(--o-text)}.o-section-pop__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--o-z-overlay);border:none;background:transparent;cursor:default;padding:0}.o-section-pop{position:fixed;z-index:var(--o-z-modal);width:260px;max-height:320px;overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-2);padding:var(--o-space-3);border:1px solid var(--o-border);border-radius:var(--o-r-2);background:var(--o-overlay)}.o-section-pop__group{margin-top:var(--o-space-1)}.o-section-pop__keys{display:flex;flex-wrap:wrap;gap:var(--o-space-1)}.o-section-pop__key{border:1px solid var(--o-border);border-radius:var(--o-r-1);background:var(--o-raised);color:var(--o-text);font-family:var(--o-font-ui);font-size:var(--o-text-xs);padding:var(--o-space-1) var(--o-space-2);cursor:pointer;transition:background var(--o-dur-fast) var(--o-ease-quart),border-color var(--o-dur-fast) var(--o-ease-quart)}.o-section-pop__key:hover{background:var(--o-accent-ghost);border-color:var(--o-accent)}.o-section-pop__key:focus-visible{outline:none;border-color:var(--o-accent);box-shadow:0 0 0 2px var(--o-focus-ring)}.o-intake__check-col{width:40px}.o-intake__check{display:flex;align-items:center;justify-content:center}.o-intake__text{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.o-intake__side{border-left:1px solid var(--o-border);background:var(--o-raised);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-6)}.o-intake__side-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-3)}.o-intake__side-title{font-size:var(--o-text-lg);margin:0}.o-intake__count{font-size:var(--o-text-xs);font-weight:var(--o-w-med);color:var(--o-text-mut)}.o-intake__block{display:flex;flex-direction:column;gap:var(--o-space-2)}.o-intake__form{display:flex;flex-direction:column;gap:var(--o-space-3)}.o-intake__attach{position:relative}.o-intake__results{display:flex;flex-direction:column;margin-top:var(--o-space-1);border:1px solid var(--o-border);border-radius:var(--o-r-1);background:var(--o-overlay);max-height:220px;overflow:auto}.o-intake__result{display:flex;align-items:baseline;gap:var(--o-space-2);padding:var(--o-space-2) var(--o-space-3);border:none;border-bottom:1px solid var(--o-hairline);background:transparent;color:var(--o-text);font-family:var(--o-font-ui);font-size:var(--o-text-sm);text-align:left;cursor:pointer;width:100%;transition:background var(--o-dur-fast) var(--o-ease-quart)}.o-intake__result:last-child{border-bottom:none}.o-intake__result:hover{background:var(--o-accent-ghost)}.o-intake__result-code{color:var(--o-text-faint)}.o-intake__chips{display:flex;flex-wrap:wrap;gap:var(--o-space-2)}.o-intake__chip-x{border:none;background:transparent;cursor:pointer;color:inherit;padding:0;margin-left:var(--o-space-1);font-size:var(--o-text-sm);line-height:1;opacity:.75}.o-intake__chip-x:hover{opacity:1}.o-intake__actions{display:flex;flex-direction:column;gap:var(--o-space-2)}.o-intake__err{margin:0;color:var(--o-error);font-size:var(--o-text-sm);line-height:var(--o-lh-sm)}.o-intake__faint{color:var(--o-text-faint)}.o-intake__toggle{display:inline-flex;align-items:center;gap:var(--o-space-2);font-size:var(--o-text-sm);color:var(--o-text-mut);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.o-intake__toggle input{accent-color:var(--o-accent);cursor:pointer}.o-feed__stats{display:flex;align-items:center;gap:var(--o-space-2);flex-wrap:wrap;font-size:var(--o-text-xs);color:var(--o-text-mut);padding:var(--o-space-2) var(--o-space-1) var(--o-space-3);border-bottom:1px solid var(--o-hairline);margin-bottom:var(--o-space-2)}.o-feed__stats b{color:var(--o-text)}.o-feed__stat-sep{color:var(--o-text-faint)}.o-feed__spacer{flex:1}.o-feed__warn{color:var(--o-signal);border:1px solid color-mix(in oklch,var(--o-signal) 45%,transparent);border-radius:var(--o-r-1);padding:0 var(--o-space-2)}.o-log{--o-log-cols: 72px 92px 132px minmax(0, 1fr) auto 18px;display:flex;flex-direction:column}.o-log__head,.o-log__line{display:grid;grid-template-columns:var(--o-log-cols);align-items:center;gap:var(--o-space-3);text-align:left}.o-log__head{font-size:var(--o-text-xs);color:var(--o-text-faint);letter-spacing:.04em;text-transform:uppercase;padding:0 var(--o-space-2) var(--o-space-2);border-bottom:1px solid var(--o-hairline)}.o-log__head-meta{text-align:right}.o-log__row{border-bottom:1px solid var(--o-hairline)}.o-log__line{width:100%;background:none;border:0;color:inherit;font:inherit;cursor:pointer;padding:var(--o-space-2);border-radius:0;transition:background var(--o-dur-fast) var(--o-ease-quart)}.o-log__line:hover{background:var(--o-accent-ghost)}.o-log__line:focus-visible{outline:2px solid var(--o-accent);outline-offset:-2px}.o-log__row--unread{box-shadow:inset 2px 0 0 var(--o-accent)}.o-log__row--open{background:var(--o-raised)}.o-log__row--new{animation:o-log-pulse .6s var(--o-ease-quart) 1}@keyframes o-log-pulse{0%{background:var(--o-signal-wash)}to{background:transparent}}.o-log__time{font-size:var(--o-text-xs);color:var(--o-text-mut);font-variant-numeric:tabular-nums}.o-log__freq{font-size:var(--o-text-sm);font-weight:var(--o-w-med);color:var(--o-text);font-variant-numeric:tabular-nums}.o-log__net{display:flex;align-items:center;gap:var(--o-space-1);min-width:0;font-size:var(--o-text-xs)}.o-log__net-name{color:var(--o-accent);font-weight:var(--o-w-med);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.o-log__net-none{color:var(--o-text-faint)}.o-log__stt{font-size:var(--o-text-sm);color:var(--o-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.o-log__stt--none,.o-log__stt--silent{color:var(--o-text-faint);font-style:italic}.o-log__meta{display:flex;align-items:center;justify-content:flex-end;gap:var(--o-space-2);font-size:var(--o-text-xs);color:var(--o-text-mut);font-variant-numeric:tabular-nums}.o-log__voice{display:inline-flex;align-items:center;width:1em;justify-content:center}.o-log__voice--off,.o-log__voice--unk{color:var(--o-text-faint)}.o-log__dur{min-width:3.5em;text-align:right}.o-log__tg{color:var(--o-text-faint)}.o-log__chev{color:var(--o-text-faint);font-size:var(--o-text-xs);transition:transform var(--o-dur-fast) var(--o-ease-quart)}.o-log__row--open .o-log__chev{transform:rotate(90deg)}.o-log__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--o-dur-base) var(--o-ease-quart)}.o-log__panel[data-open]{grid-template-rows:1fr}.o-log__panel-in{overflow:hidden;min-height:0}.o-log__body{padding:0 var(--o-space-2) var(--o-space-3) var(--o-space-3)}.o-log__full{margin:0 0 var(--o-space-3);font-size:var(--o-text-sm);line-height:1.5;color:var(--o-text);max-width:78ch}.o-log__full--empty{color:var(--o-text-faint);font-style:italic}.o-log__facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--o-space-2) var(--o-space-4);margin:0}.o-log__fact{min-width:0}.o-log__fact dt{font-size:var(--o-text-xs);color:var(--o-text-faint);letter-spacing:.02em}.o-log__fact dd{margin:0;font-size:var(--o-text-sm);color:var(--o-text);overflow-wrap:anywhere}.o-feed__more{display:flex;justify-content:center;padding:var(--o-space-4) 0}.o-feed__cap{text-align:center;color:var(--o-text-faint);font-size:var(--o-text-xs);padding:var(--o-space-4) 0}@media (max-width: 720px){.o-log{--o-log-cols: 62px 84px minmax(0, 1fr) 18px}.o-log__head,.o-log__net,.o-log__meta{display:none}}@media (prefers-reduced-motion: reduce){.o-log__row--new{animation:none}.o-log__panel,.o-log__chev{transition:none}}.o-nw{display:grid;grid-template-columns:1fr var(--o-inspector-w);gap:0;height:100%}.o-nw__list{overflow:auto}.o-nw__side{border-left:1px solid var(--o-border);background:var(--o-raised);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-6)}.o-nw__side-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-3)}.o-nw__form{display:flex;flex-direction:column;gap:var(--o-space-3)}.o-nw__note{font-size:var(--o-text-xs);color:var(--o-text-faint)}.o-nw__actions{display:flex;gap:var(--o-space-2);margin-top:var(--o-space-1)}.o-nw__block{display:flex;flex-direction:column;gap:var(--o-space-2)}.o-nw__freq{font-size:var(--o-text-sm)}.o-nw__freq-add{display:grid;grid-template-columns:1fr 120px auto;gap:var(--o-space-2);align-items:end}.o-nw__err{margin:0;color:var(--o-error);font-size:var(--o-text-sm);line-height:var(--o-lh-sm)}.o-cs{display:grid;grid-template-columns:1fr var(--o-inspector-w);gap:0;height:100%}.o-cs__list{overflow:auto}.o-cs__side{border-left:1px solid var(--o-border);background:var(--o-raised);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-4)}.o-cs__side-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-2)}.o-cs__ref{font-size:var(--o-text-lg);line-height:var(--o-lh-lg)}.o-cs__form{display:flex;flex-direction:column;gap:var(--o-space-4)}.o-cs__actions{display:flex;gap:var(--o-space-2);align-items:center;margin-top:var(--o-space-2)}.o-cs__meta{display:flex;flex-direction:column;gap:2px;padding-top:var(--o-space-2);border-top:1px solid var(--o-hairline);color:var(--o-text-mut);font-size:var(--o-text-xs)}.o-cs__err{color:var(--o-error);font-size:var(--o-text-sm)}.o-ent{display:grid;grid-template-columns:1fr var(--o-inspector-w);gap:0;height:100%}.o-ent__list{min-width:0;overflow:auto}.o-ent__side{border-left:1px solid var(--o-border);background:var(--o-raised);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-6)}.o-ent__side-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-3)}.o-ent__side-title{font-size:var(--o-text-lg);font-weight:var(--o-w-med)}.o-ent__meta{display:flex;flex-wrap:wrap;gap:var(--o-space-4)}.o-ent__meta-item{display:flex;flex-direction:column;gap:2px}.o-ent__form{display:flex;flex-direction:column;gap:var(--o-space-3)}.o-ent__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--o-space-3)}.o-ent__actions{display:flex;gap:var(--o-space-3);margin-top:var(--o-space-2)}.o-ent__note{font-size:var(--o-text-xs);color:var(--o-text-faint)}.o-ent__form-err{font-size:var(--o-text-xs);color:var(--o-error)}.o-cl{display:grid;grid-template-columns:1fr var(--o-inspector-w);gap:0;height:100%}.o-cl__list{overflow:auto}.o-cl__side{border-left:1px solid var(--o-border);background:var(--o-raised);padding:var(--o-space-6);overflow:auto;display:flex;flex-direction:column;gap:var(--o-space-6)}.o-cl__side-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-3)}.o-cl__meta{display:flex;flex-direction:column;gap:var(--o-space-1)}.o-cl__notes{margin:0;color:var(--o-text);font-size:var(--o-text-sm);line-height:var(--o-lh-sm);white-space:pre-wrap}.o-cl__form{display:flex;flex-direction:column;gap:var(--o-space-3)}.o-cl__actions{display:flex;gap:var(--o-space-2);margin-top:var(--o-space-1)}.o-cl__block{display:flex;flex-direction:column;gap:var(--o-space-2)}.o-cl__add{display:grid;grid-template-columns:1fr auto;gap:var(--o-space-2);align-items:end}.o-cl__members td.o-cl__actions-cell{width:36px;text-align:right;padding-right:var(--o-space-2)}.o-cl__err{margin:0;color:var(--o-error);font-size:var(--o-text-sm);line-height:var(--o-lh-sm)}.o-src{display:flex;flex-direction:column;gap:var(--o-space-6);height:100%}.o-faint{color:var(--o-text-faint)}.o-src__master{display:flex;align-items:center;gap:var(--o-space-4);padding:var(--o-space-4) var(--o-space-6);background:var(--o-raised);border:1px solid var(--o-border);border-radius:var(--o-r-3)}.o-src__master-text{flex:1;display:flex;flex-direction:column;gap:2px}.o-src__master-title{font-size:var(--o-text-base);font-weight:var(--o-w-med);color:var(--o-text)}.o-src__master-hint{font-size:var(--o-text-xs);color:var(--o-text-mut)}.o-src__master-count{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.o-src__master-count .o-num{font-family:var(--o-font-mono);font-variant-numeric:tabular-nums;font-size:var(--o-text-lg);line-height:var(--o-lh-lg);color:var(--o-accent)}.o-src__count-label{font-size:var(--o-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--o-text-faint)}.o-src__table{flex:1}.o-src__table--locked tbody tr{opacity:.6}.o-src__name{color:var(--o-text)}.o-src__jid{font-size:var(--o-text-xs);color:var(--o-text-faint)}.o-src__ts{font-size:var(--o-text-xs);color:var(--o-text-mut);white-space:nowrap}.o-src__bar{display:flex;align-items:center;justify-content:flex-end;gap:var(--o-space-3);padding-top:var(--o-space-2);border-top:1px solid var(--o-hairline)}.o-src__err{color:var(--o-error);font-size:var(--o-text-sm)}.o-src__saved,.o-src__ro{color:var(--o-text-faint);font-size:var(--o-text-xs)}.o-switch{position:relative;display:inline-flex;align-items:center;width:36px;height:20px;padding:0;border:1px solid var(--o-border);border-radius:999px;background:var(--o-panel);cursor:pointer;transition:background var(--o-dur-fast) var(--o-ease-quart),border-color var(--o-dur-fast) var(--o-ease-quart)}.o-switch__thumb{position:absolute;left:2px;width:14px;height:14px;border-radius:50%;background:var(--o-text-mut);transition:transform var(--o-dur-base) var(--o-ease-quint),background var(--o-dur-fast) var(--o-ease-quart)}.o-switch--on{background:var(--o-accent-wash);border-color:var(--o-accent)}.o-switch--on .o-switch__thumb{transform:translate(16px);background:var(--o-accent)}.o-switch:focus-visible{outline:2px solid var(--o-focus-ring);outline-offset:2px}.o-switch:disabled{cursor:not-allowed;opacity:.55}.o-admin{display:flex;flex-direction:column;gap:var(--o-space-8);padding:var(--o-space-6);overflow:auto;height:100%}.o-admin__section{display:flex;flex-direction:column;gap:var(--o-space-4)}.o-admin__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--o-space-4)}.o-admin__head .o-label{font-size:var(--o-text-xs)}.o-admin__form{background:var(--o-raised);border:1px solid var(--o-border);border-radius:var(--o-r-2);padding:var(--o-space-4);display:flex;flex-direction:column;gap:var(--o-space-4)}.o-admin__form-row{display:flex;flex-wrap:wrap;gap:var(--o-space-4)}.o-admin__form-row .o-field{flex:1 1 180px}.o-admin__actions{display:flex;gap:var(--o-space-2);align-items:center}.o-admin__err{color:var(--o-error);font-size:var(--o-text-sm)}.o-admin__cell-actions{display:flex;gap:var(--o-space-2);justify-content:flex-end}.o-admin__dot--off{background:var(--o-text-faint)}.o-admin__vk{color:var(--o-text-mut)}.o-admin__faint{color:var(--o-text-faint)}.o-admin__info{background:var(--o-raised);border:1px solid var(--o-border);border-radius:var(--o-r-2);padding:var(--o-space-6);display:flex;flex-direction:column;gap:var(--o-space-3);max-width:720px}.o-admin__info p{color:var(--o-text-mut);font-size:var(--o-text-sm);line-height:var(--o-lh-base);margin:0}.o-admin__info code{font-family:var(--o-font-mono);color:var(--o-text)}.o-admin__roles{display:flex;flex-wrap:wrap;gap:var(--o-space-2)}:root{--o-font-ui: "Onest", "Golos Text", system-ui, -apple-system, sans-serif;--o-font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;--o-bg: oklch(.14 .006 68);--o-panel: oklch(.175 .007 68);--o-raised: oklch(.215 .008 68);--o-overlay: oklch(.255 .009 68);--o-text: oklch(.925 .006 68);--o-text-mut: oklch(.72 .007 68);--o-text-faint: oklch(.55 .006 68);--o-on-accent: oklch(.17 .01 68);--o-hairline: oklch(.275 .008 68);--o-border: oklch(.345 .009 68);--o-border-str: oklch(.43 .011 68);--o-accent: oklch(.76 .12 68);--o-accent-strong: oklch(.805 .13 68);--o-accent-wash: oklch(.245 .03 68);--o-accent-ghost: oklch(.76 .12 68 / .14);--o-focus-ring: oklch(.76 .12 68 / .55);--o-signal: oklch(.64 .17 42);--o-signal-wash: oklch(.3 .06 42);--o-ok: oklch(.72 .1 150);--o-warn: oklch(.8 .1 92);--o-error: oklch(.63 .15 25);--o-info: oklch(.7 .07 220);--o-series-1: oklch(.78 .11 70);--o-series-2: oklch(.68 .07 190);--o-series-3: oklch(.7 .1 40);--o-series-4: oklch(.72 .08 140);--o-series-5: oklch(.7 .09 330);--o-series-6: oklch(.68 .07 255);--o-grid: oklch(.275 .008 68);--o-text-xs: .75rem;--o-text-sm: .875rem;--o-text-base: 1rem;--o-text-lg: 1.5rem;--o-text-2xl: 2.25rem;--o-lh-xs: 1.25;--o-lh-sm: 1.35;--o-lh-base: 1.5;--o-lh-lg: 1.25;--o-lh-2xl: 1.15;--o-w-body: 350;--o-w-med: 500;--o-w-bold: 600;--o-space-1: 4px;--o-space-2: 8px;--o-space-3: 12px;--o-space-4: 16px;--o-space-6: 24px;--o-space-8: 32px;--o-space-12: 48px;--o-r-0: 0;--o-r-1: 2px;--o-r-2: 3px;--o-r-3: 4px;--o-z-base: 0;--o-z-sticky: 10;--o-z-rail: 20;--o-z-overlay: 30;--o-z-inspector: 40;--o-z-modal: 50;--o-z-toast: 60;--o-rail-w: 220px;--o-rail-collapsed: 56px;--o-topbar-h: 48px;--o-inspector-w: 360px;--o-dur-fast: 90ms;--o-dur-base: .2s;--o-dur-enter: .24s;--o-dur-load: .2s;--o-ease-quint: cubic-bezier(.22, 1, .36, 1);--o-ease-quart: cubic-bezier(.25, 1, .5, 1)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--o-bg);color:var(--o-text);font-family:var(--o-font-ui);font-size:var(--o-text-base);font-weight:var(--o-w-body);line-height:var(--o-lh-base);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-variant-numeric:tabular-nums}h1,h2,h3,h4{margin:0;font-weight:var(--o-w-med);line-height:var(--o-lh-lg)}p{margin:0}a{color:var(--o-accent);text-decoration:none}a:hover{color:var(--o-accent-strong)}.o-mono{font-family:var(--o-font-mono);font-variant-numeric:tabular-nums}.o-label{font-size:var(--o-text-xs);line-height:var(--o-lh-xs);font-weight:var(--o-w-med);letter-spacing:.04em;text-transform:uppercase;color:var(--o-text-mut)}::placeholder{color:var(--o-text-faint)}:focus-visible{outline:2px solid var(--o-focus-ring);outline-offset:1px}*{scrollbar-width:thin;scrollbar-color:var(--o-border) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--o-border);border-radius:var(--o-r-1)}*::-webkit-scrollbar-track{background:transparent}@keyframes o-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes o-reveal-row{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.o-enter{animation:o-reveal var(--o-dur-load) var(--o-ease-quint) both}.o-enter-row{animation:o-reveal-row var(--o-dur-enter) var(--o-ease-quart) both}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.12s!important}.o-enter,.o-enter-row{animation:none;opacity:1;transform:none}}
