@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{color:#281b1b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #931c1e}.boot,.login-page{background:#eef3f1;place-items:center;min-height:100vh;display:grid}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-panel{background:#fff;border:1px solid #dbe3e1;border-radius:8px;width:min(440px,100vw - 32px);padding:32px;box-shadow:0 18px 50px #0f172a14}.login-brand{align-items:center;gap:16px;margin-bottom:28px;display:flex}.brand-mark,.brand-icon{color:#0f766e;background:#dff5ee;place-items:center;display:grid}.brand-mark{border-radius:8px;width:52px;height:52px}.brand-icon{border-radius:8px;width:42px;height:42px}.login-brand h1{margin:0 0 4px;font-size:24px;line-height:1.1}.login-brand p{color:#64748b;margin:0;font-size:14px}.login-form,.form-grid,.inline-form{gap:14px;display:grid}label{color:#475569;gap:6px;font-size:13px;font-weight:700;display:grid}input,select,textarea{box-sizing:border-box;color:#172033;width:100%;font:inherit;background:#fff;border:1px solid #d5dfdd;border-radius:6px;outline:none;font-size:14px}input,select{height:40px;padding:0 12px}textarea{resize:vertical;min-height:86px;padding:10px 12px}.primary-button,.secondary-button,.icon-button,.logout,.tabs button,.table-row,.protocol-card,.sidebar nav button{font:inherit;cursor:pointer;border:0}.primary-button,.secondary-button{border-radius:6px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:14px;font-weight:800;display:inline-flex}.primary-button{color:#fff;background:#0f766e}.primary-button:disabled{opacity:.7;cursor:not-allowed}.secondary-button{color:#0f766e;background:#eef8f5;border:1px solid #bfe4da}.form-error,.notice.error{color:#b42318;background:#fff1f0;border:1px solid #ffd1cd}.form-error{border-radius:6px;margin:0;padding:10px;font-size:13px}.notice{border-radius:6px;margin:0 24px 16px;padding:12px 14px}.offline-notice{color:#8a5710;background:#fff8e8;border:1px solid #f4d28b}.offline-notice strong{margin-right:4px}.app-shell{--sidebar-width:248px;grid-template-columns:var(--sidebar-width) minmax(0, 1fr);color:#172033;background:#f6f8f8;width:100%;min-height:100vh;transition:grid-template-columns .2s;display:grid;overflow-x:hidden}.sidebar{box-sizing:border-box;z-index:110;color:#d7e7e5;background:#071b22;flex-direction:column;width:248px;min-width:0;height:100vh;min-height:100vh;padding:8px 16px 22px;transition:opacity .18s,transform .2s,padding .2s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.app-shell.sidebar-collapsed{--sidebar-width:0px}.app-shell.sidebar-collapsed .sidebar{pointer-events:none;opacity:0;transform:translate(-100%)}.sidebar-toggle{z-index:120;top:18px;left:calc(var(--sidebar-width) - 16px);width:32px;height:32px;color:var(--logit-sidebar-muted,#d7e7e5);background:var(--logit-sidebar,#231315);border:1px solid color-mix(in srgb, var(--logit-sidebar-muted,#d7e7e5) 30%, transparent);cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:left .2s,background-color .16s,color .16s;display:grid;position:fixed;box-shadow:0 4px 12px #14080a3d}.sidebar-toggle:hover,.sidebar-toggle:focus-visible{color:#fff;background:var(--logit-red,#c6252e)}.sidebar-toggle:focus-visible{outline-offset:2px;outline:2px solid #fff}.app-shell.sidebar-collapsed .sidebar-toggle{left:12px}.brand{align-items:center;gap:12px;margin-bottom:6px;display:flex}.brand strong,.brand span{display:block}.brand strong{color:#2dd4bf;font-size:22px;line-height:1}.brand span{color:#d7e7e5;margin-top:4px;font-size:13px}.sidebar-period-filter{border:1px solid color-mix(in srgb, var(--logit-sidebar-muted) 22%, transparent);background:color-mix(in srgb, var(--logit-sidebar) 86%, #fff);border-radius:12px;gap:8px;margin:0 0 18px;padding:12px 10px;display:grid}.sidebar-period-divider{background:color-mix(in srgb, var(--logit-sidebar-muted) 22%, transparent);height:1px;margin:-4px 0 16px}.sidebar-period-dropdown{width:100%}.sidebar-custom-range{position:relative}.sidebar-period-dropdown .app-dropdown-trigger,.sidebar-custom-range>button{border:1px solid color-mix(in srgb, var(--logit-sidebar-muted) 28%, transparent);width:100%;height:36px;min-height:36px;color:var(--logit-sidebar-muted);background:0 0;border-radius:8px;align-items:center;gap:7px;padding:8px 10px;font-size:11px;font-weight:750;display:flex}.sidebar-period-dropdown .app-dropdown-trigger{justify-content:space-between}.sidebar-custom-range>button{cursor:pointer;justify-content:center;transition:border-color .16s,background-color .16s,color .16s}.sidebar-period-dropdown .app-dropdown-trigger>svg{color:inherit;margin-left:auto}.sidebar-custom-range>button.active,.sidebar-period-dropdown .app-dropdown-trigger:hover,.sidebar-period-dropdown .app-dropdown-trigger:focus-visible,.sidebar-custom-range>button:hover{border-color:color-mix(in srgb, var(--logit-red) 60%, transparent);background:color-mix(in srgb, var(--logit-red) 18%, transparent);color:#fff}.sidebar-range-popover{z-index:100;box-sizing:border-box;border:1px solid var(--logit-sidebar-line);background:#fff;border-radius:12px;width:min(216px,100vw - 32px);padding:8px;position:absolute;top:calc(100% + 8px);bottom:auto;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #00000047}.sidebar-range-popover .dashboard-calendar{gap:4px}.sidebar-range-popover .dashboard-calendar-header{grid-template-columns:26px 1fr 26px;width:194px;min-height:28px}.sidebar-range-popover .dashboard-calendar-header button{width:26px;height:26px}.sidebar-range-popover .dashboard-calendar-weekdays,.sidebar-range-popover .dashboard-calendar-grid{grid-template-columns:repeat(7,26px)}.sidebar-range-popover .dashboard-calendar-weekdays span,.sidebar-range-popover .dashboard-calendar-grid>span,.sidebar-range-popover .dashboard-calendar-grid button{width:26px;height:26px}.sidebar nav{gap:8px;display:grid}.sidebar nav button,.logout{color:#d7e7e5;text-align:left;background:0 0;border-radius:6px;align-items:center;gap:12px;width:100%;padding:12px;font-weight:750;display:flex}.sidebar nav button.active{color:#fff;background:#0f766e}.sidebar-footer{gap:14px;margin-top:auto;display:grid}.sidebar-notifications{border:1px solid color-mix(in srgb, var(--logit-sidebar-muted) 20%, transparent);background:color-mix(in srgb, var(--logit-sidebar) 82%, var(--logit-red));border-radius:12px;gap:9px;padding:12px 10px;display:grid}.sidebar-notifications[aria-label]{display:none}.sidebar-urgent{border:1px solid color-mix(in srgb, var(--logit-red) 38%, transparent);background:color-mix(in srgb, var(--logit-red) 14%, var(--logit-sidebar));border-radius:12px;gap:9px;padding:12px 10px;display:grid}.sidebar-urgent-head{color:var(--logit-sidebar-muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.sidebar-urgent-head span{align-items:center;gap:7px;display:inline-flex}.sidebar-urgent-head svg{color:var(--logit-red)}.sidebar-urgent-head strong{color:#fff;background:var(--logit-red);text-align:center;border-radius:999px;min-width:22px;padding:3px 6px;font-size:11px}.sidebar-urgent-list{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--logit-sidebar-muted) 74%, #fff) color-mix(in srgb, var(--logit-sidebar) 55%, var(--logit-red));gap:5px;height:87px;padding-right:2px;display:grid;overflow-y:auto}.sidebar-urgent-item{width:100%;color:var(--logit-sidebar-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:6px minmax(0,1fr) auto;align-items:start;gap:7px;padding:6px 4px;display:grid}.sidebar-urgent-item:hover,.sidebar-urgent-item:focus-visible{background:color-mix(in srgb, var(--logit-red) 18%, transparent);outline:none}.sidebar-urgent-priority{background:var(--logit-red);border-radius:50%;width:6px;height:6px;margin-top:5px}.sidebar-urgent-priority.alta{background:#ea580c}.sidebar-urgent-item em{color:var(--logit-red);background:var(--logit-red-soft);border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;font-weight:800}.sidebar-notifications-head{color:var(--logit-sidebar-muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.sidebar-notifications-head span{align-items:center;gap:7px;display:inline-flex}.sidebar-notifications-head strong{color:#fff;background:var(--logit-red);text-align:center;border-radius:999px;min-width:22px;padding:3px 6px;font-size:11px}.sidebar-notifications-list{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--logit-sidebar-muted) 74%, #fff) color-mix(in srgb, var(--logit-sidebar) 55%, var(--logit-red));gap:5px;height:87px;padding-right:2px;display:grid;overflow-y:auto}.sidebar-urgent-list::-webkit-scrollbar{background:0 0;width:7px}.sidebar-notifications-list::-webkit-scrollbar{background:0 0;width:7px}.sidebar-urgent-list::-webkit-scrollbar-track{background:color-mix(in srgb, var(--logit-sidebar) 55%, var(--logit-red));border-radius:999px;margin:2px 0}.sidebar-notifications-list::-webkit-scrollbar-track{background:color-mix(in srgb, var(--logit-sidebar) 55%, var(--logit-red));border-radius:999px;margin:2px 0}.sidebar-urgent-list::-webkit-scrollbar-thumb{border:1px solid color-mix(in srgb, var(--logit-sidebar) 55%, var(--logit-red));background:color-mix(in srgb, var(--logit-sidebar-muted) 74%, #fff);border-radius:999px;min-height:28px}.sidebar-notifications-list::-webkit-scrollbar-thumb{border:1px solid color-mix(in srgb, var(--logit-sidebar) 55%, var(--logit-red));background:color-mix(in srgb, var(--logit-sidebar-muted) 74%, #fff);border-radius:999px;min-height:28px}.sidebar-urgent-list::-webkit-scrollbar-thumb:hover{background:#fff}.sidebar-notifications-list::-webkit-scrollbar-thumb:hover{background:#fff}.sidebar-urgent-list::-webkit-scrollbar-button{display:none}.sidebar-notifications-list::-webkit-scrollbar-button{display:none}.sidebar-notification-item{width:100%;color:var(--logit-sidebar-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:6px minmax(0,1fr) auto;align-items:start;gap:7px;padding:6px 4px;display:grid}.sidebar-notification-item:hover,.sidebar-notification-item:focus-visible{background:color-mix(in srgb, var(--logit-red) 18%, transparent);outline:none}.sidebar-notification-dot{background:var(--logit-red);border-radius:50%;width:6px;height:6px;margin-top:5px}.sidebar-notification-copy{gap:2px;min-width:0;display:grid}.sidebar-notification-copy strong{color:var(--logit-sidebar-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar-notification-copy small{color:var(--logit-sidebar-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.sidebar-notification-item em{color:var(--logit-red);background:var(--logit-red-soft);border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;font-weight:800}.sidebar-notifications-more,.sidebar-notifications-empty{color:var(--logit-sidebar-muted);margin:0;font-size:10px}.profile-pill{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff1f;align-items:center;gap:12px;padding-top:18px;display:flex}.profile-pill:hover,.profile-pill:focus-visible{color:#fff}.profile-pill:focus-visible{outline:2px solid var(--logit-red);outline-offset:3px}.profile-pill-settings{color:var(--logit-sidebar-muted);flex:none;margin-left:auto;transition:color .16s,transform .16s}.profile-pill:hover .profile-pill-settings,.profile-pill:focus-visible .profile-pill-settings{color:#fff;transform:rotate(22deg)}.profile-pill>span{color:#fff;background:#0f766e;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.profile-pill strong,.profile-pill small{display:block}.profile-pill strong{color:#fff;font-size:14px}.profile-pill small{color:#9fb9b5;text-transform:capitalize;font-size:12px}.main{grid-column:2;min-width:0}.topbar{background:#fff;border-bottom:1px solid #dbe3e1;grid-template-columns:minmax(220px,1fr) minmax(280px,520px) 42px;align-items:center;gap:16px;height:76px;padding:0 24px;display:grid}.topbar h1{margin:0;font-size:22px;line-height:1.1}.topbar p{color:#64748b;margin:4px 0 0;font-size:13px}.searchbox{color:#64748b;background:#fff;border:1px solid #d5dfdd;border-radius:6px;align-items:center;gap:12px;height:40px;padding:0 12px;display:flex}.searchbox input{height:auto;box-shadow:none;border:0;padding:0 0 0 2px}.searchbox:focus-within{border-color:var(--logit-border);box-shadow:0 1px #ffffffb8}.searchbox input:focus,.searchbox input:focus-visible{box-shadow:none;border:0;outline:none}.searchbox input::placeholder{color:#bcc2cb;opacity:1;font-weight:300}.search-autocomplete{z-index:40;min-width:0;position:relative}.search-suggestions{background:#fff;border:1px solid #dfe3e8;border-radius:10px;gap:4px;max-height:min(440px,100vh - 110px);padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 32px #2f273024}.search-suggestions>p{color:var(--logit-muted);margin:0;padding:12px;font-size:12px}.search-suggestions>button{width:100%;color:var(--logit-text);cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.search-suggestions>button:hover,.search-suggestions>button.active{background:#fafbfc}.search-suggestions>button.is-finalized{background:#f5f6f8}.search-suggestions>button.is-finalized:hover,.search-suggestions>button.is-finalized.active{background:#eef0f3}.search-result-main{gap:3px;min-width:0;display:grid}.search-result-main strong{color:#2f2223;font-size:12px}.search-result-main span,.search-result-main small{color:#554749;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-result-main span{font-size:12px}.search-result-main small{color:var(--logit-muted);font-size:11px}.search-result-main .search-result-assignment{color:#554749;font-weight:600}.search-result-tags{flex:none;justify-items:end;gap:5px;display:grid}.search-result-tags .priority-badge,.search-result-tags .status-chip,.search-result-tags .protocol-type-badge{min-height:22px;padding:3px 7px}.search-suggestions .status-chip{flex:none}.icon-button{color:#334155;background:#edf3f2;border-radius:6px;place-items:center;width:40px;height:40px;display:grid}.loading-block{color:#475569;background:#fff;border:1px solid #dbe3e1;border-radius:8px;align-items:center;gap:10px;margin:24px;padding:28px;display:flex}.dashboard-grid,.settings-grid{gap:16px;padding:24px;display:grid}.kpi-row{grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;display:grid}.kpi,.panel,.detail-panel,.kanban-column{background:#fff;border:1px solid #dbe3e1;border-radius:8px}.kpi{align-content:center;gap:4px;min-height:92px;padding:16px;display:grid}.kpi strong{font-size:28px;line-height:1}.kpi span,.muted{color:#64748b;font-size:13px}.panel.wide{min-height:420px}.panel-title,.column-head,.detail-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel-title h2,.column-head h2,.detail-header h2{margin:0;font-size:16px}.panel-title span,.column-head span{color:#64748b;font-size:13px}.table-list,.simple-list{gap:8px;display:grid}.table-row{color:#334155;text-align:left;background:#fbfdfd;border:1px solid #edf2f1;border-radius:6px;grid-template-columns:120px minmax(180px,1fr) 180px 160px 24px;align-items:center;gap:12px;min-height:52px;padding:10px 12px;display:grid}.table-row strong{color:#172033}.priority-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.protocol-layout{grid-template-columns:minmax(0,1fr) 390px;gap:16px;height:calc(100vh - 76px);padding:18px;display:grid;overflow:hidden}.kanban{grid-template-columns:repeat(5,minmax(220px,1fr));gap:12px;min-width:0;display:grid;overflow-x:auto}.kanban-column{flex-direction:column;min-width:230px;padding:12px;display:flex;overflow:hidden}.column-head{border-bottom:2px solid #0f766e;padding-bottom:10px}.cards{gap:10px;padding-right:2px;display:grid;overflow-y:auto}.protocol-card{color:#334155;text-align:left;background:#fff;border:1px solid #dbe3e1;border-radius:6px;gap:8px;padding:12px;display:grid}.protocol-card>div,.protocol-card footer,.meta-line{align-items:center;gap:8px;display:flex}.protocol-card>div{justify-content:space-between}.protocol-card strong{color:#172033;font-size:13px}.protocol-card h3{color:#172033;margin:0;font-size:14px;line-height:1.35}.protocol-card p,.protocol-card span,.protocol-card footer{color:#64748b;margin:0;font-size:12px}.detail-panel{min-height:0;padding:18px;overflow-y:auto}.detail-panel h3{margin:0 0 12px;font-size:17px;line-height:1.3}.status-chip{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.status-novo{color:#075985;background:#e0f2fe}.status-em_andamento{color:#92400e;background:#fef3c7}.status-aguardando_solicitante{color:#9a3412;background:#ffedd5}.status-concluido{color:#166534;background:#dcfce7}.status-cancelado{color:#991b1b;background:#fee2e2}.meta-line{color:#475569;margin-bottom:20px;font-size:13px}.detail-section{border-top:1px solid #edf2f1;padding:14px 0}.detail-section strong,.attachments>strong,.history strong{color:#172033;margin-bottom:6px;font-size:13px;display:block}.detail-section p{color:#475569;margin:2px 0;font-size:13px}.form-grid.compact{border-top:1px solid #edf2f1;grid-template-columns:1fr 1fr;padding:14px 0}.comment-box,.attachments{border-top:1px solid #edf2f1;gap:10px;padding:14px 0;display:grid}.attachment-list{gap:8px;display:grid}.attachment-item{color:#3d3031;background:#fff;border:1px solid #e7e9ee;border-radius:10px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:9px 10px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.attachment-item:hover{box-shadow:var(--logit-shadow-soft);border-color:#dca8ab;transform:translateY(-1px)}.attachment-item>span:nth-child(2){gap:3px;min-width:0;display:grid}.attachment-item strong,.attachment-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attachment-item strong{color:var(--logit-text);font-size:13px;font-weight:800}.attachment-item small{color:var(--logit-muted);text-transform:capitalize;font-size:11px}.attachment-item>svg{color:#947577;stroke-width:2.3px}.attachment-icon{border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.attachment-icon svg{stroke-width:2.35px}.attachment-imagem{color:#15803d;background:#f0fdf4}.attachment-audio{color:#7c3aed;background:#f5f3ff}.attachment-pdf,.attachment-documento{color:#dc2626;background:#fef2f2}.attachment-video{color:#2563eb;background:#eff6ff}.attachment-outro{color:#64748b;background:#f8fafc}.history{border-top:1px solid #edf2f1;padding-top:14px}.history-item{border-bottom:1px solid #edf2f1;padding:10px 0}.history-item span{color:#64748b;font-size:12px}.history-item p{color:#334155;margin:3px 0 0;font-size:13px}.tabs{background:#edf3f2;border-radius:8px;gap:4px;margin-bottom:18px;padding:4px;display:inline-flex}.tabs button{color:#475569;text-transform:capitalize;background:0 0;border-radius:6px;height:34px;padding:0 14px;font-weight:800}.tabs button.active{color:#fff;background:#0f766e}.cadastro-layout{box-sizing:border-box;grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;height:calc(100vh - 76px);padding:18px 24px 24px;display:grid;overflow:hidden}.cadastro-content{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.cadastro-grid{flex:1;gap:18px;min-height:0;display:grid}.contact-list,.company-list{border:1px solid #edf2f1;border-radius:10px;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.cadastro-table-scroll{flex:1;min-width:0;min-height:0;overflow:auto}.contact-list-tools,.company-list-tools{background:#f7f8fa;border-bottom:1px solid #e7e9ee;flex-wrap:wrap;flex:none;align-items:center;gap:10px;min-width:0;padding:12px 14px;display:flex}.contact-list-tools input,.contact-list-tools select,.company-list-tools input,.company-list-tools select{height:36px;font-size:12px}.contact-list-tools input,.company-list-tools input{width:min(360px,100%)}.contact-list-tools select,.company-list-tools select{width:190px}.app-dropdown{width:100%;min-width:0;position:relative}.app-dropdown-trigger{width:100%;height:42px;color:var(--logit-text);background:var(--logit-surface);border:1px solid var(--logit-border);cursor:pointer;font:inherit;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:400;display:flex;overflow:hidden}.app-dropdown-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app-dropdown-trigger>svg{color:#7c6b6d;flex:none}.app-dropdown-trigger:hover,.app-dropdown-trigger:focus-visible{border-color:var(--logit-red);outline:none}.app-dropdown-trigger:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--logit-red) 14%, transparent)}.app-dropdown-trigger:disabled{color:#8b919b;cursor:not-allowed;background:#f7f8fa;border-color:#e4e7ec}.app-dropdown-trigger:disabled:hover{border-color:#e4e7ec}.app-dropdown-options{z-index:40;box-sizing:border-box;overscroll-behavior:contain;background:#fff;border:1px solid #dfe3e8;border-radius:8px;width:100%;max-height:min(320px,100vh - 180px);padding:4px;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto}.app-dropdown-option{width:100%;min-height:30px;color:var(--logit-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:10px;padding:5px 6px;font-size:12px;font-weight:400;display:flex}.app-dropdown-option>span{overflow-wrap:anywhere}.app-dropdown-option:hover,.app-dropdown-option:focus-visible{background:var(--logit-red-soft);outline:none}.app-dropdown-option[aria-selected=true]{color:var(--logit-red);background:var(--logit-red-soft)}.multi-status-dropdown{width:154px;min-width:154px;position:relative}.multi-status-trigger{width:100%;height:42px;color:var(--logit-text);background:var(--logit-surface);border:1px solid var(--logit-border);cursor:pointer;font:inherit;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.multi-status-trigger:hover,.multi-status-trigger:focus-visible{border-color:var(--logit-red);outline:none}.multi-status-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.multi-status-trigger>svg{color:#7c6b6d;flex:none}.multi-status-options{z-index:45;background:#fff;border:1px solid #dfe3e8;border-radius:8px;gap:2px;width:194px;padding:4px;display:grid;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 10px 24px #261f211f}.multi-status-option{min-height:32px;color:var(--logit-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;font-size:12px;font-weight:400;display:flex}.multi-status-option:hover,.multi-status-option:focus-visible{background:var(--logit-red-soft);outline:none}.multi-status-option[aria-selected=true]{color:var(--logit-red);background:var(--logit-red-soft)}.cadastro-dropdown-compact{flex:0 190px;width:190px}.contact-list-tools .app-dropdown-trigger,.company-list-tools .app-dropdown-trigger,.user-list-tools .app-dropdown-trigger{height:36px;font-size:12px}.contact-filter-count{color:#667085;white-space:nowrap;margin-left:auto;font-size:12px;font-weight:700}.contact-list>.empty-state,.company-list>.empty-state,.cadastro-table-scroll>.empty-state{grid-column:1/-1;min-width:720px}.contact-list-head,.contact-row{grid-template-columns:72px minmax(150px,1.3fr) minmax(150px,1.2fr) minmax(125px,1fr) minmax(105px,.8fr) minmax(130px,1fr);align-items:center;gap:14px;min-width:760px;padding:13px 14px;display:grid}.contact-list-head{color:#667085;text-transform:uppercase;letter-spacing:.04em;background:#f7f8fa;border-bottom:1px solid #e7e9ee;font-size:11px;font-weight:800}.contact-row{color:#5f6673;background:#fff;border-bottom:1px solid #edf2f1;min-height:58px;font-size:13px}.contact-row:last-child{border-bottom:0}.company-list-head,.company-row{grid-template-columns:72px minmax(135px,1.05fr) minmax(175px,1.2fr) minmax(125px,.95fr) minmax(120px,.9fr) minmax(145px,1.05fr) minmax(105px,.8fr) minmax(280px,1.8fr);align-items:center;gap:14px;min-width:1280px;padding:13px 14px;display:grid}.company-list-head{color:#667085;text-transform:uppercase;letter-spacing:.04em;background:#f7f8fa;border-bottom:1px solid #e7e9ee;font-size:11px;font-weight:800}.company-row{color:#5f6673;background:#fff;border-bottom:1px solid #edf2f1;min-height:58px;font-size:13px}.company-row:last-child{border-bottom:0}.company-row strong{color:#241819;font-size:13px}.company-row>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.company-row>span.company-observacoes{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;overflow-wrap:anywhere;min-width:0;line-height:1.35;overflow:visible}.cadastro-edit-button,.company-edit-button{width:32px;height:32px;color:var(--logit-red);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;place-items:center;padding:0;display:inline-grid}.cadastro-row-actions{align-items:center;gap:6px;display:flex}.cadastro-delete-button{color:#b42318;cursor:pointer;background:#fff;border:1px solid #f1c4c0;border-radius:6px;place-items:center;width:32px;height:32px;padding:0;display:inline-grid}.cadastro-delete-button:hover{background:#fff1f0;border-color:#e79189}.cadastro-edit-button:hover,.company-edit-button:hover{border-color:var(--logit-rose);background:var(--logit-red-soft)}.empresa-location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.user-list,.categoria-list{border:1px solid #edf2f1;border-radius:10px;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.user-list-tools,.categoria-list-tools{background:#f7f8fa;border-bottom:1px solid #e7e9ee;flex-wrap:wrap;flex:none;align-items:center;gap:10px;min-width:0;padding:12px 14px;display:flex}.user-list-tools input,.user-list-tools select{height:36px;font-size:12px}.user-list-tools input{width:min(360px,100%)}.categoria-list-tools input{width:min(360px,100%);height:36px;font-size:12px}.user-list-tools select{width:190px}.categoria-list-tools .app-dropdown-trigger{height:36px;font-size:12px}.user-list-head,.user-row{grid-template-columns:72px minmax(150px,1.1fr) minmax(200px,1.35fr) minmax(130px,.9fr) minmax(180px,1.2fr) minmax(120px,.8fr);align-items:center;gap:14px;min-width:930px;padding:13px 14px;display:grid}.categoria-list-head,.categoria-row{grid-template-columns:72px minmax(150px,1.1fr) minmax(260px,2fr) minmax(170px,1.3fr) minmax(130px,.9fr);align-items:center;gap:14px;min-width:820px;padding:13px 14px;display:grid}.user-list-head,.categoria-list-head{color:#667085;text-transform:uppercase;letter-spacing:.04em;background:#f7f8fa;border-bottom:1px solid #e7e9ee;font-size:11px;font-weight:800}.categoria-row{color:#5c697d;background:#fff;border-bottom:1px solid #edf0f2;font-size:13px}.categoria-row:last-child{border-bottom:0}.categoria-row strong{color:var(--logit-text);font-weight:700}.categoria-row span:nth-child(2){overflow-wrap:anywhere;line-height:1.35}.user-row{color:#5f6673;background:#fff;border-bottom:1px solid #edf2f1;min-height:58px;font-size:13px}.user-row:last-child{border-bottom:0}.user-row strong{color:#241819;font-size:13px}.user-row>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.user-role{width:fit-content;color:var(--logit-red);background:var(--logit-red-soft);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:750}.user-categories-text{color:#5f6673;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.user-category-tags{white-space:normal;flex-wrap:wrap;align-items:center;gap:5px;display:flex}.user-category-tags>span{max-width:100%;color:var(--logit-red);background:color-mix(in srgb, var(--logit-red) 10%, #fff);border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1.25;display:inline-flex}.auth-form-note{color:#667085;background:#f7f8fa;border:1px solid #e7e9ee;border-radius:8px;align-items:flex-start;gap:8px;padding:10px;font-size:12px;line-height:1.45;display:flex}.auth-form-note svg{color:var(--logit-red);flex:none;margin-top:1px}.contact-row strong{color:#241819;font-size:13px}.contact-row>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.contact-status{border-radius:999px;width:fit-content;padding:4px 7px;font-size:11px;font-weight:750}.contact-status.is-active{color:#15803d;background:#ecfdf3}.contact-status.is-inactive{color:#b42318;background:#fff1f0}.cadastro-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.cadastro-toolbar-actions{justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.cadastro-display-toggle{background:#f2f4f7;border:1px solid #e2e6eb;border-radius:9px;align-items:center;padding:3px;display:inline-flex}.cadastro-display-toggle button{color:#667085;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.cadastro-display-toggle button:hover,.cadastro-display-toggle button.active{color:var(--logit-text);background:#fff;box-shadow:0 1px 3px #1018281f}.cadastro-card-grid{flex:auto;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:14px;min-height:0;padding:14px;display:grid;overflow:auto}.cadastro-data-card{background:#fff;border:1px solid #e5e9ef;border-radius:12px;min-width:0;padding:14px;box-shadow:0 4px 14px #1018280a}.cadastro-data-card-header{grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.cadastro-data-card-icon{width:42px;height:42px;color:var(--logit-red);background:color-mix(in srgb, currentColor 9%, #fff);border:1px solid color-mix(in srgb, currentColor 32%, transparent);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.cadastro-data-card-header h3{color:var(--logit-text);margin:1px 0 3px;font-size:14px;line-height:1.25}.cadastro-data-card-header p{color:var(--logit-muted);margin:0;font-size:12px;line-height:1.35}.cadastro-data-card .cadastro-row-actions{gap:5px}.cadastro-data-card-details{border-top:1px solid #edf0f2;gap:8px;margin:14px 0 0;padding-top:12px;display:grid}.cadastro-data-card-details>div{grid-template-columns:minmax(92px,.7fr) minmax(0,1.3fr);gap:10px;display:grid}.cadastro-data-card-details dt{color:#667085;font-size:11px;font-weight:700}.cadastro-data-card-details dd{color:#344054;overflow-wrap:anywhere;min-width:0;margin:0;font-size:12px;line-height:1.35}.primary-button.cadastro-create-button{min-width:118px;height:38px;padding:0 14px;font-size:12px}@media (width<=1080px){.cadastro-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.cadastro-card-grid{grid-template-columns:minmax(0,1fr)}}.cadastro-create-form{background:#fbfbfc;border:1px solid #e7e9ee;border-radius:12px;padding:12px}.checkbox-field{color:#475569;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.checkbox-field input{width:16px;height:16px;accent-color:var(--logit-red);margin:0;padding:0}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:15px;min-width:0;padding-right:38px;font-weight:400;transition:border-color .15s,box-shadow .15s}select:hover{border-color:#cbbab5}select:focus-visible{border-color:var(--logit-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--logit-red) 12%, transparent)}option{color:var(--logit-text);background:#fff;font-weight:400}.cadastro-modal-backdrop{z-index:110}.cadastro-modal{background:#fff;border:1px solid #e3e5ea;border-radius:12px;width:min(520px,100%);max-height:80vh;padding:24px;position:relative;overflow-y:auto;box-shadow:0 24px 72px #24181942}.cadastro-modal-topic-image{aspect-ratio:16/6.75;object-fit:cover;object-position:top center;object-position:center;background:#f4f5f7;border:1px solid #e3e5ea;border-radius:10px;width:100%;margin:0 0 18px;display:block}.cadastro-modal::-webkit-scrollbar{width:7px}.cadastro-modal::-webkit-scrollbar-track{background:0 0}.cadastro-modal::-webkit-scrollbar-thumb{background:#c9ced6;border-radius:999px}.cadastro-delete-modal{width:min(440px,100%)}.cadastro-delete-details{color:#4c3b3c;overflow-wrap:anywhere;background:#fff7f7;border:1px solid #f1c4c0;border-radius:8px;max-height:min(44vh,360px);margin:0 0 20px;padding:12px;font-size:12px;line-height:1.4;overflow-y:auto}.cadastro-delete-details dl{gap:8px;margin:0;display:grid}.cadastro-delete-details dl>div{grid-template-columns:minmax(105px,.7fr) minmax(0,1.6fr);gap:10px;display:grid}.cadastro-delete-details dt{color:#7f5b5d;font-weight:800}.cadastro-delete-details dd{color:#4c3b3c;overflow-wrap:anywhere;min-width:0;margin:0;font-weight:600}.cadastro-delete-confirm{background:#b42318}.modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.modal-actions>button{width:100%}.modal-heading{gap:6px;margin-bottom:18px;padding-right:44px;display:grid}.modal-heading h2{color:#241819;letter-spacing:0;margin:0;font-size:20px;font-weight:750}.modal-heading p{color:#68606b;margin:0;font-size:13px;line-height:1.45}.modal-heading-with-icon{align-items:flex-start;gap:12px;padding-right:0;display:flex}.modal-heading-with-icon>div{gap:2px;min-width:0;display:grid}.modal-heading-with-icon h2{line-height:1.12}.modal-heading-with-icon p{line-height:1.35}.cadastro-modal-topic-icon{border:1px solid #0000;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.cadastro-topic-contacts,.cadastro-topic-companies,.cadastro-topic-categories,.cadastro-topic-users{color:var(--logit-red);background:var(--logit-red-soft);border-color:var(--logit-rose)}.modal-form{background:0 0;border:0;border-radius:0;gap:12px;padding:0;display:grid}.inline-form{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:center}.simple-row{background:#fbfdfd;border:1px solid #edf2f1;border-radius:6px;gap:4px;padding:12px;display:grid}.simple-row strong{color:#172033}.simple-row span{color:#64748b;font-size:13px}.empty-state{color:#64748b;background:#fbfdfd;border:1px dashed #cbd8d6;border-radius:6px;place-items:center;min-height:54px;font-size:13px;display:grid}@media (width<=1100px){.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr)}.protocol-layout{grid-template-columns:1fr;height:auto;overflow:visible}.detail-panel{max-height:none}}@media (width<=760px){.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);display:grid}.sidebar{height:100vh;min-height:100vh;padding:8px 16px 22px;position:fixed;overflow-y:auto}.topbar{grid-template-columns:1fr;height:auto;padding:16px}.kpi-row,.settings-grid,.form-grid.compact,.inline-form,.kanban,.table-row{grid-template-columns:1fr}}.login-page{background:#f5f6f8;grid-template-columns:minmax(320px,1fr) minmax(420px,.92fr);min-height:100vh;display:grid}.login-showcase{color:#fff;background-color:#281415;background-image:url(/login-background.avif);background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;min-height:100vh;padding:48px clamp(32px,6vw,96px);display:flex;position:relative;overflow:hidden}.login-showcase:before{content:"";pointer-events:none;background:#1e0d0f94;position:absolute;inset:0}.login-showcase>*{z-index:1;position:relative}.login-logo{object-fit:contain;object-position:left center;width:min(220px,100%);height:auto}.login-showcase-copy{max-width:570px;padding-bottom:clamp(42px,8vh,104px)}.login-overline{color:#bdc5d2;letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:600}.login-showcase .login-overline{color:#e7a9aa}.login-showcase h1{color:#fff;max-width:540px;margin:0;font-size:clamp(2rem,3.2vw,3.4rem);font-weight:700;line-height:1.08}.login-showcase-copy>p:last-child{color:#d7dadd;max-width:500px;margin:20px 0 0;font-size:1rem;line-height:1.6}.login-form-panel{place-items:center;min-height:100vh;padding:32px;display:grid}.login-form.login-form-card{background:#fff;border:1px solid #e3e6eb;border-radius:16px;width:min(100%,480px);margin:0;padding:clamp(30px,4vw,52px);box-shadow:0 18px 48px #25141514}.login-form-heading{margin-bottom:30px}.login-form-heading .login-overline{color:#a11f23}.login-form-heading h2{color:#231d1e;margin:0;font-size:2rem;font-weight:700;line-height:1.15}.login-form-heading>p:last-child{color:#6d7480;margin:10px 0 0;font-size:.95rem;line-height:1.5}.login-form.login-form-card label{color:#3b3435;gap:8px;font-size:.875rem;font-weight:600}.login-form.login-form-card input:not([type=checkbox]){color:#241f20;background:#fff;border-color:#d9dde4;border-radius:9px;min-height:48px;font-weight:400}.login-form.login-form-card input:not([type=checkbox]):focus{border-color:#b52327;box-shadow:0 0 0 3px #b523271f}.password-input-wrap{display:block;position:relative}.password-input-wrap input{width:100%;padding-right:52px}.password-visibility-button{color:#737b87;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-visibility-button:hover{color:#a11f23;background:#f4f5f7}.remember-login{cursor:pointer;align-items:center;margin-top:2px;color:#6a717c!important;gap:9px!important;font-size:.84rem!important;font-weight:500!important;display:flex!important}.remember-login input{accent-color:#b52327;width:16px;height:16px;margin:0}.login-form.login-form-card .primary-button{min-height:48px;box-shadow:none;background:#af2024;border-radius:9px;margin-top:12px}.login-form.login-form-card .primary-button:hover:not(:disabled){background:#8f191d}@media (width<=880px){.login-page{grid-template-columns:1fr}.login-showcase{min-height:260px;padding:32px}.login-showcase-copy{padding:56px 0 0}.login-showcase h1{font-size:2rem}.login-form-panel{min-height:auto;padding:28px 20px 40px}}@media (width<=520px){.login-showcase{min-height:230px;padding:26px 22px}.login-logo{width:172px}.login-showcase-copy{padding-top:42px}.login-showcase-copy>p:last-child{display:none}.login-form-panel{padding:18px 14px 30px}.login-form.login-form-card{border-radius:12px;padding:28px 22px}.login-form-heading h2{font-size:1.7rem}}:root{--logit-red:#b4232a;--logit-red-dark:#8f1720;--logit-red-soft:#fbe9ea;--logit-rose:#e7a5aa;--logit-sidebar:#2a0b0f;--logit-sidebar-muted:#ffe9eb;--logit-offwhite:#f7f8fa;--logit-surface:#fff;--logit-border:#e3e5ea;--logit-text:#281b1b;--logit-muted:#746565}.boot,.login-page{background:var(--logit-offwhite)}.login-panel,.topbar,.kpi,.panel,.detail-panel,.kanban-column,.loading-block{background:var(--logit-surface);border-color:var(--logit-border)}.login-panel{box-shadow:0 18px 50px #6f11151a}.brand-mark,.brand-icon{color:var(--logit-red);background:var(--logit-red-soft)}.login-brand h1,.topbar h1,.kpi strong,.table-row strong,.protocol-card strong,.protocol-card h3,.detail-section strong,.attachments>strong,.history strong,.simple-row strong{color:var(--logit-text)}.login-brand p,.topbar p,.kpi span,.muted,.panel-title span,.column-head span,.protocol-card p,.protocol-card span,.protocol-card footer,.history-item span,.simple-row span,.empty-state{color:var(--logit-muted)}label,.detail-section p,.history-item p,.meta-line,.loading-block,.table-row,.protocol-card{color:var(--logit-text)}input,select,textarea,.searchbox{border-color:var(--logit-border);background:var(--logit-surface);color:var(--logit-text)}input:focus,select:focus,textarea:focus{border-color:var(--logit-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--logit-red) 14%, transparent)}.primary-button,.tabs button.active,.sidebar nav button.active{background:var(--logit-red);color:#fff}.primary-button:hover,.tabs button.active:hover,.sidebar nav button.active:hover{background:var(--logit-red-dark)}.secondary-button{color:var(--logit-red);background:var(--logit-red-soft);border-color:var(--logit-rose)}.app-shell{background:var(--logit-offwhite);color:var(--logit-text)}.sidebar{background:var(--logit-sidebar);color:var(--logit-sidebar-muted)}.brand{min-height:50px;margin:0 2px 16px}.brand-logo{width:184px;max-width:100%;height:auto;display:block}.sidebar nav button,.logout{color:var(--logit-sidebar-muted)}.sidebar nav button:hover,.logout:hover{background:color-mix(in srgb, var(--logit-sidebar-muted) 12%, transparent);color:#fff}.profile-pill{border-top-color:color-mix(in srgb, var(--logit-sidebar-muted) 22%, transparent)}.profile-pill>span{background:var(--logit-red)}.profile-pill small{color:var(--logit-rose)}.icon-button,.tabs{background:var(--logit-red-soft)}.icon-button{color:var(--logit-red)}.icon-button:hover{background:var(--logit-red-soft)}.kpi svg{color:var(--logit-red)}.table-row,.simple-row,.empty-state{background:#fff;border-color:#eee4df}.column-head{border-bottom-color:var(--logit-red)}.protocol-card{border-color:var(--logit-border);background:#fff}.protocol-card:hover{border-color:var(--logit-rose)}.protocol-card.selected{border-color:var(--logit-red);box-shadow:inset 3px 0 0 var(--logit-red)}.detail-section,.form-grid.compact,.comment-box,.attachments,.history,.history-item{border-color:#eee4df}.form-error,.notice.error{color:var(--logit-red-dark);border-color:var(--logit-rose);background:#fcebed}.priority-normal{background:#bd7c13}.priority-alta{background:var(--logit-red)}.priority-critica{background:#681014}@media (width<=1100px){.brand-logo{object-fit:contain;object-position:left center;width:184px;height:auto}}:root{--logit-sidebar:#231315;--logit-sidebar-deep:#190b0d;--logit-sidebar-line:#f7f8fa1a;--logit-offwhite:#f7f8fa;--logit-surface:#fff;--logit-surface-raised:#fff;--logit-border:#e3e5ea;--logit-border-strong:#d3d7df;--logit-text:#2a1b1c;--logit-muted:#71717a;--logit-muted-soft:#8b7a78;--logit-shadow-soft:0 14px 36px #2a1b1c0e;--logit-shadow-card:0 8px 24px #2a1b1c0b}html{background:var(--logit-offwhite)}body{font-feature-settings:"cv02", "cv03", "cv04", "liga"}.app-shell{background:linear-gradient(180deg, #ffffffd1, #f7f8fa00 220px), var(--logit-offwhite)}.sidebar{background:var(--logit-sidebar);border-right:1px solid #ffffff0f;box-shadow:inset -1px 0 #0000003d}.brand{border-bottom:1px solid var(--logit-sidebar-line);padding:2px 4px 18px}.sidebar nav{gap:6px}.sidebar nav button,.logout{letter-spacing:0;border-radius:8px;min-height:42px;padding:10px 12px;font-size:14px;font-weight:700;transition:background .16s,color .16s,transform .16s}.sidebar nav button svg,.logout svg{stroke-width:2.35px;flex:none;width:19px;height:19px}.sidebar nav button.active{background:var(--logit-red);box-shadow:0 8px 18px color-mix(in srgb, var(--logit-red) 26%, transparent), inset 0 1px 0 #ffffff1f;margin-inline:2px}.sidebar nav button:hover,.logout:hover{transform:translate(1px)}.profile-pill{padding:18px 4px 0}.profile-pill>span{border-radius:12px;width:40px;height:40px;box-shadow:inset 0 1px #ffffff29}.topbar{border-bottom-color:#d7c6bfc7;height:82px;box-shadow:0 1px #ffffffa6}.topbar h1{letter-spacing:0;font-size:24px;font-weight:800;line-height:1.05}.topbar p{color:var(--logit-muted);margin-top:6px;font-size:13px;font-weight:400}.searchbox,input,select,textarea{border-radius:8px}.searchbox{border-color:var(--logit-border);height:42px;box-shadow:0 1px #ffffffb8}.searchbox svg{stroke-width:2.25px}input,select{height:42px}textarea{line-height:1.55}label{color:#5c4a49;font-size:12px;font-weight:700}.primary-button,.secondary-button,.icon-button,.tabs button{border-radius:8px;font-weight:800}.primary-button,.secondary-button{height:42px}.primary-button{background:var(--logit-red);box-shadow:0 8px 18px color-mix(in srgb, var(--logit-red) 18%, transparent)}.secondary-button{background:var(--logit-red-soft)}.icon-button{width:42px;height:42px}.icon-button svg,.primary-button svg,.secondary-button svg,.panel-title svg{stroke-width:2.35px}.dashboard-grid,.settings-grid{gap:18px;padding:24px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-profile-card{padding:20px}.settings-profile-card .panel-title{align-items:flex-start}.settings-profile-card .panel-title p{color:#697386;margin:5px 0 0;font-size:12px;font-weight:500}.settings-profile-form{gap:14px;margin-top:18px;display:grid}.settings-profile-form label{color:#4d3e3e;gap:6px;font-size:12px;font-weight:800;display:grid}.settings-profile-form input{color:#332526;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:9px 11px;font-size:13px;font-weight:500}.settings-profile-form input:focus{border-color:#b42326;outline:none;box-shadow:0 0 0 3px #b423261a}.settings-profile-form input[readonly]{color:#697386;background:#f7f8fa}.settings-profile-meta{color:#697386;background:#f7f8fa;border:1px solid #e7e9ee;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.settings-profile-meta strong{color:#4d3e3e}.settings-save-button{width:100%;margin-top:2px}.settings-system-card{padding:20px}.settings-system-card .panel-title{align-items:flex-start}.settings-system-card .panel-title p{color:#697386;margin:5px 0 0;font-size:12px;font-weight:500}.settings-system-section{gap:10px;margin-top:22px;display:grid}.settings-section-label{color:#4d3e3e;font-size:12px;font-weight:800}.settings-color-select-wrap{background:#fff;border:1px solid #dfe3e8;border-radius:8px;align-items:center;gap:9px;padding:0 11px;transition:border-color .16s,box-shadow .16s;display:flex;position:relative}.settings-color-dropdown .app-dropdown-trigger{font-size:13px;font-weight:700}.settings-color-trigger-label,.settings-color-option-label{align-items:center;gap:9px;min-width:0;display:inline-flex}.settings-color-option{min-height:36px}.settings-color-select-wrap:focus-within{border-color:var(--logit-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--logit-red) 12%, transparent)}.settings-color-swatch{border-radius:50%;flex:0 0 18px;width:18px;height:18px;box-shadow:inset 0 0 0 1px #0000001f}.settings-color-select{color:#4d3e3e;width:100%;height:42px;font:inherit;background:0 0;border:0;border-radius:0;outline:none;padding:0;font-size:13px;font-weight:700}.settings-theme-option{background:#f7f8fa;border:1px solid #e7e9ee;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:14px}.settings-theme-option small{color:#697386;margin-top:4px;font-size:11px;display:block}.settings-theme-button{color:#697386;min-height:36px;font:inherit;cursor:not-allowed;background:#e9ebef;border:1px solid #dfe3e8;border-radius:7px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:800;display:inline-flex}.kpi,.panel,.detail-panel,.kanban-column,.loading-block,.login-panel{box-shadow:var(--logit-shadow-card);border-radius:12px}.kpi{grid-template-rows:auto auto;align-content:start;gap:7px;min-height:100px;padding:16px 18px 12px}.kpi-main{align-items:flex-start;gap:9px;min-width:0;display:flex}.kpi-value{gap:5px;display:grid}.kpi-icon{width:42px;height:42px;color:var(--logit-red);background:color-mix(in srgb, var(--logit-red) 10%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--logit-red) 8%, transparent);border-radius:12px;place-items:center;display:grid}.kpi-icon svg{stroke-width:2.35px}.kpi strong{letter-spacing:0;font-size:26px;font-weight:800;line-height:.95}.kpi span{color:var(--logit-muted);font-size:12.5px;font-weight:600}.kpi-comparison{min-height:15px;line-height:1.3;display:block;font-size:11px!important;font-weight:700!important}.kpi-comparison.positive{color:#dc2626}.kpi-comparison.negative{color:#15803d}.kpi-comparison.neutral{color:var(--logit-muted)}.kpi-label{color:var(--kpi-accent)!important;font-weight:400!important}.panel{padding:20px}.panel-title h2,.column-head h2,.detail-header h2{letter-spacing:0;font-size:17px;font-weight:800}.panel-title span,.column-head span{color:var(--logit-muted);font-size:12px;font-weight:700}.table-row,.simple-row,.protocol-card,.empty-state{border-radius:10px}.table-row{background:var(--logit-surface-raised);min-height:58px;transition:border-color .16s,box-shadow .16s,transform .16s}.table-row:hover{border-color:var(--logit-border-strong);box-shadow:var(--logit-shadow-soft);transform:translateY(-1px)}.table-row strong{font-weight:800}.kanban-column{padding:14px}.column-head{border-bottom-width:1px}.column-head span{min-width:28px;height:24px;color:var(--logit-red);background:color-mix(in srgb, var(--logit-red) 10%, transparent);border-radius:999px;place-items:center;display:grid}.protocol-card{gap:10px;padding:14px;transition:border-color .16s,box-shadow .16s,transform .16s}.protocol-card:hover{box-shadow:var(--logit-shadow-soft);transform:translateY(-1px)}.protocol-card.selected{box-shadow:inset 3px 0 0 var(--logit-red), var(--logit-shadow-soft)}.protocol-card strong,.protocol-card h3{font-weight:800}.protocol-card h3{font-size:14px;line-height:1.42}.protocol-card p,.protocol-card span,.protocol-card footer{color:var(--logit-muted);font-size:12px}.detail-panel{padding:20px}.detail-header{border-bottom:1px solid #eee4df;padding-bottom:14px}.detail-header .muted{font-size:12px;font-weight:700}.detail-panel h3{margin-top:16px;font-size:18px;font-weight:800;line-height:1.35}.status-chip{letter-spacing:0;border-radius:999px;font-size:11px;font-weight:800}.tabs{background:#f0e8e4;border-radius:10px}.tabs button{border-radius:8px;font-size:13px}.simple-row{background:var(--logit-surface-raised)}.simple-row strong{font-weight:800}.notice{border-radius:10px}@media (width<=760px){.topbar h1{font-size:22px}.kpi{min-height:116px}.kpi strong{font-size:32px}}input,select,textarea,.searchbox,.table-row,.simple-row,.protocol-card,.empty-state{background:#fff}.tabs,.icon-button{background:#f1f3f6}.tabs button{color:#5f636d}.detail-header,.detail-section,.form-grid.compact,.comment-box,.attachments,.history,.history-item{border-color:#e7e9ee}.topbar{border-bottom-color:#e3e5ea}.kpi{border-color:#e5e7eb;position:relative;overflow:hidden}.kpi:after{content:"";background:var(--kpi-accent);height:3px;position:absolute;inset:auto 0 0}.kpi-total{--kpi-accent:#334155;--kpi-tint:#f1f5f9}.kpi-novo{--kpi-accent:#2563eb;--kpi-tint:#eff6ff}.kpi-andamento{--kpi-accent:#d97706;--kpi-tint:#fffbeb}.kpi-aguardando{--kpi-accent:#c2410c;--kpi-tint:#fff7ed}.kpi-critico{--kpi-accent:#dc2626;--kpi-tint:#fef2f2}.kpi-concluido{--kpi-accent:#16a34a;--kpi-tint:#f0fdf4}.kpi-cancelado{--kpi-accent:#dc2626;--kpi-tint:#fef2f2}.kpi-contas{--kpi-accent:#7c3aed;--kpi-tint:#f5f3ff}.kpi .kpi-icon{color:var(--kpi-accent);background:var(--kpi-tint);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--kpi-accent) 13%, white)}.kpi .kpi-icon svg,.kpi strong{color:var(--kpi-accent)}.priority-badge,.status-chip{white-space:nowrap;border-radius:6px;align-items:center;gap:6px;width:fit-content;min-height:24px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.priority-badge{font-weight:500}.priority-badge:before{content:"";background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.priority-normal{color:#2563eb;background:#eff6ff}.priority-alta{color:#ea580c;background:#fff7ed}.priority-critica{color:#dc2626;background:#fef2f2}.priority-dot{width:8px;height:8px;box-shadow:0 0 0 3px}.priority-dot.priority-normal{color:#2563eb;background:#2563eb}.priority-dot.priority-alta{color:#c2410c;background:#c2410c}.priority-dot.priority-critica{color:#dc2626;background:#dc2626}.status-chip{border:1px solid #0000}.status-novo{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-em_andamento{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-aguardando_solicitante{color:#7c3f00;background:#fff7ed;border-color:#fed7aa}.status-concluido{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.status-cancelado{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.table-row{grid-template-columns:120px minmax(180px,1fr) 180px minmax(150px,auto) minmax(86px,auto)}.kanban-column:first-child .column-head{border-bottom-color:#2563eb}.kanban-column:first-child{--kanban-accent:#2563eb;--kanban-surface:#eff6ff;--kanban-border:#bfdbfe;--kanban-drag-surface:#dbeafe}.kanban-column:first-child .column-head span{color:#1d4ed8;background:#eff6ff}.kanban-column:nth-child(2) .column-head{border-bottom-color:#d97706}.kanban-column:nth-child(2){--kanban-accent:#d97706;--kanban-surface:#fffbeb;--kanban-border:#fde68a;--kanban-drag-surface:#fef3c7}.kanban-column:nth-child(2) .column-head span{color:#b45309;background:#fffbeb}.kanban-column:nth-child(3) .column-head{border-bottom-color:#c2410c}.kanban-column:nth-child(3){--kanban-accent:#c2410c;--kanban-surface:#fff7ed;--kanban-border:#fed7aa;--kanban-drag-surface:#ffedd5}.kanban-column:nth-child(3) .column-head span{color:#9a3412;background:#fff7ed}.kanban-column:nth-child(4) .column-head{border-bottom-color:#dc2626}.kanban-column:nth-child(4){--kanban-accent:#dc2626;--kanban-surface:#fef2f2;--kanban-border:#fecaca;--kanban-drag-surface:#fee2e2}.kanban-column:nth-child(4) .column-head span{color:#b91c1c;background:#fef2f2}.kanban-column:nth-child(5) .column-head{border-bottom-color:#16a34a}.kanban-column:nth-child(5){--kanban-accent:#16a34a;--kanban-surface:#f0fdf4;--kanban-border:#bbf7d0;--kanban-drag-surface:#dcfce7}.kanban-column:nth-child(5) .column-head span{color:#15803d;background:#f0fdf4}.kanban .protocol-card{box-shadow:none;border-color:#edf0f2;border-radius:8px;gap:8px;padding:12px}.kanban .protocol-card:hover{background:var(--logit-red-soft);box-shadow:none;border-color:#edf0f2;transform:none}.kanban .protocol-card strong,.kanban .protocol-card h3,.kanban .protocol-card p,.kanban .protocol-card>div>span,.kanban .protocol-card footer{font-size:12px}.kanban .protocol-card h3{font-weight:500;line-height:1.35}.kanban .protocol-card footer{flex-wrap:wrap;gap:6px}.kanban .protocol-card .priority-badge{border-radius:6px;gap:6px;min-height:24px;padding:4px 8px;font-size:11px;font-weight:500;line-height:1}.kanban .protocol-card .priority-badge:before{width:6px;height:6px}.kanban .protocol-card .status-chip{min-height:24px;padding:4px 8px}.kanban-column:first-child .protocol-card:not(.selected){background:#eff6ff;border-color:#bfdbfe #bfdbfe #bfdbfe #2563eb;border-left-style:solid;border-left-width:3px}.kanban-column:nth-child(2) .protocol-card:not(.selected){background:#fffbeb;border-color:#fde68a #fde68a #fde68a #d97706;border-left-style:solid;border-left-width:3px}.kanban-column:nth-child(3) .protocol-card:not(.selected){background:#fff7ed;border-color:#fed7aa #fed7aa #fed7aa #c2410c;border-left-style:solid;border-left-width:3px}.kanban-column:nth-child(4) .protocol-card:not(.selected){background:#fef2f2;border-color:#fecaca #fecaca #fecaca #dc2626;border-left-style:solid;border-left-width:3px}.kanban-column:nth-child(5) .protocol-card:not(.selected){background:#f0fdf4;border-color:#bbf7d0 #bbf7d0 #bbf7d0 #16a34a;border-left-style:solid;border-left-width:3px}@media (width<=760px){.table-row{grid-template-columns:1fr auto;align-items:start}.table-row>span:first-of-type,.table-row>span:nth-of-type(2){display:none}}.protocol-workspace{grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;min-height:0;display:grid}.protocol-viewbar,.protocol-table-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.view-switcher{background:#f1f3f6;border:1px solid #e3e5ea;border-radius:9px;align-items:center;gap:3px;padding:3px;display:inline-flex}.view-switcher button,.filter-toggle,.clear-filters{font:inherit;cursor:pointer;border:0}.view-switcher button{color:#667085;background:0 0;border-radius:6px;align-items:center;gap:7px;height:32px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.view-switcher button svg,.filter-toggle svg{stroke-width:2.25px}.view-switcher button.active{color:var(--logit-text);background:#fff;box-shadow:0 1px 3px #1018281f}.cadastro-switcher{width:fit-content}.protocol-count{color:var(--logit-muted);font-size:12px;font-weight:700}.viewbar-actions{align-items:center;gap:10px;display:inline-flex}.export-menu{position:relative}.csv-export-button{height:32px;color:var(--logit-text);font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.csv-export-button:hover{background:var(--logit-red-soft);border-color:var(--logit-red);color:var(--logit-red-dark)}.export-menu-list{z-index:30;background:#fff;border:1px solid #e3e5ea;border-radius:9px;gap:2px;min-width:174px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 24px #10182824}.export-menu-list button{min-height:34px;color:var(--logit-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 9px;font-size:12px;font-weight:700;display:flex}.export-menu-list button:hover,.export-menu-list button:focus-visible{background:var(--logit-red-soft);color:var(--logit-red-dark);outline:none}.export-file-icon{object-fit:contain;flex:0 0 18px;width:18px;height:18px}.export-feedback{z-index:29;border:1px solid var(--logit-rose);background:var(--logit-red-soft);width:max-content;max-width:280px;color:var(--logit-red-dark);border-radius:7px;padding:8px 10px;font-size:11px;font-weight:600;position:absolute;top:calc(100% + 7px);right:0}.protocol-layout .kanban{min-height:0}.kanban.is-dragging-card,.kanban.is-dragging-card .kanban-column,.kanban.is-dragging-card .cards{overflow:visible}.protocol-table-panel{min-width:0;min-height:0;box-shadow:var(--logit-shadow-card);background:#fff;border:1px solid #e3e5ea;border-radius:12px;grid-template-rows:auto minmax(0,1fr);padding:18px 0 0;display:grid;overflow:hidden}.protocol-table-toolbar{padding:0 18px 16px}.protocol-table-toolbar h2{color:var(--logit-text);margin:0;font-size:16px;font-weight:800}.protocol-table-toolbar span{color:var(--logit-muted);margin-top:4px;font-size:12px;display:block}.table-actions{align-items:center;gap:8px;display:flex}.filter-toggle,.clear-filters{height:36px;color:var(--logit-text);background:var(--logit-surface);border:1px solid #dfe3e8;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.filter-toggle.active,.clear-filters{color:var(--logit-red);background:var(--logit-red-soft);border-color:var(--logit-rose)}.clear-filters:hover{background:var(--logit-red);border-color:var(--logit-red);color:#fff}.protocol-table-scroll{scrollbar-gutter:stable;border-top:1px solid #e7e9ee;min-height:0;overflow:auto}.table-pagination{color:var(--logit-muted);background:#fff;border-top:1px solid #e7e9ee;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;font-size:12px;display:flex}.table-pagination-actions{align-items:center;gap:8px;display:flex}.table-pagination-pages{align-items:center;gap:4px;display:flex}.table-pagination button{min-height:32px;color:var(--logit-text);background:#fff;border:1px solid #dfe3e8;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.table-pagination button:hover:not(:disabled){color:var(--logit-red);border-color:var(--logit-rose);background:var(--logit-red-soft)}.table-pagination-pages button{min-width:32px;padding:0 7px}.table-pagination-pages button.active{color:#fff;background:var(--logit-red);border-color:var(--logit-red)}.table-pagination-ellipsis{min-width:18px;color:var(--logit-muted);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.table-pagination-summary{white-space:nowrap}.table-pagination button:disabled{cursor:not-allowed;opacity:.45}.protocol-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1260px;color:var(--logit-text);font-size:12px}.protocol-table th,.protocol-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0f2;padding:13px 14px}.protocol-table th{z-index:8;color:#4d3e3e;min-width:120px;box-shadow:none;white-space:nowrap;background:#fbfbfc;font-size:11px;font-weight:800;position:sticky;top:0}.protocol-table th:nth-child(4){min-width:230px}.protocol-table th:nth-child(5),.protocol-table th:nth-child(6){min-width:160px}.protocol-table th:nth-child(7){width:200px;min-width:200px}.protocol-table th:nth-child(10){min-width:170px}.protocol-table th input,.protocol-table th select{box-sizing:border-box;width:100%;height:30px;color:var(--logit-text);background:var(--logit-surface);font:inherit;border:1px solid #dfe3e8;border-radius:8px;margin-top:8px;padding:0 8px;font-size:11px;font-weight:500;display:block}.table-filter-menu{margin-top:8px;position:relative}.table-filter-trigger{width:100%;min-width:116px;height:30px;color:var(--logit-text);background:var(--logit-surface);border:1px solid var(--logit-border);cursor:pointer;font:inherit;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:0 7px;font-size:11px;font-weight:400;display:flex}.table-filter-trigger:hover,.table-filter-trigger:focus-visible{border-color:var(--logit-red);outline:none}.table-filter-trigger:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--logit-red) 14%, transparent)}.table-filter-trigger .priority-badge,.table-filter-trigger .status-chip{text-overflow:ellipsis;max-width:calc(100% - 20px);min-height:20px;padding:3px 6px;font-weight:400;overflow:hidden}.table-filter-trigger>svg{color:#7c6b6d;flex:none}.table-filter-options{z-index:20;box-sizing:border-box;overscroll-behavior:contain;width:100%;min-width:0;max-height:min(320px,100vh - 190px);box-shadow:none;background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto}.table-filter-option{width:100%;min-height:30px;color:var(--logit-text);cursor:pointer;font:inherit;text-align:left;white-space:normal;overflow-wrap:anywhere;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:14px;padding:4px 6px;font-size:11px;font-weight:400;display:flex}.table-filter-option:hover,.table-filter-option:focus-visible{background:var(--logit-red-soft);outline:none}.table-filter-option[aria-selected=true]{color:var(--logit-red);background:var(--logit-red-soft)}.table-filter-option .priority-badge,.table-filter-option .status-chip{min-height:20px;padding:3px 6px;font-weight:400}.protocol-table tbody tr{cursor:pointer;transition:background .14s}.protocol-table tbody tr.is-finalized{color:#635c61;background:#f5f6f8}.protocol-table tbody tr.is-finalized td{border-bottom-color:#e2e5e9}.protocol-table tbody tr:hover{background:var(--logit-red-soft)}.protocol-table tbody tr.is-finalized:hover{background:#eef0f3}.protocol-table tbody tr.selected{background:var(--logit-red-soft);box-shadow:inset 3px 0 0 var(--logit-red)}.protocol-table tbody tr.is-new-protocol{box-shadow:inset 3px 0 0 var(--logit-red)}.protocol-number-cell{align-items:center;gap:7px;display:inline-flex}.new-protocol-badge{min-height:18px;color:var(--logit-red);background:var(--logit-red-soft);letter-spacing:.01em;border-radius:999px;align-items:center;padding:2px 6px;font-size:10px;font-weight:800;display:inline-flex}.protocol-table tbody tr:focus-visible{outline:2px solid var(--logit-red);outline-offset:-2px}.protocol-table td strong{color:#2f2223;font-weight:800}.protocol-table .priority-badge,.protocol-table .status-chip,.protocol-type-badge{min-height:22px;padding:3px 7px}.protocol-type-badge{white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.protocol-type-accounts{color:#6d28d9;background:#f3eefe;border-color:#d8c5fb}.protocol-type-operational{color:#52606d;background:#f1f4f680;border-color:#d9e0e5b8}.history-page{grid-template-rows:auto minmax(0,1fr);gap:12px;height:calc(100vh - 76px);min-height:0;padding:18px;display:grid}.history-viewbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.history-table-panel{height:100%}.history-calendar-panel{grid-template-rows:auto minmax(0,1fr);gap:14px;min-height:0;padding:20px;display:grid;overflow:auto}.history-calendar-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.history-calendar-header h2,.history-day-modal h2{color:#2f2223;margin:0;font-size:16px;font-weight:800}.history-calendar-header p,.history-day-modal p{color:#697386;margin:4px 0 0;font-size:12px}.history-day-modal header>button{color:#697386;cursor:pointer;background:#fff;border:1px solid #e1e5ea;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;display:grid}.history-day-modal header>button:hover{color:#b42326;background:#fff3f3;border-color:#fecaca}.history-calendar-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 12px;display:flex}.calendar-period-controls{gap:8px}.history-calendar-months{align-content:start;gap:18px;min-height:0;display:grid;overflow:auto}.history-calendar-month{min-width:720px}.history-calendar-month h3{color:#3a3238;text-transform:capitalize;margin:0 0 9px;font-size:13px;font-weight:750}.history-calendar-weekdays,.history-calendar-grid{grid-template-columns:repeat(7,minmax(96px,1fr));gap:8px;min-width:720px;display:grid}.history-calendar-weekdays span{color:#7b8492;text-transform:uppercase;padding:0 10px;font-size:11px;font-weight:700}.history-calendar-grid{grid-auto-rows:minmax(82px,1fr)}.history-calendar-grid>span,.history-calendar-day{min-height:82px}.history-calendar-day{color:#3a3238;font:inherit;text-align:left;background:#fff;border:1px solid #e6e9ee;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:8px;padding:10px;display:flex}.history-calendar-day>span{font-size:13px;font-weight:600}.history-calendar-day strong{min-height:22px;color:var(--logit-red-dark);background:var(--logit-red-soft);border-radius:6px;align-items:center;padding:3px 7px;font-size:11px;font-weight:700;display:inline-flex}.calendar-day-records{gap:6px;display:grid}.calendar-priority-counts{flex-wrap:wrap;gap:4px;display:flex}.calendar-priority-count{border-radius:5px;align-items:center;gap:4px;min-height:19px;padding:2px 5px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.calendar-priority-count i{background:currentColor;border-radius:50%;flex:none;width:5px;height:5px}.calendar-priority-count.priority-critica{color:#dc2626;background:#fef2f2}.calendar-priority-count.priority-alta{color:#ea580c;background:#fff7ed}.calendar-priority-count.priority-normal{color:#2563eb;background:#eff6ff}.history-calendar-day.has-records{cursor:pointer}.history-calendar-day.has-records:hover,.history-calendar-day.has-records:focus-visible{background:#fff8f8;border-color:#e5a0a3;outline:none;box-shadow:inset 0 0 0 1px #b423261a}.history-calendar-day.is-outside-range{opacity:.42}.history-calendar-day:disabled{cursor:default}.history-day-backdrop{z-index:130}.history-day-modal{background:#fff;border:1px solid #e3e6eb;border-radius:10px;grid-template-rows:auto minmax(0,1fr);width:min(680px,100%);max-height:min(680px,100vh - 56px);display:grid;overflow:hidden;box-shadow:0 20px 48px #20181a38}.history-day-modal header{border-bottom:1px solid #e8ebef;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.history-day-modal header>div>span{color:#7b8492;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.history-day-list{gap:4px;min-height:0;padding:6px;display:grid;overflow-y:auto}.history-day-item{background:#fff;border:1px solid #edf0f2;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.history-day-item.is-final{background:#f4f5f7}.history-day-item:hover{background:#fafafa}.history-day-item.is-final:hover{background:#eef0f3}.history-day-item .history-result-event{color:#697386;font-size:10px}.history-table{min-width:1320px}.history-table th{min-width:0}.history-table th:first-child,.history-table th:nth-child(2){width:128px;min-width:128px}.history-table th:nth-child(3){width:100px;min-width:100px}.history-table th:nth-child(4){width:150px;min-width:150px}.history-table th:nth-child(5){width:160px;min-width:160px}.history-table th:nth-child(6),.history-table th:nth-child(7),.history-table th:nth-child(8){width:200px;min-width:200px}.history-table th:nth-child(9){width:210px;min-width:210px}.history-table tbody tr{cursor:default;background:#f5f6f8}.history-table tbody tr:hover{background:#eef0f3}.history-table tbody td{border-bottom-color:#e2e5e9}.dashboard-attention{padding:18px 0 0;overflow:hidden}.dashboard-attention.legacy-critical-card,.legacy-whatsapp-card{display:none}.dashboard-attention .attention-alert-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;padding:0 18px 16px;display:flex}.attention-alert-title h2{color:#b91c1c;background:#fef2f2;border-radius:999px;align-items:center;gap:8px;min-height:34px;margin:0;padding:7px 12px;font-size:14px;font-weight:850;display:inline-flex}.attention-alert-title h2 svg{color:#dc2626;flex:none}.attention-alert-title span{color:#b91c1c;white-space:nowrap;background:#fef2f2;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-attention .table-list{scrollbar-gutter:stable;scrollbar-color:#9ca3af #f1f3f5;scrollbar-width:auto;border-top:1px solid #e7e9ee;max-height:250px;display:block;overflow:auto}.dashboard-attention .table-list::-webkit-scrollbar{width:10px;height:10px}.dashboard-attention .table-list::-webkit-scrollbar-track{background:#f1f3f5}.dashboard-attention .table-list::-webkit-scrollbar-thumb{background:#9ca3af;border:2px solid #f1f3f5;border-radius:999px}.dashboard-attention .attention-table-head{color:#4b3f43;background:#fafbfc;border-bottom:1px solid #edf0f2;grid-template-columns:112px 240px 135px 150px 90px 180px;align-items:center;gap:12px;min-width:1000px;padding:11px 14px;font-size:11px;font-weight:800;display:grid}.dashboard-attention .table-row{width:100%;min-width:1000px;min-height:58px;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #edf0f2;border-radius:0;grid-template-columns:112px 240px 135px 150px 90px 180px;gap:12px;padding:13px 14px;font-size:12px;transform:none}.dashboard-attention .table-row>*{min-width:0}.dashboard-attention .table-row>span:not(.priority-badge):not(.status-chip){line-height:1.35}.dashboard-attention .table-row:hover{background:var(--logit-red-soft);box-shadow:none;border-color:#edf0f2;transform:none}.dashboard-attention .table-row:last-child{border-bottom:0}.dashboard-view{min-width:0}.dashboard-viewbar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px;min-height:58px;padding:16px 24px 0;display:flex}.dashboard-switcher button{white-space:nowrap;height:34px}.dashboard-switcher{max-width:100%}.dashboard-controls{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.dashboard-range-dropdown{flex:0 0 148px;width:148px;min-width:148px}.dashboard-range-dropdown .app-dropdown-trigger,.dashboard-control-button{box-sizing:border-box;color:#5f6673;height:42px;min-height:42px;font:inherit;background:#fff;border:1px solid #dce1e8;border-radius:8px;font-size:12px;font-weight:600}.period-filter-controls .dashboard-range-dropdown .app-dropdown-trigger,.period-filter-controls .dashboard-control-button,.period-filter-controls .multi-status-trigger,.period-filter-controls .clear-filters,.dashboard-controls .dashboard-range-dropdown .app-dropdown-trigger,.dashboard-controls .dashboard-control-button{box-sizing:border-box;height:36px;min-height:36px}.protocol-sort-dropdown{flex:0 0 210px;width:210px;min-width:210px}.protocol-sort-dropdown .app-dropdown-trigger{box-sizing:border-box;color:#5f6673;height:36px;min-height:36px;font:inherit;background:#fff;border:1px solid #dce1e8;border-radius:8px;font-size:12px;font-weight:600}.dashboard-control-button{white-space:nowrap;cursor:pointer;align-items:center;gap:7px;padding:7px 10px;display:inline-flex}.dashboard-control-button>svg{flex:none}.dashboard-realtime-button>svg{color:var(--logit-red)}.dashboard-range-dropdown .app-dropdown-option{white-space:nowrap}.dashboard-range-dropdown.active .app-dropdown-trigger,.multi-status-trigger.active,.dashboard-control-button:hover,.dashboard-control-button.active{border-color:var(--logit-red);background:var(--logit-red-soft);color:var(--logit-red-dark)}.dashboard-custom-range{position:relative}.dashboard-range-popover{box-sizing:border-box;z-index:30;background:#fff;border:1px solid #dce1e8;border-radius:12px;width:240px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px #2f273024}.dashboard-calendar{gap:6px;display:grid}.dashboard-calendar-header{text-align:center;grid-template-columns:30px 1fr 30px;justify-self:center;align-items:center;width:222px;min-height:34px;display:grid}.dashboard-calendar-header strong{color:#2f2730;text-transform:capitalize;font-size:12px;font-weight:700}.dashboard-calendar-header button{color:#697386;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.dashboard-calendar-header button:hover{background:var(--logit-red-soft);color:var(--logit-red-dark)}.dashboard-calendar-weekdays,.dashboard-calendar-grid{grid-template-columns:repeat(7,30px);justify-content:center;gap:2px;display:grid}.dashboard-calendar-weekdays span{color:#8a919c;text-align:center;width:30px;padding:0;font-size:10px;font-weight:700}.dashboard-calendar-grid>span,.dashboard-calendar-grid button{width:30px;height:30px}.dashboard-calendar-grid button{color:#3a3238;min-width:0;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0;font-size:11px;font-weight:600}.dashboard-calendar-grid button:hover,.dashboard-calendar-grid button.in-range,.dashboard-calendar-grid button.preview-range{background:var(--logit-red-soft);color:var(--logit-red-dark)}.dashboard-calendar-grid button.selected,.dashboard-calendar-grid button.selected:hover{background:var(--logit-red);color:#fff;font-weight:800}.dashboard-calendar>p{color:#697386;text-align:center;border-top:1px solid #edf0f3;margin:2px 0 0;padding-top:8px;font-size:10px;font-weight:600}.dashboard-operational-grid,.dashboard-report-grid,.dashboard-report-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.dashboard-operational-grid .kpi-row,.chart-span-12{grid-column:1/-1}.dashboard-operational-grid .dashboard-attention{grid-column:span 6;min-height:320px}.dashboard-operational-grid .kpi-row{grid-template-columns:repeat(7,minmax(0,1fr))}.chart-span-8{grid-column:span 8}.chart-span-9{grid-column:span 9}.chart-span-7{grid-column:span 7}.chart-span-6{grid-column:span 6}.chart-span-5{grid-column:span 5}.chart-span-4{grid-column:span 4}.report-span-7{grid-column:span 7}.report-span-8{grid-column:span 8}.report-span-12{grid-column:1/-1}.report-span-6{grid-column:span 6}.report-span-5{grid-column:span 5}.report-span-4{grid-column:span 4}.report-span-3{grid-column:span 3}.dashboard-metric-card{align-content:start;min-height:220px}.dashboard-compact-chart-card{min-height:220px}.dashboard-compact-chart-card .line-chart svg{height:150px}.dashboard-compact-chart-card .line-chart{width:100%}.category-outcome-filter{min-width:190px}.category-outcome-chart{grid-template-rows:auto minmax(0,1fr);gap:10px;min-height:150px;display:grid}.category-outcome-legend{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.category-outcome-legend span{color:var(--logit-muted);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.category-outcome-legend i{border-radius:999px;width:8px;height:8px}.category-outcome-completed-dot,.category-outcome-completed{background:#16a34a}.category-outcome-canceled-dot,.category-outcome-canceled{background:#dc2626}.category-outcome-list{gap:10px;max-height:146px;padding-right:4px;display:grid;overflow-y:auto}.category-outcome-row{grid-template-columns:minmax(110px,.3fr) minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.category-outcome-row>strong{color:var(--logit-text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;overflow:hidden}.category-outcome-bars{gap:5px;display:grid}.category-outcome-bars>div{grid-template-columns:86px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.category-outcome-bars span{color:var(--logit-muted);font-size:10px;font-weight:650}.category-outcome-bars b{color:var(--logit-text);font-weight:800}.category-outcome-bars i{border-radius:999px;min-width:2px;height:7px}.dashboard-metric-value{color:var(--logit-red);margin:22px 0 12px;font-size:42px;font-weight:850;line-height:1;display:block}.dashboard-metric-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:2px;display:grid}.dashboard-metric-item{min-width:0}.dashboard-metric-item-canceled .dashboard-metric-value{color:#dc2626}.dashboard-metric-item-completed .dashboard-metric-value{color:#16a34a}.dashboard-metric-item-completed .dashboard-metric-track span{background:#16a34a}.dashboard-metric-item-canceled .dashboard-metric-track span{background:#dc2626}.dashboard-metric-total{margin-top:14px;display:block}.dashboard-resolution-times{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.dashboard-resolution-times span{color:var(--logit-muted);gap:2px;font-size:10px;font-weight:650;display:grid}.dashboard-resolution-times strong{color:var(--logit-text);font-size:13px;font-weight:800}.dashboard-metric-subline{margin-top:4px;line-height:1.35;display:block;color:var(--logit-muted)!important;font-size:11px!important;font-weight:600!important}.dashboard-metric-card small{color:var(--logit-muted);font-size:12px;font-weight:700}.dashboard-metric-track{background:#eef0f3;border-radius:999px;height:9px;overflow:hidden}.dashboard-metric-track span{background:var(--logit-red);border-radius:inherit;height:100%;display:block}.dashboard-heatmap{grid-template-columns:34px repeat(var(--heatmap-columns), minmax(24px, 1fr));align-items:center;gap:5px 7px;margin-top:22px;display:grid}.dashboard-heatmap strong,.heatmap-hour{color:var(--logit-muted);text-align:center;font-size:10px;font-weight:800}.dashboard-heatmap i{background:var(--logit-red);cursor:help;border-radius:5px;outline:none;min-height:18px;display:block;position:relative}.dashboard-heatmap i:after{content:attr(data-tooltip);z-index:10;border:1px solid var(--logit-border-strong);background:var(--logit-text);color:#fff;pointer-events:none;opacity:0;border-radius:6px;width:max-content;max-width:220px;padding:7px 9px;font-size:11px;font-style:normal;font-weight:700;line-height:1.25;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%,3px)}.dashboard-heatmap i:hover:after,.dashboard-heatmap i:focus-visible:after{opacity:1;transform:translate(-50%)}.dashboard-priority-matrix{overflow-x:auto}.dashboard-priority-matrix table{border-collapse:collapse;width:100%;min-width:420px;color:var(--logit-text);font-size:11px}.dashboard-priority-matrix th,.dashboard-priority-matrix td{border-bottom:1px solid var(--logit-border);text-align:center;padding:10px 8px}.dashboard-priority-matrix th:first-child{text-align:left}.dashboard-priority-matrix thead th{color:var(--logit-muted);font-size:10px;font-weight:800}.dashboard-priority-matrix tbody td{font-size:14px;font-weight:800}.type-breakdown-card{justify-self:start;width:100%;min-width:0}.dashboard-aging-row{grid-column:1/-1;grid-template-columns:minmax(0,3fr) minmax(0,7fr);gap:18px;display:grid}.dashboard-aging-row .dashboard-chart-card{width:100%}.aging-table-wrap{overflow-x:auto}.aging-summary-table{border-collapse:collapse;color:#4f5968;width:100%;font-size:12px}.aging-summary-table th,.aging-summary-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f3;padding:12px 10px}.aging-summary-table th{color:#687386;letter-spacing:.03em;text-transform:uppercase;font-size:10px;font-weight:800}.aging-summary-table td:nth-child(2),.aging-summary-table td:nth-child(3){color:#2f2730;font-weight:800}.aging-label-dot{border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.aging-action{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.aging-action-0{color:#2563eb;background:#eff6ff}.aging-action-1{color:#0f766e;background:#e8f7f5}.aging-action-2{color:#b45309;background:#fff7e6}.aging-action-3{color:#b91c1c;background:#fef0f0}.dashboard-chart-card{min-width:0;min-height:320px;box-shadow:var(--logit-shadow-card);background:#fff;border:1px solid #e3e5ea;border-radius:8px;padding:20px}.dashboard-stage-filter{flex:none;position:relative}.dashboard-stage-card-actions{flex:none;align-items:center;gap:12px;display:inline-flex}.dashboard-stage-card-actions>strong{color:var(--logit-muted);white-space:nowrap;font-size:11px;font-weight:750}.dashboard-stage-filter-trigger{color:#5f6673;min-height:32px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dce1e8;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-stage-filter-trigger:hover,.dashboard-stage-filter-trigger[aria-expanded=true]{border-color:var(--logit-red);color:var(--logit-red-dark)}.dashboard-stage-filter-trigger>svg:last-child{margin-left:1px}.dashboard-stage-filter-menu{z-index:20;background:#fff;border:1px solid #dce1e8;border-radius:8px;gap:2px;width:220px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 28px #2f273024}.dashboard-stage-filter-option{color:#51494f;min-height:32px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 7px;font-size:11px;font-weight:600;display:flex}.dashboard-stage-filter-option:hover,.dashboard-stage-filter-option[aria-selected=true]{background:var(--logit-red-soft);color:var(--logit-red-dark)}.dashboard-stage-filter-option>span{align-items:center;gap:7px;min-width:0;display:inline-flex}.dashboard-stage-filter-option i{border-radius:50%;flex:none;width:8px;height:8px}.chart-card-head{justify-content:space-between;align-items:flex-start;gap:16px;min-height:48px;margin-bottom:14px;display:flex}.chart-card-head h2{color:var(--logit-text);margin:0;font-size:15px;font-weight:800;line-height:1.3}.chart-card-head p{color:var(--logit-muted);margin:5px 0 0;font-size:12px;line-height:1.4}.chart-highlight{color:var(--logit-red);flex:none;font-size:25px;font-weight:800;line-height:1}.line-chart{min-width:0;position:relative}.line-chart svg{width:100%;height:220px;display:block;overflow:visible}.line-chart-details{color:#727987;flex-wrap:wrap;align-items:center;gap:6px;min-height:28px;padding-left:36px;font-size:10px;font-weight:500;display:inline-flex}.line-chart-details strong{color:#2f2730;font-size:11px;font-weight:750}.line-chart-details span{color:#5f6673;align-items:center;gap:6px;font-size:10px;font-weight:500;display:inline-flex}.line-chart-details i{border-radius:50%;flex:none;width:7px;height:7px}.chart-legend{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;min-height:24px;display:flex}.chart-legend span{color:#667085;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.chart-legend i,.donut-legend i{border-radius:50%;flex:none;width:8px;height:8px}.chart-grid-line{stroke:#e8ebef;stroke-width:1px}.chart-axis-label,.chart-axis-value{fill:#7b8190;font-family:Inter,sans-serif;font-size:10px}.horizontal-bars{gap:15px;display:grid}.horizontal-bar-row{gap:7px;display:grid}.horizontal-bar-row>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.horizontal-bar-row span{color:#51494f;min-width:0;font-size:12px;line-height:1.25}.horizontal-bar-row strong{color:#2f2730;font-size:12px;font-weight:800}.companies-demand-scroll{scrollbar-gutter:stable;scrollbar-color:#b9c0c8 transparent;scrollbar-width:thin;max-height:224px;padding-right:6px;overflow-y:auto}.horizontal-bar-track{background:#eef0f3;border-radius:999px;width:100%;height:7px;display:block;overflow:hidden}.horizontal-bar-track i{border-radius:inherit;height:100%;display:block}.donut-layout{grid-template-columns:1fr;place-items:center;gap:12px;min-height:180px;display:grid}.donut{aspect-ratio:1;border-radius:50%;justify-self:center;place-items:center;width:min(130px,100%);display:grid}.donut>div{aspect-ratio:1;background:#fff;border-radius:50%;place-content:center;justify-items:center;width:60%;display:grid;box-shadow:0 0 0 1px #e3e5eacc}.donut strong{color:var(--logit-text);font-size:22px;font-weight:800;line-height:1}.donut span{color:var(--logit-muted);margin-top:3px;font-size:9px;font-weight:600}.donut-legend{flex-wrap:wrap;justify-content:center;gap:8px 14px;width:100%;display:flex}.donut-legend>div{align-items:center;gap:8px;display:inline-flex}.donut-legend span{color:#51494f;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.vertical-bars{border-bottom:1px solid #e8ebef;justify-content:space-around;align-items:flex-end;gap:18px;min-height:250px;padding:10px 16px 0;display:flex}.vertical-bar-item{flex:1;grid-template-rows:20px minmax(120px,1fr) 40px;justify-items:center;gap:7px;min-width:72px;max-width:132px;height:240px;display:grid}.vertical-bar-item strong{color:#2f2730;font-size:12px}.vertical-bar-track{background:#f0f2f5;border-radius:5px 5px 0 0;align-items:flex-end;width:min(48px,68%);height:100%;display:flex;overflow:hidden}.vertical-bar-track i{border-radius:5px 5px 0 0;width:100%;min-height:3px;display:block}.vertical-bar-item>span{color:#5f6673;text-align:center;text-overflow:ellipsis;width:100%;font-size:10px;line-height:1.25;overflow:hidden}.stacked-vertical-bars{border-bottom:1px solid #e8ebef;grid-template-rows:auto 1fr;gap:10px;min-height:190px;padding:4px 8px 0;display:grid}.stacked-priority-legend{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 12px;display:flex}.stacked-priority-legend span{color:#5f6673;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.stacked-priority-legend i{border-radius:999px;width:8px;height:8px}.stacked-bars-body{justify-content:space-evenly;align-items:end;gap:0;min-height:175px;display:flex}.stacked-bar-item{flex:0 112px;grid-template-rows:24px minmax(0,1fr);gap:5px;min-width:82px;max-width:112px;height:175px;display:grid}.stacked-status-heading{justify-content:center;align-items:center;gap:7px;display:flex}.stacked-status-heading span{color:#5f6673;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.stacked-status-heading strong,.unstacked-priority-bar strong{color:#2f2730;font-size:12px;font-weight:800}.unstacked-priority-bars{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:1px;min-height:0;display:grid}.unstacked-priority-bar{grid-template-rows:16px minmax(58px,1fr) 22px;justify-items:center;gap:3px;height:100%;display:grid}.stacked-bar-track{background:#f0f2f5;border-radius:5px 5px 0 0;align-items:flex-end;width:min(20px,100%);height:100%;display:flex;overflow:hidden}.status-flow-card,.chatwoot-summary-card{min-height:260px}.dashboard-attention.chatwoot-summary-card{padding:18px}.chatwoot-summary-icon{color:#0f766e;background:#ecfdf5;border:1px solid #b7ead7;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.chatwoot-summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.chatwoot-summary-metrics>div{background:#f8fafc;border:1px solid #e8edf2;border-radius:10px;flex-direction:column;justify-content:center;min-height:72px;padding:12px 14px;display:flex}.chatwoot-summary-metrics>div.is-human{background:color-mix(in srgb, var(--logit-red) 8%, #fff);border-color:color-mix(in srgb, var(--logit-red) 28%, transparent)}.chatwoot-summary-metrics strong{color:#1f2937;font-size:24px;line-height:1}.chatwoot-summary-metrics .is-human strong{color:var(--logit-red)}.chatwoot-live-indicator{color:var(--logit-red);align-items:center;gap:6px;margin-top:5px;font-size:10px;font-weight:700;line-height:1.35;display:inline-flex}.chatwoot-live-indicator i{background:var(--logit-red);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, var(--logit-red) 15%, transparent);border-radius:50%;flex:0 0 7px}.chatwoot-summary-metrics span,.chatwoot-summary-updated{color:var(--logit-muted);margin-top:6px;font-size:11px;font-weight:700}.chatwoot-summary-updated{margin-top:16px;display:block}.stacked-bar-track i{border-radius:5px 5px 0 0;width:100%;min-height:0;display:block}.unstacked-priority-bar>span{color:#5f6673;text-align:center;text-overflow:ellipsis;width:100%;font-size:9px;line-height:1.25;overflow:hidden}.priority-count{border-radius:999px;align-items:center;min-height:20px;padding:3px 6px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.priority-count-normal{color:#2563eb;background:#eff6ff}.priority-count-alta{color:#ea580c;background:#fff7ed}.priority-count-critica{color:#dc2626;background:#fef2f2}.dual-metric-chart{border-bottom:1px solid #e8ebef;grid-template-rows:auto 1fr;gap:8px;min-height:190px;padding:2px 10px 0;display:grid}.dual-metric-legend{justify-content:flex-end;gap:10px;display:flex}.dual-metric-legend span{color:#5f6673;align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.dual-metric-legend i{border-radius:999px;width:8px;height:8px}.task-dot,.task-bar{background:var(--logit-red)}.time-dot,.time-bar{background:#2563eb}.dual-metric-body{justify-content:flex-start;align-items:end;gap:12px;min-height:170px;padding:0 2px 4px;display:flex}.dual-metric-scroll{overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#c3cad4 transparent;overflow-x:auto}.dual-metric-scroll::-webkit-scrollbar{height:7px}.dual-metric-scroll::-webkit-scrollbar-thumb{background:#c3cad4 padding-box padding-box;border:2px solid #0000;border-radius:999px}.dual-metric-item{flex:0 0 124px;grid-template-rows:minmax(116px,1fr) 34px;place-items:end center;gap:6px;min-width:124px;max-width:124px;height:170px;display:grid}.dual-metric-bars{justify-content:center;align-items:end;gap:8px;height:100%;display:flex}.dual-bar-column{grid-template-rows:17px minmax(78px,1fr) 15px;justify-items:center;gap:4px;height:100%;display:grid}.dual-bar-column strong{color:#2f2730;font-size:11px;font-weight:800}.dual-bar-track{background:#f0f2f5;border-radius:5px 5px 0 0;align-items:flex-end;width:30px;height:100%;display:flex;overflow:hidden}.dual-bar-track i{border-radius:5px 5px 0 0;width:100%;min-height:3px;display:block}.dual-bar-column span{color:#707782;font-size:9px;font-weight:700}.dual-metric-employee{justify-items:center;gap:2px;width:100%;display:grid;overflow:hidden}.dual-metric-employee small{color:#7a818c;white-space:nowrap;font-size:8.5px;line-height:1.15}.dual-metric-employee b{color:#5f6673;text-align:center;text-overflow:ellipsis;width:100%;font-size:9.5px;line-height:1.25;overflow:hidden}@media (width<=1100px){.chart-span-8,.chart-span-9,.chart-span-7,.chart-span-6,.chart-span-5,.chart-span-4,.chart-span-3,.report-span-7,.report-span-8,.report-span-12,.report-span-6,.report-span-5,.report-span-4,.report-span-3{grid-column:1/-1}.type-breakdown-card{width:100%;min-width:0}.dashboard-aging-row{grid-template-columns:1fr}.dashboard-operational-grid .dashboard-attention{grid-column:1/-1}.protocol-layout.is-table{grid-template-columns:1fr;height:auto;overflow:visible}.protocol-layout.is-table .protocol-workspace{min-height:560px}}@media (width<=760px){.dashboard-viewbar{flex-direction:column;align-items:flex-start;padding:14px 16px 0}.dashboard-switcher{width:100%}.dashboard-controls{flex-wrap:wrap;justify-content:flex-start;width:100%;margin-left:0}.dashboard-range-popover{left:0;right:auto}.dashboard-switcher button{text-align:left;flex:1;justify-content:center;min-width:0;height:auto;min-height:36px;padding:7px 8px;line-height:1.2}.dashboard-grid,.cadastro-layout{padding:16px}.cadastro-toolbar{flex-direction:column;align-items:stretch}.cadastro-switcher{width:100%}.cadastro-switcher button{flex:1;justify-content:center}.cadastro-create-button{width:100%}.dashboard-chart-card{padding:16px}.donut-layout{grid-template-columns:1fr}.vertical-bars{justify-content:flex-start;overflow-x:auto}.vertical-bar-item{min-width:78px}.stacked-vertical-bars{overflow-x:auto}.stacked-priority-legend,.stacked-bars-body{justify-content:flex-start;min-width:340px}.dual-metric-legend{flex-wrap:wrap;justify-content:flex-start}.protocol-viewbar,.protocol-table-toolbar{flex-direction:column;align-items:flex-start}.protocol-table-panel{padding-top:16px}.protocol-table-toolbar{padding:0 14px 14px}.table-actions,.filter-toggle{width:100%}.clear-filters{width:auto}}.protocol-layout.protocol-layout-modal{grid-template-columns:minmax(0,1fr)}.draggable-card{z-index:1;min-width:0;transition:opacity .15s;position:relative}.draggable-card .protocol-card{width:100%;padding-right:42px}.draggable-card.is-dragging{z-index:80;opacity:.94;filter:drop-shadow(0 18px 28px #2f27302e)}.drag-handle{width:28px;height:28px;color:var(--kanban-accent,#111827);background:var(--kanban-surface,#eef0f3);border:1px solid var(--kanban-border,#d9dee5);cursor:grab;touch-action:none;border-radius:6px;place-items:center;padding:0;display:grid;position:absolute;top:12px;right:8px}.drag-handle:hover,.drag-handle:focus-visible{color:var(--kanban-accent,#000);background:var(--kanban-drag-surface,#e2e5e9);outline:none}.drag-handle:active{cursor:grabbing}.drag-handle svg{stroke-width:2.3px}.kanban .draggable-card .protocol-card footer .priority-badge{letter-spacing:0;border-radius:6px;gap:6px;min-height:22px;padding:3px 7px;font-size:11px;font-weight:500;line-height:1}.kanban .draggable-card .protocol-card footer .priority-badge:before{width:6px;height:6px}.kanban .draggable-card .protocol-card footer .priority-normal{color:#2563eb;background:#eff6ff}.kanban .draggable-card .protocol-card footer .priority-alta{color:#ea580c;background:#fff7ed}.kanban .draggable-card .protocol-card footer .priority-critica{color:#dc2626;background:#fef2f2}.kanban-column.drag-over{border-color:var(--kanban-accent,#b91c1c);background:var(--kanban-drag-surface,#fff1f2);box-shadow:inset 0 0 0 1px var(--kanban-border,#fecaca)}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2418197a;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.protocol-modal{background:#fff;border:1px solid #e3e5ea;border-radius:12px;width:min(680px,100%);max-height:min(820px,100vh - 56px);position:relative;overflow:hidden;box-shadow:0 24px 72px #24181947}.protocol-modal .detail-panel{max-height:min(820px,100vh - 56px);box-shadow:none;border:0;border-radius:0;padding:24px}.modal-close{z-index:1;color:#685656;cursor:pointer;background:#f5f6f8;border:1px solid #e3e5ea;border-radius:8px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:16px;right:16px}.modal-close:hover{color:#dc2626;background:#fff4f4;border-color:#fca5a5}.modal-close svg{stroke-width:2.3px}@media (width<=760px){.modal-backdrop{align-items:end;padding:12px}.protocol-modal,.protocol-modal .detail-panel{max-height:calc(100vh - 24px)}.protocol-modal .detail-panel{padding:20px}}
