:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#17212b;background:#f3f5f8;--brand:#5b3f58;--brand2:#75516f;--line:#e3e7ec;--muted:#697586}*{box-sizing:border-box}body{margin:0}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(18px,calc((100% - 1440px)/2));display:flex;align-items:center;gap:34px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;color:#202730;text-decoration:none;font-weight:800;line-height:1}.brand>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--brand);color:#fff}.brand small{display:block;color:#8a94a2;font-size:10px;margin-top:5px;font-weight:600;letter-spacing:.04em}.topbar nav{display:flex;height:100%;align-items:center;gap:6px;flex:1}.topbar nav a{height:100%;display:flex;align-items:center;padding:0 14px;text-decoration:none;color:#586474;font-weight:650;border-bottom:3px solid transparent}.topbar nav a.active{color:var(--brand);border-bottom-color:var(--brand)}.logout{color:#697586;text-decoration:none;font-size:.9rem}.container{max-width:1440px;margin:0 auto;padding:30px 20px;min-height:80vh}.page-head,.heading-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.page-head h1,.heading-row h1{font-size:30px;margin:3px 0 5px}.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:800;color:var(--brand2)}h1,h2,h3{color:#202730}.muted{color:var(--muted);margin:.2rem 0}.button,button{display:inline-flex;justify-content:center;align-items:center;background:var(--brand);color:#fff;border:0;border-radius:9px;padding:.72rem 1rem;text-decoration:none;font-weight:700;cursor:pointer}.button.secondary{background:#fff;color:#394452;border:1px solid #d8dde4}.head-actions{display:flex;gap:10px}.card{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 2px 10px #15202b0a}.panel{padding:20px}.narrow{max-width:440px;margin:4rem auto;padding:24px}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;min-height:132px;display:flex;flex-direction:column}.stat-card span{font-size:.84rem;color:var(--muted);font-weight:650}.stat-card strong{font-size:28px;margin:12px 0 8px}.stat-card a,.panel-head a{color:var(--brand);text-decoration:none;font-weight:700;font-size:.86rem}.stat-card small{color:#87919e}.stat-card.attention{border-left:4px solid #d33f49}.dashboard-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;margin-bottom:20px}.panel-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px}.panel-head h2{font-size:18px;margin:0 0 3px}.work-list{display:flex;flex-direction:column}.work-item{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-top:1px solid #edf0f3;text-decoration:none;color:inherit}.work-item:first-child{border-top:0}.work-item div{display:flex;flex-direction:column;gap:4px}.work-item span{font-size:.83rem;color:var(--muted)}.work-meta{text-align:right}.stage-bars{display:flex;flex-direction:column;gap:14px}.stage-bar>div{display:flex;justify-content:space-between;font-size:.87rem;margin-bottom:5px}.stage-bar progress{width:100%;height:7px;border:0;border-radius:8px}.stage-bar progress::-webkit-progress-bar{background:#edf0f3;border-radius:8px}.stage-bar progress::-webkit-progress-value{background:var(--brand2);border-radius:8px}.recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-card{border:1px solid var(--line);border-radius:10px;padding:15px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:8px}.mini-card small{color:var(--muted)}.mini-card b{margin-top:6px}.toolbar{padding:10px 12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.search{display:flex;gap:8px;flex:1}.search input{max-width:420px}.view-switch{display:flex;background:#f1f3f6;border-radius:8px;padding:3px}.view-switch a{padding:7px 12px;text-decoration:none;color:#667180;border-radius:6px;font-weight:650;font-size:.86rem}.view-switch a.active{background:#fff;color:var(--brand);box-shadow:0 1px 4px #0001}.kanban-board{display:flex;gap:14px;overflow-x:auto;padding-bottom:18px;align-items:flex-start}.kanban-column{min-width:305px;width:305px;background:#e9edf2;border-radius:12px;padding:10px}.kanban-column>header{display:flex;justify-content:space-between;gap:10px;padding:5px 5px 12px}.kanban-column h2{font-size:15px;margin:0 0 3px}.kanban-column header span{font-size:.75rem;color:var(--muted)}.kanban-column header>b{font-size:.85rem}.kanban-stack{display:flex;flex-direction:column;gap:9px}.deal-card{background:#fff;border:1px solid #dfe4e9;border-radius:10px;box-shadow:0 1px 5px #18212a0b;overflow:hidden}.deal-main{display:block;padding:13px;text-decoration:none;color:inherit}.deal-top,.deal-numbers{display:flex;justify-content:space-between;align-items:center}.deal-top small{color:var(--muted)}.priority{font-size:11px;color:#adb5bf}.priority.p2,.priority.p3{color:#d4454f}.deal-card h3{font-size:15px;margin:10px 0 5px}.deal-card p{font-size:.83rem;color:var(--muted);margin:0 0 13px}.deal-numbers span{font-size:.78rem;background:#f2edf1;color:var(--brand);padding:3px 7px;border-radius:20px}.deal-card time{display:block;color:#7e8894;font-size:.75rem;margin-top:10px}.stage-form{border-top:1px solid #edf0f2}.stage-form select{border:0;border-radius:0;padding:8px 10px;font-size:.78rem;background:#fafbfc}.column-empty,.empty-state{text-align:center;color:#8a94a2;padding:25px 10px;font-size:.88rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:.9rem;text-align:left;border-bottom:1px solid #edf0f2}th{font-size:.78rem;color:#68737d;text-transform:uppercase;letter-spacing:.03em}.actions{text-align:right}.badge{display:inline-block;padding:.25rem .5rem;border-radius:999px;background:#f0e8ee;color:var(--brand);font-size:.76rem;font-weight:700}.subtle{font-size:.82rem;color:#78838d;margin-top:.2rem}.alert{padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem}.alert.error{background:#fee4e2;color:#912018}.alert.success{background:#dcfae6;color:#086b3a}label{display:flex;flex-direction:column;gap:.4rem;font-weight:650}input,select,textarea{width:100%;padding:.72rem;border:1px solid #cbd2d9;border-radius:8px;font:inherit;background:#fff}.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.full{grid-column:1/-1}.form-actions{display:flex;align-items:center;gap:1rem;margin-top:1.2rem}button.danger{background:#b42318}footer{text-align:center;color:#8a94a2;padding:25px}.empty{text-align:center;color:#68737d;padding:2rem}hr{border:0;border-top:1px solid var(--line);margin:1.5rem 0}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(3,1fr)}.recent-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:720px){.topbar{height:auto;padding:12px 16px;flex-wrap:wrap;gap:8px}.topbar nav{order:3;width:100%;height:42px;overflow:auto}.topbar nav a{height:42px}.container{padding:20px 12px}.page-head,.heading-row{align-items:flex-start;flex-direction:column}.stat-grid{grid-template-columns:1fr 1fr}.recent-grid{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-direction:column}.search{flex-wrap:wrap}.search input{max-width:none}.grid{grid-template-columns:1fr}.full{grid-column:auto}}@media(max-width:450px){.stat-grid{grid-template-columns:1fr}}
