/* Production-portal inspired dashboard for the standalone demo. Scoped to .portal-shell. */
.portal-shell{--portal-bg:#faf9f6;--portal-surface:#fff;--portal-sidebar:#16211d;--portal-sidebar-hover:#202f29;--portal-sidebar-text:#e7ece9;--portal-sidebar-muted:#8fa199;--portal-primary:#2f6f62;--portal-primary-hover:#245a4f;--portal-primary-light:#e4efec;--portal-accent:#d8a34e;--portal-accent-light:#faf1e0;--portal-text:#1a211f;--portal-muted:#5b675f;--portal-border:#e6e5de;--portal-danger:#b5462f;--portal-danger-light:#f7e9e5;display:flex;min-height:760px;height:min(820px,82vh);background:var(--portal-bg);color:var(--portal-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow:hidden}.portal-shell h1,.portal-shell h2,.portal-shell h3,.portal-shell .production-metric strong,.portal-shell .analytics-metric-card strong{font-family:Manrope,Inter,ui-sans-serif,sans-serif}.portal-sidebar{width:240px;flex:0 0 240px;display:flex;flex-direction:column;background:var(--portal-sidebar);color:var(--portal-sidebar-text)}.portal-brand{display:flex;align-items:center;gap:10px;padding:20px;font-size:15px;font-weight:800;color:#fff}.portal-brand-logo{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--portal-primary);font-weight:900}.portal-nav{flex:1;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.portal-nav-item{border:0;background:transparent;color:var(--portal-sidebar-text);display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;font-size:13px;font-weight:650;cursor:pointer;text-align:left}.portal-nav-item:hover{background:var(--portal-sidebar-hover)}.portal-nav-item.active{background:var(--portal-primary);color:#fff}.portal-nav-icon{width:20px;text-align:center;font-size:16px;opacity:.95}.portal-user{border-top:1px solid rgba(255,255,255,.1);padding:16px 18px;display:flex;align-items:center;gap:10px}.portal-user-avatar{width:34px;height:34px;border-radius:50%;background:#fff;color:var(--portal-primary);display:grid;place-items:center;font-size:10px;font-weight:800}.portal-user strong,.portal-user small{display:block}.portal-user strong{color:#fff;font-size:12px}.portal-user small{margin-top:2px;color:var(--portal-sidebar-muted);font-size:10px}.portal-main{min-width:0;flex:1;height:100%;overflow:hidden}.portal-page{display:none;height:100%;min-height:0;background:var(--portal-bg)}.portal-page.active{display:block}.sample-badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;background:var(--portal-accent-light);color:#8a641f;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.portal-inbox-shell{display:grid;grid-template-columns:280px minmax(360px,1fr) 280px;height:100%;min-height:0;background:var(--portal-bg)}.portal-conversation-list{min-width:0;border-right:1px solid var(--portal-border);background:var(--portal-surface);display:flex;flex-direction:column}.portal-list-header{padding:18px 16px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.portal-list-header h2{margin:0;font-size:19px}.portal-list-header p{margin:3px 0 0;color:var(--portal-muted);font-size:10px}.portal-list-filters{display:flex;gap:6px;padding:0 14px 12px;border-bottom:1px solid var(--portal-border)}.portal-list-filters button{border:1px solid var(--portal-border);background:#fff;color:var(--portal-muted);height:30px;border-radius:9px;padding:0 10px;font-size:9px;font-weight:700;cursor:pointer}.portal-list-filters button.active{background:var(--portal-primary);border-color:var(--portal-primary);color:#fff}.portal-conversation-scroll{flex:1;min-height:0;overflow-y:auto}.portal-conversation-card{width:100%;border:0;border-bottom:1px solid var(--portal-border);background:#fff;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;text-align:left;cursor:pointer}.portal-conversation-card:hover{background:#fbfbf8}.portal-conversation-card.active{background:var(--portal-primary-light);box-shadow:inset 3px 0 0 var(--portal-primary)}.portal-conversation-card .conversation-avatar{flex:0 0 auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:800;color:#fff}.portal-conversation-copy{min-width:0;flex:1}.portal-conversation-copy>div:first-child{display:flex;gap:8px;justify-content:space-between;align-items:center}.portal-conversation-copy strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-conversation-copy time{color:var(--portal-muted);font-size:8px}.portal-conversation-copy p{margin:4px 0 6px;color:var(--portal-muted);font-size:9px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-tags{display:flex;gap:4px;flex-wrap:wrap}.portal-tags span{padding:3px 6px;border-radius:999px;background:var(--portal-bg);color:var(--portal-muted);font-size:7px;font-weight:700}.portal-tags .live-mini{background:var(--portal-primary);color:#fff}.sample-list-label{padding:10px 14px 7px;color:var(--portal-muted);background:var(--portal-bg);border-bottom:1px solid var(--portal-border);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.portal-thread-column{min-width:0;min-height:0;display:flex;flex-direction:column;background:#f5f7f5}.portal-live-pane{display:flex;flex-direction:column;height:100%;min-height:0}.portal-thread-header{background:#fff;border-bottom:1px solid var(--portal-border);padding:12px 15px}.portal-staff-messages{background-color:#f5f7f5;background-image:radial-gradient(circle at 1px 1px,rgba(47,111,98,.055) 1px,transparent 0);background-size:22px 22px}.portal-lead-panel{border-left:1px solid var(--portal-border);background:#fff}.portal-sample-thread{height:100%;min-height:0;display:flex;flex-direction:column}.portal-sample-thread.hidden,.portal-sample-insights.hidden,.portal-live-pane.hidden,.portal-lead-panel.hidden{display:none!important}.sample-thread-header{padding:14px 16px;border-bottom:1px solid var(--portal-border);background:#fff;display:flex;justify-content:space-between;gap:12px;align-items:center}.sample-thread-person{display:flex;align-items:center;gap:10px;min-width:0}.sample-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:11px;background:var(--portal-primary)}.sample-thread-person strong,.sample-thread-person small{display:block}.sample-thread-person strong{font-size:12px}.sample-thread-person small{margin-top:2px;color:var(--portal-muted);font-size:9px}.sample-readonly{padding:5px 8px;border-radius:999px;background:var(--portal-bg);color:var(--portal-muted);font-size:8px;font-weight:800}.sample-messages{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px;background-color:#f5f7f5;background-image:radial-gradient(circle at 1px 1px,rgba(47,111,98,.055) 1px,transparent 0);background-size:22px 22px}.sample-message{display:flex}.sample-message.customer{justify-content:flex-start}.sample-message.ai,.sample-message.staff{justify-content:flex-end}.sample-bubble{max-width:78%;border-radius:13px;padding:9px 11px;font-size:10px;line-height:1.45;white-space:pre-wrap;box-shadow:0 1px 1px rgba(0,0,0,.03)}.sample-message.customer .sample-bubble{background:#fff;border:1px solid var(--portal-border);border-bottom-left-radius:4px}.sample-message.ai .sample-bubble{background:var(--portal-primary);color:#fff;border-bottom-right-radius:4px}.sample-message.staff .sample-bubble{background:#202a26;color:#fff;border-bottom-right-radius:4px}.sample-bubble small{display:block;margin-top:5px;opacity:.62;font-size:7px}.sample-thread-footer{padding:10px 14px;border-top:1px solid var(--portal-border);background:#fff;color:var(--portal-muted);font-size:9px;text-align:center}.portal-sample-insights{overflow-y:auto;border-left:1px solid var(--portal-border);background:#fff}.sample-insight-section{padding:16px;border-bottom:1px solid var(--portal-border)}.sample-insight-section .section-label{color:#8b9089;font-size:8px}.sample-temp-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.sample-temp-title strong{font-size:20px;text-transform:capitalize}.sample-temp-orb{width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.sample-temp-orb.hot{background:#ffe7e8;color:#cf5058}.sample-temp-orb.warm{background:#fff3d8;color:#bf7b18}.sample-temp-orb.cold{background:#eef1f5;color:#7f8793}.sample-insight-section p{margin:8px 0 0;color:var(--portal-muted);font-size:9px;line-height:1.55}.sample-facts{margin:7px 0 0}.sample-facts div{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px dashed var(--portal-border);font-size:8px}.sample-facts dt{color:var(--portal-muted)}.sample-facts dd{margin:0;text-align:right;font-weight:700}.production-page-header{flex:0 0 auto;border-bottom:1px solid var(--portal-border);background:#fff;padding:18px 24px}.production-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.production-title-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.production-title-row h1{margin:0;font-size:21px;font-weight:800}.production-header-row p{margin:5px 0 0;max-width:720px;color:var(--portal-muted);font-size:11px;line-height:1.5}.production-pill{display:inline-flex;align-items:center;border-radius:999px;background:var(--portal-primary-light);color:var(--portal-primary);padding:5px 9px;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.production-primary-btn{border:0;border-radius:11px;background:var(--portal-primary);color:#fff;min-height:40px;padding:0 14px;font-size:11px;font-weight:750;cursor:pointer;box-shadow:0 2px 8px rgba(47,111,98,.12)}.production-primary-btn:hover{background:var(--portal-primary-hover)}.production-secondary-btn{border:1px solid var(--portal-border);border-radius:11px;background:#fff;color:var(--portal-text);min-height:40px;padding:0 13px;font-size:10px;font-weight:750;cursor:pointer}.production-actions{display:flex;gap:8px}.production-icon-btn{width:40px;height:40px;border:1px solid var(--portal-border);background:#fff;border-radius:11px;color:var(--portal-muted);font-size:18px;cursor:pointer}#portalPagePipeline{display:none;flex-direction:column}#portalPagePipeline.active{display:flex}.pipeline-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.production-metric{border:1px solid var(--portal-border);background:#fff;border-radius:14px;padding:12px 14px;box-shadow:0 2px 8px rgba(24,39,33,.025)}.production-metric span,.production-metric small,.production-metric strong{display:block}.production-metric span{color:var(--portal-muted);font-size:9px;font-weight:700}.production-metric strong{margin-top:4px;font-size:19px}.production-metric small{margin-top:3px;color:var(--portal-muted);font-size:8px}.production-metric.danger strong{color:var(--portal-danger)}.production-branch-strip{display:flex;gap:9px;padding:12px 22px;overflow-x:auto;border-bottom:1px solid var(--portal-border);background:var(--portal-bg)}.branch-card{min-width:145px;border:1px solid var(--portal-border);background:#fff;border-radius:14px;padding:10px 11px;text-align:left;cursor:pointer}.branch-card.active{border-color:var(--portal-primary);background:var(--portal-primary-light)}.branch-card div{display:flex;align-items:center;justify-content:space-between;gap:8px}.branch-card strong{font-size:10px}.branch-card b{padding:3px 6px;border-radius:999px;background:#fff;color:var(--portal-primary);font-size:8px}.branch-card small{display:block;margin-top:5px;color:var(--portal-muted);font-size:8px}.production-filterbar{padding:10px 22px;border-bottom:1px solid var(--portal-border);background:#fff;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.production-search{min-width:240px;height:39px;display:flex;align-items:center;gap:8px;border:1px solid var(--portal-border);border-radius:11px;padding:0 11px;background:var(--portal-bg);color:var(--portal-muted)}.production-search input{border:0;background:transparent;outline:0;width:100%;font-size:11px;color:var(--portal-text)}.production-filterchips{display:flex;gap:5px;overflow-x:auto}.production-filterchips button{height:36px;border:1px solid var(--portal-border);background:#fff;color:var(--portal-muted);border-radius:10px;padding:0 10px;font-size:9px;font-weight:750;cursor:pointer;white-space:nowrap}.production-filterchips button.active{background:var(--portal-primary);border-color:var(--portal-primary);color:#fff}.production-kanban{flex:1;min-height:0;display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;padding:18px 20px 22px}.kanban-stage{flex:0 0 276px;min-width:276px;height:100%;border-radius:15px;background:#f1f2ee;display:flex;flex-direction:column}.kanban-stage-header{padding:12px 12px 9px}.kanban-stage-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.kanban-stage-title>div{display:flex;align-items:center;gap:7px}.stage-dot{width:8px;height:8px;border-radius:50%}.kanban-stage h2{margin:0;font-size:11px}.kanban-stage-count{padding:3px 7px;border-radius:999px;background:#fff;font-size:8px;font-weight:800;color:var(--portal-muted)}.kanban-stage-header p{margin:4px 0 0 15px;color:var(--portal-muted);font-size:8px}.kanban-cards{flex:1;overflow-y:auto;padding:0 9px 10px;display:flex;flex-direction:column;gap:8px}.kanban-card{width:100%;border:1px solid var(--portal-border);background:#fff;border-radius:14px;padding:11px;text-align:left;box-shadow:0 1px 4px rgba(24,39,33,.04);cursor:pointer}.kanban-card:hover{transform:translateY(-1px);border-color:rgba(47,111,98,.35)}.kanban-card-top{display:flex;align-items:flex-start;gap:8px}.mini-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:800;background:var(--portal-primary)}.kanban-card-copy{min-width:0;flex:1}.kanban-card-copy>div{display:flex;justify-content:space-between;gap:6px}.kanban-card-copy strong{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kanban-card-copy b{color:var(--portal-primary);font-size:8px}.kanban-card-copy p{margin:3px 0 0;color:var(--portal-muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kanban-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:9px}.kanban-badges span{padding:3px 6px;border-radius:999px;font-size:7px;font-weight:800;text-transform:uppercase}.tag-hot{background:#ffe7e8;color:#bc414b}.tag-warm{background:#fff1cf;color:#a86a10}.tag-cold{background:#eef1f5;color:#737b86}.tag-branch{background:var(--portal-primary-light);color:var(--portal-primary)}.tag-attention{background:var(--portal-danger-light);color:var(--portal-danger)}.kanban-card-meta{margin-top:9px;border-top:1px solid var(--portal-border);padding-top:7px;display:flex;justify-content:space-between;gap:8px;color:var(--portal-muted);font-size:7px}#portalPageAnalytics{overflow-y:auto}.analytics-filters{display:flex;align-items:end;gap:8px;flex-wrap:wrap;margin-top:14px}.analytics-filters label{min-width:130px}.analytics-filters label>span{display:block;margin-bottom:4px;color:var(--portal-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.analytics-filters select{height:40px;width:100%;border:1px solid var(--portal-border);border-radius:10px;background:#fff;padding:0 9px;color:var(--portal-text);font-size:10px}.analytics-filters>button:not(.production-primary-btn){height:40px;border:1px solid var(--portal-border);border-radius:10px;background:#fff;color:var(--portal-muted);padding:0 12px;font-size:9px;font-weight:750}.analytics-content{padding:18px 22px 26px;display:flex;flex-direction:column;gap:16px}.analytics-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.analytics-metric-card{border:1px solid var(--portal-border);background:#fff;border-radius:15px;padding:13px;box-shadow:0 2px 8px rgba(24,39,33,.035)}.analytics-metric-card>span{color:var(--portal-muted);font-size:9px;font-weight:700}.analytics-metric-card strong{display:block;margin-top:6px;font-size:22px}.analytics-metric-card p{margin:6px 0 0;color:var(--portal-muted);font-size:8px}.analytics-metric-card p b{color:var(--portal-primary)}.analytics-metric-card small{display:block;margin-top:7px;color:var(--portal-muted);font-size:7px;line-height:1.4}.analytics-rate-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;border:1px solid var(--portal-border);border-radius:15px;background:#fff}.analytics-rate-strip>div{border-radius:11px;background:var(--portal-bg);padding:10px 13px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:3px 10px}.analytics-rate-strip span{grid-column:1;color:var(--portal-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.analytics-rate-strip strong{grid-column:2;grid-row:1/3;font-size:18px}.analytics-rate-strip small{grid-column:1;color:var(--portal-muted);font-size:7px}.analytics-two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px}.production-panel{border:1px solid var(--portal-border);background:#fff;border-radius:17px;padding:16px;box-shadow:0 2px 8px rgba(24,39,33,.035)}.panel-heading{margin-bottom:13px}.panel-heading h2{margin:0;font-size:13px}.panel-heading p{margin:4px 0 0;color:var(--portal-muted);font-size:9px;line-height:1.45}.funnel-row{margin-bottom:11px}.funnel-label{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:5px}.funnel-label strong{font-size:10px}.funnel-label span{font-size:9px;font-weight:800}.funnel-track{height:26px;border-radius:9px;background:var(--portal-bg);overflow:hidden}.funnel-fill{height:100%;display:flex;align-items:center;border-radius:9px;background:var(--portal-primary-light);color:var(--portal-primary);padding:0 9px;font-size:8px;font-weight:800}.trend-tabs,.performance-tabs{display:flex;gap:5px;overflow-x:auto;margin-bottom:10px}.trend-tabs button,.performance-tabs button{height:30px;border:0;border-radius:8px;background:var(--portal-bg);color:var(--portal-muted);padding:0 9px;font-size:8px;font-weight:750}.trend-tabs button.active,.performance-tabs button.active{background:var(--portal-primary);color:#fff}.analytics-linechart{width:100%;height:auto;min-height:180px}.analytics-linechart line{stroke:var(--portal-border);stroke-width:1}.analytics-linechart polyline{fill:none;stroke:var(--portal-primary);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.analytics-linechart circle{fill:#fff;stroke:var(--portal-primary);stroke-width:3}.quality-row{display:grid;grid-template-columns:45px 1fr 24px;gap:8px;align-items:center;margin:10px 0}.quality-row span,.quality-row strong{font-size:9px}.quality-row>div{height:8px;border-radius:999px;background:var(--portal-bg);overflow:hidden}.quality-row i{display:block;height:100%;border-radius:999px}.quality-row.hot i{background:#cf5058}.quality-row.warm i{background:#daa33d}.quality-row.cold i{background:#9098a5}.response-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.response-stats>div{border-radius:11px;background:var(--portal-bg);padding:11px}.response-stats span,.response-stats strong{display:block}.response-stats span{color:var(--portal-muted);font-size:8px}.response-stats strong{margin-top:5px;font-size:16px}.performance-table{border:1px solid var(--portal-border);border-radius:12px;overflow:hidden}.performance-table>div{display:grid;grid-template-columns:1.5fr repeat(4,.8fr);gap:8px;align-items:center;padding:9px 11px;border-bottom:1px solid var(--portal-border);font-size:8px}.performance-table>div:last-child{border-bottom:0}.performance-head{background:var(--portal-bg);color:var(--portal-muted);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.performance-table strong{font-size:9px}.small-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.small-stat-grid>div{background:var(--portal-bg);border-radius:10px;padding:10px}.small-stat-grid span,.small-stat-grid strong{display:block}.small-stat-grid span{color:var(--portal-muted);font-size:7px}.small-stat-grid strong{margin-top:4px;font-size:14px}.analytics-footnote{margin:10px 0 0;color:var(--portal-muted);font-size:7px}.lost-list{display:flex;flex-direction:column;gap:8px}.lost-list>div{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;background:var(--portal-bg);border-radius:10px;font-size:8px}.lost-list strong{font-size:9px}.analytics-system{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border:1px solid var(--portal-border);border-radius:15px;background:#fff;padding:10px}.analytics-system>div{display:flex;align-items:center;gap:8px;background:var(--portal-bg);border-radius:10px;padding:10px}.analytics-system i{width:8px;height:8px;border-radius:50%;background:#aeb6b1}.analytics-system i.ok{background:var(--portal-primary)}.analytics-system strong,.analytics-system small{display:block}.analytics-system strong{font-size:8px}.analytics-system small{margin-top:2px;color:var(--portal-muted);font-size:7px}#portalPageTools{overflow:hidden}.tools-layout{height:100%;display:flex;background:var(--portal-bg)}.tools-inner-sidebar{width:270px;flex:0 0 270px;border-right:1px solid var(--portal-border);background:#fff;padding:18px;overflow-y:auto}.tools-inner-sidebar h2{margin:0;font-size:19px}.tools-inner-sidebar>div>p{margin:4px 0 0;color:var(--portal-muted);font-size:9px;line-height:1.5}.tools-inner-sidebar nav{margin-top:16px;display:flex;flex-direction:column;gap:7px}.tools-tool-card{width:100%;display:flex;align-items:flex-start;gap:10px;border:1px solid var(--portal-border);background:#fff;border-radius:14px;padding:11px;text-align:left;cursor:pointer;position:relative}.tools-tool-card.active{background:var(--portal-primary-light);border-color:rgba(47,111,98,.18)}.tool-icon{width:34px;height:34px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--portal-primary);box-shadow:0 2px 8px rgba(24,39,33,.05)}.tool-icon.muted{background:var(--portal-bg);color:var(--portal-muted)}.tools-tool-card>span:nth-child(2){min-width:0;flex:1}.tools-tool-card strong,.tools-tool-card small{display:block}.tools-tool-card strong{font-size:10px}.tools-tool-card small{margin-top:3px;color:var(--portal-muted);font-size:8px;line-height:1.4}.tool-status{margin-top:5px;width:8px;height:8px;border-radius:50%;background:var(--portal-border)}.tool-status.active{background:var(--portal-primary)}.tools-soon-label{margin:10px 3px 0;color:var(--portal-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.tools-tool-card.disabled{cursor:default}.tools-tool-card em{font-style:normal;background:var(--portal-bg);color:var(--portal-muted);padding:3px 5px;border-radius:5px;font-size:7px;font-weight:800;text-transform:uppercase}.tools-content{min-width:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.tool-page{display:none;flex:1;min-height:0;overflow-y:auto;padding:24px 30px 30px}.tool-page.active{display:block}.tool-header{max-width:1050px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tool-header>div:first-child>p{margin:0;color:var(--portal-primary);font-size:8px;font-weight:800;letter-spacing:.14em}.tool-header>div:first-child>div{margin-top:5px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tool-header h1{margin:0;font-size:24px}.tool-header>div:first-child>small{display:block;margin-top:7px;max-width:660px;color:var(--portal-muted);font-size:10px;line-height:1.55}.automation-toggle-card{min-width:190px;border:1px solid var(--portal-border);background:#fff;border-radius:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 5px 15px rgba(24,39,33,.035)}.automation-toggle-card strong,.automation-toggle-card small{display:block}.automation-toggle-card strong{font-size:9px}.automation-toggle-card small{margin-top:2px;color:var(--portal-muted);font-size:8px}.demo-toggle{width:44px;height:25px;border:0;border-radius:999px;background:var(--portal-border);padding:0;position:relative;cursor:pointer}.demo-toggle i{position:absolute;top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.2s}.demo-toggle.on{background:var(--portal-primary)}.demo-toggle.on i{transform:translateX(19px)}.tool-overview{max-width:1050px;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--portal-border);background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 18px rgba(24,39,33,.025)}.tool-overview>div{padding:13px 15px;border-right:1px solid var(--portal-border);display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;gap:1px 8px;align-items:center}.tool-overview>div:last-child{border-right:0}.tool-overview>div>span{grid-row:1/3;color:var(--portal-primary)}.tool-overview small{color:var(--portal-muted);font-size:8px}.tool-overview strong{font-size:10px}.tool-grid{max-width:1050px;margin:15px auto 0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(230px,.65fr);gap:15px}.tool-stack{display:flex;flex-direction:column;gap:15px}.tool-card{border:1px solid var(--portal-border);background:#fff;border-radius:15px;padding:18px;box-shadow:0 5px 18px rgba(24,39,33,.025)}.tool-card.compact h3{margin:0;font-size:11px}.tool-card.compact p,.tool-card.compact li{color:var(--portal-muted);font-size:8px;line-height:1.55}.tool-card.compact ul{padding-left:16px;margin:11px 0 0}.tool-card.compact li{margin:6px 0}.tool-section-title{display:flex;align-items:flex-start;gap:10px}.tool-section-title b{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:var(--portal-primary-light);color:var(--portal-primary);font-size:9px}.tool-section-title strong,.tool-section-title small{display:block}.tool-section-title strong{font-size:11px}.tool-section-title small{margin-top:3px;color:var(--portal-muted);font-size:8px;line-height:1.4}.tool-form-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px;margin-top:18px}.tool-card label,.tool-card legend{font-size:9px;font-weight:700}.input-suffix{margin-top:7px;display:flex;border:1px solid var(--portal-border);border-radius:10px;overflow:hidden;background:var(--portal-bg)}.input-suffix input{min-width:0;flex:1;border:0;background:transparent;padding:9px 10px;font-size:10px}.input-suffix span{border-left:1px solid var(--portal-border);padding:9px;color:var(--portal-muted);font-size:8px}.tool-card label>small{display:block;margin-top:4px;color:var(--portal-muted);font-size:7px;font-weight:400}.preset-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.preset-row button{border:1px solid var(--portal-border);background:#fff;border-radius:7px;padding:5px 7px;color:var(--portal-muted);font-size:7px;font-weight:700}.preset-row button.active{border-color:var(--portal-primary);background:var(--portal-primary-light);color:var(--portal-primary)}.choice{margin-top:6px;display:flex;align-items:flex-start;gap:8px;border:1px solid var(--portal-border);border-radius:10px;padding:9px;background:#fff}.choice.active{border-color:rgba(47,111,98,.3);background:var(--portal-primary-light)}.choice strong,.choice small{display:block}.choice strong{font-size:9px}.choice small{margin-top:2px;color:var(--portal-muted);font-size:7px;font-weight:400}.textarea-label{display:block;margin-top:17px}.textarea-label textarea,.language-preview textarea{width:100%;min-height:78px;resize:none;margin-top:7px;border:1px solid var(--portal-border);border-radius:10px;background:var(--portal-bg);padding:10px;color:var(--portal-text);font-size:9px;line-height:1.55}.language-preview{margin-top:14px;border-top:1px solid var(--portal-border);padding-top:12px}.language-tabs{display:flex;gap:3px;border-bottom:1px solid var(--portal-border)}.language-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:7px 9px;color:var(--portal-muted);font-size:8px;font-weight:700}.language-tabs button.active{border-bottom-color:var(--portal-primary);color:var(--portal-primary)}.scoring-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.score-explainer{margin-top:18px;display:flex;gap:10px;border:1px solid rgba(47,111,98,.12);background:rgba(228,239,236,.55);border-radius:13px;padding:12px}.score-explainer>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#fff;color:var(--portal-primary)}.score-explainer strong{font-size:9px}.score-explainer p{margin:4px 0 0;color:var(--portal-muted);font-size:8px;line-height:1.5}.tool-footer{flex:0 0 auto;border-top:1px solid var(--portal-border);background:rgba(255,255,255,.96);padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.tool-footer span{color:var(--portal-muted);font-size:9px}.tool-footer span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--portal-accent);margin-right:6px}@media(max-width:1180px){.portal-shell{height:auto;min-height:760px}.portal-sidebar{width:68px;flex-basis:68px}.portal-brand{justify-content:center;padding:18px 8px}.portal-brand span,.portal-nav-item>span:last-child,.portal-user>div:last-child{display:none}.portal-nav-item{justify-content:center;padding:11px 7px}.portal-nav-icon{width:auto}.portal-user{justify-content:center;padding:14px 7px}.portal-inbox-shell{grid-template-columns:240px minmax(350px,1fr);overflow:auto}.portal-lead-panel,.portal-sample-insights{grid-column:1/-1;border-left:0;border-top:1px solid var(--portal-border);max-height:260px}.analytics-metric-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.portal-shell{height:auto;min-height:720px}.portal-inbox-shell{grid-template-columns:1fr}.portal-conversation-list{border-right:0;max-height:280px}.portal-thread-column{min-height:560px}.portal-lead-panel,.portal-sample-insights{max-height:none}.production-page-header{padding:15px}.production-branch-strip,.production-filterbar{padding-left:14px;padding-right:14px}.production-kanban{padding:14px}.analytics-content{padding:14px}.analytics-metric-grid{grid-template-columns:repeat(2,1fr)}.analytics-metric-card:last-child{grid-column:1/-1}.analytics-two-col{grid-template-columns:1fr}.tools-layout{flex-direction:column}.tools-inner-sidebar{width:auto;flex-basis:auto;border-right:0;border-bottom:1px solid var(--portal-border);padding:12px}.tools-inner-sidebar>div{display:none}.tools-inner-sidebar nav{margin:0;flex-direction:row;overflow-x:auto}.tools-tool-card{min-width:210px}.tools-soon-label,.tools-tool-card.disabled{display:none}.tool-page{padding:18px 16px 24px}.tool-header{flex-direction:column}.automation-toggle-card{width:100%}.tool-grid{grid-template-columns:1fr}}@media(max-width:640px){.portal-shell{margin:0;border-radius:0;min-height:680px}.portal-sidebar{width:54px;flex-basis:54px}.portal-brand-logo{width:30px;height:30px}.portal-nav{padding:8px 6px}.portal-nav-item{border-radius:10px}.portal-user-avatar{width:30px;height:30px}.portal-conversation-list{max-height:245px}.portal-list-header{padding:13px 12px 9px}.portal-list-filters{padding:0 11px 9px}.portal-conversation-card{padding:10px 11px}.portal-thread-column{min-height:520px}.production-header-row{flex-direction:column}.production-header-row>button,.production-actions{align-self:flex-start;width:100%}.production-actions button{flex:1}.pipeline-metrics{grid-template-columns:1fr 1fr}.production-metric:last-child{grid-column:1/-1}.production-filterbar{align-items:stretch}.production-search{min-width:0;width:100%}.kanban-stage{flex-basis:245px;min-width:245px}.analytics-filters{display:grid;grid-template-columns:1fr 1fr}.analytics-filters label{min-width:0}.analytics-metric-grid{grid-template-columns:1fr 1fr}.analytics-rate-strip{grid-template-columns:1fr}.performance-table{overflow-x:auto}.performance-table>div{min-width:520px}.small-stat-grid,.analytics-system{grid-template-columns:repeat(2,1fr)}.tool-overview{grid-template-columns:1fr}.tool-overview>div{border-right:0;border-bottom:1px solid var(--portal-border)}.tool-overview>div:last-child{border-bottom:0}.tool-form-grid,.scoring-fields{grid-template-columns:1fr}.tool-header h1{font-size:20px}.tool-footer{align-items:flex-start;flex-direction:column}.tool-footer .production-primary-btn{width:100%}}