:root{font-family:Microsoft YaHei,Segoe UI,system-ui,sans-serif;color:#17221f;background:#f3f5f2;font-synthesis:none;--ink:#17221f;--muted:#6c7773;--line:#dfe5e1;--panel:#fff;--green:#174c40;--green-2:#27695a;--mint:#dcece5;--cream:#f6f0e4;--amber:#d28b34;--red:#c65648;--blue:#477b9f;--shadow:0 10px 35px rgba(29,54,47,.07)}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--green-2)}.eyebrow.light{color:#a8d1c4}.button{height:38px;border-radius:9px;padding:0 16px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;transition:.15s ease}.button svg{width:17px}.button.primary{background:var(--green);color:#fff;box-shadow:0 5px 14px #174c402e}.button.primary:hover{background:#0e3b31;transform:translateY(-1px)}.button.secondary{background:#fff;border-color:#cfd8d3;color:var(--green)}.button.ghost{background:transparent;border-color:var(--line)}.button.warn{background:#fff4e6;color:#9a5d16;border-color:#f0d3ab}.button:disabled{opacity:.55;cursor:not-allowed}.icon-button{width:36px;height:36px;border:0;background:transparent;border-radius:9px;color:#56625e;display:grid;place-items:center}.icon-button:hover{background:#edf1ef}.brand-mark{width:46px;height:46px;border-radius:13px;background:#cae4da;color:var(--green);display:grid;place-items:center}.brand-mark.small{width:38px;height:38px;border-radius:10px}.brand-mark.small svg{width:20px}.avatar{width:36px;height:36px;border-radius:11px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;flex:0 0 auto}.avatar.soft{background:#e5eee9;color:var(--green)}.avatar.mini{width:28px;height:28px;border-radius:8px;font-size:10px}.app-shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;background:#102c26;color:#eaf3ef;padding:20px 14px;display:flex;flex-direction:column;z-index:20}.sidebar-brand{display:flex;gap:11px;align-items:center;padding:2px 5px 26px}.sidebar-brand>div:last-child{display:flex;flex-direction:column;gap:3px}.sidebar-brand strong{font-size:14px}.sidebar-brand span{font-size:10px;color:#9ebbb2;letter-spacing:.08em}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav a{height:42px;border-radius:9px;display:flex;align-items:center;gap:12px;padding:0 12px;color:#a9c0b9;font-size:13px;font-weight:650}.sidebar nav a:hover{background:#ffffff0f;color:#fff}.sidebar nav a.active{background:#e8f1ed;color:#173f35}.sidebar-foot{margin-top:auto}.scope-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:13px;display:flex;flex-direction:column;gap:4px}.scope-card span,.scope-card small{font-size:10px;color:#9ebbb2}.scope-card strong{font-size:12px;color:#fff}.sidebar-collapse{border:0;background:transparent;color:#79978e;margin-top:12px}.app-main{grid-column:2;min-width:0}.topbar{position:sticky;top:0;z-index:10;height:64px;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 26px}.org-name{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#56625e}.topbar-actions{display:flex;align-items:center;gap:6px}.notification-button{position:relative}.notification-button b{position:absolute;right:2px;top:1px;background:var(--red);color:#fff;min-width:15px;height:15px;border-radius:8px;font-size:9px;display:grid;place-items:center}.user-chip{display:flex;align-items:center;gap:9px;padding:0 8px 0 12px;margin-left:5px;border-left:1px solid var(--line)}.user-chip>div:last-child{display:flex;flex-direction:column}.user-chip strong{font-size:12px}.user-chip span{font-size:10px;color:var(--muted)}.content{padding:28px}.page{max-width:1580px;margin:0 auto}.page-heading,.page-hero{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-heading h1,.page-hero h1{font-size:28px;letter-spacing:-.03em;margin:5px 0 6px}.page-heading p,.page-hero p{margin:0;color:var(--muted);font-size:13px}.heading-actions,.hero-actions{display:flex;gap:9px}.page-hero{background:linear-gradient(120deg,#f7f4ea 0,#edf4f0 62%,#e5efe9);border:1px solid #dfe7e1;border-radius:18px;padding:24px 26px;align-items:center}.page-hero h1{font-size:26px}.lens-switch{background:#fff;border:1px solid #d8e1dc;padding:4px;border-radius:10px;display:flex}.lens-switch button{height:34px;padding:0 14px;border:0;background:transparent;border-radius:7px;display:flex;align-items:center;gap:7px;font-weight:700;font-size:12px;color:var(--muted)}.lens-switch button.active{background:var(--green);color:#fff}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:2px 12px;box-shadow:var(--shadow)}.metric-card.accent{background:#173f35;color:#fff;border-color:#173f35}.metric-card.accent>span,.metric-card.accent small{color:#bcd0ca}.metric-card>span{font-size:12px;color:var(--muted);align-self:end}.metric-card strong{font-size:27px;grid-column:2;letter-spacing:-.04em}.metric-card small{font-size:10px;color:#8a9491;grid-column:2}.metric-icon{grid-row:1/4;width:38px;height:38px;border-radius:11px;background:#dcece5;color:var(--green);display:grid;place-items:center}.metric-icon svg{width:19px}.metric-icon.amber{background:#faecd8;color:#a76517}.metric-icon.red{background:#f9e1dd;color:#aa463b}.metric-icon.green{background:#dceee2;color:#2e7950}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:18px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.panel-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.panel-title h2,.section-title h2{margin:4px 0 0;font-size:17px}.panel-title>a{font-size:11px;color:var(--green);font-weight:700;display:flex;align-items:center;gap:4px}.workload-list{display:flex;flex-direction:column}.workload-row{display:grid;grid-template-columns:32px 120px minmax(80px,1fr) 55px auto auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf0ee}.workload-row:last-child{border:0}.workload-person{display:flex;flex-direction:column}.workload-person strong{font-size:12px}.workload-person span{font-size:10px;color:var(--muted)}.load-bar,.progress-track{height:6px;background:#edf1ef;border-radius:6px;overflow:hidden}.load-bar i,.progress-track i{display:block;height:100%;background:linear-gradient(90deg,var(--green-2),#72ad98);border-radius:inherit}.workload-row>span{font-size:11px}.compact-task-list{display:flex;flex-direction:column}.compact-task{display:grid;grid-template-columns:6px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0ee}.compact-task>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.compact-task strong{font-size:12px}.compact-task span{font-size:10px;color:var(--muted)}.priority-dot{width:6px;height:6px;border-radius:50%}.priority-urgent{background:#c94d40;color:#a43c31}.priority-high{background:#dd8940;color:#a95b19}.priority-medium{background:#4a7fa0;color:#386783}.priority-low{background:#6f9689;color:#527b6e}.matter-pulse{padding:14px 0;border-bottom:1px solid #edf0ee}.matter-pulse-top,.matter-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.matter-pulse-top>div{display:flex;align-items:center;gap:8px}.matter-pulse-top strong{font-size:13px}.matter-no,.task-no{font-family:ui-monospace,monospace;font-size:9px;color:#78837f;background:#edf1ef;border-radius:5px;padding:3px 6px}.matter-meta{display:flex;gap:16px;font-size:10px;color:var(--muted);margin:9px 0}.insight-panel{background:#f5efe2;border-color:#eadfc7;display:flex;flex-direction:column;align-items:flex-start}.insight-panel h2{font-size:22px;margin:10px 0 6px}.insight-panel p{color:#6f6a5e;font-size:12px;line-height:1.7}.insight-icon{width:44px;height:44px;border-radius:12px;background:#fff8e9;color:#b47929;display:grid;place-items:center;margin-bottom:17px}.filter-bar{height:54px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px 10px;display:flex;align-items:center;gap:10px;margin-bottom:16px}.search-box{height:36px;display:flex;align-items:center;gap:8px;padding:0 11px;border-right:1px solid var(--line);min-width:280px}.search-box input{border:0;outline:0;width:100%;font-size:12px}.select-wrap{display:flex;align-items:center;gap:6px}.select-wrap select{border:0;outline:0;font-size:11px;color:#46534f;background:transparent}.result-count{margin-left:auto;font-size:10px;color:var(--muted);padding-right:6px}.kanban{display:grid;grid-template-columns:repeat(6,minmax(205px,1fr));gap:12px;overflow-x:auto;align-items:start;padding-bottom:10px}.kanban-column{background:#e9eeeb;border-radius:12px;padding:9px;min-height:530px}.kanban-column>header{height:34px;display:flex;justify-content:space-between;align-items:center;padding:0 5px;font-size:11px;font-weight:800}.kanban-column>header>div{display:flex;align-items:center;gap:7px}.kanban-column>header b{font-size:10px;background:#d7ded9;padding:3px 7px;border-radius:8px}.column-dot{width:7px;height:7px;border-radius:50%;background:#85928d}.dot-doing{background:#3f83ad}.dot-blocked{background:#c8564a}.dot-submitted{background:#bf812e}.dot-done{background:#4d8b66}.kanban-stack{display:flex;flex-direction:column;gap:8px}.task-card{width:100%;text-align:left;background:#fff;border:1px solid #e0e6e2;border-radius:10px;padding:12px;color:var(--ink);box-shadow:0 4px 12px #2038310a;transition:.15s}.task-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #20383117}.task-card.overdue-card{border-left:3px solid var(--red)}.task-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.priority-label{font-size:9px;font-weight:800;background:#f0f2f1;padding:3px 6px;border-radius:5px}.task-card>strong{font-size:12px;line-height:1.5;display:block;margin-bottom:8px}.matter-chip{display:block;color:var(--green-2);background:#eef5f2;border-radius:5px;padding:4px 6px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-card-meta{display:flex;align-items:center;gap:6px;font-size:9px;color:var(--muted);margin:10px 0}.task-card-meta .due{margin-left:auto;display:flex;align-items:center;gap:3px}.progress-track.slim{height:3px}.column-empty{text-align:center;padding:25px 0;font-size:10px;color:#98a29e}.status-pill{display:inline-flex;align-items:center;white-space:nowrap;padding:3px 7px;border-radius:6px;background:#edf1ef;color:#53615d;font-size:9px;font-weight:750}.status-active,.status-doing{background:#dfedf5;color:#376d8d}.status-assigned,.status-pending_close,.status-submitted{background:#fbecd7;color:#9c641d}.status-blocked,.status-overdue{background:#f9e1dd;color:#a8463b}.status-done,.status-closed,.status-normal,.status-achieved{background:#dfeee4;color:#36704e}.status-at_risk{background:#fff0d8;color:#99631f}.status-draft,.status-todo{background:#edf1ef;color:#5f6b67}.status-pill.subtle{background:transparent;border:1px solid currentColor}.matter-grid{display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));gap:14px}.matter-card{text-align:left;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow);color:var(--ink);transition:.15s}.matter-card:hover{transform:translateY(-2px);border-color:#b9cbc4}.matter-card h2{font-size:17px;margin:14px 0 6px}.matter-card>p{font-size:11px;color:var(--muted);line-height:1.6;height:36px;overflow:hidden}.matter-owner{display:flex;align-items:center;gap:8px;margin:14px 0}.matter-owner>span:last-child{display:flex;flex-direction:column}.matter-owner small{font-size:9px;color:var(--muted)}.matter-owner strong{font-size:11px}.matter-card-stats{display:flex;gap:13px;font-size:9px;color:#66736f;margin-bottom:11px}.matter-card-stats span{display:flex;align-items:center;gap:4px}.matter-card-stats svg{width:13px}.danger-text{color:var(--red)!important}.big-empty{grid-column:1/-1;padding:65px;text-align:center;border:1px dashed #cbd5d0;border-radius:14px;color:var(--muted)}.big-empty svg{width:40px;height:40px;color:#8da199}.big-empty h2{color:var(--ink);font-size:18px}.big-empty.compact{padding:40px}.back-button{border:0;background:transparent;color:var(--muted);display:flex;align-items:center;gap:6px;font-size:11px;margin-bottom:14px}.matter-detail-hero{background:#163f35;color:#fff;border-radius:17px;padding:25px 27px;display:flex;justify-content:space-between;gap:30px;margin-bottom:16px}.matter-detail-hero h1{font-size:27px;margin:9px 0 7px}.matter-detail-hero p{max-width:750px;font-size:12px;color:#c1d2cd;line-height:1.7}.hero-tags,.hero-meta{display:flex;gap:8px;align-items:center}.hero-meta{margin-top:16px;gap:20px;color:#b7ccc5;font-size:10px}.hero-meta span{display:flex;gap:5px;align-items:center}.hero-meta svg{width:14px}.matter-detail-hero .matter-no{background:#ffffff1f;color:#d5e5df}.hero-actions{align-items:flex-start}.risk-banner{background:#fff2dc;border:1px solid #efd8b1;color:#905c19;border-radius:11px;padding:12px 15px;display:flex;align-items:center;gap:10px;margin-bottom:16px}.risk-banner>div{display:flex;flex-direction:column;font-size:11px}.matter-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:16px}.objective-copy{font-size:12px;line-height:1.8;color:#52605b}.member-stack{display:flex;flex-wrap:wrap;gap:12px}.member-stack>div{display:flex;align-items:center;gap:7px;background:#f4f6f4;border-radius:9px;padding:7px 10px}.member-stack>div>span:last-child{display:flex;flex-direction:column}.member-stack strong{font-size:11px}.member-stack small{font-size:9px;color:var(--muted)}.section-block{margin:23px 0}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.section-title>span{font-size:10px;color:var(--muted)}.workstream-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.workstream-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px}.workstream-card header{display:flex;justify-content:space-between}.workstream-card header>div{display:flex;gap:8px;align-items:center}.workstream-card h3{font-size:14px;margin:0}.workstream-index{font-size:9px;color:#81908a}.workstream-card>p{font-size:10px;color:var(--muted);height:30px}.workstream-owner{display:flex;align-items:center;gap:6px;font-size:10px;margin:12px 0}.workstream-stats{display:flex;justify-content:space-between;color:var(--muted);font-size:9px;margin:6px 0 10px}.workstream-tasks>div{display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:7px;font-size:9px;padding:6px 0;border-top:1px solid #edf0ee}.milestone-list>div,.record-list>div{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf0ee}.milestone-list>div>div,.record-list>div>div{display:flex;flex-direction:column;gap:2px;flex:1}.milestone-list strong,.record-list strong{font-size:11px}.milestone-list span,.record-list p{font-size:9px;color:var(--muted);margin:0}.milestone-check{width:28px;height:28px;border-radius:9px;background:#eef1ef;color:#7c8984;display:grid;place-items:center}.milestone-check.checked{background:#dceee2;color:#32704a}.milestone-check svg{width:15px}.record-type{font-size:9px;font-weight:800;padding:4px 6px;border-radius:5px;background:#eef1ef}.type-risk{background:#f9e1dd;color:#9e4137}.type-decision{background:#e1edf5;color:#356c8e}.empty-inline{grid-column:1/-1;padding:25px;border:1px dashed #ccd5d0;border-radius:11px;text-align:center;color:var(--muted);font-size:11px}.modal-backdrop{position:fixed;inset:0;background:#07181473;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:100;padding:30px}.modal-card{width:min(560px,90vw);max-height:90vh;overflow:auto;background:#fff;border-radius:15px;box-shadow:0 25px 80px #06181340}.modal-wide{width:min(760px,90vw)}.modal-header{padding:19px 21px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.modal-header h2{font-size:18px;margin:4px 0 0}.modal-body{padding:20px}.form-stack{display:flex;flex-direction:column;gap:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-stack label,.auth-form label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;color:#3d4a46}.form-stack input,.form-stack select,.form-stack textarea,.auth-form input{width:100%;border:1px solid #d7dfda;border-radius:8px;padding:9px 10px;outline:0;background:#fff;color:var(--ink)}.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus,.auth-form input:focus{border-color:#6d9a8c;box-shadow:0 0 0 3px #457e6b1a}.form-stack textarea{resize:vertical}.form-stack label small{font-weight:400;color:var(--muted)}.check-label{flex-direction:row!important;align-items:center}.check-label input{width:auto}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:5px}.form-error{background:#fce9e6;color:#a43f34;border-radius:8px;padding:9px 11px;font-size:11px}.notice-box{background:#eef4f1;color:#365c50;border-radius:9px;padding:11px;display:flex;align-items:flex-start;gap:8px;font-size:11px}.notice-box svg{width:17px;flex:0 0 auto}.task-detail-head{display:flex;justify-content:space-between}.task-detail>p{font-size:12px;color:var(--muted);line-height:1.7}.task-detail dl{display:grid;grid-template-columns:1fr 1fr;background:#f5f7f5;border-radius:10px;padding:7px 13px}.task-detail dl div{padding:9px}.task-detail dt{font-size:9px;color:var(--muted)}.task-detail dd{font-size:11px;font-weight:700;margin:3px 0 0}.detail-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.detail-more{width:100%;border:0;border-top:1px solid var(--line);background:transparent;margin-top:15px;padding:13px 0 0;display:flex;justify-content:space-between;color:var(--green);font-size:11px}.table-panel{padding:0;overflow:hidden}.table-panel .panel-title{padding:18px 20px 8px}.data-table{width:100%}.table-row{display:grid;grid-template-columns:1.3fr 1fr 1fr .7fr;align-items:center;min-height:52px;padding:0 20px;border-top:1px solid #edf0ee;font-size:11px}.table-head{min-height:36px;color:var(--muted);font-size:9px;background:#f7f8f7}.person-cell{display:flex;align-items:center;gap:8px}.roles-layout{display:grid;grid-template-columns:270px 1fr;gap:15px}.role-list{background:#fff;border:1px solid var(--line);border-radius:13px;padding:10px}.role-list-title{padding:10px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;color:var(--muted)}.role-list>button{width:100%;border:0;background:transparent;border-radius:9px;padding:10px;display:flex;align-items:center;gap:9px;text-align:left}.role-list>button.active{background:#edf4f1}.role-list>button>span:nth-child(2){display:flex;flex-direction:column}.role-list strong{font-size:11px}.role-list small{font-size:8px;color:var(--muted)}.role-icon{width:30px;height:30px;border-radius:8px;background:#eef1ef;color:#5b6b65;display:grid;place-items:center}.role-icon svg{width:15px}.permission-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px}.permission-groups h3{font-size:12px}.permission-groups section>div{display:flex;flex-direction:column}.permission-groups label{display:grid;grid-template-columns:18px 1fr 90px;align-items:center;gap:7px;padding:8px 0;border-top:1px solid #edf0ee}.permission-groups label span{display:flex;flex-direction:column}.permission-groups strong{font-size:10px}.permission-groups small{font-size:8px;color:var(--muted)}.permission-groups select{font-size:9px;border:1px solid var(--line);border-radius:6px;padding:4px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.18fr .82fr;background:#f5f3ed}.auth-story{background:radial-gradient(circle at 25% 10%,#245e50 0,#12382f 45%,#0c2b24);color:#fff;padding:42px 55px;display:flex;flex-direction:column}.auth-brand{display:flex;gap:11px;align-items:center}.auth-brand>div:last-child{display:flex;flex-direction:column}.auth-brand strong{font-size:14px}.auth-brand span{font-size:10px;color:#9fc0b6}.auth-copy{margin:auto 0;max-width:660px}.auth-copy h1{font-size:48px;line-height:1.14;letter-spacing:-.045em;margin:15px 0}.auth-copy p{max-width:560px;color:#b9d0c9;font-size:14px;line-height:1.8}.auth-features,.setup-checks{display:flex;gap:25px;color:#b8cec7;font-size:11px}.auth-features span,.setup-checks span{display:flex;align-items:center;gap:7px}.auth-features svg,.setup-checks svg{width:17px}.setup-checks{flex-direction:column;gap:10px}.auth-panel{display:grid;place-items:center;padding:40px}.auth-form{width:min(390px,100%);display:flex;flex-direction:column;gap:15px}.auth-form h2{font-size:26px;margin:3px 0 0}.auth-form p{font-size:11px;margin:0 0 6px}.auth-form input{height:43px}.auth-submit{height:44px;margin-top:5px}.boot-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:var(--muted)}.boot-logo{width:48px;height:48px;border-radius:15px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:800}.page-loading{padding:100px;text-align:center;color:var(--muted)}.empty-compact{padding:25px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:9px;color:var(--muted);font-size:10px}.empty-compact svg{width:25px}.form-stack select:disabled{background:#f0f2f1;color:#9aa39f}@media(max-width:1400px){.content{padding:22px}.metric-grid{gap:10px}.matter-grid,.workstream-grid{grid-template-columns:repeat(2,1fr)}.kanban{grid-template-columns:repeat(6,215px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.people-table-row{grid-template-columns:1.3fr 1fr 1fr .65fr .8fr}.table-action{border:1px solid var(--line);background:#fff;color:var(--green);border-radius:7px;height:29px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:750}.table-action svg{width:13px}.protected-note{display:flex;align-items:center;gap:5px;margin:7px 0 0;color:var(--muted);font-size:9px}.permission-selected{background:#f4f8f6}.permission-groups label{padding-left:6px;padding-right:6px;border-radius:6px}.form-success{background:#e3f1e7;color:#32704a;border-radius:8px;padding:9px 11px;font-size:11px;margin-top:10px}.role-assignment-intro{display:flex;gap:10px;padding:12px;background:#eef4f1;border-radius:10px;color:#365c50;margin-bottom:14px}.role-assignment-intro>div{display:flex;flex-direction:column;gap:3px}.role-assignment-intro strong{font-size:11px}.role-assignment-intro span{font-size:9px;color:#658078}.role-assignment-intro svg{width:18px}.assignment-list{border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:14px}.assignment-row{display:grid;grid-template-columns:minmax(180px,1fr) 150px 160px;gap:10px;align-items:center;padding:11px;border-top:1px solid #edf0ee}.assignment-row:first-child{border-top:0}.assignment-row.selected{background:#f7faf8}.assignment-role{display:flex;align-items:center;gap:9px}.assignment-role>span{display:flex;flex-direction:column}.assignment-role strong{font-size:11px}.assignment-role small{font-size:8px;color:var(--muted)}.assignment-row select{border:1px solid var(--line);border-radius:7px;padding:7px;font-size:9px;background:#fff;color:var(--ink)}.assignment-row select:disabled{background:#f0f2f1;color:#9aa39f}.workstream-action{width:100%;margin-top:10px;height:30px;border:1px solid #cddbd5;border-radius:7px;background:#f4f8f6;color:var(--green);font-size:9px;font-weight:800}.workstream-action:disabled{color:#9aa39f;background:#f1f3f2;cursor:not-allowed}.inline-error{margin-top:10px}.auth-form label small{color:var(--muted);font-size:9px;font-weight:400;line-height:1.55}.status-prospect{background:#e8edf7;color:#526c9a}.status-dormant{background:#f0ece5;color:#746656}.customer-summary-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.customer-summary-strip>div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:11px;color:var(--green)}.customer-summary-strip svg{width:20px}.customer-summary-strip span{display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:9px}.customer-summary-strip strong{color:var(--ink);font-size:20px}.customer-grid{display:grid;grid-template-columns:repeat(3,minmax(310px,1fr));gap:14px}.customer-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:17px;color:var(--ink);text-align:left;transition:.15s}.customer-card:hover{transform:translateY(-2px);border-color:#b7cbc4}.customer-card>header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.customer-card>header>div:last-child{display:flex;align-items:center;gap:6px}.customer-identity{display:flex;gap:10px;align-items:center;min-width:0}.customer-identity>div{min-width:0}.customer-identity h2{margin:4px 0 1px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-identity small{display:block;color:var(--muted);font-size:9px}.customer-monogram{width:42px;height:42px;border-radius:12px;background:#e7efe9;color:var(--green);display:grid;place-items:center;flex:0 0 auto;font-size:11px;font-weight:850}.customer-monogram.large{width:58px;height:58px;border-radius:16px;font-size:15px;background:#d7e9e2}.tier-badge,.formal-badge,.conflict-badge{display:inline-flex;padding:3px 6px;border-radius:5px;font-size:8px;font-weight:800;background:#f4eee1;color:#8a642d;white-space:nowrap}.formal-badge{background:#e2f0e8;color:#397155}.conflict-badge{background:#f9e2de;color:#a5473c}.customer-owner{display:flex;align-items:center;gap:5px;margin:15px 0 11px;color:#51605b;font-size:10px}.customer-owner svg{width:14px}.customer-owner span{margin-left:auto;color:var(--muted)}.customer-card-metrics{display:grid;grid-template-columns:repeat(3,1fr);background:#f5f7f5;border-radius:9px;padding:9px}.customer-card-metrics span{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted);font-size:8px;border-left:1px solid var(--line)}.customer-card-metrics span:first-child{border-left:0}.customer-card-metrics b{color:var(--ink);font-size:14px}.customer-card>footer{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:11px;color:var(--muted);font-size:8px}.customer-card>footer span{display:flex;align-items:center;gap:4px}.customer-card>footer svg{width:12px}.match-notice{display:flex;align-items:center;gap:5px;margin-top:10px;border-radius:7px;background:#fff5e5;color:#94611f;padding:7px;font-size:9px}.match-notice svg{width:13px}.customer-detail-hero{background:linear-gradient(120deg,#173f35,#1d5447);color:#fff;border-radius:17px;padding:24px 26px;display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:16px}.customer-hero-main{display:flex;align-items:flex-start;gap:14px}.customer-detail-hero h1{margin:8px 0 5px;font-size:27px}.customer-detail-hero p{margin:0;color:#bdd0ca;font-size:11px;max-width:750px;line-height:1.7}.customer-detail-hero .matter-no{background:#ffffff1f;color:#d5e5df}.customer-overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:15px;margin-bottom:16px}.fact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.fact-grid>div{background:#f4f7f5;border-radius:9px;padding:11px;display:flex;flex-direction:column;gap:5px}.fact-grid span{color:var(--muted);font-size:8px}.fact-grid strong{font-size:11px}.customer-detail-columns{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(340px,.6fr);gap:15px;align-items:start}.customer-side-stack{display:flex;flex-direction:column;gap:15px}.mini-tabs{display:flex;gap:3px;padding:3px;background:#eef2ef;border-radius:8px}.mini-tabs button{border:0;background:transparent;height:27px;border-radius:6px;padding:0 9px;color:var(--muted);font-size:9px;font-weight:750}.mini-tabs button.active{background:#fff;color:var(--green);box-shadow:0 2px 5px #19332c14}.customer-timeline{position:relative;padding-left:4px}.timeline-item{display:grid;grid-template-columns:32px 1fr;gap:10px;position:relative;padding:0 0 18px}.timeline-item:before{content:"";position:absolute;left:15px;top:31px;bottom:0;width:1px;background:#dce4df}.timeline-item:last-child:before{display:none}.timeline-icon{width:31px;height:31px;border-radius:9px;background:#e1efe9;color:var(--green);display:grid;place-items:center;z-index:1}.timeline-work .timeline-icon{background:#e7eef4;color:#477896}.timeline-icon svg{width:14px}.timeline-item>div>header{display:flex;justify-content:space-between;gap:10px}.timeline-item strong{font-size:11px}.timeline-item time,.timeline-item small{color:var(--muted);font-size:8px}.timeline-item p{margin:5px 0 4px;font-size:11px;line-height:1.6}.timeline-result,.timeline-next{margin-top:7px;padding:7px 8px;border-radius:7px;background:#f5f7f5;color:#50605a;font-size:9px}.timeline-next{background:#fff4e3;color:#81571f}.timeline-result b,.timeline-next b{margin-right:7px}.customer-task-list,.alias-list,.contact-list{display:flex;flex-direction:column}.customer-task-list>div{display:grid;grid-template-columns:6px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-top:1px solid #edf0ee}.customer-task-list>div:first-child,.alias-list>div:first-child,.contact-list>div:first-child{border-top:0}.customer-task-list>div>div,.alias-list>div>span:first-child,.contact-list>div>span{display:flex;flex-direction:column;min-width:0}.customer-task-list strong,.alias-list strong,.contact-list strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-task-list small,.alias-list small,.contact-list small,.contact-list em{color:var(--muted);font-size:8px;font-style:normal;margin-top:2px}.alias-list>div{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:8px 0;border-top:1px solid #edf0ee}.contact-list>div{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:start;padding:8px 0;border-top:1px solid #edf0ee}.contact-list>div>svg{width:17px;color:var(--green-2)}.contact-list em{color:#55736a}.restricted-note{display:block!important;background:#f1f3f2;color:var(--muted);border-radius:7px;padding:8px!important;font-size:8px}@media(max-width:1400px){.customer-grid{grid-template-columns:repeat(2,1fr)}.customer-detail-columns{grid-template-columns:minmax(0,1.2fr) 340px}.fact-grid{grid-template-columns:1fr 1fr}}.customer-chip,.candidate-chip{margin-top:5px;display:flex;align-items:center;gap:4px;border-radius:5px;padding:4px 6px;font-size:8px;background:#f3eee2;color:#765b2f}.candidate-chip{background:#fff3df;color:#94611f}.customer-chip svg,.candidate-chip svg{width:11px}.related-customer-picker{border:1px solid #d7dfda;border-radius:9px;padding:10px;margin:0}.related-customer-picker legend{font-size:10px;font-weight:750;color:#3d4a46;padding:0 5px}.related-customer-picker>div{display:flex;flex-wrap:wrap;gap:6px 14px;max-height:82px;overflow:auto}.related-customer-picker label{flex-direction:row!important;align-items:center;gap:5px;font-size:9px;font-weight:500}.related-customer-picker input{width:auto}.related-customer-picker>small{display:block;color:var(--muted);font-size:8px;margin-top:8px}.recognition-preview{border:1px solid #d9e3de;border-radius:10px;padding:11px;background:#f5f9f7}.recognition-preview>header{display:flex;gap:8px;color:var(--green)}.recognition-preview>header svg{width:17px;flex:0 0 auto}.recognition-preview>header>div{display:flex;flex-direction:column}.recognition-preview>header strong{font-size:10px}.recognition-preview>header span{color:var(--muted);font-size:8px;margin-top:2px}.recognition-ambiguous{background:#fff8eb;border-color:#ead8b5}.recognition-ambiguous>header{color:#9a681f}.recognition-candidate{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:8px 0 0 25px}.recognition-candidate>div{display:flex;flex-direction:column}.recognition-candidate b{font-size:9px}.recognition-candidate span{color:var(--muted);font-size:8px;margin-top:2px}.matter-customer-panel{margin-bottom:16px}.matter-customer-panel .panel-title>span{font-size:8px}.matter-customer-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.matter-customer-list>div{display:grid;grid-template-columns:36px 1fr auto;gap:8px;align-items:center;background:#f5f7f5;border-radius:10px;padding:9px}.matter-customer-list .customer-monogram{width:36px;height:36px}.matter-customer-list>div>div{display:flex;flex-direction:column;min-width:0}.matter-customer-list strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.matter-customer-list small,.matter-customer-list>div>span:last-child{font-size:8px;color:var(--muted);margin-top:2px}.matter-customer-list>div>span:last-child{grid-column:2/4}.suggestion-resolution{margin-top:11px;border:1px solid #ead8b5;border-radius:10px;overflow:hidden}.suggestion-resolution .notice-box{border-radius:0;background:#fff6e7}.suggestion-row{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:9px 10px;border-top:1px solid #eee5d5}.suggestion-row>div:first-child{display:flex;flex-direction:column}.suggestion-row strong{font-size:9px}.suggestion-row span{font-size:8px;color:var(--muted);margin-top:2px}.suggestion-row>div:last-child{display:flex;gap:5px}.correction-row{display:flex;gap:7px;padding:9px 10px;border-top:1px solid #eee5d5;background:#faf9f6}.correction-row select{flex:1;border:1px solid var(--line);border-radius:7px;padding:6px;font-size:9px}
