:root{color:#17202a;background:#f6f8fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f8fb}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.sidebar{width:232px;flex:0 0 232px;background:#fff;border-right:1px solid #e2e8f0;padding:24px 14px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;font-weight:750;letter-spacing:-.01em;padding:0 10px 30px}.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:#1c6b55;color:#fff;border-radius:8px;font-weight:800}nav{display:grid;gap:4px}.nav-item{display:flex;gap:11px;align-items:center;border:0;background:transparent;color:#64748b;padding:11px 12px;border-radius:7px;text-align:left;width:100%}.nav-item:hover{color:#17202a;background:#f1f5f9}.nav-item.active{color:#14563f;background:#e8f4ee;font-weight:650}.sidebar-footer{margin-top:auto}.main-content{flex:1;min-width:0;padding:30px clamp(20px,4vw,54px) 60px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;max-width:1440px;margin:0 auto 28px}.topbar-actions{display:flex;align-items:center;gap:8px}.eyebrow{color:#94a3b8;font-size:10px;letter-spacing:.14em;font-weight:750}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.1;letter-spacing:-.03em;margin-top:5px}h2{font-size:16px;letter-spacing:-.01em}h3{font-size:14px;margin-bottom:14px}.icon-button{display:inline-grid;place-items:center;min-width:36px;height:36px;padding:0 10px;border:1px solid #dbe3ec;background:#fff;color:#526174;border-radius:7px}.icon-button:hover{border-color:#9bb9aa;color:#14563f}.page-stack{max-width:1440px;margin:0 auto;display:grid;gap:22px}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric{padding:20px 22px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:12px}.metric span{color:#718096;font-size:13px}.metric strong{font-size:28px;letter-spacing:-.04em}.metric.accent{border-top:3px solid #2c8b68}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.table-section,.settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.section-heading{min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #edf1f5}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-box{width:min(460px,100%);min-height:40px;display:flex;gap:9px;align-items:center;padding:0 12px;border:1px solid #dbe3ec;border-radius:7px;color:#94a3b8;background:#fff}.search-box:focus-within{border-color:#5c9e82;box-shadow:0 0 0 3px #e8f4ee}.search-box input{border:0;outline:0;flex:1;min-width:0;color:#17202a;background:transparent}.primary-button,.secondary-button,.quiet-button{display:inline-flex;gap:7px;align-items:center;justify-content:center;border-radius:7px;min-height:38px;padding:0 13px;border:1px solid transparent;font-weight:650;white-space:nowrap}.primary-button{background:#1c6b55;color:#fff}.primary-button:hover{background:#155541}.secondary-button{background:#fff;color:#465568;border-color:#dbe3ec}.quiet-button{background:transparent;color:#617286;padding:0 7px;min-height:32px}.quiet-button:hover{color:#14563f;background:#f1f5f9}.quiet-button.danger{color:#b3414c}.full-width{width:100%}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:620px}th,td{padding:14px 20px;text-align:left;border-bottom:1px solid #edf1f5;font-size:13px;white-space:nowrap}th{color:#8492a6;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;background:#fbfcfd}tr:last-child td{border-bottom:0}td{color:#506174}.link-button{border:0;padding:0;background:transparent;color:#14563f;font-weight:680}.link-button:hover{text-decoration:underline}.stage-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700}.stage-badge.progress{background:#fff5d8;color:#916a10}.stage-badge.won{background:#e3f5ec;color:#24704d}.stage-badge.lost{background:#fce8ea;color:#ad4b57}.stage-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.stage-dot.progress{background:#d6a925}.stage-dot.won{background:#43a66e}.stage-dot.lost{background:#c75b68}.empty-state,.loading,.empty-column{min-height:140px;display:grid;place-items:center;color:#96a3b4;font-size:13px}.loading{display:flex;gap:9px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-text{color:#b3414c}.load-more{justify-self:center;border:1px solid #dbe3ec;background:#fff;color:#526174;border-radius:7px;padding:9px 18px}.segmented{display:inline-flex;padding:3px;background:#e9eef3;border-radius:8px;gap:2px}.segmented button{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:6px;padding:8px 12px;color:#64748b;background:transparent}.segmented button.selected{background:#fff;color:#14563f;box-shadow:0 1px 3px #cbd5e1}.board{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:15px;align-items:start;overflow-x:auto}.board-column{min-height:360px;background:#edf2f5;border:1px solid #e0e7ec;border-radius:8px;padding:14px}.column-heading{display:flex;align-items:center;gap:8px;color:#4d5c6e;font-size:13px;font-weight:750;margin-bottom:12px}.count{margin-left:auto;color:#8a98a9;font-weight:500}.deal-card{display:grid;gap:9px;width:100%;margin-bottom:10px;padding:15px;border:1px solid #e0e7ec;border-radius:7px;background:#fff;color:#17202a;text-align:left;box-shadow:0 1px 2px #dbe3ec}.deal-card:hover{border-color:#7cb297;transform:translateY(-1px)}.deal-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.deal-name{font-size:13px;font-weight:700;line-height:1.35}.deal-card strong{font-size:17px}.muted{color:#8a98a9;font-size:11px;overflow:hidden;text-overflow:ellipsis}.section-note{padding:14px 20px 0;color:#7b8999;font-size:13px}.settings-section .table-wrap{margin-top:14px}.notice{max-width:1440px;margin:-10px auto 18px;border:1px solid;border-radius:7px;padding:11px 14px;font-size:13px}.notice.success{color:#24704d;background:#e3f5ec;border-color:#b7dfc8}.notice.error{color:#a8414c;background:#fce8ea;border-color:#efbcc1}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;justify-content:flex-end;background:#0f172a47}.drawer{width:min(520px,100%);height:100%;background:#fff;box-shadow:-12px 0 40px #0f172a1f;display:flex;flex-direction:column}.modal{width:min(500px,calc(100% - 28px));margin:auto;background:#fff;border-radius:8px;padding-bottom:22px;box-shadow:0 20px 60px #0f172a33}.drawer-header{padding:22px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #edf1f5}.drawer-header h2{margin-top:4px;font-size:21px}.drawer-actions{display:flex;align-items:center;gap:5px}.drawer-body{padding:24px;overflow-y:auto}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;margin:0}.detail-grid div{min-width:0}.detail-grid dt{color:#8a98a9;font-size:11px;margin-bottom:5px}.detail-grid dd{margin:0;color:#263445;font-size:14px;overflow-wrap:anywhere}.drawer-subsection{border-top:1px solid #edf1f5;margin-top:26px;padding-top:22px}.mini-row{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #edf1f5;color:#526174;font-size:13px}.form-stack{display:grid;gap:15px;padding:22px 24px 0}.field-label{display:grid;gap:7px;color:#526174;font-size:12px;font-weight:650}.field-label input,.select-input{width:100%;min-height:40px;padding:0 11px;border:1px solid #dbe3ec;border-radius:6px;background:#fff;color:#17202a;outline:0}.field-label input:focus,.select-input:focus{border-color:#5c9e82;box-shadow:0 0 0 3px #e8f4ee}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:5px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f6f8fb}.login-panel{width:min(390px,100%);display:grid;gap:18px;padding:30px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 12px 28px #0f172a14}.login-panel .brand{padding:0}.login-panel h1{font-size:25px}.login-panel p{color:#718096;font-size:14px;line-height:1.5}.login-error{color:#a8414c;font-size:13px}@media (max-width: 860px){.sidebar{width:72px;flex-basis:72px;padding:16px 10px}.brand{justify-content:center;padding:0 0 24px}.brand>span:last-child,.nav-item span{display:none}.nav-item{justify-content:center;padding:11px 6px}.main-content{padding:22px 16px 40px}.overview-grid{grid-template-columns:1fr}.board{grid-template-columns:repeat(3,minmax(235px,1fr))}}@media (max-width: 560px){.app-shell{display:block}.sidebar{width:100%;height:62px;flex-direction:row;align-items:center;padding:8px 12px;border-right:0;border-bottom:1px solid #e2e8f0}.brand{padding:0;margin-right:auto}.sidebar nav{display:flex}.sidebar-footer{margin:0}.nav-item{width:40px;height:40px}.main-content{padding:20px 13px 34px}.topbar{margin-bottom:20px}.topbar h1{font-size:25px}.metric-grid{grid-template-columns:1fr;gap:9px}.metric{padding:15px 17px;grid-template-columns:1fr auto;align-items:center;gap:10px}.metric strong{font-size:22px}.toolbar{align-items:stretch;flex-direction:column}.search-box,.primary-button{width:100%}.section-heading{padding:0 14px}.table-section th,.table-section td{padding:12px 14px}.drawer-body{padding:18px}.detail-grid{grid-template-columns:1fr 1fr}.board{margin-right:-13px;padding-right:13px}.modal .form-stack{padding-left:18px;padding-right:18px}}
