.journal-theme-scope{background-color:var(--journal-bg);color:var(--journal-text-primary);font-family:var(--journal-font-body);min-height:100%}.journal-home,.journal-detail,.entry-editor{padding:var(--journal-spacing-page, 1rem);max-width:var(--journal-editor-width, 1000px);margin:0 auto}.journal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.journal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.journal-card{background-color:var(--journal-surface);border:1px solid var(--journal-border);border-radius:var(--journal-radius-surface, 8px);padding:1rem;cursor:pointer;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.journal-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--journal-accent)}.journal-card:hover{box-shadow:0 4px 12px #0000001a}.entry-list-item{border-bottom:1px solid #eee;padding:1rem 0;cursor:pointer}.entry-blocks{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.entry-block{position:relative;display:flex;flex-direction:column}.entry-block__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;opacity:.7;font-weight:600}.entry-block{padding:var(--journal-spacing-block, .5rem) 0}.entry-block--companion{background-color:var(--journal-companion-bg);color:var(--journal-companion-text);padding:var(--journal-spacing-block, .5rem);border-left:4px solid var(--journal-companion-accent);border-radius:var(--journal-radius-block, 4px);margin:var(--journal-spacing-gap, .5rem) 0}.entry-block--companion .entry-block__label{color:var(--journal-companion-label)}.entry-block--system{background-color:var(--journal-system-bg);color:var(--journal-system-text);border:1px solid var(--journal-system-border);padding:.5rem;border-radius:var(--journal-radius-block, 4px);font-style:italic;text-align:center;font-size:.9rem;margin:1rem 0}.entry-block__input{width:100%;border:none;background:transparent;font-size:1.1rem;line-height:1.6;resize:none;color:inherit;outline:none;padding:0}.entry-block--companion .entry-block__input{cursor:default}.theme-picker{margin-top:1rem}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;padding:1rem 0}.theme-preview-card{border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:#f5f5f5;transition:all .2s;position:relative;display:flex;flex-direction:column}.theme-preview-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.theme-preview-card.selected{border-color:#007bff}.theme-preview-provider{height:100px;overflow:hidden}.preview-surface{background-color:var(--journal-bg);height:100%;padding:8px;display:flex;flex-direction:column;gap:4px}.preview-accent-stripe{height:4px;background-color:var(--journal-accent);border-radius:2px;margin-bottom:4px}.preview-line{height:4px;background-color:var(--journal-text-secondary);opacity:.3;border-radius:2px}.preview-line.short{width:40%}.preview-line.medium{width:60%}.preview-line.long{width:85%}.preview-user-block{display:flex;flex-direction:column;gap:3px}.preview-companion-block{background-color:var(--journal-companion-bg);border-left:2px solid var(--journal-companion-accent);padding:4px;border-radius:2px;display:flex;flex-direction:column;gap:2px}.preview-companion-label{font-size:6px;font-weight:700;color:var(--journal-companion-label)}.preview-button{width:20px;height:8px;background-color:var(--journal-accent);border-radius:4px;margin-top:auto}.theme-info{padding:8px;background:#fff;flex-grow:1}.theme-name{font-weight:600;font-size:.9rem}.theme-category{font-size:.75rem;color:#666;text-transform:capitalize}.selection-indicator{position:absolute;top:4px;right:8px;color:#007bff;font-weight:700}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.supervisor-shell{min-height:100vh;padding:0;background:radial-gradient(circle at top left,rgba(143,255,176,.34),transparent 30%),radial-gradient(circle at top right,rgba(98,255,150,.28),transparent 32%),linear-gradient(180deg,#102810,#0b160b);color:#f4efe8;display:flex;flex-direction:row;height:100vh;overflow:hidden}.supervisor-shell{--supervisor-sidebar-bg: #f0faf0;--supervisor-sidebar-border: rgba(57, 131, 74, .15);--supervisor-frame-bg: rgba(242, 250, 242, .96);--supervisor-text: #174a17;--supervisor-card-bg: white;--supervisor-input-bg: rgba(255, 255, 255, .96);--supervisor-input-text: #1a401a;--supervisor-btn-secondary-bg: rgba(255, 255, 255, .8);--supervisor-btn-secondary-text: #2d6b2d;--supervisor-muted-text: #555}[data-theme=night] .supervisor-shell,.supervisor-shell[data-theme=night]{--supervisor-sidebar-bg: #0b160b;--supervisor-sidebar-border: rgba(57, 131, 74, .3);--supervisor-frame-bg: #102810;--supervisor-text: #f4efe8;--supervisor-card-bg: #1a301a;--supervisor-input-bg: #0b160b;--supervisor-input-text: #f4efe8;--supervisor-btn-secondary-bg: #1a301a;--supervisor-btn-secondary-text: #8aff8a;--supervisor-muted-text: #aaa}@media (prefers-color-scheme: dark){[data-theme=system] .supervisor-shell,.supervisor-shell[data-theme=system]{--supervisor-sidebar-bg: #0b160b;--supervisor-sidebar-border: rgba(57, 131, 74, .3);--supervisor-frame-bg: #102810;--supervisor-text: #f4efe8;--supervisor-card-bg: #1a301a;--supervisor-input-bg: #0b160b;--supervisor-input-text: #f4efe8;--supervisor-btn-secondary-bg: #1a301a;--supervisor-btn-secondary-text: #8aff8a;--supervisor-muted-text: #aaa}}.supervisor-sidebar{width:64px;flex-shrink:0;border-right:1px solid var(--supervisor-sidebar-border);background:var(--supervisor-sidebar-bg);overflow:hidden;padding:16px 0;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.supervisor-frame{flex-grow:1;height:100vh;display:flex;flex-direction:column;background:var(--supervisor-frame-bg);isolation:isolate;overflow:hidden}.supervisor-top-bar{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:calc(16px + env(safe-area-inset-top)) 16px 14px;background:linear-gradient(315deg,#134413,#2f8b2f);color:#f7f3ee}.supervisor-top-bar__title{font-weight:600;font-size:.95rem;letter-spacing:.02em}.supervisor-main{flex:1;display:flex;flex-direction:column;padding:24px;gap:20px;overflow:auto}.supervisor-type-filter{display:flex;gap:8px;flex-wrap:wrap}.supervisor-type-filter__btn{height:34px;padding:0 16px;border-radius:17px;border:1px solid rgba(57,131,74,.25);background:var(--supervisor-btn-secondary-bg);color:var(--supervisor-btn-secondary-text);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.supervisor-type-filter__btn:hover{background:#39834a14;border-color:#39834a66}.supervisor-type-filter__btn--active{background:linear-gradient(135deg,#3a9b3a,#2d7a2d);border-color:transparent;color:#fff;font-weight:600}.supervisor-type-filter__btn--active:hover{background:linear-gradient(135deg,#4aab4a,#3a8a3a)}.supervisor-search{display:flex;gap:12px}.supervisor-search__input{flex:1;height:48px;border-radius:20px;border:1px solid rgba(57,131,74,.16);background:var(--supervisor-input-bg);padding:0 14px;color:var(--supervisor-input-text);font-size:1rem}.supervisor-checkbox-label{display:flex;align-items:center;gap:8px;color:#1a401a;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap}.supervisor-checkbox-label input{width:16px;height:16px;cursor:pointer}.supervisor-audit-indicator{margin-left:8px;font-size:.9rem;opacity:.8;vertical-align:middle}.supervisor-results{display:grid;gap:12px}.supervisor-result-card{padding:16px;border-radius:20px;background:var(--supervisor-card-bg);border:1px solid rgba(57,131,74,.1);box-shadow:0 4px 12px #0000000d;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.supervisor-result-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a;border-color:#39834a33}.supervisor-result-card__header{display:flex;justify-content:space-between;margin-bottom:8px}.supervisor-result-card__title{font-weight:700;color:var(--supervisor-text)}.supervisor-result-card__time{font-size:.85rem;color:var(--supervisor-muted-text)}.supervisor-result-card__preview{font-size:.9rem;color:var(--supervisor-text);opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supervisor-result-card__session-id{font-size:.75rem;color:#777;margin-top:4px}.supervisor-result-card--expanded{border-color:#39834a4d;box-shadow:0 6px 20px #0000001a}.supervisor-result-card__summary{display:block;width:100%;background:none;border:none;padding:0;margin:0;text-align:left;cursor:pointer;color:inherit;font:inherit}.supervisor-result-card__chevron{font-size:.75rem;color:#555;flex-shrink:0}.supervisor-audit-panel{margin-top:16px;padding-top:16px;border-top:1px solid rgba(57,131,74,.15);display:flex;flex-direction:column;gap:12px}.supervisor-audit-panel__field{display:flex;flex-direction:column;gap:6px}.supervisor-audit-panel__field label{font-size:.8rem;font-weight:600;color:var(--supervisor-text);text-transform:uppercase;letter-spacing:.05em}.supervisor-audit-panel__select,.supervisor-audit-panel__date{height:40px;border-radius:10px;border:1px solid rgba(57,131,74,.2);background:var(--supervisor-input-bg);padding:0 10px;color:var(--supervisor-input-text);font-size:.9rem;width:100%;box-sizing:border-box}.supervisor-audit-panel__notes{border-radius:10px;border:1px solid rgba(57,131,74,.2);background:#ffffffe6;padding:10px;color:#1a401a;font-size:.9rem;font-family:inherit;width:100%;box-sizing:border-box;resize:vertical;min-height:80px}.supervisor-audit-panel__loading{font-size:.85rem;color:#555}.supervisor-audit-panel__submit{align-self:flex-start;height:38px;padding:0 20px;border-radius:20px;border:none;background:linear-gradient(135deg,#3a9b3a,#2d7a2d);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.supervisor-audit-panel__submit:disabled{opacity:.5;cursor:default}.supervisor-audit-panel__submit--secondary{background:transparent;border:1px solid rgba(57,131,74,.35);color:#2d6b2d}.supervisor-audit-panel__submit--secondary:hover{background:#39834a14;border-color:#39834a80}.supervisor-audit-panel__error{font-size:.85rem;color:#b94a48;margin:0}.supervisor-audit-panel__success{font-size:.85rem;color:#2d7a2d;font-weight:600;margin:0}.supervisor-audit-panel__divider{border:none;border-top:1px solid var(--supervisor-border, #e0e0e0);margin:12px 0}.supervisor-nav{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.supervisor-nav__btn{width:44px;height:44px;border-radius:12px;border:none;background:transparent;color:#3a7a3a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.supervisor-nav__btn:hover{background:#39834a1f;color:#174a17}.supervisor-nav__btn--active{background:linear-gradient(135deg,#3a9b3a,#2d7a2d);color:#fff}.supervisor-nav__btn--active:hover{background:linear-gradient(135deg,#4aab4a,#3a8a3a);color:#fff}.supervisor-parameters{display:flex;flex-direction:column;gap:20px;max-width:480px}.supervisor-sidebar .mobile-drawer__section,.supervisor-sidebar .mobile-drawer__field,.supervisor-sidebar .mobile-drawer__copy{color:var(--supervisor-text)}.supervisor-sidebar .mobile-drawer__link--accent{background:linear-gradient(135deg,#8aff8a,#4cff4c);color:#0f1d0f}.supervisor-language-toggle__btn{border-color:#39834a1f;color:var(--supervisor-text);background:var(--supervisor-btn-secondary-bg)}.supervisor-language-toggle__btn:hover{background:#39834a14;border-color:#39834a47}.supervisor-language-toggle__btn[aria-pressed=true],.supervisor-language-toggle__btn--active{background:linear-gradient(135deg,#3a9b3a,#2d7a2d);border-color:transparent;color:#fff;font-weight:600}.supervisor-language-toggle__btn[aria-pressed=true]:hover,.supervisor-language-toggle__btn--active:hover{background:linear-gradient(135deg,#4aab4a,#3a8a3a)}.supervisor-sidebar .mobile-drawer__link{border-color:#39834a1f;color:var(--supervisor-text);background:var(--supervisor-btn-secondary-bg)}.supervisor-sidebar .status-card__eyebrow{color:#328b32}.supervisor-sidebar .mobile-session-list__title{color:var(--supervisor-text)}.supervisor-sidebar .mobile-session-list__item{border-color:#39834a1f;background:var(--supervisor-btn-secondary-bg)}.supervisor-sidebar .mobile-session-list__item--selected{background:#39834a14;border-color:#39834a52}.audit-shell{min-height:100vh;display:flex;flex-direction:row;overflow:hidden;background:radial-gradient(circle at top left,rgba(143,207,255,.22),transparent 28%),radial-gradient(circle at top right,rgba(76,150,255,.18),transparent 30%),linear-gradient(180deg,#101b28,#081018);color:#eef6ff;--audit-sidebar-bg: rgba(245, 250, 255, .95);--audit-sidebar-border: rgba(122, 173, 224, .18);--audit-frame-bg: rgba(242, 247, 250, .96);--audit-text: #173144;--audit-card-bg: rgba(255, 255, 255, .96);--audit-btn-secondary-bg: rgba(245, 250, 255, .98);--audit-btn-secondary-text: #173144;--audit-btn-secondary-border: rgba(57, 101, 131, .18);--audit-modal-bg: #fff;--audit-input-bg: rgba(242, 247, 250, .9);--audit-muted-text: rgba(23, 49, 68, .62);--audit-eyebrow: #32608b}[data-theme=night] .audit-shell,.audit-shell[data-theme=night]{--audit-sidebar-bg: #081018;--audit-sidebar-border: rgba(122, 173, 224, .3);--audit-frame-bg: #101b28;--audit-text: #eef6ff;--audit-card-bg: #1a2a3e;--audit-btn-secondary-bg: #1a2a3e;--audit-btn-secondary-text: #eef6ff;--audit-btn-secondary-border: rgba(122, 173, 224, .3);--audit-modal-bg: #1a2a3e;--audit-input-bg: #081018;--audit-muted-text: rgba(238, 246, 255, .6);--audit-eyebrow: #8ad4ff}@media (prefers-color-scheme: dark){[data-theme=system] .audit-shell,.audit-shell[data-theme=system]{--audit-sidebar-bg: #081018;--audit-sidebar-border: rgba(122, 173, 224, .3);--audit-frame-bg: #101b28;--audit-text: #eef6ff;--audit-card-bg: #1a2a3e;--audit-btn-secondary-bg: #1a2a3e;--audit-btn-secondary-text: #eef6ff;--audit-btn-secondary-border: rgba(122, 173, 224, .3);--audit-modal-bg: #1a2a3e;--audit-input-bg: #081018;--audit-muted-text: rgba(238, 246, 255, .6);--audit-eyebrow: #8ad4ff}}.audit-sidebar{width:64px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;align-items:center;padding:16px 0;border-right:1px solid var(--audit-sidebar-border);background:var(--audit-sidebar-bg);box-sizing:border-box}.audit-sidebar__button{width:44px;height:44px;border-radius:14px;border:1px solid rgba(57,101,131,.16);background:#ffffffdb;color:#245170;display:grid;place-items:center;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.audit-sidebar__button:hover{transform:translateY(-1px);border-color:#39658347;background:#ebf5fffa}.audit-sidebar__button--active{background:linear-gradient(135deg,#4c8cff,#245de0);color:#fff;border-color:transparent;box-shadow:0 10px 24px #245de047}.audit-frame{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--audit-frame-bg)}.audit-top-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:calc(16px + env(safe-area-inset-top)) 18px 14px;background:linear-gradient(315deg,#12304a,#2f6c9b);color:#f3f8fc}.audit-top-bar__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;opacity:.82}.audit-top-bar__title{font-size:1rem;font-weight:700}.audit-top-bar__switch{border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#fff;border-radius:999px;height:36px;padding:0 14px;cursor:pointer}.audit-main{flex:1;overflow:auto;padding:24px}.audit-page__copy,.audit-page__error{margin:0;max-width:64ch}.audit-page__error{color:#ab3d5b}.audit-list{display:grid;gap:14px}.audit-card{border-radius:20px;padding:18px;background:var(--audit-card-bg);color:var(--audit-text);border:1px solid rgba(57,101,131,.12);box-shadow:0 8px 18px #0b182412}.audit-card__header{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.audit-card__header strong{font-size:1rem}.audit-card__header span{font-size:.8rem;color:var(--audit-muted-text);overflow-wrap:anywhere}.audit-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:0}.audit-card__meta dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--audit-eyebrow)}.audit-card__meta dd{margin:4px 0 0}.audit-card__audit-button,.audit-session-bar__back,.audit-chat-bar__button{border:1px solid var(--audit-btn-secondary-border);background:var(--audit-btn-secondary-bg);color:var(--audit-btn-secondary-text);border-radius:999px;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.audit-card__audit-button:hover,.audit-session-bar__back:hover,.audit-chat-bar__button:hover{transform:translateY(-1px);border-color:#39658352}.audit-card__audit-button{padding:10px 14px;font-weight:700}.audit-transcript-shell{display:grid;gap:14px}.audit-session-bar{display:grid;gap:10px;padding:16px 18px;border-radius:20px;background:var(--audit-card-bg);color:var(--audit-text);border:1px solid rgba(57,101,131,.12);box-shadow:0 8px 18px #0b182412}.audit-session-bar__topline{display:flex;align-items:flex-start;gap:12px}.audit-session-bar__title-group{display:grid;gap:10px;min-width:0}.audit-session-bar__title{font-size:1.15rem;font-weight:800}.audit-session-bar__meta{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--audit-muted-text)}.audit-session-bar__back{flex-shrink:0;width:40px;height:40px;padding:0;display:grid;place-items:center}.audit-chat-bar{display:flex;flex-wrap:wrap;gap:10px}.audit-chat-bar__button{padding:10px 14px}.audit-chat-bar__button--active{background:linear-gradient(135deg,#4c8cff,#245de0);color:#fff;border-color:transparent;box-shadow:0 10px 24px #245de038}.audit-transcript{display:grid;gap:14px;padding:18px;border-radius:20px;background:var(--audit-card-bg);color:var(--audit-text);border:1px solid rgba(57,101,131,.12);box-shadow:0 8px 18px #0b182412}.audit-transcript__header-top{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.audit-transcript__header-top h2{margin:0}.audit-transcript__inline-toggle{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--audit-muted-text);cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:auto}.audit-transcript__inline-toggle input[type=checkbox]{width:15px;height:15px;accent-color:#4c8cff;cursor:pointer}.audit-transcript__inline-comment{grid-column:2 / -1;font-size:.85rem;color:var(--audit-text);background:#4c8cff26;border-left:3px solid #4c8cff;padding:6px 10px;border-radius:0 8px 8px 0;white-space:pre-wrap}.audit-transcript__messages{display:grid;gap:12px}.audit-transcript__day-group{display:grid;gap:10px}.audit-transcript__day-divider{justify-self:center;padding:6px 12px;border-radius:999px;background:#24517026;color:var(--audit-muted-text);font-size:.8rem;font-weight:700;letter-spacing:.02em}.audit-transcript__day-messages{display:grid;gap:12px}.audit-transcript__message-row{display:grid;grid-template-columns:9rem minmax(0,1fr) 2rem;gap:12px;align-items:start}.audit-transcript__sender{padding-top:12px;display:flex;flex-direction:column;gap:2px;color:var(--audit-muted-text);font-size:.92rem;font-weight:700;overflow-wrap:anywhere}.audit-transcript__message{padding:14px;border-radius:16px;background:var(--audit-input-bg);border:1px solid rgba(57,101,131,.1)}.audit-transcript__message--intercepted p{text-decoration:line-through;text-decoration-thickness:.14em;text-decoration-color:var(--audit-muted-text)}.audit-transcript__message p{margin:0;white-space:pre-wrap}.audit-transcript__time{font-size:.73rem;font-weight:400;color:var(--audit-muted-text);white-space:nowrap}.audit-transcript__comment-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(57,101,131,.18);background:#fff;color:#245170;display:grid;place-items:center;cursor:pointer;flex-shrink:0;padding:0;transition:background .14s ease,border-color .14s ease}.audit-transcript__comment-btn:hover{border-color:#39658357;background:#ebf5fffa}.audit-transcript__comment-btn--has-comment{background:linear-gradient(135deg,#4c8cff,#245de0);color:#fff;border-color:transparent}.audit-transcript__comment-btn--has-comment:hover{background:linear-gradient(135deg,#6ba3ff,#3570f0);border-color:transparent}.audit-comment-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:200}.audit-comment-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#08121c85;border:none;cursor:default}.audit-comment-modal__dialog{position:relative;z-index:1;background:var(--audit-modal-bg);color:var(--audit-text);border-radius:20px;padding:24px;width:100%;max-width:440px;box-shadow:0 20px 48px #08121c38;display:grid;gap:14px}.audit-comment-modal__title{margin:0;font-size:1rem;font-weight:700}.audit-comment-modal__warning{margin:0;font-size:.82rem;color:var(--audit-text);opacity:.7;background:#4c8cff12;border:1px solid rgba(76,140,255,.18);border-radius:8px;padding:8px 12px;line-height:1.45}.audit-comment-modal__textarea{width:100%;box-sizing:border-box;border:1px solid rgba(57,101,131,.22);border-radius:12px;padding:10px 12px;font-size:.95rem;font-family:inherit;color:var(--audit-text);background:var(--audit-input-bg);resize:vertical;outline:none;transition:border-color .14s ease}.audit-comment-modal__textarea:focus{border-color:#4c8cff}.audit-comment-modal__actions{display:flex;gap:8px;align-items:center}.audit-comment-modal__save,.audit-comment-modal__cancel,.audit-comment-modal__delete,.audit-comment-modal__confirm-yes,.audit-comment-modal__confirm-keep{border-radius:999px;padding:8px 18px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease,opacity .14s ease}.audit-comment-modal__save,.audit-comment-modal__confirm-yes{background:linear-gradient(135deg,#4c8cff,#245de0);color:#fff;border:none}.audit-comment-modal__save:hover,.audit-comment-modal__confirm-yes:hover{background:linear-gradient(135deg,#6ba3ff,#3570f0)}.audit-comment-modal__cancel,.audit-comment-modal__confirm-keep{background:var(--audit-btn-secondary-bg);color:var(--audit-btn-secondary-text);border:1px solid var(--audit-btn-secondary-border)}.audit-comment-modal__cancel:hover,.audit-comment-modal__confirm-keep:hover{border-color:#39658352}.audit-comment-modal__delete{margin-left:auto;background:transparent;color:#ab3d5b;border:1px solid rgba(171,61,91,.28)}.audit-comment-modal__delete:hover{background:#ab3d5b0f;border-color:#ab3d5b7a}.audit-comment-modal__save:disabled,.audit-comment-modal__cancel:disabled,.audit-comment-modal__delete:disabled,.audit-comment-modal__confirm-yes:disabled,.audit-comment-modal__confirm-keep:disabled{opacity:.55;cursor:default}.audit-comment-modal__confirm{display:grid;gap:10px;padding:12px;border-radius:12px;background:#ab3d5b0f;border:1px solid rgba(171,61,91,.18)}.audit-comment-modal__confirm-text{margin:0;font-size:.9rem;color:#7a1f36;font-weight:600}.audit-comment-modal__confirm-actions{display:flex;gap:8px}.audit-settings{max-width:720px;display:grid;gap:18px}.audit-settings h2{margin:0;color:#18344a}.audit-settings-toggle__btn{border-color:#3965831f;color:var(--audit-text);background:var(--audit-btn-secondary-bg)}.audit-settings-toggle__btn:hover{background:#39658314;border-color:#39658347}.audit-settings-toggle__btn[aria-pressed=true],.audit-settings-toggle__btn--active{background:linear-gradient(135deg,#4c8cff,#245de0);border-color:transparent;color:#fff;font-weight:600}.audit-settings-toggle__btn[aria-pressed=true]:hover,.audit-settings-toggle__btn--active:hover{background:linear-gradient(135deg,#6ba3ff,#3a70f0)}.audit-settings__account{display:flex;align-items:center;gap:14px;padding:16px;border-radius:18px;background:var(--audit-card-bg);border:1px solid rgba(57,101,131,.18);color:var(--audit-text);box-shadow:0 10px 24px #0b182414}.audit-settings__avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#8ad4ff,#4c8cff);color:#0f171d;font-weight:800}.audit-settings__account-info{display:grid;gap:4px;min-width:0}.audit-settings__account-email,.audit-settings__account-roles{color:var(--audit-muted-text);overflow-wrap:anywhere}.audit-settings__account-roles{font-size:.9rem}.audit-settings__signout{margin-left:auto;width:44px;height:44px;border-radius:999px;border:1px solid var(--audit-btn-secondary-border);background:var(--audit-btn-secondary-bg);color:var(--audit-btn-secondary-text);display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:transform .14s ease,background .14s ease,border-color .14s ease}.audit-settings__signout:hover{transform:translateY(-1px);background:#fff;border-color:#39658352}.audit-list-wrapper{display:grid;gap:16px}.audit-list-toggle{display:flex;gap:0;align-self:start;border-radius:999px;border:1px solid rgba(57,101,131,.18);background:#f5fafffa;overflow:hidden;width:fit-content}.audit-list-toggle__button{display:flex;align-items:center;gap:6px;padding:8px 18px;border:none;background:transparent;color:#173144;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .14s ease,color .14s ease}.audit-list-toggle__button--active{background:linear-gradient(135deg,#4c8cff,#245de0);color:#fff}.audit-list-toggle__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ffffff47;font-size:.75rem;font-weight:700;line-height:1}.audit-list-toggle__button:not(.audit-list-toggle__button--active) .audit-list-toggle__count{background:#245de01f;color:#245de0}.audit-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:10px}.audit-card__status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em}.audit-card__status--pending{background:#4c8cff1f;color:#245de0}.audit-card__status--submitted{background:#22a86e1f;color:#1a8a58}.audit-card__status--reviewed{background:#1494941f;color:#0e7070}.audit-card__status--archived{background:#6474821f;color:#4a5e6e}.audit-card__status--rejected{background:#ab3d5b1a;color:#ab3d5b}.audit-submit-section{display:grid;gap:10px;padding:16px 18px;border-radius:20px;background:#fffffff5;color:#173144;border:1px solid rgba(57,101,131,.12);box-shadow:0 8px 18px #0b182412}.audit-submit-section__label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#32608b}.audit-submit-section__textarea{width:100%;box-sizing:border-box;border:1px solid rgba(57,101,131,.22);border-radius:12px;padding:10px 12px;font-size:.95rem;font-family:inherit;color:#173144;background:#f2f7fae6;resize:vertical;outline:none;transition:border-color .14s ease}.audit-submit-section__textarea:focus{border-color:#4c8cff}.audit-submit-section__textarea:disabled{opacity:.65;cursor:default}.audit-submit-section__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.audit-submit-section__error{margin:0;font-size:.85rem;color:#ab3d5b}.audit-submit-section__success{margin:0;font-size:.85rem;color:#1a8a58;font-weight:600}.audit-submit-section__submit{margin-left:auto;padding:10px 22px;border-radius:999px;border:none;background:linear-gradient(135deg,#4c8cff,#245de0);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .14s ease,opacity .14s ease}.audit-submit-section__submit:hover:not(:disabled){background:linear-gradient(135deg,#6ba3ff,#3570f0)}.audit-submit-section__submit:disabled{opacity:.55;cursor:default}@media (max-width: 720px){.audit-shell{flex-direction:column}.audit-sidebar{width:100%;flex-direction:row;justify-content:center;border-right:0;border-bottom:1px solid rgba(122,173,224,.18)}.audit-sidebar__button{width:44px;height:44px}.audit-transcript__message-row{grid-template-columns:1fr;gap:6px}.audit-transcript__comment-btn{justify-self:start}.audit-transcript__sender{padding-top:0}}.simulate-shell{min-height:100vh;display:flex;flex-direction:row;overflow:hidden;background:radial-gradient(circle at top left,rgba(120,70,20,.22),transparent 28%),radial-gradient(circle at top right,rgba(90,55,15,.18),transparent 30%),linear-gradient(180deg,#120a03,#0a0602);color:#f2e8d8;--simulate-sidebar-bg: rgba(242, 232, 214, .96);--simulate-sidebar-border: rgba(120, 80, 30, .2);--simulate-frame-bg: rgba(237, 228, 212, .97);--simulate-text: #2a1a0a;--simulate-card-bg: rgba(255, 250, 242, .97);--simulate-input-bg: rgba(242, 232, 214, .94);--simulate-muted-text: rgba(42, 26, 10, .62);--simulate-accent: #8a5518;--simulate-accent-gradient-start: #c4843a;--simulate-accent-gradient-end: #7a4412;--simulate-accent-text: #fff8ee;--simulate-active-shadow: rgba(122, 68, 18, .3)}.simulate-shell--night{--simulate-sidebar-bg: #1a0e04;--simulate-sidebar-border: rgba(160, 100, 40, .3);--simulate-frame-bg: #150c04;--simulate-text: #f2e8d8;--simulate-card-bg: #251506;--simulate-input-bg: #120802;--simulate-muted-text: rgba(242, 232, 216, .62);--simulate-accent: #d4a045;--simulate-accent-gradient-start: #d4a045;--simulate-accent-gradient-end: #8a5518;--simulate-accent-text: #1a0e04;--simulate-active-shadow: rgba(212, 160, 69, .28)}.simulate-sidebar{width:64px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;align-items:center;padding:16px 0;border-right:1px solid var(--simulate-sidebar-border);background:var(--simulate-sidebar-bg);box-sizing:border-box}.simulate-sidebar__button{width:44px;height:44px;border-radius:14px;border:1px solid rgba(120,80,30,.18);background:#fffaf2e0;color:var(--simulate-accent);display:grid;place-items:center;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.simulate-sidebar__button:hover{transform:translateY(-1px);border-color:#78501e57;background:#f2e6d0fa}.simulate-sidebar__button--active{background:linear-gradient(135deg,var(--simulate-accent-gradient-start),var(--simulate-accent-gradient-end));color:var(--simulate-accent-text);border-color:transparent;box-shadow:0 10px 24px var(--simulate-active-shadow)}.simulate-frame{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--simulate-frame-bg)}.simulate-top-bar{padding:calc(16px + env(safe-area-inset-top)) 20px 14px;background:linear-gradient(315deg,#1a0e04,#4a2c0c);color:#f2e8d8}.simulate-top-bar__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;opacity:.78}.simulate-top-bar__title{font-size:1rem;font-weight:800;margin-top:2px}.simulate-top-bar__subtitle{max-width:72ch;font-size:.92rem;opacity:.82;margin-top:2px}.simulate-main{flex:1;overflow:auto;padding:24px}.simulate-layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:18px;align-items:start}.simulate-layout--full{grid-template-columns:1fr}.simulate-rail{display:grid;gap:14px}.simulate-list{display:grid;gap:10px}.simulate-list__item{border-radius:16px;border:1px solid rgba(120,80,30,.14);background:#fffaf2db;color:#7a4410;padding:12px 14px;display:grid;gap:4px;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.simulate-list__item:hover{transform:translateY(-1px);border-color:#78501e4d;box-shadow:0 10px 20px #2a140514}.simulate-list__item--active{background:linear-gradient(135deg,var(--simulate-accent-gradient-start),var(--simulate-accent-gradient-end));color:var(--simulate-accent-text);border-color:transparent;box-shadow:0 12px 24px var(--simulate-active-shadow)}.simulate-list__item--active strong,.simulate-list__item--active span{color:var(--simulate-accent-text)}.simulate-form{display:grid;gap:14px}.simulate-field{display:grid;gap:6px}.simulate-field>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--simulate-accent)}.simulate-field input,.simulate-field textarea,.simulate-field select{width:100%;box-sizing:border-box;border-radius:14px;border:1px solid rgba(120,80,30,.16);background:var(--simulate-input-bg);color:var(--simulate-text);padding:12px 14px;font:inherit}.simulate-field textarea{resize:vertical}.simulate-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.simulate-check{display:flex;align-items:center;gap:10px;color:var(--simulate-text)}.simulate-check input[type=checkbox],.simulate-character-pick input[type=checkbox]{accent-color:var(--simulate-accent);width:16px;height:16px}.simulate-actions{display:flex;flex-wrap:wrap;gap:10px}.simulate-round-button,.channel-panel__send,.simulate-auth-card button{border:0;border-radius:999px;padding:10px 18px;background:linear-gradient(135deg,var(--simulate-accent-gradient-start),var(--simulate-accent-gradient-end));color:var(--simulate-accent-text);font-weight:700;cursor:pointer;transition:opacity .14s ease,transform .14s ease}.simulate-round-button:hover,.channel-panel__send:hover{opacity:.88;transform:translateY(-1px)}.simulate-round-button:disabled,.channel-panel__send:disabled{opacity:.52;cursor:not-allowed;transform:none}.simulate-secondary-button{border:1px solid rgba(120,80,30,.22);background:#fffaf2f0;color:#4a2c0c;border-radius:999px;cursor:pointer;padding:10px 16px}.simulate-secondary-button:hover{border-color:#78501e61}.simulate-secondary-button:disabled{opacity:.52;cursor:not-allowed}.simulate-preview{display:grid;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(120,80,30,.14)}.simulate-character-picks{display:flex;flex-wrap:wrap;gap:8px}.simulate-character-pick{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(120,80,30,.16);background:#fffaf2db;padding:10px 12px;border-radius:999px;cursor:pointer;color:#7a4410}.simulate-character-pick--active{background:linear-gradient(135deg,var(--simulate-accent-gradient-start),var(--simulate-accent-gradient-end));color:var(--simulate-accent-text);border-color:transparent;box-shadow:0 8px 18px var(--simulate-active-shadow)}.simulate-character-pick--active span{color:var(--simulate-accent-text)}.simulate-run-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:16px 0}.simulate-transcript-shell{display:grid;gap:14px;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.simulate-run-bar{display:flex;align-items:flex-start;gap:10px;margin-top:12px}.simulate-next-split{display:inline-flex;align-items:stretch;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,var(--simulate-accent-gradient-start),var(--simulate-accent-gradient-end));transition:opacity .14s ease;flex-shrink:0}.simulate-next-split--disabled{opacity:.52;cursor:not-allowed}.simulate-next-split__select{border:0;background:transparent;color:var(--simulate-accent-text);font-weight:700;font-size:inherit;font-family:inherit;padding:10px 6px 10px 16px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:80px;max-width:160px}.simulate-next-split__select:disabled{cursor:not-allowed}.simulate-next-split__select option{background:#fff;color:#2a1a0a}.simulate-next-split__divider{width:1px;background:#ffffff52;align-self:stretch}.simulate-next-split__go{border:0;background:transparent;color:var(--simulate-accent-text);font-weight:700;font-size:inherit;cursor:pointer;padding:10px 16px 10px 10px;border-left:1px solid rgba(255,255,255,.32);transition:background .12s ease}.simulate-next-split__go:hover:not(:disabled){background:#ffffff1f}.simulate-next-split__go:disabled{cursor:not-allowed}.simulate-run-bar__input{flex:1;resize:vertical;border:1px solid rgba(120,80,30,.22);border-radius:12px;padding:10px 14px;font-size:inherit;font-family:inherit;background:#fffaf2f0;color:#2a1a0a;line-height:1.5}.simulate-transcript-shell__panel{display:grid;gap:12px}.simulate-transcript{display:grid;gap:10px;max-height:56vh;overflow:auto}.simulate-turn{border-radius:16px;background:#fffaf2e6;border:1px solid rgba(120,80,30,.14);padding:14px;color:#2a1a0a}.simulate-turn--pending{border-color:#c4843a85;box-shadow:0 14px 26px #c4843a24}.simulate-turn__meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:.82rem;color:#2a1a0a9e}.simulate-turn__meta strong{color:#2a1a0a}.simulate-turn__rationale{margin-top:10px;color:#2a1a0a9e;font-size:.92rem}.simulate-status,.simulate-error{margin:0 0 14px;padding:12px 14px;border-radius:14px}.simulate-status{background:#c4843a1f;border:1px solid rgba(196,132,58,.28);color:var(--simulate-text)}.simulate-error{background:#78461424;border:1px solid rgba(140,85,30,.34);color:#5a2e08}.simulate-auth-card{max-width:720px;margin:64px auto;border-radius:24px;padding:28px;background:#fffaf2f7;color:var(--simulate-text);box-shadow:0 20px 48px #1a0e0438;display:grid;gap:16px}@media (max-width: 1080px){.simulate-layout,.simulate-transcript-shell{grid-template-columns:1fr}}@media (max-width: 760px){.simulate-shell{flex-direction:column}.simulate-sidebar{width:100%;flex-direction:row;justify-content:center;padding:12px;border-right:none;border-bottom:1px solid var(--simulate-sidebar-border)}.simulate-top-bar{flex-direction:column;align-items:flex-start}.simulate-form__grid{grid-template-columns:1fr}.simulate-run-header{flex-direction:column}}.simulate-shell .summary-card--dev{background:linear-gradient(180deg,#b478281a,#78460f14);border-color:#b4782859}.simulate-shell--night .summary-card--dev{background:linear-gradient(180deg,#3c230af5,#281606fa);border-color:#c88c3266}.simulate-shell .status-card__eyebrow{color:#c4843a}.simulate-shell--night .status-card__eyebrow{color:#d4a045}.simulate-shell .summary-card--dev h2,.simulate-shell .summary-card--dev h3{color:#c4843a}.simulate-shell--night .summary-card--dev h2,.simulate-shell--night .summary-card--dev h3{color:#d4a045}.admin-shell{min-height:100vh;display:flex;flex-direction:row;overflow:hidden;background:radial-gradient(circle at top left,rgba(20,70,120,.22),transparent 28%),radial-gradient(circle at top right,rgba(15,55,90,.18),transparent 30%),linear-gradient(180deg,#030a12,#02060a);color:#d8e8f2;--admin-sidebar-bg: rgba(214, 232, 242, .96);--admin-sidebar-border: rgba(30, 80, 120, .2);--admin-frame-bg: rgba(212, 228, 237, .97);--admin-text: #0a1a2a;--admin-card-bg: rgba(242, 250, 255, .97);--admin-input-bg: rgba(214, 232, 242, .94);--admin-muted-text: rgba(10, 26, 42, .62);--admin-accent: #18558a;--admin-accent-gradient-start: #3a84c4;--admin-accent-gradient-end: #12447a;--admin-accent-text: #eef8ff;--admin-active-shadow: rgba(18, 68, 122, .3)}.admin-shell--night{--admin-sidebar-bg: #0a1a2a;--admin-sidebar-border: rgba(30, 80, 120, .4);--admin-frame-bg: #030a12;--admin-text: #d8e8f2;--admin-card-bg: #0c1c2c;--admin-input-bg: #05101a;--admin-muted-text: rgba(216, 232, 242, .62);--admin-active-shadow: rgba(10, 40, 80, .4)}.admin-sidebar{width:64px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;align-items:center;padding:16px 0;border-right:1px solid var(--admin-sidebar-border);background:var(--admin-sidebar-bg);box-sizing:border-box}.admin-sidebar__button{width:44px;height:44px;border-radius:14px;border:1px solid rgba(30,80,120,.18);background:#f2faffe0;color:var(--admin-accent);display:grid;place-items:center;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.admin-sidebar__button:hover{transform:translateY(-1px);border-color:#1e507857;background:#d0e6f2fa}.admin-sidebar__button--active{background:linear-gradient(135deg,var(--admin-accent-gradient-start),var(--admin-accent-gradient-end));color:var(--admin-accent-text);border-color:transparent;box-shadow:0 10px 24px var(--admin-active-shadow)}.admin-frame{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--admin-frame-bg)}.admin-top-bar{padding:calc(16px + env(safe-area-inset-top)) 20px 14px;background:linear-gradient(315deg,#040e1a,#0c2c4a);color:#f2e8d8}.admin-top-bar__title{font-size:1rem;font-weight:800}.admin-main{flex:1;overflow:auto;padding:24px}.admin-layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:18px;align-items:start}.admin-layout--full{grid-template-columns:1fr}.admin-rail{display:grid;gap:14px}.admin-list{display:grid;gap:10px}.admin-list__item{border-radius:16px;border:1px solid rgba(30,80,120,.14);background:#f2faffdb;color:#10447a;padding:12px 14px;display:grid;gap:4px;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.admin-list__item:hover{transform:translateY(-1px);border-color:#1e50784d;box-shadow:0 10px 20px #05142a14}.admin-list__item--active{background:linear-gradient(135deg,var(--admin-accent-gradient-start),var(--admin-accent-gradient-end));color:var(--admin-accent-text);border-color:transparent;box-shadow:0 12px 24px var(--admin-active-shadow)}.admin-list__item--active strong,.admin-list__item--active span{color:var(--admin-accent-text)}.admin-form{display:grid;gap:14px}.admin-field{display:grid;gap:6px}.admin-field>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--admin-accent)}.admin-field input,.admin-field textarea,.admin-field select{width:100%;box-sizing:border-box;border-radius:14px;border:1px solid rgba(30,80,120,.16);background:var(--admin-input-bg);color:var(--admin-text);padding:12px 14px;font:inherit}.admin-field textarea{resize:vertical}.admin-actions{display:flex;flex-wrap:wrap;gap:10px}.admin-round-button,.admin-button-primary{border:0;border-radius:999px;padding:10px 18px;background:linear-gradient(135deg,var(--admin-accent-gradient-start),var(--admin-accent-gradient-end));color:var(--admin-accent-text);font-weight:700;cursor:pointer;transition:opacity .14s ease,transform .14s ease}.admin-round-button:hover,.admin-button-primary:hover{opacity:.88;transform:translateY(-1px)}.admin-round-button:disabled,.admin-button-primary:disabled{opacity:.52;cursor:not-allowed;transform:none}.admin-secondary-button{border:1px solid rgba(30,80,120,.22);background:#f2fafff0;color:#0c2c4a;border-radius:999px;cursor:pointer;padding:10px 16px}.admin-secondary-button:hover{border-color:#1e507861}.admin-status,.admin-error{margin:0 0 14px;padding:12px 14px;border-radius:14px}.admin-status{background:#3a84c41f;border:1px solid rgba(58,132,196,.28);color:var(--admin-text)}.admin-error{background:#46781424;border:1px solid rgba(85,140,30,.34);color:#082e5a}.admin-auth-card{max-width:720px;margin:64px auto;border-radius:24px;padding:28px;background:#f2fafff7;color:var(--admin-text);box-shadow:0 20px 48px #040e1a38;display:grid;gap:16px}.admin-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.admin-metric-card{background:var(--admin-card-bg);padding:20px;border-radius:16px;border:1px solid var(--admin-sidebar-border);text-align:center}.admin-metric-card h3{font-size:.8rem;text-transform:uppercase;color:var(--admin-accent);margin:0 0 8px}.admin-metric-card div{font-size:2.5rem;font-weight:800;color:var(--admin-text)}.admin-table-container{background:var(--admin-card-bg);border-radius:16px;border:1px solid var(--admin-sidebar-border);padding:8px}.admin-table-container table{color:var(--admin-text)}.admin-table-container th{color:var(--admin-accent);font-size:.85rem;text-transform:uppercase}.admin-bug-list{display:grid;gap:12px}.admin-bug-card{background:var(--admin-card-bg);color:var(--admin-text);padding:16px;border-radius:16px;border:1px solid var(--admin-sidebar-border)}.admin-bug-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.admin-bug-card__title{font-weight:700;font-size:1.1rem}.admin-bug-card__status{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.admin-bug-card__status--new{background:#e3f2fd;color:#1976d2}.admin-bug-card__status--in-progress{background:#fff3e0;color:#f57c00}.admin-bug-card__status--fixed{background:#e8f5e9;color:#388e3c}.admin-bug-card__status--duplicate{background:#f5f5f5;color:#616161}.admin-bug-card__status--invalid{background:#fbe9e7;color:#d84315}.admin-bug-card__github{font-size:.85rem;color:var(--admin-accent);font-weight:600;display:flex;align-items:center}.admin-feature-list{display:grid;gap:12px}.admin-feature-card{background:var(--admin-card-bg);color:var(--admin-text);padding:16px;border-radius:16px;border:1px solid var(--admin-sidebar-border);display:flex;justify-content:space-between;align-items:center}.admin-dropdown{position:relative;display:inline-block;min-width:160px}.admin-dropdown__button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;background:var(--admin-input-bg);border:1px solid rgba(30,80,120,.16);border-radius:14px;color:var(--admin-text);font:inherit;cursor:pointer;text-align:left;transition:border-color .14s ease,box-shadow .14s ease}.admin-dropdown__button:hover{border-color:#1e50784d}.admin-dropdown__button[aria-expanded=true]{border-color:var(--admin-accent);box-shadow:0 0 0 3px #3a84c426}.admin-dropdown__icon{transition:transform .2s ease;opacity:.6}.admin-dropdown__icon--open{transform:rotate(180deg)}.admin-dropdown__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:100;margin:0;padding:6px;list-style:none;background:var(--admin-card-bg);border:1px solid rgba(30,80,120,.2);border-radius:16px;box-shadow:0 12px 32px #040e1a26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-dropdown__item{padding:10px 12px;border-radius:10px;cursor:pointer;font-size:.92rem;color:var(--admin-text);transition:background .1s ease}.admin-dropdown__item:hover{background:#1e507814}.admin-dropdown__item--active{background:var(--admin-accent);color:var(--admin-accent-text)}.admin-dropdown__item--active:hover{background:var(--admin-accent);opacity:.9}.admin-shell .summary-card--admin{background:linear-gradient(180deg,#2878b41a,#0f467814);border-color:#2878b459}.admin-shell .status-card__eyebrow,.admin-shell .summary-card--admin h2,.admin-shell .summary-card--admin h3{color:#3a84c4}:root{--theme-bg-radial-1: rgba(255, 143, 176, .24);--theme-bg-radial-2: rgba(183, 98, 255, .2);--theme-bg-linear-start: #23111b;--theme-bg-linear-end: #120812;--theme-accent-gradient-start: #ff8aa8;--theme-accent-gradient-end: #b84cff;--theme-accent-text: #1d0f1b;--theme-eyebrow-color: #8b3260;--theme-text-contrast: #4a1739;--theme-status-ok: #f2b2ff;--theme-status-warn: #ffb1cb;--theme-pill-bg: rgba(199, 126, 255, .14);--theme-pill-text: rgba(239, 214, 255, .96);--theme-mobile-bg-radial-1: rgba(255, 137, 170, .34);--theme-mobile-bg-radial-2: rgba(184, 76, 255, .28);--theme-mobile-bg-linear-start: #3a1028;--theme-mobile-bg-linear-end: #170b16;--theme-mobile-top-bar-start: #441336;--theme-mobile-top-bar-end: #8b2f5d;--theme-mobile-top-bar-text: #f7f3ee;--theme-mobile-tab-active-bg-start: #4c1439;--theme-mobile-tab-active-bg-end: #b83f70;--theme-message-me-bg-start: #8c2756;--theme-message-me-bg-end: #c04b77;--theme-message-mediator-bg-start: rgba(245, 227, 255, .95);--theme-message-mediator-bg-end: rgba(237, 210, 255, .96);--theme-message-mediator-text: #401a31;--theme-privacy-group-bg: rgba(255, 118, 148, .18);--theme-privacy-group-text: #ffd5e1;--theme-privacy-private-bg: rgba(183, 98, 255, .18);--theme-privacy-private-text: #ecd7ff;--theme-invite-bg-radial-1: rgba(255, 138, 168, .2);--theme-invite-bg-radial-2: rgba(184, 76, 255, .2);--theme-invite-bg-linear-start: #2a1220;--theme-modal-bg-radial-1: rgba(184, 76, 255, .12);--theme-modal-bg-radial-2: rgba(255, 138, 168, .14);--theme-reaction-picker-bg: #2a1a3e;--theme-reaction-active-bg: rgba(199, 126, 255, .2);--theme-reaction-active-border: rgba(199, 126, 255, .55);--theme-card-bg: rgba(34, 20, 17, .84);--theme-card-dev-bg: linear-gradient(180deg, rgba(42, 20, 38, .94), rgba(25, 12, 24, .96));--theme-card-dev-border: rgba(224, 122, 181, .3);--theme-draft-text: rgba(180, 110, 148, .95);--theme-draft-bg: linear-gradient(180deg, rgba(45, 14, 32, .94), rgba(30, 8, 22, .96));--theme-draft-border: rgba(190, 80, 130, .7);--theme-draft-divider: rgba(190, 80, 130, .35);--theme-draft-button-bg: rgba(110, 30, 65, .9);--theme-draft-button-border: rgba(190, 80, 130, .5);--theme-draft-button-text: rgba(255, 210, 230, .95);--theme-status-error-bg: linear-gradient(180deg, rgba(65, 17, 17, .9), rgba(34, 12, 12, .92));--theme-status-error-border: rgba(255, 117, 117, .42);--theme-mobile-frame-bg: rgba(250, 247, 242, .96);--theme-mobile-error-bg: linear-gradient(180deg, rgba(255, 247, 250, .98), rgba(255, 239, 244, .95));--theme-mobile-error-border: rgba(180, 54, 105, .2);--theme-mobile-error-text: #6e1746;--theme-mobile-error-shadow: rgba(114, 28, 63, .12);--theme-mobile-error-eyebrow: #8f2c5e;--theme-mobile-error-report-btn-bg: rgba(255, 255, 255, .82);--theme-mobile-bubble-participant-bg: rgba(255, 255, 255, .82);--theme-mobile-bubble-participant-text: #401a31;--theme-mobile-bubble-participant-border: rgba(131, 57, 111, .08);--theme-mobile-drawer-bg: rgba(250, 247, 242, .98);--theme-mobile-drawer-account-bg: rgba(131, 57, 111, .06);--theme-mobile-drawer-account-avatar-bg: rgba(131, 57, 111, .12);--theme-mobile-drawer-item-bg: rgba(255, 255, 255, .92);--theme-mobile-drawer-item-border: rgba(131, 57, 111, .12);--theme-mobile-drawer-item-selected-bg: rgba(131, 57, 111, .08);--theme-mobile-drawer-item-selected-border: rgba(131, 57, 111, .32);--theme-mobile-drawer-button-secondary-bg: rgba(131, 57, 111, .05);--theme-mobile-sidebar-bg: #fdfaf5;--theme-mobile-sidebar-border: rgba(131, 57, 111, .15);color:#f4efe8;background:radial-gradient(circle at top left,var(--theme-bg-radial-1),transparent 30%),radial-gradient(circle at top right,var(--theme-bg-radial-2),transparent 26%),linear-gradient(180deg,var(--theme-bg-linear-start) 0%,var(--theme-bg-linear-end) 100%);font-family:Trebuchet MS,Segoe UI,sans-serif}.theme-auditor,.theme-mediator,.theme-moderator{--theme-bg-radial-1: rgba(143, 207, 255, .24);--theme-bg-radial-2: rgba(98, 163, 255, .2);--theme-bg-linear-start: #111b23;--theme-bg-linear-end: #080e12;--theme-accent-gradient-start: #8ad4ff;--theme-accent-gradient-end: #4c8cff;--theme-accent-text: #0f171d;--theme-eyebrow-color: #32608b;--theme-text-contrast: #17394a;--theme-status-ok: #b2e0ff;--theme-status-warn: #b1d8ff;--theme-pill-bg: rgba(126, 183, 255, .14);--theme-pill-text: rgba(214, 234, 255, .96);--theme-mobile-bg-radial-1: rgba(137, 200, 255, .34);--theme-mobile-bg-radial-2: rgba(76, 150, 255, .28);--theme-mobile-bg-linear-start: #101f3a;--theme-mobile-bg-linear-end: #0b0f17;--theme-mobile-top-bar-start: #132444;--theme-mobile-top-bar-end: #2f5d8b;--theme-mobile-top-bar-text: #eef3f7;--theme-mobile-tab-active-bg-start: #14284c;--theme-mobile-tab-active-bg-end: #3f70b8;--theme-message-me-bg-start: #27568c;--theme-message-me-bg-end: #4b77c0;--theme-message-mediator-bg-start: rgba(227, 245, 255, .95);--theme-message-mediator-bg-end: rgba(210, 237, 255, .96);--theme-privacy-group-bg: rgba(118, 183, 255, .18);--theme-privacy-group-text: #d5eaff;--theme-privacy-private-bg: rgba(98, 143, 255, .18);--theme-privacy-private-text: #d7e5ff;--theme-invite-bg-radial-1: rgba(138, 200, 255, .2);--theme-invite-bg-radial-2: rgba(76, 150, 255, .2);--theme-invite-bg-linear-start: #121a2a;--theme-modal-bg-radial-1: rgba(76, 150, 255, .12);--theme-modal-bg-radial-2: rgba(138, 200, 255, .14);--theme-reaction-picker-bg: #1a2a3e;--theme-reaction-active-bg: rgba(126, 183, 255, .2);--theme-reaction-active-border: rgba(126, 183, 255, .55);--theme-card-bg: rgba(17, 26, 34, .84);--theme-card-dev-bg: linear-gradient(180deg, rgba(20, 31, 42, .94), rgba(12, 19, 25, .96));--theme-card-dev-border: rgba(122, 173, 224, .3);--theme-draft-text: rgba(110, 158, 180, .95);--theme-draft-bg: linear-gradient(180deg, rgba(14, 35, 45, .94), rgba(8, 24, 30, .96));--theme-draft-border: rgba(80, 150, 190, .7);--theme-draft-divider: rgba(80, 150, 190, .35);--theme-draft-button-bg: rgba(30, 85, 110, .9);--theme-draft-button-border: rgba(80, 150, 190, .5);--theme-draft-button-text: rgba(210, 240, 255, .95);--theme-status-error-bg: linear-gradient(180deg, rgba(17, 45, 65, .9), rgba(12, 28, 34, .92));--theme-status-error-border: rgba(117, 187, 255, .42);--theme-mobile-frame-bg: rgba(242, 247, 250, .96);--theme-mobile-error-bg: linear-gradient(180deg, rgba(247, 252, 255, .98), rgba(239, 247, 255, .95));--theme-mobile-error-border: rgba(54, 135, 180, .2);--theme-mobile-error-text: #173b6e;--theme-mobile-error-shadow: rgba(28, 76, 114, .12);--theme-mobile-error-eyebrow: #2c688f;--theme-mobile-error-report-btn-bg: rgba(255, 255, 255, .82);--theme-mobile-bubble-participant-bg: rgba(245, 250, 255, .82);--theme-mobile-bubble-participant-text: #1a2c40;--theme-mobile-bubble-participant-border: rgba(57, 101, 131, .08);--theme-mobile-drawer-bg: rgba(242, 247, 250, .98);--theme-mobile-drawer-account-bg: rgba(57, 101, 131, .06);--theme-mobile-drawer-account-avatar-bg: rgba(57, 101, 131, .12);--theme-mobile-drawer-item-bg: rgba(250, 252, 255, .92);--theme-mobile-drawer-item-border: rgba(57, 101, 131, .12);--theme-mobile-drawer-item-selected-bg: rgba(57, 101, 131, .08);--theme-mobile-drawer-item-selected-border: rgba(57, 101, 131, .32);--theme-mobile-drawer-button-secondary-bg: rgba(57, 101, 131, .05);--theme-mobile-sidebar-bg: #f5fafd;--theme-mobile-sidebar-border: rgba(57, 101, 131, .15);--theme-subscription-info: rgba(30, 144, 255, .2);--theme-subscription-warning: rgba(255, 165, 0, .2);--theme-subscription-attention: rgba(255, 69, 0, .2);line-height:1.5;font-weight:400;color-scheme:dark}[data-theme=night]{--theme-mobile-drawer-bg: #1a0f1a;--theme-mobile-drawer-item-bg: #251825;--theme-mobile-drawer-item-selected-bg: rgba(183, 98, 255, .15);--theme-mobile-drawer-account-bg: #251825;--theme-mobile-drawer-account-avatar-bg: #352835;--theme-mobile-sidebar-bg: #120812;--theme-text-contrast: #f4efe8;--theme-eyebrow-color: #ff8aa8;--theme-mobile-bubble-participant-bg: #2a1a2a;--theme-mobile-bubble-participant-text: #f4efe8;--theme-mobile-bubble-participant-border: rgba(255, 255, 255, .1);--theme-message-mediator-bg-start: #2a1a3e;--theme-message-mediator-bg-end: #1e122a;--theme-message-mediator-text: #e8d0ff;--theme-mobile-error-bg: linear-gradient(180deg, #2a1010, #1a0808);--theme-mobile-error-text: #ffb1cb;--theme-mobile-drawer-item-border: rgba(255, 255, 255, .1);--theme-mobile-drawer-item-selected-border: rgba(183, 98, 255, .4);--theme-mobile-drawer-button-secondary-bg: rgba(255, 255, 255, .05);--theme-mobile-frame-bg: #120812;--theme-mobile-shell-bg: radial-gradient(circle at top left, var(--theme-mobile-bg-radial-1), transparent 30%), radial-gradient(circle at top right, var(--theme-mobile-bg-radial-2), transparent 32%), linear-gradient(180deg, var(--theme-mobile-bg-linear-start) 0%, var(--theme-mobile-bg-linear-end) 100%)}html[data-theme=day] .theme-moderator{--theme-bg-radial-1: rgba(255, 232, 179, .22);--theme-bg-radial-2: rgba(120, 166, 255, .16);--theme-bg-linear-start: #f4efe8;--theme-bg-linear-end: #e9efff;--theme-accent-gradient-start: #ffcf7a;--theme-accent-gradient-end: #4f79d6;--theme-accent-text: #1b2230;--theme-eyebrow-color: #76552e;--theme-text-contrast: #24314a;--theme-status-ok: #3f6bc6;--theme-status-warn: #9a6b18;--theme-pill-bg: rgba(79, 121, 214, .12);--theme-pill-text: #24314a;--theme-mobile-bg-radial-1: rgba(120, 166, 255, .16);--theme-mobile-bg-radial-2: rgba(255, 207, 122, .18);--theme-mobile-bg-linear-start: #f7f8fd;--theme-mobile-bg-linear-end: #eef2fb;--theme-mobile-top-bar-start: #f4efe8;--theme-mobile-top-bar-end: #dfe8fb;--theme-mobile-top-bar-text: #24314a;--theme-mobile-tab-active-bg-start: #e5ecfb;--theme-mobile-tab-active-bg-end: #cfdcf8;--theme-mobile-switcher-tab-bg: rgba(255, 255, 255, .92);--theme-mobile-switcher-tab-border: rgba(79, 121, 214, .22);--theme-mobile-switcher-tab-text: #24314a;--theme-mobile-switcher-tab-hover-bg: rgba(79, 121, 214, .08);--theme-mobile-switcher-tab-hover-text: #1f2c45;--theme-mobile-switcher-tab-active-bg-start: #d6e2fb;--theme-mobile-switcher-tab-active-bg-end: #bfcff2;--theme-mobile-switcher-tab-active-text: #17263f;--theme-message-me-bg-start: #4f79d6;--theme-message-me-bg-end: #6f93dd;--theme-message-mediator-bg-start: #ffffff;--theme-message-mediator-bg-end: #f5f8ff;--theme-message-mediator-text: #24314a;--theme-privacy-group-bg: rgba(79, 121, 214, .12);--theme-privacy-group-text: #31508f;--theme-privacy-private-bg: rgba(255, 207, 122, .18);--theme-privacy-private-text: #76552e;--theme-invite-bg-radial-1: rgba(120, 166, 255, .18);--theme-invite-bg-radial-2: rgba(255, 207, 122, .16);--theme-invite-bg-linear-start: #f3f6ff;--theme-modal-bg-radial-1: rgba(120, 166, 255, .1);--theme-modal-bg-radial-2: rgba(255, 207, 122, .12);--theme-reaction-picker-bg: #eef2fb;--theme-reaction-active-bg: rgba(79, 121, 214, .12);--theme-reaction-active-border: rgba(79, 121, 214, .45);--theme-card-bg: rgba(255, 255, 255, .92);--theme-card-dev-bg: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(240, 245, 255, .96));--theme-card-dev-border: rgba(79, 121, 214, .18);--theme-draft-text: #5f4a27;--theme-draft-bg: linear-gradient(180deg, rgba(255, 248, 236, .98), rgba(246, 239, 222, .98));--theme-draft-border: rgba(255, 207, 122, .65);--theme-draft-divider: rgba(255, 207, 122, .35);--theme-draft-button-bg: rgba(79, 121, 214, .9);--theme-draft-button-border: rgba(79, 121, 214, .45);--theme-draft-button-text: #f7f8fd;--theme-status-error-bg: linear-gradient(180deg, rgba(255, 248, 236, .98), rgba(250, 236, 214, .98));--theme-status-error-border: rgba(255, 207, 122, .4);--theme-mobile-frame-bg: rgba(250, 247, 242, .98);--theme-mobile-error-bg: linear-gradient(180deg, rgba(255, 252, 247, .98), rgba(245, 240, 226, .96));--theme-mobile-error-border: rgba(255, 207, 122, .22);--theme-mobile-error-text: #5f4a27;--theme-mobile-error-shadow: rgba(79, 121, 214, .12);--theme-mobile-error-eyebrow: #76552e;--theme-mobile-error-report-btn-bg: rgba(255, 255, 255, .88);--theme-mobile-bubble-participant-bg: rgba(255, 255, 255, .88);--theme-mobile-bubble-participant-text: #24314a;--theme-mobile-bubble-participant-border: rgba(79, 121, 214, .1);--theme-mobile-drawer-bg: rgba(250, 247, 242, .98);--theme-mobile-drawer-account-bg: rgba(79, 121, 214, .06);--theme-mobile-drawer-account-avatar-bg: rgba(79, 121, 214, .12);--theme-mobile-drawer-item-bg: rgba(255, 255, 255, .94);--theme-mobile-drawer-item-border: rgba(79, 121, 214, .12);--theme-mobile-drawer-item-selected-bg: rgba(79, 121, 214, .08);--theme-mobile-drawer-item-selected-border: rgba(79, 121, 214, .3);--theme-mobile-drawer-button-secondary-bg: rgba(79, 121, 214, .05);--theme-mobile-sidebar-bg: #f5f8ff;--theme-mobile-sidebar-border: rgba(79, 121, 214, .12)}html[data-theme=day] .theme-moderator .mobile-top-bar__switcher .mobile-switcher__tab{opacity:1}html[data-theme=day] .theme-moderator .mobile-top-bar__switcher .mobile-switcher__tab:not(.mobile-switcher__tab--active){background:#e6edf9fa;border-color:#4f79d64d;color:#1b2a44;box-shadow:inset 0 0 0 1px #4f79d614}html[data-theme=night] .theme-moderator,html[data-theme=system] .theme-moderator{--theme-bg-radial-1: rgba(143, 207, 255, .24);--theme-bg-radial-2: rgba(98, 163, 255, .2);--theme-bg-linear-start: #111b23;--theme-bg-linear-end: #080e12;--theme-accent-gradient-start: #8ad4ff;--theme-accent-gradient-end: #4c8cff;--theme-accent-text: #0f171d;--theme-eyebrow-color: #32608b;--theme-text-contrast: #eef4ff;--theme-status-ok: #b2e0ff;--theme-status-warn: #b1d8ff;--theme-pill-bg: rgba(126, 183, 255, .14);--theme-pill-text: rgba(214, 234, 255, .96);--theme-mobile-bg-radial-1: rgba(137, 200, 255, .34);--theme-mobile-bg-radial-2: rgba(76, 150, 255, .28);--theme-mobile-bg-linear-start: #101f3a;--theme-mobile-bg-linear-end: #0b0f17;--theme-mobile-top-bar-start: #132444;--theme-mobile-top-bar-end: #2f5d8b;--theme-mobile-top-bar-text: #eef3f7;--theme-mobile-tab-active-bg-start: #14284c;--theme-mobile-tab-active-bg-end: #3f70b8;--theme-mobile-switcher-tab-bg: rgba(255, 255, 255, .08);--theme-mobile-switcher-tab-border: rgba(182, 212, 255, .16);--theme-mobile-switcher-tab-text: #f5f9ff;--theme-mobile-switcher-tab-hover-bg: rgba(255, 255, 255, .12);--theme-mobile-switcher-tab-hover-text: #ffffff;--theme-mobile-switcher-tab-active-bg-start: #3b578f;--theme-mobile-switcher-tab-active-bg-end: #5a7fbe;--theme-mobile-switcher-tab-active-text: #f7fbff;--theme-message-me-bg-start: #27568c;--theme-message-me-bg-end: #4b77c0;--theme-message-mediator-bg-start: rgba(21, 31, 46, .98);--theme-message-mediator-bg-end: rgba(15, 22, 34, .98);--theme-message-mediator-text: #f5f9ff;--theme-privacy-group-bg: rgba(118, 183, 255, .18);--theme-privacy-group-text: #d5eaff;--theme-privacy-private-bg: rgba(98, 143, 255, .18);--theme-privacy-private-text: #d7e5ff;--theme-invite-bg-radial-1: rgba(138, 200, 255, .2);--theme-invite-bg-radial-2: rgba(76, 150, 255, .2);--theme-invite-bg-linear-start: #121a2a;--theme-modal-bg-radial-1: rgba(76, 150, 255, .12);--theme-modal-bg-radial-2: rgba(138, 200, 255, .14);--theme-reaction-picker-bg: #1a2a3e;--theme-reaction-active-bg: rgba(126, 183, 255, .2);--theme-reaction-active-border: rgba(126, 183, 255, .55);--theme-card-bg: rgba(13, 18, 28, .92);--theme-card-dev-bg: linear-gradient(180deg, rgba(18, 26, 39, .96), rgba(10, 15, 23, .98));--theme-card-dev-border: rgba(122, 173, 224, .42);--theme-draft-text: rgba(230, 240, 255, .96);--theme-draft-bg: linear-gradient(180deg, rgba(16, 24, 36, .96), rgba(10, 15, 23, .98));--theme-draft-border: rgba(126, 183, 255, .7);--theme-draft-divider: rgba(126, 183, 255, .28);--theme-draft-button-bg: rgba(79, 121, 214, .94);--theme-draft-button-border: rgba(126, 183, 255, .55);--theme-draft-button-text: #f7fbff;--theme-status-error-bg: linear-gradient(180deg, rgba(16, 24, 36, .96), rgba(10, 15, 23, .98));--theme-status-error-border: rgba(126, 183, 255, .35);--theme-mobile-frame-bg: #120812;--theme-mobile-error-bg: linear-gradient(180deg, #2a1010, #1a0808);--theme-mobile-error-border: rgba(255, 177, 203, .18);--theme-mobile-error-text: #f5f9ff;--theme-mobile-error-shadow: rgba(4, 8, 14, .38);--theme-mobile-error-eyebrow: #b8d4ff;--theme-mobile-error-report-btn-bg: rgba(255, 255, 255, .06);--theme-mobile-bubble-participant-bg: #2a1a2a;--theme-mobile-bubble-participant-text: #f4efe8;--theme-mobile-bubble-participant-border: rgba(255, 255, 255, .1);--theme-mobile-drawer-bg: #0e1420;--theme-mobile-drawer-account-bg: #151d2d;--theme-mobile-drawer-account-avatar-bg: #20304a;--theme-mobile-drawer-item-bg: #151d2d;--theme-mobile-drawer-item-border: rgba(182, 212, 255, .14);--theme-mobile-drawer-item-selected-bg: rgba(79, 121, 214, .22);--theme-mobile-drawer-item-selected-border: rgba(126, 183, 255, .5);--theme-mobile-drawer-button-secondary-bg: rgba(255, 255, 255, .04);--theme-mobile-sidebar-bg: #120812;--theme-mobile-sidebar-border: rgba(255, 255, 255, .1)}@media (prefers-color-scheme: dark){[data-theme=system]{--theme-mobile-drawer-bg: #1a0f1a;--theme-mobile-drawer-item-bg: #251825;--theme-mobile-drawer-item-selected-bg: rgba(183, 98, 255, .15);--theme-mobile-drawer-account-bg: #251825;--theme-mobile-drawer-account-avatar-bg: #352835;--theme-mobile-sidebar-bg: #120812;--theme-text-contrast: #f4efe8;--theme-eyebrow-color: #ff8aa8;--theme-mobile-bubble-participant-bg: #2a1a2a;--theme-mobile-bubble-participant-text: #f4efe8;--theme-mobile-bubble-participant-border: rgba(255, 255, 255, .1);--theme-message-mediator-bg-start: #2a1a3e;--theme-message-mediator-bg-end: #1e122a;--theme-message-mediator-text: #e8d0ff;--theme-mobile-error-bg: linear-gradient(180deg, #2a1010, #1a0808);--theme-mobile-error-text: #ffb1cb;--theme-mobile-drawer-item-border: rgba(255, 255, 255, .1);--theme-mobile-drawer-item-selected-border: rgba(183, 98, 255, .4);--theme-mobile-drawer-button-secondary-bg: rgba(255, 255, 255, .05);--theme-mobile-frame-bg: #120812;--theme-mobile-shell-bg: radial-gradient(circle at top left, var(--theme-mobile-bg-radial-1), transparent 30%), radial-gradient(circle at top right, var(--theme-mobile-bg-radial-2), transparent 32%), linear-gradient(180deg, var(--theme-mobile-bg-linear-start) 0%, var(--theme-mobile-bg-linear-end) 100%)}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:inherit;touch-action:pan-x pan-y}input,textarea,select{font-size:16px}button,select,textarea{font:inherit}.app-shell{max-width:1120px;margin:0 auto;padding:40px 24px 64px}.app-shell__hero{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.app-shell__title{max-width:720px}.app-shell__title h1{margin:0 0 12px;font-size:clamp(2rem,4vw,4.25rem);letter-spacing:-.04em;line-height:.95}.app-shell__title p{margin:0;color:#f4efe8d1;max-width:60ch}.app-shell__grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.stack{display:grid;gap:18px}.status-card,.summary-card,.channel-panel,.state-card{background:var(--theme-card-bg);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:20px;box-shadow:0 22px 60px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.summary-card--dev{border-color:var(--theme-card-dev-border);background:var(--theme-card-dev-bg)}.proposed-draft__body{font-style:italic;color:var(--theme-draft-text);margin:0;line-height:1.55}.message-list__item--proposed-draft{background:var(--theme-draft-bg);border-left:3px solid var(--theme-draft-border)}.message-list__draft-label{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:var(--theme-draft-text);font-weight:700}.message-list__draft-divider{border:none;border-top:1px solid var(--theme-draft-divider);margin:10px 0 8px}.message-list__draft-row{display:flex;align-items:flex-start;gap:12px;justify-content:space-between}.message-list__draft-button{flex-shrink:0;align-self:center;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--theme-draft-button-bg);color:var(--theme-draft-button-text);border:1px solid var(--theme-draft-button-border);cursor:pointer;padding:0}.message-bubble--proposed-draft{border-color:var(--theme-draft-button-border);border-style:solid}.message-bubble__draft-divider{border:none;border-top:1px solid var(--theme-draft-divider);margin:8px 0 6px}.message-bubble__draft-label{text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;color:var(--theme-draft-text);font-weight:700;margin:0 0 4px}.message-bubble__draft-row{display:flex;align-items:flex-start;gap:10px;justify-content:space-between}.message-bubble__draft-button{flex-shrink:0;align-self:center;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--theme-draft-button-bg);color:var(--theme-draft-button-text);border:1px solid var(--theme-draft-button-border);cursor:pointer;padding:0}.status-card__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;color:var(--theme-eyebrow-color);margin-bottom:10px}.field{display:grid;gap:8px;color:#f4efe8d9}.field select,.field input,.session-title-editor__field input,.mobile-drawer__field--title input{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:12px 14px;background:var(--theme-bg-linear-end);color:#f4efe8}.field textarea{resize:vertical;min-height:110px;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:12px 14px;background:var(--theme-bg-linear-end);color:#f4efe8}.dev-controls{display:grid;gap:14px}.dev-controls__actions{display:flex;flex-wrap:wrap;gap:12px}.dev-controls button{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:var(--theme-accent-text);font-weight:700;cursor:pointer}.dev-controls button:disabled{opacity:.55;cursor:not-allowed}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:0}.session-title-editor{display:grid;gap:10px;margin:18px 0 8px}.session-title-editor__actions{display:flex;flex-wrap:wrap;gap:10px}.session-title-editor__actions button{border:0;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.session-title-editor__actions button[type=submit]{background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:var(--theme-accent-text)}.session-title-editor__secondary{background:var(--theme-pill-bg);color:#f4efe8}.session-title-editor__help{margin:0;font-size:.88rem;color:#f4efe8c7}.summary-grid dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--theme-status-warn);margin-bottom:6px}.summary-grid dd{margin:0}.channel-panel{display:grid;gap:12px}.channel-panel--private{border-color:var(--theme-card-dev-border);background:var(--theme-card-dev-bg)}.channel-panel__header{display:flex;justify-content:space-between;gap:14px;align-items:start;margin-bottom:8px}.message-transcript{display:grid;gap:12px;padding:14px;border-radius:18px;background:var(--theme-bg-linear-end);border:1px solid rgba(255,255,255,.08)}.message-list{display:grid;gap:10px;list-style:none;padding:0;margin:0}.message-list__item{padding:12px 14px;border-radius:16px;background:#ffffff0a}.message-list__meta{display:flex;flex-wrap:wrap;gap:10px;align-items:baseline;margin-bottom:8px}.message-list__status{padding:3px 8px;border-radius:999px;background:var(--theme-pill-bg);color:var(--theme-pill-text);font-size:.72rem;font-weight:700}.message-list__time{color:var(--theme-status-warn);font-size:.8rem}.message-list__sender{color:#f4efe8}.message-list__body{margin:0;white-space:pre-wrap}.message-list__note{margin:8px 0 0;color:var(--theme-pill-text);font-size:.8rem}.message-reactions{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:6px;position:relative}.reaction-pill{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:inherit;font-size:.78rem;cursor:pointer;line-height:1.4}.reaction-pill:hover{background:#ffffff1f;border-color:#ffffff59}.reaction-pill--active{background:var(--theme-reaction-active-bg);border-color:var(--theme-reaction-active-border)}.reaction-pill--active:hover{opacity:.8}.reaction-add-btn{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px;border-radius:12px;border:1px solid transparent;background:transparent;color:#ffffff59;cursor:pointer;opacity:0;transition:opacity .15s,color .15s}.message-list__item:hover .reaction-add-btn{opacity:1}.reaction-add-btn:hover{color:#fffc;border-color:#fff3;background:#ffffff0d}.reaction-picker{position:absolute;bottom:calc(100% + 4px);left:0;display:flex;gap:2px;background:var(--theme-reaction-picker-bg);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:4px 6px;z-index:10;box-shadow:0 4px 12px #0006}.reaction-picker__btn{padding:4px 6px;background:transparent;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;line-height:1}.reaction-picker__btn:hover{background:#ffffff1a;transform:scale(1.2)}.mobile-message-reactions{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px;position:relative}.mobile-message-reactions--placeholder{margin-top:-10px;z-index:1}.mobile-reaction-add-emoji{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:inherit;font-size:.85rem;line-height:1.4;cursor:pointer;opacity:.55;transition:opacity .15s,background .15s}.mobile-reaction-add-emoji:active{opacity:1;background:#ffffff29}.mobile-reaction-placeholder{display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;border-radius:12px;border:1px solid var(--theme-reaction-active-border);background:var(--theme-status-ok);color:var(--theme-text-contrast);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.mobile-reaction-placeholder:active{background:var(--theme-reaction-active-bg);color:var(--theme-pill-text);border-color:var(--theme-reaction-active-border)}.mobile-reaction-picker{position:absolute;bottom:calc(100% + 6px);left:0;display:flex;gap:2px;background:var(--theme-reaction-picker-bg);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:4px 6px;z-index:20;box-shadow:0 4px 12px #0006}.mobile-reaction-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19}.message-list__item--author-only{background:#ffffff12;border-left:3px solid rgba(199,126,255,.52)}.summary-presence-list{margin:0;padding-left:18px}.message-composer{display:grid;gap:12px}.channel-panel__intervention{display:grid;gap:10px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#c77eff24,#ff8daa0f);border:1px dashed rgba(199,126,255,.32)}.channel-panel__intervention-copy p{margin:0;color:#f4efe8e0}.channel-panel__intervention-button{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:var(--theme-accent-text);font-weight:800;cursor:pointer;justify-self:start;box-shadow:0 12px 24px #0000002e}.channel-panel__intervention-button:disabled{opacity:.6;cursor:not-allowed}.message-composer__footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.message-composer button{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:var(--theme-accent-text);font-weight:700;cursor:pointer}.message-composer button:disabled{opacity:.55;cursor:not-allowed}.privacy-cue{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;font-size:.78rem;line-height:1;letter-spacing:.08em;text-transform:uppercase}.privacy-cue--group{background:var(--theme-privacy-group-bg);color:var(--theme-privacy-group-text)}.privacy-cue--private{background:var(--theme-privacy-private-bg);color:var(--theme-privacy-private-text)}.channel-explorer__toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.channel-explorer__view-toggle{display:flex;border:1px solid rgba(244,239,232,.2);border-radius:6px;overflow:hidden}.channel-explorer__toggle-btn{padding:.3rem .85rem;background:transparent;border:none;border-radius:0;color:#f4efe8a6;font-size:.85rem;cursor:pointer}.channel-explorer__toggle-btn+.channel-explorer__toggle-btn{border-left:1px solid rgba(244,239,232,.2)}.channel-explorer__toggle-btn--active{background:#f4efe81f;color:#f4efe8f2}.channel-explorer__download-btn{padding:.3rem .85rem;font-size:.85rem;background:transparent;border:1px solid rgba(244,239,232,.2);border-radius:6px;color:#f4efe8bf;cursor:pointer;text-decoration:none}.channel-explorer__download-btn:hover{background:#f4efe814;color:#f4efe8f2}.channel-explorer__transcript{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.9rem;line-height:1.6;color:#f4efe8e0;margin:0}.channel-panel__note,.status-ok,.status-warn{margin:0;color:#f4efe8d1}.status-ok{color:var(--theme-status-ok)}.status-warn{color:var(--theme-status-warn)}.state-card--error{border-color:var(--theme-status-error-border);background:var(--theme-status-error-bg)}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}@media (max-width: 840px){.app-shell__grid,.summary-grid{grid-template-columns:1fr}}html,body,#root{min-height:100%}.mobile-shell{min-height:100vh;padding:0;background:var(--theme-mobile-shell-bg, radial-gradient(circle at top left, var(--theme-mobile-bg-radial-1), transparent 30%), radial-gradient(circle at top right, var(--theme-mobile-bg-radial-2), transparent 32%), linear-gradient(180deg, var(--theme-mobile-bg-linear-start) 0%, var(--theme-mobile-bg-linear-end) 100%));color:#f4efe8}.mobile-shell--immersive{padding:0}.mobile-shell--immersive .mobile-shell__frame{max-width:none;height:100dvh;border:0;border-radius:0;box-shadow:none}.mobile-shell__frame{isolation:isolate;max-width:none;height:100vh;margin:0;overflow:hidden;display:flex;flex-direction:column;border:0;border-radius:0;background:var(--theme-mobile-frame-bg);box-shadow:none}.mobile-shell__frame--auth{overflow:auto;background:radial-gradient(circle at 50% 0%,rgba(255,137,170,.16),transparent 24%),linear-gradient(180deg,#290f1ffa,#140912fc);border-color:#ffffff1f;box-shadow:0 28px 96px #0c050a6b}.mobile-auth{display:grid;place-items:center;min-height:100%;padding:18px;color:#f6efe9}.mobile-auth--tutorial{align-items:stretch}.mobile-auth__card{position:relative;width:min(100%,340px);display:grid;justify-items:start;gap:12px;padding:22px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 56px #08050b38;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.mobile-auth__card>:not(.mobile-auth__card-bg){position:relative;z-index:1}.mobile-auth__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:saturate(.78) contrast(.78) brightness(.82) blur(1.5px);transform:scale(1.08);transform-origin:center;pointer-events:none}.mobile-auth__card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#13091733,#1309178c)}.mobile-auth__tutorial-card{position:relative;width:100%;min-height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-content:space-between;gap:20px;padding:22px;border-radius:24px;background:#ffffff14;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 56px #08050b38;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.mobile-auth__tutorial-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}.mobile-auth__tutorial-card-bg--pan{background-position:100% center;animation:tutorial-card-pan 10s ease-out 1 forwards;will-change:background-position}.mobile-auth__tutorial-card-bg--zoom{transform:scale(1.18);transform-origin:center center;animation:tutorial-card-zoom-out 10s ease-out 1 forwards;will-change:transform}.mobile-auth__tutorial-card-bg--pan-reverse{background-position:0% center;animation:tutorial-card-pan-reverse 10s ease-out 1 forwards;will-change:background-position}.mobile-auth__tutorial-card>:not(.mobile-auth__tutorial-card-bg){position:relative;z-index:1}.mobile-auth__tutorial-header{display:grid;gap:8px}.mobile-auth__tutorial-notes{display:grid;gap:10px}.mobile-auth__tutorial-note{padding:14px 15px;border-radius:16px;background:#ffffff14;color:#f6efe9;border:1px solid rgba(255,255,255,.08)}.mobile-auth__tutorial-note-label{display:block;font-size:1.32rem;font-weight:800;line-height:1.04;letter-spacing:-.05em}.mobile-auth__tutorial-note-subtitle{display:block;margin-top:4px;font-size:1.02rem;line-height:1.22;color:#f6efe9bd}.mobile-auth__icon{width:42px;height:42px;border-radius:12px;display:block;object-fit:cover;box-shadow:0 10px 18px #08050b33}.mobile-auth__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.66rem;color:#ffdce5c2}.mobile-auth__card h1{margin:0;font-size:clamp(1.6rem,7vw,2rem);line-height:1.05;letter-spacing:-.04em}.mobile-auth__lead{margin:0;max-width:28ch;color:#f4efe8d1;font-size:.95rem}.mobile-auth__actions{display:flex;flex-wrap:wrap;gap:10px}.mobile-auth__actions--centered{justify-content:center;margin-top:auto}.mobile-auth__tutorial-pills{display:flex;justify-content:center;gap:8px}.mobile-auth__pill{width:24px;height:4px;border-radius:999px;background:#ffffff2e;transform:scaleX(.9);transition:transform .18s ease,background-color .18s ease,opacity .18s ease}.mobile-auth__pill--active{width:28px;background:linear-gradient(135deg,#fff,#d8fff7);transform:scaleX(1.12);opacity:1;box-shadow:0 0 0 1px #ffffff38}@keyframes tutorial-card-pan{0%{background-position:100% center}to{background-position:0% center}}@keyframes tutorial-card-zoom-out{0%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes tutorial-card-pan-reverse{0%{background-position:0% center}to{background-position:100% center}}.mobile-auth__cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;padding:0 16px;background:linear-gradient(135deg,#fff,#d8fff7);color:#1a1530;font-weight:800;text-decoration:none;box-shadow:0 12px 26px #08050b38;transition:transform .15s ease,box-shadow .15s ease}.mobile-auth__cta:hover{transform:translateY(-1px)}.mobile-auth__cta:focus-visible{outline:2px solid rgba(140,255,233,.9);outline-offset:3px}.mobile-auth__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:0 16px;background:#ffffff0a;color:#f6efe9;font-weight:700;cursor:pointer;text-decoration:none}.mobile-auth__secondary:focus-visible{outline:2px solid rgba(140,255,233,.9);outline-offset:3px}.mobile-auth__fine-print{margin:0;color:#f6efe9b8;font-size:.82rem}.mobile-top-bar{position:relative;z-index:2;display:flex;flex-wrap:nowrap;justify-content:space-between;gap:4px;align-items:center;padding:calc(16px + env(safe-area-inset-top)) 16px 14px;background:linear-gradient(315deg,var(--theme-mobile-top-bar-start),var(--theme-mobile-top-bar-end));color:var(--theme-mobile-top-bar-text)}.mobile-top-bar__right{display:flex;flex-wrap:nowrap;align-items:center;gap:4px}.mobile-top-bar__title{flex:1;min-width:0;text-align:center;font-weight:600;font-size:.95rem;letter-spacing:.02em;color:#f7f3ee;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-chat__eyebrow{margin:0 0 4px;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;color:#ffd8e4c2}.mobile-drawer__eyebrow,.mobile-drawer__section .status-card__eyebrow{margin:0 0 4px;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;color:var(--theme-eyebrow-color)}.mobile-drawer__header h2{margin:0;font-size:1.05rem;line-height:1.15;color:var(--theme-text-contrast)}.mobile-drawer__copy,.mobile-composer__hint{margin:0;color:var(--theme-text-contrast)}.mobile-top-bar__icon-button{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;width:42px;height:42px;background:#ffffff24;color:inherit;font-weight:800;cursor:pointer;overflow:hidden}.notification-button{position:relative;opacity:.6;overflow:visible!important;transition:opacity .2s ease}.notification-button--unread{opacity:1}.notification-badge{position:absolute;top:-2px;right:-2px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--theme-status-warn);color:var(--theme-accent-text);font-size:.7rem;font-weight:800;border:2px solid var(--theme-mobile-top-bar-end);box-shadow:0 2px 4px #0003}.mobile-top-bar__icon-avatar,.mobile-top-bar__icon-avatar-fallback{width:100%;height:100%;border-radius:999px}.mobile-top-bar__icon-avatar{display:block;object-fit:cover}.mobile-top-bar__icon-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#ffffff2e;color:#fffaf0;font-size:.8rem;letter-spacing:.04em}.mobile-top-bar__icon-button--intervention{background:#b84cff2e;box-shadow:inset 0 0 0 1px #e8afff33}.mobile-top-bar__icon-button--intervention:disabled{opacity:.6}.mobile-top-bar__intervention-icon{display:block;flex-shrink:0}@keyframes mobile-intervention-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.88)}}.mobile-top-bar__intervention-icon--pulsing{animation:mobile-intervention-pulse 1s ease-in-out infinite}.mobile-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 16px 0}.mobile-top-bar__switcher{display:flex;flex:1;min-width:0;flex-wrap:nowrap;align-items:center;justify-content:center;gap:4px;padding:0;background:transparent}.mobile-top-bar__switcher .mobile-switcher__tab{flex:1;min-width:0;padding:10px 8px;background:#ffffff14;border-color:#ffffff1f;color:#f7f3ee;box-shadow:inset 0 0 0 1px transparent;opacity:.82;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-top-bar__switcher .mobile-switcher__tab--active{background:#fffaf0;border-color:#ffffffe6;color:#4b1437;box-shadow:0 10px 20px #1f0c1a2e,inset 0 0 0 1px #1f0c1a0a;opacity:1}.mobile-top-bar__switcher .mobile-switcher__badge{background:#ffffff2e;color:inherit}.mobile-switcher__tab{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:1px solid var(--theme-mobile-switcher-tab-border, rgba(131, 57, 111, .12));border-radius:999px;padding:13px 14px;background:var(--theme-mobile-switcher-tab-bg, rgba(255, 255, 255, .7));color:var(--theme-mobile-switcher-tab-text, #4a1739);font-weight:700}.mobile-switcher__tab--active{background:linear-gradient(135deg,var(--theme-mobile-switcher-tab-active-bg-start, var(--theme-mobile-tab-active-bg-start)),var(--theme-mobile-switcher-tab-active-bg-end, var(--theme-mobile-tab-active-bg-end)));border-color:transparent;color:var(--theme-mobile-switcher-tab-active-text, #fffaf0);box-shadow:0 12px 24px #621f462e}.mobile-switcher__tab:hover{background:var(--theme-mobile-switcher-tab-hover-bg, rgba(255, 255, 255, .84));color:var(--theme-mobile-switcher-tab-hover-text, #4a1739)}.mobile-switcher__badge{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#fff3;font-size:.78rem}.mobile-chat{position:relative;z-index:0;display:flex;flex:1;min-height:0;flex-direction:column;gap:10px;padding:8px 16px 16px;touch-action:pan-y;overscroll-behavior:contain}.mobile-chat>:not(.mobile-chat__bg){position:relative;z-index:1}.mobile-chat__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:saturate(.78) contrast(.82) brightness(.82) blur(1.5px);transform:scale(1.08);transform-origin:center;opacity:.28;pointer-events:none}.mobile-chat__error{position:relative;z-index:2}.mobile-error-widget{display:grid;gap:10px;padding:14px 16px;border-radius:20px;background:var(--theme-mobile-error-bg);border:1px solid var(--theme-mobile-error-border);color:var(--theme-mobile-error-text);box-shadow:0 12px 32px var(--theme-mobile-error-shadow)}.mobile-error-widget__header{display:grid;gap:2px}.mobile-error-widget__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-mobile-error-eyebrow)}.mobile-error-widget h2{margin:0;font-size:1rem;line-height:1.2}.mobile-error-widget__message{margin:0;font-size:.92rem;line-height:1.45}.mobile-error-widget__meta{display:grid;gap:8px;margin:0}.mobile-error-widget__meta div{display:grid;gap:2px}.mobile-error-widget__meta dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-mobile-error-eyebrow)}.mobile-error-widget__meta dd{margin:0;font-size:.88rem}.mobile-error-widget__report-error{margin:0;font-size:.84rem;color:var(--theme-mobile-error-text);opacity:.8}.mobile-error-widget__actions{display:flex;justify-content:flex-end}.mobile-error-widget__report-button{border:1px solid var(--theme-mobile-error-border);background:var(--theme-mobile-error-report-btn-bg);color:var(--theme-mobile-error-text);border-radius:999px;padding:8px 12px;font-size:.84rem;font-weight:700;cursor:pointer}.mobile-error-widget__report-button:disabled{cursor:default;opacity:.72}.mobile-search-widget{background:var(--theme-mobile-drawer-bg);padding:10px 16px;border-bottom:1px solid var(--theme-mobile-drawer-item-border);display:flex;gap:12px;align-items:center;z-index:1;position:relative}.mobile-search-widget__input{flex:1;background:var(--theme-mobile-drawer-button-secondary-bg);border:1px solid var(--theme-mobile-drawer-item-border);border-radius:12px;padding:8px 12px;color:var(--theme-mobile-drawer-item-text);font-size:.95rem}.mobile-search-widget__input:focus{outline:none;border-color:var(--theme-mobile-tab-active-bg-end)}.mobile-search-widget__controls{display:flex;align-items:center;gap:8px}.mobile-search-widget__hits{font-size:.85rem;color:var(--theme-text-contrast);opacity:.8;white-space:nowrap}.mobile-search-widget__nav{background:var(--theme-mobile-drawer-button-secondary-bg);border:1px solid var(--theme-mobile-drawer-item-border);color:var(--theme-mobile-drawer-item-text);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}.mobile-search-widget__nav:disabled{opacity:.4;cursor:default}.mobile-chat__history{display:grid;flex:1;min-height:0;align-content:start;gap:14px;overflow:auto;padding-right:2px}.mobile-chat__empty,.mobile-chat__day{display:grid;gap:12px}.mobile-chat__empty{min-height:120px;align-items:center;justify-items:center;padding:20px;border-radius:24px;background:var(--theme-mobile-drawer-button-secondary-bg);border:1px dashed var(--theme-mobile-drawer-item-border)}.mobile-chat__day-divider{justify-self:center;padding:7px 12px;border-radius:999px;background:#83396f14;color:var(--theme-text-contrast);font-size:.75rem;font-weight:700}.message-bubble-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.message-bubble-wrapper--me{align-items:flex-end}.message-bubble-wrapper--search-hit .message-bubble{box-shadow:0 0 0 4px #ffcf7a99;transform:scale(1.02);transition:transform .2s ease,box-shadow .2s ease}.message-bubble__author{font-size:.76rem;font-weight:600;color:var(--theme-text-contrast);opacity:.8;padding:0 4px}.message-bubble{max-width:84%;display:grid;gap:7px;padding:13px 14px;border-radius:22px;border:1px solid transparent}.message-bubble__body{margin:0;white-space:pre-wrap;word-break:break-word}.message-bubble__status,.message-bubble__note{margin:0;font-size:.73rem}.message-bubble__status{opacity:.76;padding:0 4px;color:var(--theme-text-contrast)}.message-bubble__note{opacity:.72}@keyframes spin{to{transform:rotate(360deg)}}.message-spinner{display:inline-block;vertical-align:middle;margin-right:4px;animation:spin .8s linear infinite}.message-bubble--author-only{opacity:.86;border-style:dashed}.message-bubble--me{background:linear-gradient(180deg,var(--theme-message-me-bg-start),var(--theme-message-me-bg-end));color:#fff9f1;border-color:#ffffff14}.message-bubble--participant{background:var(--theme-mobile-bubble-participant-bg);color:var(--theme-mobile-bubble-participant-text);border-color:var(--theme-mobile-bubble-participant-border)}.message-bubble--mediator{background:linear-gradient(180deg,var(--theme-message-mediator-bg-start),var(--theme-message-mediator-bg-end));color:var(--theme-message-mediator-text);border-color:#b762ff2e;border-style:dashed}.message-bubble--whisper{background:#fff9;border:1.5px dotted var(--theme-draft-border);opacity:.95}[data-theme=night] .message-bubble--whisper{background:#2a1a3e66}.message-bubble__whisper-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-draft-text);margin-bottom:4px}.mobile-composer{flex-shrink:0;display:grid;gap:8px;padding:12px 12px calc(12px + env(safe-area-inset-bottom));border-top:0;background:transparent}.mobile-composer__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.mobile-composer__input{width:100%;height:48px;border-radius:20px;border:1px solid var(--theme-mobile-drawer-item-border);background:var(--theme-mobile-drawer-item-bg);padding:0 14px;color:var(--theme-mobile-bubble-participant-text)}.mobile-composer__footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.mobile-composer__destination{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#83396f14;color:var(--theme-text-contrast);font-size:.8rem;font-weight:700}.mobile-composer__send,.mobile-drawer__link,.mobile-drawer__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;padding:11px 16px;font-weight:700;cursor:pointer}.mobile-composer__send{background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:#fffaf0;min-width:48px;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center}.mobile-composer__send:disabled{opacity:.56}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid}.mobile-drawer__scrim{grid-area:1 / 1;border:0;background:#1f0c1a80}.mobile-drawer__sheet{grid-area:1 / 1;align-self:end;max-height:min(90vh,720px);overflow:auto;position:relative;padding:10px 16px 18px;border-radius:28px 28px 0 0;background:var(--theme-mobile-drawer-bg);box-shadow:0 -22px 60px #1f0c1a38;transition:transform .3s ease-out,max-height .3s ease-out,border-radius .3s ease-out}.mobile-drawer__sheet--full{max-height:100vh;height:100vh;border-radius:0;padding-top:calc(10px + env(safe-area-inset-top))}.mobile-drawer__account-badge{display:flex;align-items:center;gap:12px;margin-top:10px;padding:12px 14px;border-radius:18px;background:var(--theme-mobile-drawer-account-bg);color:var(--theme-text-contrast);box-shadow:inset 0 0 0 1px var(--theme-mobile-drawer-account-avatar-bg)}.mobile-drawer__account-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;border-radius:999px;overflow:hidden;background:var(--theme-mobile-drawer-account-avatar-bg)}.mobile-drawer__account-badge-info{display:grid;gap:2px;flex:1;min-width:0}.mobile-drawer__account-signout{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto;background:#b91c1c14;color:#b91c1c}.mobile-drawer__account-badge-label{text-transform:uppercase;letter-spacing:.14em;font-size:.64rem;color:var(--theme-eyebrow-color)}.mobile-drawer__account-badge strong,.mobile-drawer__account-badge span{line-height:1.15}.mobile-drawer__account-badge strong{font-size:.92rem}.mobile-drawer__account-badge span{font-size:.8rem;color:var(--theme-text-contrast);opacity:.8;word-break:break-word}.mobile-drawer__back{margin-top:8px;background:#83396f14;color:var(--theme-text-contrast)}.mobile-drawer__close{position:absolute;top:12px;right:16px;z-index:1}.mobile-drawer__section{display:grid;gap:12px;margin-top:10px}.mobile-drawer__section .mobile-drawer__copy+.mobile-drawer__copy:first-of-type{margin-top:0}.mobile-drawer__field{display:grid;gap:8px;font-size:.94rem;font-weight:700;color:var(--theme-text-contrast)}.mobile-drawer__field--title{margin-top:2px}.mobile-drawer__title-row{display:flex;gap:6px;align-items:center}.mobile-drawer__title-row input{flex:1;min-width:0;width:auto}.mobile-drawer__title-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--theme-mobile-drawer-item-border);border-radius:12px;width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--theme-mobile-drawer-item-bg);color:var(--theme-text-contrast)}.mobile-drawer__title-action--clear{background:var(--theme-mobile-drawer-button-secondary-bg)}.mobile-drawer__title-action:disabled{opacity:.45;cursor:not-allowed}.mobile-drawer__field select,.mobile-drawer__field--title input{width:100%;min-height:44px;border-radius:16px;border:1px solid var(--theme-mobile-drawer-item-border);background:var(--theme-mobile-drawer-item-bg);color:var(--theme-text-contrast);padding:0 12px}.mobile-drawer__link{width:100%;text-align:left;background:var(--theme-mobile-drawer-item-bg);color:var(--theme-text-contrast);border:1px solid var(--theme-mobile-drawer-item-border)}.mobile-drawer__link--accent{background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:#fffaf0;border-color:transparent}.mobile-drawer__link--secondary{background:var(--theme-mobile-drawer-button-secondary-bg)}.mobile-drawer__link--destructive{color:#b91c1c;border-color:#b91c1c4d}.mobile-drawer__link:disabled{opacity:.55;cursor:not-allowed}.mobile-drawer__actions{display:grid;gap:10px}.mobile-drawer__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.mobile-drawer__meta dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--theme-eyebrow-color)}.mobile-drawer__meta dd{margin:4px 0 0;font-weight:700}.mobile-drawer__privacy-stack,.mobile-drawer__root-actions{display:grid;gap:10px;margin-top:14px}.mobile-drawer__copy+.mobile-drawer__copy{margin-top:-2px}.mobile-drawer__copy--field-hint{margin-left:28px;font-size:.78rem;color:#3d192e85}.mobile-invitation-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:20px}.mobile-invitation-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1f0c1a94}.mobile-invitation-modal__sheet{position:relative;z-index:1;width:min(100%,680px);max-height:min(90vh,760px);overflow:auto;padding:22px;border-radius:28px;background:radial-gradient(circle at top right,var(--theme-modal-bg-radial-1),transparent 34%),radial-gradient(circle at bottom left,var(--theme-modal-bg-radial-2),transparent 28%),var(--theme-mobile-drawer-bg);box-shadow:0 26px 72px #1f0c1a4d}.mobile-invitation-modal__sheet--pending{width:min(100%,760px)}.mobile-invitation-modal__header{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:16px}.mobile-invitation-modal__header h2{margin:0;font-size:1.35rem;line-height:1.1;color:var(--theme-text-contrast)}.mobile-invitation-modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;width:40px;height:40px;background:#83396f14;color:var(--theme-text-contrast);font-size:1.4rem;cursor:pointer}.mobile-invitation-modal__copy,.mobile-invitation-modal__meta{margin:12px 0 0;color:var(--theme-text-contrast);opacity:.8}.mobile-invitation-modal__field{display:grid;gap:8px;margin-top:18px;font-weight:700;color:var(--theme-text-contrast)}.mobile-invitation-modal__field--qr{justify-items:center}.mobile-invitation-modal__qr{display:inline-flex;justify-content:center;padding:16px;border-radius:20px;background:linear-gradient(180deg,#fffffff2,#fff6fafa);border:1px solid var(--theme-mobile-drawer-item-border);width:fit-content;max-width:100%}.mobile-invitation-modal__qr svg{display:block;width:176px;height:176px}.mobile-invitation-modal__link-row{display:flex;align-items:stretch;gap:10px}.mobile-invitation-modal__field input{flex:1 1 auto;width:100%;min-height:48px;border-radius:16px;border:1px solid var(--theme-mobile-drawer-item-border);background:var(--theme-mobile-drawer-item-bg);color:var(--theme-text-contrast);padding:0 14px;cursor:pointer}.mobile-invitation-modal__copy-button{display:inline-flex;align-items:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:44px;min-height:48px;border:1px solid var(--theme-mobile-drawer-item-border);border-radius:16px;background:var(--theme-mobile-drawer-item-selected-bg);color:var(--theme-text-contrast);cursor:pointer;padding:0}.mobile-invitation-modal__copy-button svg{width:18px;height:18px;fill:currentColor}.mobile-invitation-modal__copy-button:hover{background:#83396f1f}.mobile-invitation-modal__copy-button:active{transform:translateY(1px)}.mobile-invitation-modal__note{margin:12px 0 0;padding:10px 12px;border-radius:16px;background:#b84cff14;color:var(--theme-text-contrast)}.mobile-invitation-modal__actions{display:grid;gap:10px;margin-top:18px}.mobile-invitation-modal__actions--compact{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap}.mobile-invitation-modal__actions--compact .mobile-drawer__link{flex:0 0 auto;width:auto;min-width:116px;text-align:center}.mobile-copy-toast{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;display:flex;align-items:center;justify-content:center;padding:24px;background:#220c1a52;opacity:1;transition:opacity .18s ease}.mobile-copy-toast--closing{opacity:0}.mobile-copy-toast__sheet{display:inline-flex;align-items:center;justify-content:center;max-width:min(320px,100%);padding:16px 20px;border-radius:18px;background:var(--theme-mobile-drawer-bg);color:var(--theme-text-contrast);box-shadow:0 22px 48px #2b0e1f3d;border:1px solid var(--theme-mobile-drawer-item-border);font-weight:700}.mobile-join-modal__sheet{gap:14px}.mobile-join-modal__scanner-shell{display:grid;justify-items:center;gap:12px}.mobile-join-modal__scanner{display:grid;justify-items:center;gap:10px;width:100%}.mobile-join-modal__video{width:min(100%,320px);min-height:240px;border-radius:22px;background:#111;box-shadow:inset 0 0 0 1px #ffffff1f;object-fit:cover}.mobile-join-modal__status{margin:0;color:var(--theme-text-contrast);opacity:.8;text-align:center}.mobile-invitation-modal__empty{margin-top:16px;padding:18px;border-radius:20px;background:var(--theme-mobile-drawer-button-secondary-bg);color:var(--theme-text-contrast);opacity:.8}.mobile-invitation-modal__list{display:grid;gap:12px;margin-top:16px}.mobile-invitation-card{display:grid;gap:8px;padding:16px;border-radius:20px;background:var(--theme-mobile-drawer-item-bg);border:1px solid var(--theme-mobile-drawer-item-border)}.mobile-invitation-card__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;color:var(--theme-text-contrast)}.mobile-invitation-card__meta{margin:0;color:var(--theme-text-contrast);opacity:.7}.mobile-invitation-card__actions{display:grid;gap:8px;margin-top:6px}.mobile-contact-list{display:grid;gap:10px}.mobile-contact-list__item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:20px;background:var(--theme-mobile-drawer-item-bg);border:1px solid var(--theme-mobile-drawer-item-border);gap:12px}.mobile-contact-list__info{display:grid;min-width:0;flex:1}.mobile-contact-list__name{font-weight:700;color:var(--theme-text-contrast);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-contact-list__id{font-size:.75rem;color:var(--theme-eyebrow-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-contact-list__start-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;padding:8px 16px;background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:#fffaf0;font-weight:700;cursor:pointer;flex-shrink:0}.mobile-contact-list__empty{padding:20px;border-radius:20px;background:var(--theme-mobile-drawer-button-secondary-bg);text-align:center}.invite-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,var(--theme-invite-bg-radial-1),transparent 28%),radial-gradient(circle at bottom right,var(--theme-invite-bg-radial-2),transparent 26%),linear-gradient(180deg,var(--theme-invite-bg-linear-start) 0%,#120812 100%);color:#f7f3ee}.invite-card{width:min(100%,620px);padding:24px;border-radius:28px;background:#221411db;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 72px #0000004d}.invite-card h1{margin:0;font-size:clamp(1.6rem,3vw,2.6rem);line-height:1}.invite-card p{color:#f7f3eed1}.invite-card__meta{margin-top:14px;margin-bottom:0;font-size:.92rem;color:#ffdfeae0}.invite-card__copy{margin:12px 0 0}.invite-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.invite-actions button{border:0;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.invite-actions button:hover:not(:disabled){transform:translateY(-1px)}.invite-actions button:focus-visible{outline:2px solid #fff1cf;outline-offset:3px}.invite-actions button:disabled{cursor:not-allowed;opacity:.55}.invite-actions__primary{background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:#fffaf0;box-shadow:0 12px 30px #ff8aa83d}.invite-actions__secondary{background:#ffffff14;color:#f7f3ee;border:1px solid rgba(255,255,255,.14)}@media (min-width: 720px){.mobile-shell{padding:0}}.session-list{display:grid;gap:5px}.session-list button{background:transparent;border-radius:0;padding:0;color:inherit;font-weight:inherit}.session-list__item{display:flex;align-items:center;gap:6px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;transition:background .13s ease,border-color .13s ease;overflow:hidden}.session-list__item:hover{background:#ffffff14;border-color:#ffffff24}.session-list__item--selected{background:var(--theme-pill-bg);border-color:var(--theme-status-ok)}.session-list__item--selected:hover{background:var(--theme-pill-bg);opacity:.8}.session-list__title{flex:1;min-width:0;text-align:left;border:0;padding:10px 4px 10px 12px;cursor:pointer;color:#f4efe8;font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-list__menu-anchor{position:relative;flex-shrink:0;padding:4px 4px 4px 0}.session-list__menu-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:0;padding:0;cursor:pointer;color:#f4efe88a;font-size:1rem;letter-spacing:.04em;line-height:1;transition:background .12s ease,color .12s ease}.session-list__menu-button:hover{background:#ffffff1a;color:#f4efe8}.session-list__more-button{display:block;width:100%;border:0;padding:6px 4px;cursor:pointer;color:#c77effd9;font-size:.8rem;text-align:center;text-decoration:underline;text-underline-offset:3px;transition:color .12s ease}.session-list__more-button:hover{color:#c77eff}.session-context-menu{position:absolute;right:0;top:calc(100% + 4px);z-index:10;list-style:none;margin:0;padding:6px;border-radius:14px;min-width:144px;background:var(--theme-card-bg);border:1px solid var(--theme-card-dev-border);box-shadow:0 12px 32px #0000006b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.session-context-menu__item{display:block;width:100%;border:0;border-radius:9px;padding:10px 12px;cursor:pointer;text-align:left;color:var(--theme-text-contrast);background:transparent;font-size:.88rem;transition:background .1s ease}.session-context-menu__item:hover{background:var(--theme-mobile-drawer-item-selected-bg)}.notification-widget-container{position:relative}.notification-dropdown{width:320px;max-height:480px;overflow-y:auto;padding:4px;right:-60px}.notification-dropdown__header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid var(--theme-card-dev-border);margin-bottom:4px}.notification-dropdown__header h2{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--theme-eyebrow-color)}.notification-dropdown__close{background:transparent;border:0;color:var(--theme-pill-text);font-size:1.2rem;cursor:pointer;padding:0 4px;line-height:1;opacity:.7}.notification-dropdown__close:hover{opacity:1}.notification-dropdown__list{list-style:none;padding:0;margin:0}.notification-dropdown__item{display:flex;gap:4px;align-items:stretch;border-radius:10px;margin-bottom:2px}.notification-dropdown__item:hover{background:var(--theme-mobile-drawer-item-selected-bg)}.notification-dropdown__item--unread{background:#ffffff08}.notification-dropdown__content{flex:1;min-width:0;background:transparent;border:0;text-align:left;cursor:pointer;padding:10px 12px;display:flex;flex-direction:column;gap:4px;color:var(--theme-mobile-top-bar-text)}.notification-dropdown__message{display:block;font-size:.9rem;line-height:1.4;word-break:break-word}.notification-dropdown__date{display:block;font-size:.75rem;opacity:.6}.notification-dropdown__dismiss{background:transparent;border:0;color:var(--theme-pill-text);font-size:1.1rem;cursor:pointer;padding:0 12px;display:flex;align-items:center;opacity:.4;transition:opacity .1s ease}.notification-dropdown__dismiss:hover{opacity:1;background:#ff00000d}.notification-dropdown__empty{padding:32px 20px;text-align:center;color:var(--theme-mobile-top-bar-text);opacity:.5;font-size:.9rem}.notification-detail-view{padding:12px}.notification-detail-view__back{background:transparent;border:0;color:var(--theme-eyebrow-color);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:4px 0;margin-bottom:16px;display:flex;align-items:center;gap:6px}.notification-detail-view__message{font-size:1rem;color:var(--theme-mobile-top-bar-text);margin-bottom:24px;line-height:1.5;white-space:pre-wrap}.notification-detail-view__actions{display:flex;gap:10px}.notification-detail-view__button{flex:1;padding:12px;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:transform .1s ease,opacity .1s ease}.notification-detail-view__button:active{transform:scale(.98)}.notification-detail-view__button--primary{background:linear-gradient(135deg,var(--theme-accent-gradient-start),var(--theme-accent-gradient-end));color:#fffaf0;border-color:transparent}.notification-detail-view__button--secondary{background:#ffffff14;color:var(--theme-mobile-top-bar-text)}.mobile-session-list{display:grid;gap:5px}.mobile-session-list__item{display:flex;align-items:center;border-radius:999px;border:1px solid var(--theme-mobile-drawer-item-border);background:var(--theme-mobile-drawer-item-bg);transition:background .12s ease,border-color .12s ease}.mobile-session-list__item--selected{background:var(--theme-mobile-drawer-item-selected-bg);border-color:var(--theme-mobile-drawer-item-selected-border)}.mobile-session-list__title{flex:1;min-width:0;text-align:left;border:0;padding:12px 4px 12px 16px;background:transparent;color:var(--theme-text-contrast);font:inherit;font-weight:700;font-size:.92rem;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-session-list__menu-anchor{position:relative;flex-shrink:0;padding:4px 8px 4px 0}.mobile-session-list__menu-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:0;padding:0;background:transparent;color:var(--theme-eyebrow-color);font:inherit;font-size:1rem;letter-spacing:.04em;cursor:pointer;transition:background .12s ease,color .12s ease}.mobile-session-list__menu-button:hover{background:var(--theme-mobile-drawer-item-selected-bg);color:var(--theme-text-contrast)}.mobile-session-list__more-button{display:block;width:100%;border:0;padding:6px 4px;background:transparent;color:var(--theme-eyebrow-color);font:inherit;font-size:.82rem;text-align:center;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .12s ease}.mobile-session-list__more-button:hover{color:var(--theme-text-contrast)}.mobile-session-list__menu-anchor .session-context-menu{background:var(--theme-mobile-drawer-bg);border-color:var(--theme-mobile-drawer-item-selected-border);box-shadow:0 8px 24px #0000001f}.mobile-session-list__menu-anchor .session-context-menu__item{color:var(--theme-text-contrast);background:transparent}.mobile-session-list__menu-anchor .session-context-menu__item:hover{background:var(--theme-mobile-drawer-item-selected-bg)}.mediator-overlay-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:auto;z-index:1000;cursor:pointer;display:flex;align-items:flex-end;justify-content:flex-end;padding:40px;overflow:hidden}.mediator-overlay-content{display:flex;align-items:center;gap:20px}.mediator-speech-bubble{position:relative;background:#fff;color:#333;padding:20px;border-radius:20px;max-width:300px;box-shadow:0 10px 30px #0003;font-size:1.1rem;line-height:1.4}.mediator-speech-bubble:after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid white}.mediator-character-image{height:300px;width:auto;object-fit:contain}@media (max-width: 720px){.mediator-overlay-container{padding:20px}.mediator-character-image{height:200px}.mediator-speech-bubble{font-size:.9rem;padding:15px;max-width:200px}}@media (min-width: 1024px){.mobile-shell{display:flex;flex-direction:row;height:100vh;overflow:hidden}.mobile-sidebar{width:320px;flex-shrink:0;border-right:1px solid var(--theme-mobile-sidebar-border);background:var(--theme-mobile-sidebar-bg);overflow-y:auto;overflow-x:hidden;padding:20px;display:flex;flex-direction:column;gap:24px;box-sizing:border-box}.mobile-shell__frame{flex-grow:1;height:100vh}.mobile-top-bar__icon-button[aria-label="Open menu"]{display:none}.mobile-sidebar .mobile-drawer__section{padding:0;min-width:0;width:100%}.mobile-sidebar .mobile-drawer__account-badge,.mobile-sidebar .mobile-drawer__link,.mobile-sidebar .mobile-session-list{max-width:100%;box-sizing:border-box}.mobile-sidebar .mobile-session-list__item{min-width:0;overflow:visible}.mobile-sidebar .mobile-drawer__account-badge{display:grid;min-width:0}.mobile-sidebar .mobile-drawer__account-badge strong,.mobile-sidebar .mobile-drawer__account-badge span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-sidebar .mobile-drawer__field{min-width:0;max-width:100%}.mobile-sidebar .mobile-drawer__copy{word-break:break-word}}.mobile-archived-list{display:grid;gap:12px;max-height:400px;overflow-y:auto;margin:12px 0;padding-right:4px}.bug-report-form{padding:16px 0}.bug-report-form textarea,.bug-report-form select{width:100%;padding:8px;border-radius:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:inherit;font-family:inherit;font-size:1rem}.bug-report-form textarea{resize:vertical}.bug-report-form textarea#bug-log{font-size:.8em;font-family:monospace}.current-plan-badge{color:#000;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;margin-left:8px}.explore-plans-button{background-color:var(--theme-accent);color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:.8rem;cursor:pointer}.subscription-prompt-card{border-radius:8px;padding:12px;margin:12px 0;background-color:#ffffff0d}.subscription-banner{padding:8px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.subscription-banner--info{background-color:var(--theme-subscription-info)}.subscription-banner--warning{background-color:var(--theme-subscription-warning)}.subscription-banner--attention{background-color:var(--theme-subscription-attention)}.subscription-banner__action{background:none;border:none;color:var(--theme-accent);font-weight:700;text-decoration:underline;cursor:pointer;font-size:.85rem}
