@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f1114;background:#f6f8f9;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.app-loading{display:flex;align-items:center;justify-content:center;padding:60px;color:#5b6067;font-weight:500}.empty{color:#8a9099;text-align:center;padding:32px;font-style:italic}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14.5px;padding:10px 18px;border-radius:8px;border:1.5px solid transparent;transition:all .16s ease;white-space:nowrap}.btn--primary{background:#017737;color:#fff}.btn--primary:hover:not(:disabled){background:#015a2a}.btn--ghost{background:transparent;color:#23262b}.btn--ghost:hover{background:#f6f8f9}.btn--outline{background:#fff;color:#0f1114;border-color:#e6e8eb}.btn--outline:hover{border-color:#0f1114}.btn--block{width:100%;padding:12px}.btn:disabled{opacity:.6;cursor:not-allowed}.alert{padding:11px 14px;border-radius:8px;font-size:14px;margin-bottom:14px}.alert--error{background:#fdecec;color:#d02f2f;border:1px solid #f6cccc}.avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#26b568,#017737);color:#fff;font-weight:700;font-size:13px;flex-shrink:0}.avatar--sm{width:30px;height:30px;font-size:11px}.avatar--sq{border-radius:8px;background:linear-gradient(135deg,#2f7bff,#0f3fa8)}input,select,textarea{width:100%;padding:10px 12px;border:1.5px solid #e6e8eb;border-radius:8px;font-size:14.5px;outline:none;background:#fff;color:#0f1114;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:#017737;box-shadow:0 0 0 3px #0177371f}.select{max-width:220px}.form{display:flex;flex-direction:column;gap:16px}.form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#23262b}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.form .optional{color:#8a9099;font-weight:400}.tabs-bar{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #e6e8eb}.tabs-bar button{background:none;border:none;padding:10px 16px;font-size:14.5px;font-weight:600;color:#5b6067;border-bottom:2px solid transparent;margin-bottom:-1px}.tabs-bar button.is-active{color:#017737;border-bottom-color:#017737}.tabs-bar button:hover:not(.is-active){color:#0f1114}.link-danger{background:none;border:none;color:#d02f2f;font-weight:600;font-size:13.5px}.link-danger:hover{text-decoration:underline}.layout{display:flex;min-height:100vh}.sidebar{width:248px;flex-shrink:0;background:#101820;color:#c3c8cd;display:flex;flex-direction:column;padding:20px 14px;position:fixed;top:0;bottom:0;left:0;z-index:40}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:6px 10px 22px;font-weight:800;font-size:20px;color:#fff;letter-spacing:-.02em}.sidebar__mark{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#26b568,#017737);position:relative}.sidebar__mark:after{content:"";position:absolute;top:7px;right:9px;bottom:7px;left:9px;border-radius:2px;background:#101820}.sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar__link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;font-weight:600;font-size:14.5px;color:#aab0b8;transition:all .15s}.sidebar__link svg{flex-shrink:0}.sidebar__link:hover{background:#ffffff0f;color:#fff}.sidebar__link.is-active{background:#26b56829;color:#fff}.sidebar__link.is-active svg{color:#26b568}.sidebar__foot{border-top:1px solid rgba(255,255,255,.08);padding-top:14px}.sidebar__user{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sidebar__user-info{display:flex;flex-direction:column;overflow:hidden}.sidebar__user-info strong{color:#fff;font-size:13.5px}.sidebar__user-info span{font-size:12px;color:#8a9099;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__logout{width:100%;background:#ffffff0f;border:none;color:#fff;padding:9px;border-radius:8px;font-weight:600;font-size:13.5px}.sidebar__logout:hover{background:#ffffff1f}.layout__main{flex:1;margin-left:248px;display:flex;flex-direction:column;min-width:0}.topbar{height:62px;background:#fff;border-bottom:1px solid #e6e8eb;display:flex;align-items:center;gap:14px;padding:0 26px;position:sticky;top:0;z-index:30}.topbar__spacer{flex:1}.topbar__hello{font-weight:600;font-size:14px;color:#23262b}.topbar__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.topbar__burger span{width:22px;height:2px;background:#0f1114;border-radius:2px}.content{padding:28px;flex:1}.layout__backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:35}.page{max-width:1200px}.page__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.page__head h1{font-size:26px;font-weight:800;letter-spacing:-.02em}.page__sub{color:#5b6067;font-size:14.5px;margin-top:2px}.page__actions{display:flex;gap:10px;align-items:center}@media (max-width: 900px){.sidebar{transform:translate(-100%);transition:transform .25s ease}.sidebar.is-open{transform:none}.layout__main{margin-left:0}.topbar__burger{display:flex}.layout__backdrop{display:block}}.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth__panel{display:flex;flex-direction:column;justify-content:center;padding:48px 8vw;background:#fff}.auth__panel h1{font-size:32px;font-weight:800;letter-spacing:-.025em;margin-bottom:8px}.auth__brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;margin-bottom:40px;letter-spacing:-.02em}.auth__mark{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#26b568,#017737);position:relative}.auth__mark:after{content:"";position:absolute;top:7px;right:9px;bottom:7px;left:9px;border-radius:2px;background:#fff}.auth__sub{color:#5b6067;margin-bottom:28px}.auth__form{display:flex;flex-direction:column;gap:16px;max-width:400px}.auth__form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#23262b}.auth__switch{margin-top:22px;font-size:14px;color:#5b6067}.auth__switch a{color:#017737;font-weight:600}.auth__demo{margin-top:8px;font-size:12.5px;color:#8a9099}.auth__divider{display:flex;align-items:center;gap:12px;max-width:400px;margin:20px 0 16px;color:#8a9099;font-size:12.5px;text-transform:uppercase;letter-spacing:.06em}.auth__divider:before,.auth__divider:after{content:"";flex:1;height:1px;background:#e6e8eb}.google-btn-wrap{max-width:400px;min-height:44px}.google-btn{display:inline-flex;align-items:center;gap:10px;border:1.5px solid #e6e8eb;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;color:#5b6067;background:#fff}.google-btn__g{font-weight:800;color:#4285f4}.google-btn--disabled{color:#8a9099;cursor:not-allowed}.google-btn--loading{color:#5b6067}.auth__aside{background:linear-gradient(150deg,#0f1c14,#16341f);color:#fff;display:flex;flex-direction:column;justify-content:center;gap:32px;padding:48px 6vw}.auth__aside blockquote{font-size:22px;line-height:1.4;font-weight:600}.auth__aside-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:10px}.mini-stage{display:flex;justify-content:space-between;align-items:center;background:#ffffff0f;border-radius:8px;padding:12px 14px;font-weight:600;font-size:14px}.mini-stage em{font-style:normal;color:#26b568}.mini-stage--won{border:1px solid rgba(38,181,104,.5)}.auth__perks{display:grid;gap:12px}.auth__perks li{position:relative;padding-left:28px;font-size:15px}.auth__perks li:before{content:"✓";position:absolute;left:0;color:#26b568;font-weight:800}@media (max-width: 860px){.auth{grid-template-columns:1fr}.auth__aside{display:none}.auth__panel{padding:40px 24px}}.kanban{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;align-items:flex-start}.column{flex:0 0 280px;background:#f6f8f9;border:1px solid #e6e8eb;border-radius:14px;display:flex;flex-direction:column;max-height:calc(100vh - 220px);transition:background .15s,border-color .15s}.column.is-over{background:#eafaf0;border-color:#26b568}.column--shared{background:#f4f1fb;border-color:#d9cff2;border-style:dashed}.column__head{padding:14px 16px 10px;border-bottom:1px solid #e6e8eb}.column__title{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:14px}.column__prob{font-size:11px;font-weight:700;color:#017737;background:#eafaf0;padding:2px 8px;border-radius:999px}.column__meta{font-size:12.5px;color:#5b6067;margin-top:4px}.column__body{padding:12px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.column__add{background:none;border:1.5px dashed #e6e8eb;border-radius:10px;padding:9px;color:#5b6067;font-weight:600;font-size:13px}.deal-card{background:#fff;border:1px solid #e6e8eb;border-radius:10px;padding:12px 13px;box-shadow:0 1px 3px #0f11140d;cursor:grab;transition:box-shadow .15s,transform .1s}.deal-card:hover{box-shadow:0 8px 30px #0f111414}.deal-card:active{cursor:grabbing}.deal-card.is-dragging{opacity:.4}.deal-card--shared{cursor:pointer;border-style:dashed;border-color:#cdbff0;background:#faf8ff}.deal-card__shared{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.03em;color:#6b4fc4;background:#ece4fb;padding:2px 7px;border-radius:4px;margin-bottom:4px}.deal-card h4{font-size:14px;font-weight:600;line-height:1.3}.deal-card__value{color:#017737;font-weight:700;font-size:14px;margin-top:6px}.deal-card__meta{font-size:12px;color:#5b6067;margin-top:4px;display:flex;gap:4px;flex-wrap:wrap}.deal-card__actions{display:flex;gap:6px;margin-top:10px}.chip{border:1px solid #e6e8eb;background:#fff;border-radius:999px;padding:3px 12px;font-size:12px;font-weight:700}.chip--won{color:#017737}.chip--won:hover{background:#eafaf0;border-color:#26b568}.chip--lost{color:#d02f2f}.chip--lost:hover{background:#fdecec;border-color:#f0b8b8}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e6e8eb;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:4px;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.stat-card--green:before{background:#017737}.stat-card--blue:before{background:#2f7bff}.stat-card--amber:before{background:#ff9f43}.stat-card--purple:before{background:#7c5cfc}.stat-card__label{font-size:13px;color:#5b6067;font-weight:600}.stat-card__value{font-size:30px;font-weight:800;letter-spacing:-.02em}.stat-card__sub{font-size:13px;color:#8a9099}.panel{background:#fff;border:1px solid #e6e8eb;border-radius:14px;padding:22px}.panel__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.panel__head h2{font-size:17px;font-weight:700}.panel__hint{font-size:12.5px;color:#8a9099}.chart{display:flex;flex-direction:column;gap:14px}.chart__row{display:grid;grid-template-columns:130px 1fr 40px;align-items:center;gap:12px}.chart__label{font-size:13.5px;font-weight:600;color:#23262b}.chart__track{background:#f6f8f9;border-radius:8px;height:30px;overflow:hidden}.chart__bar{height:100%;background:linear-gradient(90deg,#26b568,#017737);border-radius:8px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;min-width:40px;transition:width .4s ease}.chart__bar span{color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.chart__count{font-size:13px;font-weight:700;color:#5b6067;text-align:right}.table-wrap{background:#fff;border:1px solid #e6e8eb;border-radius:14px;overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{text-align:left;padding:6px 14px;white-space:nowrap}.table thead th{background:#f6f8f9;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:#5b6067;font-weight:700;border-bottom:1px solid #e6e8eb;height:34px}.table tbody td{height:38px;color:#23262b}.table tbody tr{border-bottom:1px solid #e6e8eb}.table tbody tr:last-child{border-bottom:none}.table tbody tr:hover{background:#f6f8f9}.table .cell-name{display:flex;align-items:center;gap:8px;font-weight:600}.table .cell-actions{text-align:right}.table .avatar--sm{width:24px;height:24px;font-size:10px}.table .tag{padding:0 5px;font-size:9.5px}.activity-list{display:flex;flex-direction:column;gap:8px}.activity{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e6e8eb;border-radius:12px;padding:12px 16px}.activity.is-done{opacity:.6}.activity.is-done strong{text-decoration:line-through}.activity__check{width:24px;height:24px;border-radius:50%;border:2px solid #e6e8eb;background:#fff;color:#fff;font-size:13px;font-weight:800;flex-shrink:0;display:flex;align-items:center;justify-content:center}.activity__check.is-checked{background:#017737;border-color:#017737}.activity__icon{font-size:18px}.activity__main{flex:1;display:flex;flex-direction:column;min-width:0}.activity__main strong{font-size:14.5px;font-weight:600}.activity__deal{font-size:12.5px;color:#5b6067}.activity__due{font-size:12.5px;font-weight:700;padding:3px 10px;border-radius:999px;white-space:nowrap}.activity__due--past{background:#fdecec;color:#d02f2f}.activity__due--today{background:#fff4e5;color:#b26a00}.activity__due--future{background:#eafaf0;color:#017737}.activity__due--none{background:#f6f8f9;color:#8a9099}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f111473;display:flex;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto;animation:fade .15s ease}.modal{background:#fff;border-radius:14px;width:100%;max-width:480px;max-height:calc(100vh - 48px);box-shadow:0 20px 60px #0f111424;animation:pop .18s ease;display:flex;flex-direction:column;margin:auto 0}.modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e6e8eb;flex-shrink:0}.modal__head h3{font-size:18px;font-weight:700}.modal__close{background:none;border:none;font-size:26px;line-height:1;color:#5b6067}.modal__close:hover{color:#0f1114}.modal__body{padding:22px;overflow-y:auto;flex:1}.modal__foot{padding:16px 22px;border-top:1px solid #e6e8eb;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@media (max-width: 720px){.stat-grid{grid-template-columns:repeat(2,1fr)}.chart__row{grid-template-columns:90px 1fr 30px}.form__row{grid-template-columns:1fr}}.contacts{display:flex;gap:0;align-items:flex-start;margin:-28px;min-height:calc(100vh - 62px)}.subnav{flex:0 0 210px;background:#fff;border-right:1px solid #e6e8eb;padding:18px 12px;display:flex;flex-direction:column;gap:2px;min-height:calc(100vh - 62px)}.subnav__item{display:flex;align-items:center;gap:10px;background:none;border:none;text-align:left;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:600;color:#23262b}.subnav__item:hover{background:#f6f8f9}.subnav__item.is-active{background:#0177371a;color:#017737}.subnav__icon{font-size:15px}.contacts__main{flex:1;min-width:0;padding:20px 24px 40px}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.toolbar__left{display:flex;align-items:center;gap:10px}.toolbar__count{font-size:14px;font-weight:700;color:#23262b;white-space:nowrap}.toolbar__search{flex:1;min-width:200px;max-width:460px;position:relative;display:flex;align-items:center}.toolbar__search input{padding-left:36px;background:#f6f8f9;border-color:transparent}.toolbar__search-icon{position:absolute;left:12px;font-size:13px;opacity:.6;pointer-events:none}.toolbar__clear{position:absolute;right:10px;background:none;border:none;font-size:18px;color:#8a9099;line-height:1}.toolbar__right{display:flex;align-items:center;gap:8px;margin-left:auto}.icon-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #e6e8eb;border-radius:8px;font-size:16px;color:#23262b}.icon-btn:hover{border-color:#8a9099}.pop-wrap{position:relative;display:inline-flex}.menu{position:absolute;top:calc(100% + 6px);left:0;z-index:50;background:#fff;border:1px solid #e6e8eb;border-radius:10px;box-shadow:0 20px 60px #0f111424;padding:6px;min-width:190px;max-height:calc(100vh - 120px);overflow-y:auto;display:flex;flex-direction:column}.menu--right{left:auto;right:0}.menu--cols{padding:10px}.menu__title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#8a9099;font-weight:700;padding:4px 8px 8px}.menu button{text-align:left;background:none;border:none;padding:9px 10px;border-radius:7px;font-size:14px;color:#23262b;font-weight:500}.menu button:hover{background:#f6f8f9}.menu__danger{color:#d02f2f}.menu__check{display:flex;align-items:center;gap:9px;padding:7px 8px;font-size:14px;font-weight:500;color:#23262b;cursor:pointer}.menu__check input{width:auto}.menu__check:hover{background:#f6f8f9;border-radius:7px}.customize{position:absolute;top:calc(100% + 6px);right:0;z-index:55;width:340px;max-width:calc(100vw - 24px);max-height:calc(100vh - 120px);background:#fff;border:1px solid #e6e8eb;border-radius:12px;box-shadow:0 20px 60px #0f111424;display:flex;flex-direction:column;overflow:hidden}.customize__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px}.customize__head strong{font-size:15px}.customize__addfield{display:flex;gap:6px;align-items:center}.customize__addfield input{width:130px;padding:6px 8px;font-size:13px}.customize__search{display:flex;align-items:center;gap:8px;margin:0 16px 8px;padding:8px 10px;background:#f6f8f9;border-radius:8px}.customize__search span{font-size:12px;opacity:.6}.customize__search input{border:none;background:none;padding:0;font-size:14px}.customize__search input:focus{box-shadow:none}.customize__scroll{max-height:min(340px,100vh - 280px);overflow-y:auto;padding:0 8px 8px}.customize__section{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#5b6067;font-weight:700;background:#f6f8f9;padding:7px 10px;margin:6px 0;border-radius:6px}.customize__row{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:14px}.customize__row:hover{background:#f6f8f9}.customize__row.is-pinned{opacity:.8}.customize__left{display:flex;align-items:center;gap:10px;font-weight:500;color:#23262b}.customize__left input{width:auto}.customize__entity{font-size:12.5px;color:#8a9099}.customize__empty{padding:12px 10px;color:#8a9099;font-size:13px;font-style:italic}.customize__tabs{display:flex;border-bottom:1px solid #e6e8eb;margin:8px 2px 0}.customize__tabs button{flex:1;background:none;border:none;padding:10px;font-size:16px;border-bottom:2px solid transparent;margin-bottom:-1px;color:#8a9099}.customize__tabs button.is-active{color:#017737;border-bottom-color:#017737}.customize__foot{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #e6e8eb}.customize__foot div{display:flex;gap:8px}.filter-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:50;width:300px;max-width:calc(100vw - 24px);max-height:calc(100vh - 120px);overflow-y:auto;background:#fff;border:1px solid #e6e8eb;border-radius:12px;box-shadow:0 20px 60px #0f111424;padding:16px}.filter-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.filter-panel__head strong{font-size:14px}.filter-panel__foot{margin-top:14px;display:flex;justify-content:flex-end}.filter-row{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;color:#23262b;font-weight:500}.filter-row input[type=checkbox]{width:auto}.filter-row--col{flex-direction:column;align-items:stretch;gap:6px}.filter-row--col span{font-size:13px;color:#5b6067;font-weight:600}.bulkbar{display:flex;align-items:center;gap:12px;background:#0f1114;color:#fff;padding:10px 16px;border-radius:10px;margin-bottom:14px;font-size:14px;font-weight:600}.bulkbar span{margin-right:auto}.table--selectable .th-check{width:42px;text-align:center}.table--selectable .th-check input{width:auto}.table--selectable tbody tr.is-selected{background:#0177370f}.th-sort{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.th-sort:hover{color:#0f1114}.th-sort__arrow{margin-left:6px;font-size:10px;opacity:.35}.th-sort__arrow.is-active{opacity:1;color:#017737}.cell-link{background:none;border:none;padding:0;font:inherit;color:#017737;cursor:pointer;text-align:left}.cell-link:hover{text-decoration:underline}.cell-name.cell-link{color:#0f1114;font-weight:600;display:inline-flex;align-items:center;gap:10px}.cell-name.cell-link:hover{color:#017737}.labelled{display:inline-flex;align-items:center;gap:8px}.tag{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#5b6067;background:#f6f8f9;border:1px solid #e6e8eb;padding:1px 7px;border-radius:5px}.link-muted{background:none;border:none;color:#5b6067;font-weight:600;font-size:13.5px}.link-muted:hover{color:#017737;text-decoration:underline}.contacts__footer{display:flex;gap:12px;justify-content:center;margin-top:26px;padding-top:24px;border-top:1px solid #e6e8eb}.timeline{position:relative;padding-left:14px;margin-top:8px}.timeline:before{content:"";position:absolute;left:4px;top:6px;bottom:6px;width:2px;background:#e6e8eb}.timeline__item{position:relative;padding:10px 0 10px 22px}.timeline__dot{position:absolute;left:-3px;top:15px;width:12px;height:12px;border-radius:50%;background:#017737;border:2px solid #fff;box-shadow:0 0 0 2px #01773740}.timeline__body{background:#fff;border:1px solid #e6e8eb;border-radius:10px;padding:12px 16px;font-size:14px}.timeline__body em{font-style:normal;font-weight:600}.timeline__body .timeline__date{display:block;margin-top:3px;font-size:12.5px;color:#8a9099}.import-hint{font-size:13.5px;color:#5b6067;line-height:1.5}.import-hint code{background:#f6f8f9;padding:1px 5px;border-radius:4px;font-size:12.5px}.import-area{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;resize:vertical}.btn--sm{padding:7px 14px;font-size:13.5px}.btn--danger{background:#d02f2f;color:#fff;border-color:#d02f2f}.btn--danger:hover:not(:disabled){background:#b02525}.btn--danger-ghost{background:none;color:#d02f2f}.btn--danger-ghost:hover{background:#fdecec}.btn--badge{border-color:#017737;color:#017737}.btn--split{border-top-right-radius:0;border-bottom-right-radius:0}.btn--caret{border-top-left-radius:0;border-bottom-left-radius:0;padding-left:10px;padding-right:10px;margin-left:-1px;border-left:1px solid rgba(255,255,255,.25)}.alert--success{background:#eafaf0;color:#015a2a;border:1px solid rgba(1,119,55,.3)}@media (max-width: 820px){.contacts{flex-direction:column;margin:-28px}.subnav{flex-direction:row;width:100%;flex:none;min-height:0;border-right:none;border-bottom:1px solid #e6e8eb;overflow-x:auto}.toolbar__right{flex-wrap:wrap}}.deals{max-width:100%}.deals-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.deals-bar__left,.deals-bar__right{display:flex;align-items:center;gap:8px}.view-switch{display:inline-flex;border:1.5px solid #e6e8eb;border-radius:8px;overflow:hidden;margin-right:4px}.view-switch button{width:36px;height:36px;background:#fff;border:none;font-size:15px;color:#5b6067;border-right:1px solid #e6e8eb}.view-switch button:last-child{border-right:none}.view-switch button.is-active{background:#0177371a;color:#017737}.deals-count{background:none;border:none;font-size:14px;font-weight:700;color:#23262b;display:inline-flex;align-items:center;gap:5px}.deals-count__i{color:#8a9099;font-size:12px}.count-tip{position:absolute;top:calc(100% + 6px);right:0;z-index:50;background:#fff;border:1px solid #e6e8eb;border-radius:10px;box-shadow:0 20px 60px #0f111424;padding:12px 14px;min-width:260px}.count-tip__row{display:flex;gap:14px;align-items:center;font-size:13px;justify-content:space-between}.count-tip__row:first-child{margin-bottom:4px}.count-tip__w{color:#5b6067}.btn--pipe{gap:6px}.btn--pipe .caret{color:#8a9099;margin-left:2px}.menu--pipe{min-width:230px}.menu__item-check{display:flex;align-items:center;justify-content:space-between;text-align:left;background:none;border:none;padding:9px 10px;border-radius:7px;font-size:14px;color:#23262b;font-weight:500}.menu__item-check:hover{background:#f6f8f9}.menu__item-check .check{color:#017737;font-weight:800}.menu__divider{height:1px;background:#e6e8eb;margin:6px 4px}.menu__blue{color:#2f7bff!important;font-weight:600}.kanban--fit .column{flex:1 1 0;min-width:0}.column__add{width:100%;background:none;border:1.5px dashed #e6e8eb;border-radius:10px;padding:8px;color:#5b6067;font-size:16px;font-weight:600}.column__add:hover{border-color:#017737;color:#017737}.deal-card__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;font-size:11.5px;color:#5b6067}.deal-card__act{display:inline-flex;align-items:center;gap:5px}.deal-card__act .dot-act{width:8px;height:8px;border-radius:50%;background:#26b568;display:inline-block}.deal-card__act.is-overdue{color:#d02f2f}.deal-card__act.is-overdue .dot-act{background:#d02f2f}.deal-card__owner{background:#f6f8f9;border:1px solid #e6e8eb;border-radius:999px;padding:1px 8px;font-weight:600;color:#23262b;font-size:11px}.cell-strong{font-weight:600;color:#0f1114}.list-section{background:#f4f1fb;color:#6b4fc4;font-weight:700;font-size:12.5px;letter-spacing:.03em;padding:8px 12px!important}.row-link{cursor:pointer}.row-link:hover{background:#f6f8f9}.stage-pill{display:inline-block;background:#0177371a;color:#017737;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.edit-pipe{max-width:100%}.edit-pipe__bar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid #e6e8eb;flex-wrap:wrap}.edit-pipe__name{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#23262b}.edit-pipe__name input{width:260px}.edit-pipe__bar-right{display:flex;align-items:center;gap:12px}.switch-lbl{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#23262b}.switch-lbl input{width:auto}.edit-stages{display:flex;gap:14px;overflow-x:auto;align-items:flex-start;padding-bottom:12px}.edit-stage{flex:0 0 240px;background:#fff;border:1px solid #e6e8eb;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.edit-stage__head{font-weight:700;font-size:13px;color:#5b6067}.edit-stage label{display:flex;flex-direction:column;gap:5px;font-size:12.5px;font-weight:600;color:#23262b}.edit-stage__del{background:none;border:none;color:#d02f2f;font-weight:600;font-size:13px;text-align:left;padding:4px 0}.edit-stage__del:hover{text-decoration:underline}.edit-stage--add{align-items:center;justify-content:center;color:#017737;font-weight:700;border-style:dashed;cursor:pointer;min-height:120px}.edit-stage--add:hover{background:#eafaf0}.cc-entity{color:#8a9099;font-weight:400;margin-left:4px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f111466;display:flex;justify-content:flex-end;animation:fade .15s ease}.drawer{width:360px;max-width:90vw;background:#f6f8f9;height:100%;box-shadow:0 20px 60px #0f111424;display:flex;flex-direction:column;animation:slidein .2s ease}.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#fff;border-bottom:1px solid #e6e8eb}.drawer__head h3{font-size:17px;font-weight:700}.drawer__body{padding:18px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.drawer__card{background:#fff;border:1px solid #e6e8eb;border-radius:12px;padding:16px}.drawer__title{font-weight:700;font-size:14px;margin-bottom:12px}.drawer .radio{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;color:#23262b}.drawer .radio input{width:auto}@keyframes slidein{0%{transform:translate(100%)}to{transform:none}}.deal-card{position:relative}.deal-card h4{padding-right:30px}.deal-card__label{position:absolute;top:0;left:0;width:4px;height:100%;border-radius:10px 0 0 10px;background:var(--lc, #9aa5b1)}.deal-card__priority{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;padding:2px 7px;border-radius:4px;margin-bottom:4px}.modal--wide{max-width:940px;width:94vw;max-height:calc(100vh - 48px);display:flex;flex-direction:column}.modal--wide .modal__body{padding:0;overflow-y:auto;flex:1}.add-deal{display:flex;flex-direction:column;min-height:0}.add-deal__err{margin:16px 20px 0}.add-deal__cols{display:grid;grid-template-columns:1.35fr 1fr;gap:0}.add-deal__main{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.add-deal__side{padding:20px 22px;border-left:1px solid #e6e8eb;background:#f6f8f9;display:flex;flex-direction:column;gap:14px}.add-deal__side-title{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#5b6067}@media (max-width: 820px){.modal--wide{width:98vw}.add-deal__cols{grid-template-columns:1fr}.add-deal__side{border-left:none;border-top:1px solid #e6e8eb}}.fld{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;color:#23262b}.fld input,.fld select{font-weight:500}.fld__link{color:#2f7bff;font-size:12.5px;font-weight:600;cursor:pointer;width:fit-content}.fld__link:hover{text-decoration:underline}.value-row{display:flex;gap:8px}.value-row input{flex:1}.value-row select{flex:0 0 auto;max-width:55%}.combo{position:relative}.combo__field{display:flex;align-items:center;gap:6px;border:1.5px solid #e6e8eb;border-radius:8px;padding:0 10px;background:#fff}.combo__field:focus-within{border-color:#017737;box-shadow:0 0 0 3px #0177371f}.combo__field .combo__icon{color:#8a9099;font-size:13px}.combo__field input{border:none!important;box-shadow:none!important;padding:9px 0!important;flex:1}.combo__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;background:#fff;border:1px solid #e6e8eb;border-radius:8px;box-shadow:0 20px 60px #0f111424;padding:4px;max-height:240px;overflow-y:auto}.combo__opt{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;text-align:left;background:none;border:none;padding:8px 10px;border-radius:6px;font-size:13.5px;color:#23262b;font-weight:500}.combo__opt:hover{background:#f6f8f9}.combo__sub{color:#8a9099;font-size:12px}.combo__create{color:#2f7bff;font-weight:600}.stage-seg{display:flex;gap:3px}.stage-seg__item{flex:1;height:22px;border:none;cursor:pointer;background:#e6e8eb;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%,8px 50%)}.stage-seg__item:first-child{clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%)}.stage-seg__item.is-on{background:#017737}.stage-seg__name{font-size:12px;color:#5b6067;font-weight:600;margin-top:4px}.label-pick{display:flex;gap:8px;flex-wrap:wrap}.label-chip{display:inline-flex;align-items:center;gap:6px;border:1.5px solid #e6e8eb;background:#fff;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:600;color:#23262b;cursor:pointer}.label-chip__dot{width:10px;height:10px;border-radius:50%;background:var(--lc)}.label-chip.is-on{border-color:var(--lc);background:color-mix(in srgb,var(--lc) 12%,#fff)}.add-deal__foot{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-top:1px solid #e6e8eb;background:#fff;border-radius:0 0 14px 14px;flex-shrink:0}.add-deal__import{color:#23262b;font-size:13.5px;font-weight:600;cursor:pointer}.add-deal__import:hover{color:#017737}.add-deal__foot-right{display:flex;gap:10px;align-items:center}.deal-card__act-btn{position:absolute;top:10px;right:10px;z-index:2;width:26px;height:26px;border-radius:50%;border:1.5px solid #e6e8eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.deal-card__act-btn:hover{border-color:#8a9099}.deal-card__act-btn .deal-card__act-icon{width:12px;height:12px;border-radius:50%;background:#8a9099}.deal-card__act-btn.tone-ok{border-color:#26b568}.deal-card__act-btn.tone-ok .deal-card__act-icon{background:#26b568}.deal-card__act-btn.tone-overdue{border-color:#d02f2f}.deal-card__act-btn.tone-overdue .deal-card__act-icon{background:#d02f2f}.deal-card__act-btn.tone-none .deal-card__act-icon{background:none;width:14px;height:14px;border:1.5px solid #8a9099;border-radius:50%}.act-pop__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30}.act-pop{position:absolute;top:40px;right:6px;left:6px;z-index:31;background:#fff;border:1px solid #e6e8eb;border-radius:12px;box-shadow:0 20px 60px #0f111424;padding:6px;display:flex;flex-direction:column;gap:2px}.act-pop__item{display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:8px}.act-pop__item:hover{background:#f6f8f9}.act-pop__check{flex:0 0 auto;width:18px;height:18px;margin-top:1px;border:2px solid #8a9099;border-radius:50%;background:#fff;cursor:pointer}.act-pop__check:hover{border-color:#017737;background:#eafaf0}.act-pop__body{min-width:0}.act-pop__subj{font-size:13.5px;font-weight:600;color:#0f1114;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.act-pop__meta{font-size:12px;color:#5b6067;margin-top:2px}.act-pop__add{text-align:left;background:none;border:none;padding:11px 10px;border-top:1px solid #e6e8eb;color:#23262b;font-size:13.5px;font-weight:600;border-radius:0 0 8px 8px}.act-pop__add:hover{background:#f6f8f9}.act-pop__form{padding:10px;display:flex;flex-direction:column;gap:8px;border-top:1px solid #e6e8eb}.act-pop__form-row{display:flex;gap:8px}.act-pop__form-row select,.act-pop__form-row input{flex:1;min-width:0}.act-pop__form-actions{display:flex;justify-content:flex-end;gap:8px}.dd{max-width:1200px}.dd__topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.dd__back{background:none;border:none;color:#5b6067;font-size:14px;font-weight:600;cursor:pointer}.dd__back:hover{color:#017737}.dd__head-actions{display:flex;align-items:center;gap:10px}.dd__owner{display:flex;align-items:center;gap:8px;margin-right:6px}.dd__owner strong{display:block;font-size:13px;color:#0f1114}.dd__owner span{font-size:11.5px;color:#5b6067}.btn--won-solid{background:#017737;color:#fff;border:none}.btn--won-solid:hover{filter:brightness(1.05)}.btn--lost-solid{background:#d02f2f;color:#fff;border:none}.btn--lost-solid:hover{filter:brightness(1.05)}.status-badge{padding:6px 14px;border-radius:8px;font-weight:700;font-size:13px}.status-badge--won{background:#0177371f;color:#017737}.status-badge--lost{background:#d02f2f1f;color:#d02f2f}.dd__title{font-size:24px;font-weight:800;color:#0f1114;cursor:text;margin:4px 0 16px}.dd__title:hover{background:#f6f8f9;border-radius:6px}.dd__title-input{font-size:24px;font-weight:800;margin:4px 0 16px;max-width:720px}.dd__stages{display:flex;gap:2px;margin-bottom:20px}.dd__stage{flex:1;border:none;cursor:pointer;padding:10px 12px;font-size:12.5px;font-weight:600;background:#e6e8eb;color:#5b6067;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%,12px 50%)}.dd__stage:first-child{clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%)}.dd__stage.is-done{background:#26b568;color:#fff}.dd__stage.is-current{background:#017737;color:#fff}.dd__cols{display:grid;grid-template-columns:300px 1fr;gap:18px;align-items:start}.dd__side{display:flex;flex-direction:column;gap:14px}.dd__card{background:#fff;border:1px solid #e6e8eb;border-radius:12px;padding:16px}.dd__card-title{font-size:14px;font-weight:700;color:#0f1114;margin-bottom:12px}.dd__row{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#23262b;padding:5px 0}.dd__row--labels{flex-wrap:wrap;gap:6px;padding-top:10px}.dd__ic{color:#8a9099}.dd__value{font-size:20px;font-weight:800;color:#0f1114;cursor:pointer;margin-bottom:8px}.dd__value:hover{color:#017737}.dd__value-edit{display:flex;gap:8px;align-items:center;margin-bottom:8px}.dd__value-edit input{flex:1}.dd__value-edit span{color:#5b6067;font-weight:600}.dd__field{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;color:#23262b;margin-top:12px}.dd__kv{display:flex;justify-content:space-between;gap:12px;padding:6px 0;font-size:13px;border-bottom:1px solid #f6f8f9}.dd__kv span{color:#5b6067}.dd__kv b{color:#0f1114;font-weight:600;text-align:right}.dd__kv:last-child{border-bottom:none}.dd__kv--col{flex-direction:column;align-items:flex-start;gap:6px}.dd__kv--col span{font-size:12px;font-weight:600}.cap{text-transform:capitalize}.status-won{color:#017737}.status-lost{color:#d02f2f}.status-open{color:#2f7bff}.dd__main{background:#fff;border:1px solid #e6e8eb;border-radius:12px;overflow:hidden}.dd__tabs{display:flex;gap:4px;border-bottom:1px solid #e6e8eb;padding:4px 8px 0;overflow-x:auto}.dd__tabs button{background:none;border:none;padding:12px 14px;font-size:13.5px;font-weight:600;color:#5b6067;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap}.dd__tabs button:hover{color:#0f1114}.dd__tabs button.is-active{color:#017737;border-bottom-color:#017737}.dd__tab{padding:18px}.dd__placeholder{padding:40px 18px;text-align:center;color:#5b6067}.dd__placeholder p{font-weight:600;color:#23262b}.dd__placeholder span{font-size:13px}.dd__section-lbl{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#5b6067;margin:16px 0 8px}.dd__empty{color:#8a9099;font-size:13.5px;padding:8px 0}.act-add{display:flex;gap:8px;flex-wrap:wrap}.act-add input[type=text],.act-add input:not([type]){flex:1;min-width:200px}.act-add input[type=date],.act-add select{flex:0 0 auto}.focus-act{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1px solid #e6e8eb;border-radius:10px;margin-bottom:8px}.focus-act__check{flex:0 0 auto;width:20px;height:20px;border:2px solid #8a9099;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.focus-act__check:hover{border-color:#017737;background:#eafaf0}.focus-act__check.is-done{background:#017737;border-color:#017737}.focus-act__subj{font-size:14px;font-weight:600;color:#0f1114}.focus-act__meta{font-size:12.5px;color:#5b6067;margin-top:2px}.focus-act--done .focus-act__subj{color:#5b6067;text-decoration:line-through}.note-add{margin-bottom:16px}.note-add textarea{width:100%;resize:vertical}.note-add__actions{display:flex;justify-content:flex-end;margin-top:8px}.note-item{border:1px solid #e6e8eb;border-radius:10px;padding:12px 14px;margin-bottom:8px;background:#fffdf5}.note-item__body{font-size:13.5px;color:#23262b;white-space:pre-wrap}.note-item__foot{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#5b6067}.note-item__del{background:none;border:none;color:#d02f2f;font-weight:600;cursor:pointer}.note-item__del:hover{text-decoration:underline}.dd__history{padding:18px;border-top:1px solid #e6e8eb}.timeline{list-style:none;display:flex;flex-direction:column;gap:14px}.timeline__item{position:relative;padding-left:22px}.timeline__item:before{content:"";position:absolute;left:5px;top:14px;bottom:-14px;width:2px;background:#e6e8eb}.timeline__item:last-child:before{display:none}.timeline__dot{position:absolute;left:0;top:2px;width:12px;height:12px;border-radius:50%;background:#8a9099;border:2px solid #fff;box-shadow:0 0 0 1px #e6e8eb}.timeline__dot--note{background:#e8b73a}.timeline__dot--done{background:#017737}.timeline__note{background:#fffdf5;border:1px solid #f0e6c0;border-radius:8px;padding:8px 10px;font-size:13px;color:#23262b}.timeline__subj{font-size:13.5px;font-weight:600;color:#0f1114}.timeline__meta{font-size:12px;color:#5b6067;margin-top:3px}@media (max-width: 900px){.dd__cols{grid-template-columns:1fr}}.muted{color:#8a9099}.role-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.02em;padding:2px 8px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.role-badge--admin{background:#7c5cfc1f;color:#7c5cfc;border-color:#7c5cfc4d}.role-badge--saleslead{background:#2f7bff1f;color:#2f7bff;border-color:#2f7bff4d}.role-badge--salesexecutive{background:#f6f8f9;color:#5b6067;border-color:#e6e8eb}.team-me{display:flex;align-items:center;gap:10px}.team-me__team{font-weight:600;color:#23262b;background:#f6f8f9;border:1px solid #e6e8eb;padding:4px 12px;border-radius:999px;font-size:13px}.team-create{display:flex;gap:10px;margin-bottom:20px}.team-create input{flex:1;max-width:360px;height:40px;padding:0 14px;border:1px solid #e6e8eb;border-radius:10px;font-size:14px}.team-create input:focus{outline:none;border-color:#017737;box-shadow:0 0 0 3px #0177371f}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:24px}.team-card{background:#fff;border:1px solid #e6e8eb;border-radius:14px;padding:16px;box-shadow:0 8px 30px #0f111414}.team-card.is-mine{border-color:#017737;box-shadow:0 0 0 2px #0177371f}.team-card__head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.team-card__head h3{margin:0;font-size:16px;flex:1}.team-card__count{font-size:12px;color:#8a9099;white-space:nowrap}.team-card__del{border:none;background:transparent;color:#8a9099;font-size:20px;line-height:1;cursor:pointer;padding:0 4px}.team-card__del:hover{color:#d02f2f}.team-card__members{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.team-card__members li{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;color:#23262b}.table select{height:32px;border:1px solid #e6e8eb;border-radius:8px;padding:0 8px;font-size:13px;background:#fff}.table select:focus{outline:none;border-color:#017737}.share-list{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:6px}.share-list li{display:flex;align-items:center;justify-content:space-between;font-size:13px;background:#f6f8f9;border:1px solid #e6e8eb;border-radius:8px;padding:6px 10px}.share-list li button{border:none;background:transparent;color:#8a9099;font-size:16px;line-height:1;cursor:pointer}.share-list li button:hover{color:#d02f2f}.share-add{display:flex;gap:8px}.share-add select{flex:1;height:34px;border:1px solid #e6e8eb;border-radius:8px;padding:0 8px;font-size:13px;background:#fff}.share-add select:focus{outline:none;border-color:#017737}
