:root{--bg-0: #ffffff;--bg-1: #f8fafc;--bg-2: #eef4ff;--glass: rgba(255, 255, 255, .68);--glass-strong: rgba(255, 255, 255, .84);--stroke: rgba(74, 92, 132, .18);--stroke-soft: rgba(74, 92, 132, .11);--text: #1d2939;--muted: #667085;--side-menu-light: #dfdfdf;--subtle: #8b8b8b;--violet: #8b8b8b;--purple: #344054;--pink: #8b8b8b;--cyan: #12b5cb;--success: #059669;--danger: #e11d48;--warning: #d97706;--shadow: 0 10px 28px rgba(15, 23, 42, .08);--shadow-lift: 0 16px 36px rgba(15, 23, 42, .14);--radius-lg: 12px;--radius-md: 8px}*{box-sizing:border-box;scrollbar-color:transparent transparent;scrollbar-width:thin}*:hover{scrollbar-color:rgba(70,95,255,.78) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent;border-radius:999px}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:transparent;background-clip:content-box}*:hover::-webkit-scrollbar-thumb{background:#465fffc7;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:#2f80edf2;background-clip:content-box}html,body{min-height:100%}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:650;line-height:1.45;background:linear-gradient(180deg,#f7f9fc,#eef3fb);background-attachment:fixed}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,480px);gap:24px;padding:24px}.auth-hero,.auth-panel,.sidebar,.panel,.metrics-grid article,.filter-bar,.deal-card,.report-grid article,.summary-list div,.compact-list div,.leaderboard div,.stage-col,.user-card,.modal-panel{border:1px solid var(--stroke-soft);background:#fff;box-shadow:var(--shadow);transition:box-shadow .15s ease,transform .15s ease}.auth-hero{min-height:calc(100vh - 48px);display:grid;align-content:center;gap:28px;padding:clamp(28px,5vw,58px);border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(145deg,#172033,#101828 74%);color:#fff}.auth-hero h1{max-width:860px;margin:0;font-size:58px;line-height:1.02;font-weight:950}.brand-row,.topbar,.panel-head,.actions,.topbar-actions{display:flex;align-items:center}.brand-row{gap:14px}.brand-row strong{display:block;font-size:18px;font-weight:950}.brand-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--violet),var(--pink));color:#fff;font-weight:950;box-shadow:0 14px 34px #465fff47}.brand-logo{overflow:hidden;padding:6px;background:#fff}.brand-logo img{width:100%;height:100%;display:block;object-fit:contain}.brand-row span,.user-card span{display:block;margin-top:4px;color:var(--muted);font-size:15px;font-weight:750}.demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:760px}.demo-grid button{min-height:104px;padding:16px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#ffffff21;color:#fff;text-align:left}.demo-grid button:hover,nav button:hover,nav button.active{border-color:#465fff8c;background:#465fff29}.demo-grid span,.demo-grid strong,.demo-grid small{display:block}.demo-grid span{color:#bfdbfe;font-size:13px;font-weight:900}.demo-grid strong{margin:8px 0 4px;overflow-wrap:anywhere}.demo-grid small{color:var(--muted)}.auth-panel{min-height:calc(100vh - 48px);display:grid;align-content:center;gap:14px;padding:clamp(24px,4vw,42px);border-radius:var(--radius-lg)}.auth-panel h2{margin:0 0 8px;font-size:28px}.auth-fields{display:grid;gap:14px}.auth-fields label{margin-bottom:-6px}.password-field{position:relative}.password-field input{padding-right:52px}.password-toggle{position:absolute;top:50%;right:8px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:var(--muted);transform:translateY(-50%)}.password-toggle:hover,.password-toggle:focus-visible{background:#465fff29;color:#fff;outline:none}.password-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.field-error{margin-top:-9px;color:#fecdd3;font-size:12px;font-weight:800}input.input-invalid{border-color:#fb7185d9;box-shadow:0 0 0 3px #f43f5e1f}.auth-link{width:max-content;min-height:34px;padding:0;border:0;background:transparent;color:#bfdbfe;font-size:14px;font-weight:950;text-align:left}.auth-link:hover{color:#fff;text-decoration:underline}label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}input,select,textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#ffffff9e;color:var(--text);font-size:16px;font-weight:750;outline:none;text-transform:none}select option{color:#111827}textarea{min-height:112px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#465fffb8;box-shadow:0 0 0 3px #465fff29}.primary-btn,.ghost-btn,.logout-btn,.link-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:var(--radius-md);font-size:15px;font-weight:950}.primary-btn{padding:0 18px;background:linear-gradient(135deg,#5b5b5b,#000);color:#fff}.ghost-btn{padding:0 14px;border:1px solid var(--stroke);background:#ffffff9e;color:var(--text)}.alert-action{border-color:#2f80ed59}.logout-btn{margin-top:auto;color:#fff;background:linear-gradient(135deg,#5b5b5b,#000);border:1px solid rgba(255,255,255,.34);box-shadow:0 14px 30px #465fff42}.link-btn{min-height:38px;padding:0 12px;background:#465fff1f;color:#3447d4}.btn-icon,.nav-icon{display:inline-grid;flex:0 0 auto;place-items:center;min-width:38px;height:34px;padding:0 6px;border:1px solid rgba(52,64,84,.22);border-radius:8px;background:#34405414;color:#9c9c9c;font-size:12px;font-weight:950;line-height:1;box-shadow:inset 0 0 0 1px #ffffff0f}.nav-line-icon svg,.logout-icon svg,.hamburger-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nav-line-icon svg{width:21px;height:21px}.error,.success{margin:0 0 12px;padding:12px 14px;border-radius:var(--radius-md);font-size:15px;font-weight:900}.error{border:1px solid rgba(251,113,133,.45);background:#f43f5e24;color:#cd4141}.success{border:1px solid rgba(52,211,153,.45);background:#10b98124;color:#20a64f}.app-shell{min-height:100vh;display:grid;grid-template-columns:minmax(280px,300px) minmax(0,1fr);gap:0;padding:0}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:22px;overflow:auto;padding:18px 14px;border-radius:0;border:0 solid var(--stroke-soft);border-right-width:1px;box-shadow:none;background:#fff}.sidebar,.sidebar .brand-row span,.sidebar .user-card span,.sidebar nav .module-button{color:#667085}.sidebar .brand-row strong,.sidebar .user-card strong{color:#101828}.user-card{padding:14px 10px;border-radius:8px}.user-card-profile{display:grid;justify-items:center;gap:8px;text-align:center;border:1px solid #eef2f6;background:#f8fafc;box-shadow:none}.avatar{display:inline-grid;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:linear-gradient(135deg,#465fffdb,#2f80edc7);background-position:center;background-size:cover;color:#fff;font-weight:950;box-shadow:0 14px 30px #465fff47}.avatar-sm{width:64px;height:64px;font-size:18px}.avatar-xs{width:38px;height:38px;font-size:13px}.avatar-xl{width:148px;height:148px;font-size:36px}nav{display:grid;gap:9px}nav button,.sidebar nav .module-button{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#667085;text-align:left;font-size:15px;font-weight:600;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.sidebar nav .module-button:hover,.sidebar nav .module-button.active,nav button:hover,nav button.active{border-color:#465fff2e;background:#465fff1a;color:#333;transform:none}.sidebar nav .module-button.active,nav button.active{box-shadow:inset 3px 0 #465fff}.mobile-app-header,.sidebar-backdrop{display:none}.mobile-account-shell{position:relative;display:none}.mobile-account-toggle{width:46px;height:46px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff24;color:#fff}.mobile-account-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:1220;width:min(260px,calc(100vw - 24px));display:none;gap:10px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:#fffffff5;color:var(--text);box-shadow:var(--shadow);backdrop-filter:blur(20px)}.mobile-account-menu.open{display:grid}.mobile-account-menu strong,.mobile-account-menu span{display:block}.mobile-account-menu span{margin-top:3px;color:var(--muted);font-size:13px}.mobile-account-menu .logout-btn{width:100%;margin-top:0}.sidebar nav .module-button:hover .nav-icon,.sidebar nav .module-button.active .nav-icon,nav button:hover .nav-icon,nav button.active .nav-icon{border-color:#465fff47;background:linear-gradient(135deg,#5b5b5b,#000);color:#fff}.nav-badge{min-width:24px;height:22px;display:inline-grid;place-items:center;padding:0 7px;border-radius:999px;background:#60a5fa38;color:#3447d4;font-size:12px;font-weight:950}.nav-main{display:inline-flex;align-items:center;gap:12px;min-width:0}.nav-accordion{display:grid;gap:0}.accordion-caret{width:18px;height:18px;display:grid;place-items:center;transition:transform .18s ease}.accordion-caret svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nav-accordion.open .accordion-caret{transform:rotate(180deg)}.nav-submenu{display:grid;gap:6px;max-height:0;overflow:hidden;padding-left:42px;opacity:0;transition:max-height .22s ease,opacity .16s ease,padding-top .22s ease,padding-bottom .22s ease}.nav-accordion.open .nav-submenu{max-height:180px;padding-top:8px;padding-bottom:6px;opacity:1}.nav-submenu a{min-height:28px;display:flex;align-items:center;color:#667085;font-size:14px;font-weight:650;text-decoration:none}.nav-submenu a:before{content:"";width:7px;height:7px;margin-right:10px;border-radius:999px;background:#98a2b3}.nav-submenu a.active{color:#3447d4}.nav-submenu a.active:before{background:#465fff}.workspace{min-width:0;padding:18px 20px 28px}.topbar{justify-content:space-between;gap:16px;margin-bottom:16px;padding:10px 2px}.topbar p{margin:0 0 6px;color:var(--subtle);font-size:13px;font-weight:950;text-transform:uppercase}.topbar h1{margin:0;font-size:40px;line-height:1;font-weight:950}.topbar-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end}.topbar-logout{margin-top:0;padding:0 16px;white-space:nowrap}.notification-shell{position:relative}.notification-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(380px,calc(100vw - 32px));max-height:min(560px,calc(100vh - 120px));overflow-y:auto;overscroll-behavior:contain;display:none;gap:10px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:#fffffff5;box-shadow:var(--shadow);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.notification-popover.open{display:grid}.popover-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.popover-head span{color:var(--muted);font-size:13px;font-weight:900}.notification-popover article{display:grid;gap:5px;padding:10px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#465fff0f}.notification-popover article.unread{border-color:#2f80ed6b}.notification-popover article span,.notification-popover article small{color:var(--muted);font-size:13px;font-weight:750}.filter-bar{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(180px,.7fr);align-items:end;gap:8px;margin-bottom:16px;padding:10px;border-radius:6px}.module-filter-bar label{gap:6px;color:#667085;font-size:10px;font-weight:900}.module-filter-bar input,.module-filter-bar select,.module-filter-bar .ghost-btn,.module-filter-bar .primary-btn,.module-filter-bar .filter-readout{min-height:34px;border-radius:6px;font-size:12px}.module-filter-bar input,.module-filter-bar select{padding:7px 10px}.module-filter-bar .ghost-btn,.module-filter-bar .primary-btn{padding:0 10px}.filter-readout{display:grid;align-content:center;gap:4px;padding:7px 10px;border:1px solid var(--stroke-soft);background:#ffffff8f}.filter-readout span{color:var(--subtle);font-size:10px;font-weight:900;text-transform:uppercase}.filter-readout strong{font-size:12px;line-height:1.1}.metrics-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:14px;margin-bottom:18px}.metrics-grid.cols-1{grid-template-columns:minmax(0,1fr)}.metrics-grid.cols-2{grid-template-columns:repeat(2,minmax(160px,1fr))}.metrics-grid.cols-3{grid-template-columns:repeat(3,minmax(160px,1fr))}.metrics-grid.cols-4{grid-template-columns:repeat(4,minmax(150px,1fr))}.metrics-grid article{min-height:96px;padding:14px;border-radius:8px}.metrics-grid span,.metrics-grid strong{display:block}.metrics-grid span{color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}.metrics-grid strong{margin-top:10px;font-size:24px;font-weight:750}.shell-metrics-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.metric-summary-card{position:relative;overflow:hidden}.metric-summary-card .metric-icon{position:absolute;top:14px;right:14px;width:38px;height:38px;display:grid;place-items:center;border-radius:999px;color:#fff}.metric-summary-card .metric-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.metric-summary-card small{display:inline-flex;width:max-content;max-width:calc(100% - 48px);align-items:center;min-height:22px;margin-top:8px;padding:0 8px;border-radius:999px;background:#0596691a;color:var(--success)}.metric-summary-card.accent-blue .metric-icon{background:#2f80ed}.metric-summary-card.accent-indigo .metric-icon{background:#465fff}.metric-summary-card.accent-cyan .metric-icon{background:#12b5cb}.metric-summary-card.accent-green .metric-icon{background:#22c55e}.metric-summary-card.accent-orange .metric-icon{background:#f59e0b}.metric-summary-card.accent-rose .metric-icon{background:#e11d48}.metric-summary-card.accent-rose small{background:#e11d481a;color:var(--danger)}.stat-card{position:relative;overflow:hidden}.stat-card.clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0f172a24}.stat-card.clickable:focus-visible{outline:2px solid var(--violet);outline-offset:2px}.stat-card.active{border-color:#465fff80;box-shadow:0 0 0 2px #465fff2e,var(--shadow)}.stat-icon{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:999px;display:grid!important;place-items:center;background:var(--violet)}.stat-icon svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stat-icon.icon-leads{background:linear-gradient(135deg,#5b5b5b,#000)}.stat-icon.icon-conversions{background:#dd2590}.stat-icon.icon-deals{background:#465fff}.stat-icon.icon-pipeline{background:#f59e0b}.stat-icon.icon-revenue{background:#059669}.stat-icon.icon-calls{background:#12b5cb}.stat-icon.icon-connect{background:#059669}.stat-icon.icon-tasks{background:#e11d48}.stat-icon.icon-users{background:#344054}.stat-icon.icon-score{background:#f5b301}.dashboard-welcome-strip{display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,.9fr);align-items:center;gap:24px;margin-bottom:16px;padding:28px 26px;border-radius:10px;background:linear-gradient(135deg,#5b5b5b,#000);box-shadow:0 18px 38px #2610372e;color:#fff}.welcome-copy h2{margin:0 0 8px;font-size:27px;line-height:1.1;font-weight:950}.welcome-copy p{margin:0;font-size:14px;font-weight:850;color:#ffffffe6}.welcome-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.welcome-metrics article{position:relative;min-height:86px;padding:17px 52px 15px 16px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1f;box-shadow:inset 0 1px #ffffff24}.welcome-metrics strong,.welcome-metrics span{display:block}.welcome-metrics strong{font-size:22px;line-height:1;font-weight:950}.welcome-metrics span{margin-top:8px;font-size:12px;font-weight:900}.welcome-metrics small{position:absolute;top:50%;right:14px;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#ffffff38;color:#fff;font-size:13px;font-weight:950;transform:translateY(-50%)}.welcome-metrics article:nth-child(2) small{background:#ec489961}.welcome-metrics article:nth-child(3) small{background:#12b5cb61}.stat-card small{display:inline-flex;width:max-content;max-width:calc(100% - 40px);min-height:20px;align-items:center;margin-top:8px;padding:0 7px;border-radius:999px;background:#0596691a;color:var(--success);font-size:11px;line-height:1.1}.view-grid,.split-view,.calls-view,.single-view{display:grid;gap:16px}.view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-view{grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:start}.panel{min-width:0;padding:16px;border-radius:var(--radius-lg)}.panel-head{justify-content:space-between;gap:14px;margin-bottom:14px}.bell-action{position:relative;min-width:44px;width:44px;padding-inline:0;justify-content:center}.bell-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.notification-count,.chat-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700}.notification-count{position:absolute;top:-5px;right:-5px}.notification-popover article{cursor:pointer}.panel-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.service-manager{display:grid;gap:10px;margin:-4px 0 16px;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:#ffffff80}.service-manager form{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:10px;align-items:end}.service-chips{display:flex;flex-wrap:wrap;gap:8px}.service-chips .chip{gap:8px}.service-chips button{width:22px;height:22px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:999px;background:#fb71853d;color:#333;font-size:12px;font-weight:950}.file-input{display:none}.panel-head h2,.editor h2,.modal-head h2{margin:0;font-size:18px;font-weight:650}.panel-head h2 span{display:inline-grid;place-items:center;min-width:30px;height:26px;margin-left:8px;border-radius:999px;background:#465fff24;color:#333;font-size:13px;font-weight:650}.summary-list,.compact-list,.leaderboard,.editor,.report-grid{display:grid;gap:12px}.summary-list div,.compact-list div,.leaderboard div{padding:12px;border-radius:var(--radius-md)}.summary-list span,.summary-list strong,.summary-list small,.compact-list strong,.compact-list span,.leaderboard strong,.leaderboard span,.leaderboard small{display:block}.summary-list span,.compact-list span,.leaderboard span,.leaderboard small{margin-top:4px;color:var(--muted)}.data-table{max-width:100%;display:grid;gap:0;overflow-x:auto;padding-bottom:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.table-tools,.table-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.table-tools input{max-width:360px}.table-tools span,.table-pagination span{color:var(--muted);font-size:13px;font-weight:950}.table-pagination{justify-content:flex-end;margin:12px 0 0}.row{min-width:0;min-height:46px;display:grid;grid-template-columns:minmax(220px,1.45fr) minmax(90px,.7fr) minmax(120px,.8fr) minmax(110px,.8fr) 82px;gap:10px;align-items:center;padding:10px 14px;border:0;border-bottom:1px solid #e5e7eb;border-radius:0;background:#fff;color:#475467;font-size:13px;font-weight:650}.row.task-row{grid-template-columns:minmax(220px,1.35fr) minmax(100px,.55fr) minmax(130px,.75fr) minmax(130px,.7fr) minmax(230px,.9fr)}.row.call-row{grid-template-columns:minmax(220px,1.35fr) minmax(105px,.55fr) minmax(120px,.65fr) minmax(130px,.65fr) minmax(220px,.9fr)}.row.head{min-height:40px;background:#f8fafc;color:#111827;font-size:11px;font-weight:800;text-transform:none}.data-table .row:last-child{border-bottom:0}.row small{display:block;margin-top:4px;color:var(--muted);font-size:11px;font-weight:650}.row strong{color:#585858;font-size:13px;font-weight:500}.row>*,.alert-card>*,.summary-list div,.compact-list div,.leaderboard div{min-width:0;overflow-wrap:anywhere}.lead-row{grid-template-columns:minmax(190px,1.2fr) minmax(92px,.42fr) minmax(104px,.48fr) minmax(104px,.48fr) minmax(104px,.48fr) minmax(96px,.42fr) minmax(126px,.56fr) minmax(132px,.58fr) minmax(144px,.58fr);text-align:left}.lead-row:has(.lead-actions),.lead-row.has-actions{grid-template-columns:minmax(190px,1.12fr) minmax(92px,.38fr) minmax(104px,.43fr) minmax(104px,.43fr) minmax(104px,.43fr) minmax(96px,.38fr) minmax(126px,.5fr) minmax(132px,.52fr) minmax(144px,.54fr) minmax(114px,.42fr)}.lead-row>*{justify-self:stretch;text-align:left}.lead-actions,.row-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.row-actions{justify-content:flex-start}.lead-row .link-btn,.row-actions .link-btn,.task-actions .link-btn,.deal-card .link-btn{min-height:28px;padding:0 9px;border-radius:6px;font-size:12px;white-space:nowrap}.status-select{width:auto;min-width:132px;min-height:32px;padding:5px 28px 5px 10px;border-radius:10px;font-size:13px}.task-actions{align-items:center}.chip{display:inline-flex;width:max-content;min-height:22px;align-items:center;padding:0 8px;border-radius:5px;background:#465fff1f;color:var(--purple);font-size:11px;font-weight:800}.chip.status-blocked{border-color:#fb718573;background:#f43f5e24;color:#fecdd3}.chip-critical{background:#fee2e2;color:#ef1f1f}.chip-high{background:#fff4db;color:#f59e0b}.chip-medium{background:#eef2ff;color:#465fff}.chip-low,.chip-success{background:#dcfce7;color:#0bb115}.pip-chip{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;margin-left:.35rem}.user-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.row.users-row{grid-template-columns:minmax(180px,1.25fr) minmax(86px,.55fr) minmax(90px,.55fr) minmax(82px,.42fr) minmax(150px,.82fr) minmax(160px,.72fr)}.danger-link{background:#e11d481f;color:var(--danger)}.danger-btn{background:linear-gradient(135deg,#e11d48,#be123c)}.action-preview{background:#465fff1f;color:#3447d4}.action-edit{background:#22d3ee29;color:#0e7490}.action-assign{background:#d9770624;color:var(--warning)}.action-followup{background:#2f80ed1f;color:var(--pink);text-decoration:none}.editor{position:sticky;top:18px}.wide{grid-column:1 / -1}.actions{gap:10px;flex-wrap:wrap}.pipeline-columns{width:100%;max-width:100%;min-width:0;display:grid;grid-template-columns:repeat(6,minmax(190px,1fr));gap:12px;overflow-x:auto;padding-bottom:4px}.stage-col{min-height:470px;padding:12px;border-radius:var(--radius-lg);box-shadow:none}.stage-col header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}.stage-count{display:inline-flex;min-width:22px;height:20px;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;background:#465fff24;color:var(--purple);font-size:11px;font-weight:950}.stage-empty{display:grid;place-items:center;min-height:96px;border:1px dashed var(--stroke);border-radius:var(--radius-md);color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.deal-card{display:grid;gap:7px;margin-bottom:10px;padding:12px;border-radius:var(--radius-md);box-shadow:none;cursor:grab;transition:transform .16s ease,border-color .16s ease,background .16s ease}.deal-card:active{cursor:grabbing;transform:scale(.985)}.stage-col:hover{border-color:#465fff52;background:linear-gradient(145deg,#465fff1a,#ffffffa8)}.deal-card span,.deal-card small{color:var(--muted)}.lead-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(292px,1fr));align-items:start;gap:16px;overflow-x:auto;padding:0 0 8px}.lead-board-column{display:grid;align-content:start;gap:14px;min-width:0;min-height:520px}.lead-board-column header,.lead-card{border:1px solid var(--stroke-soft);border-radius:8px;background:#fff;box-shadow:0 8px 18px #0f172a0d}.lead-board-column header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:70px;padding:12px 14px}.lead-board-column header strong{display:flex;align-items:center;gap:7px;color:#101828;font-size:15px;font-weight:850}.lead-board-column header span{display:block;margin-top:4px;color:#667085;font-size:13px;font-weight:750}.status-dot{width:10px;height:10px;border-radius:999px;background:#465fff}.lead-card-list{display:grid;gap:16px}.lead-card{position:relative;display:grid;gap:16px;min-height:300px;padding:20px 20px 16px;overflow:visible}.lead-card:before{content:"";position:absolute;top:14px;right:20px;left:20px;height:4px;border-radius:999px;background:#465fff}.lead-card-head,.lead-owner-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px}.lead-card-head{position:relative;padding-top:22px}.lead-avatar,.lead-owner-avatar{display:inline-grid;place-items:center;border-radius:999px;background:#465fff1f;color:#3447d4;font-weight:850}.lead-avatar{width:40px;height:40px;font-size:13px}.lead-owner-avatar{width:28px;height:28px;font-size:10px}.lead-title,.lead-card-meta span,.lead-owner-row strong{min-width:0}.lead-title strong{display:-webkit-box;overflow:hidden;color:#111827;font-size:14px;font-weight:850;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lead-title small,.lead-card-meta,.lead-card footer{color:#667085;font-weight:750}.lead-title small{display:block;margin-top:4px;overflow:hidden;color:#98a2b3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.lead-card-meta{display:grid;gap:10px;font-size:13px}.lead-card-meta span{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center}.lead-card-meta span:not(:first-child),.lead-owner-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-card-meta i{color:#111827;font-style:normal;font-size:12px;font-weight:900}.lead-owner-row{align-items:center}.lead-owner-row strong{color:#111827;font-size:13px;font-weight:800}.lead-owner-row em{min-width:38px;padding:4px 8px;border-radius:6px;background:#2f80ed;color:#fff;font-size:11px;font-style:normal;font-weight:900;text-align:center}.lead-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding-top:14px;border-top:1px solid var(--stroke-soft);font-size:13px}.lead-card-actions{display:inline-flex;align-items:center;gap:8px}.lead-card-actions button,.lead-card-actions a{display:inline-grid;width:24px;height:24px;place-items:center;border:0;border-radius:6px;background:transparent;color:#111827;font-size:14px;font-weight:900;line-height:1;text-decoration:none}.lead-card-actions button:hover,.lead-card-actions a:hover{background:#465fff1a;color:#3447d4}.accent-blue .status-dot,.accent-blue .lead-card:before,.lead-card.accent-blue:before{background:#2f80ed}.accent-green .status-dot,.accent-green .lead-card:before,.lead-card.accent-green:before{background:#22c55e}.accent-red .status-dot,.accent-red .lead-card:before,.lead-card.accent-red:before{background:#ef4444}.accent-orange .status-dot,.accent-orange .lead-card:before,.lead-card.accent-orange:before{background:#f59e0b}.accent-indigo .status-dot,.accent-indigo .lead-card:before,.lead-card.accent-indigo:before{background:#465fff}.accent-green .lead-owner-row em{background:#16a34a}.accent-red .lead-owner-row em{background:#ef4444}.accent-orange .lead-owner-row em{background:#f59e0b}.accent-indigo .lead-owner-row em{background:#465fff}.lead-grid-status{justify-self:start}.sample-page-actions,.sample-view-toggle,.sample-row-actions,.sample-person-cell,.sample-person-inline{display:flex;align-items:center}.sample-page-actions{justify-content:flex-end;gap:10px;flex-wrap:wrap}.sample-view-toggle{gap:6px}.sample-view-toggle button{width:38px;height:34px;display:grid;place-items:center;border:1px solid var(--stroke-soft);border-radius:6px;background:#fff;color:#344054}.sample-view-toggle button.active,.sample-view-toggle button:hover{border-color:#465fff3d;background:#465fff1a;color:#3447d4}.sample-view-toggle .grid-icon,.sample-view-toggle .list-icon{display:inline-block;width:16px;height:16px}.sample-view-toggle .grid-icon{background:linear-gradient(currentColor 0 0) left 2px top 2px / 5px 5px no-repeat,linear-gradient(currentColor 0 0) right 2px top 2px / 5px 5px no-repeat,linear-gradient(currentColor 0 0) left 2px bottom 2px / 5px 5px no-repeat,linear-gradient(currentColor 0 0) right 2px bottom 2px / 5px 5px no-repeat}.sample-view-toggle .list-icon{background:linear-gradient(currentColor 0 0) left 2px top 3px / 12px 2px no-repeat,linear-gradient(currentColor 0 0) left 2px top 7px / 12px 2px no-repeat,linear-gradient(currentColor 0 0) left 2px top 11px / 12px 2px no-repeat}.sample-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));align-items:start;gap:16px}.sample-module-card{position:relative;display:grid;gap:14px;min-height:236px;padding:18px;border:1px solid var(--stroke-soft);border-radius:8px;background:#fff;box-shadow:0 8px 18px #0f172a0d}.sample-card-topline{height:4px;border-radius:999px;background:#2f80ed}.sample-module-card.accent-green .sample-card-topline{background:#22c55e}.sample-module-card.accent-red .sample-card-topline{background:#ef4444}.sample-module-card.accent-orange .sample-card-topline,.sample-module-card.priority-High .sample-card-topline,.sample-module-card.priority-Critical .sample-card-topline{background:#f59e0b}.sample-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px}.sample-card-head strong,.sample-module-card footer span,.sample-card-meta strong{color:#111827}.sample-card-head strong{display:-webkit-box;overflow:hidden;font-size:14px;font-weight:850;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sample-card-head small,.sample-module-card p,.sample-card-meta span,.sample-module-card footer{color:#667085;font-size:13px;font-weight:700}.sample-module-card p{min-height:40px;margin:0;overflow-wrap:anywhere}.sample-card-meta{display:grid;grid-template-columns:minmax(80px,auto) minmax(0,1fr);gap:8px 12px;align-items:center}.sample-card-meta strong{overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.sample-module-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding-top:12px;border-top:1px solid var(--stroke-soft)}.sample-row-actions{justify-content:flex-end;gap:8px;flex-wrap:wrap}.calls-card-grid .sample-module-card footer{gap:8px}.calls-card-grid .sample-module-card footer>span{flex:0 1 auto}.calls-card-grid .sample-row-actions{flex:0 0 auto;gap:6px;flex-wrap:nowrap}.calls-card-grid .sample-row-actions .link-btn{min-height:34px;padding:0 8px;border-radius:7px;font-size:12px;line-height:1;white-space:nowrap}.sample-avatar{display:inline-grid;flex:0 0 auto;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:999px;background:#eef2ff;color:#3447d4;font-size:13px;font-weight:900}.sample-avatar.small{width:34px;height:34px;font-size:12px}.sample-avatar.mini{width:26px;height:26px;font-size:10px}.sample-avatar.image,.scorecard-avatar.image{object-fit:cover}.sample-person-cell{min-width:0;gap:10px}.sample-person-cell>div{min-width:0}.sample-person-inline{gap:8px;min-width:0}.sample-data-table .row{min-height:56px}.sample-announcement-list article{border-radius:8px;background:#fff}.task-card-grid .sample-module-card .sample-card-topline{display:block}.call-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-bottom:14px}.call-summary-grid article{min-height:78px;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#ffffff94}.call-summary-grid span,.call-summary-grid strong{display:block}.call-summary-grid span{color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}.call-summary-grid strong{margin-top:8px;overflow-wrap:anywhere;font-size:26px;font-weight:950}.call-row{border-color:#465fff33}.modal-layer{position:fixed;inset:0;z-index:40;display:grid;place-items:center;overflow-y:auto;padding:24px;background:#1f143261;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.modal-panel{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:18px;border-radius:var(--radius-lg)}.compact-modal{width:min(680px,100%)}.preview-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.preview-list div,.comment-history article{min-width:0;padding:11px 12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#ffffff8f}.preview-list span,.preview-list strong,.comment-history strong,.comment-history span,.comment-history small{display:block}.preview-list span,.comment-history small{color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase}.preview-list strong,.comment-history span{margin-top:4px;color:var(--text);font-size:14px;font-weight:850;overflow-wrap:anywhere}.comment-history{display:grid;gap:10px;max-height:260px;overflow:auto;margin:12px 0}.comment-history strong{font-size:14px;font-weight:950}.comment-history small{margin-top:6px}.form-errors{display:grid;gap:7px;margin-bottom:14px;padding:12px 14px;border:1px solid rgba(251,113,133,.44);border-radius:var(--radius-md);background:#f43f5e29;color:#cd4141;font-size:14px;font-weight:850}.form-errors strong,.form-errors span{display:block}.action-help{margin:-4px 0 14px;padding:12px 14px;border:1px solid rgba(251,191,36,.38);border-radius:var(--radius-md);background:#fbbf241f;color:#fde68a;font-size:15px;font-weight:850}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.modal-head .ghost-btn .btn-icon{border-color:#11182729;background:#ffffffb8;color:#111827}.modal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:16px}.report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.report-section-head{margin-top:24px}.report-grid article{padding:14px;border-radius:var(--radius-lg)}.report-grid span{display:block;margin-top:4px;color:var(--muted);font-size:15px}.report-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.report-metrics small{padding:8px;border-radius:12px;background:#ffffff80;color:var(--muted);font-size:13px;font-weight:850}.alert-list{display:grid;gap:12px}.alert-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:#ffffff8f}.alert-card.unread{border-color:#2f80ed6b;background:linear-gradient(135deg,#465fff24,#2f80ed1a)}.alert-card.severity-warning{border-color:#fbbf246b}.alert-card.severity-success{border-color:#34d3996b}.alert-card.severity-danger{border-color:#fb718585}.alert-card strong,.alert-card span,.alert-card small{display:block}.alert-card span{margin-top:5px;color:var(--text);font-size:15px;font-weight:750}.alert-card small{margin-top:6px;color:var(--muted);font-size:13px;font-weight:750}.empty-state{padding:18px;border:1px dashed var(--stroke);border-radius:var(--radius-md);color:var(--muted);font-size:15px;font-weight:850;text-align:center}.empty-state.compact{padding:12px;font-size:13px}.chat-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:14px}.chat-users,.chat-thread,.profile-preview,.profile-form,.announcement-form,.announcement-list article{border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:#ffffff8c}.chat-users{display:grid;align-content:start;gap:8px;max-height:620px;overflow:auto;padding:10px}.chat-users button{display:flex;align-items:center;gap:10px;width:100%;min-width:0;min-height:58px;padding:8px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--text);text-align:left}.chat-users button>span:last-child{min-width:0;flex:1 1 auto}.chat-users button.active,.chat-users button:hover{border-color:#465fff6b;background:#465fff1f}.chat-users strong,.chat-users small,.thread-head strong,.thread-head small,.message-bubble strong,.message-bubble span,.message-bubble small,.announcement-list strong,.announcement-list span,.announcement-list small{display:block}.chat-users small,.thread-head small,.message-bubble small,.announcement-list small{margin-top:3px;color:var(--muted);font-size:13px;font-weight:750}.chat-users .chat-unread-badge{display:inline-flex;margin-left:6px;vertical-align:middle}.chat-list-heading{margin:4px 4px 0;padding-top:8px;border-top:1px solid var(--stroke-soft);color:var(--subtle);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.chat-list-heading:first-child{padding-top:0;border-top:none}.group-avatar{background:linear-gradient(135deg,var(--cyan),var(--purple))}.chat-users small{overflow-wrap:anywhere}.chat-thread{min-height:560px;display:grid;grid-template-rows:auto minmax(240px,1fr) auto;gap:12px;padding:12px}.thread-head{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--stroke-soft)}.message-list{display:grid;align-content:start;gap:10px;overflow:auto;padding-right:4px;min-height:280px;max-height:560px}.not-found-page{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.not-found-page .not-found-code{font-size:clamp(64px,10vw,120px);font-weight:800;line-height:1;color:var(--violet)}.not-found-page h2,.not-found-page p{margin:0}.not-found-page .primary-btn{margin-top:8px}.popover-view-all{width:100%;padding:11px;border:0;border-top:1px solid var(--stroke-soft);background:transparent;color:var(--accent-2);font-weight:850;cursor:pointer}.message-bubble{width:min(78%,560px);display:grid;gap:5px;padding:11px 12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#ffffff14}.message-bubble.received{justify-self:start;margin-right:auto;text-align:left}.message-bubble.mine{justify-self:end;margin-left:auto;border-color:#22d3ee59;background:#22d3ee24;text-align:right}.message-bubble span,.announcement-list span{color:var(--text);font-size:15px;font-weight:750;overflow-wrap:anywhere}.chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.chat-compose .form-errors{grid-column:1 / -1;margin-bottom:0}.chat-compose textarea{min-height:74px}.announcement-form{margin-bottom:16px;padding:14px}.announcement-list{display:grid;gap:12px}.announcement-list article{display:grid;gap:6px;padding:14px}.announcement-list article.priority-High,.announcement-list article.priority-Critical{border-color:#fbbf246b}.profile-grid{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:16px}.profile-preview{display:grid;place-items:center;align-content:center;gap:16px;min-height:320px;padding:20px}.profile-form{padding:14px}.file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}@media(max-width:1280px){.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-row,.lead-row:has(.lead-actions){grid-template-columns:1fr}.row.head.lead-row{display:none}.lead-row:not(.head)>*{display:grid;grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);gap:10px;align-items:center}.lead-row:not(.head)>*:before{content:attr(data-label);color:var(--subtle);font-size:12px;font-weight:950;text-transform:uppercase}.lead-row:not(.head) .chip{width:100%;justify-content:flex-start}.lead-actions,.row-actions{justify-content:stretch}.lead-actions .link-btn,.row-actions .link-btn{width:auto}}@media(max-width:1500px){.lead-row,.lead-row:has(.lead-actions){grid-template-columns:1fr}.row.head.lead-row{display:none}.lead-row:not(.head)>*{display:grid;grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);gap:10px;align-items:center}.lead-row:not(.head)>*:before{content:attr(data-label);color:var(--subtle);font-size:12px;font-weight:950;text-transform:uppercase}.lead-row:not(.head) .chip{width:100%;justify-content:flex-start}.lead-actions,.row-actions{justify-content:stretch}}@media(max-width:1080px){.auth-page,.app-shell,.split-view,.view-grid{grid-template-columns:1fr}.auth-hero,.auth-panel{min-height:auto}.mobile-app-header{position:fixed;z-index:1202;top:10px;left:12px;right:12px;min-width:0;height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:#1d2636f5;box-shadow:0 14px 36px #00000052;backdrop-filter:blur(18px)}.mobile-menu-toggle{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid rgba(147,197,253,.55);border-radius:var(--radius-md);background:linear-gradient(135deg,var(--violet),var(--pink));color:#fff;font:inherit;font-weight:900;box-shadow:0 10px 24px #465fff47}.hamburger-icon{font-size:22px;line-height:1}.mobile-brand-summary,.mobile-user-summary{min-width:0;display:flex;align-items:center;gap:9px}.mobile-brand-summary .brand-mark{width:40px;height:40px;flex:0 0 40px;border-radius:12px}.mobile-brand-summary strong,.mobile-brand-summary span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-brand-summary strong{color:#fff}.mobile-brand-summary span{margin-top:2px;color:#ffffffc7;font-size:12px;font-weight:750}.mobile-user-summary strong{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-shell{display:block}.sidebar-backdrop{position:fixed;z-index:1190;inset:0;display:block;background:#05020cad;backdrop-filter:none;-webkit-backdrop-filter:none}.sidebar{position:fixed;z-index:1201;inset:50px auto 0 0;width:min(86vw,320px);box-sizing:border-box;padding-top:20px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;transform:translate(-105%);pointer-events:none;transition:transform .22s ease,visibility 0s linear .22s;will-change:transform}.sidebar.mobile-open,.app-shell.menu-open .sidebar{transform:translateZ(0);visibility:visible;pointer-events:auto;transition:transform .22s ease,visibility 0s}.sidebar>.brand-row,.sidebar>.user-card{display:none}.sidebar nav{grid-template-columns:1fr;align-content:start;padding-right:4px}.sidebar nav .module-button{width:100%;flex:0 0 auto;color:#667085;opacity:1;visibility:visible;pointer-events:auto;touch-action:manipulation}.sidebar nav .module-button .nav-main>span:last-child{color:inherit}.workspace{padding-top:72px}.logout-btn{position:sticky;bottom:0;z-index:1;margin-top:12px;flex:0 0 auto;box-shadow:0 -10px 20px #0f172a14,0 14px 30px #465fff3d}.topbar-logout{display:none}.editor{position:static}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-layout,.profile-grid{grid-template-columns:1fr}}@media(max-width:920px){.dashboard-welcome-strip{grid-template-columns:1fr;padding:22px}.welcome-metrics{grid-template-columns:1fr}.row,.lead-row,.lead-row:has(.lead-actions),.row.task-row,.row.call-row,.row.users-row{grid-template-columns:1fr}.row.head{display:none}.lead-actions,.row-actions,.user-actions{justify-content:stretch}.lead-actions .link-btn,.row-actions .link-btn,.user-actions .link-btn,.user-actions button,.status-select{width:100%}}@media(max-width:720px){.auth-page,.app-shell{padding:0}.auth-hero,.auth-panel,.panel,.sidebar{border-radius:var(--radius-lg);padding:16px}.auth-hero h1{font-size:34px}.topbar h1{font-size:32px}.panel-head h2,.modal-head h2{font-size:20px}.demo-grid,.metrics-grid,.metrics-grid.cols-1,.metrics-grid.cols-2,.metrics-grid.cols-3,.metrics-grid.cols-4,.filter-bar,.call-summary-grid,.preview-list,.modal-form,.report-grid{grid-template-columns:1fr}.modal-layer{align-items:start;padding:12px}.modal-panel{max-height:calc(100vh - 24px);padding:16px;border-radius:var(--radius-lg)}.modal-head,.panel-head,.modal-actions{align-items:stretch;flex-direction:column}.sidebar{padding-top:20px;border-radius:0 var(--radius-lg) var(--radius-lg) 0}.mobile-app-header{left:8px;right:8px;gap:7px}.mobile-menu-toggle{padding-inline:11px}.mobile-user-summary strong{display:none}.mobile-brand-summary .brand-mark{width:36px;height:36px;flex-basis:36px}.panel-actions,.panel-actions button,.service-manager form{width:100%}.service-manager form,.alert-card{grid-template-columns:1fr}.alert-card .link-btn,.modal-actions button{width:100%}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions,.table-tools,.table-tools input{width:100%}.topbar-actions{display:grid;grid-template-columns:44px;gap:8px;flex-wrap:nowrap;justify-content:start}.topbar-actions button{width:44px;min-width:0;padding-inline:8px;white-space:nowrap}.notification-shell{width:44px}.table-tools,.table-pagination{align-items:stretch;flex-direction:column}.table-pagination button{width:100%}.notification-popover{position:fixed;top:78px;left:8px;right:8px;width:auto;max-height:calc(100vh - 92px)}.pipeline-columns{grid-template-columns:1fr}.lead-board{grid-template-columns:minmax(0,1fr)}.lead-board-column{min-height:auto}.chat-thread{min-height:460px}.chat-compose{grid-template-columns:1fr}.message-bubble{width:min(88%,560px)}.stage-col{min-height:auto}}
