.exm-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1rem}.exm-toolbar>.adm-input[type=search],.exm-toolbar>input[type=search]{flex:1 1 12rem;min-width:12rem}.exm-table{width:100%;border-collapse:collapse;font-size:.875rem}.exm-table td,.exm-table th{text-align:left;padding:.625rem .75rem;border-bottom:1px solid var(--theme-border)}.exm-table th{font-size:.8rem;font-weight:600;color:var(--theme-text-muted);background:color-mix(in oklab,var(--theme-surface) 80%,transparent)}.exm-table tbody tr:hover{background:color-mix(in oklab,var(--theme-accent) 4%,transparent)}.exm-num{text-align:right;font-variant-numeric:tabular-nums}.exm-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.825rem;color:var(--theme-text-muted)}.exm-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:color-mix(in oklab,var(--theme-accent) 12%,transparent);color:var(--theme-accent)}.exm-badge[data-tone=green]{background:rgba(5,150,105,.12);color:#047857}.exm-badge[data-tone=red]{background:rgba(220,38,38,.12);color:#b91c1c}.exm-badge[data-tone=amber]{background:rgba(217,119,6,.12);color:#b45309}.exm-badge[data-tone=indigo]{background:rgba(79,70,229,.12);color:#4338ca}.exm-badge[data-tone=muted]{background:color-mix(in oklab,var(--theme-text-muted) 14%,transparent);color:var(--theme-text-muted)}[data-mode=dark] .exm-badge[data-tone=green]{color:#6ee7b7}[data-mode=dark] .exm-badge[data-tone=red]{color:#fca5a5}[data-mode=dark] .exm-badge[data-tone=amber]{color:#fcd34d}[data-mode=dark] .exm-badge[data-tone=indigo]{color:#a5b4fc}.exm-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.875rem;margin-bottom:1rem}.exm-stat{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:.875rem 1rem}.exm-stat-label{font-size:.8rem;color:var(--theme-text-muted);display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.exm-stat-val{font-size:1.5rem;font-weight:700;color:var(--theme-text)}.exm-stat-sub{margin-top:.2rem;font-size:.75rem;color:var(--theme-text-muted)}.exm-stat-warn[data-warn=true]{border-color:rgba(220,38,38,.35);background:color-mix(in oklab,#dc2626 6%,var(--theme-surface))}.exm-overview-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1rem;align-items:start}@media (max-width:1100px){.exm-overview-grid{grid-template-columns:1fr}}.exm-cell-sub{font-size:.78rem;color:var(--theme-text-muted)}.exm-flag-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.exm-flag-item{display:flex;gap:.7rem;padding:.7rem .5rem;border-bottom:1px solid var(--theme-border)}.exm-flag-item:last-child{border-bottom:none}.exm-flag-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(217,119,6,.15);color:#b45309}.exm-flag-icon[data-severity=high]{background:rgba(220,38,38,.15);color:#b91c1c}.exm-flag-icon[data-severity=critical]{background:rgba(127,29,29,.18);color:#7f1d1d}.exm-flag-body{flex:1;min-width:0}.exm-flag-text{font-size:.85rem;color:var(--theme-text);font-weight:500;margin-bottom:.25rem}.exm-flag-meta{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.75rem;color:var(--theme-text-muted);align-items:center}.exm-severity{font-weight:600;text-transform:uppercase;font-size:.7rem;padding:.1rem .4rem;border-radius:4px}.exm-severity-medium{background:rgba(217,119,6,.15);color:#b45309}.exm-severity-high{background:rgba(220,38,38,.15);color:#b91c1c}.exm-severity-critical{background:rgba(127,29,29,.18);color:#7f1d1d}.exm-flag-escalation{font-weight:600;color:#4338ca}.exm-bulk-bar,.exm-toolbar-alert{margin-bottom:1rem}.exm-bulk-bar{display:flex;align-items:center;gap:1rem;padding:.6rem .875rem;background:color-mix(in oklab,var(--theme-accent) 8%,var(--theme-surface));border:1px solid color-mix(in oklab,var(--theme-accent) 25%,var(--theme-border));border-radius:10px;font-size:.85rem;color:var(--theme-text)}.exm-bulk-bar>span{font-weight:600;white-space:nowrap}.exm-bulk-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-left:auto}.exm-bulk-actions .adm-input{min-width:12rem}.exm-th-check{width:32px}.exm-section-picker-search{width:100%;margin-bottom:.75rem}.exm-section-picker-list{list-style:none;margin:0;padding:0;max-height:60vh;overflow-y:auto}.exm-section-picker-row{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:baseline;width:100%;text-align:left;padding:.6rem .75rem;background:transparent;border:1px solid transparent;border-bottom:1px solid var(--theme-border);cursor:pointer;font-size:.875rem;color:var(--theme-text)}.exm-section-picker-row:hover{background:color-mix(in oklab,var(--theme-accent) 6%,transparent);border-color:color-mix(in oklab,var(--theme-accent) 18%,var(--theme-border));border-radius:6px}.exm-section-picker-title{font-weight:600}.exm-section-picker-exam{font-size:.78rem;color:var(--theme-text-muted)}.exm-tab-toolbar{margin-bottom:1rem}.exm-toolbar-summary{flex:1;font-size:.875rem;color:var(--theme-text-muted)}.exm-attempt-header{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:.6rem .8rem;margin-bottom:1rem;background:color-mix(in oklab,var(--theme-accent) 6%,var(--theme-surface));border:1px solid var(--theme-border);border-radius:10px}.exm-attempt-id{display:flex;flex-direction:column;gap:.2rem}.exm-attempt-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--theme-text-muted)}.exm-attempt-val{font-size:.95rem;font-weight:600;color:var(--theme-text)}.exm-cell-correct{color:#047857}.exm-cell-correct,.exm-cell-wrong{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;font-size:.78rem}.exm-cell-wrong{color:#b91c1c}.exm-table-foot-msg{text-align:center;color:var(--theme-text-muted);font-style:italic;padding:.6rem}.exm-section-h4{margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:700;color:var(--theme-text)}.exm-section-h4-tight{margin-bottom:.5rem}.exm-help-text{font-size:.85rem;margin-bottom:.75rem}.exm-help-sm,.exm-help-text{color:var(--theme-text-muted)}.exm-help-sm{font-size:.78rem}.exm-mt-sm{margin-top:.5rem}.exm-mt-md{margin-top:1rem}.exm-mb-sm{margin-bottom:.5rem}.exm-mb-md{margin-bottom:1rem}.exm-row-flex{display:flex;gap:.5rem;margin-bottom:.4rem;align-items:center}.exm-row-flex-grow{flex:1}.exm-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.exm-col-narrow{width:5rem;flex-shrink:0}.exm-col-zone{width:10rem;flex-shrink:0}.exm-col-3rem{width:3rem;flex-shrink:0}.exm-add-row-3col{grid-template-columns:1fr 1fr auto}.exm-add-row-2col,.exm-add-row-3col{margin-top:1rem;display:grid;gap:.5rem}.exm-add-row-2col{grid-template-columns:1fr auto}.exm-sub-card{margin-bottom:.75rem;padding:1rem}.exm-sub-card-head{display:flex;justify-content:space-between;margin-bottom:.5rem}.exm-toolbar-block{flex:1}.exm-toolbar-block .exm-toolbar-block-title{font-weight:600}.exm-toolbar-block .exm-toolbar-block-sub{font-size:.8rem;color:var(--theme-text-muted)}.exm-link-btn{display:inline-flex;align-items:center;gap:.4rem}.exm-iframe-tall{height:60vh}.exm-th-60{width:60%}.exm-th-40{width:40%}.qe-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem;align-items:start}@media (max-width:980px){.qe-layout{grid-template-columns:1fr}}.qe-side{display:flex;flex-direction:column;gap:.75rem;position:sticky;top:1rem}.qe-side-card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:.75rem .875rem}.qe-side-head{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;color:var(--theme-text);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.6rem}.qe-side-head .qe-side-badge{margin-left:auto;padding:.1rem .45rem;border-radius:999px;font-size:.7rem;font-weight:700;background:color-mix(in oklab,var(--theme-text-muted) 18%,transparent);color:var(--theme-text-muted);text-transform:none;letter-spacing:0}.qe-side-head .qe-side-badge[data-tone=amber]{background:rgba(217,119,6,.18);color:#b45309}.qe-side-empty{font-size:.8rem;color:var(--theme-text-muted);padding:.4rem 0}.qe-side-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.825rem;padding:.25rem 0;border-bottom:1px dashed var(--theme-border)}.qe-side-row:last-of-type{border-bottom:none}.qe-side-label{color:var(--theme-text-muted)}.qe-side-num{font-variant-numeric:tabular-nums;font-weight:600;color:var(--theme-text)}.qe-side-num.warn{color:#b91c1c}.qe-side-alert{padding:.4rem .55rem;border-radius:8px;background:rgba(217,119,6,.1);color:#b45309;font-size:.78rem;font-weight:600}.qe-side-alert,.qe-side-foot{display:flex;align-items:center;gap:.3rem;margin-top:.5rem}.qe-side-foot{font-size:.7rem;color:var(--theme-text-muted)}.qe-side-btn{width:100%;margin-bottom:.5rem}.qe-flag-notes-input{width:100%;margin-bottom:.4rem;font-size:.8rem}.qe-side-divider{margin-top:.6rem;padding-top:.4rem;border-top:1px solid var(--theme-border);font-size:.72rem;font-weight:700;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.04em}.qe-answer-dist{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.qe-answer-dist-row{display:flex;flex-direction:column;gap:.2rem}.qe-answer-dist-meta{display:flex;justify-content:space-between;font-size:.78rem;color:var(--theme-text)}.qe-answer-dist-correct{font-weight:600;color:#047857}.qe-answer-dist-count{color:var(--theme-text-muted);font-variant-numeric:tabular-nums}.qe-answer-dist-bar{height:5px;background:color-mix(in oklab,var(--theme-text-muted) 12%,transparent);border-radius:3px;overflow:hidden}.qe-answer-dist-fill{height:100%;background:#4f46e5;transition:width .2s}.qe-answer-dist-fill.correct{background:#047857}.qe-flag-list,.qe-version-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.qe-flag-row{border:1px solid var(--theme-border);border-radius:8px;padding:.5rem .6rem;background:color-mix(in oklab,var(--theme-surface) 75%,transparent)}.qe-flag-row-resolved{opacity:.7}.qe-flag-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.qe-flag-when,.qe-version-when{font-size:.72rem;color:var(--theme-text-muted);margin-left:auto}.qe-flag-by,.qe-version-by{font-size:.75rem;color:var(--theme-text-muted);margin-bottom:.25rem}.qe-flag-notes{font-size:.8rem;color:var(--theme-text);margin-bottom:.4rem;white-space:pre-wrap}.qe-flag-dismiss{background:transparent;border:1px solid var(--theme-border);border-radius:6px;padding:.2rem .55rem;font-size:.72rem;cursor:pointer;color:var(--theme-text-muted)}.qe-flag-dismiss:hover{background:color-mix(in oklab,var(--theme-text-muted) 8%,transparent);color:var(--theme-text)}.qe-flag-dismiss:disabled{opacity:.5;cursor:not-allowed}.qe-flag-divider{font-size:.72rem;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.4rem 0 .2rem;border-top:1px solid var(--theme-border)}.qe-version-row{border:1px solid var(--theme-border);border-radius:8px;padding:.5rem .6rem;background:color-mix(in oklab,var(--theme-surface) 75%,transparent)}.qe-version-row.current{border-color:color-mix(in oklab,#047857 35%,var(--theme-border))}.qe-version-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.qe-version-num{font-weight:700;font-size:.85rem;color:var(--theme-text)}.qe-version-summary{font-size:.8rem;color:var(--theme-text);margin-bottom:.3rem}.qe-version-text{font-size:.78rem;color:var(--theme-text-muted)}.qe-version-text summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qe-version-text p{margin:.4rem 0 0;padding:.4rem .5rem;background:color-mix(in oklab,var(--theme-text-muted) 6%,transparent);border-radius:6px;white-space:pre-wrap;color:var(--theme-text)}.qe-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.qe-actions-spacer{flex:1}.qe-error-list{margin:0 0 .8rem;padding:.6rem .8rem .6rem 1.4rem;background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.25);border-radius:8px;color:#b91c1c;font-size:.85rem}.qe-error-list li{margin:.15rem 0}.qe-section-pills{display:flex;flex-wrap:wrap;gap:.4rem}.qe-section-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--theme-surface);padding:.35rem .6rem;border-radius:8px;border:1px solid var(--theme-border);cursor:pointer;font-size:.8rem}.qe-section-pill input{margin:0}.exm-cell-truncate{max-width:32rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exm-cell-empty{color:var(--theme-text-muted);font-style:italic}.exm-pool-surplus[data-tone=warn]{color:#b91c1c}.exm-pool-surplus[data-tone=muted]{color:var(--theme-text-muted)}.exm-pool-surplus[data-tone=healthy]{color:#047857}.exm-pool-status{display:inline-flex;align-items:center;gap:.25rem}.exm-pool-status[data-tone=warn]{color:#b91c1c}.exm-pool-status[data-tone=healthy]{color:#047857}.exm-saved-pill{display:inline-flex;align-items:center;gap:.3rem;color:#059669;font-size:.875rem}.exm-outline-indent{padding-left:var(--depth,0)}.exm-outline-indent[data-root=true]{font-weight:700}.exm-outline-indent[data-root=false]{font-weight:500}.qe-status-quick{margin-left:auto;margin-right:.5rem;padding:.3rem .5rem;font-size:.78rem;height:auto;width:auto;min-width:7rem}.mdl-btn.mdl-btn-ghost{background:transparent;border:1px solid transparent;color:var(--theme-text-muted);margin-right:auto}.mdl-btn.mdl-btn-ghost:hover:not(:disabled){background:color-mix(in oklab,var(--theme-text-muted) 8%,transparent);color:var(--theme-text)}.qe-correct-btn[data-correct=true]{background:rgba(5,150,105,.15);color:#047857;border-color:rgba(5,150,105,.35)}.qe-add-row{display:grid;grid-template-columns:1fr auto auto;gap:.5rem;align-items:end}.qe-add-row,.qe-add-row-collapsed{margin-top:1rem}.qe-variant-help{margin-top:.6rem;font-size:.8rem;color:var(--theme-text-muted)}.exm-reports-toolbar{margin-top:1rem}.hr-toolbar{display:grid;grid-template-columns:1fr auto auto auto;gap:.75rem;align-items:center;margin-bottom:1rem}.hr-table{width:100%;border-collapse:collapse;font-size:.875rem}.hr-table td,.hr-table th{text-align:left;padding:.625rem .75rem;border-bottom:1px solid var(--theme-border)}.hr-table th{font-size:.8rem;font-weight:600;color:var(--theme-text-muted);background:color-mix(in oklab,var(--theme-surface) 80%,transparent)}.hr-table tbody tr:hover{background:color-mix(in oklab,var(--theme-accent) 4%,transparent)}.hr-num{text-align:right;font-variant-numeric:tabular-nums}.hr-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.825rem;color:var(--theme-text-muted)}.hr-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:color-mix(in oklab,var(--theme-accent) 12%,transparent);color:var(--theme-accent)}.hr-badge[data-tone=green]{background:rgba(5,150,105,.12);color:#047857}.hr-badge[data-tone=red]{background:rgba(220,38,38,.12);color:#b91c1c}.hr-badge[data-tone=amber]{background:rgba(217,119,6,.12);color:#b45309}.hr-badge[data-tone=indigo]{background:rgba(79,70,229,.12);color:#4338ca}.hr-badge[data-tone=rose]{background:rgba(225,29,72,.12);color:#be123c}.hr-badge[data-tone=muted]{background:color-mix(in oklab,var(--theme-text-muted) 14%,transparent);color:var(--theme-text-muted)}[data-mode=dark] .hr-badge[data-tone=green]{color:#6ee7b7}[data-mode=dark] .hr-badge[data-tone=red]{color:#fca5a5}[data-mode=dark] .hr-badge[data-tone=amber]{color:#fcd34d}[data-mode=dark] .hr-badge[data-tone=indigo]{color:#a5b4fc}[data-mode=dark] .hr-badge[data-tone=rose]{color:#fda4af}.hr-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.875rem;margin-bottom:1rem}.hr-stat{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:.875rem 1rem}.hr-stat-label{font-size:.8rem;color:var(--theme-text-muted);display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.hr-stat-val{font-size:1.5rem;font-weight:700;color:var(--theme-text)}.hr-avatar{width:26px;height:26px;border-radius:50%;background:color-mix(in oklab,var(--theme-accent) 20%,transparent);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--theme-accent);margin-right:.5rem}.hr-checklist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem 1rem}.hr-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.25rem .75rem}.hr-message-body{white-space:pre-wrap;font-size:.9rem;color:var(--theme-text);line-height:1.6;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-border,rgba(15,23,42,.08))}.adm-empty-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;color:var(--theme-text-muted,#64748b)}.hr-master-detail{display:grid;grid-template-columns:280px 1fr;gap:1rem}@media (max-width:900px){.hr-master-detail{grid-template-columns:1fr}}.hr-master-list{display:flex;flex-direction:column;gap:.4rem;align-self:start}.hr-master-item{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:10px;padding:.75rem .875rem;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:background .2s ease,border-color .2s ease}.hr-master-item:hover{background:color-mix(in oklab,var(--theme-accent) 6%,transparent)}.hr-master-item.is-active{border-color:var(--theme-accent);background:color-mix(in oklab,var(--theme-accent) 10%,transparent)}.hr-master-item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.hr-master-item-title{font-weight:600;font-size:.95rem;color:var(--theme-text)}.hr-master-item-sub{font-size:.8rem;margin-bottom:.4rem}.hr-master-item-stats{display:flex;gap:.875rem;font-size:.78rem;color:var(--theme-text-muted)}.hr-master-item-stats span{display:inline-flex;align-items:center;gap:.25rem}.hr-detail{gap:1rem}.hr-detail,.hr-detail-empty{display:flex;flex-direction:column}.hr-detail-empty{align-items:center;justify-content:center;padding:3rem 1rem;color:var(--theme-text-muted);background:var(--theme-surface);border:1px dashed var(--theme-border);border-radius:12px}.hr-detail-empty p{margin-top:.5rem;font-size:.9rem}.hr-detail-head h3{margin:0 0 .25rem}.hr-perm-group{margin-bottom:1rem}.hr-perm-group:last-of-type{margin-bottom:0}.hr-perm-group-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted);margin:0 0 .5rem}.hr-perm-group .mdl-radio span{display:flex;flex-direction:column;gap:.1rem}.hr-perm-group .mdl-radio code{font-size:.7rem;opacity:.75}.hr-mini-list{display:flex;flex-direction:column;gap:.5rem}.hr-mini-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);font-size:.85rem}.hr-mini-row-meta{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.hr-mini-row-title{font-weight:600;color:var(--theme-text)}.hr-mini-row-sub{font-size:.78rem;color:var(--theme-text-muted)}.hr-bar{height:6px;border-radius:3px;background:color-mix(in oklab,var(--theme-text-muted) 18%,transparent);overflow:hidden;margin-top:.25rem}.hr-bar-fill{height:100%;border-radius:3px;background:var(--theme-accent);transition:width .5s ease-in-out}.hr-followup-icon{color:#b45309;flex-shrink:0}.hr-pinned-card{padding:.75rem .875rem;border:1px solid var(--theme-border);border-radius:10px;background:var(--theme-surface);display:flex;flex-direction:column;gap:.4rem}.hr-pinned-card-head{display:flex;align-items:center;gap:.5rem}.hr-pinned-card-title{font-weight:600;font-size:.9rem}.hr-pinned-card-body{font-size:.83rem;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hr-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:900px){.hr-overview-grid{grid-template-columns:1fr}}.hr-pill-row{display:flex;flex-wrap:wrap;gap:.4rem}.hr-pill-row+.arp-kpi-row,.hr-pill-row+section{margin-top:.5rem}.hr-section-h-spaced{margin-top:.75rem}.hr-cap{text-transform:capitalize}.hr-divider{margin:1rem 0;border:none;border-top:1px solid var(--theme-border)}.mdl-radio-row.is-wrap{flex-wrap:wrap}.hr-detail-back-row{margin-bottom:.75rem}.hr-avatar-xl{width:56px;height:56px;font-size:1.25rem;margin-right:0}.hr-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.hr-detail-head-left{display:flex;align-items:center;gap:1rem;min-width:0}.hr-detail-head-actions{display:flex;gap:.5rem;flex-shrink:0}.hr-detail-name{margin:0 0 .25rem;font-size:1.4rem;font-weight:700}.hr-detail-sub{display:flex;flex-wrap:wrap;gap:.85rem;font-size:.85rem;color:var(--theme-text-muted);align-items:center}.hr-detail-sub>span{display:inline-flex;align-items:center;gap:.3rem}.hr-detail-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1rem;margin-bottom:.75rem}.hr-detail-field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.hr-detail-field-wide{grid-column:1/-1}.hr-detail-field-label{font-size:.78rem;color:var(--theme-text-muted);display:inline-flex;align-items:center;gap:.3rem;font-weight:600}.hr-detail-field-value{font-size:.92rem;color:var(--theme-text)}.hr-muted{color:var(--theme-text-muted);font-style:italic}.hr-inline-form{margin-bottom:.75rem}.hr-quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.5rem}.hr-quick-actions .adm-btn{justify-content:flex-start;width:100%}.adm-btn-sm{padding:.35rem .7rem;font-size:.8rem}.hr-wizard-modal{max-height:90vh}.hr-wizard-stepper{padding:.75rem 1.5rem;border-bottom:1px solid var(--theme-border);background:color-mix(in oklab,var(--theme-surface) 70%,transparent)}.hr-wizard-step,.hr-wizard-stepper{display:flex;align-items:center;gap:.5rem}.hr-wizard-step{font-size:.85rem;color:var(--theme-text-muted);flex:1}.hr-wizard-step+.hr-wizard-step:before{content:"";flex:1;height:2px;background:var(--theme-border)}.hr-wizard-step.is-done{color:var(--theme-text)}.hr-wizard-step.is-active{color:var(--theme-accent);font-weight:600}.hr-wizard-step-num{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--theme-text-muted) 14%,transparent);color:var(--theme-text-muted);font-weight:700;font-size:.75rem}.hr-wizard-step.is-active .hr-wizard-step-num{background:var(--theme-accent);color:#fff}.hr-wizard-step.is-done .hr-wizard-step-num{background:rgba(5,150,105,.16);color:#047857}.hr-wizard-pane{display:flex;flex-direction:column;gap:.75rem}.hr-wizard-mode-toggle{display:flex;gap:.5rem;margin-bottom:.5rem}.hr-wizard-search{position:relative}.hr-wizard-search input{width:100%;padding-left:2rem}.hr-wizard-search-icon{left:.65rem}.hr-wizard-search-icon,.hr-wizard-search-spinner{position:absolute;top:50%;transform:translateY(-50%);color:var(--theme-text-muted)}.hr-wizard-search-spinner{right:.65rem;animation:hr-spin 1s linear infinite}@keyframes hr-spin{to{transform:translateY(-50%) rotate(1turn)}}.hr-wizard-selected{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem .875rem;border:1px solid var(--theme-accent);background:color-mix(in oklab,var(--theme-accent) 8%,transparent);border-radius:8px;font-size:.9rem}.hr-wizard-results{border:1px solid var(--theme-border);border-radius:8px;max-height:280px;overflow-y:auto}.hr-wizard-result{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .875rem;border:none;background:transparent;border-bottom:1px solid var(--theme-border);text-align:left;cursor:pointer;font:inherit;color:inherit}.hr-wizard-result:last-child{border-bottom:none}.hr-wizard-result:hover{background:color-mix(in oklab,var(--theme-accent) 6%,transparent)}.hr-wizard-result-name{font-weight:600}.hr-wizard-result-email{font-size:.8rem;color:var(--theme-text-muted)}.hr-wizard-perm-preview{margin-top:.5rem;padding:.875rem;background:color-mix(in oklab,var(--theme-accent) 6%,transparent);border:1px solid color-mix(in oklab,var(--theme-accent) 18%,transparent);border-radius:10px}.hr-wizard-success{text-align:center;padding:1.5rem 0}.hr-wizard-success-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:rgba(5,150,105,.16);color:#047857;display:flex;align-items:center;justify-content:center}.hr-wizard-success h3{margin:0 0 .5rem}.hr-wizard-foot-spacer{flex:1}.mdl-radio span small.hr-mono{display:block;margin-top:.15rem;font-size:.72rem}.hr-stars{display:inline-flex;gap:.15rem}.hr-star-btn{background:transparent;border:none;padding:0;cursor:pointer;color:color-mix(in oklab,var(--theme-text-muted) 50%,transparent);display:inline-flex;align-items:center}.hr-star-btn:disabled{cursor:default}.hr-stars[data-readonly="0"] .hr-star-btn:hover{color:#eab308}.hr-goal-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.hr-goal-row{display:grid;grid-template-columns:2fr 150px 140px auto;gap:.5rem;align-items:center}@media (max-width:640px){.hr-goal-row{grid-template-columns:1fr}}.hr-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--theme-border);margin-bottom:1rem}.hr-tab{background:transparent;padding:.6rem 1rem;font:inherit;color:var(--theme-text-muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:.9rem}.hr-tab.is-active{color:var(--theme-accent);border-bottom-color:var(--theme-accent);font-weight:600}.hr-tab:hover:not(.is-active){color:var(--theme-text)}.hr-tab-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.hr-banner{padding:.75rem 1rem;background:color-mix(in oklab,var(--theme-accent) 8%,transparent);border-left:3px solid var(--theme-accent);border-radius:8px;font-size:.85rem;color:var(--theme-text);margin-bottom:1rem}.hr-announcement-detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;color:var(--theme-text-muted)}.hr-announcement-body{white-space:pre-wrap;font-size:.95rem;line-height:1.6;padding:1rem;border:1px solid var(--theme-border);border-radius:10px;background:color-mix(in oklab,var(--theme-surface) 50%,transparent)}.hr-msg-thread{display:flex;flex-direction:column;gap:.6rem;max-height:400px;overflow-y:auto;padding:.5rem 0}.hr-msg-bubble{padding:.625rem .875rem;border-radius:10px;max-width:80%;border:1px solid var(--theme-border);font-size:.9rem;line-height:1.5}.hr-msg-bubble[data-direction=received]{background:var(--theme-surface);align-self:flex-start}.hr-msg-bubble[data-direction=sent]{background:color-mix(in oklab,var(--theme-accent) 12%,transparent);border-color:color-mix(in oklab,var(--theme-accent) 22%,transparent);align-self:flex-end}.hr-msg-meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--theme-text-muted);margin-bottom:.25rem}.hr-msg-reply{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-border)}.hr-msg-reply textarea{resize:vertical}.ipt-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .65rem;border-radius:8px;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--mcd-dim);background:var(--mcd-panel-2);border:1px solid var(--mcd-line);cursor:pointer;transition:filter .15s ease,background var(--mode-transition),border-color var(--mode-transition),color var(--mode-transition)}.ipt-chip:hover{border-color:color-mix(in srgb,var(--mcd-accent) 45%,var(--mcd-line));color:var(--mcd-text)}.ipt-chip.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--mcd-accent),color-mix(in srgb,var(--mcd-accent) 60%,#000))}.ipt-chiprow{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.9rem}.ipt-option-list .mcd-row-meta,.ipt-option-list .mcd-row-subject{white-space:normal;overflow:visible;text-overflow:clip}.ipt-deck-overlay{position:fixed;inset:0;z-index:1500;display:flex;flex-direction:column;background:#05070d}.ipt-deck-head{display:flex;align-items:center;gap:.75rem;padding:.55rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);color:#e7ecf5;font-size:.9rem;font-weight:700;flex-shrink:0}.ipt-deck-head .ipt-deck-kicker{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fa3bf}.ipt-deck-body{flex:1;min-height:0;position:relative}.ipt-deck-body .gv-root{position:absolute!important;inset:0;height:100%!important}.ipt-controls{margin-bottom:.9rem;align-items:center}.ipt-breakline{display:inline-flex;margin-bottom:.9rem}.ipt-roster-tools{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;padding:0 .9rem .6rem}.ipt-select{min-width:0;flex:0 1 auto;padding:.4rem .6rem;border-radius:8px;font-size:.82rem;color:var(--mcd-text);background:var(--mcd-panel-2);border:1px solid var(--mcd-line)}.ipt-rowicons{display:inline-flex;align-items:center;gap:.4rem;color:var(--mcd-dim);flex-shrink:0}.ipt-hand{color:var(--mcd-warn);margin-left:.4em;vertical-align:-2px;animation:ipt-wave 1.4s ease-in-out infinite}@keyframes ipt-wave{0%,to{transform:rotate(0deg)}50%{transform:rotate(18deg)}}.ipt-flagged{color:var(--mcd-bad)}.ipt-textarea{width:100%;padding:.5rem .65rem;border-radius:8px;font-size:.84rem;color:var(--mcd-text);background:var(--mcd-panel-2);border:1px solid var(--mcd-line);resize:vertical;margin-bottom:.5rem}.ipt-checkline{display:flex;gap:.5rem;align-items:flex-start;font-size:.8rem;color:var(--mcd-dim);margin-bottom:.6rem;cursor:pointer}.ipt-checkline input{margin-top:.15rem}.ipt-qr{display:block;width:100%;max-width:340px;margin:0 auto;border-radius:12px;background:#fff;padding:.6rem}.ipt-deckstrip-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;padding:0 .9rem .6rem}.ipt-jump{display:inline-flex}.ipt-jump-input{width:3.2rem;padding:.4rem .5rem;border-radius:8px;font-size:.82rem;text-align:center;color:var(--mcd-text);background:var(--mcd-panel-2);border:1px solid var(--mcd-line)}.ipt-next-up{max-width:26ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ipt-notes-hint{padding:0 .9rem .5rem}.ipt-deckstrip-stage{position:relative;height:min(52vh,480px);min-height:300px;border-top:1px solid var(--mcd-line);overflow:hidden;background:#05070d}.ipt-deckstrip-stage .gv-root{height:100%!important}.ipt-deck-body .gv-ambient-orbs,.ipt-deckstrip-stage .gv-ambient-orbs,.ipt-deckstrip-stage .gv-root,.ipt-stage-deck .gv-ambient-orbs{position:absolute!important;inset:0}.ipt-stage{position:fixed;inset:0;background:#05070d;color:#e7ecf5;display:flex;flex-direction:column}.ipt-stage-deck{flex:1;min-height:0;position:relative}.ipt-stage-deck .gv-root{position:absolute!important;inset:0;height:100%!important}.ipt-stage-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;text-align:center;padding:4vh 6vw}.ipt-stage-kicker{font-size:clamp(.9rem,1.6vw,1.3rem);font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#8fa3bf}.ipt-stage-title{font-size:clamp(2rem,5vw,4.2rem);font-weight:800;line-height:1.12;margin:0}.ipt-stage-sub{font-size:clamp(1rem,2vw,1.5rem);color:#aebad0}.ipt-stage-qr{width:clamp(220px,30vh,380px);border-radius:16px;background:#fff;padding:.8rem}.ipt-stage-clock{font-size:clamp(4rem,14vw,11rem);font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.ipt-stage-foot{position:fixed;bottom:2.2vh;right:2.2vw;font-size:.9rem;color:#8fa3bf}.ipt-board{display:flex;flex-direction:column;min-height:0}.ipt-hands{padding:0 .9rem .6rem}.ipt-board-feed{min-height:0;overflow-y:auto;max-height:420px;padding:0 .9rem}.ipt-composer{display:flex;gap:.5rem;align-items:center;padding:.6rem .9rem;border-top:1px solid var(--mcd-line)}.ipt-composer-ico{color:var(--mcd-dim);flex-shrink:0}.ipt-composer-input{flex:1 1 auto;width:auto;text-align:left}.ipt-examdots{display:inline-flex;gap:3px;margin-left:.5em;vertical-align:1px}.ipt-examdot{width:8px;height:8px;border-radius:50%;background:var(--mcd-track)}.ipt-examdot.pass{background:var(--mcd-good)}.ipt-examdot.fail{background:var(--mcd-bad)}.ipt-examdot.progress{background:var(--mcd-warn);animation:ipt-pulse 1.2s ease-in-out infinite}@keyframes ipt-pulse{0%,to{opacity:1}50%{opacity:.45}}.ipt-examline{display:flex;align-items:center;gap:.5rem}.ipt-summary{padding:0 .2rem}.ipt-matrix-wrap{overflow-x:auto;border:1px solid var(--mcd-line);border-radius:12px}.ipt-matrix{width:100%;border-collapse:collapse;font-size:.82rem;color:var(--mcd-text)}.ipt-matrix td,.ipt-matrix th{padding:.45rem .6rem;border-bottom:1px solid var(--mcd-line);text-align:center;white-space:nowrap}.ipt-matrix td:first-child,.ipt-matrix th:first-child{text-align:left}.ipt-matrix thead th{font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--mcd-dim);background:var(--mcd-panel-2)}.ipt-matrix-sub{display:block;font-weight:500;letter-spacing:0;text-transform:none}.ipt-matrix td[data-tone=good]{color:var(--mcd-good)}.ipt-matrix td[data-tone=bad]{color:var(--mcd-bad)}.ipt-matrix td[data-tone=idle]{color:var(--mcd-dim)}.ipt-matrix tbody tr:last-child td{border-bottom:none}.ipt-matrix-removed td{opacity:.55}.ipt-activities{padding-bottom:.6rem}.ipt-act-title{padding:.5rem .9rem .35rem;display:flex;gap:.4rem;align-items:center}.ipt-activepoll{padding:0 .9rem .6rem}.ipt-composerbox{padding:.2rem .9rem .6rem}.ipt-optrow{display:flex;gap:.4rem;margin-bottom:.4rem}.ipt-msg-context{padding:.55rem .9rem;border-bottom:1px solid var(--mcd-line);background:var(--mcd-panel-2)}.ipt-thread{min-height:200px;max-height:420px;overflow-y:auto;padding:.7rem .9rem;display:flex;flex-direction:column;gap:.5rem}.ipt-bubble{align-self:flex-start;max-width:85%;padding:.5rem .7rem;border-radius:12px 12px 12px 4px;background:var(--mcd-panel-2);border:1px solid var(--mcd-line);color:var(--mcd-text);font-size:.86rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.ipt-bubble.mine{align-self:flex-end;border-radius:12px 12px 4px 12px;border-color:color-mix(in srgb,var(--mcd-accent) 45%,var(--mcd-line));background:color-mix(in srgb,var(--mcd-accent) 14%,var(--mcd-panel-2))}.ipt-bubble-meta{font-size:.7rem;color:var(--mcd-dim);margin-bottom:.2rem}.mail-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.mail-filter-chips{display:flex;gap:.5rem;flex-wrap:wrap}.mail-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--theme-border,rgba(15,23,42,.12));background:var(--theme-surface,#fff);color:var(--theme-text,#0f172a);font-size:.825rem;font-weight:600;cursor:pointer;transition:background .3s ease,border-color .3s ease,color .3s ease}.mail-chip.is-active,.mail-chip:hover{border-color:var(--theme-accent,#4f46e5)}.mail-chip.is-active{background:var(--theme-accent,#4f46e5);color:#fff}.mail-toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap}.mail-btn-icon,.mail-btn-primary,.mail-btn-secondary{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;padding:.5rem .9rem;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background .3s ease,border-color .3s ease,transform .2s ease;font-family:inherit}.mail-btn-primary{background:var(--theme-accent,#4f46e5);color:#fff}.mail-btn-primary:hover:not(:disabled){filter:brightness(1.08)}.mail-btn-primary:disabled,.mail-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.mail-btn-secondary{background:var(--theme-surface,#fff);border-color:var(--theme-border,rgba(15,23,42,.12));color:var(--theme-text,#0f172a)}.mail-btn-secondary:hover:not(:disabled){border-color:var(--theme-accent,#4f46e5)}.mail-btn-icon{padding:.4rem;background:transparent;color:var(--theme-text-muted,#64748b);border-color:transparent}.mail-btn-icon:hover{background:color-mix(in oklab,var(--theme-accent,#4f46e5) 12%,transparent);color:var(--theme-text,#0f172a)}.mail-error{background:color-mix(in oklab,#dc2626 10%,var(--theme-surface,#fff) 90%);color:#b91c1c}.mail-error,.mail-loading{padding:.65rem .9rem;border-radius:10px;font-size:.85rem}.mail-loading{background:color-mix(in oklab,var(--theme-accent,#4f46e5) 8%,var(--theme-surface,#fff) 92%);color:var(--theme-text,#0f172a)}.mail-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;color:var(--theme-text-muted,#64748b);text-align:center}.mail-empty p{margin:0;font-weight:600}.mail-empty small{font-size:.8rem}.mail-thread-list{padding:0;overflow:hidden}.mail-thread-rows{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.mail-thread-row{border-bottom:1px solid var(--theme-border,rgba(15,23,42,.06))}.mail-thread-row:last-child{border-bottom:none}.mail-thread-row-btn{display:grid;grid-template-columns:9rem 1fr auto;gap:.75rem;align-items:center;width:100%;padding:.85rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer;color:var(--theme-text,#0f172a);font-family:inherit;font-size:.875rem}.mail-thread-row-btn:hover{background:color-mix(in oklab,var(--theme-accent,#4f46e5) 4%,transparent)}.mail-thread-row-static{cursor:default}.mail-thread-row.is-unread .mail-thread-participants,.mail-thread-row.is-unread .mail-thread-subject{font-weight:700}.mail-thread-account{font-size:.78rem;font-weight:600;color:var(--theme-text-muted,#64748b);text-transform:uppercase;letter-spacing:.04em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-thread-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.mail-thread-participants{font-size:.85rem}.mail-thread-participants,.mail-thread-subject{font-weight:500;color:var(--theme-text,#0f172a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-thread-subject{font-size:.875rem}.mail-thread-snippet{font-size:.8rem;color:var(--theme-text-muted,#64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-thread-meta{gap:.5rem;font-size:.78rem;color:var(--theme-text-muted,#64748b)}.mail-thread-count,.mail-thread-meta{display:inline-flex;align-items:center}.mail-thread-count{justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .4rem;border-radius:999px;background:color-mix(in oklab,var(--theme-accent,#4f46e5) 16%,transparent);color:var(--theme-text,#0f172a);font-size:.75rem;font-weight:700}.mail-thread-date{white-space:nowrap}.mail-icon-star{color:#f59e0b}.mail-thread-reader{display:flex;flex-direction:column;gap:1.25rem}.mail-thread-header{display:flex;align-items:center;gap:.75rem}.mail-thread-header-text{display:flex;flex-direction:column}.mail-thread-title{font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:1.5rem;font-weight:800;color:var(--theme-text,#0f172a);margin:0;letter-spacing:-.02em}.mail-thread-account-line{margin:0;font-size:.8rem;color:var(--theme-text-muted,#64748b)}.mail-message-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.mail-message{background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:14px;padding:1rem 1.25rem}.mail-message-outbound{background:color-mix(in oklab,var(--theme-accent,#4f46e5) 6%,var(--theme-surface,#fff) 94%)}.mail-message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.mail-message-from{font-size:.9rem;color:var(--theme-text,#0f172a)}.mail-message-to{margin-top:.15rem}.mail-message-date,.mail-message-to{font-size:.78rem;color:var(--theme-text-muted,#64748b)}.mail-message-date{white-space:nowrap}.mail-message-body{font-size:.9rem;color:var(--theme-text,#0f172a);line-height:1.5}.mail-message-body-text{margin:0;font-family:inherit;white-space:pre-wrap;word-wrap:break-word}.mail-message-body-html{word-wrap:break-word}.mail-message-body-html img{max-width:100%;height:auto}.mail-message-actions{margin-top:.75rem;display:flex;gap:.5rem}.mail-compose-modal{width:min(640px,100%)}.mail-compose-form{display:flex;flex-direction:column;gap:.75rem}.mail-compose-body textarea{font-family:inherit;font-size:.9rem;resize:vertical}.mail-compose-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.mail-accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:1rem}.mail-account-card .adm-card-head{display:flex;align-items:flex-start;justify-content:space-between}.mail-account-title{font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:1.05rem;font-weight:700;margin:0;color:var(--theme-text,#0f172a)}.mail-account-purpose{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted,#64748b)}.mail-account-body{padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.mail-account-section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted,#64748b);display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .4rem}.mail-account-addresses,.mail-account-members{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.mail-account-addresses li,.mail-account-members li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--theme-text,#0f172a)}.mail-account-addresses li.is-inactive{opacity:.5}.mail-account-userid{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:var(--theme-text-muted,#64748b)}.mail-account-pill{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;background:color-mix(in oklab,var(--theme-accent,#4f46e5) 14%,transparent);color:var(--theme-text,#0f172a);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.mail-account-pill-positive{background:color-mix(in oklab,#16a34a 18%,transparent)}.mail-settings-body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.65rem}.mail-settings-status-row{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--theme-text,#0f172a)}.mail-settings-status-row small{display:block;margin-top:.15rem;color:var(--theme-text-muted,#64748b);font-size:.8rem}.mail-status-ok{color:#16a34a}.mail-status-bad{color:#dc2626}.mail-settings-domain-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.mail-settings-domain-list li{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.mail-settings-checklist{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:var(--theme-text,#0f172a)}.mail-settings-checklist code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;background:color-mix(in oklab,var(--theme-accent,#4f46e5) 8%,transparent);padding:.05em .4em;border-radius:4px}.mail-settings-link{margin:.25rem 0 0;font-size:.875rem}.mail-settings-link a{display:inline-flex;align-items:center;gap:.3rem;color:var(--theme-accent,#4f46e5);text-decoration:none;font-weight:600}.mail-settings-link a:hover{text-decoration:underline}.mail-recent-rows{padding:0}.mail-recent-rows .mail-thread-row-btn{grid-template-columns:1fr auto}.mail-supp-note{margin:0 0 .75rem;font-size:.82rem;color:var(--theme-text-muted,#64748b)}.mail-supp-table-wrap{overflow-x:auto}.mail-supp-table{width:100%;border-collapse:collapse;font-size:.85rem}.mail-supp-table th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;color:var(--theme-text-muted,#64748b);font-weight:700;padding:.4rem .75rem;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.12));white-space:nowrap}.mail-supp-table td{padding:.6rem .75rem;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.08));color:var(--theme-text,#0f172a);vertical-align:middle}.mail-supp-table tr:last-child td{border-bottom:none}.mail-supp-email{font-weight:600;word-break:break-all}.mail-supp-num{text-align:right;font-variant-numeric:tabular-nums}.mail-supp-reason{max-width:22rem;color:var(--theme-text-muted,#64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-supp-action{text-align:right;white-space:nowrap}