.icon { flex: 0 0 auto; vertical-align: middle; }
button, .text-button, .primary, .icon-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
button { min-height: 30px; padding: 5px 9px; font-size: 12px; font-weight: 500; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
textarea, input, select { font: inherit; color: var(--ink); background: var(--input-bg); border: 1px solid var(--line); border-radius: 5px; padding: 8px 10px; min-width: 0; }
textarea { resize: vertical; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: var(--muted); }
.primary { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.primary:hover { background: var(--accent-hover); color: var(--on-accent); border-color: var(--accent-hover); }
.text-button { border: 0; min-height: auto; padding: 0; background: transparent; color: var(--accent); font-weight: 500; text-align: left; }
.text-button:hover { background: transparent; text-decoration: underline; }
.icon-button { width: 29px; height: 29px; padding: 5px; border-color: transparent; background: transparent; }
.icon-button:hover { background: var(--surface-hover); }
.icon-button.primary { background: var(--accent); }
.muted, .subtle { color: var(--muted); }
.subtle { font-size: 11px; line-height: 1.5; }
.small { font-size: 12px; }
.padded { padding: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
h1,h2,h3,p { margin: 0; }
h1 { font-size: 20px; font-weight: 620; line-height: 1.4; }
h2 { font-size: 14px; font-weight: 630; }
h3 { font-size: 13px; font-weight: 620; }
p { line-height: 1.65; }
.workspace-shell { height: 100dvh; display: grid; grid-template-columns: 225px minmax(0,1fr); overflow: hidden; }
.sidebar { display: flex; flex-direction: column; gap: 0; min-width: 0; background: var(--surface-subtle); border-right: 1px solid var(--line); padding: 24px 12px 12px; }
.sidebar-brand { padding: 0 11px 27px; }
.sidebar-brand .bytebeam-logo { width: 95px; height: 25px; }
.app-name { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 14px; font-weight: 650; }
.app-name .subtle { font-size: 10px; font-weight: 450; }
.sidebar-section-label { display: flex; align-items: center; justify-content: space-between; padding: 0 9px; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 650; }
#project-nav { display: flex; flex-direction: column; gap: 3px; overflow-y: auto; }
.project-nav-item { justify-content: flex-start; padding: 8px 9px; width: 100%; gap: 9px; background: transparent; border: 1px solid transparent; border-radius: 6px; text-align: left; }
.project-nav-item span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.project-nav-item:hover { background: var(--surface-hover); }
.project-nav-item.selected { background: var(--panel); border-color: var(--line); }
.project-mark { display: inline-grid; place-items: center; width: 22px; height: 22px; background: var(--accent-soft); color: var(--accent); font-size: 11px; font-weight: 650; border-radius: 5px; flex-shrink: 0; }
.sidebar-import { justify-content: flex-start; color: var(--muted); background: transparent; border: 0; margin: 8px 0; padding: 8px 9px; font-size: 11px; }
.sidebar-bottom { margin-top: auto; padding-top: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 15px; }
.sidebar-bottom > button { justify-content: flex-start; background: transparent; border: 0; padding-left: 10px; }
.theme-switcher { align-self: flex-start; margin-left: 8px; }
.theme-switcher button { min-width: 48px; }
.account { display: flex; align-items: center; gap: 8px; padding: 12px 5px 0; border-top: 1px solid var(--line); }
.account > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.account strong { font-size: 11px; }
.account small { color: var(--muted); font-size: 9px; overflow: hidden; text-overflow: ellipsis; }
.account .icon-button { margin-left: auto; flex-shrink: 0; }
.avatar, .tiny-avatar, .speaker-avatar { display: inline-grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: var(--surface-hover); color: var(--ink-secondary); }
.avatar { width: 27px; height: 27px; font-size: 11px; }
.tiny-avatar { width: 17px; height: 17px; font-size: 9px; }
.main-shell { min-width: 0; display: flex; flex-direction: column; overflow: hidden; }
.workspace-header { min-height: 53px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 15px; }
.breadcrumbs { display: flex; gap: 10px; align-items: center; font-size: 11px; min-width: 0; }
.breadcrumbs > span, .breadcrumbs .icon { color: var(--muted); }
.breadcrumbs strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 550; }
.breadcrumbs .icon { width: 13px; height: 13px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.project-tabs { display: flex; align-items: center; gap: 4px; min-height: 49px; padding: 8px 23px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.project-tabs button { white-space: nowrap; border-color: transparent; background: transparent; color: var(--muted); padding: 6px 11px; }
.project-tabs button .icon { width: 15px; height: 15px; }
.project-tabs button.active { color: var(--ink); background: var(--surface-raised); border-color: var(--line); }
.count { min-width: 16px; border-radius: 4px; background: var(--accent-soft); color: var(--accent); padding: 1px 4px; font-size: 10px; }
.workspace-content { display: grid; grid-template-columns: minmax(0,1fr) 310px; min-height: 0; flex: 1; }
.project-view { min-width: 0; overflow-y: auto; padding: 29px 28px 50px; scrollbar-gutter: stable; }
.agent-panel { display: flex; flex-direction: column; min-height: 0; border-left: 1px solid var(--line); background: var(--surface-raised); }
.agent-panel > header { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.agent-panel > header > div { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.agent-panel > header .icon { color: var(--accent); width: 16px; height: 16px; }
.agent-status { font-size: 10px; color: var(--muted); }
.agent-status[data-working="true"] { color: var(--accent); }
.agent-pending { display: flex; width: calc(100% - 24px); margin: 12px; background: var(--accent-soft); border: 1px solid transparent; color: var(--accent); font-size: 11px; gap: 7px; padding: 10px; }
.agent-pending span { flex: 1; text-align: left; }
.agent-pending .icon { width: 15px; height: 15px; }
.chat-history { min-height: 0; flex: 1; overflow-y: auto; padding: 16px 14px; }
.chat-message { padding: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 7px; margin-bottom: 12px; }
.chat-message[data-role="user"] { background: transparent; border-color: transparent; }
.message-author { display: flex; align-items: center; gap: 6px; margin-bottom: 9px; }
.message-author strong { font-size: 11px; font-weight: 600; }
.message-author .icon { width: 14px; height: 14px; color: var(--accent); }
.message-author time { margin-left: auto; color: var(--muted); font-size: 9px; }
.message-body { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; line-height: 1.8; }
.chat-composer { margin: 0 12px 15px; border: 1px solid var(--line); background: var(--panel); border-radius: 7px; overflow: hidden; }
.chat-composer textarea { width: 100%; border: 0; border-radius: 0; padding: 12px; resize: none; min-height: 80px; font-size: 11px; outline-offset: -2px; }
.chat-composer > div { display: flex; align-items: center; justify-content: space-between; padding: 4px 9px 9px 12px; }
.chat-composer > div > span { color: var(--muted); font-size: 9px; }
.chat-welcome { padding: 20px 8px; }
.chat-welcome > .icon { color: var(--accent); margin-bottom: 15px; width: 24px; height: 24px; }
.chat-welcome h3 { margin-bottom: 9px; }
.chat-welcome p { color: var(--muted); font-size: 12px; margin-bottom: 20px; }
.chat-welcome button { justify-content: flex-start; width: 100%; margin-bottom: 7px; font-size: 11px; padding: 9px; }
.project-intro { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 27px; }
.project-intro p { font-size: 12px; color: var(--muted); margin-top: 8px; max-width: 540px; }
.project-intro > button { flex-shrink: 0; margin-top: 22px; }
.eyebrow { font-size: 9px; font-weight: 650; color: var(--muted); margin-bottom: 9px; }
.stats-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; margin-bottom: 24px; }
.stats-strip > div { padding: 16px 17px; border-right: 1px solid var(--line); }
.stats-strip > div:last-child { border-right: 0; }
.stats-strip > div > span { display: block; font-size: 10px; color: var(--muted); margin-bottom: 11px; }
.stats-strip strong { font-size: 26px; font-weight: 550; line-height: 1.2; }
.stats-strip strong small { color: var(--muted); font-size: 14px; padding-left: 2px; }
.stats-strip p { font-size: 9px; color: var(--muted); margin-top: 6px; }
.outlook { display: flex; gap: 10px; padding: 14px; background: var(--accent-soft); border-radius: 6px; margin-bottom: 23px; }
.outlook .icon { color: var(--accent); margin-top: 3px; }
.outlook p { font-size: 12px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 24px 0 13px; }
.section-heading:first-child { margin-top: 0; }
.section-heading > div > p { margin-top: 6px; font-size: 12px; }
.attention-list { border: 1px solid var(--line); border-radius: 7px; }
.attention-row { display: flex; align-items: flex-start; gap: 12px; padding: 15px; }
.attention-row + .attention-row { border-top: 1px solid var(--line); }
.attention-row > div { flex: 1; }
.attention-row strong { font-size: 12px; font-weight: 580; }
.attention-row p { font-size: 11px; color: var(--muted); margin: 5px 0; }
.priority-marker { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 4px; background: var(--warn-soft); color: var(--warn); font-size: 10px; }
.attention-row > button { font-size: 10px; }
.dashboard-heading { margin-top: 28px; }
.dashboard-heading > div:first-child { display: flex; align-items: center; gap: 15px; }
.dashboard-heading select { font-size: 11px; padding: 5px 8px; max-width: 210px; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.metric-panel { border: 1px solid var(--line); border-radius: 7px; overflow: hidden; min-width: 0; }
.metric-heading { display: flex; justify-content: space-between; gap: 10px; padding: 14px 15px; border-bottom: 1px solid var(--line); }
.metric-heading h3 { font-size: 12px; }
.metric-row { display: flex; width: 100%; border: 0; border-radius: 0; align-items: flex-start; justify-content: space-between; padding: 12px 15px; background: var(--panel); gap: 10px; font-size: 11px; }
.metric-row:hover { background: var(--surface-hover); }
.metric-row > span { text-align: left; max-width: 49%; }
.metric-row > div { display: flex; align-items: center; gap: 10px; }
.metric-row strong { min-width: 25px; font-weight: 500; text-align: right; }
progress { appearance: none; width: 65px; height: 5px; border: 0; border-radius: 4px; background: var(--surface-subtle); overflow: hidden; }
progress::-webkit-progress-bar { background: var(--surface-subtle); border-radius: 4px; }
progress::-webkit-progress-value { background: var(--accent); border-radius: 4px; }
progress::-moz-progress-bar { background: var(--accent); border-radius: 4px; }
.metric-definition { border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); padding: 10px 14px; }
.metric-definition summary { cursor: pointer; }
.metric-definition p { margin-top: 8px; }
.goal-row { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.goal-row > .icon { color: var(--accent); width: 16px; margin-top: 2px; }
.goal-row > div { flex: 1; }
.goal-row strong { font-size: 12px; font-weight: 550; }
.goal-row p { font-size: 11px; color: var(--muted); margin-top: 4px; }
.view-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 20px 0; }
.view-toolbar input { width: 310px; font-size: 12px; }
.table-scroll { width: 100%; overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 11px; text-align: left; }
th { font-size: 10px; color: var(--muted); font-weight: 550; background: var(--surface-raised); padding: 10px 9px; border-bottom: 1px solid var(--line); white-space: nowrap; }
td { padding: 13px 9px; border-bottom: 1px solid var(--line); vertical-align: middle; line-height: 1.5; }
tr:hover td { background: var(--surface-raised); }
.issue-title { color: var(--ink); display: flex; flex-direction: column; align-items: flex-start; gap: 5px; min-width: 160px; max-width: 350px; }
.issue-title strong { font-size: 11px; font-weight: 550; }
.issue-key { font-size: 10px; color: var(--muted); }
.icon-link .icon { width: 14px; height: 14px; }
.badge { display: inline-flex; align-items: center; white-space: nowrap; font-size: 10px; padding: 3px 7px; border-radius: 4px; background: var(--surface-hover); color: var(--ink-secondary); text-transform: capitalize; line-height: 1.3; }
.badge[data-status="done"],.badge[data-status="applied"],.badge[data-status="completed"],.badge[data-status="satisfied"],.badge[data-status="connected"] { color: var(--high); background: var(--high-soft); }
.badge[data-status="in_progress"],.badge[data-status="pending"],.badge[data-status="recording"],.badge[data-status="streaming"],.badge[data-status="enabled"] { color: var(--accent); background: var(--accent-soft); }
.badge[data-status="unknown"],.badge[data-status="needs_review"],.badge[data-status="processing"],.badge[data-status="paused"] { color: var(--warn); background: var(--warn-soft); }
.badge[data-status="unmet"],.badge[data-status="conflict"],.badge[data-status="error"],.badge[data-status="interrupted"] { color: var(--danger); background: var(--danger-soft); }
.badge[data-status="waived"] { color: var(--medium); background: var(--medium-soft); }
.empty-state { padding: 60px 20px; text-align: center; width: 100%; }
.empty-state > .icon { width: 27px; height: 27px; color: var(--muted); margin-bottom: 17px; }
.empty-state h3,.empty-state h1 { margin-bottom: 9px; font-size: 16px; }
.empty-state p { color: var(--muted); font-size: 12px; max-width: 370px; margin: 0 auto 18px; }
.empty-state button { margin: 5px; }
.meeting-list { margin-top: 24px; }
.meeting-card { display: flex; width: 100%; gap: 14px; text-align: left; justify-content: flex-start; padding: 19px 15px; border: 1px solid var(--line); margin-bottom: 10px; border-radius: 7px; }
.meeting-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 7px; flex: 1; }
.meeting-card strong { font-size: 13px; font-weight: 550; }
.meeting-symbol { width: 35px; height: 35px; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: 7px; }
.meeting-breadcrumb { display: flex; gap: 7px; align-items: center; margin-bottom: 17px; font-size: 11px; color: var(--muted); }
.meeting-breadcrumb .icon { width: 12px; height: 12px; }
.recording-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); background: var(--surface-raised); border-radius: 7px; padding: 13px; }
.recording-toolbar > div:first-child { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.recording-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); }
.recording-toolbar[data-recording="true"] .recording-dot { background: var(--danger); box-shadow: 0 0 0 4px var(--danger-soft); }
.recording-help { font-size: 10px; color: var(--muted); padding: 10px 2px; }
.meeting-columns { display: grid; grid-template-columns: minmax(0,1fr) 230px; gap: 22px; margin-top: 9px; }
.transcript-panel { min-width: 0; }
.transcript-panel .section-heading { flex-wrap: wrap; }
.transcript-panel .section-heading .actions { font-size: 10px; }
.transcript-panel .section-heading button { font-size: 10px; min-height: 25px; }
.transcript { padding: 8px 0; }
.transcript-segment { margin-bottom: 22px; }
.transcript-segment > div { display: flex; align-items: center; gap: 7px; margin-bottom: 8px; }
.transcript-segment strong { font-size: 11px; }
.transcript-segment p { font-size: 12px; white-space: pre-wrap; overflow-wrap: anywhere; padding-left: 27px; }
.speaker-avatar { width: 20px; height: 20px; font-size: 9px; }
.segment-edit { margin-left: auto; font-size: 10px; opacity: 0.5; }
.transcript-segment:hover .segment-edit { opacity: 1; }
.transcript-interim { color: var(--muted); padding: 11px; border-left: 2px solid var(--accent); font-size: 12px; margin-left: 27px; }
.meeting-questions { border-left: 1px solid var(--line); padding-left: 18px; }
.meeting-questions .section-heading .icon { color: var(--accent); }
.question-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.question-item strong { font-size: 12px; font-weight: 550; }
.question-item p { font-size: 11px; color: var(--muted); margin: 7px 0 11px; }
.question-item button { font-size: 10px; }
.proposal-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 23px; }
.proposal-card { border: 1px solid var(--line); border-radius: 7px; padding: 17px; }
.proposal-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.proposal-kind { color: var(--muted); font-size: 10px; display: flex; align-items: center; gap: 6px; text-transform: capitalize; }
.proposal-kind .icon { width: 14px; height: 14px; }
.proposal-card > p { font-size: 12px; margin: 9px 0 14px; color: var(--muted); }
.change-table { border: 1px solid var(--line); border-radius: 5px; padding: 7px 10px; background: var(--surface-raised); }
.change-table > div { display: grid; grid-template-columns: 95px minmax(0,1fr) 18px minmax(0,1fr); align-items: start; gap: 12px; padding: 8px 0; font-size: 11px; }
.change-table span { color: var(--muted); text-transform: capitalize; }
.change-table del { color: var(--muted); text-decoration-color: var(--line-strong); overflow-wrap: anywhere; }
.change-table strong { color: var(--ink); font-weight: 550; white-space: pre-wrap; overflow-wrap: anywhere; }
.change-table .icon { width: 13px; height: 13px; color: var(--muted); }
.proposal-evidence { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin: 13px 0; color: var(--muted); font-size: 10px; }
.proposal-evidence button { font-size: 10px; }
.proposal-evidence .icon { width: 11px; height: 11px; }
.proposal-actions { display: flex; justify-content: flex-end; gap: 7px; border-top: 1px solid var(--line); padding-top: 13px; }
.rule-row { display: flex; align-items: flex-start; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.rule-row > .icon { color: var(--accent); margin-top: 3px; }
.rule-row > div { flex: 1; }
.rule-row strong { font-size: 12px; }
.rule-row p { font-size: 11px; color: var(--muted); margin: 5px 0; }
.sources-list { margin-top: 20px; }
.source-row { display: flex; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.source-row > div { min-width: 0; flex: 1; }
.source-icon { color: var(--muted); margin-top: 5px; }
.source-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; font-size: 10px; color: var(--muted); margin-bottom: 10px; }
.source-title { color: var(--ink); font-size: 13px; font-weight: 550; }
.source-row p { font-size: 12px; color: var(--ink-secondary); margin: 8px 0; overflow-wrap: anywhere; }
.source-row > button { height: 28px; font-size: 10px; }
.source-full { white-space: pre-wrap; font-size: 13px; line-height: 1.8; margin: 17px 0; overflow-wrap: anywhere; }
.checkbox-label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.checkbox-label input { accent-color: var(--accent); }
dialog { padding: 0; width: min(640px,calc(100vw - 32px)); max-height: 88dvh; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--panel); color: var(--ink); box-shadow: var(--shadow-popover); }
dialog::backdrop { background: color-mix(in srgb, var(--ink) 22%, transparent); }
dialog header { display: flex; justify-content: space-between; align-items: center; padding: 16px 21px; border-bottom: 1px solid var(--line); }
dialog header h2 { font-size: 15px; }
.dialog-body { overflow-y: auto; max-height: calc(88dvh - 130px); padding: 20px 22px; }
dialog footer { display: flex; justify-content: flex-end; gap: 8px; padding: 14px 21px; border-top: 1px solid var(--line); }
.field { display: flex; flex-direction: column; align-items: stretch; gap: 7px; margin-bottom: 17px; min-width: 0; }
.field > span { font-size: 11px; font-weight: 550; color: var(--ink-secondary); text-transform: capitalize; }
.field input,.field select,.field textarea { width: 100%; font-size: 12px; }
.field textarea { min-height: 110px; }
.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.widget-editor { padding: 14px; border: 1px solid var(--line); border-radius: 6px; margin: 20px 0; }
.widget-editor legend { color: var(--muted); padding: 0 6px; font-size: 10px; }
.widget-editor .field { margin-bottom: 10px; }
.form-error,.inline-error { color: var(--danger); background: var(--danger-soft); border-radius: 5px; padding: 11px 13px; font-size: 12px; margin-top: 10px; }
.inline-warning { color: var(--warn) !important; background: var(--warn-soft); padding: 10px; border-radius: 5px; }
.agent-error { margin: 10px 12px; padding: 10px; background: var(--danger-soft); color: var(--danger); border-radius: 5px; font-size: 11px; }
.agent-error button { margin-top: 8px; }
.integration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.integration-card { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; border: 1px solid var(--line); border-radius: 6px; padding: 15px; }
.integration-card p { font-size: 11px; color: var(--muted); }
.integration-card h3 { font-size: 12px; overflow-wrap: anywhere; }
.integration-card .text-button { font-size: 11px; }
.sync-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.sync-row strong { display: block; font-size: 11px; overflow-wrap: anywhere; }
.sync-row p { margin-top: 7px; }
#toast-region { position: fixed; right: 25px; bottom: 22px; z-index: 1000; display: flex; flex-direction: column; gap: 8px; pointer-events: none; max-width: 410px; }
.notice { background: var(--toast-bg); color: var(--toast-ink); border-radius: 6px; padding: 12px 17px; font-size: 12px; box-shadow: var(--shadow-popover); }
.notice-error { background: var(--danger-soft); color: var(--danger); border: 1px solid var(--danger); }
.boot { display: grid; place-content: center; gap: 15px; min-height: 100dvh; text-align: center; padding: 25px; }
.login-page { min-height: 100dvh; display: flex; flex-direction: column; align-items: center; background: var(--panel); }
.login-brand { width: 100%; display: flex; align-items: center; gap: 18px; padding: 30px 40px; font-size: 15px; }
.brand-divider { height: 19px; width: 1px; background: var(--line-strong); }
.login-panel { width: min(430px,calc(100vw - 40px)); margin: auto; padding: 40px 0 80px; display: flex; flex-direction: column; align-items: flex-start; }
.login-symbol { background: var(--accent-soft); color: var(--accent); width: 45px; height: 45px; display: grid; place-items: center; border-radius: 8px; margin-bottom: 28px; }
.login-symbol .icon { width: 25px; height: 25px; }
.login-panel h1 { font-size: 27px; font-weight: 580; line-height: 1.45; max-width: 400px; }
.login-panel > p { margin: 18px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.login-panel > .primary { width: 100%; padding: 12px 20px; border-radius: 5px; font-size: 13px; }
.login-panel > .subtle { width: 100%; margin-top: 16px; text-align: center; }
.login-page footer { color: var(--muted); font-size: 11px; margin-bottom: 30px; }
.demo-label { font-size: 9px; color: var(--warn); background: var(--warn-soft); border-radius: 4px; padding: 8px; margin: -10px 8px 16px; }
@media (min-width: 1700px) { .workspace-content { grid-template-columns: minmax(0,1fr) 365px; } .project-view { padding-left: 40px; padding-right: 40px; } .proposal-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 1220px) { .workspace-shell { grid-template-columns: 195px minmax(0,1fr); } .workspace-content { grid-template-columns: minmax(0,1fr) 270px; } .project-view { padding: 24px 20px 40px; } .stats-strip > div { padding: 13px 10px; } .stats-strip p { font-size: 9px; } .meeting-columns { grid-template-columns: 1fr; } .meeting-questions { border-left: 0; border-top: 1px solid var(--line); padding: 0; } .dashboard-heading { flex-wrap: wrap; } .project-intro { flex-direction: column; gap: 12px; } .project-intro > button { margin-top: 0; } }
@media (max-width: 960px) { .workspace-shell { grid-template-columns: 180px minmax(0,1fr); } .workspace-content { grid-template-columns: 1fr; overflow: auto; } .project-view { overflow: visible; } .agent-panel { min-height: 420px; border-left: 0; border-top: 1px solid var(--line); } .chat-history { max-height: 350px; } .app-name { flex-direction: column; align-items: flex-start; gap: 3px; } .workspace-header { padding: 0 18px; } .project-tabs { padding-left: 14px; } .project-tabs button { padding: 6px 8px; } .project-tabs button .icon { display: none; } }
@media (max-width: 600px) { .workspace-shell { display: flex; flex-direction: column; } .sidebar { padding: 10px 12px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); gap: 10px; } .sidebar-brand { padding: 0; } .sidebar-brand .bytebeam-logo { width: 77px; height: 22px; } .sidebar-brand .app-name,.sidebar-section-label,.sidebar-import,.sidebar-bottom,.demo-label { display: none; } #project-nav { flex-direction: row; overflow-x: auto; } .project-nav-item { min-width: 140px; padding: 5px; font-size: 10px; } .main-shell { flex: 1; } .workspace-header { min-height: 45px; } #sync-freshness { display: none; } .project-view { padding: 20px 15px 30px; } .stats-strip { grid-template-columns: 1fr 1fr; } .stats-strip > div:nth-child(2) { border-right: 0; } .stats-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .dashboard-grid { grid-template-columns: 1fr; } .section-heading { flex-wrap: wrap; } .attention-row { flex-wrap: wrap; } .attention-row > button { margin-left: 33px; } .form-columns,.integration-grid { grid-template-columns: 1fr; gap: 0; } .integration-grid { gap: 10px; } .change-table > div { grid-template-columns: 65px minmax(0,1fr) 13px minmax(0,1fr); gap: 8px; } .source-row { flex-wrap: wrap; } .source-row > button { margin-left: 30px; } .login-brand { padding: 24px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
.dashboard-heading h2 { flex-shrink: 0; white-space: nowrap; }
.change-table strong { white-space: pre-wrap; overflow-wrap: anywhere; }

.mobile-menu { display: none; }
.agent-progress { color: var(--muted); font-size: 11px; padding: 10px 15px; border-bottom: 1px solid var(--line); }
@media (max-width: 600px) { .mobile-menu { display: inline-flex; } #project-nav { min-width: 0; } }
@media (max-width: 960px) { .workspace-content { display: block; } }
@media (max-width: 600px) {
  .workspace-shell { height: auto; min-height: 100dvh; overflow: visible; }
  .main-shell, .workspace-content { overflow: visible; }
  .workspace-header, .project-tabs { flex-shrink: 0; }
}
