.nav-child-folder{gap:8px}.nav-child-add{color:var(--accent-ink);font-weight:500}.folder-heading{min-width:0}.folder-crumbs{display:flex;align-items:center;gap:4px;font-size:13px;flex-wrap:wrap;margin-bottom:8px}.folder-crumb{display:inline-flex;align-items:center;gap:4px;min-width:0}.folder-crumb-sep{display:inline-flex;color:var(--ink-subtle)}[dir=rtl] .folder-crumb-sep svg{transform:scaleX(-1)}.folder-crumb-sep svg{width:13px;height:13px}.folder-crumb-btn{color:var(--ink-muted);font:inherit;border-radius:var(--radius-xs);padding:2px 4px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s,background .15s}.folder-crumb-btn:hover:not(:disabled){color:var(--accent-ink);background:var(--accent-soft)}.folder-crumb-btn:disabled{color:var(--ink);cursor:default;font-weight:500}.reports-empty.is-error{color:var(--danger-ink)}.folder-browser{display:flex;flex-direction:column}.folder-row{display:flex;align-items:center;gap:12px;width:100%;min-height:56px;padding:8px 16px;border:1px solid transparent;border-radius:var(--radius-lg);background:var(--surface);text-align:start;color:var(--ink);transition:background .15s,border-color .15s,box-shadow .15s}.folder-row+.folder-row{border-top-color:var(--border)}.folder-row:hover{background:var(--surface-sunken);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.folder-row-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:var(--radius-md);background:var(--surface-sunken);color:var(--ink-muted)}.folder-row-folder .folder-row-icon{background:var(--accent-soft);color:var(--accent-ink)}.folder-row-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:500}.folder-row-meta{font-size:13px}.folder-row-chev,.folder-row-meta{flex-shrink:0;color:var(--ink-subtle)}.folder-row-chev{display:inline-flex;opacity:0;transition:opacity .15s,color .15s}[dir=rtl] .folder-row-chev svg{transform:scaleX(-1)}.folder-row-main:focus-visible .folder-row-chev,.folder-row:hover .folder-row-chev{opacity:1;color:var(--accent-ink)}.folder-row-main{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0;text-align:start}.folder-row-delete{width:32px;height:32px;opacity:0;transition:opacity .15s,background .12s ease,color .12s ease}.folder-row-delete:focus-visible,.folder-row:hover .folder-row-delete{opacity:1}.folder-row-delete:hover{color:var(--danger-ink);border-color:var(--danger-border);background:var(--danger-soft)}@media (hover:none){.folder-row-delete{opacity:1}}@media (max-width:760px){.folder-row-meta{display:none}}.empty-page{display:flex;flex-direction:column;text-align:center;gap:8px;padding:48px 24px;border:1px dashed var(--border-strong)}.empty-page,.empty-page-icon{align-items:center;border-radius:var(--radius-lg)}.empty-page-icon{display:inline-flex;justify-content:center;width:44px;height:44px;background:var(--surface-sunken);color:var(--ink-subtle);margin-bottom:4px}.empty-page-title{font-size:15px;font-weight:500;color:var(--ink)}.empty-page-body{font-size:14px;line-height:1.5;color:var(--ink-muted);max-width:44ch}.empty-page .btn-primary{margin-top:8px}.report-upload-bar{position:relative;height:6px;border-radius:var(--radius-xs);background:var(--border);margin:8px 0;overflow:hidden}.report-upload-fill{height:100%;background:var(--accent);transition:width .15s linear}.report-upload-label{position:absolute;inset-inline-end:0;top:-18px;font-size:11px;color:var(--ink-subtle)}.report-file-blob{-moz-appearance:none;appearance:none;-webkit-appearance:none}.folder-read-view,.folder-report-view{display:flex;flex-direction:column;min-height:0;height:100%;background:var(--paper-desk)}.folder-read-topbar,.folder-report-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:calc(var(--z-sticky) + 1);display:flex;align-items:center;gap:12px;padding:12px 20px;background:var(--surface);border-bottom:1px solid var(--border-strong)}.folder-read-crumb,.folder-report-crumb{flex:1 1;min-width:0;font-size:13px;color:var(--ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-read-topbar .report-view-actions{-webkit-margin-start:auto;margin-inline-start:auto}.folder-report-status{flex:0 0 auto;font-size:12px;color:var(--ink-subtle);transition:color .15s ease}.folder-report-status.is-saving{color:var(--ink-muted)}.folder-report-status.is-saved{color:var(--success-ink)}.folder-report-status.is-error{color:var(--danger-ink)}@media (prefers-reduced-motion:reduce){.folder-report-status{transition:none}}.folder-read-scroll,.folder-report-scroll{flex:1 1;min-height:0;overflow-y:auto;padding:24px 24px 96px}.folder-read-sheet,.folder-report-sheet{width:100%;max-width:var(--paper-measure);margin:0 auto;min-height:calc(100vh - 190px);border-radius:0;box-shadow:none;background:transparent;padding:0;position:relative}.folder-report-sheet .report-editor-actions{display:none}.folder-report-sheet .report-editor{gap:0}.folder-report-titleslot{flex:1 1;min-width:0;display:flex}.folder-report-titleslot .report-title-input{flex:1 1;min-width:0;height:38px;font-size:15px}.folder-report-sheet .report-title-input:focus{outline:none;box-shadow:none}.folder-report-sheet .report-title-input:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:var(--radius-xs)}.folder-report-sheet .report-toolbar{margin:0;padding:6px 20px;background:var(--surface);border:0;border-radius:0;flex-wrap:wrap;justify-content:center}.folder-report-sheet .report-editor-body,.folder-report-sheet .tiptap-editor-content{border:0;background:transparent;padding:0}.folder-report-sheet .report-editor-body{margin-top:28px}.folder-report-sheet .tiptap-editor-content{font-family:var(--paper-serif);font-size:17px;line-height:1.75;color:var(--paper-ink);min-height:60vh}.folder-read-sheet .report-view-title{font-family:var(--paper-serif);font-size:34px;font-weight:600;line-height:1.2;margin:0 0 6px;color:var(--paper-ink)}.folder-read-sheet .report-view-date{font-size:12px;color:var(--ink-subtle);margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--paper-line)}.folder-read-sheet .report-view-body{font-family:var(--paper-serif);font-size:17px;line-height:1.75;color:var(--paper-ink)}@media (max-width:900px){.folder-read-scroll,.folder-report-scroll{padding:0 0 40px}.folder-read-sheet,.folder-report-sheet{max-width:none;min-height:0;padding:24px 20px 48px;border-radius:0;box-shadow:none}.folder-report-sheet .report-toolbar{margin:16px -20px 0;padding:6px 20px 8px}.folder-read-sheet .report-view-title,.folder-report-sheet .report-title-input{font-size:26px}}.confirm-modal{max-width:400px}.confirm-title{font-size:17px;font-weight:600;margin:0 0 8px}.confirm-body{font-size:14px;line-height:1.5;color:var(--ink-muted)}.confirm-body,.confirm-type-field{margin:0 0 20px}.confirm-type-field label{font-size:13px;font-weight:500;color:var(--ink-muted)}.folder-report-ribbon{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-sticky);background:var(--surface);border-bottom:1px solid var(--border-strong)}.folder-report-ribbon:empty{display:none}.folder-report-pages{position:absolute;inset:0;display:flex;flex-direction:column;gap:var(--page-gap);pointer-events:none;z-index:var(--z-base)}.folder-report-page{height:var(--page-h);flex:0 0 var(--page-h);background:var(--paper);box-shadow:var(--paper-shadow)}.folder-report-content{position:relative;z-index:calc(var(--z-base) + 1);padding:64px 88px 96px}@media (max-width:900px){.folder-report-content{padding:24px 20px 48px}.folder-report-page{box-shadow:none}}.guide-fab{position:fixed;top:148px;inset-inline-end:22px;z-index:var(--z-dropdown);display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:var(--surface-raised);color:var(--ink-muted);box-shadow:var(--shadow-md);cursor:pointer;transition:color .12s,border-color .12s,transform .12s}body:not(:has(.folder-report-ribbon)) .guide-fab{top:118px}.guide-fab:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.guide-fab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:900px){.guide-fab{top:auto;bottom:20px;inset-inline-end:16px}}.tour{inset:0;z-index:var(--z-overlay)}.tour,.tour-spot{position:fixed;pointer-events:none}.tour-spot{border-radius:var(--radius);box-shadow:0 0 0 9999px var(--tour-scrim),0 0 0 2px var(--accent) inset;outline:2px solid var(--accent);outline-offset:-1px;transition:left .18s ease,top .18s ease,width .18s ease,height .18s ease}.tour-card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,calc(100vw - 40px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow-y:auto;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:24px 28px 20px;pointer-events:auto}.tour-card-top{top:68px;transform:translateX(-50%)}.tour-card-bottom{top:auto;bottom:24px;transform:translateX(-50%)}.tour-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.tour-step{font-size:12px;font-weight:500;color:var(--ink-subtle);letter-spacing:.02em}.tour-head-right{display:flex;align-items:center;gap:8px}.tour-title{font-size:19px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}.tour-desc{font-size:14px;line-height:1.65;color:var(--ink-muted)}.tour-foot{justify-content:space-between;gap:12px;margin-top:16px}.tour-foot,.tour-nav{display:flex;align-items:center}.tour-nav{gap:8px}.tour-note{margin-top:14px;padding-top:12px;border-top:1px solid var(--border);font-size:11px;line-height:1.5;color:var(--ink-subtle)}.tour-note a{color:var(--accent)}.avatar-img{object-fit:cover;background:var(--border)}.av-96{width:96px;height:96px;font-size:34px}.av-zoom{width:min(340px,72vw,60vh);height:min(340px,72vw,60vh);font-size:96px}.sidebar-user.active{background:var(--accent-soft)}.sidebar-user .logout-btn{-webkit-margin-start:0;margin-inline-start:0}.sidebar-user-main{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0;padding:4px 6px;margin:-4px -6px;border:none;background:none;border-radius:var(--radius-sm);cursor:pointer;color:inherit;text-align:start;transition:background .12s ease}.sidebar-user-main:hover{background:var(--accent-soft)}.sidebar-user-main .sidebar-user-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-icon{width:20px;height:20px;flex-shrink:0;-webkit-margin-start:auto;margin-inline-start:auto;pointer-events:none;display:flex;align-items:center;justify-content:center;color:var(--ink-subtle);transition:color .12s ease}.sidebar-user-main:focus-visible .sidebar-user-icon,.sidebar-user-main:hover .sidebar-user-icon,.sidebar-user.active .sidebar-user-icon{color:var(--accent-ink)}.profile-page{max-width:620px;padding:32px 28px}.profile-page h1{font-size:26px;margin-bottom:6px}.profile-sub{font-size:13px;color:var(--ink-subtle);margin-bottom:24px}.profile-identity{display:flex;align-items:flex-start;gap:22px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-lg)}.profile-identity-text{min-width:0}.profile-identity-name{font-size:18px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.profile-identity-email{font-size:13px;color:var(--ink-subtle);margin-top:2px;overflow-wrap:anywhere}.profile-avatar-btn{position:relative;flex-shrink:0;padding:0;border:none;background:none;border-radius:var(--radius-full);cursor:zoom-in;display:block}.profile-avatar-zoom{position:absolute;inset-block-end:2px;inset-inline-end:2px;width:28px;height:28px;border-radius:var(--radius-full);background:var(--bg);border:1px solid var(--border);color:var(--ink-subtle);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .12s ease}.profile-avatar-btn:focus-visible .profile-avatar-zoom,.profile-avatar-btn:hover .profile-avatar-zoom{opacity:1}.profile-avatar-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.profile-file-input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.profile-block{padding-top:24px;margin-top:24px;border-top:1px solid var(--border)}.profile-name-row{display:flex;gap:10px;align-items:center}.profile-name-row input{flex:1 1;min-width:0}.profile-name-row .btn-primary{flex-shrink:0}.profile-hint{font-size:12px;line-height:1.5;color:var(--ink-subtle);margin-top:10px}.profile-saved{font-size:13px;color:var(--success);margin-top:10px}.profile-zoom-overlay{position:fixed;inset:0;z-index:var(--z-overlay);background:var(--scrim);display:flex;align-items:center;justify-content:center;padding:24px}.profile-zoom-frame{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-zoom-close,.profile-zoom-frame .avatar{box-shadow:var(--shadow-xl)}.profile-zoom-close{height:38px;padding:0 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);color:var(--ink);font-size:13.5px;cursor:pointer}@media (max-width:640px){.profile-page{padding:24px 18px}.profile-identity{flex-direction:column;align-items:center;text-align:center;gap:16px}.profile-avatar-actions{justify-content:center}.profile-name-row{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.profile-avatar-zoom,.sidebar-user-icon,.sidebar-user-main{transition:none}}.settings-modal{max-width:460px;text-align:start}.settings-modal .field{margin-bottom:0}.settings-row{display:flex;gap:8px;align-items:center}.settings-row input{flex:1 1;min-width:0}.settings-row .btn-primary{flex-shrink:0;height:42px}.settings-hint,.settings-modal .profile-hint,.settings-modal .profile-saved{margin-top:8px}.settings-warning{background:var(--warning-soft);border:1px solid var(--warning);border-radius:var(--radius);padding:12px 14px;margin-bottom:18px}.settings-warning p{font-size:12.5px;line-height:1.5;color:var(--warning-ink);margin-bottom:10px}.settings-danger{margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.settings-danger-text{font-size:12.5px;line-height:1.5;color:var(--ink-muted);margin-bottom:12px}.settings-actions{display:flex;justify-content:flex-end;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}@media (max-width:640px){.modal-overlay{padding:16px 12px 24px}.modal,.settings-modal{max-width:100%;padding:20px}.dash-actions{width:100%}.dash-actions>.btn-ghost,.dash-actions>.btn-primary{flex:1 1 140px}.dash-actions>.icon-action{flex:0 0 auto}.settings-row{gap:6px}}.icon-action{width:38px;height:38px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.icon-action:hover{background:var(--surface-chrome);color:var(--ink)}.modal-overlay-centered{padding:20px 16px}.modal-overlay-centered>.modal{margin:auto}@media (max-width:640px){.modal-overlay-centered{padding:16px 12px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.password-field{position:relative;display:flex;align-items:center}.password-field input{-webkit-padding-end:42px;padding-inline-end:42px}.password-toggle{position:absolute;inset-inline-end:4px;width:34px;height:34px;border:none;background:none;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-subtle);transition:color .12s ease,background .12s ease}.password-toggle:hover{color:var(--ink);background:var(--surface-chrome)}.password-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}@media (prefers-reduced-motion:reduce){.password-toggle{transition:none}}.ws-dropdown-item.ws-sub{-webkit-padding-start:26px;padding-inline-start:26px;position:relative}.ws-dropdown-item.ws-sub:before{content:"";position:absolute;inset-inline-start:14px;top:50%;width:6px;height:1px;background:var(--border-strong)}.dash-inner>.org-section+.org-section{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}.dash-inner>.org-section+.org-section-danger{border-top:none;padding-top:0}.dash-inner>.org-section>.section-label{margin-bottom:12px}.dash-inner>.org-section>.field-hint{margin:0 0 16px;line-height:1.55;max-width:62ch}@media (max-width:760px){.mobile-bar .ws-dropdown{inset-inline-start:12px;inset-inline-end:12px;max-width:none;width:auto}}.unread-badge{flex-shrink:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--surface);font-size:11px;font-weight:600;line-height:18px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.nav-child .unread-badge{-webkit-margin-start:auto;margin-inline-start:auto}.nav-child.has-unread{color:var(--ink);font-weight:600}.nav-child.has-unread .hash{color:var(--ink-muted)}.group-row .unread-badge,.unread-badge--inline{-webkit-margin-start:6px;margin-inline-start:6px;display:inline-block;vertical-align:1px}.group-row.has-unread .group-row-name{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--accent);-webkit-margin-start:6px;margin-inline-start:6px}.spinner{display:inline-block;flex:none;width:14px;height:14px;border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:var(--radius-full);animation:shareSpin .7s linear infinite}.spinner-sm{width:11px;height:11px}.spinner-lg{width:20px;height:20px}.spinner-inverse{border-color:var(--accent-soft);border-top-color:var(--on-accent)}.skeleton{display:block;position:relative;overflow:hidden;background:var(--skeleton-base);border-radius:var(--radius-sm)}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--skeleton-sheen),transparent);transform:translateX(-100%);animation:skeletonSweep 1.3s ease-in-out infinite}[dir=rtl] .skeleton:after{animation-name:skeletonSweepRtl}@keyframes skeletonSweep{to{transform:translateX(100%)}}@keyframes skeletonSweepRtl{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{display:none}.share-spinner,.spinner{animation-duration:1.6s}}.skeleton-text{height:12px;border-radius:var(--radius-xs)}.skeleton-circle{border-radius:var(--radius-full)}.msg-skeleton{width:100%;max-width:none;-webkit-margin-start:0;margin-inline-start:0}.msg-skeleton .msg-body{flex:1 1;min-width:0}.skeleton-avatar{width:36px;height:36px}.skeleton-bubble{height:34px;border-radius:4px 16px 16px 16px}.msg.mine .skeleton-bubble,[dir=rtl] .skeleton-bubble{border-radius:16px 4px 16px 16px}[dir=rtl] .msg.mine .skeleton-bubble{border-radius:4px 16px 16px 16px}.skeleton-bubble-tall{height:56px}.skeleton-meta{width:84px;height:10px;margin-bottom:6px}.skeleton-row{display:flex;align-items:center;gap:12px;min-height:56px;padding:8px 16px;border:1px solid transparent}.skeleton-row+.skeleton-row{border-top-color:var(--border)}.skeleton-row-icon{flex-shrink:0;width:36px;height:36px;border-radius:var(--radius-md)}.skeleton-row-name{flex:none;min-width:0;height:14px;-webkit-margin-end:auto;margin-inline-end:auto}.skeleton-row-meta{flex-shrink:0;width:76px;height:12px}.skeleton-nav{display:flex;align-items:center;gap:8px;padding:6px 8px}.skeleton-nav-icon{width:15px;height:15px;flex-shrink:0}.skeleton-nav-label{height:11px}.skeleton-card{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.skeleton-card-name{flex:none;height:14px;-webkit-margin-end:auto;margin-inline-end:auto}.skeleton-card-meta{width:58px;height:12px;flex-shrink:0}.skeleton-person{display:flex;align-items:center;gap:10px;padding:6px 0}.skeleton-person-avatar{width:32px;height:32px;flex-shrink:0}.skeleton-person-lines{flex:1 1;min-width:0}.skeleton-person-name{height:12px;margin-bottom:5px}.skeleton-person-role{height:10px;max-width:80px}.load-error{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;font-size:13px;color:var(--ink-muted)}.load-error-retry{flex:none;height:28px;padding:0 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-size:13px}.load-error-retry:hover{background:var(--surface-hover)}.btn-danger .spinner{border-color:var(--danger-soft);border-top-color:var(--on-danger)}.btn-xs .spinner{width:11px;height:11px}.btn-ghost .spinner,.btn-primary .spinner,.mp-invite .spinner{-webkit-margin-end:2px;margin-inline-end:2px}.skeleton-report{display:flex;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.skeleton-report-icon{flex:none;width:18px;height:18px}.skeleton-report-main{display:flex;flex:1 1;min-width:0;flex-direction:column;gap:8px}.skeleton-report-title{height:14px}.skeleton-report-line{height:10px}.skeleton-cell{height:12px}.msg.is-pending .msg-text{opacity:.62}.msg.is-failed .msg-text{border-color:var(--danger-border)}.msg-state{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--ink-subtle)}.msg-state.is-failed{color:var(--danger-ink)}.msg-actions{display:flex;gap:6px;margin-top:5px}.msg.mine .msg-actions{justify-content:flex-end}.msg-action{height:24px;padding:0 9px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-muted);font-size:12px;transition:background .15s,color .15s,border-color .15s}.msg-action:hover{background:var(--surface-hover);color:var(--ink)}.msg-action.is-danger{color:var(--danger-ink)}.msg-action.is-danger:hover{background:var(--danger-soft);border-color:var(--danger-border)}.chat-connection{display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 16px;background:var(--warning-soft);color:var(--warning-ink);font-size:13px;border-bottom:1px solid var(--border)}.rt-file-input{display:none}.report-file-link.is-downloading{opacity:.6;cursor:progress}.report-file-link.is-downloading:after{content:"";display:inline-block;width:11px;height:11px;-webkit-margin-start:6px;margin-inline-start:6px;vertical-align:-1px;border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:var(--radius-full);animation:shareSpin .7s linear infinite}@media (prefers-reduced-motion:reduce){.report-file-link.is-downloading:after{animation-duration:1.6s}}.report-file-link.is-error{border-color:var(--danger-border);color:var(--danger-ink)}.report-file-link.is-error:after{content:" — " attr(data-error);font-size:12px}.attachment-list{position:relative;z-index:1;width:100%;max-width:var(--paper-measure);margin:24px auto 40px}.attachment-rows{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.attachment-row{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 12px;border:1px solid transparent;border-radius:var(--radius-md)}.attachment-row+.attachment-row{border-top-color:var(--border)}.attachment-row:hover{background:var(--surface-sunken)}.attachment-row-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:var(--ink)}.attachment-row-size{flex-shrink:0;font-size:13px;color:var(--ink-subtle);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.btn-ghost.btn-ghost-danger{color:var(--danger-ink)}.btn-ghost.btn-ghost-danger:hover{background:var(--danger-soft);border-color:var(--danger-border)}.msg-tools{position:absolute;inset-inline-end:100%;top:50%;transform:translateY(-50%);display:flex;gap:4px;-webkit-padding-end:8px;padding-inline-end:8px;opacity:0;pointer-events:none;transition:opacity .12s}.msg.has-tools .msg-body{position:relative}.msg.has-tools:not(.mine) .msg-tools{inset-inline-end:auto;inset-inline-start:100%;-webkit-padding-end:0;padding-inline-end:0;-webkit-padding-start:8px;padding-inline-start:8px}.msg.has-tools .msg-tools:focus-within,.msg.has-tools:hover .msg-tools{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.msg-tools{transition:none}}@media (hover:none){.msg.mine .msg-text:not(.msg-report-card){-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.msg-tools{position:static;transform:none;justify-content:flex-end;-webkit-padding-end:0;padding-inline-end:0;margin-top:5px;display:none}.msg.is-revealed .msg-tools{display:flex;opacity:1;pointer-events:auto}.msg-tool{width:36px;height:36px}}.msg-tool{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-muted);transition:background .15s,color .15s,border-color .15s}.msg-tool:hover{background:var(--surface-hover);color:var(--ink)}.msg-tool.is-danger:hover{background:var(--danger-soft);border-color:var(--danger-border);color:var(--danger-ink)}.msg-edited{font-size:12px;color:var(--ink-subtle);font-style:italic}.msg-edit{display:flex;flex-direction:column;gap:6px;align-items:stretch}.msg-edit-input{width:min(420px,60vw);height:36px;padding:0 12px;border:1px solid var(--accent);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);font-size:15px;font-family:inherit}.msg-edit-input:focus{outline:none;box-shadow:var(--ring)}