:root{--background: #f6f7f4;--foreground: #18201b;--muted-foreground: #667068;--card: #ffffff;--border: #dde2dc;--primary: #176b4d;--primary-hover: #12563e;--primary-foreground: #ffffff;--secondary: #eef3ef;--success: #1c7c54;--success-container: #e6f4ec;--warning: #7a4a08;--warning-bg: #fff4e5;--warning-container: #fff4e5;--sidebar: #1b2a22;--sidebar-active: #294335;--agent-bubble: #e6f4ec;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--foreground);background:var(--background)}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}#root{width:100%;height:100%;min-height:0}button{font:inherit}button:disabled{cursor:not-allowed;opacity:.6}input{font:inherit}.app-shell{display:flex;width:100%;height:100vh;min-height:0;overflow:hidden;background:var(--background)}.sidebar{width:clamp(216px,17vw,260px);flex:0 0 clamp(216px,17vw,260px);position:sticky;top:0;height:100vh;background:var(--sidebar);color:var(--primary-foreground);padding:18px 14px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.brand{display:flex;align-items:center;gap:12px;min-height:48px}.sidebar-note{display:none;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#22372c;color:#d8e0da;font-size:12px;line-height:1.4;padding:12px}.brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#2fb67c}.brand-title{font-weight:700}.brand-subtitle,.agent-card p{color:#b9c8be;font-size:12px;margin:2px 0 0}.nav-list{order:2;display:flex;flex-direction:column;gap:6px}.nav-item{position:relative;height:42px;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 12px;color:#d8e0da;font-size:14px;cursor:pointer;width:100%;text-align:left}.nav-item span:not(.nav-badge){min-width:0;overflow:hidden;text-overflow:ellipsis}.nav-badge{margin-left:auto;min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:#b42318;color:#fff;font-size:11px;font-weight:900;padding:0 6px}.nav-item.active{background:var(--sidebar-active);color:#fff;font-weight:700}.agent-card{order:1;margin-top:0;border-radius:8px;background:#22372c;padding:12px}.sidebar-logout{order:3;margin-top:auto;min-height:42px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:transparent;color:#d8e0da;cursor:pointer;display:flex;align-items:center;gap:10px;padding:0 12px;font-size:14px;font-weight:750}.sidebar-logout:hover{background:#22372c;color:#fff}.content-shell{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.topbar{height:64px;flex:0 0 64px;border-bottom:1px solid var(--border);background:var(--card);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;z-index:20}.topbar-left,.topbar-actions,.topbar-search,.topbar-status{display:flex;align-items:center}.topbar-left{gap:16px;min-width:0}.topbar-left>strong{font-size:18px;white-space:nowrap}.topbar-search{position:relative;width:min(430px,42vw);height:40px;border:1px solid var(--border);border-radius:8px;background:var(--secondary);color:var(--muted-foreground);gap:10px;padding:0 14px;font-size:13px;cursor:pointer}.topbar-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--foreground);font:inherit}.topbar-search-results,.topbar-panel{position:absolute;z-index:50;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 18px 50px #18201b2e}.topbar-search-results{top:calc(100% + 8px);left:0;width:100%;max-height:360px;overflow:auto;padding:8px}.topbar-search-results button,.topbar-panel-list button{width:100%;border:0;border-radius:8px;background:transparent;color:var(--foreground);cursor:pointer;display:grid;gap:3px;padding:10px;text-align:left}.topbar-search-results button:hover,.topbar-panel-list button:hover{background:var(--secondary)}.topbar-search-results span,.topbar-panel-head span{color:var(--muted-foreground);font-size:11px;font-weight:800}.topbar-search-results small,.topbar-panel-list small,.help-list p{color:var(--muted-foreground);font-size:12px}.topbar-actions{position:relative;gap:12px}.topbar-icon{position:relative;width:38px;height:38px;border:0;border-radius:8px;display:grid;place-items:center;background:transparent;color:var(--muted-foreground);cursor:pointer}.topbar-icon:hover{background:var(--secondary)}.topbar-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#b42318;color:#fff;font-size:10px;font-weight:900}.topbar-panel{top:46px;right:52px;width:min(380px,84vw);max-height:520px;overflow:auto;padding:12px}.help-panel{right:0}.topbar-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:8px}.topbar-panel-list,.help-list{display:grid;gap:6px}.help-list p{margin:0;line-height:1.45}.support-line{border-top:1px solid var(--border);padding-top:10px}.topbar-empty{color:var(--muted-foreground);font-size:13px;padding:12px;text-align:center}.topbar-status{height:38px;border:1px solid #a8d9c0;border-radius:8px;background:var(--agent-bubble);color:var(--primary);gap:8px;padding:0 12px;font-size:13px}.agent-status-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.status-dot{width:10px;height:10px;background:#35c986;border-radius:50%}.status-dot.warning{background:#d8891f}.status-dot.success{background:#35c986}.main{flex:1;padding:clamp(14px,2vw,28px);display:flex;flex-direction:column;gap:20px;min-width:0;min-height:0;overflow:auto}.page-header,.header-actions,.conversation-header,.conversation-actions,.panel-heading,.lead-row-top,.lead-row-bottom,.doc-row{display:flex;align-items:center}.page-header,.conversation-header,.panel-heading,.lead-row-top,.doc-row{justify-content:space-between}h1,h2,p{margin:0}h1{font-size:26px;line-height:1.2}h2{font-size:16px}.page-header p,.conversation-header p{color:var(--muted-foreground);margin-top:4px;font-size:14px}.header-actions,.conversation-actions{gap:10px;flex-wrap:wrap;min-width:0}.search-box,.composer{height:40px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--muted-foreground);display:flex;align-items:center;gap:8px;padding:0 12px;font-size:13px}.search-box{width:min(260px,100%);min-width:180px}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--foreground)}.search-box input::placeholder{color:var(--muted-foreground)}.app-notice{position:fixed;right:28px;bottom:28px;z-index:50;max-width:min(420px,calc(100vw - 56px));border:1px solid #a8d9c0;border-radius:8px;background:var(--agent-bubble);color:var(--primary);padding:14px 16px;box-shadow:0 18px 40px #18201b24;font-size:14px;font-weight:700}.primary-button,.secondary-button,.warning-button{height:40px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;cursor:pointer;font-weight:700;font-size:13px}.primary-button{background:var(--primary);color:var(--primary-foreground)}.primary-button:hover{background:var(--primary-hover)}.secondary-button{background:var(--secondary);color:var(--foreground)}.warning-button{background:var(--warning-bg);color:var(--warning)}.danger-button{border:1px solid #f0c7bf;background:#fff3f0;color:#9f2d1f}.danger-button:hover{background:#ffe5df}.full{width:100%}.empty-state{border:1px dashed var(--border);border-radius:8px;color:var(--muted-foreground);font-size:13px;padding:16px;text-align:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#18201b6b;padding:28px}.property-modal{width:min(1060px,100%);max-height:calc(100vh - 56px);overflow:hidden;border-radius:8px;background:var(--card);box-shadow:0 24px 70px #18201b3d}.property-modal form{max-height:calc(100vh - 56px);display:flex;flex-direction:column}.modal-header,.modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px}.modal-header{border-bottom:1px solid var(--border)}.modal-header p{color:var(--muted-foreground);font-size:14px;margin-top:4px}.modal-body{overflow:auto;padding:22px 24px;display:grid;gap:18px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end}.document-preview-modal{width:min(980px,100%);height:min(820px,calc(100vh - 56px));overflow:hidden;border-radius:8px;background:var(--card);box-shadow:0 24px 70px #18201b3d;display:flex;flex-direction:column}.compact-modal{width:min(520px,100%);border-radius:8px;background:var(--card);box-shadow:0 24px 70px #18201b3d;padding:20px;display:grid;gap:16px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-head p,.modal-copy{color:var(--muted-foreground)}.modal-copy{margin:0;line-height:1.55}.document-preview-title{display:flex;align-items:center;gap:12px;min-width:0}.document-preview-title svg{color:var(--brand);flex:0 0 auto}.document-preview-title h2,.document-preview-title p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-preview-body{min-height:0;flex:1;overflow:auto;background:var(--muted);border-bottom:1px solid var(--border);padding:16px}.document-preview-body iframe{width:100%;height:100%;min-height:520px;border:1px solid var(--border);border-radius:8px;background:#fff}.document-preview-body img{display:block;width:auto;max-width:100%;max-height:100%;margin:0 auto;border:1px solid var(--border);border-radius:8px;background:#fff;object-fit:contain}.document-preview-footer{justify-content:flex-start}.document-preview-footer span{color:var(--muted-foreground);font-size:12px}.form-section{border:1px solid var(--border);border-radius:8px;padding:18px;display:grid;gap:16px}.form-section h3{margin:0;font-size:15px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.field,.check-group{display:grid;gap:7px}.field span,.check-group>span{color:var(--muted-foreground);font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--foreground);padding:10px 12px;font:inherit;font-size:14px}.field textarea{min-height:86px;resize:vertical}.check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.miniature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.miniature-check-card{border:1px solid var(--border);border-radius:8px;background:#f8faf8;display:flex;flex-direction:column;gap:12px;min-width:0;padding:12px}.miniature-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.miniature-card-head div{display:grid;gap:3px;min-width:0}.miniature-card-head strong{font-size:13px}.miniature-card-head small{color:var(--muted-foreground);font-size:11px;line-height:1.35}.miniature-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.miniature-option{min-height:32px;border:1px solid var(--border);border-radius:8px;background:var(--card);display:flex;align-items:center;gap:7px;padding:7px 8px;font-size:12px;font-weight:750;line-height:1.25}.miniature-option input{flex:0 0 auto;accent-color:var(--primary)}.miniature-option span{min-width:0}.toggle-row{min-height:40px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;gap:9px;padding:0 12px;font-size:13px;font-weight:700;background:var(--secondary)}.toggle-row input{accent-color:var(--primary)}.form-error{margin-right:auto;color:#9b1c1c;font-size:13px;font-weight:800}.form-note{border:1px solid #f0d09b;border-radius:8px;background:var(--warning-bg);color:var(--warning);padding:10px 12px;font-size:13px;font-weight:700}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-metrics-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;overflow:auto}.home-summary-card{min-height:0;border:1px solid var(--border);border-radius:8px;background:var(--card);padding:16px;display:flex;flex-direction:column;gap:14px}.runtime-alert{border:1px solid #f0d09b;border-radius:8px;background:var(--warning-bg);color:var(--foreground);padding:14px 16px;display:flex;align-items:center;gap:12px}.runtime-alert.compact{margin-bottom:16px}.runtime-alert svg{color:var(--warning);flex:0 0 auto}.runtime-alert div{min-width:0;flex:1}.runtime-alert strong{display:block;font-size:14px;font-weight:850}.runtime-alert p{margin:2px 0 0;color:var(--muted-foreground);font-size:13px;line-height:1.35}.home-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-card-head span{color:var(--muted-foreground);font-size:13px;font-weight:800}.home-summary-card>strong{font-size:34px;line-height:1}.home-summary-card>p{min-height:36px;margin:0;color:var(--muted-foreground);font-size:13px;line-height:1.4}.home-list{min-height:0;flex:1;display:grid;align-content:start;gap:8px;overflow:auto}.home-list button{border:1px solid var(--border);border-radius:8px;background:#f8faf8;color:var(--foreground);cursor:pointer;display:grid;gap:3px;padding:10px;text-align:left}.home-list button:hover{border-color:#a8d9c0;background:#f0f7f3}.home-list span{font-weight:850}.home-list small{color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metric-card,.panel{background:var(--card);border:1px solid var(--border);border-radius:8px}.metric-card{min-height:96px;padding:18px;display:flex;flex-direction:column;gap:8px;justify-content:center}.metric-card span{color:var(--muted-foreground);font-size:12px}.metric-card strong{font-size:26px;line-height:1}.warning-text{color:var(--warning)}.workspace{flex:1;min-height:0;max-height:100%;display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr) minmax(280px,320px);gap:16px;overflow:hidden}.panel{min-width:0;min-height:0;padding:14px}.conversation-panel{display:flex;flex-direction:column;gap:16px;padding:18px;overflow:hidden}.inbox-panel,.side-stack,.compact-panel{min-height:0;display:flex;flex-direction:column;gap:12px}.lead-list,.side-stack,.lead-profile-panel,.doc-list,.property-mini-list{min-height:0;overflow:auto}.side-stack{max-height:100%;overscroll-behavior:contain;padding-right:2px}.inbox-search-box{width:100%}.filter-row,.stage-row{display:flex;gap:8px;flex-wrap:wrap}.filter-chip{min-height:28px;border:1px solid var(--border);border-radius:8px;background:var(--secondary);color:var(--muted-foreground);cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:800}.filter-chip span{color:inherit;opacity:.8}.filter-chip.active{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.badge{min-height:24px;border-radius:8px;display:inline-flex;align-items:center;width:fit-content;padding:0 8px;background:var(--secondary);color:var(--muted-foreground);font-size:11px;font-weight:700;white-space:nowrap}.badge.primary{background:var(--primary);color:var(--primary-foreground)}.badge.success{background:var(--agent-bubble);color:var(--success)}.badge.warning{background:var(--warning-bg);color:var(--warning)}.lead-list,.message-list,.doc-list,.property-mini-list,.broker-alert-list{display:flex;flex-direction:column;gap:10px}.broker-alert-panel{flex:0 0 auto}.broker-alert{width:100%;border:1px solid var(--border);border-left-width:4px;border-radius:8px;background:var(--card);color:var(--foreground);cursor:pointer;display:grid;gap:4px;padding:10px 12px;text-align:left}.broker-alert.critical{border-left-color:#b45309;background:#fff8ed}.broker-alert.warning{border-left-color:#d8891f}.broker-alert.success{border-left-color:var(--success);background:#f0f7f3}.broker-alert span,.broker-alert small{color:var(--muted-foreground);font-size:12px}.broker-alert strong{font-size:13px}.broker-alert em{color:var(--primary);font-size:11px;font-style:normal;font-weight:800}.lead-row{border:1px solid var(--border);background:var(--card);border-radius:8px;padding:12px 12px 11px;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer}.lead-row.unread{border-color:#2f8f63;background:#f5fbf7}.lead-row-top strong{display:inline-flex;align-items:center;gap:7px;min-width:0}.lead-unread-dot{width:8px;height:8px;border-radius:50%;background:#b42318;flex:0 0 auto}.lead-row.selected{background:#f0f7f3;border-color:#a8d9c0}.lead-row:hover{border-color:#b8c7bd}.lead-row span,.lead-row p,.lead-row small,.doc-row span,.visit-card span,.property-mini span{color:var(--muted-foreground);font-size:12px}.lead-row p{color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-property-line{display:flex;align-items:center;gap:5px;min-width:0}.lead-property-line svg{flex:0 0 auto;color:var(--primary)}.agent-state{min-height:22px;border-radius:8px;background:var(--secondary);color:var(--muted-foreground);display:inline-flex;align-items:center;padding:0 7px;font-weight:800}.agent-state.active{background:var(--agent-bubble);color:var(--success)}.lead-context-strip{border:1px solid var(--border);border-radius:8px;background:#f8faf8;min-height:50px;display:flex;align-items:center;gap:10px;padding:10px 12px}.lead-context-strip div{min-width:0;flex:1;display:grid;gap:2px}.lead-context-strip span,.panel-subtitle,.chip-label{color:var(--muted-foreground);font-size:12px;font-weight:800}.lead-context-strip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-list{flex:1;min-height:0;overflow:auto;background:#f8faf8;border-radius:8px;padding:16px}.message{max-width:72%;border:1px solid var(--border);border-radius:8px;background:var(--card);padding:12px;box-shadow:0 1px #18201b08}.message-meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.message-meta time{color:var(--muted-foreground);font-size:11px;white-space:nowrap}.message.agent{margin-left:auto;background:var(--agent-bubble);border-color:transparent}.message.system{max-width:100%;background:var(--secondary);color:var(--muted-foreground)}.message p{margin-top:4px;font-size:13px;line-height:1.35}.lead-profile-panel{display:flex;flex-direction:column;gap:16px;padding:18px}.profile-form,.profile-section,.tag-editor{display:grid;gap:10px}.profile-section{border-top:1px solid var(--border);padding-top:14px}.profile-section>span,.profile-section-head>span{color:var(--muted-foreground);font-size:12px;font-weight:800}.profile-section-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.profile-property-list{display:grid;gap:8px}.profile-property-row{border:1px solid var(--border);border-radius:8px;padding:10px;display:grid;gap:3px}.profile-property-row small,.ai-summary-card small,.tag-chip-list small{color:var(--muted-foreground);font-size:12px}.tag-chip-list{display:flex;flex-wrap:wrap;gap:8px}.tag-chip-list button{min-height:28px;border:1px solid #b8c7bd;border-radius:8px;background:var(--secondary);color:var(--foreground);display:inline-flex;align-items:center;gap:6px;padding:0 8px;cursor:pointer;font-size:12px;font-weight:800}.tag-editor input{width:100%}.tag-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.tag-input-row button{min-height:40px}.ai-summary-card p{margin:0;line-height:1.45}.voice-message{display:grid;gap:8px}.voice-message-header{display:flex;align-items:center;gap:8px;color:var(--muted-foreground);font-size:12px;font-weight:700}.voice-message-header em{margin-left:auto;font-style:normal;text-transform:uppercase;font-size:10px;letter-spacing:0}.voice-message audio{width:100%;height:34px}.composer{justify-content:space-between;width:100%;min-height:46px;height:auto;padding:6px 8px}.composer input{flex:1;min-width:0;height:34px;border:0;outline:0;background:transparent;color:var(--foreground)}.composer-tool-button{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:8px;display:grid;place-items:center;background:var(--secondary);color:var(--muted-foreground);cursor:pointer}.composer-tool-button:hover{background:#dfe7e2;color:var(--foreground)}.composer-template-menu,.composer-popover-menu{position:relative;flex:0 0 auto}.emoji-picker-popover{position:absolute;left:0;bottom:calc(100% + 8px);z-index:35;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 18px 50px #18201b2e;overflow:hidden}.template-picker{position:absolute;left:0;bottom:calc(100% + 8px);z-index:30;width:min(360px,78vw);border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 18px 50px #18201b2e;display:grid;gap:6px;padding:10px}.template-picker-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 6px 8px}.template-picker-head strong{font-size:12px}.template-picker-head button{border:0;background:transparent;color:var(--muted-foreground);cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;padding:4px}.template-picker button{border:0;border-radius:8px;background:transparent;color:var(--foreground);cursor:pointer;font-size:12px;line-height:1.35;padding:9px;text-align:left}.template-picker button:hover{background:var(--secondary)}.template-picker .template-picker-head button{border-radius:6px;display:inline-flex;align-items:center;gap:5px;padding:4px;width:auto}.template-picker button:disabled{cursor:wait;opacity:.65}.template-picker button span,.template-picker button small,.template-picker button em{display:block}.template-picker button span{font-weight:800}.template-picker button small{margin-top:3px;color:var(--muted-foreground);font-size:11px}.template-picker button em{margin-top:5px;color:var(--muted-foreground);font-size:11px;font-style:normal;line-height:1.35;max-height:46px;overflow:hidden}.template-variable-modal{width:min(560px,calc(100vw - 32px))}.template-variable-form{display:grid;gap:12px}.template-variable-form input{width:100%}.template-preview-box{border:1px solid var(--border);border-radius:8px;background:var(--secondary);padding:12px;display:grid;gap:6px}.template-preview-box span{color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase}.template-preview-box p{margin:0;line-height:1.55;overflow-wrap:anywhere}.message.system.attention{border:1px solid #f1d1a9;background:var(--warning-container);color:var(--warning);justify-self:center;max-width:min(640px,92%)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.icon-button{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:8px;display:grid;place-items:center;background:var(--primary);color:var(--primary-foreground);cursor:pointer}.doc-row{min-height:38px;gap:10px}.compact-empty{padding:12px}.doc-row div,.visit-card,.property-mini{display:flex;flex-direction:column;gap:3px}.properties-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(340px,440px) minmax(0,1fr);gap:20px;overflow:hidden}.agenda-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:16px;overflow:hidden}.agenda-workspace-balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.agenda-side,.agenda-main{min-height:0;overflow:auto}.expedientes-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr) minmax(280px,340px);gap:16px;overflow:hidden}.expediente-helper-panel{display:flex;align-items:center;justify-content:space-between;gap:16px}.expediente-helper-panel p{margin:4px 0 0;color:var(--muted-foreground);font-size:13px}.expediente-queue-panel,.expediente-detail-panel,.expediente-side{min-height:0}.expediente-queue-panel,.expediente-detail-panel,.expediente-side{display:flex;flex-direction:column;gap:14px}.expediente-queue,.document-checklist{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:10px}.expediente-row,.document-item{border:1px solid var(--border);border-radius:8px;background:var(--card);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px}.document-item{align-items:flex-start}.expediente-row{width:100%;text-align:left;cursor:pointer}.expediente-row.selected{background:#f0f7f3;border-color:#a8d9c0}.filter-field{display:grid;gap:6px}.filter-field span{color:var(--muted-foreground);font-size:11px;font-weight:800}.filter-field select{min-height:38px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--foreground);padding:0 10px;font:inherit;font-size:13px}.expediente-row div,.document-copy{min-width:0;display:grid;gap:4px}.expediente-row strong,.document-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expediente-row span,.document-item span,.document-item small,.expediente-title-row p,.progress-block p,.privacy-note p{color:var(--muted-foreground);font-size:12px}.document-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-review{display:grid;justify-items:end;gap:8px}.document-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.document-actions button{height:30px;border:1px solid var(--border);border-radius:8px;background:#f8faf8;color:var(--foreground);cursor:pointer;font-size:11px;font-weight:800;padding:0 9px}.document-actions button:hover{border-color:#a8d9c0;background:#f0f7f3}.expediente-title-row{min-height:54px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.expediente-title-row div{min-width:0}.expediente-action-bar{display:flex;flex-wrap:wrap;gap:8px}.progress-block{border:1px solid var(--border);border-radius:8px;background:#f8faf8;padding:12px;display:grid;gap:8px}.progress-track{height:8px;border-radius:8px;overflow:hidden;background:var(--secondary)}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.document-section{min-height:0;border-top:1px solid var(--border);padding-top:14px;display:flex;flex-direction:column;gap:12px}.document-section h3{margin:0;font-size:15px}.privacy-note{border:1px solid var(--border);border-radius:8px;background:#f8faf8;display:flex;gap:10px;padding:12px}.privacy-note svg{flex:0 0 auto;color:var(--primary)}.privacy-note.standalone{align-items:flex-start}.upload-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:var(--background)}.upload-card{width:min(520px,100%);border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 24px 70px #18201b1f;padding:24px;display:grid;gap:20px}.upload-brand .brand-title,.upload-brand .brand-subtitle{color:var(--foreground)}.upload-brand .brand-subtitle{color:var(--muted-foreground)}.upload-form{display:grid;gap:16px}.upload-form h1{font-size:24px}.upload-form>div>p{color:var(--muted-foreground);font-size:14px;margin-top:4px}.uploaded-documents-panel{border-top:1px solid var(--border);padding-top:16px;display:grid;gap:12px}.uploaded-documents-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.uploaded-documents-head h2{font-size:15px;margin:0}.uploaded-documents-head p{color:var(--muted-foreground);font-size:13px;margin:3px 0 0}.uploaded-documents-table{border:1px solid var(--border);border-radius:8px;overflow:hidden}.uploaded-documents-row{display:grid;grid-template-columns:minmax(120px,1.1fr) minmax(86px,.7fr) minmax(120px,1fr) auto;gap:10px;align-items:center;border-top:1px solid var(--border);padding:10px 12px;font-size:12px}.uploaded-documents-row:first-child{border-top:0}.uploaded-documents-row.header{background:var(--secondary);color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase}.uploaded-documents-row strong,.uploaded-documents-row span{min-width:0;overflow-wrap:anywhere}.uploaded-filename{color:var(--muted-foreground)}.uploaded-status{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;background:var(--success-container);color:var(--success);font-weight:800;padding:6px 9px;white-space:nowrap}.uploaded-status svg{flex:0 0 auto}.agenda-main,.agenda-side{min-height:0}.agenda-main{display:flex;flex-direction:column;gap:14px}.agenda-side{display:flex;flex-direction:column;gap:16px}.agenda-calendar-panel{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:16px}.calendar-preview-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));gap:10px}.calendar-day{min-height:180px;border:1px solid var(--border);border-radius:8px;background:#fbfcfb;display:flex;flex-direction:column;overflow:hidden}.calendar-day.has-events{background:#fff;border-color:#b9d8c6}.calendar-day-head{display:grid;gap:2px;padding:10px;border-bottom:1px solid var(--border)}.calendar-day-head span,.calendar-day-head small,.calendar-empty{color:var(--muted-foreground);font-size:12px;font-weight:750;text-transform:capitalize}.calendar-day-head strong{font-size:22px;line-height:1}.calendar-day-events{min-height:0;padding:8px;display:flex;flex-direction:column;gap:8px;overflow:auto}.calendar-event{width:100%;color:var(--foreground);cursor:pointer;display:grid;gap:4px;border:1px solid var(--border);border-radius:8px;padding:8px;background:#f8faf8;text-align:left}.calendar-event:hover{border-color:#a8d9c0;background:#f0f7f3}.calendar-event strong,.calendar-event span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event strong{font-size:12px}.calendar-event span{color:var(--muted-foreground);font-size:11px}.agenda-rules-panel{flex:0 0 auto}.visit-request-list{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:12px}.visit-request-card{display:flex;flex-direction:column;gap:12px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:16px}.visit-request-card:has(.badge.warning){border-color:#e8c88d;background:#fffdfa}.visit-request-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.visit-request-head div{display:flex;flex-direction:column;gap:3px}.visit-request-head span,.visit-request-card p{color:var(--muted-foreground)}.visit-request-card p{margin:0;font-size:13px;line-height:1.45}.agenda-facts,.doc-chip-row,.visit-request-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.agenda-facts span{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;color:var(--muted-foreground);padding:7px 9px;font-size:12px;font-weight:750}.chip-label{min-height:24px;display:inline-flex;align-items:center}.visit-request-actions{justify-content:flex-end;border-top:1px solid var(--border);padding-top:12px}.datetime-field,.slot-picker{margin-right:auto;min-width:220px;display:grid;gap:5px}.datetime-field span,.slot-picker>span{color:var(--muted-foreground);font-size:11px;font-weight:800}.datetime-field input,.slot-picker input,.slot-picker select{min-height:36px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--foreground);padding:0 10px;font:inherit;font-size:13px}.slot-picker>div{display:grid;grid-template-columns:minmax(130px,1fr) minmax(96px,120px);gap:8px}.slot-picker small{color:var(--warning);font-size:11px;font-weight:750}.compact-slot-picker{width:100%;min-width:0;margin-right:0}.calendar-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.calendar-detail-grid div{border:1px solid var(--border);border-radius:8px;display:grid;gap:4px;padding:10px}.calendar-detail-grid span{color:var(--muted-foreground);font-size:11px;font-weight:800}.calendar-detail-grid strong{min-width:0;overflow-wrap:anywhere;font-size:13px}.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.compact-datetime{width:100%;min-width:0;margin-right:0}.visit-mini{gap:10px}.mini-action-row{display:flex;flex-wrap:wrap;gap:8px}.mini-action-row .secondary-button{min-height:34px;padding:0 10px}.action-row{width:100%;border:0;text-align:left;cursor:pointer}.stitch-alert-card{border:1px solid var(--border);border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:8px}.stitch-alert-card>div{display:flex;align-items:center;gap:8px}.stitch-alert-card p{color:var(--muted-foreground);font-size:13px;line-height:1.45}.stitch-alert-card.warning{background:var(--warning-bg);border-color:#f1d3a3}.stitch-alert-card.warning svg,.stitch-alert-card.warning strong{color:var(--warning)}.stitch-alert-card.insight{background:#f3faf6;border-color:#cce7d8}.stitch-alert-card.insight svg,.stitch-alert-card.insight strong{color:var(--primary)}.placeholder-workspace{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:16px}.placeholder-main{min-height:520px;display:flex;flex-direction:column;gap:14px;justify-content:center;align-items:flex-start}.placeholder-main p{max-width:560px;color:var(--muted-foreground)}.placeholder-icon{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;background:var(--agent-bubble);color:var(--primary)}.placeholder-list{width:min(520px,100%);border:1px solid var(--border);border-radius:8px;overflow:hidden}.placeholder-row{min-height:46px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px;padding:0 14px}.placeholder-row:first-child{border-top:0}.settings-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:16px}.settings-main-panel,.settings-side{min-height:0;display:flex;flex-direction:column;gap:16px}.settings-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.settings-title-row p{margin-top:4px;color:var(--muted-foreground);font-size:12px}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.advanced-settings-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-settings-workspace{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.action-field{justify-content:end}.split-actions{justify-content:space-between}.user-access-list{display:grid;gap:10px;margin-top:16px}.user-access-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:12px}.user-access-row div{min-width:0;display:grid;gap:3px}.user-access-row strong,.user-access-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-access-row span{color:var(--muted-foreground);font-size:12px}.integration-card,.settings-agent-card{border:1px solid var(--border);border-radius:8px;background:#f8faf8;padding:14px}.integration-card.success{border-color:#a8d9c0}.integration-card.warning{border-color:#e8c27d}.integration-title{display:flex;align-items:center;gap:8px;margin-bottom:12px}.integration-title span{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:var(--card);color:var(--primary)}.integration-rows{display:grid;gap:8px}.integration-rows div{display:flex;justify-content:space-between;gap:10px;font-size:12px}.integration-rows span{color:var(--muted-foreground)}.integration-rows strong{min-width:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.settings-toggle{margin-top:14px;border:1px solid var(--border);border-radius:8px;background:var(--card);display:flex;gap:10px;padding:12px}.settings-toggle input{margin-top:4px}.settings-toggle span{display:grid;gap:4px}.settings-toggle small,.settings-check small{color:var(--muted-foreground);font-size:12px}.settings-actions{display:flex;justify-content:flex-end;margin-top:14px}.settings-checklist{display:grid;gap:10px}.settings-check{min-height:42px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 10px}.settings-check div{min-width:0;display:grid;gap:2px}.usage-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:16px}.usage-main,.usage-side{min-height:0;display:flex;flex-direction:column;gap:16px}.usage-status-row{min-height:42px;display:flex;align-items:center;gap:12px;color:var(--muted-foreground);font-size:12px}.usage-metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.usage-metric{min-height:88px}.usage-metric strong{font-size:22px}.usage-table-panel{min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.usage-table,.usage-lead-table{min-height:0;overflow:auto;border:1px solid var(--border);border-radius:8px}.usage-lead-header,.usage-lead-row{display:grid;grid-template-columns:minmax(170px,1.1fr) minmax(150px,1fr) 90px 90px 90px 100px;gap:12px;align-items:center;min-height:46px;padding:0 12px}.usage-lead-header{position:sticky;top:0;z-index:1;background:var(--secondary);color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase}.usage-lead-row{border-top:1px solid var(--border);font-size:12px}.usage-lead-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usage-lead-row>span:first-child{display:grid;gap:2px}.usage-lead-row small{min-width:0;overflow:hidden;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap}.usage-table-header,.usage-table-row{display:grid;grid-template-columns:120px minmax(150px,1fr) minmax(170px,1fr) 130px 110px;gap:12px;align-items:center;min-height:42px;padding:0 12px}.usage-table-header{position:sticky;top:0;z-index:1;background:var(--secondary);color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase}.usage-table-row{border-top:1px solid var(--border);font-size:12px}.usage-table-row span,.usage-table-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usage-event-list{display:grid;gap:10px}.usage-event{min-height:48px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;gap:10px;padding:8px 10px}.usage-event svg{color:var(--primary);flex:0 0 auto}.usage-event div{min-width:0;display:grid;gap:3px}.usage-event small,.muted-copy{color:var(--muted-foreground);font-size:12px}.webhook-box{border:1px solid var(--border);border-radius:8px;background:#f8faf8;color:var(--foreground);font-size:12px;font-weight:800;line-height:1.35;overflow-wrap:anywhere;padding:12px}.property-table-panel,.property-detail-panel{display:flex;flex-direction:column;gap:16px;min-height:0;overflow:hidden}.property-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:8px;min-height:0;overflow:auto}.property-detail-panel{overflow:auto;padding:20px}.property-context-search{width:min(440px,100%);flex:0 0 auto}.view-tabs,.property-tabs,.property-detail-tabs{display:flex;align-items:center;gap:8px;min-height:40px;overflow-x:auto;padding-bottom:2px}.view-tabs button,.property-tabs button,.property-detail-tabs button{min-height:36px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--muted-foreground);cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:800;flex:0 0 auto}.view-tabs button.active,.property-tabs button.active,.property-detail-tabs button.active{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.property-detail-content{display:grid;gap:20px}.property-table-header,.property-row{display:grid;grid-template-columns:minmax(220px,1fr);gap:12px;align-items:center}.property-table-header{display:none}.property-row{border:0;border-top:1px solid var(--border);background:var(--card);padding:16px;text-align:left;cursor:pointer}.property-row.selected{background:#f0f7f3}.property-row>div{min-width:0;display:flex;flex-direction:column;gap:5px}.property-row>strong{color:var(--foreground);font-size:14px}.property-row span,.property-row small,.property-detail-heading p,.property-description,.detail-line span{color:var(--muted-foreground);font-size:12px}.property-row div>span{display:inline-flex;align-items:center;gap:4px;min-width:0}.property-row strong,.property-row span{overflow:hidden;text-overflow:ellipsis}.property-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.property-detail-heading>div:first-child{min-width:0}.property-detail-heading h2{overflow-wrap:anywhere}.property-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.property-title-line h2{margin:0}.property-status-pill{border:1px solid var(--border);border-radius:8px;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;font-size:15px;font-weight:900}.property-status-pill.active{border-color:#a8d9c0;background:var(--success-container);color:var(--success)}.property-status-pill.archived{border-color:#eed39e;background:var(--warning-container);color:var(--warning)}.property-status-pill.paused{background:var(--secondary);color:var(--muted-foreground)}.property-detail-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end}.property-description{line-height:1.6;max-width:860px;overflow-wrap:anywhere}.property-description-block{display:grid;gap:12px;max-width:900px}.property-description-block .property-description{margin:0;font-size:13px;line-height:1.75}.property-spec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.property-spec-grid.wide{grid-template-columns:repeat(4,minmax(150px,1fr))}.spec-card{min-height:74px;border:1px solid var(--border);border-radius:8px;background:#f8faf8;padding:10px;display:flex;flex-direction:column;gap:4px}.spec-card svg{color:var(--primary)}.spec-card span{color:var(--muted-foreground);font-size:11px}.spec-card strong{font-size:16px}.detail-block{border-top:1px solid var(--border);padding-top:18px;display:flex;flex-direction:column;gap:14px}.detail-block.no-border{border-top:0;padding-top:0}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-block h3{margin:0;display:flex;align-items:center;gap:8px;font-size:14px}.detail-block h3 svg{color:var(--primary)}.detail-line{min-height:44px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:#f8faf8}.detail-line strong{text-align:right;overflow-wrap:anywhere}.detail-line .badge{white-space:normal;text-align:right}.chip-list{display:flex;flex-wrap:wrap;gap:8px}.muted-inline{color:var(--muted-foreground);font-size:13px}.media-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.media-gallery.wide{grid-template-columns:repeat(3,minmax(180px,1fr))}.media-card{margin:0;min-height:190px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--card)}.media-card img,.media-card>div{width:100%;height:190px;display:block;object-fit:cover}.media-preview-missing{display:grid!important;place-items:center;padding:18px;color:var(--muted-foreground);font-size:12px;font-weight:800;text-align:center}.media-card figcaption{display:grid;gap:10px;padding:10px}.media-card.cover{border-color:#a8d9c0}.selected-files{display:flex;flex-wrap:wrap;gap:8px}.selected-files span{border-radius:8px;background:var(--secondary);color:var(--muted-foreground);padding:7px 10px;font-size:12px;font-weight:800}.existing-media-block{border:1px solid var(--border);border-radius:8px;background:#f8faf8;display:grid;gap:10px;padding:12px}.existing-media-block h4{margin:0}.existing-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.existing-media-card{min-width:0;margin:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--card)}.existing-media-card img,.existing-media-card>div{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover;background:var(--secondary)}.existing-media-card figcaption{display:grid;gap:8px;padding:8px}.existing-media-card figcaption>span,.media-caption-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.editable-media-card{display:flex;flex-direction:column}.editable-media-card img,.editable-media-card>div{flex:0 0 auto}.media-caption-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.media-caption-editor{display:grid;gap:5px}.media-caption-editor span{color:var(--muted-foreground);font-size:11px;font-weight:800}.media-caption-editor input{width:100%;min-height:36px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--foreground);padding:0 10px;font-size:13px}.media-caption-actions{display:flex;gap:8px;flex-wrap:wrap}.media-caption-actions button{min-height:32px;border-radius:8px;padding:0 10px;font-size:12px;font-weight:800}.existing-media-card button{min-height:30px;border-radius:8px;cursor:pointer}.visit-card{gap:12px}.access-page{min-height:100vh;display:grid;place-items:center;background:var(--secondary);padding:24px}.access-card{width:min(440px,100%);border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 20px 60px #18201b1f;padding:28px;display:flex;flex-direction:column;gap:22px}.access-card h1{margin:4px 0 8px;font-size:30px}.access-card p{margin:0;color:var(--muted-foreground)}.access-card form{display:flex;flex-direction:column;gap:14px}@media(max-width:1360px){.topbar-status{display:none}.topbar-search{width:min(360px,38vw)}.workspace{grid-template-columns:minmax(280px,320px) minmax(0,1fr)}.side-stack{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1180px){.sidebar{width:210px;flex-basis:210px}.brand-title,.nav-item,.sidebar-logout{font-size:13px}.agent-card{display:none}.topbar-left>strong{display:none}.workspace{grid-template-columns:minmax(260px,300px) minmax(0,1fr)}.side-stack{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.properties-workspace,.agenda-workspace,.agenda-workspace-balanced{grid-template-columns:1fr}.calendar-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.placeholder-workspace{grid-template-columns:1fr}}@media(max-width:980px){.app-shell{flex-direction:column;height:100dvh}.sidebar{width:100%;flex:0 0 auto;position:static;height:auto;max-height:156px;padding:10px 12px;gap:10px;overflow:hidden}.brand{min-height:36px}.brand-subtitle,.agent-card,.sidebar-note{display:none}.nav-list{flex-direction:row;gap:6px;overflow-x:auto;padding-bottom:2px}.nav-item{width:auto;flex:0 0 auto;height:38px;padding:0 10px;white-space:nowrap}.sidebar-logout{position:absolute;top:10px;right:12px;min-height:36px;margin-top:0}.topbar{min-height:56px;height:auto;flex-basis:auto;padding:8px 12px}.topbar-search{width:min(480px,56vw)}}@media(max-width:760px){body{overflow:hidden}.app-shell{flex-direction:column;height:100dvh;overflow:hidden}.sidebar{width:100%;flex:0 0 auto;position:static;height:auto;padding:10px 12px;gap:10px}.brand{min-height:40px}.brand-title{font-size:14px}.brand-subtitle{font-size:11px}.sidebar-note,.agent-card{display:none}.nav-list{flex-direction:row;gap:6px;overflow-x:auto;padding-bottom:2px}.nav-item{width:auto;flex:0 0 auto;height:38px;padding:0 10px;white-space:nowrap}.content-shell{flex:1;min-height:0}.topbar{display:none}.main{padding:12px;overflow:auto}.page-header,.header-actions{align-items:stretch;flex-direction:column;gap:12px}.search-box{width:100%}.metrics-grid,.home-metrics-grid,.properties-workspace,.agenda-workspace,.expedientes-workspace,.settings-workspace,.advanced-settings-grid,.usage-workspace,.placeholder-workspace,.workspace{grid-template-columns:1fr}.side-stack{display:flex;flex-direction:column}.calendar-preview-grid{grid-template-columns:1fr}.user-access-row{grid-template-columns:1fr;align-items:stretch}.property-table{max-height:44dvh}.property-table-header,.property-row{min-width:0}.property-detail-panel{max-height:none}.property-detail-heading,.property-detail-actions,.property-tabs,.property-detail-tabs,.form-grid,.form-grid.compact,.detail-grid,.miniature-grid,.miniature-option-list,.settings-grid,.property-spec-grid,.usage-metrics-grid{grid-template-columns:1fr}.property-tabs,.property-detail-tabs,.property-detail-actions{flex-wrap:wrap}.conversation-panel{min-height:520px}.message-list{max-height:48dvh}.modal-backdrop{padding:12px}.document-preview-modal{height:calc(100dvh - 24px)}.document-preview-body iframe{min-height:420px}.usage-table,.usage-lead-table{overflow-x:auto}.upload-page{min-height:100dvh;place-items:start center;overflow:auto;padding:16px}.upload-card{width:100%;padding:18px}.uploaded-documents-head{align-items:stretch;flex-direction:column}.uploaded-documents-row{grid-template-columns:1fr;gap:5px}.tag-input-row{grid-template-columns:1fr}.uploaded-documents-row.header{display:none}.uploaded-status{justify-self:start}}
