:root{--navy:#0f1532;--navy2:#171e42;--teal:#18b8c8;--purple:#635bff;--pink:#ff4f84;--orange:#ff7b3f;--bg:#f4f7fb;--surface:#fff;--line:#e2e7f0;--text:#131a2e;--muted:#697289;--green:#169b67;--yellow:#f59e0b;--red:#dc2626;--shadow:0 12px 34px rgba(15,21,50,.06);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Bariol,Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}[hidden]{display:none!important}.crm-pbs-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.crm-pbs-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--navy),#0a1027);color:#fff;padding:18px 14px;display:flex;flex-direction:column;z-index:30}.crm-pbs-brand{display:flex;justify-content:space-between;align-items:center;padding:0 8px 18px}.crm-pbs-brand a{display:flex;gap:12px;align-items:center;text-decoration:none;color:#fff}.crm-pbs-brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--teal),var(--orange));font-weight:800}.crm-pbs-brand strong,.crm-pbs-brand small{display:block}.crm-pbs-brand small{font-size:.62rem;letter-spacing:.18em;color:#aeb8d1}.crm-nav{display:flex;flex-direction:column;gap:5px;overflow:auto}.crm-nav-label{padding:14px 10px 4px;color:#8691b2;font-size:.68rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700}.crm-nav button,.crm-nav a{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:#dce3f3;text-align:left;padding:10px 12px;border-radius:10px;text-decoration:none;cursor:pointer}.crm-nav button:hover,.crm-nav button.active,.crm-nav a:hover{background:rgba(24,184,200,.18);color:#fff}.crm-nav button.active{box-shadow:inset 3px 0 0 var(--teal)}.crm-sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:14px 8px 0;display:flex;justify-content:space-between;color:#8994b4;font-size:.72rem}.crm-pbs-content{min-width:0}.crm-pbs-topbar{position:sticky;top:0;z-index:20;height:72px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.crm-pbs-topbar__left,.crm-pbs-topbar__right{display:flex;align-items:center;gap:12px}.crm-pbs-topbar__left small,.crm-pbs-topbar__left strong{display:block}.crm-pbs-topbar__left small{color:var(--muted);font-size:.72rem}.crm-icon-btn{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);text-decoration:none;cursor:pointer}.crm-mobile-close{display:none}.crm-global-search{display:flex;align-items:center;gap:8px;width:min(330px,32vw);height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px}.crm-global-search input{border:0;outline:0;min-width:0;flex:1;background:transparent}.crm-global-search kbd{font-size:.67rem;border:1px solid var(--line);border-radius:6px;padding:3px 7px;color:var(--muted);background:#f8fafc}.crm-user{display:flex;align-items:center;gap:9px}.crm-user>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--teal));color:#fff;font-weight:800}.crm-user strong,.crm-user small{display:block}.crm-user small{color:var(--muted);font-size:.7rem}.crm-main{padding:26px;max-width:1720px;margin:0 auto}.crm-page-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:20px}.crm-page-head h1{margin:0;font-size:clamp(1.85rem,3vw,2.55rem);color:var(--navy)}.crm-page-head p{margin:.4rem 0 0;color:var(--muted)}.crm-head-actions{display:flex;gap:9px;flex-wrap:wrap}.crm-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:10px 15px;background:linear-gradient(135deg,var(--pink),var(--orange));color:#fff;font-weight:700;cursor:pointer;text-decoration:none}.crm-btn-primary{background:linear-gradient(135deg,var(--purple),#4338ca)}.crm-btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.crm-grid{display:grid;gap:16px}.crm-grid.kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.crm-grid.two{grid-template-columns:1fr 1fr}.crm-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.crm-kpi{display:flex;flex-direction:column;min-height:118px;justify-content:center}.crm-kpi small{color:var(--muted)}.crm-kpi strong{font-size:1.9rem;margin-top:8px;color:var(--navy)}.crm-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.crm-toolbar input,.crm-toolbar select,.crm-field input,.crm-field select,.crm-field textarea{border:1px solid #cbd5e1;border-radius:12px;padding:11px 12px;background:#fff;min-width:0;outline:0}.crm-toolbar input:focus,.crm-toolbar select:focus,.crm-field input:focus,.crm-field select:focus,.crm-field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(24,184,200,.11)}.crm-toolbar input{min-width:280px}.crm-table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.crm-table{width:100%;border-collapse:collapse;min-width:940px}.crm-table th,.crm-table td{padding:13px 12px;border-bottom:1px solid #edf0f5;text-align:left;vertical-align:top}.crm-table th{background:#f8fafc;color:#475467;position:sticky;top:0;z-index:1}.crm-table tr:hover td{background:#fbfdff}.crm-company-link{display:inline-flex;align-items:center;gap:10px;color:#4f46e5;text-decoration:none;font-weight:800}.crm-company-link__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eef2ff;color:#4f46e5;font-size:.72rem}.crm-company-link small{display:block;color:var(--muted);font-weight:400}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:.78rem;font-weight:800;background:#eef2ff}.badge.aplus{background:#fee2e2;color:#991b1b}.badge.a{background:#fef3c7;color:#92400e}.badge.b{background:#dbeafe;color:#1e40af}.badge.c,.badge.neutral{background:#eef2f7;color:#475467}.badge.done{background:#dcfce7;color:#166534}.crm-status{display:none;padding:12px 16px;border-radius:12px;margin-bottom:12px}.crm-status.show{display:block;background:#ecfeff;color:#155e75}.crm-status.error{background:#fee2e2;color:#991b1b}.crm-empty{padding:30px;text-align:center;color:var(--muted)}.crm-progress{height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden}.crm-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--teal),var(--pink))}.crm-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.crm-field{display:grid;gap:6px}.crm-field.full{grid-column:1/-1}.crm-field label{font-weight:700}.crm-field textarea{min-height:100px}.crm-modal{position:fixed;inset:0;background:rgba(15,23,42,.58);display:grid;place-items:center;padding:20px;z-index:60}.crm-modal-card{background:#fff;width:min(940px,100%);max-height:92vh;overflow:auto;border-radius:24px;padding:24px;position:relative}.crm-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:2rem;cursor:pointer}.crm-kanban{display:grid;grid-template-columns:repeat(8,minmax(260px,1fr));gap:14px;overflow:auto;padding-bottom:10px}.crm-column{background:#e9edf5;border-radius:18px;padding:12px;min-height:400px}.crm-column h3{display:flex;justify-content:space-between;margin:4px 4px 12px}.crm-opportunity{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;margin-bottom:10px}.crm-opportunity strong,.crm-opportunity small{display:block}.crm-opportunity small{color:var(--muted);margin-top:5px}.crm-route{display:grid;gap:10px}.crm-route-item{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}.crm-route-order{display:grid;place-items:center;width:42px;height:42px;background:var(--navy);color:#fff;border-radius:14px;font-weight:800}.crm-company-cover{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;background:linear-gradient(135deg,#fff,#f7f8ff);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}.crm-company-avatar{display:grid;place-items:center;width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,var(--teal),var(--purple));color:#fff;font-size:1.4rem;font-weight:800}.crm-company-cover h2{margin:7px 0 3px;font-size:1.6rem}.crm-company-cover p{margin:0;color:var(--muted)}.crm-company-cover__badges,.crm-company-cover__meta,.crm-company-cover__actions{display:flex;gap:8px;flex-wrap:wrap}.crm-company-cover__meta{margin-top:12px;color:#475467;font-size:.88rem;gap:16px}.crm-detail-tabs{position:sticky;top:78px;z-index:8;display:flex;gap:7px;overflow:auto;padding:12px 2px;margin:10px 0;background:rgba(244,247,251,.96);backdrop-filter:blur(8px)}.crm-detail-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:999px;color:#475467;cursor:pointer}.crm-detail-tabs button.active{background:var(--navy);color:#fff}.crm-tab-panel{display:none}.crm-tab-panel.active{display:block}.crm-section-title{display:flex;align-items:center;gap:9px;margin-bottom:16px}.crm-section-title>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eef2ff;color:#5b21b6}.crm-section-title h2{margin:0;font-size:1.13rem}.crm-count{margin-left:auto;padding:4px 9px;border-radius:999px;background:#eef2f7;color:#475467;font-size:.74rem}.crm-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.crm-info-item{padding-bottom:10px;border-bottom:1px dashed #e4e7ec}.crm-info-item small{display:block;color:var(--muted);margin-bottom:4px}.crm-info-item strong{display:block;overflow-wrap:anywhere}.crm-external-link{color:#4f46e5;text-decoration:none}.crm-long-text{color:#475467;line-height:1.55;white-space:pre-line}.crm-service-chips,.crm-mini-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.crm-service-chips span,.crm-mini-tags b{padding:5px 9px;border-radius:999px;background:#ecfeff;color:#155e75;font-size:.76rem}.crm-note-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.crm-note-grid>div{padding:14px;border-radius:14px;background:#f8fafc}.crm-note-grid p{white-space:pre-line}.crm-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-record-card{display:flex;gap:12px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff}.crm-record-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eef2ff;color:#5b21b6;font-weight:800}.crm-record-card strong,.crm-record-card span,.crm-record-card small{display:block}.crm-record-card span{margin:4px 0;color:#475467}.crm-record-card small{color:var(--muted)}.crm-timeline{display:grid}.crm-timeline>div{display:grid;grid-template-columns:18px 1fr;gap:10px;position:relative;padding-bottom:15px}.crm-timeline>div>span{width:10px;height:10px;border-radius:50%;background:var(--teal);margin-top:5px}.crm-timeline strong,.crm-timeline small{display:block}.crm-timeline small{color:var(--muted);margin-top:3px}.crm-publication-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.crm-publication-grid article,.crm-file-list a{padding:15px;border:1px solid var(--line);border-radius:15px}.crm-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crm-media-grid figure{margin:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.crm-media-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.crm-media-grid figcaption{padding:8px}.crm-file-list{display:grid;gap:9px}.crm-file-list a{display:flex;gap:11px;text-decoration:none;color:var(--text)}.crm-form--wide{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1100px){.crm-grid.kpis{grid-template-columns:repeat(2,1fr)}.crm-grid.two{grid-template-columns:1fr}.crm-company-cover{grid-template-columns:auto 1fr}.crm-company-cover__actions{grid-column:1/-1}.crm-form--wide{grid-template-columns:repeat(2,1fr)}}
@media(max-width:920px){.crm-pbs-shell{grid-template-columns:1fr}.crm-pbs-sidebar{position:fixed;inset:0 auto 0 0;width:280px;transform:translateX(-100%);transition:.25s}.crm-pbs-sidebar.is-open{transform:translateX(0)}.crm-mobile-close{display:grid}.crm-pbs-topbar{padding:0 14px}.crm-global-search{display:none}.crm-user div{display:none}.crm-main{padding:16px}}
@media(max-width:640px){.crm-grid.kpis{grid-template-columns:1fr 1fr}.crm-page-head{align-items:flex-start;flex-direction:column}.crm-form,.crm-form--wide,.crm-info-grid,.crm-note-grid,.crm-record-grid,.crm-publication-grid,.crm-media-grid{grid-template-columns:1fr}.crm-toolbar input{min-width:100%;width:100%}.crm-company-cover{grid-template-columns:1fr}.crm-company-avatar{width:58px;height:58px}.crm-detail-tabs{top:70px}.crm-pbs-topbar__right .crm-btn{display:none}}

.crm-event-switch{display:flex;gap:8px;flex-wrap:wrap}.crm-event-switch a{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--navy);text-decoration:none;font-weight:700}.crm-event-switch a.active{background:var(--navy);color:#fff}.crm-event-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 180px 180px;gap:10px;margin:16px 0}.crm-event-toolbar input,.crm-event-toolbar select{padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:#fff}.crm-route-item{grid-template-columns:46px minmax(0,1fr) auto auto}.badge.neutral{background:#eef2f7;color:#475467}@media(max-width:720px){.crm-event-toolbar{grid-template-columns:1fr}.crm-route-item{grid-template-columns:42px minmax(0,1fr) auto}.crm-route-item>.badge:last-child{grid-column:2/4;justify-self:start}}
