:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#f8fafc;--text:#172033;--muted:#64748b;--line:#dde6f3;--blue:#0d6fb8;--blue-dark:#075985;--cyan:#e7f5ff;--green:#16a34a;--orange:#f97316;--red:#dc2626;--purple:#7c3aed;--shadow:0 16px 36px #0f172a14}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.app-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);z-index:20;background:linear-gradient(90deg,#fff,#eef7ff);justify-content:space-between;align-items:center;height:74px;padding:0 22px;display:flex;position:sticky;top:0}.brand-block{align-items:center;gap:12px;display:flex}.brand-mark{background:linear-gradient(135deg, var(--blue), #1e9bd7);color:#fff;width:42px;height:42px;box-shadow:var(--shadow);border-radius:14px;place-items:center;font-weight:800;display:grid}.brand-block h1{margin:0;font-size:18px}.brand-block p{color:var(--muted);margin:2px 0 0;font-size:12px}.topbar-actions{align-items:center;gap:12px;display:flex}.search-box{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:8px;width:310px;padding:9px 12px;display:flex}.search-box input{border:0;outline:0;flex:1}.role-switch{background:#eaf2fa;border-radius:14px;padding:4px;display:flex}.role-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:11px;padding:8px 12px}.role-switch button.selected{color:var(--blue-dark);background:#fff;font-weight:700;box-shadow:0 5px 18px #0f172a14}.alarm{color:#9a3412;cursor:pointer;background:#fff7ed;border:0;border-radius:14px;align-items:center;gap:8px;padding:10px 12px;display:flex}.body-shell{display:flex}.sidebar{border-right:1px solid var(--line);background:#fff;width:245px;min-height:calc(100vh - 74px);padding:18px 14px;position:sticky;top:74px}.sidebar-title{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:5px 8px 12px;font-size:12px;font-weight:800}.nav-item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:13px;align-items:center;gap:10px;width:100%;margin-bottom:4px;padding:11px 12px;display:flex}.nav-item:hover{background:#f1f5f9}.nav-item.active{color:#fff;background:linear-gradient(135deg,#0d6fb8,#138bd1);box-shadow:0 12px 24px #0d6fb838}.side-note{color:var(--muted);background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;gap:9px;margin:20px 5px;padding:13px;font-size:12px;line-height:1.4;display:flex}.side-note p{margin:0}.content-shell{flex:1;padding:18px;overflow:hidden}.context-strip{color:#dbeafe;background:#0f172a;border-radius:16px;flex-wrap:wrap;gap:18px;margin-bottom:18px;padding:10px 14px;font-size:13px;display:flex}.context-strip strong{color:#fff}.screen{animation:.22s ease-out fadeIn}@keyframes fadeIn{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}.hero-card{box-shadow:var(--shadow);background:linear-gradient(135deg,#fff,#eaf6ff);border:1px solid #d8edff;border-radius:26px;justify-content:space-between;gap:30px;margin-bottom:18px;padding:28px;display:flex}.hero-card h2{max-width:740px;margin:12px 0 8px;font-size:28px;line-height:1.15}.hero-card p{color:var(--muted);max-width:760px;margin:0;line-height:1.6}.hero-actions{flex-direction:column;justify-content:center;gap:10px;min-width:220px;display:flex}.hero-actions button,.action-panel button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 15px;font-weight:700;display:flex}.hero-actions button.secondary{color:var(--blue-dark);border:1px solid var(--line);background:#fff}.badge{color:#334155;white-space:nowrap;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.badge.green{color:#166534;background:#dcfce7}.badge.blue{color:#1e40af;background:#dbeafe}.badge.orange{color:#9a3412;background:#ffedd5}.badge.red{color:#991b1b;background:#fee2e2}.badge.purple{color:#5b21b6;background:#ede9fe}.metrics-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:14px;margin-bottom:18px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 10px 28px #0f172a0d}.metric-icon{width:44px;height:44px;color:var(--blue);background:#eff6ff;border-radius:15px;place-items:center;display:grid}.metric-card p{color:var(--muted);margin:0;font-size:13px}.metric-card h3{margin:2px 0;font-size:26px}.metric-card span{color:var(--muted);font-size:12px}.blue-soft .metric-icon{color:#1d4ed8;background:#dbeafe}.green-soft .metric-icon{color:#15803d;background:#dcfce7}.red-soft .metric-icon{color:#b91c1c;background:#fee2e2}.orange-soft .metric-icon{color:#c2410c;background:#ffedd5}.purple-soft .metric-icon{color:#6d28d9;background:#ede9fe}.two-col{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.two-col.wide-left{grid-template-columns:1fr 1fr}.panel,.detail-main,.action-panel{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 10px 26px #0f172a0b}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel-head h3{margin:0}.widget-list{gap:10px;display:grid}.widget-row{border:1px solid var(--line);background:#fbfdff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:13px;display:flex}.row-left{align-items:center;gap:10px;display:flex}.row-left div{flex-direction:column;display:flex}.row-left span,.data-table td span,.goal-row span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.pipeline-readonly{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.pipeline-step{border:1px solid var(--line);background:#f8fafc;border-radius:17px;flex-direction:column;gap:6px;padding:13px;display:flex}.pipeline-step span{color:#075985;background:#e0f2fe;border-radius:10px;place-items:center;width:27px;height:27px;font-weight:800;display:grid}.pipeline-step small{color:var(--muted)}.help-text{color:var(--muted);margin-bottom:0;line-height:1.55}.screen-title{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.screen-title h2{margin:0 0 4px;font-size:25px}.screen-title p{color:var(--muted);margin:0}.workqueue-screen{margin:-2px}.legacy-shell{color:#000;background:#f7f7f7;border:1px solid #aab0b7;border-radius:7px;min-height:calc(100vh - 132px);font-family:inherit;overflow:hidden;box-shadow:inset 0 1px #fff,0 8px 18px #0f172a12}.legacy-windowbar{background:linear-gradient(#fefefe,#dcdcdc 45%,#f4f4f4);border-bottom:1px solid #9aa7b7;grid-template-columns:210px 1fr 210px;align-items:center;height:31px;display:grid}.legacy-windowbar strong{color:#555;justify-self:center;font-size:13px}.legacy-windowbar span{color:#f04a00;justify-self:end;margin-right:9px;font-size:11px}.legacy-tool-strip{gap:4px;padding-left:8px;display:flex}.legacy-tool-strip button{color:#0073d8;cursor:pointer;background:radial-gradient(circle at 35% 30%,#fff,#dce8f3);border:1px solid #b7c0c8;border-radius:50%;place-items:center;width:21px;height:21px;padding:0;font-weight:800;display:grid}.legacy-titlebar{background:linear-gradient(#fff,#e9e9e9);border-bottom:3px solid #5d9bd6;justify-content:center;align-items:center;gap:8px;height:37px;display:flex;position:relative}.legacy-titlebar h2{color:#064e9b;letter-spacing:0;margin:0;font-size:25px;font-weight:800;line-height:1.1}.legacy-title-icon{color:#2daa00;background:#fff;border:1px solid #9ea7b2;place-items:center;width:38px;height:30px;display:grid;box-shadow:2px 2px 8px #0000002e}.legacy-body{grid-template-columns:1fr;gap:5px;padding:4px;display:grid}.workflow-ribbon{background:linear-gradient(#f8fbfd,#e8eef3);border:1px solid #a7a7a7;border-radius:6px;grid-template-columns:auto 190px 1fr;align-items:center;gap:8px;padding:5px;display:grid;box-shadow:inset 1px 1px #fff}.workflow-ribbon-head{color:#064e9b;white-space:nowrap;background:linear-gradient(#fff,#e5edf4);border:1px solid #a9b6c0;border-radius:6px;align-items:center;gap:6px;height:28px;padding:0 9px;font-size:12px;font-weight:800;display:flex}.workflow-list{gap:6px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.workflow-item{color:#064e9b;cursor:pointer;background:linear-gradient(#fff,#edf2f7);border:1px solid #c7d1da;border-radius:7px;flex:none;align-items:center;gap:8px;min-height:30px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #fff}.workflow-item.selected{color:#003f85;background:linear-gradient(#fff,#dcecff);border-color:#6aa2d8}.workflow-item strong{color:#d80000;background:#fff;border:1px solid #cbd5e1;border-radius:999px;place-items:center;min-width:22px;height:20px;font-size:11px;display:inline-grid}.priority-inbox{background:linear-gradient(90deg,#e9e9e9,#f8f8f8);border:1px solid #a7a7a7;border-radius:6px;min-height:840px;padding:5px;box-shadow:inset 1px 1px #fff}.priority-header{color:#00b;background:linear-gradient(#fff,#e5edf4);border:1px solid #a9b6c0;border-radius:6px;align-items:center;gap:5px;height:27px;padding:0 8px;font-size:11px;font-weight:700;display:flex}.legacy-search{background:#fff;border:1px solid #b7b7b7;border-radius:7px;align-items:center;height:24px;margin:7px 0;display:flex;overflow:hidden}.legacy-search input{border:0;outline:0;flex:1;min-width:0;padding:3px 4px;font-size:11px}.legacy-search svg{color:#688091;margin-right:5px}.workflow-ribbon .legacy-search{width:100%;margin:0}.priority-list{gap:3px;display:grid}.priority-item{color:navy;text-align:left;cursor:pointer;background:linear-gradient(#fff,#efefef);border:1px solid #d5d5d5;border-radius:7px;grid-template-columns:1fr 32px;align-items:center;gap:6px;min-height:21px;padding:1px 6px;font-size:11px;display:grid}.priority-item.selected{background:linear-gradient(#fdfdfd,#e8f0fb);border-color:#b8c7d8}.priority-item strong{color:#d80000;justify-self:end;font-size:11px}.legacy-inbox-panel{background:#efefef;border:1px solid #a7a7a7;border-radius:6px;grid-template-rows:auto auto auto 1fr auto;min-width:0;padding:0 2px 5px;display:grid}.legacy-tabs{align-items:end;gap:3px;height:27px;padding-left:54px;display:flex}.legacy-tab{color:#00115a;cursor:pointer;background:linear-gradient(#fff,#dbe8f5);border:1px solid #aeb7c3;border-bottom:0;border-radius:8px 8px 0 0;min-width:54px;height:24px;font-size:11px;font-weight:700}.legacy-tab.active{background:#fff}.legacy-tab span{color:#777;margin-left:5px}.legacy-filterbar{color:#fff;background:#3688b2;justify-content:center;align-items:center;gap:8px;min-height:31px;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.legacy-filterbar label{color:#fff;align-items:center;gap:5px;display:flex}.legacy-filterbar select{background:#fff;border:1px solid #879aaa;border-radius:7px;min-width:95px;height:23px;padding:1px 24px 1px 6px;font-size:11px}.legacy-filterbar select:last-child{min-width:230px}.legacy-results{color:#0044b0;background:#edf0f2;border:1px solid #b8c1c9;border-radius:7px;align-items:center;gap:8px;min-height:18px;padding:1px 0 1px 1px;font-size:11px;display:flex}.legacy-results span{color:#00a}.legacy-results strong{color:#fff;background:#4288c9;padding:0 4px}.legacy-results button{color:#0f62b2;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.legacy-table-wrap{background:#e9e9e9;border-left:1px solid #c3c8cc;border-right:1px solid #c3c8cc;overflow:auto}.legacy-table{border-collapse:collapse;table-layout:fixed;background:#fff;width:100%;min-width:1120px;font-size:12px}.legacy-table th{color:#fff;text-align:left;background:#006697;border-bottom:1px solid #046;border-right:2px solid #dcecf8;height:22px;padding:2px 4px;font-weight:700}.legacy-table td{vertical-align:middle;text-overflow:ellipsis;border-bottom:2px solid #ededed;border-right:2px solid #f2f2f2;height:40px;padding:4px;overflow:hidden}.legacy-table tr.highlighted td{background:#d5d5d5}.legacy-table .num-col{text-align:center;width:19px}.legacy-table .check-col{text-align:center;width:22px}.legacy-table .icon-col{text-align:center;width:35px}.legacy-table .menu-col{text-align:center;width:22px}.legacy-table th:nth-child(4){width:120px}.legacy-table th:nth-child(5){width:105px}.legacy-table th:nth-child(6){width:auto}.legacy-table th:nth-child(7){width:82px}.legacy-table th:nth-child(8){width:92px}.legacy-table th:nth-child(9){width:80px}.legacy-table td strong{color:#001080;font-weight:700;display:block}.legacy-table td span{color:#001080;font-size:11px;line-height:1.15;display:block}.legacy-table a{color:#001ec9;font-weight:700;text-decoration:underline}.legacy-table input[type=checkbox]{width:13px;height:13px;margin:0}.mail-state,.pen-state{place-items:center;width:14px;height:14px;color:#7aa7d7!important;display:inline-grid!important}.mail-state.new{color:#ffbe00!important}.pen-state{color:#f97316!important}.menu-col button{color:#fff;cursor:pointer;background:#0b86df;border:0;border-radius:3px;width:16px;height:15px;padding:0;line-height:1}.legacy-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-height:31px;padding-top:4px;display:flex}.legacy-actions button{color:#000;cursor:pointer;background:linear-gradient(#fff,#dadada);border:1px solid #9fa6ad;border-radius:6px;justify-content:center;align-items:center;gap:5px;min-width:96px;height:23px;font-size:11px;display:inline-flex;box-shadow:inset 0 1px #fff}.legacy-actions svg{color:#0b80d0}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th{text-align:left;color:#64748b;border-bottom:1px solid var(--line);padding:11px;font-size:12px}.data-table td{vertical-align:middle;border-bottom:1px solid #eef2f7;padding:13px 11px}.small-action{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:7px 10px;font-weight:700}.pipeline-grid,.app-board{grid-template-columns:repeat(7,minmax(150px,1fr));gap:10px;margin-bottom:18px;padding-bottom:8px;display:grid;overflow-x:auto}.app-board{grid-template-columns:repeat(6,minmax(190px,1fr))}.lane,.app-column{background:#edf3fa;border:1px solid #dbe6f2;border-radius:18px;min-height:190px;padding:10px}.lane-title{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;display:flex}.lane-title span{color:var(--blue);background:#fff;border-radius:99px;padding:3px 7px;font-weight:800}.lead-card-mini{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:15px;gap:5px;width:100%;margin-bottom:9px;padding:11px;display:grid;box-shadow:0 6px 14px #0f172a0a}.lead-card-mini.active{border-color:#2563eb;box-shadow:0 10px 20px #2563eb24}.lead-card-mini span{color:var(--muted);font-size:12px}.detail-shell{grid-template-columns:1fr 260px;gap:16px;display:grid}.form-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.field{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:12px}.field span{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.field strong{font-size:14px}.note-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:15px;margin-top:14px;padding:14px}.note-box p{color:#334155;margin:5px 0 0}.action-panel{align-content:start;gap:10px;display:grid}.action-panel h3{margin:0 0 3px}.action-panel button{background:#0f75bd;justify-content:flex-start}.action-panel button.danger{background:#dc2626}.topic-list{gap:10px;display:grid}.topic-row{border:1px solid var(--line);background:#fbfdff;border-radius:16px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.topic-row span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.topic-icon{color:#475569;background:#e2e8f0;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.topic-icon.completed{color:#15803d;background:#dcfce7}.topic-icon.in-progress{color:#c2410c;background:#ffedd5}.checklist-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.check-item{border:1px solid var(--line);background:#f8fafc;border-radius:15px;align-items:center;gap:8px;padding:12px;display:flex}.ok{color:var(--green)}.pending{color:var(--orange)}.readiness-card{border:1px solid var(--line);background:#f8fafc;border-radius:17px;margin-top:16px;padding:14px}.readiness-card span{color:var(--muted);font-size:12px}.readiness-card strong{margin:4px 0 10px;display:block}.progress-track{background:#e2e8f0;border-radius:999px;height:9px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#0d6fb8,#22c55e);height:100%}.app-card{border:1px solid var(--line);background:#fff;border-radius:17px;padding:13px;box-shadow:0 6px 14px #0f172a0a}.app-card h3{margin:9px 0 2px}.app-card p,.app-card small{color:var(--muted)}.missing{color:#9a3412;background:#fff7ed;border-radius:12px;align-items:center;gap:6px;margin:12px 0;padding:9px;font-size:13px;display:flex}.attachment-bar{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.attachment-button{border:1px solid var(--line);color:var(--blue-dark);background:#fff;border-radius:14px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex}.client-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.client-card,.profile-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:20px;box-shadow:0 10px 26px #0f172a0b}.avatar,.profile-avatar{color:#fff;background:linear-gradient(135deg,#0d6fb8,#22c55e);border-radius:19px;place-items:center;width:56px;height:56px;margin-bottom:12px;font-weight:900;display:grid}.client-card h3,.profile-card h3{margin:0 0 3px}.client-card p,.profile-card p{color:var(--muted);margin:0 0 12px}.client-meta{border:1px solid var(--line);background:#f8fafc;border-radius:14px;justify-content:space-between;margin:14px 0;padding:11px;display:flex}.client-meta span{color:var(--muted)}.tag-row{flex-wrap:wrap;gap:7px;display:flex}.goal-row{border-bottom:1px solid #eef2f7;grid-template-columns:1fr 160px auto;align-items:center;gap:12px;padding:12px 0;display:grid}.profile-layout{grid-template-columns:280px 1fr;gap:16px;display:grid}.profile-stats{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px;display:grid}.profile-stats div{border:1px solid var(--line);text-align:center;background:#f8fafc;border-radius:14px;padding:10px}.profile-stats strong{font-size:20px;display:block}.profile-stats span{color:var(--muted);font-size:12px}@media (width<=1100px){.topbar{flex-direction:column;align-items:flex-start;gap:14px;height:auto;padding:16px}.topbar-actions{flex-wrap:wrap}.sidebar{display:none}.metrics-grid,.two-col,.client-grid,.profile-layout,.detail-shell{grid-template-columns:1fr}.form-grid{grid-template-columns:repeat(2,1fr)}.workflow-ribbon{grid-template-columns:1fr;align-items:stretch}.context-strip{flex-direction:column;gap:6px}.hero-card{flex-direction:column}}
