:root{--navy:#17213a;--ink:#202637;--muted:#7f8799;--line:#e9ebf1;--bg:#f7f8fb;--purple:#635bff;--mint:#dff6ef;--yellow:#fff2cb;--blue:#e8efff;--pink:#ffe8f2}*{box-sizing:border-box}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:14px}button,input,select,textarea{font:inherit}.hidden{display:none!important}.login-screen{min-height:100vh;background:radial-gradient(circle at 20% 15%,#e6e3ff,transparent 30%),radial-gradient(circle at 85% 90%,#d9f5ee,transparent 28%),#f8f9fc;display:flex;align-items:center;justify-content:center}.login-brand{position:absolute;top:34px;left:44px;display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:var(--navy)}.brand-mark{width:30px;height:30px;border-radius:9px;background:var(--purple);color:#fff;display:grid;place-items:center;font-weight:800}.login-card{background:#fff;border:1px solid #eceef4;border-radius:20px;width:430px;padding:38px;box-shadow:0 18px 55px #2c35551a}.eyebrow{text-transform:uppercase;letter-spacing:1.2px;color:var(--purple);font-size:10px;font-weight:800;margin:0 0 8px}.login-card h1,header h1{font-size:28px;margin:0 0 8px;letter-spacing:-1px}.muted{color:var(--muted);line-height:1.6}.login-card label,.form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:12px;margin-top:24px}select,input,textarea{border:1px solid #dfe2ea;border-radius:9px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}select:focus,input:focus,textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #635bff1a}.primary{border:0;border-radius:9px;background:var(--purple);color:#fff;padding:11px 16px;font-weight:800;cursor:pointer}.primary:hover{background:#5149e8}.full{width:100%;margin-top:25px;font-size:14px;display:flex;justify-content:space-between}.login-note{text-align:center;color:#a1a7b5;font-size:11px;margin:20px 0 0}.app{display:flex;min-height:100vh}.sidebar{width:244px;background:var(--navy);color:#b8c0d2;padding:25px 14px;display:flex;flex-direction:column;position:fixed;top:0;bottom:0}.logo{color:#fff;font-weight:800;font-size:19px;display:flex;align-items:center;gap:10px;padding:0 10px 31px}.logo .brand-mark{background:#7f78ff}.sidebar nav{display:grid;gap:5px}.nav-item{background:transparent;border:0;color:#aeb7c9;text-align:left;padding:12px 12px;border-radius:8px;font-weight:700;cursor:pointer}.nav-item span{font-size:18px;display:inline-block;width:29px;vertical-align:-2px}.nav-item b{float:right;background:#f37d9d;color:#fff;border-radius:10px;padding:1px 6px;font-size:10px}.nav-item.active,.nav-item:hover{background:#2a3552;color:#fff}.sidebar-bottom{margin-top:auto}.text-button{color:#909ab1;background:transparent;border:0;font-size:11px;cursor:pointer;margin:0 10px 18px}.profile-button{border:0;border-top:1px solid #34405d;background:none;color:#fff;padding:17px 10px 0;width:100%;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer}.profile-button>span{width:32px;height:32px;background:#f8b250;border-radius:50%;display:grid;place-items:center;color:#593b13;font-size:10px;font-weight:800}.profile-button i{font-style:normal;display:grid;gap:2px;flex:1}.profile-button small{color:#9da9c0;font-size:10px}.profile-button em{font-style:normal}.workspace{margin-left:244px;min-width:0;width:calc(100% - 244px)}header{height:108px;background:#fff;border-bottom:1px solid var(--line);padding:25px 38px;display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;gap:12px;align-items:center}.icon-button{width:37px;height:37px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:22px;cursor:pointer}.view{padding:26px 38px}.toolbar,.list-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.filters{display:flex;gap:6px}.filter{border:1px solid var(--line);border-radius:20px;background:#fff;padding:7px 12px;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.filter.active{background:#e9e8ff;border-color:#d9d6ff;color:#5149d3}.summary{color:var(--muted);font-size:12px}.pipeline{display:grid;grid-template-columns:repeat(4,minmax(230px,1fr));gap:16px;align-items:start;overflow-x:auto;padding-bottom:15px}.stage{background:#eef0f5;border-radius:12px;padding:10px;min-height:520px}.stage-head{display:flex;justify-content:space-between;align-items:center;margin:2px 3px 13px}.stage-head strong{font-size:12px}.stage-head span{color:#8d95a6;font-size:11px}.stage-new .stage-head:before,.stage-contact .stage-head:before,.stage-offer .stage-head:before,.stage-invoice .stage-head:before{content:"";width:7px;height:7px;border-radius:50%;margin-right:7px;background:#7278ef}.stage-contact .stage-head:before{background:#edb650}.stage-offer .stage-head:before{background:#e37cb3}.stage-invoice .stage-head:before{background:#51ae90}.deal-card{background:#fff;border:1px solid #e7e9ef;border-radius:10px;padding:13px;margin:9px 0;cursor:pointer;box-shadow:0 2px 4px #27335208}.deal-card:hover{box-shadow:0 5px 15px #27335212}.deal-card h3{font-size:13px;margin:0 0 5px}.deal-card .client{font-size:11px;color:var(--muted);margin:0 0 12px}.deal-value{font-weight:800;font-size:13px}.card-foot{margin-top:12px;border-top:1px solid #f0f1f4;padding-top:9px;display:flex;justify-content:space-between;color:#8b93a3;font-size:10px}.owner-dot{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e4e6fc;color:#4943b4;font-size:7px;font-weight:800}.card-foot button{border:0;background:#f1f2f6;color:#697184;border-radius:5px;font-size:12px;cursor:pointer}.tasks-list,.contacts-list,.team-list{display:grid;gap:10px}.task-row,.contact-row,.team-row{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px 17px;display:flex;align-items:center;gap:14px}.check{width:20px;height:20px;border:2px solid #cbd0db;border-radius:50%;background:#fff;cursor:pointer}.task-row.done{opacity:.48;text-decoration:line-through}.task-main{flex:1}.task-main strong,.contact-main strong{display:block;font-size:13px}.task-main small,.contact-main small{color:var(--muted);font-size:11px}.due{font-size:11px;font-weight:700;padding:5px 8px;border-radius:5px;background:var(--yellow);color:#8a6414}.due.today{background:#ffe4e8;color:#c14561}.contact-icon,.team-avatar{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#4e61ae;display:grid;place-items:center;font-weight:800}.contact-meta{margin-left:auto;color:var(--muted);font-size:11px}.report-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.report-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:19px}.report-card p{margin:0 0 8px;color:var(--muted);font-size:11px}.report-card strong{font-size:23px;letter-spacing:-.7px}.report-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;max-width:780px}.report-panel h2,.team-intro h2{font-size:16px;margin:0}.manager-bars{margin-top:22px;display:grid;gap:16px}.bar-row{display:grid;grid-template-columns:130px 1fr 100px;gap:12px;align-items:center;font-size:11px}.bar{height:9px;border-radius:8px;background:#eeeefd;overflow:hidden}.bar i{display:block;height:100%;background:var(--purple);border-radius:8px}.team-row{padding:15px 18px}.team-info{flex:1}.team-info strong{display:block;font-size:13px}.team-info small{color:var(--muted);font-size:11px}.role-tag{padding:5px 8px;border-radius:6px;background:#eeedff;color:#5a54bf;font-size:10px;font-weight:800}.role-tag.manager{background:#eaf5f1;color:#36816b}.team-deals{color:var(--muted);font-size:11px;width:100px}.toast{position:fixed;bottom:28px;right:28px;background:#24304b;color:#fff;border-radius:9px;padding:12px 15px;box-shadow:0 10px 30px #1d294940;opacity:0;transform:translateY(8px);transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:none}dialog{border:0;border-radius:16px;padding:0;width:min(600px,92vw);box-shadow:0 20px 60px #15213b38}dialog::backdrop{background:#17213a75}dialog form{padding:24px}.modal-header{display:flex;justify-content:space-between;align-items:start}.modal-header h2{margin:0;font-size:20px}.close{border:0;background:#f0f1f5;border-radius:50%;font-size:22px;width:30px;height:30px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{margin:12px 0 0}.form-grid .wide{grid-column:1/-1}textarea{resize:vertical;min-height:65px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.secondary{border:1px solid #dfe2e8;border-radius:9px;background:#fff;padding:10px 14px;font-weight:700;cursor:pointer}@media(max-width:850px){.sidebar{width:68px;padding:20px 8px}.logo span,.nav-item:not(:hover)::after,.nav-item{font-size:0}.logo{padding-left:11px}.nav-item span{font-size:20px}.profile-button i,.profile-button em,.text-button{display:none}.workspace{margin-left:68px;width:calc(100% - 68px)}header,.view{padding-left:20px;padding-right:20px}.pipeline{grid-template-columns:repeat(4,260px)}.report-cards{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}}
