:root{color-scheme:light;--color-surface: #ffffff;--color-surface-alt: #f4f6fb;--color-border: #d7dce5;--color-text: #1f2933;--color-text-muted: #4b5563;--color-primary: #2563eb;--color-primary-foreground: #f9fbff;--color-accent: #0891b2;--color-danger: #dc2626;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-surface-alt)}a{color:inherit;text-decoration:none}button{font-family:inherit}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border-radius:.75rem;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-surface-alt) 100%);color:var(--color-text);font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:0 1px 2px #0f172a14}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 1px 2px #0f172a14}.btn:not(:disabled):hover,.btn:not(:disabled):focus-visible{border-color:#2563eb66;box-shadow:0 6px 16px #0f172a1f;transform:translateY(-1px)}.btn:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}.btn--primary{background:linear-gradient(180deg,#2563eb,#1d4ed8);border-color:#1d4ed8;color:var(--color-primary-foreground)}.btn--primary:not(:disabled):hover,.btn--primary:not(:disabled):focus-visible{background:linear-gradient(180deg,#1d4ed8,#1e40af);border-color:#1e40af;color:var(--color-primary-foreground)}.btn--ghost{background:transparent;border-color:transparent;color:var(--color-primary);box-shadow:none}.btn--ghost:not(:disabled):hover,.btn--ghost:not(:disabled):focus-visible{background:#2563eb14;border-color:#2563eb33}.btn--danger{background:linear-gradient(180deg,var(--color-danger) 0%,#b91c1c 100%);border-color:#b91c1c;color:#fff}.btn--danger:not(:disabled):hover,.btn--danger:not(:disabled):focus-visible{background:linear-gradient(180deg,#b91c1c,#991b1b);border-color:#991b1b}.btn--ghost-danger{background:transparent;border-color:transparent;color:var(--color-danger);box-shadow:none}.btn--ghost-danger:not(:disabled):hover,.btn--ghost-danger:not(:disabled):focus-visible{background:#dc26261a;border-color:#dc262640}.layout-shell{min-height:100vh;display:grid;grid-template-columns:0 1fr;background:var(--color-surface-alt);transition:grid-template-columns .25s ease}.layout-shell--nav-open{grid-template-columns:minmax(14rem,16rem) 1fr}.layout-shell__backdrop{display:none}.layout-shell__sidebar{position:sticky;top:0;align-self:start;background:var(--color-surface);border-right:1px solid var(--color-border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:2rem;height:100vh;overflow:hidden;transform:translate(-100%);transition:transform .25s ease;pointer-events:none}.layout-shell--nav-open .layout-shell__sidebar{transform:translate(0);pointer-events:auto}.layout-shell__sidebar.layout-shell__sidebar--open{pointer-events:auto}.layout-shell__sidebar-close{display:none}.layout-shell__sidebar-content{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow-y:auto}.layout-shell__sidebar-title{font-size:1.15rem;font-weight:600;margin:0}.layout-shell__sidebar-footer{margin-top:auto;display:grid;gap:.75rem}.layout-shell__sidebar-footer .btn{width:100%;justify-content:center}.layout-shell__main{display:flex;flex-direction:column}.layout-shell__header{height:3.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;border-bottom:1px solid var(--color-border);background:var(--color-surface);gap:1rem}.layout-shell__header-info{display:flex;align-items:center;gap:.75rem}.layout-shell__subtitle{font-weight:600;margin:0}.layout-shell__header-actions{display:flex;align-items:center;gap:1rem}.layout-shell__custom-actions:empty{display:none}.layout-shell__account{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-muted)}.layout-shell__account-name{display:inline-flex;align-items:baseline;gap:.25rem}.layout-shell__account-name strong{font-weight:600;color:var(--color-text)}.layout-shell__account-action{background:none;border:none;padding:0;font:inherit;color:var(--color-primary, #2563eb);cursor:pointer;text-decoration:underline}.layout-shell__account-action:focus-visible{outline:2px solid var(--color-primary, #2563eb);outline-offset:2px}.layout-shell__menu-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-surface);color:inherit;cursor:pointer}.layout-shell__menu-icon{display:grid;gap:.3rem}.layout-shell__menu-icon span{display:block;width:1.25rem;height:.15rem;border-radius:999px;background:currentColor}.layout-shell__menu-label{font-weight:600}.layout-shell__header-info{display:inline-flex;align-items:center;gap:.5rem}.layout-shell__subtitle{font-weight:600}.layout-shell__content{flex:1;padding:1.5rem;overflow:auto;max-width:100vw}.nav-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.nav-list .nav-list__link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;color:var(--color-text-muted);text-decoration:none}.nav-list .nav-list__link.router-link-active{background:var(--color-primary);color:var(--color-primary-foreground)}.nav-list__link--disabled{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;color:var(--color-text-disabled, #9ca3af);cursor:not-allowed;text-decoration:none;-webkit-user-select:none;user-select:none}.nav-list__lock{font-size:.875rem}@media(max-width:900px){.layout-shell{grid-template-columns:1fr;position:relative;overflow-x:hidden}.layout-shell--nav-open{grid-template-columns:1fr}.layout-shell__sidebar{position:fixed;inset:0 auto 0 0;width:min(80vw,18rem);max-width:18rem;height:100vh;transform:translate(-110%);transition:transform .25s ease;z-index:30;box-shadow:0 0 2rem #0f172a33;pointer-events:none}.layout-shell__sidebar--open{transform:translate(0);pointer-events:auto}.layout-shell__sidebar-close{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;padding:.35rem .65rem;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--color-text-muted);font-size:.85rem;cursor:pointer}.layout-shell__sidebar-close:hover,.layout-shell__sidebar-close:focus-visible{color:var(--color-text);border-color:var(--color-border)}.layout-shell__sidebar-close-icon{font-size:1.1rem;line-height:1}.layout-shell__backdrop{position:fixed;inset:0;background:#0f172a59;display:block;z-index:20}.layout-shell__menu-toggle{display:inline-flex}.layout-shell__header{padding-left:1rem;padding-right:1rem}}.tag{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;background:var(--color-surface-alt);color:var(--color-text-muted)}.table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:.75rem;overflow:hidden}.table th,.table td{padding:.75rem 1rem;border-bottom:1px solid var(--color-border);text-align:left}.table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;text-transform:capitalize;background:var(--color-surface-alt);color:var(--color-text-muted)}.status-badge[data-status=open]{background:#fde04759;color:#854d0e}.status-badge[data-status=in_progress]{background:#3b82f633;color:#1d4ed8}.status-badge[data-status=resolved]{background:#10b98133;color:#047857}.status-badge[data-status=escalated]{background:#dc262633;color:#991b1b}.status-badge[data-status=active]{background:#10b98126;color:#047857}.status-badge[data-status=blocked]{background:#dc262626;color:#991b1b}.status-badge[data-status=pending]{background:#3b82f626;color:#1d4ed8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.tenant-list{display:grid;gap:1.5rem}.tenant-list__header{display:flex;justify-content:space-between;align-items:center}.tenant-list__filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1rem;background:var(--color-surface);padding:1rem;border-radius:.75rem;border:1px solid var(--color-border)}.tenant-list__filter{display:grid;gap:.35rem;font-size:.9rem}.tenant-list__filter input,.tenant-list__filter select,.tenant-detail__form input,.tenant-detail__form textarea{padding:.55rem .65rem;border-radius:.5rem;border:1px solid var(--color-border);font-size:.95rem;background:var(--color-surface-alt);color:inherit}.tenant-list__actions{display:flex;align-items:flex-end;gap:.5rem}.tenant-list__table-wrapper{overflow:hidden;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 10px 30px -15px #0f172a59}.tenant-list__table{width:100%;border-collapse:collapse;min-width:750px;background-color:#f8fafc}.tenant-list__table thead{position:sticky;top:0;background:linear-gradient(180deg,#e2e8f0,#cbd5f5);z-index:1}.tenant-list__table th,.tenant-list__table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;min-width:150px}.tenant-list__table th{background-color:#e2e8f0e6;color:#1f2937;font-weight:600}.tenant-list__table tbody tr:nth-child(odd){background-color:#f1f5f9}.tenant-list__table tbody tr:nth-child(2n){background-color:#fff}@media(max-width:62rem){.tenant-list__table-wrapper{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.tenant-list__table{min-width:750px}}.tenant-list__row{cursor:pointer;transition:background-color .15s ease}.tenant-list__row:hover{background-color:#e2e8f0}.tenant-list__primary{font-weight:600}.tenant-list__secondary{color:#6b7280;font-size:.85rem;margin-top:.25rem;font-family:ui-monospace,SFMono-Regular,SFMono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.tenant-list__text-muted{color:var(--color-text-muted);text-align:center}.tenant-list__pagination{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.tenant-list__error,.tenant-detail__error{padding:.75rem 1rem;border-radius:.75rem;border:1px solid rgba(220,38,38,.4);background:#dc262614;color:#7f1d1d}.tenant-detail{display:grid;gap:1.5rem}.tenant-detail__content{display:grid;gap:2rem}.tenant-detail__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.tenant-detail__heading h1{margin:0}.tenant-detail__subheading{margin:0;color:var(--color-text)}.tenant-detail__subheading--muted{color:var(--color-text-muted)}.tenant-detail__header-actions{display:flex;align-items:center;gap:.75rem}.tenant-detail__blocked-at{margin:0;color:var(--color-danger)}.tenant-detail__section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.25rem;display:grid;gap:1rem}.tenant-detail__section-header{display:flex;justify-content:space-between;align-items:center}.tenant-detail__quick-links{display:flex;gap:.75rem}.tenant-detail__domain-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.tenant-detail__domain-item{display:flex;flex-direction:column;gap:.25rem}.tenant-detail__domain-meta{color:var(--color-text-muted);font-size:.85rem}.tenant-detail__text-muted{color:var(--color-text-muted)}.tenant-detail__form{display:grid;gap:1rem}.tenant-detail__field{display:grid;gap:.35rem}.tenant-detail__hint{color:var(--color-text-muted);font-size:.8rem}.tenant-detail__actions{display:flex;justify-content:flex-end;gap:.5rem}.tenant-detail__note-editor{display:grid;gap:.75rem}.tenant-detail__notes{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.tenant-detail__note{padding:.75rem 1rem;border-radius:.75rem;background:var(--color-surface-alt);display:grid;gap:.35rem}.tenant-detail__note p{margin:0;line-height:1.5}.tenant-detail__note-meta{font-size:.85rem;color:var(--color-text-muted);display:flex;gap:.35rem}.tenant-detail__note-actions{margin-top:.25rem;display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.tenant-detail__table-wrapper{overflow-x:auto}.tenant-detail__link{color:var(--color-primary)}.tenant-dashboard{display:grid;gap:1.5rem}.tenant-dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.tenant-dashboard__heading h1{margin:0}.tenant-dashboard__description{margin:.25rem 0 0;color:var(--color-text-muted)}.tenant-dashboard__header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tenant-dashboard__timeframe{display:grid;gap:.25rem;font-size:.85rem;color:var(--color-text-muted)}.tenant-dashboard__timeframe select{padding:.35rem .6rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.tenant-dashboard__state{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.25rem;display:grid;gap:.75rem}.tenant-dashboard__state--error{border-color:#dc262666;background:#dc262614;color:#7f1d1d}.tenant-dashboard__state--empty{color:var(--color-text-muted)}.tenant-dashboard__summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.5rem;display:grid;gap:1.5rem}.tenant-dashboard__summary-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.tenant-dashboard__metrics{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.tenant-dashboard__metric{background:var(--color-surface-alt);border-radius:.75rem;padding:1rem;display:grid;gap:.35rem}.tenant-dashboard__metric-label{margin:0;font-size:.85rem;color:var(--color-text-muted)}.tenant-dashboard__metric-value{margin:0;font-size:1.5rem;font-weight:600}.tenant-dashboard__highlights{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tenant-dashboard__highlight{border:1px solid var(--color-border);border-radius:.75rem;padding:1rem;display:grid;gap:.35rem}.tenant-dashboard__highlight h3{margin:0;font-size:1rem}.tenant-dashboard__highlight-value{margin:0;font-size:1.4rem;font-weight:600}.tenant-dashboard__publishing-meta{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0}.tenant-dashboard__publishing-meta>div{display:grid;gap:.35rem}.tenant-dashboard__publishing-meta dt{font-size:.85rem;color:var(--color-text-muted)}.tenant-dashboard__publishing-meta dd{margin:0;font-weight:500}.tenant-dashboard__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.tenant-dashboard__panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.5rem;display:grid;gap:1rem}.tenant-dashboard__panel-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.tenant-dashboard__panel-header h2{margin:0;font-size:1.15rem}.tenant-dashboard__panel-header>:last-child{margin-left:auto}.partner-layout__support-link{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-alt);font-weight:600;text-decoration:none}.partner-layout__support-link:hover{background:var(--color-surface)}.partner-layout__badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--color-border);font-size:.75rem;background:var(--color-surface)}.partner-layout__badge--alert{background:#dc26262e;border-color:#dc262659;color:#991b1b}.support-workspace{display:grid;grid-template-columns:minmax(18rem,22rem) 1fr;gap:1.5rem;height:100%}.support-workspace__panel{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;min-height:0}.support-inbox__header{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--color-border)}.support-inbox__title{margin:0;font-size:1.1rem}.support-inbox__subtitle{margin:.35rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.support-inbox__controls{display:grid;gap:.35rem;align-content:flex-start}.support-inbox__label{font-size:.75rem;color:var(--color-text-muted)}.support-inbox__select{padding:.45rem .65rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-surface-alt);font:inherit}.support-inbox__stats{display:flex;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--color-border);font-size:.85rem;color:var(--color-text-muted)}.support-inbox__loading{margin:0;padding:.75rem 1.25rem;font-size:.85rem;color:var(--color-text-muted)}.support-inbox__list{list-style:none;margin:0;padding:0;flex:1;overflow:auto}.support-inbox__item{border-bottom:1px solid var(--color-border)}.support-inbox__item:last-child{border-bottom:none}.support-inbox__item-button{display:grid;gap:.4rem;width:100%;padding:1rem 1.25rem;border:none;background:transparent;text-align:left;cursor:pointer}.support-inbox__item-button:hover,.support-inbox__item.is-active .support-inbox__item-button{background:var(--color-surface-alt)}.support-inbox__item-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.tenant-dashboard__checklist{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.tenant-dashboard__checklist-item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.tenant-dashboard__checklist-content{display:grid;gap:.35rem}.tenant-dashboard__checklist-row{display:flex;align-items:center;gap:.5rem}.tenant-dashboard__status-dot{width:.75rem;height:.75rem;border-radius:999px;background:var(--color-border)}.tenant-dashboard__status-dot[data-status=complete]{background:#10b981b3}.tenant-dashboard__status-dot[data-status=attention]{background:#f59e0bcc}.tenant-dashboard__status-dot[data-status=blocked]{background:#dc2626d9}.tenant-dashboard__checklist-label{font-weight:600}.tenant-dashboard__ai-stats{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0}.tenant-dashboard__ai-stats>div{display:grid;gap:.25rem}.tenant-dashboard__ai-stats dt{font-size:.85rem;color:var(--color-text-muted)}.tenant-dashboard__ai-stats dd{margin:0;font-weight:600}.tenant-dashboard__integration-list{list-style:none;padding:0;margin:0;display:grid;gap:1.25rem}.tenant-dashboard__integration-header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.tenant-dashboard__integration-header h3{margin:0}.tenant-dashboard__integration-action{margin:0;color:var(--color-text);font-weight:500}.tenant-dashboard__quick-links{list-style:none;padding:0;margin:0}.support-inbox__subject{font-weight:600}.support-inbox__meta{margin:0;font-size:.85rem;color:var(--color-text-muted)}.support-inbox__preview{margin:0;font-size:.85rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.support-inbox__empty{padding:1.25rem;text-align:center;color:var(--color-text-muted)}.support-conversation__content{display:flex;flex-direction:column;flex:1;min-height:0}.support-conversation__header{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--color-border)}.support-conversation__title{margin:0;font-size:1.25rem}.support-conversation__details{margin:.35rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.support-conversation__status{display:flex;align-items:center;gap:.75rem}.support-conversation__priority{font-size:.8rem;text-transform:capitalize;color:var(--color-text-muted)}.support-conversation__priority[data-priority=urgent]{color:#991b1b;font-weight:600}.support-conversation__actions{display:grid;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-surface-alt)}.support-conversation__actions-row,.support-conversation__escalate{display:flex;flex-wrap:wrap;gap:.5rem}.support-conversation__escalate-input{flex:1;min-width:12rem;padding:.45rem .65rem;border-radius:.5rem;border:1px solid var(--color-border);font:inherit}.support-conversation__timeline{flex:1;overflow:auto;padding:1.25rem;display:grid;gap:1rem}.tenant-dashboard__quick-link{display:grid;gap:.35rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid var(--color-border);background:var(--color-surface-alt);color:inherit}.tenant-dashboard__quick-link h3{margin:0}.tenant-dashboard__quick-link p{margin:0;color:var(--color-text-muted)}.tenant-dashboard__activity{margin-bottom:1.5rem}.tenant-dashboard__activity-list{list-style:none;padding:0;margin:0;display:grid;gap:1.25rem}.tenant-dashboard__activity-item{display:grid;gap:.35rem}.tenant-dashboard__activity-meta{display:flex;gap:.35rem;color:var(--color-text-muted);font-size:.9rem}.tenant-dashboard__activity-summary{margin:0;font-weight:500}.tenant-dashboard__activity-actions{display:flex;justify-content:flex-end}.tenant-dashboard__muted{color:var(--color-text-muted)}.tenant-dashboard__link{color:var(--color-primary)}.tenant-dashboard__status-pill{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.8rem;background:var(--color-surface-alt);color:var(--color-text-muted);text-transform:none;white-space:nowrap}.tenant-dashboard__status-pill[data-variant=success]{background:#10b98126;color:#047857}.tenant-dashboard__status-pill[data-variant=warning]{background:#f59e0b2e;color:#92400e}.tenant-dashboard__status-pill[data-variant=danger]{background:#dc262626;color:#991b1b}.tenant-dashboard__status-pill[data-variant=info]{background:#2563eb2e;color:#1d4ed8}.support-conversation__entry{background:var(--color-surface-alt);border-radius:.75rem;padding:1rem;border:1px solid var(--color-border)}.support-conversation__entry-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;color:var(--color-text-muted);font-size:.85rem;margin-bottom:.4rem}.support-conversation__entry-header strong{color:var(--color-text)}.support-conversation__entry-body{margin:0;white-space:pre-wrap;line-height:1.45}.support-conversation__composer{padding:1.25rem;border-top:1px solid var(--color-border);display:grid;gap:.75rem;background:var(--color-surface)}.support-conversation__label{font-weight:600}.support-conversation__textarea{width:100%;min-height:6rem;padding:.75rem;border-radius:.75rem;border:1px solid var(--color-border);font:inherit;resize:vertical}.support-conversation__composer-footer{display:flex;align-items:center;gap:.75rem}.support-conversation__pending{font-size:.85rem;color:var(--color-text-muted)}.support-conversation__empty{margin:auto;text-align:center;padding:2rem;display:grid;gap:.75rem;color:var(--color-text-muted)}@media(max-width:1200px){.support-workspace{grid-template-columns:1fr}.support-conversation__header{flex-direction:column;align-items:flex-start}.support-conversation__status{width:100%}}
