:root{--topbar-height:48px;--topbar-padding-x:16px;--topbar-logo-width:140px;--topbar-tab-min-width:80px;--topbar-tab-padding-x:20px;--topbar-icon-button-size:36px;--topbar-avatar-size:32px;--topbar-dropdown-width:240px;--parslee-navy:#091b35;--parslee-emerald:#00a991;--parslee-cyan:#3fe0de;--parslee-sage:#a3c9a8;--parslee-grey:#e5e5e5;--parslee-charcoal:#333;--topbar-bg:#fff;--topbar-border:#e5e7eb;--topbar-text:var(--parslee-charcoal);--topbar-text-active:var(--parslee-navy);--topbar-text-muted:#6b7280;--topbar-text-dim:#9ca3af;--topbar-hover-bg:#091b350d;--topbar-active-indicator:var(--parslee-emerald);--topbar-focus-ring:var(--parslee-cyan);--topbar-dropdown-bg:#fff;--topbar-dropdown-border:#e5e7eb;--topbar-dropdown-hover:#f3f4f6;--topbar-dropdown-active:#e5e7eb;--topbar-dropdown-selected:#a3c9a81a;--topbar-transition-fast:.15s ease;--topbar-transition-normal:.2s ease;--topbar-transition-slow:.3s ease-out;--topbar-shadow:0 1px 3px #0000001a;--topbar-dropdown-shadow:0 4px 12px #00000026}[data-theme=dark],.dark{--topbar-bg:#0f172a;--topbar-border:#1e293b;--topbar-text:#e2e8f0;--topbar-text-active:#fff;--topbar-text-muted:#94a3b8;--topbar-text-dim:#64748b;--topbar-hover-bg:#ffffff0d;--topbar-dropdown-bg:#1e293b;--topbar-dropdown-border:#334155;--topbar-dropdown-hover:#334155;--topbar-dropdown-active:#475569;--topbar-dropdown-selected:#00a99126}.topbar{height:var(--topbar-height);background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border);box-shadow:var(--topbar-shadow);z-index:1000;position:fixed;top:0;left:0;right:0}.topbar-container{height:100%;padding:0 var(--topbar-padding-x);align-items:center;display:flex}.topbar-spacer{flex:1}.topbar-right{align-items:center;gap:4px;display:flex}.topbar-logo{height:100%;transition:opacity var(--topbar-transition-fast);align-items:center;text-decoration:none;display:flex}.topbar-logo:hover{opacity:.9}.topbar-logo-image{width:auto;height:56px;display:block}.topbar-logo-image--collapsed{height:48px}[data-theme=dark] .topbar-logo-image,.dark .topbar-logo-image{filter:brightness(0)invert()}.topbar-app-switcher{align-items:center;height:100%;margin-left:20px;display:flex}.topbar-app-list{height:100%;margin:0;padding:0;list-style:none;display:flex}.topbar-app-tab{height:100%;padding:0 var(--topbar-tab-padding-x);color:var(--topbar-text);transition:background var(--topbar-transition-fast), color var(--topbar-transition-fast);align-items:center;gap:6px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.topbar-app-tab:hover{background:var(--topbar-hover-bg);color:var(--topbar-text-active)}.topbar-app-tab:focus{outline:2px solid var(--topbar-focus-ring);outline-offset:-2px}.topbar-app-tab--active{color:var(--topbar-text-active);font-weight:600}.topbar-app-icon{width:16px;height:16px}.topbar-active-indicator{bottom:0;left:var(--topbar-tab-padding-x);right:var(--topbar-tab-padding-x);background:var(--topbar-active-indicator);border-radius:2px 2px 0 0;height:2px;position:absolute}.topbar-icon-button{width:var(--topbar-icon-button-size);height:var(--topbar-icon-button-size);color:var(--topbar-text-muted);cursor:pointer;transition:background var(--topbar-transition-fast), color var(--topbar-transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.topbar-icon-button:hover{background:var(--topbar-hover-bg);color:var(--topbar-text-active)}.topbar-icon-button:focus{outline:2px solid var(--topbar-focus-ring);outline-offset:2px}.topbar-icon{width:20px;height:20px}.topbar-user-menu{position:relative}.topbar-user-trigger{cursor:pointer;transition:background var(--topbar-transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;display:flex}.topbar-user-trigger:hover{background:var(--topbar-hover-bg)}.topbar-user-trigger:focus{outline:2px solid var(--topbar-focus-ring);outline-offset:2px}.topbar-user-trigger--open{background:var(--topbar-hover-bg)}.topbar-avatar{width:var(--topbar-avatar-size);height:var(--topbar-avatar-size);-o-object-fit:cover;object-fit:cover;border-radius:50%}.topbar-avatar--initials{background:var(--parslee-sage);color:var(--parslee-navy);justify-content:center;align-items:center;font-family:DM Sans,system-ui,sans-serif;font-size:12px;font-weight:600;display:flex}.topbar-user-name{color:var(--topbar-text);font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:500}.topbar-user-chevron{width:16px;height:16px;color:var(--topbar-text-muted);transition:transform var(--topbar-transition-fast)}.topbar-user-chevron--open{transform:rotate(180deg)}.topbar-dropdown{width:var(--topbar-dropdown-width);background:var(--topbar-dropdown-bg);border:1px solid var(--topbar-dropdown-border);box-shadow:var(--topbar-dropdown-shadow);z-index:1010;border-radius:8px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.topbar-dropdown-header{align-items:center;gap:12px;padding:12px;display:flex}.topbar-dropdown-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:40px;height:40px}.topbar-dropdown-avatar--initials{background:var(--parslee-sage);color:var(--parslee-navy);justify-content:center;align-items:center;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:600;display:flex}.topbar-dropdown-user-info{flex:1;min-width:0}.topbar-dropdown-user-name{color:var(--topbar-text-active);white-space:nowrap;text-overflow:ellipsis;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:500;overflow:hidden}.topbar-dropdown-user-email{color:var(--topbar-text-muted);white-space:nowrap;text-overflow:ellipsis;font-family:DM Sans,system-ui,sans-serif;font-size:12px;overflow:hidden}.topbar-dropdown-divider{background:var(--topbar-dropdown-border);height:1px;margin:4px 0}.topbar-dropdown-section{padding:8px 12px}.topbar-dropdown-section-header{letter-spacing:.05em;color:var(--topbar-text-dim);margin-bottom:4px;font-family:DM Sans,system-ui,sans-serif;font-size:11px;font-weight:600}.topbar-dropdown-org-current{color:var(--topbar-text);justify-content:space-between;align-items:center;padding:4px 0;font-family:DM Sans,system-ui,sans-serif;font-size:14px;display:flex}.topbar-dropdown-check{color:var(--parslee-emerald);font-size:14px}.topbar-dropdown-item{width:100%;color:var(--topbar-text);cursor:pointer;transition:background var(--topbar-transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;display:flex}.topbar-dropdown-item:hover{background:var(--topbar-dropdown-hover)}.topbar-dropdown-item:focus{background:var(--topbar-dropdown-hover);outline:none}.topbar-dropdown-item--danger{color:#dc2626}.topbar-dropdown-item--danger:hover{background:#dc26261a}.topbar-dropdown-item-icon{width:16px;height:16px;color:var(--topbar-text-muted)}.topbar-dropdown-item--danger .topbar-dropdown-item-icon{color:#dc2626}.topbar-dropdown-item-chevron{width:16px;height:16px;color:var(--topbar-text-muted);margin-left:auto}.topbar-dropdown-back{width:100%;color:var(--topbar-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:500;display:flex}.topbar-dropdown-back:hover{background:var(--topbar-dropdown-hover)}.topbar-dropdown-back-icon{width:16px;height:16px}.topbar-dropdown-org-list{max-height:200px;overflow-y:auto}.topbar-dropdown-org-item{width:100%;color:var(--topbar-text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;display:flex}.topbar-dropdown-org-item:hover{background:var(--topbar-dropdown-hover)}.topbar-dropdown-org-item--selected{background:var(--topbar-dropdown-selected)}.topbar-account-info{flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-width:0;display:flex}.topbar-account-name{font-weight:500}.topbar-account-email{opacity:.6;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;overflow:hidden}.topbar-account-org{opacity:.5;font-size:11px}.topbar-account-switch-button{cursor:pointer;min-width:0;font:inherit;color:inherit;text-align:left;background:0 0;border:none;flex:1;align-items:center;padding:0;display:flex}.topbar-unlink-button{cursor:pointer;width:24px;height:24px;color:var(--topbar-text-secondary,#6b7280);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:flex}.topbar-unlink-button:hover{background:var(--topbar-hover-bg,#0000000d);color:var(--topbar-text-danger,#ef4444)}.topbar-unlink-icon{width:14px;height:14px}.topbar-current-app{color:var(--topbar-text-active);align-items:center;gap:4px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:600;display:flex}.topbar-current-app-chevron{width:16px;height:16px;color:var(--topbar-text-muted)}.topbar-mobile-trigger{display:flex}.topbar-mobile-backdrop{z-index:1020;animation:fadeIn var(--topbar-transition-normal);background:#00000080;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.topbar-mobile-panel{background:var(--topbar-dropdown-bg);z-index:1030;width:280px;max-width:100%;animation:slideIn var(--topbar-transition-slow);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.topbar-mobile-panel-header{border-bottom:1px solid var(--topbar-dropdown-border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.topbar-mobile-panel-title{color:var(--topbar-text-active);font-family:DM Sans,system-ui,sans-serif;font-size:16px;font-weight:600}.topbar-mobile-panel-content{flex:1;padding:16px;overflow-y:auto}.topbar-mobile-section-header{letter-spacing:.05em;color:var(--topbar-text-dim);margin-bottom:8px;font-family:DM Sans,system-ui,sans-serif;font-size:11px;font-weight:600}.topbar-mobile-divider{background:var(--topbar-dropdown-border);height:1px;margin:16px 0}.topbar-mobile-app-list{margin:0;padding:0;list-style:none}.topbar-mobile-app-item{color:var(--topbar-text);transition:background var(--topbar-transition-fast);border-radius:8px;align-items:center;gap:12px;padding:12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;text-decoration:none;display:flex}.topbar-mobile-app-item:hover{background:var(--topbar-dropdown-hover)}.topbar-mobile-app-item--active{background:var(--topbar-dropdown-selected);font-weight:500}.topbar-mobile-app-icon{width:20px;height:20px;color:var(--topbar-text-muted)}.topbar-mobile-app-item--active .topbar-mobile-app-icon{color:var(--parslee-emerald)}.topbar-mobile-check{color:var(--parslee-emerald);margin-left:auto}.topbar-mobile-user-info{background:var(--topbar-dropdown-selected);border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.topbar-mobile-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:40px;height:40px}.topbar-mobile-avatar--initials{background:var(--parslee-sage);color:var(--parslee-navy);justify-content:center;align-items:center;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:600;display:flex}.topbar-mobile-user-details{flex:1;min-width:0}.topbar-mobile-user-name{color:var(--topbar-text-active);font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:500}.topbar-mobile-user-org{color:var(--topbar-text-muted);font-family:DM Sans,system-ui,sans-serif;font-size:12px}.topbar-mobile-menu-item{width:100%;color:var(--topbar-text);cursor:pointer;text-align:left;transition:background var(--topbar-transition-fast);background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;display:flex}.topbar-mobile-menu-item:hover{background:var(--topbar-dropdown-hover)}.topbar-mobile-menu-item--danger{color:#dc2626}.topbar-mobile-menu-icon{width:20px;height:20px;color:var(--topbar-text-muted)}.topbar-mobile-menu-item--danger .topbar-mobile-menu-icon{color:#dc2626}.topbar-mobile-menu-chevron{width:16px;height:16px;color:var(--topbar-text-muted);transition:transform var(--topbar-transition-fast);margin-left:auto}.topbar-mobile-menu-chevron--open{transform:rotate(180deg)}.topbar-mobile-org-list{margin:8px 0 8px 32px}.topbar-mobile-org-item{width:100%;color:var(--topbar-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;display:flex}.topbar-mobile-org-item:hover{background:var(--topbar-dropdown-hover)}.topbar-mobile-org-item--selected{background:var(--topbar-dropdown-selected)}.topbar-mobile-account-info{flex-direction:column;gap:2px;display:flex}.topbar-mobile-account-org{opacity:.6;font-size:11px}.topbar-mobile-add-account-icon{opacity:.6;width:14px;height:14px;margin-right:8px}.topbar-mobile-help-button{justify-content:flex-start;gap:12px;width:100%;padding:12px}.topbar-mobile-help-button:after{content:"Help & Support";font-family:DM Sans,system-ui,sans-serif;font-size:14px}
:root{--brw-emerald:#00a991;--brw-emerald-dark:#008b78;--brw-cyan:#3fe0de;--brw-navy:#091b35;--brw-charcoal:#333;--brw-muted:#667085;--brw-sage:#d9f2ec;--brw-grey:#e5e7eb;--brw-surface:#fff;--brw-surface-subtle:#f8fafc;--brw-focus:#00a99147;--brw-danger:#dc2626;--brw-warning:#b45309;--brw-radius:8px;--brw-font:"IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.brw-hidden{display:none}.brw-truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.brw-button:focus-visible,.brw-filter:focus-visible,.brw-feedback-item:focus-visible,.brw-feedback-hub:focus-visible,.brw-feedback-hub__item:focus-visible,.brw-add-attachment:focus-visible,.brw-remove-attachment:focus-visible,.brw-inline-link:focus-visible,.brw-back-link:focus-visible{outline:3px solid var(--brw-focus);outline-offset:2px}.brw-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:60;background:#0000009e;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.brw-modal{background:var(--brw-surface);border-radius:var(--brw-radius);color:var(--brw-charcoal);font-family:var(--brw-font);width:100%;max-width:42rem;max-height:90vh;padding:1.5rem;position:relative;overflow-y:auto;box-shadow:0 24px 70px #091b3552}.brw-modal-header,.brw-review-header,.brw-actions-row,.brw-confirm__actions,.brw-field-row{display:flex}.brw-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.brw-modal-title,.brw-section-title,.brw-state-title{color:var(--brw-navy);margin:0;font-weight:650}.brw-modal-title{font-size:1.5rem;line-height:1.2}.brw-modal-title--error{color:var(--brw-danger)}.brw-context-strip{background:var(--brw-surface-subtle);border:1px solid var(--brw-grey);border-radius:var(--brw-radius);color:var(--brw-charcoal);gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.75rem;display:grid}.brw-context-strip__row{align-items:center;gap:.5rem;min-width:0;display:flex}.brw-context-strip__icon{color:var(--brw-emerald);flex:none;width:.875rem;height:.875rem}.brw-field,.brw-attachments,.brw-diagnostics-box,.brw-label--block{margin-bottom:1rem}.brw-textarea,.brw-input{border:1px solid var(--brw-grey);border-radius:var(--brw-radius);color:var(--brw-charcoal);font:inherit;background:#fff;outline:none;width:100%;transition:border-color .16s,box-shadow .16s}.brw-textarea{resize:vertical;min-height:9.375rem;padding:.75rem}.brw-textarea--compact{min-height:5.25rem}.brw-input{margin-top:.375rem;padding:.625rem .75rem;display:block}.brw-textarea:focus,.brw-input:focus{border-color:var(--brw-emerald);box-shadow:0 0 0 3px var(--brw-focus)}.brw-field-row{justify-content:space-between;align-items:center;margin-top:.5rem}.brw-counter,.brw-small-copy{color:var(--brw-muted);font-size:.75rem}.brw-field-error{color:var(--brw-danger);margin:.5rem 0 0;font-size:.8125rem}.brw-field-error--warning{color:var(--brw-warning)}.brw-diagnostics-box{background:var(--brw-surface-subtle);border:1px solid var(--brw-grey);border-radius:var(--brw-radius);padding:.75rem}.brw-diagnostics-box p{margin:0}.brw-diagnostics-box summary{color:var(--brw-emerald);cursor:pointer;border-radius:4px;margin-top:.5rem;font-size:.875rem;font-weight:650}.brw-diagnostics-preview{color:var(--brw-charcoal);gap:.75rem;margin-top:.75rem;font-size:.75rem;display:grid}.brw-diagnostics-preview__image{border:1px solid var(--brw-grey);-o-object-fit:cover;object-fit:cover;border-radius:6px;width:100%;max-height:7rem}.brw-preview-title{color:var(--brw-navy);font-weight:650}.brw-preview-list{margin:.25rem 0 0;padding:0;list-style:none}.brw-add-attachment{border:1px dashed var(--brw-grey);border-radius:var(--brw-radius);color:var(--brw-charcoal);cursor:pointer;font:inherit;background:0 0;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:border-color .16s,color .16s;display:inline-flex}.brw-add-attachment:hover{border-color:var(--brw-emerald);color:var(--brw-emerald)}.brw-add-attachment:disabled{cursor:not-allowed;opacity:.55}.brw-add-attachment svg{width:1rem;height:1rem}.brw-attachment-grid{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.brw-attachment-thumb{position:relative}.brw-attachment-thumb img{border:1px solid var(--brw-grey);border-radius:var(--brw-radius);-o-object-fit:cover;object-fit:cover;width:4rem;height:4rem}.brw-attachment-thumb span{border-radius:0 0 var(--brw-radius) var(--brw-radius);color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#000000a3;padding:.125rem .25rem;font-size:.625rem;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.brw-remove-attachment{background:var(--brw-danger);color:#fff;cursor:pointer;opacity:0;border:0;border-radius:999px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:opacity .16s;display:flex;position:absolute;top:-.5rem;right:-.5rem}.brw-attachment-thumb:hover .brw-remove-attachment,.brw-remove-attachment:focus-visible{opacity:1}.brw-remove-attachment svg{width:.75rem;height:.75rem}.brw-actions-row{gap:.75rem}.brw-actions-row>*{flex:1}.brw-actions-row--centered{justify-content:center}.brw-actions-row--centered>*{flex:none}.brw-button{cursor:pointer;font:inherit;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:2.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:650;line-height:1.25;text-decoration:none;transition:background .16s,border-color .16s,color .16s,opacity .16s;display:inline-flex}.brw-button--primary{background:var(--brw-emerald);color:#fff}.brw-button--primary:hover{background:var(--brw-emerald-dark)}.brw-button--outline{border-color:var(--brw-grey);color:var(--brw-charcoal);background:#fff}.brw-button--outline:hover,.brw-button--ghost:hover{background:var(--brw-surface-subtle)}.brw-button--ghost{color:var(--brw-charcoal);background:0 0}.brw-button--danger{background:var(--brw-danger);color:#fff}.brw-button:disabled{cursor:not-allowed;opacity:.55}.brw-icon-button{min-height:auto;padding:.25rem}.brw-icon-button svg{width:1.25rem;height:1.25rem}.brw-review-state{text-align:center;flex-direction:column;align-items:center;padding:2rem 0;display:flex}.brw-review-state--loading{padding:2.5rem 0}.brw-spinner,.brw-spinner-icon{animation:1s linear infinite brw-spin}.brw-spinner{border:4px solid #00a99140;border-top-color:var(--brw-emerald);border-radius:999px;width:3rem;height:3rem;margin-bottom:1rem}.brw-spinner-icon{color:var(--brw-emerald);width:3rem;height:3rem}.brw-state-icon{border-radius:999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.brw-state-icon svg{width:1.5rem;height:1.5rem}.brw-state-icon--large{width:3.5rem;height:3.5rem}.brw-state-icon--large svg{width:1.75rem;height:1.75rem}.brw-state-icon--success{color:var(--brw-emerald);background:#d9f2ecbf}.brw-state-icon--warning{color:var(--brw-warning);background:#fef3c7}.brw-state-title{font-size:1.25rem}.brw-state-copy{color:var(--brw-muted);max-width:26rem;margin:.5rem 0 0}.brw-warning-copy{border-radius:var(--brw-radius);color:#92400e;background:#fffbeb;margin:1rem 0 0;padding:.625rem .75rem;font-size:.875rem}.brw-review-header{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.brw-review-header .brw-state-icon{flex:none;margin-top:.25rem;margin-bottom:0}.brw-section-title{font-size:1.25rem}.brw-primary-summary{color:var(--brw-charcoal);margin:.5rem 0 0}.brw-original-description{border-left:2px solid var(--brw-grey);color:var(--brw-muted);margin:.5rem 0 0;padding-left:.75rem;font-style:italic}.brw-pill-row,.brw-feedback-item__badges{flex-wrap:wrap;gap:.5rem;display:flex}.brw-pill,.brw-status-pill,.brw-badge{color:var(--brw-navy);background:#d9f2ecbf;border-radius:999px;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:650;line-height:1;display:inline-flex}.brw-status-pill--closed{color:#374151;background:#f3f4f6}.brw-badge--danger{color:#b91c1c;background:#fee2e2}.brw-badge--warning{color:#92400e;background:#fef3c7}.brw-badge svg{width:.75rem;height:.75rem}.brw-label{color:var(--brw-charcoal);font-size:.875rem;font-weight:650}.brw-decision-stack{gap:.75rem;display:grid}.brw-decision-card{border:1px solid var(--brw-grey);border-radius:var(--brw-radius);background:#fff;gap:.75rem;padding:1rem;display:flex}.brw-decision-card--warning{background:#fffbeb;border-color:#fde68a}.brw-decision-card__icon-wrap{color:var(--brw-emerald);background:#d9f2ecbf;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.brw-decision-card__icon-wrap--warning{color:var(--brw-warning);background:#fef3c7}.brw-decision-card__icon{width:1rem;height:1rem}.brw-decision-card__body{width:100%;min-width:0}.brw-decision-card__title{color:var(--brw-navy);margin:0;font-size:.875rem}.brw-muted-copy{color:var(--brw-charcoal);margin:.375rem 0 0;font-size:.875rem}.brw-quote{color:#713f12;border-left:2px solid #f59e0b;margin:.75rem 0 0;padding-left:.75rem}.brw-compare-grid{gap:.5rem;margin:.5rem 0 0;display:grid}.brw-compare-grid dt{color:var(--brw-muted);letter-spacing:0;text-transform:uppercase;font-size:.6875rem}.brw-compare-grid dd{color:var(--brw-charcoal);margin:.25rem 0 0}.brw-decision-card__actions{gap:.5rem;margin-top:.75rem;display:grid}.brw-clarify-list{gap:.75rem;margin-top:.75rem;display:grid}.brw-drag-overlay,.brw-confirm-backdrop{border-radius:var(--brw-radius);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.brw-drag-overlay{border:2px dashed var(--brw-emerald);color:var(--brw-emerald);pointer-events:none;z-index:10;background:#d9f2ecb8;font-size:1.125rem;font-weight:650}.brw-confirm-backdrop{z-index:20;background:#00000085}.brw-confirm{border-radius:var(--brw-radius);background:#fff;max-width:22rem;padding:1.5rem;box-shadow:0 18px 48px #091b353d}.brw-confirm h3{color:var(--brw-navy);margin:0 0 .5rem;font-size:1.125rem}.brw-confirm p{color:var(--brw-muted);margin:0 0 1.5rem}.brw-confirm__actions{justify-content:flex-end;gap:.75rem}.brw-filter-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.brw-filter{color:var(--brw-charcoal);cursor:pointer;font:inherit;background:#f3f4f6;border:0;border-radius:999px;padding:.375rem .75rem;font-size:.875rem;font-weight:650;transition:background .16s,color .16s}.brw-filter:hover{background:var(--brw-sage)}.brw-filter--active{background:var(--brw-emerald);color:#fff}.brw-empty-state{border:1px solid var(--brw-grey);border-radius:var(--brw-radius);color:var(--brw-muted);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;display:flex}.brw-empty-state--error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.brw-empty-state__icon{color:var(--brw-emerald);width:2rem;height:2rem}.brw-empty-state--error .brw-empty-state__icon{color:var(--brw-danger)}.brw-empty-state__icon--pulse{animation:1.5s ease-in-out infinite brw-pulse}.brw-empty-state__title{color:var(--brw-navy);font-weight:650}.brw-feedback-list__items{border:1px solid var(--brw-grey);border-radius:var(--brw-radius);overflow:hidden}.brw-feedback-item{color:inherit;background:#fff;padding:1rem;text-decoration:none;transition:background .16s;display:block}.brw-feedback-item+.brw-feedback-item{border-top:1px solid var(--brw-grey)}.brw-feedback-item:hover{background:#f9fafb}.brw-feedback-item__inner{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.brw-feedback-item__content{min-width:0}.brw-feedback-item h2{color:var(--brw-navy);text-overflow:ellipsis;white-space:nowrap;margin:.75rem 0 0;font-size:1rem;overflow:hidden}.brw-feedback-item p{color:var(--brw-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 0;font-size:.875rem;display:-webkit-box;overflow:hidden}.brw-feedback-item__meta{color:var(--brw-muted);flex-direction:column;flex:none;align-items:flex-end;gap:.5rem;font-size:.75rem;display:flex}.brw-feedback-item__meta span{align-items:center;gap:.25rem;display:inline-flex}.brw-feedback-item__meta svg{width:.875rem;height:.875rem}.brw-feedback-hub{border-radius:var(--brw-radius);color:var(--brw-charcoal);cursor:pointer;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;min-width:2.75rem;min-height:2.75rem;padding:.5rem;transition:background .16s,color .16s,opacity .16s;display:inline-flex;position:relative}.brw-feedback-hub:hover,.brw-feedback-hub[data-state=open]{background:#e5e7eb80}.brw-feedback-hub--disabled,.brw-feedback-hub:disabled{cursor:not-allowed;opacity:.55}.brw-feedback-hub__icon{width:1.25rem;height:1.25rem}.brw-feedback-hub__badge{background:var(--brw-danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .25rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-.25rem;right:-.25rem}.brw-feedback-hub__popover{background:var(--brw-surface);border:1px solid var(--brw-grey);border-radius:var(--brw-radius);color:var(--brw-charcoal);font-family:var(--brw-font);min-width:13rem;transform-origin:var(--radix-popover-content-transform-origin);z-index:55;gap:.25rem;padding:.375rem;animation:.14s ease-out brw-popover-in;display:grid;box-shadow:0 18px 48px #091b352e}.brw-feedback-hub__item{color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:.625rem;width:100%;min-height:2.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:650;line-height:1.25;text-decoration:none;transition:background .16s,color .16s,opacity .16s;display:flex}.brw-feedback-hub__item:hover,.brw-feedback-hub__item:focus-visible{background:var(--brw-surface-subtle)}.brw-feedback-hub__item:disabled{cursor:not-allowed;opacity:.55}.brw-feedback-hub__item-icon{color:var(--brw-emerald);flex:none;width:1rem;height:1rem}.brw-feedback-detail{color:var(--brw-charcoal);font-family:var(--brw-font);max-width:56rem;margin:0 auto}.brw-back-link,.brw-inline-link{color:var(--brw-emerald);align-items:center;gap:.5rem;max-width:100%;font-size:.875rem;font-weight:650;text-decoration:none;display:inline-flex}.brw-back-link:hover,.brw-inline-link:hover{text-decoration:underline}.brw-back-link svg,.brw-inline-link svg{flex:none;width:1rem;height:1rem}.brw-inline-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brw-feedback-detail__header{border-bottom:1px solid var(--brw-grey);padding:1.25rem 0}.brw-feedback-detail__header h1{color:var(--brw-navy);margin:.75rem 0 0;font-size:1.5rem}.brw-feedback-detail__header p{color:var(--brw-muted);margin:.5rem 0 0;font-size:.875rem}.brw-feedback-detail__sections{gap:1.5rem;padding:1.5rem 0;display:grid}.brw-feedback-detail__sections h2{color:var(--brw-muted);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.8125rem}.brw-feedback-detail__sections p{margin:.5rem 0 0}.brw-detail-attachments{gap:.75rem;margin-top:.75rem;display:grid}.brw-detail-attachment{border:1px solid var(--brw-grey);border-radius:var(--brw-radius);color:inherit;text-decoration:none;transition:border-color .16s;display:block;overflow:hidden}.brw-detail-attachment:hover{border-color:var(--brw-emerald)}.brw-detail-attachment img,.brw-detail-attachment__placeholder{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%;display:flex}.brw-detail-attachment__placeholder{background:#f3f4f6;justify-content:center;align-items:center}.brw-detail-attachment__placeholder svg{color:#9ca3af;width:2rem;height:2rem}.brw-detail-attachment>div:last-child{align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.brw-detail-attachment>div:last-child svg{color:var(--brw-emerald);flex:none;width:1rem;height:1rem}.brw-detail-attachment span{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.brw-detail-attachment small{color:var(--brw-muted);flex:none}.brw-audit-list{gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.brw-audit-list li{gap:.75rem;display:flex}.brw-audit-list li>span{background:var(--brw-emerald);border-radius:999px;flex:none;width:.5rem;height:.5rem;margin-top:.375rem}.brw-audit-list p{margin:0}.brw-audit-list small{color:var(--brw-muted)}@media (min-width:640px){.brw-compare-grid,.brw-decision-card__actions,.brw-detail-attachments{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.brw-modal{padding:1rem}.brw-actions-row,.brw-feedback-item__inner{flex-direction:column}.brw-actions-row>*,.brw-feedback-item__meta{width:100%}.brw-feedback-item__meta{align-items:flex-start}}@media (max-width:640px){.brw-feedback-hub__sheet-layer{z-index:55!important;width:100vw!important;min-width:0!important;max-width:none!important;position:fixed!important;inset:auto 0 0!important;transform:none!important}.brw-feedback-hub__popover{border-radius:var(--brw-radius) var(--brw-radius) 0 0;box-sizing:border-box;border-bottom:0;border-left:0;border-right:0;width:100%;min-width:0;max-width:none;padding:.75rem;animation:.18s ease-out brw-sheet-up;box-shadow:0 -18px 48px #091b3538;transform:none!important}}:is(.dark,[data-theme=dark]) .brw-modal,:is(.dark,[data-theme=dark]) .brw-confirm,:is(.dark,[data-theme=dark]) .brw-feedback-item,:is(.dark,[data-theme=dark]) .brw-decision-card,:is(.dark,[data-theme=dark]) .brw-detail-attachment,:is(.dark,[data-theme=dark]) .brw-feedback-hub__popover,:is(.dark,[data-theme=dark]) .brw-button--outline{color:#f9fafb;background:#111827}:is(.dark,[data-theme=dark]) .brw-modal-title,:is(.dark,[data-theme=dark]) .brw-section-title,:is(.dark,[data-theme=dark]) .brw-state-title,:is(.dark,[data-theme=dark]) .brw-decision-card__title,:is(.dark,[data-theme=dark]) .brw-feedback-item h2,:is(.dark,[data-theme=dark]) .brw-feedback-detail__header h1,:is(.dark,[data-theme=dark]) .brw-preview-title,:is(.dark,[data-theme=dark]) .brw-empty-state__title{color:#fff}:is(.dark,[data-theme=dark]) .brw-context-strip,:is(.dark,[data-theme=dark]) .brw-diagnostics-box,:is(.dark,[data-theme=dark]) .brw-detail-attachment__placeholder{color:#d1d5db;background:#1f2937cc;border-color:#374151}:is(.dark,[data-theme=dark]) .brw-textarea,:is(.dark,[data-theme=dark]) .brw-input{color:#fff;background:#1f2937;border-color:#374151}:is(.dark,[data-theme=dark]) .brw-state-copy,:is(.dark,[data-theme=dark]) .brw-small-copy,:is(.dark,[data-theme=dark]) .brw-counter,:is(.dark,[data-theme=dark]) .brw-muted-copy,:is(.dark,[data-theme=dark]) .brw-original-description,:is(.dark,[data-theme=dark]) .brw-feedback-item p,:is(.dark,[data-theme=dark]) .brw-feedback-detail__header p,:is(.dark,[data-theme=dark]) .brw-feedback-detail__sections h2,:is(.dark,[data-theme=dark]) .brw-audit-list small{color:#9ca3af}:is(.dark,[data-theme=dark]) .brw-button--outline,:is(.dark,[data-theme=dark]) .brw-decision-card,:is(.dark,[data-theme=dark]) .brw-feedback-list__items,:is(.dark,[data-theme=dark]) .brw-feedback-item+.brw-feedback-item,:is(.dark,[data-theme=dark]) .brw-feedback-detail__header,:is(.dark,[data-theme=dark]) .brw-detail-attachment,:is(.dark,[data-theme=dark]) .brw-empty-state{border-color:#374151}:is(.dark,[data-theme=dark]) .brw-feedback-item:hover,:is(.dark,[data-theme=dark]) .brw-button--outline:hover,:is(.dark,[data-theme=dark]) .brw-button--ghost:hover,:is(.dark,[data-theme=dark]) .brw-feedback-hub:hover,:is(.dark,[data-theme=dark]) .brw-feedback-hub[data-state=open],:is(.dark,[data-theme=dark]) .brw-feedback-hub__item:hover,:is(.dark,[data-theme=dark]) .brw-feedback-hub__item:focus-visible,:is(.dark,[data-theme=dark]) .brw-filter{background:#1f2937}:is(.dark,[data-theme=dark]) .brw-filter:hover{background:#374151}:is(.dark,[data-theme=dark]) .brw-filter--active{background:var(--brw-emerald)}@keyframes brw-spin{to{transform:rotate(360deg)}}@keyframes brw-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes brw-popover-in{0%{opacity:0;scale:.98}to{opacity:1;scale:1}}@keyframes brw-sheet-up{0%{opacity:0;translate:0 .75rem}to{opacity:1;translate:0}}
body.demo-banner-active .topbar{top:40px!important}.topbar{--topbar-bg:#fff9!important;--topbar-border:#0000000f!important;--topbar-hover-bg:#00a9910f!important;--topbar-text-active:#00a991!important;--topbar-active-indicator:#00a991!important;-webkit-backdrop-filter:blur(24px)!important}.dark .topbar{--topbar-bg:#0b1120b3!important;--topbar-border:#ffffff14!important;--topbar-hover-bg:#00a99114!important}.topbar .topbar-app-tab{color:#8b92a5!important;font-size:13px!important;font-weight:500!important}.topbar .topbar-app-tab:hover{color:#1a1d23!important;background:#00a9910f!important;border-radius:8px!important}.topbar .topbar-app-tab.topbar-app-tab--active{color:#00a991!important;font-weight:600!important}.topbar .topbar-active-indicator{background:#00a991!important;width:20px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.topbar .topbar-avatar--initials{color:#fff!important;background:linear-gradient(135deg,#00a991,#3fe0de)!important;border-radius:10px!important;font-size:12px!important;font-weight:600!important}.topbar .topbar-user-name{color:#4a5060!important;font-size:13px!important;font-weight:500!important}.topbar .topbar-user-chevron{display:none!important}.topbar .topbar-icon-button{color:#8b92a5!important;border-radius:10px!important;width:36px!important;height:36px!important}.topbar .topbar-icon-button:hover{color:#1a1d23!important;background:#0000000a!important}