.rep-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:16px 0 24px}.rep-kpi{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border:1px solid var(--border, #e3e6ea);border-radius:8px;background:var(--card-bg, #fff)}.rep-kpi__label{font-size:12px;color:var(--muted, #7b8794)}.rep-kpi__value{font-size:20px;line-height:1.2;white-space:nowrap}.rep-delta{font-size:12px}.rep-delta--good{color:#1e9e66}.rep-delta--bad{color:#c0392b}.rep-period{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0 4px}.rep-period__custom{display:flex;align-items:center;gap:6px}.rep-period__custom input{width:150px}.rep-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.rep-switch{display:flex;gap:4px}.rep-bars{display:flex;align-items:flex-end;gap:6px;padding:8px 0;overflow-x:auto}.rep-bars__col{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:28px;flex:1 1 0;height:100%}.rep-bars__stack{display:flex;flex-direction:column-reverse;justify-content:flex-start;width:100%;max-width:48px;height:100%;border-radius:3px;overflow:hidden}.rep-bars__part{width:100%}.rep-bars__label{font-size:11px;color:var(--muted, #7b8794);white-space:nowrap}.rep-legend{display:flex;flex-wrap:wrap;gap:14px;margin:4px 0 20px;font-size:12px;color:var(--muted, #7b8794)}.rep-legend i{display:inline-block;width:10px;height:10px;margin-right:6px;border-radius:2px;vertical-align:middle}.rep-title{margin:4px 0 0;font-size:15px}.trk .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#11182761}.trk .modal{width:100%;max-width:460px;max-height:100%;overflow:auto;padding:22px 24px;border-radius:14px;background:var(--bg);box-shadow:var(--shadow)}.trk .modal h3{margin:0 0 16px;font-size:17px;font-weight:700;color:var(--ink)}.trk .modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.trk .field-label{font-size:13px;font-weight:600;color:var(--ink-soft)}.trk .drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;justify-content:flex-end;background:#11182752;animation:drawer-fade .16s var(--ease)}@keyframes drawer-fade{0%{opacity:0}to{opacity:1}}.trk .task-drawer{display:flex;flex-direction:column;width:min(1080px,92vw);height:100%;background:var(--bg);box-shadow:-18px 0 46px #1118272e;animation:drawer-slide .22s var(--ease)}@keyframes drawer-slide{0%{transform:translate(100%)}to{transform:none}}.trk .task-drawer__head{position:relative;flex:0 0 auto;padding:18px 56px 14px 26px;border-bottom:1px solid var(--line)}.trk .task-drawer__meta{font-size:12px;color:var(--muted)}.trk .task-drawer__title{width:100%;margin:4px 0 12px;padding:3px 6px;border:1px solid transparent;border-radius:8px;background:none;font:700 21px Roboto,sans-serif;color:var(--ink)}.trk .task-drawer__title:hover{border-color:var(--line)}.trk .task-drawer__title:focus{border-color:var(--blue);outline:none;background:#fff}.trk .task-drawer__close{position:absolute;top:14px;right:18px;width:32px;height:32px;border:0;border-radius:8px;background:none;color:var(--muted);font-size:23px;line-height:1;cursor:pointer}.trk .task-drawer__close:hover{background:var(--surface);color:var(--ink)}.trk .stage-chips{display:flex;flex-wrap:wrap;gap:6px}.trk .stage-chip{padding:5px 12px;border:1px solid #d1d5db;border-radius:20px;background:#fff;color:var(--ink-soft);font:600 12.5px Roboto,sans-serif;cursor:pointer;transition:border-color .12s,background .12s}.trk .stage-chip:hover{border-color:var(--blue)}.trk .stage-chip.is-active{border-color:var(--blue);background:var(--blue);color:#fff;cursor:default}.trk .task-drawer__body{flex:1;min-height:0;overflow-y:auto;padding:18px 26px 26px;display:flex;flex-direction:column;gap:20px}.trk .task-drawer__cols{display:flex;gap:24px;align-items:flex-start}.trk .task-drawer__cols>.task-block:first-child{width:240px;flex:0 0 240px}.trk .task-drawer__cols>.task-block:last-child{flex:1;min-width:0}.trk .task-block h4{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.trk .task-block--chat{display:flex;flex-direction:column;min-height:0}.trk .task-block--chat .chat{height:520px;min-height:0;border:1px solid var(--line);border-radius:10px;overflow:hidden}.trk .responsible{display:flex;align-items:center;gap:8px}.trk .responsible__avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;color:#fff;font-size:11px;font-weight:700}.trk .responsible__avatar--empty{border:1px dashed #cbd5e1;background:transparent}.trk .task-drawer__delete{align-self:flex-start;color:var(--red)}@media(prefers-reduced-motion:reduce){.drawer-backdrop,.task-drawer{animation:none}}@media(max-width:860px){.task-drawer{width:100vw}.task-drawer__cols{flex-direction:column}.task-drawer__cols>.task-block:first-child{width:auto;flex:none}}.trk .dl-list{list-style:none;margin:0 0 6px;padding:0;display:flex;flex-direction:column;gap:6px}.trk .dl-row{display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid var(--line);border-left:3px solid var(--line);border-radius:9px;background:var(--bg)}.trk .dl-row--overdue,.trk .dl-row--soon{border-left-color:var(--red);background:var(--red-bg)}.trk .dl-row--today{border-left-color:var(--amber);background:var(--amber-bg)}.trk .dl-row--tomorrow{border-left-color:var(--blue);background:var(--surface-strong)}.trk .dl-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.trk .dl-row__title{font-size:13.5px;font-weight:600;color:var(--ink)}.trk .dl-row__when{font-size:12px;color:var(--ink-soft)}.trk .dl-row__avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;border-radius:50%;color:#fff;font-size:10px;font-weight:700}.trk .dl-row__actions{display:flex;gap:3px;opacity:0;transition:opacity .12s}.trk .dl-row:hover .dl-row__actions{opacity:1}.trk .dl-row__actions button{width:24px;height:24px;border:0;border-radius:6px;background:#1118270f;color:var(--ink-soft);font-size:13px;line-height:1;cursor:pointer}.trk .dl-row__actions button:hover{background:#11182721}.trk .dl-form{display:flex;flex-direction:column;gap:8px;margin-top:6px}.trk .dl-form__actions{display:flex;justify-content:flex-end;gap:8px}.trk .files-drop{padding:14px;border:1px dashed #cbd5e1;border-radius:10px;color:var(--muted);font-size:13px;text-align:center;cursor:pointer}.trk .files-drop.is-over,.trk .files-drop:hover{border-color:var(--blue);color:var(--blue-dark)}.trk .files-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.trk .files-row{display:flex;align-items:center;gap:8px;padding:5px 6px;border-radius:8px}.trk .files-row:hover{background:var(--surface)}.trk .files-row__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0;background:none;padding:0;text-align:left;color:var(--blue-dark);font:400 13px Roboto,sans-serif;cursor:pointer}.trk .files-row__size{font-size:11.5px;color:var(--muted)}.trk .files-row__dl{color:var(--muted);display:inline-flex}.trk .files-row__dl:hover{color:var(--blue-dark)}.trk .files-row__del{border:0;background:none;color:var(--muted);font-size:13px;cursor:pointer;opacity:0;transition:opacity .12s}.trk .files-row:hover .files-row__del{opacity:1}.trk .files-row__del:hover{color:var(--red)}.trk .board{display:flex;flex-direction:column;height:100%;min-height:0}.trk .board__head{display:flex;align-items:center;gap:12px;padding:16px 20px 12px;flex-wrap:wrap}.trk .board__title{margin:0;font-size:19px;font-weight:700;color:var(--ink);cursor:text}.trk .board__spacer{flex:1}.trk .board__search{width:220px;padding:7px 12px;border:1px solid #d1d5db;border-radius:9px;font:400 13px Roboto,sans-serif}.trk .board__toggle{padding:7px 12px;border:1px solid #d1d5db;border-radius:9px;background:#fff;color:var(--ink-soft);font:600 13px Roboto,sans-serif;cursor:pointer}.trk .board__toggle.is-active{border-color:var(--blue);background:var(--surface-strong);color:var(--blue-dark)}.trk .board__columns{display:flex;gap:12px;flex:1;min-height:0;padding:0 20px 20px;overflow-x:auto}.trk .column{display:flex;flex-direction:column;flex:1 1 200px;min-width:200px;max-width:360px;min-height:0;padding:10px;border-radius:12px;background:var(--bg);border:1px solid var(--line)}.trk .column.is-over{border-color:var(--blue);background:var(--surface-strong)}.trk .column__head{display:flex;align-items:center;gap:7px;padding:2px 4px 10px;font:700 13px Roboto,sans-serif;color:var(--ink-soft)}.trk .column__count{color:var(--muted);font-weight:500}.trk .column__dot{width:7px;height:7px;border-radius:50%;background:var(--blue)}.trk .column__dot--mention{background:var(--red)}.trk .column__body{display:flex;flex-direction:column;gap:8px;flex:1;min-height:40px;overflow-y:auto}.trk .column__add{margin-top:8px;padding:7px 9px;border:0;border-radius:8px;background:none;color:var(--muted);font:600 13px Roboto,sans-serif;text-align:left;cursor:pointer}.trk .column__add:hover{background:var(--surface);color:var(--ink-soft)}.trk .column__form{margin-top:8px}.trk .column__input{width:100%;padding:8px 10px;border:1px solid var(--blue);border-radius:8px;font:400 13px Roboto,sans-serif}.trk .task-card{display:flex;flex-direction:column;gap:7px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:var(--bg);box-shadow:0 1px 2px #1118270d;cursor:pointer;text-align:left;transition:box-shadow .12s,border-color .12s}.trk .task-card:hover{box-shadow:var(--blob)}.trk .task-card.is-dragging{opacity:.35}.trk .task-card.is-overlay{box-shadow:0 14px 34px #11182738;transform:rotate(1.5deg);cursor:grabbing}.trk .task-card--unread{border-color:#d1d5db;box-shadow:inset 3px 0 0 var(--blue),0 1px 2px #1118270d}.trk .task-card--mention{box-shadow:inset 3px 0 0 var(--red),0 1px 2px #1118270d}.trk .task-card__title{font:500 13.5px Roboto,sans-serif;color:var(--ink);line-height:1.35;overflow-wrap:anywhere}.trk .task-card__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.trk .task-card__meta-spacer{flex:1}.trk .task-card__badge{min-width:19px;padding:1px 6px;border-radius:20px;background:var(--muted);color:#fff;font-size:11px;font-weight:700;text-align:center}.trk .task-card__badge--mention{background:var(--red)}.trk .task-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;border-radius:50%;color:#fff;font-size:10px;font-weight:700}.trk .task-card__avatar--empty{border:1px dashed #cbd5e1;background:transparent!important}.trk .dl-pill{align-self:flex-start;padding:2px 8px;border-radius:20px;font-size:11.5px;font-weight:600;background:var(--surface);color:var(--ink-soft)}.trk .dl-pill--overdue,.trk .dl-pill--soon{background:var(--red-bg);color:#a33}.trk .dl-pill--today{background:var(--amber-bg);color:#8a5a12}.trk .dl-pill--tomorrow{background:var(--surface-strong);color:var(--blue-dark)}.trk .board__empty{padding:40px 20px;color:var(--muted)}.trk{--bg: #ffffff;--text: #1a1a1a;--text-soft: #2d2d2d;--muted: #888888;--line: #eef0f4;--surface: #f6f8fb;--surface-strong: #eef4fb;--ink: #111827;--ink-soft: #243142;--blue: #4a90d9;--blue-dark: #1e5fa8;--cyan: #67d8fc;--green: #23a36b;--green-bg: #e7f5ee;--amber: #d89128;--amber-bg: #fbf1de;--red: #d24a4a;--red-bg: #fbeaea;--shadow: 0 8px 32px rgba(0, 0, 0, .08);--blob: 0 6px 22px rgba(17, 24, 39, .07), 0 1px 3px rgba(17, 24, 39, .05);--ease: cubic-bezier(.16, 1, .3, 1);font-family:Roboto,Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text);background:var(--bg);display:flex;flex:1;min-height:0;min-width:0}.trk.trk--portal{display:contents}.trk.trk--page{min-height:100vh;align-items:center;justify-content:center;padding:24px}.trk *{box-sizing:border-box}.trk a{color:var(--blue-dark);text-decoration:none}.trk a:hover{text-decoration:underline}.trk .sidebar{flex:0 0 220px;display:flex;flex-direction:column;gap:4px;padding:14px 10px;border-right:1px solid var(--line);background:var(--surface);overflow-y:auto}.trk .sidebar__label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:6px 8px}.trk .sidebar__section{display:flex;flex-direction:column;gap:2px}.trk .sidebar__item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:8px;cursor:pointer;background:transparent;color:var(--text-soft);font:inherit;text-align:left}.trk .sidebar__item:hover{background:var(--surface-strong)}.trk .sidebar__item.is-active{background:var(--surface-strong);color:var(--ink);font-weight:600}.trk .sidebar__item-name{flex:1;min-width:0;overflow-wrap:anywhere}.trk .sidebar__badge{flex:0 0 auto;min-width:20px;padding:1px 6px;border-radius:10px;background:var(--blue);color:#fff;font-size:11px;font-weight:700;text-align:center}.trk .sidebar__badge--mention{background:var(--red)}.trk .sidebar__empty{padding:6px 10px;color:var(--muted);font-size:13px}.trk .sidebar__add,.trk .sidebar__toggle{margin-top:6px;padding:7px 10px;border:1px dashed #d1d5db;border-radius:8px;background:transparent;color:var(--ink-soft);font:inherit;cursor:pointer}.trk .sidebar__add:hover,.trk .sidebar__toggle:hover{border-color:var(--blue);color:var(--blue-dark)}.trk .sidebar__toggle{border-style:solid;font-size:12px}.trk-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.trk .board,.trk .board__columns{min-width:0}.trk .topbar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:var(--bg);border-bottom:1px solid var(--line);flex-wrap:wrap;row-gap:8px}.trk .topbar h1{font-size:17px;font-weight:700;margin:0;color:var(--ink)}.trk .topbar-sub{font-size:12px;color:var(--muted)}.trk .topbar-spacer{flex:1}.trk .brand-mark{position:relative;display:inline-block;width:30px;height:23px;flex:0 0 auto}.trk .brand-mark span{position:absolute;top:0;display:block;width:calc(100% * 48 / 84);height:100%;clip-path:polygon(62.5% 0,100% 0,37.5% 100%,0 100%)}.trk .brand-mark span:nth-child(1){left:0;background:#67d8fc}.trk .brand-mark span:nth-child(2){left:calc(100% * 17 / 84);background:#32aaf1}.trk .brand-mark span:nth-child(3){left:calc(100% * 34 / 84);background:#1574ef}.trk .btn-primary{border:0;border-radius:10px;cursor:pointer;background:var(--blue);color:#fff;font:600 14px Roboto,sans-serif;padding:9px 16px;transition:background .14s}.trk .btn-primary:hover:not(:disabled){background:var(--blue-dark)}.trk .btn-primary:disabled{background:#b8c3d4;cursor:not-allowed}.trk .btn-ghost{border:1px solid #d1d5db;border-radius:10px;cursor:pointer;background:#fff;color:var(--ink-soft);font:600 14px Roboto,sans-serif;padding:9px 16px;transition:border-color .14s,background .14s}.trk .btn-ghost:hover{border-color:var(--blue);background:var(--surface-strong)}.trk .btn-small{padding:7px 13px;font-size:13px}.trk .pill{font-size:12px;padding:3px 10px;border-radius:20px;font-weight:600}.trk .pill-blue{background:var(--surface-strong);color:var(--blue-dark)}.trk .inbox-wrap{display:flex;flex:1;min-height:0}.trk .rail{flex:0 0 260px;width:260px;min-width:0;background:var(--bg);border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.trk .rail-head{padding:0;border-bottom:1px solid var(--line)}.trk .rail-search{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:9px 12px;font:400 13px Roboto,sans-serif;background:#fff}.trk .inbox-search{width:280px;flex:0 0 auto}.trk .inbox-select{flex:0 0 auto;max-width:260px;border:1px solid #d1d5db;border-radius:10px;padding:9px 12px;font:400 13px Roboto,sans-serif;background:var(--bg);color:var(--text);cursor:pointer}.trk .inbox-filter{flex:0 0 auto;min-width:150px}.trk .inbox-filter .sel-btn{width:100%}.trk .topbar .rail-chips{margin-top:0}.trk .rail-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.trk .chip{font-size:12px;padding:3px 9px;border-radius:14px;border:1px solid var(--line);color:var(--text-soft);cursor:pointer;white-space:nowrap;background:var(--bg)}.trk .chip.on{background:var(--surface-strong);color:var(--blue-dark);border-color:transparent}.trk .rail-list{overflow:auto;flex:1;min-height:0}.trk .rail-empty{padding:24px 14px;color:var(--muted);text-align:center}.trk .ci-item{padding:10px 12px;border-bottom:1px solid var(--line);cursor:pointer;overflow:hidden}.trk .ci-item:hover{background:var(--surface)}.trk .ci-item.active{background:var(--surface-strong);border-left:3px solid var(--blue);padding-left:9px}.trk .ci-ttl{font-size:13px;line-height:1.35;color:var(--text-soft);display:flex;align-items:flex-start;gap:6px}.trk .ci-item.active .ci-ttl{font-weight:600;color:var(--text)}.trk .ci-ttl-text{flex:1;min-width:0;overflow:hidden;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.trk .ci-meta{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:12px;color:var(--muted);flex-wrap:wrap}.trk .ci-item--green{background:var(--green-bg);box-shadow:inset 3px 0 0 var(--green)}.trk .ci-item--yellow{background:var(--amber-bg);box-shadow:inset 3px 0 0 var(--amber)}.trk .ci-item--red{background:var(--red-bg);box-shadow:inset 3px 0 0 var(--red)}.trk .ci-item--green:hover{background:var(--green-bg)}.trk .ci-item--yellow:hover{background:var(--amber-bg)}.trk .ci-item--red:hover{background:var(--red-bg)}.trk .ci-item.active{box-shadow:none}.trk .ci-code{font-size:11px;padding:1px 6px;border-radius:4px;background:var(--surface);font-family:Roboto Mono,ui-monospace,monospace}.trk .detail{flex:1;overflow:auto;background:var(--surface);min-width:0}.trk .detail-empty{padding:40px 24px;color:var(--muted);text-align:center}.trk .card-head{background:var(--bg);padding:16px 22px;border-bottom:1px solid var(--line)}.trk .card-h{font-size:18px;font-weight:600;line-height:1.3;color:var(--ink)}.trk .tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.trk .tag{font-size:12px;padding:3px 9px;border-radius:14px;background:var(--surface);color:var(--text-soft)}.trk .tag-green{background:var(--green-bg);color:#0f6e4a}.trk .tag-amber{background:var(--amber-bg);color:#8a5a12}.trk .tag-red{background:var(--red-bg);color:#9a2b2b}.trk .screening-blob{margin-top:12px;padding:10px 12px;border-radius:10px;background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--muted)}.trk .cand-source-mail{margin:10px 0;padding:8px 12px;border-radius:10px;background:var(--surface);border:1px solid var(--line);font-size:13px}.trk .cand-source-mail a{color:var(--blue-dark, #1e5fa8)}.trk .screening-blob--green{background:var(--green-bg);border-left-color:var(--green);border-color:transparent}.trk .screening-blob--yellow{background:var(--amber-bg);border-left-color:var(--amber);border-color:transparent}.trk .screening-blob--red{background:var(--red-bg);border-left-color:var(--red);border-color:transparent}.trk .screening-blob-label{font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}.trk .screening-blob-text{font-size:13px;line-height:1.45;color:var(--text);white-space:pre-wrap}.trk .actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.trk .btn{font-size:13px;padding:8px 14px;border-radius:8px;border:1px solid var(--line);background:var(--bg);color:var(--text-soft);cursor:pointer}.trk .btn:hover{background:var(--surface)}.trk .btn-green{background:var(--green-bg);color:#0f6e4a;border-color:transparent}.trk .btn-red{background:var(--red-bg);color:#9a2b2b;border-color:transparent}.trk .btn--primary{background:var(--blue);color:#fff;border-color:transparent;font-weight:600}.trk .btn--primary:hover:not(:disabled){background:var(--blue-dark)}.trk .btn--primary:disabled{background:#b8c3d4;cursor:not-allowed}.trk .btn--ghost{background:#fff;color:var(--ink-soft)}.trk .btn--ghost:hover{border-color:var(--blue);background:var(--surface-strong)}.trk .btn--danger{background:#fff;color:var(--red)}.trk .btn--danger:hover{background:var(--red-bg);border-color:var(--red)}.trk .groups{padding:18px 22px 60px;max-width:1100px}.trk .card-sub{font-size:13px;color:var(--text-soft);margin-bottom:18px}.trk .grp{margin-bottom:22px}.trk .grp-h{font-size:13px;font-weight:600;color:var(--blue-dark);margin-bottom:8px}.trk .grp-sub{font-weight:400;color:var(--muted)}.trk .frow{display:grid;grid-template-columns:230px 1fr;gap:14px;padding:7px 0;border-bottom:1px solid var(--line)}.trk .frow-lbl{font-size:13px;color:var(--muted);line-height:1.35}.trk .frow-val{font-size:13px;color:var(--text);word-break:break-word}.trk .card-table{width:100%;border-collapse:collapse;font-size:13px}.trk .card-table th{text-align:left;font-weight:600;color:var(--muted);padding:7px 10px;border-bottom:1px solid var(--line);white-space:nowrap}.trk .card-table td{color:var(--text);padding:7px 10px;border-bottom:1px solid var(--line);vertical-align:top;word-break:break-word}.trk .doc{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}.trk .doc-ic{width:34px;height:34px;border-radius:7px;background:var(--surface);display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--blue-dark)}.trk .doc-sub{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.trk .doc-acts{display:inline-flex;gap:6px;align-items:center}.trk .doc-act{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--bg);cursor:pointer;font-size:15px;line-height:1;text-decoration:none;color:inherit;transition:background .15s,border-color .15s}.trk .doc-act:hover{background:var(--surface)}.trk .doc-act-del:hover{background:var(--red-bg);border-color:var(--red);color:var(--red)}.trk .doc-file-open{border:0;background:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;text-align:left;text-decoration:none;min-width:0}.trk .doc-file-open:hover{color:var(--blue-dark);text-decoration:underline}.trk .cc-file-dl{display:inline-flex;vertical-align:middle;color:var(--muted);margin-left:6px}.trk .cc-file-dl:hover{color:var(--blue-dark)}.trk .feed .ev{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:6px 0;border-bottom:1px solid var(--line);font-size:12.5px}.trk .feed .ev-dt{color:var(--muted);font-size:12px}.trk .doc-view{background:none;border:0;color:var(--blue-dark);cursor:pointer;font:inherit;padding:0}.trk .doc-view:hover{text-decoration:underline}.trk .dv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e2d80;display:grid;place-items:center;z-index:900;padding:24px}.trk .dv-modal{background:#fff;border-radius:14px;box-shadow:0 24px 70px #11182740;width:min(96vw,1280px);height:min(100%,90vh);display:flex;flex-direction:column;overflow:hidden}.trk .dv-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line)}.trk .dv-name{font-weight:600;color:var(--ink);font-size:14px;word-break:break-word}.trk .dv-close{background:none;border:0;font-size:24px;line-height:1;color:var(--muted);cursor:pointer}.trk .dv-body{flex:1;min-height:0;overflow:auto;background:var(--surface)}.trk .dv-frame{display:block;width:100%;height:100%;border:0}.trk .dv-img{display:block;max-width:100%;margin:0 auto}.trk .dv-doc{padding:20px;background:#fff}.trk .dv-doc table{border-collapse:collapse;font-size:13px}.trk .dv-doc td,.trk .dv-doc th{border:1px solid var(--line);padding:4px 8px}.trk .dv-msg{padding:24px;color:var(--muted);text-align:center}.trk .cat-modal{background:var(--surface, #fff);border-radius:10px;width:min(900px,94vw);max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.trk .cat-body{padding:16px;overflow:auto}.trk .cat-cols{display:flex;flex-direction:column;gap:12px}.trk .cat-col{border:1px dashed var(--border, #ccd);border-radius:8px;padding:8px;min-height:64px}.trk .cat-col-h{font-weight:600;margin-bottom:8px}.trk .cat-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface-2, #f3f5f9);border-radius:6px;padding:6px 8px;margin-bottom:6px;cursor:grab;font-size:13px}.trk .cat-chip-name{flex:1 1 auto;min-width:0;word-break:break-word}.trk .cat-move{flex:0 0 auto;white-space:nowrap}.trk .cat-move button{font-size:11px;margin-left:4px}.trk .cat-actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border, #e3e7ee)}.trk .field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.trk .field>label,.trk .field-lbl{font-size:13px;font-weight:600;color:var(--ink-soft)}.trk .field .hint,.trk .field-hint{font-size:12px;color:var(--muted)}.trk .input{border:1px solid #d1d5db;border-radius:10px;padding:10px 13px;font:400 14px Roboto,sans-serif;background:#fff;color:var(--text);width:100%}.trk select.input,.trk textarea.input{font:inherit}.trk textarea.input{min-height:88px;resize:vertical}.trk .field--error .input{border-color:var(--red)}.trk .field--error .err,.trk .field-err{color:#c0392b;font-size:12px}.trk .check{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--text-soft);cursor:pointer}.trk .check input{width:17px;height:17px;accent-color:var(--blue)}.trk .input,.trk .fld,.trk .rail-search,.trk .inbox-select{transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.trk .input:focus,.trk .fld:focus,.trk .rail-search:focus,.trk .inbox-select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #4a90d938}.trk a:focus-visible,.trk button:focus-visible{outline:3px solid rgba(74,144,217,.46);outline-offset:3px}.trk .switch{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.trk .switch input{position:absolute;opacity:0;width:0;height:0;margin:0}.trk .switch-track{width:38px;height:22px;border-radius:22px;background:#cbd2dc;flex:0 0 auto;position:relative;transition:background .2s var(--ease)}.trk .switch-track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s var(--ease)}.trk .switch input:checked+.switch-track{background:var(--blue)}.trk .switch input:checked+.switch-track:after{transform:translate(16px)}.trk .switch input:focus-visible+.switch-track{outline:3px solid rgba(74,144,217,.46);outline-offset:2px}.trk .sel{position:relative}.trk .sel-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left;width:100%}.trk .sel-btn .sel-ph{color:var(--muted)}.trk .sel-chev{color:var(--muted);font-size:11px;transition:transform .15s var(--ease);flex:0 0 auto}.trk .sel-btn.is-open{border-color:var(--blue);box-shadow:0 0 0 3px #4a90d938}.trk .sel-btn.is-open .sel-chev{transform:rotate(180deg)}.trk .sel-pop{position:absolute;z-index:60;top:calc(100% + 4px);left:0;right:0;list-style:none;margin:0;padding:4px;background:var(--bg);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);max-height:240px;overflow-y:auto;animation:selPop .12s var(--ease)}@keyframes selPop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.trk .sel-opt{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;cursor:pointer;font-size:14px;color:var(--text)}.trk .sel-opt:hover{background:var(--surface-strong)}.trk .sel-opt.is-active{background:var(--surface-strong);color:var(--blue-dark);font-weight:600}.trk .msel{position:relative}.trk .msel-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left;width:100%;min-height:38px;height:auto}.trk .msel-btn.is-open{border-color:var(--blue);box-shadow:0 0 0 3px #4a90d938}.trk .msel-btn.is-open .sel-chev{transform:rotate(180deg)}.trk .msel-chips{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.trk .msel-chip{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:999px;background:var(--surface-strong);color:var(--text);font-size:12px;line-height:18px}.trk .msel-chip:hover{background:var(--red-bg);color:var(--red)}.trk .msel-chip-x{font-size:9px;color:var(--muted)}.trk .msel-chip:hover .msel-chip-x{color:var(--red)}.trk .msel-pop{padding:4px}.trk .msel-group+.msel-group{margin-top:4px;border-top:1px solid var(--line);padding-top:4px}.trk .msel-group-h{font-size:11px;font-weight:600;color:var(--muted);padding:4px 10px 2px;text-transform:uppercase;letter-spacing:.3px}.trk .msel-opt{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:7px;cursor:pointer;font-size:13.5px;color:var(--text)}.trk .msel-opt:hover{background:var(--surface-strong)}.trk .msel-empty{padding:8px 10px;font-size:13px;color:var(--muted)}.trk .fld{width:100%;box-sizing:border-box;padding:10px 13px;border:1px solid #d1d5db;border-radius:10px;font:400 14px Roboto,sans-serif;background:#fff;color:var(--text)}.trk .fld-multi{display:flex;flex-wrap:wrap;gap:10px 14px}.trk .fld-chk{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:var(--text-soft)}.trk .fld-chk input{width:16px;height:16px;accent-color:var(--blue)}.trk .list-ed{display:flex;flex-direction:column;gap:6px}.trk .list-row,.trk .gdoc-row{display:flex;align-items:center;gap:6px}.trk .list-grip{cursor:grab;color:var(--muted, #99a);-webkit-user-select:none;user-select:none}.trk .btn-icon{border:1px solid var(--border, #ccd);border-radius:6px;background:var(--surface, #fff);width:28px;height:28px;cursor:pointer}.trk .obj-card{border:1px solid var(--border, #ccd);border-radius:8px;padding:10px}.trk .obj-card-h{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.trk .obj-field{display:block;margin-bottom:8px}.trk .obj-field-lbl{display:block;font-size:12px;color:var(--muted, #667);margin-bottom:3px}.trk .gdoc-group{background:var(--surface-2, #f3f5f9);border-radius:6px;padding:4px;font-weight:600}.trk .gdoc-add{display:flex;gap:8px}.trk .files-block{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trk .files-cat{border:1px solid var(--border, #ccd);border-radius:8px;padding:10px}.trk .files-cat-h{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:8px}.trk .files-cat-h .btn{margin-left:auto}.trk .files-empty{color:var(--muted, #99a);font-size:13px}.trk .files-row>div:first-child{font-size:13px}.trk .pill-red{background:var(--red-bg);color:#9a2b2b}.trk .pill-ai{background:#8bc48b38;color:#2f6b34}.trk .enrich{display:flex;flex-direction:column;gap:14px}.trk .grp.blob{background:var(--bg, #fff);border:1px solid var(--line, #eef0f4);border-radius:12px;box-shadow:var(--blob);padding:16px 18px;margin-bottom:0}.trk .grp.blob>.grp-h{margin-bottom:12px}.trk .enrich-fields{display:flex;flex-wrap:wrap;gap:6px 14px}.trk .enrich-field{display:block;margin-bottom:10px;flex:1 1 100%;min-width:0}.trk .enrich-field.w-third{flex:1 1 calc(33.333% - 14px)}.trk .enrich-field.w-half{flex:1 1 calc(50% - 14px)}.trk .enrich-lbl{display:block;font-size:13px;color:var(--muted, #556);margin-bottom:4px}.trk .req{color:var(--red, #d33)}.trk .enrich-err{display:block;color:var(--red, #d33);font-size:12px;margin-top:3px}.trk .enrich-help{display:block;color:var(--muted, #99a);font-size:12px;margin-top:3px}.trk .enrich-header{position:sticky;top:0;z-index:5;display:flex;flex-direction:column;gap:10px;padding:14px 18px;background:var(--bg, #fff);border:1px solid var(--line, #eef0f4);border-radius:12px;box-shadow:var(--blob)}.trk .enrich-title{font-size:18px;font-weight:700;line-height:1.3;color:var(--ink)}.trk .enrich-footer{position:sticky;bottom:0;z-index:5;padding:12px 18px;background:var(--bg, #fff);border:1px solid var(--line, #eef0f4);border-radius:12px;box-shadow:var(--blob)}.trk .enrich-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.trk .enrich--page{gap:0}.trk .enrich--page>.enrich-header{position:static;border:0;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none;padding:16px 22px}.trk .enrich--page .enrich-title{font-size:18px;font-weight:600}.trk .enrich--page>.groups{padding:18px 22px 60px}.trk .enrich-bar-bottom{padding-top:14px;border-top:1px solid var(--line)}.trk .enrich-ok{color:var(--green, #2a7);font-size:13px}.trk .enrich-domain,.trk .s3-domain{display:flex;align-items:center;gap:8px}.trk .enrich-domain label,.trk .s3-domain label{font-size:13px;color:var(--muted, #556);white-space:nowrap}.trk .enrich-domain .sel,.trk .s3-domain .sel{min-width:200px}.trk .ai-bar{display:flex;align-items:center;gap:10px;padding-top:10px;border-top:1px solid var(--line)}.trk .ai-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1 1 auto}.trk .ai-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--surface-strong);border-radius:9px;background:var(--surface);color:var(--blue-dark);font:500 13px Roboto,sans-serif;cursor:pointer;transition:background .15s,border-color .15s}.trk .ai-btn:hover{background:var(--surface-strong);border-color:var(--blue)}.trk .ai-hint{color:var(--muted);font-size:13px}.trk .ai-btn:disabled{opacity:.55;cursor:default}.trk .ai-btn.ai-clear{color:var(--muted)}.enrich-field.ai-filled>.fld,.enrich-field.ai-filled>.sel>.sel-btn,.obj-field.ai-filled>.fld,.obj-field.ai-filled>.sel>.sel-btn,.enrich-field.ai-filled>.list-ed>.list-row>.fld,.trk .enrich-field.ai-filled>.list-ed>.gdoc-row>.fld{border-color:#60a860d9;box-shadow:0 0 0 2px #8bc48b59;background:#8bc48b12}.enrich-field.ai-filled>.fld:focus,.obj-field.ai-filled>.fld:focus,.enrich-field.ai-filled>.list-ed>.list-row>.fld:focus,.trk .enrich-field.ai-filled>.list-ed>.gdoc-row>.fld:focus{background:transparent}.trk .enrich-field.ai-filled>.switch .switch-track{box-shadow:0 0 0 2px #8bc48b8c}.trk .enrich-field.ai-filled>.fld-multi{border:1px solid rgba(96,168,96,.85);border-radius:8px;padding:8px 10px;background:#8bc48b12}.trk .ai-info{display:flex;flex-direction:column;gap:6px;margin-top:8px;flex-basis:100%}.trk .ai-note{color:#8a5a00;font-size:13px}.trk .ai-raw summary{cursor:pointer;color:var(--muted);font-size:12px}.trk .ai-raw pre{white-space:pre-wrap;max-height:240px;overflow:auto;font-size:12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:8px}.trk .guard-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.trk .guard-modal{background:var(--bg);border-radius:14px;box-shadow:0 24px 60px #1118274d;padding:22px 24px;max-width:440px;width:100%}.trk .guard-modal h3{margin:0;font-size:16px;font-weight:700;color:var(--ink);line-height:1.4;text-align:center}.trk .guard-foot{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:18px}.trk .obj-card .enrich-fields .obj-field{flex:1 1 100%;margin-bottom:8px}.trk .obj-card .enrich-fields .obj-field.w-half{flex:1 1 calc(50% - 14px)}.trk .flatpickr-calendar{border:1px solid var(--line);border-radius:12px;box-shadow:var(--blob);font-family:inherit}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after,.trk .flatpickr-calendar.arrowBottom:before,.trk .flatpickr-calendar.arrowBottom:after{display:none}.trk .flatpickr-months{border-radius:12px 12px 0 0}.trk .flatpickr-months .flatpickr-month,.trk .flatpickr-current-month,.trk .flatpickr-weekday{color:var(--ink)}.trk .flatpickr-months .flatpickr-prev-month,.trk .flatpickr-months .flatpickr-next-month{border-radius:8px;padding:4px 8px;transition:background .15s}.trk .flatpickr-months .flatpickr-prev-month:hover,.trk .flatpickr-months .flatpickr-next-month:hover{background:var(--surface)}.trk .flatpickr-months .flatpickr-prev-month svg,.trk .flatpickr-months .flatpickr-next-month svg{fill:var(--ink-soft)}.trk .flatpickr-months .flatpickr-prev-month:hover svg path,.trk .flatpickr-months .flatpickr-next-month:hover svg path{fill:var(--blue-dark)}.flatpickr-current-month .flatpickr-monthDropdown-months,.trk .flatpickr-current-month input.cur-year{border:1px solid var(--line);border-radius:8px;padding:3px 6px;font-weight:600;background:var(--bg);transition:border-color .15s,box-shadow .15s}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.trk .flatpickr-current-month input.cur-year:focus{border-color:var(--blue);box-shadow:0 0 0 3px #4a90d938;outline:none}.trk .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background:var(--bg);color:var(--ink)}.trk .flatpickr-day:hover{background:var(--surface-strong);border-color:var(--surface-strong)}.trk .flatpickr-day.today{border-color:var(--blue)}.trk .flatpickr-day.selected,.trk .flatpickr-day.selected:hover{background:var(--blue);border-color:var(--blue);color:#fff}.trk .flatpickr-time{border-top:1px solid var(--line)}.trk .flatpickr-time input:hover,.trk .flatpickr-time input:focus{background:var(--surface)}.trk .flatpickr-time .numInputWrapper span.arrowUp:hover:after{border-bottom-color:var(--blue)}.trk .flatpickr-time .numInputWrapper span.arrowDown:hover:after{border-top-color:var(--blue)}.trk .tender-row{display:block;width:100%;text-align:left;border:none;background:none;padding:10px 12px;border-bottom:1px solid var(--border, #eef);cursor:pointer;font:inherit}.trk .tender-row.on{background:var(--surface-2, #eef2f8)}.trk .tender-row-title{font-weight:600;font-size:14px}.trk .tender-row-sub{color:var(--muted, #778);font-size:12px;margin-top:2px}.trk .dl-red{color:var(--red);font-weight:600}.trk .dl-yellow{color:var(--amber);font-weight:600}.trk .dl-normal{color:var(--muted)}.trk .cl-panel{display:flex;flex-direction:column;gap:10px}.trk .cl-panel-head{display:flex;align-items:center;justify-content:space-between}.trk .cl-panel-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.trk .cl-loading{color:var(--muted);font-size:13px}.trk .cl-empty{color:var(--muted);font-size:13px;padding:4px 0}.trk .chk-edit-toggle{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:var(--bg);color:var(--muted);cursor:pointer;display:inline-grid;place-items:center;transition:all .14s}.trk .chk-edit-toggle:hover{border-color:var(--blue);color:var(--blue-dark);background:var(--surface-strong)}.trk .chk-edit-toggle.on{border-color:var(--blue);color:#fff;background:var(--blue)}.trk .chk-sidebar-placeholder{color:var(--muted);font-size:13px;padding:6px 0}.trk .checklist{border:1px solid var(--line);border-radius:10px;background:#fcfdfe;overflow:hidden}.trk .checklist.is-open{background:var(--bg)}.trk .checklist-summary{width:100%;border:0;background:none;cursor:pointer;text-align:left;padding:10px 12px;display:flex;flex-direction:column;gap:6px;font:inherit}.trk .checklist-summary-head{display:flex;align-items:center;gap:8px}.trk .checklist-caret{color:var(--blue);font-size:11px;transition:transform .15s ease}.trk .checklist:not(.is-open) .checklist-caret{transform:rotate(-90deg)}.trk .checklist-title{font-weight:600;font-size:13px;color:var(--ink);flex:1 1 auto;min-width:0}.trk .checklist-badge{font-size:10px;padding:1px 6px;border-radius:999px;flex:0 0 auto;background:var(--surface-strong);color:var(--blue-dark);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.trk .checklist-progress{display:flex;align-items:center;gap:8px}.trk .progress-text{font-size:11px;color:var(--muted);flex:0 0 auto}.trk .progress-bar{flex:1 1 auto;height:5px;border-radius:3px;background:#e8edf3;overflow:hidden}.trk .progress-bar>span{display:block;height:100%;background:var(--green);border-radius:3px;transition:width .3s ease}.trk .checklist-body{padding:4px 12px 12px;border-top:1px solid var(--line)}.trk .checklist-group+.checklist-group{margin-top:6px}.trk .checklist-group-title{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:8px 0 4px}.trk .checklist-items{list-style:none;padding:0;margin:0}.trk .checklist-item{padding:6px 0;border-bottom:1px solid var(--line)}.trk .checklist-item:last-child{border-bottom:none}.trk .checklist-item label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px}.trk .checklist-item input[type=checkbox]{margin-top:2px;accent-color:var(--blue);width:15px;height:15px;flex:0 0 auto}.trk .checklist-item label>span{color:var(--text);word-break:break-word;transition:color .3s ease,text-decoration-color .3s ease;text-decoration:line-through transparent;text-decoration-thickness:1.5px}.trk .checklist-item.is-done label>span{color:var(--muted);text-decoration-color:currentColor}.trk .item-desc{font-size:12px;color:var(--muted);margin:2px 0 0 23px;white-space:pre-wrap}.trk .checklist-item.is-done .item-desc{text-decoration:line-through}.trk .chk-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#11182773;display:flex;align-items:center;justify-content:center;padding:24px}.trk .chk-modal-card{width:min(560px,100%);max-height:86vh;background:var(--bg);border-radius:16px;box-shadow:0 24px 60px #11182747;display:flex;flex-direction:column;overflow:hidden}.trk .chk-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line)}.trk .chk-modal-head h2{margin:0;font-size:17px;font-weight:700;color:var(--ink)}.trk .chk-modal-close{border:0;background:none;cursor:pointer;font-size:22px;line-height:1;color:var(--muted);width:32px;height:32px;border-radius:8px}.trk .chk-modal-close:hover{background:var(--red-bg);color:var(--red)}.trk .chk-modal-body{padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.trk .chk-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--line)}.trk .cl-modal-hint{font-size:12px;color:var(--muted)}.trk .chk-edit-block{border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--surface);display:flex;flex-direction:column;gap:10px}.trk .chk-edit-head{display:flex;align-items:center;gap:8px}.trk .checklist-title-edit{flex:1 1 auto;font-size:14px;font-weight:600}.trk .chk-rebuild-btn{flex:0 0 auto;white-space:nowrap}.trk .chk-del-btn,.trk .chk-item-del-btn{flex:0 0 auto;width:26px;height:26px;border-radius:7px;border:1px solid var(--line);background:var(--bg);color:var(--muted);cursor:pointer;font-size:16px;line-height:1}.trk .chk-del-btn:hover,.trk .chk-item-del-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-bg)}.trk .chk-edit-items{display:flex;flex-direction:column;gap:10px}.trk .chk-item-edit{display:flex;flex-direction:column;gap:6px}.trk .chk-item-edit-head{display:flex;align-items:center;gap:6px}.trk .chk-item-title-edit{flex:1 1 auto;font-size:13px}.trk .chk-item-desc-edit{font-size:12px;min-height:44px}.trk .chk-add-item,.trk .chk-new-checklist{display:flex;align-items:center;gap:8px}.trk .chk-new-checklist{margin-top:2px}.trk .chk-add-item-input,.trk .chk-new-checklist-input{flex:1 1 auto;font-size:13px}.trk .chk-confirm-btn{flex:0 0 auto;width:30px;height:30px;border-radius:8px;border:0;cursor:pointer;background:var(--blue);color:#fff;display:inline-grid;place-items:center;transition:background .14s,transform .1s}.trk .chk-confirm-btn:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-1px)}.trk .chk-confirm-btn:disabled{opacity:.5;cursor:default}.trk .lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:zoom-out}.trk .lightbox-img{max-width:92vw;max-height:92vh;cursor:default;border-radius:6px}.trk .mention-chip{background:var(--accent-soft, var(--surface-strong));color:var(--accent, var(--blue-dark));border-radius:4px;padding:0 4px;font-weight:500}.trk .chat{display:flex;flex-direction:column;height:100%;min-height:0;border:1px solid var(--line);border-radius:8px;background:var(--bg);overflow:hidden}.trk .chat-list{flex:1;overflow-y:auto;min-height:0;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.trk .chat-loading,.trk .chat-empty{color:var(--muted);font-size:13px;text-align:center;padding:20px 0}.trk .chat-msg{display:flex;gap:8px;align-items:flex-start;padding:3px 0;max-width:100%}.trk .chat-msg--own{flex-direction:row-reverse}.trk .chat-msg-body{flex:0 1 auto;min-width:0;max-width:72%;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:6px 10px}.trk .chat-msg--own .chat-msg-body{background:var(--surface-strong);border-color:transparent}.trk .chat-msg--own .chat-msg-meta{flex-direction:row-reverse}.trk .chat-msg--own .chat-msg-actions{margin-left:0;margin-right:6px}.trk .chat-msg--system{justify-content:center;padding:6px 0}@keyframes chatMsgInRight{0%{opacity:0;transform:translate(18px) scale(.97)}to{opacity:1;transform:none}}@keyframes chatMsgInLeft{0%{opacity:0;transform:translate(-18px) scale(.97)}to{opacity:1;transform:none}}@keyframes chatMsgInFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.trk .chat-msg--enter.chat-msg--own{animation:chatMsgInRight .28s cubic-bezier(.22,1,.36,1)}.trk .chat-msg--enter.chat-msg--theirs{animation:chatMsgInLeft .28s cubic-bezier(.22,1,.36,1)}.trk .chat-msg--enter.chat-msg--system{animation:chatMsgInFade .3s ease}@media(prefers-reduced-motion:reduce){.trk .chat-msg--enter{animation:none!important}}.trk .chat-system-body{max-width:80%;text-align:center;font-size:12.5px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:6px 12px}.trk .chat-system-time{display:block;font-size:11px;opacity:.7;margin-top:2px}.trk .tender-cancelled-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:8px;font-size:11px;font-weight:600;color:#fff;background:var(--muted);vertical-align:middle}.trk .chat-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff;flex:0 0 auto}.trk .chat-avatar-unknown{background:var(--muted)}.trk .chat-avatar--brand{font-size:26px;background:none}.trk .avatar-img{object-fit:cover;background:var(--surface-strong, #eef)}.trk .team-name-cell{display:inline-flex;align-items:center;gap:8px}.trk .chat-msg-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:2px;flex-wrap:wrap}.trk .chat-author{font-size:13px;font-weight:600;color:var(--ink)}.trk .chat-time{font-size:11px;color:var(--muted)}.trk .chat-edited{font-style:italic}.trk .chat-deleted{font-size:13px;color:var(--muted);font-style:italic}.trk .msg-body{font-size:13px;color:var(--text);word-break:break-word;white-space:pre-wrap}.trk .chat-md-quote{margin:3px 0;padding:2px 8px;border-left:3px solid var(--blue);background:var(--surface);border-radius:0 4px 4px 0;color:var(--text-soft)}.trk .chat-msg--own .chat-md-quote{background:var(--bg)}.trk .chat-composer{flex:0 0 auto;border-top:1px solid var(--line);padding:8px 10px;display:flex;align-items:flex-end;gap:8px;background:var(--bg)}.trk .chat-textarea{flex:1;resize:none;font-size:13px;min-height:40px;max-height:120px;overflow-y:auto;line-height:1.45}.trk .chat-send-btn{flex:0 0 auto;align-self:flex-end}.trk .chat-send-err{font-size:12px;color:var(--red)}.trk .chat-msg-actions{display:inline-flex;gap:6px;margin-left:6px;opacity:0;transition:opacity .12s}.trk .chat-msg:hover .chat-msg-actions{opacity:1}.trk .chat-action-btn{background:none;border:none;padding:0 4px;font-size:11px;cursor:pointer;color:var(--muted);border-radius:4px;line-height:1.6}.trk .chat-action-btn:hover{color:var(--blue-dark);background:var(--surface)}.trk .chat-action-danger:hover{color:var(--red);background:var(--red-bg)}.trk .chat-composer-wrap{flex:0 0 auto;display:flex;flex-direction:column;border-top:1px solid var(--line)}.trk .chat-composer-wrap .chat-composer{border-top:none}.trk .chat-reply-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 10px;background:var(--surface-strong);border-bottom:1px solid var(--line);font-size:12px;color:var(--text-soft)}.trk .chat-reply-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trk .chat-reply-preview{color:var(--muted)}.trk .chat-reply-close{background:none;border:none;cursor:pointer;color:var(--muted);font-size:14px;line-height:1;padding:0 2px;flex:0 0 auto}.trk .chat-reply-close:hover{color:var(--red)}.trk .chat-quote-preview{border-left:3px solid var(--blue);padding:2px 8px;margin-bottom:4px;background:var(--surface);border-radius:0 4px 4px 0;font-size:12px;display:flex;flex-direction:column;gap:1px}.trk .chat-quote-author{font-weight:600;color:var(--blue-dark)}.trk .chat-quote-body{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trk .mention-dropdown{list-style:none;margin:0;padding:4px;background:var(--bg);border:1px solid var(--line);border-bottom:none;border-radius:6px 6px 0 0;box-shadow:0 -4px 12px #00000014;max-height:180px;overflow-y:auto}.trk .mention-dropdown-item{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:4px;cursor:pointer;font-size:13px;color:var(--text)}.trk .mention-dropdown-item:hover{background:var(--surface-strong)}.trk .mention-dropdown-avatar{width:20px;height:20px;font-size:9px;flex:0 0 auto}.trk .chat-inline-edit{display:flex;flex-direction:column;gap:4px;margin-top:2px}.trk .chat-inline-textarea{font-size:13px;min-height:56px;resize:vertical}.trk .chat-inline-edit-actions{display:flex;align-items:center;gap:6px}.trk .chat-attachments{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.trk .chat-img{max-width:220px;max-height:220px;border-radius:6px;cursor:zoom-in;object-fit:cover;display:block}.trk .chat-file-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--blue-dark);background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:3px 8px;text-decoration:none}.trk .chat-file-link:hover{background:var(--surface-strong);text-decoration:none}.trk .chat-file-chip{display:inline-flex;align-items:center;gap:2px;font-size:12px;background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:2px 4px 2px 8px}.trk .chat-file-name{border:0;background:none;cursor:pointer;font:inherit;font-size:12px;color:var(--blue-dark);padding:0;text-align:left}.trk .chat-file-name:hover{text-decoration:underline}.trk .chat-file-dl{display:inline-grid;place-items:center;color:var(--muted);padding:2px 4px;border-radius:5px}.trk .chat-file-dl:hover{color:var(--blue-dark);background:var(--surface-strong)}.trk .chat-pending-chips{display:flex;flex-wrap:wrap;gap:6px;padding:6px 10px;border-top:1px solid var(--line);background:var(--surface)}.trk .chat-pending-chip{display:inline-flex;align-items:center;gap:4px;max-width:200px;background:var(--surface-strong);border:1px solid var(--line);border-radius:14px;padding:2px 6px 2px 10px;font-size:12px;color:var(--text-soft)}.trk .chat-pending-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.trk .chat-pending-chip-remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:11px;line-height:1;padding:0 2px;flex:0 0 auto;border-radius:50%}.trk .chat-pending-chip-remove:hover{color:var(--red);background:var(--red-bg)}.trk .chat-toolbar{display:flex;align-items:center;gap:2px;padding:4px 8px 0}.trk .chat-tool{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:none;color:var(--muted);border-radius:6px;cursor:pointer;font-size:13px}.trk .chat-tool:hover{color:var(--blue-dark);background:var(--surface)}.trk .chat-toolbar-sep{width:1px;height:18px;background:var(--line);margin:0 4px;flex:0 0 auto}.trk .chat-hint{font-size:11px;color:var(--muted);margin-left:auto}.trk .mention-dropdown-item.is-active{background:var(--surface-strong)}.trk .chat-quote-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:grid;place-items:center;z-index:60}.trk .chat-quote-modal{background:var(--bg);border-radius:12px;padding:16px;width:min(440px,92vw);box-shadow:0 12px 40px #0003;display:flex;flex-direction:column;gap:10px}.trk .chat-quote-modal h3{margin:0;font-size:15px}.trk .chat-quote-modal textarea{width:100%;resize:vertical;font-size:13px;min-height:110px}.trk .chat-quote-modal-actions{display:flex;justify-content:flex-end;gap:8px}.trk .team-chat-view{display:flex;flex-direction:column;height:100%;padding:0 20px;max-width:900px;margin:0 auto;width:100%}.trk .team-chat-header{padding:16px 0 8px;border-bottom:1px solid var(--line);flex:0 0 auto}.trk .team-chat-title{margin:0;font-size:18px;font-weight:700;color:var(--ink)}.trk .archive-view{padding:16px}.trk .archive-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.trk .archive-head-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.trk .archive-title{margin:0;font-size:18px;font-weight:700;color:var(--ink)}.trk .archive-pills{display:flex;gap:8px;flex-wrap:wrap}.trk .archive-profile{max-width:960px}.trk .archive-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 24px;text-align:center}.trk .archive-empty p{color:var(--muted);font-size:15px;margin:0}.trk .archive-docs{display:flex;flex-direction:column;gap:16px}.trk .arch-group-h{display:flex;align-items:center;gap:8px;margin-bottom:6px}.trk .arch-group-tools{margin-left:auto;display:flex;gap:6px}.trk .arch-item{border:1px solid var(--border, #e2e2e2);border-radius:6px;padding:8px;margin:6px 0}.trk .arch-item-h{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.trk .arch-item-name{font-weight:500}.trk .archive-body{display:flex;flex-direction:column}.trk .fld-inline{max-width:200px}.trk .arch-periods{margin-top:6px;padding-left:8px;border-left:2px solid var(--border, #e2e2e2)}.trk .arch-period{margin:6px 0}.trk .arch-period-h{display:flex;align-items:center;gap:8px}.trk .arch-period-tools{margin-left:auto;display:flex;gap:6px}.trk .maindocs{display:flex;flex-direction:column;gap:12px}.trk .md-field{background:var(--bg);border-radius:12px;box-shadow:var(--blob);padding:12px 16px}.trk .md-field-h{display:flex;align-items:center;gap:10px;margin-bottom:4px}.trk .md-field-name{font-weight:600;color:var(--ink)}.trk .md-field-del{margin-left:auto}.trk .md-dot{width:10px;height:10px;border-radius:50%;flex:none;box-shadow:inset 0 0 0 1px #0000000f}.trk .md-dot--grey{background:#d7dbe3}.trk .md-dot--green{background:var(--green);box-shadow:0 0 0 3px var(--green-bg)}.trk .md-dot--yellow{background:var(--amber);box-shadow:0 0 0 3px var(--amber-bg)}.trk .md-dot--red{background:var(--red);box-shadow:0 0 0 3px var(--red-bg)}.trk .md-file{display:flex;align-items:center;gap:8px;padding:6px 0;border-top:1px solid var(--line)}.trk .md-field-h+.md-file{border-top:0}.trk .md-file.is-archived{opacity:.58}.trk .md-file .doc-ic{width:30px;height:30px;font-size:10px;flex:none}.trk .md-file-name{font-size:13px;flex:0 1 auto;min-width:0;word-break:break-word}.trk .md-arch-pill{flex:none;background:var(--surface-strong);color:var(--muted)}.trk .md-expiry{flex:none;font-size:12px;color:var(--muted);white-space:nowrap}.trk .md-expiry.is-soon{color:var(--amber);font-weight:600}.trk .md-expiry.is-expired{color:var(--red);font-weight:600}.trk .md-resp{flex:none;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--muted)}.trk .md-file .doc-act{flex:none}.trk .maindocs-foot{margin-top:4px}.trk .md-egrul-msg{font-size:12px;color:var(--muted);margin:2px 0 6px;padding-left:20px}.trk .btn-decline:hover:not(:disabled){background:#b83d3d;color:#fff}.trk .exp-tab{display:flex;flex-direction:column;gap:12px}.trk .exp-blob{background:var(--bg);border-radius:12px;box-shadow:var(--blob);padding:12px 16px}.trk .exp-stats{display:flex;gap:22px;flex-wrap:wrap;align-items:center;font-size:13px;color:var(--text-soft)}.trk .exp-stats b{color:var(--ink);font-size:15px}.trk .exp-controls{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.trk .exp-search{flex:1 1 220px;min-width:180px}.trk .exp-ctl{display:flex;flex-direction:column;gap:4px;font-size:11.5px;color:var(--muted)}.trk .exp-ctl .input{min-width:120px}.trk .exp-msel{min-width:170px;max-width:260px}.trk .exp-addrow{display:flex}.trk .range-date{position:relative;display:inline-flex;align-items:center}.trk .range-date .input{min-width:210px;padding-right:30px}.trk .range-clear{position:absolute;right:5px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:20px;height:20px;border:0;border-radius:50%;background:var(--surface-strong);cursor:pointer;color:var(--text-soft);font-size:12px;line-height:1}.trk .range-clear:hover{background:var(--red-bg);color:var(--red)}.trk .exp-ctl-sort{margin-left:auto}.trk .exp-modal{width:min(96vw,880px);max-height:90vh;overflow-y:auto}.trk .exp-drops{display:flex;gap:12px;margin-bottom:8px}.trk .exp-drops>.dz-field{flex:1 1 0;min-width:0}.trk .exp-form-grid{display:flex;gap:12px}.trk .exp-form-grid>.field{flex:1 1 0}@media(max-width:720px){.trk .exp-drops,.trk .exp-form-grid{flex-direction:column}}.trk .dz-field{display:flex;flex-direction:column}.trk .dz-list{display:flex;flex-direction:column;gap:3px;margin-top:6px}.trk .dz-list-row{display:flex;align-items:center;gap:6px;font-size:12px;background:var(--surface);border-radius:6px;padding:3px 6px}.trk .dz-list-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trk .exp-contract{padding:0;overflow:hidden}.trk .exp-c-head{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:0;cursor:pointer;text-align:left;font:inherit}.trk .exp-c-head:hover{background:var(--surface)}.trk .exp-caret{color:var(--muted);transition:transform .15s;flex:none}.trk .exp-caret.is-open{transform:rotate(90deg)}.trk .exp-c-title{font-weight:600;color:var(--ink);flex:none}.trk .exp-c-mid{flex:1 1 auto;min-width:0;display:flex;align-items:baseline;gap:8px;overflow:hidden}.trk .exp-c-cust{color:var(--text-soft);font-size:13px;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trk .exp-c-subject{color:var(--muted);font-size:12.5px;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trk .exp-c-subject:before{content:"· "}.trk .exp-c-sums{font-size:12.5px;color:var(--muted);flex:none;white-space:nowrap}.trk .exp-c-sums b{color:var(--ink)}.trk .exp-c-actbadge{font-size:12px;color:var(--muted);flex:none}.trk .exp-c-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;color:var(--muted);flex:none}.trk .exp-c-icon:hover{background:var(--surface-strong);color:var(--ink)}.trk .exp-c-del:hover{background:var(--red-bg);color:var(--red)}.trk .exp-act-acts{display:inline-flex;gap:4px}.trk .exp-c-body{padding:4px 16px 14px;border-top:1px solid var(--line)}.trk .exp-c-meta{font-size:13px;color:var(--text-soft);margin:10px 0;display:flex;flex-direction:column;gap:4px}.trk .exp-lbl{color:var(--muted);font-weight:600}.trk .plat-tab{display:flex;flex-direction:column;gap:12px}.trk .plat-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.trk .plat-subtabs{display:flex;gap:6px}.trk .plat-controls .exp-search{flex:1 1 200px}.trk .plat-blob{padding:10px 14px;overflow-x:auto}.trk .plat-site-h{display:flex;align-items:center;gap:10px;margin-bottom:6px}.trk .plat-site-name{font-weight:600;font-size:14.5px;color:var(--ink);flex:1 1 auto;max-width:420px}.trk .plat-table{width:100%;border-collapse:collapse;font-size:13px}.trk .plat-table th{text-align:left;font-size:11.5px;font-weight:600;color:var(--muted);padding:4px 6px;white-space:nowrap;border-bottom:1px solid var(--line)}.trk .plat-table td{padding:3px 6px;vertical-align:middle;border-bottom:1px solid var(--line)}.trk .plat-table tr:last-child td{border-bottom:0}.trk .plat-col-name{min-width:220px}.trk .plat-col-tgl{width:118px}.trk .plat-col-pass{width:190px}.trk .plat-name{display:inline-block;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.trk .plat-link{color:var(--blue-dark);text-decoration:none}.trk .plat-link:hover{text-decoration:underline}.trk .plat-cell{width:100%;box-sizing:border-box;padding:5px 7px;border:1px solid transparent;border-radius:7px;background:transparent;font:inherit;color:var(--text)}.trk .plat-cell:hover{border-color:var(--line)}.trk .plat-cell:focus{outline:none;border-color:var(--blue);background:var(--bg);box-shadow:0 0 0 3px #4a90d92e}.trk .plat-cell::placeholder{color:var(--muted)}.trk .plat-sel .sel-btn{padding:4px 8px;font-size:13px;min-height:30px}.trk .plat-pass{position:relative;display:flex;align-items:center;gap:2px}.trk .plat-log{position:absolute;z-index:60;top:calc(100% + 4px);right:0;min-width:220px;padding:6px;background:var(--bg);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.trk .plat-log-h{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.3px;padding:2px 6px 4px}.trk .plat-log-row{display:flex;justify-content:space-between;gap:10px;padding:3px 6px;font-size:12.5px}.trk .plat-log-v{color:var(--muted);white-space:nowrap}.trk .plat-log-v.is-current{color:var(--blue-dark);font-weight:600}.trk .plat-log-empty{padding:3px 6px;font-size:12.5px;color:var(--muted)}.trk .exp-c-tags{display:flex;flex-direction:column;gap:4px;margin:8px 0;font-size:13px}.trk .exp-tagrow{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.trk .exp-tag{padding:1px 8px;border-radius:999px;background:var(--surface-strong);color:var(--text-soft);font-size:12px;line-height:18px}.trk .exp-fgroup{margin:8px 0}.trk .exp-fgroup-h{display:flex;align-items:center;gap:8px;margin-bottom:2px}.trk .exp-acts{margin-top:12px}.trk .exp-acts-h{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--ink);margin-bottom:6px}.trk .exp-acts-table{width:100%;border-collapse:collapse;font-size:13px}.trk .exp-acts-table th{text-align:left;font-size:11.5px;color:var(--muted);font-weight:600;padding:4px 8px;border-bottom:1px solid var(--line)}.trk .exp-acts-table td{padding:6px 8px;border-bottom:1px solid var(--line);vertical-align:top}.trk .exp-actfiles{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.trk .exp-chip{display:inline-flex;align-items:center;gap:4px;max-width:260px;background:var(--surface);border-radius:7px;padding:2px 4px 2px 8px}.trk .exp-chip-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.trk .doc-act-sm{width:24px;height:24px;font-size:12px}.trk .exp-up-sm{padding:3px 8px;font-size:12px}.trk .rec-group{margin:8px 0}.trk .rec-group-h{margin-bottom:3px}.trk .acc-settings{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.trk .acc-settings .input{min-width:200px}.trk .acc-kind{font-size:12px;color:var(--muted);padding-bottom:8px}.trk .acc-note{font-size:12px;color:var(--muted);margin:-2px 0 8px}.trk .acc-hint{font-size:12px;color:var(--muted);line-height:1.5;margin:10px 0 4px;padding:10px 12px;background:var(--surface);border-radius:10px}.trk .acc-period{padding:6px 0 6px 10px;border-left:2px solid var(--line);margin:6px 0}.trk .acc-period-h{display:flex;align-items:center;gap:10px}.trk .acc-period-label{font-weight:600;color:var(--ink);font-size:13px}.trk .acc-period-date{font-size:12px;color:var(--muted)}.trk .acc-period-tools{margin-left:auto;display:inline-flex;align-items:center;gap:6px}.trk .upload-modal{width:min(94vw,460px)}.trk .upload-sub{font-size:13px;color:var(--muted);margin:0 0 14px}.trk .field-help{font-size:11.5px;color:var(--muted);line-height:1.4}.trk .dropzone{border:1.5px dashed #c7cfdb;border-radius:12px;background:var(--surface);padding:22px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;cursor:pointer;transition:border-color .14s,background .14s;margin-bottom:16px}.trk .dropzone:hover{border-color:var(--blue)}.trk .dropzone.is-drag{border-color:var(--blue);background:var(--surface-strong)}.trk .dropzone.has-file{border-style:solid;border-color:var(--green);background:var(--green-bg)}.trk .dropzone-hint{font-size:13px;color:var(--muted)}.trk .dropzone-file{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.trk .dropzone-name{font-size:13px;font-weight:600;color:var(--ink);word-break:break-all}.trk .auth-card{max-width:360px;margin:80px auto;padding:32px 28px;background:var(--bg);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.trk .auth-card h1{margin:0 0 4px;font-size:20px;color:var(--ink)}.trk .auth-card p{margin:0;font-size:13px;color:var(--muted)}.trk .auth-card input{width:100%;padding:9px 10px;border:1px solid var(--line);border-radius:7px;font:inherit;font-size:14px}.trk .auth-card button[type=submit]{width:100%;padding:10px;background:var(--blue);color:#fff;border:none;border-radius:8px;font:600 14px Roboto,sans-serif;cursor:pointer}.trk .auth-card button[type=submit]:hover{background:var(--blue-dark)}.trk .auth-error{color:var(--red);font-size:13px}.trk .profile-page{padding:24px;max-width:560px}.trk .profile-page h1{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:16px}.trk .profile-page h2{font-size:16px;font-weight:600;color:var(--ink);margin:24px 0 10px}.trk .profile-page form{display:flex;flex-direction:column;gap:10px}.profile-page input[type=text],.trk .profile-page input:not([type=color]):not([type=submit]):not([type=button]){padding:8px 10px;border:1px solid var(--line);border-radius:7px;font:inherit}.trk .profile-page input[type=color]{width:48px;height:36px;border:1px solid var(--line);border-radius:6px;cursor:pointer}.trk .profile-msg{margin-top:8px;color:var(--green);font-size:13px}.trk .team-page{padding:24px}.trk .team-page h1{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:16px}.trk .team-page form{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.trk .team-page form input{padding:8px 10px;border:1px solid var(--line);border-radius:7px;font:inherit}.trk .team-page table{width:100%;border-collapse:collapse;font-size:13px}.trk .team-page th,.trk .team-page td{border:1px solid var(--line);padding:7px 10px;text-align:left}.trk .team-page th{background:var(--surface);font-weight:600;color:var(--ink-soft)}.trk .invite-link{display:flex;align-items:center;gap:8px;margin-bottom:14px}.trk .invite-link input{flex:1;padding:8px 10px;border:1px solid var(--line);border-radius:7px;font:inherit;font-size:13px}.trk .lh-card{padding:16px 18px;margin-bottom:14px}.trk .lh-card-h h3{margin:0 0 2px;font-size:15px;color:var(--ink)}.trk .lh-card-sub{font-size:12.5px;color:var(--muted)}.trk .lh-card-grid{display:flex;gap:18px;margin-top:12px;flex-wrap:wrap}.trk .lh-logo-box{flex:0 0 190px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.trk .lh-logo{max-width:180px;max-height:90px;object-fit:contain;border:1px solid var(--line);border-radius:8px;padding:6px;background:#fff}.trk .lh-logo-empty{width:180px;height:90px;border:1px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px}.trk .lh-fields{flex:1;min-width:260px;display:flex;flex-direction:column;gap:10px}.trk .lh-req{resize:vertical;font-family:inherit}.trk .lh-counter{max-width:260px}.trk .lh-saved{color:var(--green);font-size:13px;font-weight:600}.trk .sg-err{font-size:12.5px;color:#9a2b2b;background:var(--red-bg);border-radius:9px;padding:7px 11px;margin-top:10px}.trk .sg-stamp{display:flex;gap:14px;align-items:flex-start;margin-top:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.trk .sg-stamp-acts{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.trk .sg-img{max-height:70px;max-width:150px;object-fit:contain;background:var(--surface);border-radius:8px;padding:4px}.trk .sg-img-empty{display:grid;place-items:center;height:70px;min-width:150px;background:var(--surface);border-radius:8px;font-size:12px;color:var(--muted)}.trk .sg-row{display:flex;gap:18px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid var(--line)}.trk .sg-fields{flex:1 1 280px;display:flex;flex-direction:column;gap:8px}.trk .sg-variants{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.trk .sg-variant{position:relative}.trk .sg-x{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border:0;border-radius:50%;background:var(--ink);color:#fff;font-size:11px;cursor:pointer}.trk .sg-acts{flex:1 1 100%;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.trk .sg-default{display:flex;gap:6px;align-items:center;font-size:12.5px;color:var(--text-soft);cursor:pointer}.trk .sg-del{color:var(--red)}.trk .sg-fit{display:block;width:100%;margin-top:4px;border:0;background:none;font-size:11px;color:var(--blue-dark);cursor:pointer;text-decoration:underline}.trk .sf-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182766;z-index:90;display:grid;place-items:center}.trk .sf-modal{background:var(--bg);border-radius:14px;padding:18px 20px;width:min(520px,94vw);box-shadow:0 24px 60px #00000040}.trk .sf-head{display:flex;align-items:center;gap:10px}.trk .sf-head h3{margin:0;flex:1;font-size:15px;color:var(--ink)}.trk .sf-close{border:0;background:none;font-size:20px;color:var(--muted);cursor:pointer}.trk .sf-note{font-size:12.5px;color:var(--muted);margin:6px 0 14px}.trk .sf-stage{position:relative;height:150px;margin:0 auto 14px;background:#fff;border:1px dashed #d1d5db;border-radius:8px;overflow:hidden}.trk .sf-line{position:absolute;left:8%;right:8%;bottom:46px;border-bottom:1px solid #6b7280}.trk .sf-hint{position:absolute;left:0;right:0;bottom:22px;text-align:center;font-size:10.5px;font-style:italic;color:var(--muted)}.trk .sf-sign{position:absolute;cursor:grab;-webkit-user-select:none;user-select:none}.trk .sf-sign:active{cursor:grabbing}.trk .sf-controls{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.trk .sf-range{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--text-soft)}.trk .sf-range input{flex:1}.trk .sf-coords{font-size:12px;color:var(--muted)}.trk .sf-foot{display:flex;gap:10px;justify-content:flex-end}.trk .set-page-head{padding:16px 20px;flex:0 0 auto}.trk .set-page-head h2{margin:0;font-size:18px;font-weight:700;color:var(--ink)}.trk .set-view{display:flex;flex-direction:column;gap:16px;max-width:760px}.trk .set-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--blob);padding:20px 22px;display:flex;flex-direction:column;gap:14px}.trk .set-card>h3,.trk .set-h{margin:0;font-size:16px;font-weight:700;color:var(--ink)}.trk .set-intro{margin:0;font-size:13px;line-height:1.55;color:var(--muted)}.trk .set-intro code{background:var(--surface);padding:0 4px;border-radius:4px}.trk .set-sep{border:none;border-top:1px solid var(--line);margin:2px 0}.trk .set-card .field{margin-bottom:0}.trk .set-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.trk .set-ok{color:var(--green);font-size:13px}.trk .lic-version{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.trk .lic-version b{font-size:18px;color:var(--ink)}.trk .lic-badge{font-size:12px;font-weight:600;padding:3px 11px;border-radius:14px;white-space:nowrap}.trk .lic-badge--ok{background:var(--green-bg);color:#0f6e4a}.trk .lic-badge--update{background:var(--amber-bg);color:#8a5a12}.trk .set-subtabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px}.trk .set-subtab{border:1px solid var(--line);background:#fff;cursor:pointer;font:inherit;padding:7px 14px;border-radius:10px;color:var(--muted);font-weight:500;transition:background .14s,color .14s,border-color .14s}.trk .set-subtab:hover{background:var(--surface);color:var(--text-soft)}.trk .set-subtab.is-active{background:var(--surface-strong);color:var(--blue-dark);border-color:transparent;font-weight:600}.trk .users-add{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.trk .users-add .input,.trk .users-add .set-select{min-width:150px;flex:1 1 150px}.trk .set-select{border:1px solid #d1d5db;border-radius:10px;padding:10px 13px;font:400 14px Roboto,sans-serif;background:#fff;color:var(--text)}.trk .users-invite{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;background:var(--surface-strong);border-radius:10px;font-size:13px}.trk .users-invite input{flex:1 1 220px;min-width:0}.trk .users-invite small{flex-basis:100%;color:var(--muted)}.trk .users-table{width:100%;border-collapse:collapse;font-size:13px}.trk .users-table th{text-align:left;font-weight:600;color:var(--muted);padding:8px 10px;border-bottom:1px solid var(--line);white-space:nowrap}.trk .users-table td{padding:8px 10px;border-bottom:1px solid var(--line);vertical-align:middle}.trk .users-table tr:last-child td{border-bottom:none}.trk .users-row-actions{display:flex;gap:6px;flex-wrap:wrap}.trk .users-status{font-size:12px;padding:2px 9px;border-radius:12px;font-weight:600;white-space:nowrap}.trk .users-status--active{background:var(--green-bg);color:#0f6e4a}.trk .users-status--disabled{background:var(--surface);color:var(--muted)}.trk .users-owner-badge{font-size:12px;font-weight:600;color:var(--blue-dark)}.trk .roles-grid{display:flex;flex-direction:column;gap:8px}.trk .roles-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.trk .roles-row.is-selected{border-color:var(--blue);background:var(--surface-strong)}.trk .roles-row-name{font-weight:600;color:var(--ink);border:0;background:none;cursor:pointer;font:inherit;padding:0}.trk .roles-row-name:hover{color:var(--blue-dark)}.trk .roles-badge{font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);background:var(--surface-strong);border-radius:8px;padding:2px 8px}.trk .roles-count{font-size:12px;color:var(--muted);margin-left:auto}.trk .roles-lock{font-size:13px;color:var(--muted)}.trk .role-perm-groups{display:flex;flex-direction:column;gap:14px}.trk .role-perm-group{border:1px solid var(--line);border-radius:12px;padding:12px 14px}.trk .role-perm-group legend,.trk .role-perm-group-h{font-size:13px;font-weight:700;color:var(--ink-soft);padding:0;margin-bottom:8px}.trk .role-perm-list{display:flex;flex-wrap:wrap;gap:8px 18px}.trk .role-perm-check{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-soft);cursor:pointer}.trk .role-perm-check input{width:16px;height:16px;accent-color:var(--blue)}.trk .license-changelog{background:var(--blob, #fff);border-radius:12px;padding:4px 14px}.trk .license-changelog .md-h{margin:12px 0 6px}.trk .license-changelog .md-ul{margin:4px 0 10px;padding-left:20px}.trk .license-changelog .md-p{margin:8px 0}.trk .license-changelog code{background:#eef2f7;border-radius:5px;padding:1px 5px;font-size:12px}.trk .upd-auto{display:flex;align-items:center;gap:8px;margin:14px 0;cursor:pointer}.trk .upd-auto input{width:16px;height:16px;accent-color:var(--blue)}.trk .upd-modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:50}.trk .upd-modal{background:#fff;border-radius:16px;padding:22px;max-width:440px;width:90%;box-shadow:0 18px 50px #0f172a40}.trk .upd-modal h3{margin:0 0 10px}.trk .upd-modal p{color:var(--text-soft, #475569);margin:0 0 16px}.trk .upd-hint{margin:14px 0;padding:12px 14px;border-radius:12px;background:#fff8e6;color:#8a6d1a;font-size:14px;line-height:1.45}.trk .akr-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e2d59;display:grid;place-items:center;z-index:2000;animation:akrFade .15s var(--ease)}.trk .akr-loader-card{background:var(--bg);border-radius:16px;padding:28px 44px;box-shadow:0 24px 70px #11182740;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:200px}.trk .akr-loader-inline{display:inline-flex;align-items:center;gap:10px;padding:18px;color:var(--muted)}.trk .akr-loader-block{display:grid;place-items:center;padding:40px 18px}.trk .akr-loader-mark{position:relative;width:48px;height:38px;flex:0 0 auto}.trk .akr-loader-inline .akr-loader-mark{width:32px;height:25px}.trk .akr-loader-mark span{position:absolute;top:0;display:block;width:calc(100% * 48 / 84);height:100%;clip-path:polygon(62.5% 0,100% 0,37.5% 100%,0 100%);transform-origin:center bottom;animation:akrBrynk .85s cubic-bezier(.45,0,.2,1) infinite}.trk .akr-loader-mark span:nth-child(1){left:0;background:#67d8fc}.trk .akr-loader-mark span:nth-child(2){left:calc(100% * 17 / 84);background:#32aaf1;animation-delay:.12s}.trk .akr-loader-mark span:nth-child(3){left:calc(100% * 34 / 84);background:#1574ef;animation-delay:.24s}@keyframes akrBrynk{0%,60%,to{transform:translateY(0) scaleY(1);opacity:1}20%{transform:translateY(-8px) scaleY(1.18);opacity:1}40%{transform:translateY(0) scaleY(.88);opacity:.85}}@keyframes akrFade{0%{opacity:0}to{opacity:1}}.trk .akr-loader-text{font-size:13px;font-weight:500;color:var(--ink-soft);margin:0}@media(prefers-reduced-motion:reduce){.akr-loader-mark span{animation-duration:1.6s}}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media(min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media(min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media(min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.trk .profile-tabs{margin:14px 0 20px}.trk .profile-body{display:flex;flex-direction:column;gap:22px}.trk .profile-section{background:var(--bg);border-radius:16px;box-shadow:var(--blob);padding:18px 20px}.trk .profile-section h2{font-size:15px;margin:0 0 14px}.trk .profile-form{display:flex;flex-direction:column;gap:4px;max-width:420px}.trk .profile-form .field{margin-bottom:12px}.trk .profile-form .field--color input[type=color]{width:48px;height:32px;padding:0;border:1px solid var(--line);border-radius:8px;background:none;cursor:pointer}.trk .profile-form .btn-primary{align-self:flex-start;margin-top:4px}.trk .profile-msg{margin-top:16px;padding:10px 14px;border-radius:10px;background:var(--green-bg, #e7f7ef);color:#0f6e4a;font-size:13px;font-weight:600}.trk .avatar-picker{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.trk .avatar-preview{width:128px;height:128px;border-radius:50%;overflow:hidden;box-shadow:0 4px 18px #14285024;background:var(--surface-strong, #eef)}.trk .avatar-preview img{width:100%;height:100%;object-fit:cover;display:block}.trk .avatar-actions{display:flex;flex-wrap:wrap;gap:10px}.trk .avatar-lead{font-size:14px;color:var(--ink-soft);max-width:380px;line-height:1.5;margin:0}.trk .onboarding-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:var(--surface, #f4f6fb);overflow:auto}.trk .onboarding-card{max-width:460px;width:100%;text-align:center}.trk .onboarding-card h1{margin:0 0 18px;font-size:22px}.trk .avatar-picker--onboarding{align-items:center}.trk .avatar-picker--onboarding .avatar-preview{width:160px;height:160px}.trk .avatar-picker--onboarding .avatar-lead{text-align:center}.trk .avatar-picker--onboarding .avatar-actions{justify-content:center}.trk .crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#0f192d8c}.trk .crop-modal{background:var(--bg);border-radius:16px;box-shadow:0 18px 60px #00000052;padding:20px;width:min(520px,92vw)}.trk .crop-modal h3{margin:0 0 6px;font-size:17px}.trk .crop-hint{margin:0 0 14px;font-size:13px;color:var(--muted)}.trk .crop-stage{max-height:58vh;overflow:hidden;border-radius:10px;background:#0d1220}.trk .crop-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.trk .login-hint{display:block;margin-top:4px;font-size:11.5px;color:var(--muted)}.trk .login-hint--ok{color:var(--green)}.trk .login-hint--bad{color:var(--red)}.trk .users-pending{color:var(--muted);font-style:italic}:root{--sidebar-width: 210px;--bg: #f6f7f9;--panel: #fff;--text: #1c2430;--muted: #7a8699;--line: #e5e9ef;--accent: #2f6fed;--danger: #d64545;--shadow: 0 1px 3px rgba(20, 30, 50, .08), 0 8px 24px rgba(20, 30, 50, .06)}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.app{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);background:var(--panel);border-right:1px solid var(--line);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar__brand{font-weight:700;font-size:16px;letter-spacing:.4px;padding:16px 18px}.sidebar__nav{display:flex;flex-direction:column;gap:2px;padding:4px 10px;flex:1;overflow-y:auto}.sidebar__item{display:flex;align-items:center;gap:10px;border:none;background:none;padding:9px 12px;border-radius:8px;cursor:pointer;font:inherit;color:var(--muted);text-align:left}.sidebar__item:hover{background:var(--bg);color:var(--text)}.sidebar__item--active{background:var(--bg);color:var(--accent);font-weight:600;box-shadow:inset 2px 0 0 var(--accent)}.sidebar__icon{width:16px;text-align:center;opacity:.8}.sidebar__foot{border-top:1px solid var(--line);padding:10px;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.sidebar__me{border:none;background:none;font:inherit;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;color:var(--text);text-align:left;width:100%}.sidebar__me:hover{background:var(--bg)}.sidebar__foot .btn{padding:6px 12px}.sidebar__pubkey{padding:8px 12px 2px;font-size:11px;color:var(--muted);width:100%}.sidebar__pubkey code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px}.content{flex:1;min-width:0;padding:24px;overflow-x:auto}.content>.panel+.panel{margin-top:16px}.content--flush{display:flex;padding:0;min-height:0;overflow:hidden}.panel{background:var(--panel);border-radius:12px;box-shadow:var(--shadow);padding:20px 24px}.panel h2{margin:0 0 16px;font-size:18px}.pubkey{-webkit-user-select:all;user-select:all}.row-form{display:flex;gap:8px;margin-bottom:16px;align-items:center;flex-wrap:wrap}.release-form{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.release-form .row-form{margin-bottom:0}input,select,textarea{padding:8px 10px;border:1px solid var(--line);border-radius:8px;font:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid rgba(47,111,237,.35);border-color:var(--accent)}.grow{flex:1;min-width:200px}.inline-label{display:flex;align-items:center;gap:6px;color:var(--muted)}.btn{padding:8px 14px;border:none;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;font:inherit}.btn:hover{filter:brightness(1.08)}.btn:disabled{opacity:.5;cursor:default}.btn--ghost{background:none;color:var(--accent)}.btn--ghost:hover{background:var(--bg);filter:none}.btn--danger{color:var(--danger)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-weight:600;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px;padding:8px 10px;border-bottom:1px solid var(--line)}.table td{padding:10px;border-bottom:1px solid var(--line);vertical-align:top}.table tr:last-child td{border-bottom:none}.mono{font-family:ui-monospace,Consolas,monospace;font-size:12.5px}.key-cell{cursor:pointer}.creds{margin-top:8px;padding:10px;background:var(--bg);border-radius:8px;display:flex;flex-direction:column;gap:6px;font-size:13px}.creds code{-webkit-user-select:all;user-select:all;word-break:break-all}.actions{white-space:nowrap}.note-cell{cursor:pointer;max-width:260px}.images-cell,.changelog-cell{max-width:320px;white-space:pre-wrap;word-break:break-word}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;background:var(--bg);color:var(--muted)}.badge--active{background:#e5f4ea;color:#1c7c3c}.badge--suspended{background:#fdeaea;color:var(--danger)}.badge--expired{background:#fdf3e0;color:#a06a10}.badge--destroyed{background:#eceff3;color:var(--muted);text-decoration:line-through}.card-main .actions{white-space:normal}.error-text{color:var(--danger)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card{background:var(--panel);border-radius:12px;box-shadow:var(--shadow);padding:32px;width:340px;display:flex;flex-direction:column;gap:12px}.login-card h1{margin:0;font-size:20px}.login-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted)}.muted{color:var(--muted)}.hint{font-size:12.5px;margin:4px 0 12px}.error{color:var(--danger);margin:8px 0}.center-note{padding:48px;text-align:center;color:var(--muted)}.support{display:grid;grid-template-columns:340px 1fr;gap:16px;align-items:start;height:calc(100vh - 190px)}.support-list{padding:12px;overflow-y:auto;height:100%}.support-filters{display:flex;gap:4px;margin-bottom:8px}.support-row{display:block;width:100%;text-align:left;padding:10px 12px;border:none;border-radius:8px;background:none;cursor:pointer;font:inherit;color:inherit}.support-row:hover{background:var(--bg)}.support-row--active{background:var(--bg);box-shadow:inset 3px 0 0 var(--accent)}.support-row-top{display:flex;align-items:center;gap:8px;justify-content:space-between}.support-subject{font-weight:600}.support-row-sub{font-size:12.5px;color:var(--muted);margin-top:2px}.support-badge{flex:0 0 auto;min-width:20px;padding:1px 6px;border-radius:10px;background:var(--accent);color:#fff;font-size:12px;text-align:center}.support-thread{display:flex;flex-direction:column;height:100%;min-height:0}.support-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.chat{display:flex;flex-direction:column;flex:1;min-height:0;border-radius:8px}.chat--drag{outline:2px dashed var(--accent);outline-offset:4px}.chat-list{flex:1;min-height:0;overflow-y:auto;padding:12px 4px;display:flex;flex-direction:column;gap:10px}.chat-more{align-self:center;border:none;background:none;color:var(--accent);cursor:pointer;font:inherit;padding:4px 10px}.chat-msg{align-self:flex-start;max-width:72%;min-width:160px;padding:8px 12px;border-radius:12px;background:var(--bg);word-break:break-word}.chat-msg--own{align-self:flex-end;background:#e8f0fe}.chat-msg-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:2px}.chat-author{font-weight:600;font-size:12.5px}.chat-action{border:none;background:none;padding:0;cursor:pointer;font:inherit;font-size:12px;color:var(--muted);opacity:0;transition:opacity .12s}.chat-msg:hover .chat-action,.chat-action:focus{opacity:1}.chat-action:hover{color:var(--accent)}.chat-msg-body{white-space:pre-wrap;word-break:break-word}.chat-md-quote{margin:4px 0;padding:2px 0 2px 10px;border-left:3px solid var(--line);color:var(--muted)}.chat-quote-preview{display:flex;gap:6px;margin-bottom:4px;padding:3px 8px;border-left:3px solid var(--accent);background:#2f6fed0f;border-radius:0 6px 6px 0;font-size:12.5px;overflow:hidden}.chat-quote-author{font-weight:600;white-space:nowrap}.chat-quote-body{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.chat-img{max-width:260px;max-height:220px;border-radius:8px;border:1px solid var(--line);cursor:zoom-in;display:block}.chat-file-chip{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);font-size:13px;max-width:100%}.chat-file-name{border:none;background:none;padding:0;font:inherit;color:var(--accent);cursor:pointer;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-file-size{color:var(--muted);font-size:12px;white-space:nowrap}.chat-file-dl{color:var(--muted);text-decoration:none;font-size:15px;line-height:1}.chat-file-dl:hover{color:var(--accent)}.chat-time{margin-top:4px;font-size:11.5px;color:var(--muted)}.chat-composer-wrap{border-top:1px solid var(--line);padding-top:10px}.chat-reply-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding:6px 10px;border-left:3px solid var(--accent);background:var(--bg);border-radius:0 8px 8px 0;font-size:13px}.chat-reply-close,.chat-pending-remove{border:none;background:none;cursor:pointer;font:inherit;color:var(--muted);padding:0 2px}.chat-reply-close:hover,.chat-pending-remove:hover{color:var(--danger)}.chat-pending{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.chat-pending-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--line);border-radius:8px;background:var(--bg);font-size:12.5px;max-width:240px}.chat-pending-thumb{width:28px;height:28px;object-fit:cover;border-radius:4px}.chat-pending-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-toolbar{display:flex;align-items:center;gap:4px;margin-bottom:6px}.chat-tool{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:none;color:var(--muted);cursor:pointer;font:inherit}.chat-tool:hover{background:var(--bg);color:var(--text)}.chat-toolbar-sep{width:1px;height:18px;margin:0 4px;background:var(--line)}.chat-hint{margin-left:auto;font-size:12px;color:var(--muted)}.chat-composer{display:flex;align-items:flex-end;gap:8px}.chat-composer textarea{flex:1;padding:8px 10px;border:1px solid var(--line);border-radius:8px;font:inherit;resize:vertical}.lightbox-overlay,.viewer-overlay,.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;background:#0c121cb8;padding:24px}.lightbox-img{max-width:92vw;max-height:92vh;border-radius:8px;cursor:default}.viewer-box{display:flex;flex-direction:column;width:min(1000px,92vw);height:88vh;background:var(--panel);border-radius:12px;overflow:hidden}.viewer-head{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--line)}.viewer-name{flex:1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-frame{flex:1;border:none}.modal-box{width:min(520px,92vw);background:var(--panel);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.modal-box h3{margin:0;font-size:16px}.modal-box textarea{width:100%;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.duration-input{width:72px}.actions a.btn{display:inline-block;text-decoration:none;line-height:normal}.crm-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.crm-head h2{margin:0}.crm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e3259;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:60}.crm-modal{background:var(--panel);border-radius:12px;box-shadow:var(--shadow);width:100%;max-width:720px}.crm-modal--wide{max-width:1040px}.crm-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid var(--line)}.crm-modal__head h3{margin:0;font-size:18px}.crm-modal__body{padding:18px 24px 24px}.crm-tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:16px}.crm-tab{border:none;background:none;padding:8px 14px;border-radius:8px 8px 0 0;cursor:pointer;font:inherit;color:var(--muted)}.crm-tab:hover{background:var(--bg);color:var(--text)}.crm-tab--active{color:var(--accent);font-weight:600;box-shadow:inset 0 -2px 0 var(--accent)}.crm-tab__badge{margin-left:6px;padding:0 6px;border-radius:999px;background:var(--bg);font-size:12px;color:var(--muted)}.crm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin-bottom:12px}.crm-field{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted)}.crm-field--wide{grid-column:1 / -1}.crm-field input,.crm-field select,.crm-field textarea{color:var(--text)}.crm-form{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.crm-form input{min-width:150px}.crm-block{margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}.crm-block h4{margin:0 0 10px;font-size:14px}.crm-facts{display:flex;flex-wrap:wrap;gap:18px;padding:10px 12px;background:var(--bg);border-radius:8px;font-size:13px;color:var(--muted)}.crm-total{font-weight:600}.crm-row--alert td{background:#fdf3e0}.crm-attention{margin-bottom:16px;border-left:3px solid #a06a10}.crm-attention__group+.crm-attention__group{margin-top:12px}.crm-attention h4{margin:0 0 6px;font-size:13px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted)}.crm-attention ul{margin:0;padding-left:18px}.crm-attention li{margin-bottom:4px}.crm-code{width:100%;font-family:ui-monospace,Consolas,monospace;font-size:12.5px;line-height:1.45}.crm-preview{background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px;max-height:460px;overflow:auto}.crm-preview table{width:100%;border-collapse:collapse}.crm-preview th,.crm-preview td{border:1px solid #888;padding:4px 6px;text-align:left}.crm-images{display:flex;flex-wrap:wrap;gap:16px}.crm-image{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.crm-image img{max-width:200px;max-height:110px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:4px}.crm-image__empty{width:200px;height:110px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--line);border-radius:8px}.deal-board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:12px;overflow-x:auto;padding-bottom:8px}.deal-column{background:var(--bg);border-radius:10px;padding:10px;min-height:320px;display:flex;flex-direction:column}.deal-column--over{outline:2px dashed var(--accent);outline-offset:-2px}.deal-column__head{display:flex;align-items:center;justify-content:space-between;font-weight:600;margin-bottom:2px}.deal-column__count{color:var(--muted);font-weight:400}.deal-column__sum{font-size:12px;color:var(--muted);margin-bottom:8px}.deal-column__body{display:flex;flex-direction:column;gap:8px;flex:1}.deal-card{background:var(--panel);border-radius:8px;box-shadow:0 1px 2px #141e321a;padding:10px;cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none}.deal-card--dragging{opacity:.6}.deal-card__title{font-weight:600;margin-bottom:2px}.deal-card__client{color:var(--muted);font-size:12.5px}.deal-card__foot{display:flex;justify-content:space-between;gap:8px;margin-top:8px;font-size:12.5px}.deal-card__marks{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.kpi{background:var(--bg);border-radius:10px;padding:14px 16px}.kpi--alert{background:#fdf3e0}.kpi__value{font-size:26px;font-weight:700;line-height:1.1}.kpi__label{margin-top:4px;font-size:13px}.kpi__hint{margin-top:2px;font-size:12px}:root{--drawer-width: 80%}.drawer-overlay{position:fixed;inset:0 0 0 var(--sidebar-width);background:#141e3247;display:flex;justify-content:flex-end;z-index:50}.drawer-overlay--2{z-index:60;background:#141e3233}.drawer--2{width:calc(var(--drawer-width) - 60px);min-width:680px}.drawer{width:var(--drawer-width);min-width:720px;max-width:100%;background:var(--panel);box-shadow:-8px 0 32px #141e322e;display:flex;flex-direction:column;height:100vh;animation:drawer-in .16s ease-out}@keyframes drawer-in{0%{transform:translate(24px);opacity:.6}to{transform:translate(0);opacity:1}}.drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 24px 12px;border-bottom:1px solid var(--line)}.drawer__title h2{margin:0;font-size:20px}.drawer__subtitle{margin-top:2px;color:var(--muted);font-size:13px}.drawer__actions{display:flex;align-items:center;gap:8px}.card-tabs{padding:0 24px;margin-bottom:0}.card-body{flex:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);min-height:0}.card-main{padding:18px 24px 24px;overflow-y:auto;min-width:0}.card-feed{border-left:1px solid var(--line);background:var(--bg);display:flex;flex-direction:column;min-height:0}.card-fields h4{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted)}.card-facts{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px 20px}.card-facts>div{display:flex;flex-direction:column;gap:2px;font-size:13px;padding:10px 12px;background:var(--bg);border-radius:8px}.feed{display:flex;flex-direction:column;min-height:0;flex:1}.feed--drag{outline:2px dashed var(--accent);outline-offset:-6px}.feed-composer{padding:14px 16px;border-bottom:1px solid var(--line);background:var(--panel)}.feed-composer textarea{width:100%;resize:vertical}.feed-composer__foot{display:flex;align-items:center;gap:8px;margin-top:6px}.feed-hint{flex:1;font-size:11.5px}.feed-list{flex:1;overflow-y:auto;padding:12px 16px 20px}.feed-day{display:flex;align-items:center;gap:10px;margin:14px 0 10px;color:var(--muted);font-size:12px}.feed-day:before,.feed-day:after{content:"";flex:1;height:1px;background:var(--line)}.feed-event{display:flex;align-items:flex-start;gap:10px;padding:7px 10px;border-radius:8px;font-size:13px;background:var(--panel);margin-bottom:6px}.feed-event__icon{width:18px;text-align:center;flex:0 0 18px;color:var(--muted)}.feed-event__body{flex:1;min-width:0}.feed-event__time{color:var(--muted);font-size:11.5px;white-space:nowrap}.feed-event--good{box-shadow:inset 2px 0 #1c7c3c}.feed-event--bad{box-shadow:inset 2px 0 0 var(--danger)}.feed-note{display:flex;gap:8px;margin:10px 0}.feed-avatar{width:28px;height:28px;flex:0 0 28px;border-radius:50%;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center}.feed-note__box{flex:1;min-width:0;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:8px 12px;font-size:13.5px}.feed-note__head{display:flex;justify-content:space-between;gap:10px;margin-bottom:2px}.feed-more{display:block;margin:12px auto 0}.tickets-thread{display:flex;flex-direction:column;height:100%;min-height:420px}.tickets-thread .chat{flex:1;min-height:0}.linkish{border:none;background:none;padding:0;font:inherit;color:var(--accent);cursor:pointer;text-align:left}.linkish:hover{text-decoration:underline}.linkish.muted{color:var(--muted)}.stage-bar{display:flex;gap:4px;align-items:stretch;padding:12px 24px 0}.stage-bar__step{flex:1;border:1px solid var(--line);background:var(--panel);color:var(--muted);padding:8px 10px;font:inherit;font-size:13px;cursor:pointer;border-radius:6px}.stage-bar__step--done{background:#eaf1fe;border-color:var(--accent);color:var(--text)}.stage-bar__step--current{font-weight:600;box-shadow:inset 0 -3px 0 var(--accent)}.stage-bar__lost{border:1px solid var(--line);background:var(--panel);color:var(--muted);padding:8px 14px;font:inherit;font-size:13px;cursor:pointer;border-radius:6px;margin-left:12px}.stage-bar__lost--on{background:#fdecea;border-color:var(--danger);color:var(--danger);font-weight:600}.stage-bar--lost .stage-bar__step{opacity:.45}.link-btn{background:none;border:0;padding:0;color:var(--accent);cursor:pointer;font:inherit;text-decoration:underline}.gw-models{max-height:220px;overflow-y:auto;padding:4px;border:1px solid var(--line);border-radius:8px;margin-bottom:12px}.gw-models__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:6px}.gw-save{position:sticky;bottom:0;display:flex;align-items:center;gap:12px;padding:12px 0;margin-top:8px;background:var(--panel);border-top:1px solid var(--line)}
