:root{--color-text:#12202f;--color-heading:#002b49;--color-muted:#5f7488;--color-muted-strong:#334e68;--color-border:#d9e4ef;--color-surface:#fff;--color-accent:#00a6ce;--color-accent-strong:#002b49;--color-page-start:#f5f7fb;--color-page-end:#f5f7fb;--font-sans:"Segoe UI", "Aptos", "Trebuchet MS", sans-serif;--font-heading:"Segoe UI Semibold", "Aptos Display", "Trebuchet MS", sans-serif;font-family:var(--font-sans);color:var(--color-text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{background:linear-gradient(180deg, var(--color-page-start), var(--color-page-end));width:100%;max-width:100%;overflow-x:clip}body{background:0 0;width:100%;min-width:0;max-width:100%;min-height:100vh;margin:0;overflow-x:clip}button,input,select,textarea{font:inherit;min-width:0}#root{width:100%;max-width:100%;min-height:100svh;overflow-x:clip}html.portal-embedded,html.portal-embedded body,html.portal-embedded #root{width:var(--portal-embed-width);min-width:0;max-width:var(--portal-embed-width)}.portal-login{background:radial-gradient(circle at 0 0,#00a6ce1f,#0000 26%),linear-gradient(#f5f7fb,#edf3f9);place-items:center;min-height:100svh;padding:24px;display:grid}.portal-login__card{background:#fff;border:1px solid #d9e4ef;border-radius:28px;gap:20px;width:min(460px,100%);padding:34px 32px 30px;display:grid;box-shadow:0 24px 48px #002b491a}.portal-login__brand{color:var(--color-muted-strong);align-items:center;gap:12px;font-size:.95rem;font-weight:700;display:flex}.portal-login__logo{object-fit:contain;width:112px;height:auto}.portal-login__badge{width:fit-content;color:var(--color-heading);background:#00a6ce1f;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex}.portal-login__header{gap:10px;display:grid}.portal-login__header h1{margin:0;font-size:clamp(2rem,1.6rem + 1vw,2.5rem);line-height:1.08}.portal-login__header p{color:var(--color-muted-strong);margin:0;font-size:1rem}.portal-login__form{gap:16px;display:grid}.portal-login__field{color:var(--color-heading);gap:8px;font-weight:700;display:grid}.portal-login__field input{width:100%;color:var(--color-muted);background:#f9fbfe;border:1px solid #d9e4ef;border-radius:16px;padding:16px 18px}.portal-login__submit{color:#fff;background:linear-gradient(135deg,#00a6ce,#008cb0);border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:56px;font-weight:700;display:inline-flex;box-shadow:0 16px 28px #00a6ce33}.portal-login__submit:disabled{opacity:.9;cursor:default}.portal-login__error{color:#a63838;margin:0;font-weight:600}.portal-login__portal-link{width:fit-content;color:var(--color-heading);align-items:center;gap:8px;font-weight:700;text-decoration:none;display:inline-flex}.portal-login__portal-link:hover{color:var(--color-accent-strong)}h1,h2,h3{color:var(--color-heading);font-family:var(--font-heading)}@media (width<=640px){.portal-login{padding:12px}.portal-login__card{border-radius:20px;padding:24px 18px}}.crm-page{min-height:100svh}.crm-page--clients{container:crm-page/inline-size}.crm-page--clients,.crm-page--opportunities{width:100%;max-width:100%;overflow-x:hidden}.crm-page--clients .crm-content,.crm-page--opportunities .crm-content,.crm-page--clients .crm-content>*,.crm-page--opportunities .crm-content>*{box-sizing:border-box;min-width:0;max-width:100%}.crm-page--clients .filters-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,16.25rem),1fr))}.crm-topbar{background:#fff;border-top:6px solid #2d2d2d;border-bottom:1px solid #002b490f;box-shadow:0 1px 6px #0f172a08}.crm-topbar__inner,.crm-content{width:min(1720px,100% - 24px);margin:0 auto}.crm-topbar__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:82px;display:grid}.crm-brand{grid-column:1;justify-self:start;align-items:center;display:flex}.crm-brand__logo{object-fit:contain;width:auto;height:42px;display:block}.crm-topbar h1{color:var(--color-heading);letter-spacing:-.03em;text-align:center;grid-column:2;justify-self:center;margin:0;font-size:clamp(2rem,1.55rem + 1vw,2.45rem);font-weight:800}.primary-action,.filter-toggle{color:#fff;cursor:pointer;background:#00a6ce;border:none;border-radius:14px;font-weight:700;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,background-color .2s}.primary-action:hover:not(:disabled){transform:translateY(-1.5px);box-shadow:0 14px 26px #00a6ce59}.primary-action:active:not(:disabled){transform:translateY(1px);box-shadow:0 4px 12px #00a6ce33}.filter-toggle:hover:not(:disabled){transform:translateY(-1.5px);box-shadow:0 14px 26px #00a6ce47}.filter-toggle:active:not(:disabled){transform:translateY(1px)}.filter-toggle.is-active{background:#008cb0}.primary-action:disabled,.filter-toggle:disabled,.secondary-inline-action:disabled{opacity:.7;cursor:not-allowed}.primary-action{grid-column:3;justify-self:end;align-items:center;gap:10px;min-height:42px;padding:0 18px 0 16px;display:inline-flex;box-shadow:0 10px 20px #00a6ce47}.primary-action--small{gap:8px;min-height:38px;padding:0 14px 0 12px;box-shadow:0 8px 16px #00a6ce38}.crm-content{justify-items:center;padding:30px 0 56px;display:grid}.search-panel,.table-shell,.pagination-top,.pagination-bottom{width:clamp(980px,86vw,1500px)}.search-panel{background:#fff;border:1.5px solid #cbd5e1;border-radius:18px;padding:22px 24px;transition:box-shadow .2s;box-shadow:0 4px 20px #0f2b4a0d}.search-panel:hover{box-shadow:0 6px 24px #0f2b4a12}.search-panel__row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.search-input{background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;align-items:center;gap:12px;min-height:48px;padding:0 18px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 6px #0f172a05}.search-input:hover{border-color:#94a3b8}.search-input:focus-within{border-color:#00a6ce;box-shadow:0 0 0 3.5px #00a6ce2e,0 2px 8px #00a6ce14}.search-input__icon{color:#00a6ce;flex:none}.search-input__clear{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .15s;display:inline-flex}.search-input__clear:hover{color:#ef4444;background:#fee2e2;transform:scale(1.1)}.search-input input{color:#0f172a;width:100%;font:inherit;background:0 0;border:none;outline:none;font-size:.95rem;font-weight:600}.search-input input::placeholder{color:#94a3b8;font-weight:500}.filter-toggle{color:#fff;letter-spacing:.02em;cursor:pointer;background:linear-gradient(135deg,#00a6ce 0%,#008cb0 100%);border:1.5px solid #0000;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:0 22px;font-size:.95rem;font-weight:800;transition:all .22s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #00a6ce47}.filter-toggle:hover{background:linear-gradient(135deg,#00b8e6 0%,#0096bd 100%);transform:translateY(-1.5px);box-shadow:0 8px 20px #00a6ce61}.filter-toggle:active{transform:translateY(1px)}.filter-toggle.is-active{color:#38bdf8;background:linear-gradient(135deg,#0e2742 0%,#0a1c30 100%);border-color:#00a6ce;box-shadow:0 6px 18px #0e274252}.filter-toggle.is-active .filter-toggle__icon{color:#00a6ce}.filter-toggle__counter{color:#008cb0;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:2px;padding:0 7px;font-size:.8rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 2px 5px #00000026}.filter-toggle.is-active .filter-toggle__counter{color:#fff;background:#00a6ce;box-shadow:0 2px 6px #00a6ce66}.filter-toggle__icon{flex:none}.filters-grid-wrapper{opacity:0;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),opacity .3s,margin-top .3s;display:grid;overflow:hidden}.filters-grid-wrapper.is-open{opacity:1;grid-template-rows:1fr;margin-top:16px;overflow:visible}.filters-grid-wrapper>div{min-height:0}.filters-card{background:linear-gradient(#f8fbfe 0%,#f1f6fa 100%);border:1.5px solid #d9e6f2;border-radius:16px;gap:14px;padding:16px 20px 20px;display:grid;box-shadow:0 4px 16px #0f2b4a0a,inset 0 1px #fff}.filters-card__header{border-bottom:1px solid #e2edf6;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.filters-card__title{color:#0e2742;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;font-size:.86rem;font-weight:800;display:inline-flex}.filters-card__icon{color:#00a6ce}.filters-card__reset-btn{color:#b91c1c;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.filters-card__reset-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 2px 8px #ef444440}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;display:grid}.active-filters-chips{background:linear-gradient(135deg,#f0f9ff 0%,#f8fafc 100%);border:1.5px dashed #7dd3fc;border-radius:16px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;padding:12px 18px;animation:.25s ease-out fadeInChips;display:flex}@keyframes fadeInChips{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.active-filters-label{color:#0369a1;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-right:4px;font-size:.82rem;font-weight:800;display:inline-flex}.active-filters-label:before{content:"";background:#00a6ce;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 3px #00a6ce40}.filter-chip{color:#0369a1;background:#fff;border:1.5px solid #bae6fd;border-radius:999px;align-items:center;gap:8px;padding:5px 12px 5px 14px;font-size:.88rem;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #0284c714}.filter-chip:hover{background:#e0f2fe;border-color:#38bdf8;transform:translateY(-1.5px);box-shadow:0 4px 10px #0284c729}.filter-chip strong{color:#0c4a6e;font-weight:800}.filter-chip__remove{color:#0284c7;cursor:pointer;background:#e0f2fe;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .15s;display:inline-flex}.filter-chip__remove:hover{color:#fff;background:#ef4444;transform:scale(1.15)}.clear-all-filters-btn{color:#b91c1c;cursor:pointer;background:#fee2e2;border:1.5px solid #fecaca;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:5px 14px;font-size:.84rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex;box-shadow:0 1px 3px #dc262614}.clear-all-filters-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:translateY(-1.5px);box-shadow:0 4px 10px #ef444447}.field{gap:9px;display:grid}.field>span:first-child{color:#1e3a5f;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:.82rem;font-weight:700;display:flex}.field>span:first-child:before{content:"";background:#00a6ce;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 2px #00a6ce33}.field input,.field select,.searchable-select__control{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;min-height:44px;padding:0 14px;font-size:.92rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0f172a08}.field input:hover,.field select:hover,.searchable-select__control:hover{border-color:#94a3b8;box-shadow:0 2px 6px #0f172a0f}.field input:focus,.field select:focus,.searchable-select__control:focus-within{background:#fff;border-color:#00a6ce;outline:none;box-shadow:0 0 0 3.5px #00a6ce2e,0 2px 8px #00a6ce1a}.field input::placeholder{color:#94a3b8;font-weight:500}.field 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='%2300a6ce' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:14px;padding-right:36px}.searchable-select{width:100%;position:relative}.searchable-select__control{box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;align-items:center;min-height:44px;padding:0 6px 0 14px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a08}.searchable-select:hover .searchable-select__control{border-color:#94a3b8;box-shadow:0 2px 6px #0f172a0f}.searchable-select.is-open .searchable-select__control,.searchable-select__control:focus-within{background:#fff!important;border-color:#00a6ce!important;box-shadow:0 0 0 3.5px #00a6ce2e,0 2px 8px #00a6ce1a!important}.searchable-select__control input{flex:auto;width:100%;min-width:0;min-height:44px;padding:0;font-size:.92rem;font-weight:600;color:#0f172a!important;background:0 0!important;border:none!important;outline:none!important}.searchable-select__control input::placeholder{color:#94a3b8;font-weight:500}.searchable-select__clear{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-right:4px;padding:0;transition:all .15s;display:inline-flex}.searchable-select__clear:hover{color:#ef4444;background:#fee2e2;transform:scale(1.1)}.searchable-select__toggle{color:#00a6ce;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:inline-flex}.searchable-select__toggle:hover{color:#0284c7;background:#f0f9ff}.searchable-select__chevron{transition:transform .2s cubic-bezier(.16,1,.3,1)}.searchable-select.is-open .searchable-select__chevron{transform:rotate(180deg)}.searchable-select__menu{z-index:1000;box-sizing:border-box;background:#fff;border:1.5px solid #00a6ce;border-radius:14px;flex-direction:column;gap:2px;min-width:100%;max-height:280px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) dropdownPop;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 16px 36px #0e27422e,0 4px 12px #00a6ce1f}@keyframes dropdownPop{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.searchable-select__menu::-webkit-scrollbar{width:6px}.searchable-select__menu::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px;margin:4px}.searchable-select__menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.searchable-select__menu::-webkit-scrollbar-thumb:hover{background:#00a6ce}.searchable-select__option{color:#1e293b;text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:38px;padding:8px 12px;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.searchable-select__option:hover{color:#0284c7;background:#f0f9ff;padding-left:14px}.searchable-select__option.is-selected{color:#0284c7;background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);font-weight:800}.searchable-select__option-text{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.searchable-select__check{color:#0284c7;flex-shrink:0}.searchable-select__empty{text-align:center;color:#94a3b8;padding:18px 12px;font-size:.88rem;font-style:italic;font-weight:600}.searchable-select.is-disabled{opacity:.65;pointer-events:none}.header-inline-search-wrap .searchable-select__menu{background:#0e2742;border:1.5px solid #00a6ce;min-width:210px;box-shadow:0 16px 36px #00000073,0 0 16px #00a6ce40}.header-inline-search-wrap .searchable-select__option{color:#e2e8f0}.header-inline-search-wrap .searchable-select__option:hover{color:#38bdf8;background:#00a6ce38}.header-inline-search-wrap .searchable-select__option.is-selected{color:#fff;background:#00a6ce61}.header-inline-search-wrap .searchable-select__check{color:#38bdf8}.header-inline-search-wrap .searchable-select__empty{color:#94a3b8}.results-count{color:var(--color-heading);text-align:left;margin:0;font-size:1rem;font-weight:600}.pagination-top{justify-content:space-between;align-items:center;width:clamp(980px,86vw,1500px);margin:22px 0 14px;display:flex}.pagination-mostrar{color:#64748b;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;align-items:center;gap:10px;padding:8px 16px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 2px 8px #0f172a08}.pagination-mostrar-label{color:#475569}.pagination-mostrar-sub{color:#94a3b8;font-size:.85rem}.pagination-mostrar select{color:#0f2b4a;cursor:pointer;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;outline:none;min-width:60px;padding:4px 10px;font-weight:700;transition:border-color .15s}.pagination-mostrar select:focus{border-color:#00a6ce}.results-count-pill{color:#475569;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;align-items:center;gap:6px;padding:8px 18px;font-size:.92rem;font-weight:500;display:inline-flex;box-shadow:0 2px 8px #0f172a08}.results-count-pill strong{color:#0f2b4a;font-weight:800}.pagination-bottom{justify-content:center;align-items:center;gap:12px;width:clamp(980px,86vw,1500px);margin-top:24px;display:flex}.pagination-button{color:#0f2b4a;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;align-items:center;gap:6px;min-height:40px;padding:0 18px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #0f172a05}.pagination-button:hover:not(:disabled){color:#008cb0;background:#f0f9ff;border-color:#00a6ce;transform:translateY(-1px)}.pagination-button:disabled{opacity:.45;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.pagination-current{color:#fff;background:#00a6ce;border-radius:12px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 12px;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 4px 12px #00a6ce4d}.table-shell{background:#fff;border:1.5px solid #cbd5e1;border-radius:18px;width:clamp(980px,86vw,1500px);overflow:hidden;box-shadow:0 4px 20px #0f2b4a0d}.clients-table{border-collapse:collapse;table-layout:fixed;width:100%}.clients-table th:first-child,.clients-table td:first-child{width:11%}.clients-table th:nth-child(2),.clients-table td:nth-child(2){width:17%}.clients-table th:nth-child(3),.clients-table td:nth-child(3){width:38%}.clients-table th:nth-child(4),.clients-table td:nth-child(4){width:20%}.clients-table th:nth-child(5),.clients-table td:nth-child(5){width:14%}.clients-table th,.clients-table td{text-align:left;border-bottom:1px solid #e2e8f0;border-right:none;padding:16px 20px}.clients-table thead{background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important}.clients-table th{text-align:left;vertical-align:middle;background:0 0!important;border-bottom:2px solid #061524!important;border-right:none!important;padding:12px 14px!important}.clients-table th:first-child,.clients-table td:first-child{padding-left:24px!important}.clients-table th:last-child,.clients-table td:last-child{padding-right:24px!important}.th-chip,.header-inline-trigger{color:#f8fafc!important;letter-spacing:.07em!important;text-transform:uppercase!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important;cursor:pointer!important;box-sizing:border-box!important;background:#ffffff14!important;border:1px solid #ffffff24!important;border-radius:8px!important;outline:none!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:auto!important;max-width:fit-content!important;padding:5px 14px!important;font-family:inherit!important;font-size:11px!important;font-weight:800!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important;box-shadow:0 1px 3px #00000040,inset 0 1px #ffffff14!important}.th-chip:hover,.header-inline-trigger:hover{color:#fff!important;background:#ffffff24!important;border-color:#00a6ce8c!important;transform:translateY(-1px)!important;box-shadow:0 3px 10px #00a6ce47!important}.header-inline-trigger.is-filtered{color:#38bdf8!important;background:#00a6ce40!important;border-color:#00a6ce!important}.header-filter-indicator{color:#fff;background:#00a6ce;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;margin-left:2px;font-size:.65rem;font-weight:800;display:inline-flex}.clients-table th:last-child{text-align:right!important;padding-right:24px!important}.clients-table th:last-child .th-chip{margin-left:auto!important}.clients-table td:last-child{text-align:right!important;padding-right:24px!important}.clients-table td:last-child .actions-cell{justify-content:flex-end!important;margin-left:auto!important}.header-inline-search-wrap{background:#ffffff1f;border:1px solid #00a6ceb3;border-radius:8px;align-items:center;gap:6px;padding:3px 8px;display:inline-flex;box-shadow:0 0 0 2px #00a6ce33}.header-inline-search-wrap .header-inline-input{letter-spacing:.05em;width:100%;min-width:70px;font-family:inherit;font-size:11px;font-weight:700;color:#fff!important;background:0 0!important;border:none!important;outline:none!important}.header-inline-search-wrap .header-inline-input::placeholder{color:#fff9}.header-inline-search-wrap select.header-inline-input option{color:#fff;background:#0e2742}.header-inline-close{color:#e2e8f0;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .15s;display:inline-flex}.header-inline-close:hover{color:#fff;background:#ef4444}.clients-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .18s cubic-bezier(.16,1,.3,1)}.clients-table tbody tr:nth-child(2n) td{background:#fafcff}.clients-table tbody tr:hover td{background-color:#f0f7fd!important}.clients-table tbody tr:hover{box-shadow:inset 4px 0 #00a6ce}.clients-table td{color:#1e293b;vertical-align:middle;background:#fff;font-size:.98rem;font-weight:400;line-height:1.45;transition:background-color .18s}.clients-table th:last-child,.clients-table td:last-child{border-right:none}.clients-table tbody tr:last-child td{border-bottom:none}.client-id-pill{color:#0369a1;letter-spacing:.02em;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88rem;font-weight:700;transition:all .15s;display:inline-flex}.clients-table tbody tr:hover .client-id-pill{color:#0284c7;background:#e0f2fe;border-color:#7dd3fc}.client-cif-badge{color:#334155;letter-spacing:.02em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92rem;font-weight:600}.client-company-cell{align-items:center;gap:12px;display:flex}.client-avatar-bubble{color:#0284c7;background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.92rem;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #0284c714}.client-company-name{color:#0f2b4a;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;font-weight:700;line-height:1.35;overflow:hidden}.origin-pill{letter-spacing:.01em;border:1px solid #0000;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.82rem;font-weight:700;line-height:1.4;display:inline-flex}.origin-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.origin-pill--google{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.origin-pill--google .origin-dot{background:#2563eb}.origin-pill--linkedin{color:#4338ca;background:#e0e7ff;border-color:#c7d2fe}.origin-pill--linkedin .origin-dot{background:#4f46e5}.origin-pill--recomendado{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.origin-pill--recomendado .origin-dot{background:#10b981}.origin-pill--furgoneta{color:#b45309;background:#fffbeb;border-color:#fde68a}.origin-pill--furgoneta .origin-dot{background:#f59e0b}.origin-pill--default{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.origin-pill--default .origin-dot{background:#0284c7}.origin-pill--none{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0;font-style:italic;font-weight:500}.actions-cell{align-items:center;gap:8px;display:flex}.icon-button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 3px #0f172a0a}.icon-button:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0f172a14}.icon-button:active{transform:translateY(0)}.icon-button--view{color:#0284c7}.icon-button--view:hover{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.icon-button--edit{color:#475569}.icon-button--edit:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.icon-button--delete{color:#dc2626}.icon-button--delete:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.clients-empty-td{text-align:center!important;background:#fcfdfe!important;padding:48px 24px!important}.clients-empty-state{flex-direction:column;justify-content:center;align-items:center;gap:8px;max-width:420px;margin:0 auto;display:flex}.clients-empty-icon{color:#94a3b8;margin-bottom:8px}.clients-empty-state h4{color:#0f2b4a;margin:0;font-size:1.15rem;font-weight:700}.clients-empty-state p{color:#64748b;margin:0;font-size:.92rem;line-height:1.4}.search-input:focus-within,.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible,.searchable-select__control:focus-within,.header-inline-trigger:focus-visible,.header-inline-input:focus-visible,.primary-action:focus-visible,.filter-toggle:focus-visible,.icon-button:focus-visible{outline-offset:2px;outline:3px solid #00a6ce38}.status-badge{letter-spacing:.01em;text-align:center;white-space:nowrap;box-sizing:border-box;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:100%;padding:7px 14px;font-size:.9rem;font-weight:700;line-height:1.2;display:flex}.status-badge__dot{display:none}.status-badge--en-edicion{color:#1e40af;background-color:#eff6ff;border-color:#dbeafe}.status-badge--en-edicion .status-badge__dot{background-color:#3b82f6}.status-badge--enviada{color:#6b21a8;background-color:#f3e8ff;border-color:#e9d5ff}.status-badge--enviada .status-badge__dot{background-color:#a855f7}.status-badge--pdte-cliente{color:#92400e;background-color:#fffbeb;border-color:#fde68a}.status-badge--pdte-cliente .status-badge__dot{background-color:#f59e0b}.status-badge--aceptada{color:#065f46;background-color:#ecfdf5;border-color:#a7f3d0}.status-badge--aceptada .status-badge__dot{background-color:#10b981}.status-badge--rechazada{color:#991b1b;background-color:#fef2f2;border-color:#fecaca}.status-badge--rechazada .status-badge__dot{background-color:#ef4444}.status-badge--cancelada{color:#475569;background-color:#f1f5f9;border-color:#cbd5e1}.status-badge--cancelada .status-badge__dot{background-color:#64748b}.clients-table tbody tr,.opportunities-table tbody tr{animation:.28s cubic-bezier(.16,1,.3,1) both rowFadeSlideIn}.clients-table tbody tr:first-child,.opportunities-table tbody tr:first-child{animation-delay:20ms}.clients-table tbody tr:nth-child(2),.opportunities-table tbody tr:nth-child(2){animation-delay:50ms}.clients-table tbody tr:nth-child(3),.opportunities-table tbody tr:nth-child(3){animation-delay:80ms}.clients-table tbody tr:nth-child(4),.opportunities-table tbody tr:nth-child(4){animation-delay:.11s}.clients-table tbody tr:nth-child(5),.opportunities-table tbody tr:nth-child(5){animation-delay:.14s}.clients-table tbody tr:nth-child(6),.opportunities-table tbody tr:nth-child(6){animation-delay:.17s}.clients-table tbody tr:nth-child(7),.opportunities-table tbody tr:nth-child(7){animation-delay:.2s}.clients-table tbody tr:nth-child(8),.opportunities-table tbody tr:nth-child(8){animation-delay:.23s}.clients-table tbody tr:nth-child(9),.opportunities-table tbody tr:nth-child(9){animation-delay:.26s}.clients-table tbody tr:nth-child(10),.opportunities-table tbody tr:nth-child(10){animation-delay:.29s}@keyframes rowFadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20;background:#002b4938;place-items:center;padding:24px;animation:.22s cubic-bezier(.16,1,.3,1) backdropFade;display:grid;position:fixed;inset:0}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}.client-form-modal,.opportunity-form-modal{box-sizing:border-box;background:#fff;border:1.5px solid #0e2742;border-radius:22px;width:min(1120px,100vw - 32px);max-height:calc(100svh - 48px);animation:.28s cubic-bezier(.16,1,.3,1) modalScaleUp;box-shadow:0 24px 60px #00142847;flex-direction:column!important;padding:0!important;display:flex!important;overflow:hidden!important}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.client-form-modal__header{z-index:10;border-top-left-radius:20px;border-top-right-radius:20px;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;display:flex;box-shadow:0 4px 14px #0a1c3033;background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important;margin:0!important;padding:20px 28px!important}.client-form-modal__body{flex-direction:column;flex:auto;display:flex;overflow:hidden auto;gap:28px!important;padding:36px 36px 40px!important}.client-form-modal__body::-webkit-scrollbar{width:7px}.opportunity-form-modal::-webkit-scrollbar{width:7px}.client-form-modal__body::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px;margin:8px 0}.opportunity-form-modal::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px;margin:8px 0}.client-form-modal__body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.opportunity-form-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.client-form-modal__body::-webkit-scrollbar-thumb:hover{background:#00a6ce}.opportunity-form-modal::-webkit-scrollbar-thumb:hover{background:#00a6ce}.client-form-modal__header h2{letter-spacing:-.01em;margin:0;font-size:1.45rem;font-weight:800;color:#fff!important}.client-form-modal__header .icon-button,.client-form-modal__header .icon-button--edit{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex;color:#fff!important;background:#ffffff1f!important;border:1px solid #ffffff40!important}.client-form-modal__header .icon-button:hover,.client-form-modal__header .icon-button--edit:hover{transform:scale(1.08);color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.client-form-modal__header .secondary-inline-action{cursor:pointer;border-radius:10px;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:.88rem;font-weight:700;transition:all .18s;display:inline-flex;color:#f8fafc!important;background:#ffffff1f!important;border:1px solid #ffffff40!important}.client-form-modal__header .secondary-inline-action:hover{transform:translateY(-1px);color:#fff!important;background:#00a6ce59!important;border-color:#00a6ce!important}.client-form-modal__header .secondary-inline-action--danger{color:#fca5a5!important;background:#ef444433!important;border-color:#ef444466!important}.client-form-modal__header .secondary-inline-action--danger:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.client-form-modal__header .reminder-header-action{color:#38bdf8!important;background:#00a6ce40!important;border:1.5px solid #00a6ce!important;box-shadow:0 2px 8px #00a6ce4d!important}.client-form-modal__header .reminder-header-action:hover{transform:translateY(-1px);color:#fff!important;background:#00a6ce!important;border-color:#00a6ce!important;box-shadow:0 4px 14px #00a6ce80!important}.detail-header-actions{align-items:center;gap:14px;display:flex}.client-form-grid{display:grid;gap:26px 24px!important;margin-top:0!important;margin-bottom:26px!important}.client-form-grid--top{grid-template-columns:minmax(220px,.8fr) minmax(0,2fr);margin-bottom:26px!important}.client-form-grid--sede-top,.client-form-grid--single{grid-template-columns:1fr;margin-bottom:26px!important}.client-form-grid--address{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px!important}.client-form-grid--contact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0!important;margin-bottom:26px!important}.client-form-grid--contact-three{grid-template-columns:1.8fr 1fr 1fr;display:grid;gap:26px 24px!important;margin-top:0!important;margin-bottom:26px!important}.field--textarea{margin-top:8px}.field textarea{resize:vertical;background:#fff;border:1px solid #d9e4ef;border-radius:14px;min-height:140px;padding:14px}.detail-field{gap:9px;margin-bottom:4px;display:grid}.detail-field>span:first-child{color:#1e3a5f;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:.82rem;font-weight:700;display:flex}.detail-field>span:first-child:before{content:"";background:#00a6ce;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 2px #00a6ce33}.detail-field>strong,.detail-field>p{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;min-height:46px;margin:0;padding:10px 16px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 1px 2px #0f172a05}.sedes-shell strong,.sedes-shell p,.status-logs-row strong,.client-status-logs-row strong{min-height:auto!important;box-shadow:none!important;color:inherit!important;background:0 0!important;border:none!important;padding:0!important;display:inline!important}.detail-field--textarea p{white-space:pre-wrap;align-items:flex-start;min-height:90px;line-height:1.5}.form-section{width:100%;border-top:1.5px solid #eef2f6!important;margin-top:36px!important;padding-top:26px!important}.form-section:first-child,.client-form-modal__body>.form-section:first-of-type{border-top:none!important;margin-top:0!important;padding-top:0!important}.form-section h3,.form-section__header h3{color:#0e2742;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:12px;font-size:1.08rem;font-weight:800;display:flex;margin:0 0 22px!important;text-decoration:none!important}.form-section h3:before,.form-section__header h3:before{content:"";background:#00a6ce;border-radius:2px;width:4px;height:20px;display:inline-block}.form-section__header{justify-content:space-between;align-items:center;gap:16px;display:flex;margin-bottom:22px!important}.secondary-inline-action{min-height:38px;color:var(--color-heading);cursor:pointer;background:#00a6ce1a;border:1px solid #00a6ce33;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.secondary-inline-action--danger{color:#b42318;background:#ff353514;border-color:#ff35352e}.form-divider{border:none;border-top:1px solid #d9e4ef;margin:26px 0 20px}.sedes-shell{background:#fff;border:1px solid #d9e4ef;border-radius:16px;width:100%;overflow:hidden}.sedes-table-header,.sede-row{box-sizing:border-box;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,.9fr);width:100%;display:grid}.opportunities-client-header,.opportunities-client-row{grid-template-columns:minmax(0,1.7fr) minmax(0,1.1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr)}.opportunities-client-row .actions-cell{flex-wrap:nowrap;justify-content:center;gap:10px}.opportunities-client-row>span:first-child{color:#0f172a;font-weight:700}.opportunities-client-header span:last-child,.opportunities-client-row>div:last-child{justify-content:center}.sedes-table-header{min-height:48px;font-size:.88rem;font-weight:800;color:#fff!important;background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important}.sedes-table-header span{box-sizing:border-box;align-items:center;display:flex;border-right:none!important;padding:8px 14px!important}.sedes-table-header span:last-child{border-right:none;justify-content:flex-end!important;padding-right:20px!important}.sedes-table-header span:last-child .th-chip{margin-left:auto!important}.sedes-list{display:grid}.sede-row,.opportunities-client-row,.client-status-logs-row{transition:background-color .18s}.sede-row:hover,.opportunities-client-row:hover,.client-status-logs-row:hover{background-color:#f8fafc}.sede-row{border-top:1px solid #e7eef5;align-items:center;padding:0}.sede-row:first-child{border-top:none}.sede-row>span,.sede-row>div{box-sizing:border-box;border-right:1px solid #e7eef5;align-items:center;min-height:58px;padding:16px;display:flex}.sede-row>span:last-child,.sede-row>div:last-child{border-right:none}.sede-empty-row{min-height:72px;color:var(--color-muted-strong);justify-content:center;align-items:center;padding:16px;display:flex}.client-form-modal--sede{width:min(900px,100%)}.client-form-modal--view{width:min(1120px,100%)}.modal-backdrop--nested{z-index:30}.modal-actions{border-bottom-right-radius:20px;border-bottom-left-radius:20px;flex-shrink:0;justify-content:flex-end;gap:12px;display:flex;background:#f8fafc!important;border-top:1px solid #e2e8f0!important;margin:0!important;padding:18px 28px!important}.modal-actions .secondary-action,.modal-actions .secondary-inline-action{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 20px;font-weight:700;transition:all .2s;display:inline-flex}.modal-actions .secondary-action:hover,.modal-actions .secondary-inline-action:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.modal-actions .primary-action{color:#fff;background:linear-gradient(135deg,#00a6ce 0%,#008cb0 100%);border-radius:12px;min-height:44px;padding:0 24px;font-weight:800;transition:all .2s;box-shadow:0 4px 14px #00a6ce40}.modal-actions .primary-action:hover{background:linear-gradient(135deg,#00b8e6 0%,#0096bd 100%);transform:translateY(-1px);box-shadow:0 6px 18px #00a6ce59}.form-error-message{color:#c62828;margin:18px 0 0;font-size:.95rem;font-weight:600}.view-state-message{color:var(--color-heading);margin:0;font-size:1rem;font-weight:600}@media (width<=1400px){.crm-topbar__inner,.crm-content{width:min(100% - 28px,1520px)}.search-panel,.table-shell,.results-count{width:min(100%,1320px)}}@media (width<=1180px){.crm-topbar__inner,.crm-content{width:min(100% - 28px,1320px)}.crm-topbar__inner{grid-template-columns:1fr;justify-items:center;gap:12px;min-height:76px;padding:14px 0}.search-panel,.table-shell,.results-count{width:100%}.crm-topbar h1,.crm-brand,.primary-action{grid-column:auto;justify-self:center}.crm-brand__logo{height:36px}.clients-table th,.clients-table td{padding:18px}.clients-table th{font-size:.92rem}.clients-table td{font-size:1rem}}@media (width<=900px){.crm-topbar__inner,.crm-content{width:min(100% - 24px,1360px)}.crm-topbar__inner{min-height:72px}.crm-topbar h1{font-size:1.7rem}.search-panel,.table-shell,.results-count{width:100%}.search-panel__row,.filters-grid{grid-template-columns:1fr}.form-section__header{flex-direction:column;align-items:start}.sedes-table-header{display:none}.sede-row{grid-template-columns:1fr;gap:12px;padding:16px}.sede-row>span,.sede-row>div{border-right:none;min-height:auto;padding:0}.client-form-grid--top,.client-form-grid--single,.client-form-grid--address,.client-form-grid--contact,.client-form-grid--contact-three{grid-template-columns:1fr}.clients-table{min-width:760px}.table-shell{overflow-x:auto}}@media (width<=1023px){html,body,#root{max-width:100%;overflow-x:hidden}.crm-topbar__inner,.crm-content{width:calc(100% - 20px)}.crm-topbar__inner{gap:12px;min-height:68px}.crm-topbar h1{font-size:1.35rem}.crm-brand__logo{height:30px}.crm-topbar__inner>div:last-child{flex-wrap:wrap;justify-content:center;width:100%;grid-column:auto!important;justify-self:stretch!important}.primary-action,.filter-toggle{min-height:40px;padding-inline:14px}.search-panel{padding:16px}.pagination-top,.pagination-bottom{width:100%}.pagination-top{flex-direction:column;align-items:stretch;gap:10px}.pagination-mostrar{justify-content:space-between;padding-inline:14px}.pagination-bottom{gap:8px}.pagination-button{flex:1;min-width:0;padding-inline:12px}.table-shell{box-shadow:none;background:0 0;border:0;overflow:visible}.clients-table{min-width:0;display:block}.clients-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.clients-table tbody,.clients-table tr,.clients-table td{display:block;width:100%!important}.clients-table tbody{gap:12px;display:grid}.clients-table tbody tr{background:#fff;border:1px solid #d9e4ef;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0f172a0a}.clients-table td{overflow-wrap:anywhere;border-bottom:1px solid #e7eef5;border-right:0;grid-template-columns:minmax(78px,.7fr) minmax(0,1.3fr);align-items:center;gap:12px;min-height:46px;padding:11px 14px;font-size:.98rem;display:grid}.clients-table td:before{color:var(--color-muted-strong);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.clients-table td:first-child:before{content:"ID"}.clients-table td:nth-child(2):before{content:"CIF"}.clients-table td:nth-child(3):before{content:"Razón social"}.clients-table td:nth-child(4):before{content:"Cómo nos conoció"}.clients-table td:nth-child(5):before{content:"Acciones"}.clients-table td:last-child{border-bottom:0}.clients-table .empty-row{text-align:center;display:block}.clients-table .empty-row:before{content:none}.clients-table .actions-cell{flex-wrap:wrap;justify-content:flex-end;min-width:0}.clients-table .icon-button{background:#f8fafc;border-color:#e2e8f0;width:44px;height:44px}.modal-backdrop{place-items:stretch stretch;padding:0}.client-form-modal,.opportunity-form-modal{width:100%;height:100dvh;max-height:100dvh;padding:max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:0;border-radius:0}.client-form-modal__header{top:calc(0px - max(16px, env(safe-area-inset-top)));z-index:20;margin:calc(0px - max(16px, env(safe-area-inset-top))) -16px 18px;padding:max(16px, env(safe-area-inset-top)) 16px 14px;position:sticky;background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important}.client-form-modal__header h2{min-width:0;font-size:1.3rem;line-height:1.2}.client-form-modal__header .icon-button{flex:0 0 44px;width:44px;height:44px}.field textarea{min-height:160px}.modal-actions{bottom:calc(0px - max(16px, env(safe-area-inset-bottom)));z-index:4;margin:20px -16px calc(0px - max(16px, env(safe-area-inset-bottom)));padding:12px 16px max(16px, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e7eef5;position:sticky}.results-count{margin:18px 0 16px;font-size:.95rem}.modal-actions{flex-direction:column-reverse;align-items:stretch}.modal-actions .primary-action,.modal-actions .secondary-inline-action{justify-content:center;width:100%;min-height:48px}.client-status-logs-header,.status-logs-header{display:none}.client-status-logs-row,.status-logs-row{grid-template-columns:1fr;gap:8px;padding:12px}.client-status-logs-row>span,.status-logs-row>span{border-right:0;min-height:auto;padding:4px}}.client-status-logs-header,.client-status-logs-row{box-sizing:border-box;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr) minmax(0,1fr);width:100%;display:grid}.client-status-logs-header{min-height:48px;font-size:.88rem;font-weight:800;color:#fff!important;background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important}.client-status-logs-header span{box-sizing:border-box;align-items:center;display:flex;border-right:none!important;padding:10px 14px!important}.client-status-logs-header span:last-child{border-right:none}.client-status-logs-row{border-top:1px solid #e7eef5;align-items:center;padding:0}.client-status-logs-row>span{box-sizing:border-box;border-right:1px solid #e7eef5;align-items:center;min-height:52px;padding:12px 16px;display:flex}.client-status-logs-row>span:last-child{border-right:none}@media (width<=1023px){.client-status-logs-header{display:none}.client-status-logs-row{grid-template-columns:1fr;gap:8px;padding:12px}.client-status-logs-row>span{border-right:0;min-height:auto;padding:4px}}.crm-page{width:100%;max-width:100%;overflow-x:clip}.crm-topbar__actions{grid-column:3;justify-self:end;align-items:center;gap:12px;min-width:0;display:flex}.detail-header-actions{flex-wrap:wrap;min-width:0}.detail-field strong,.detail-field p,.filter-chip,.filter-chip>span,.sede-row>span{overflow-wrap:anywhere;min-width:0;max-width:100%}@media (width<=1180px){.crm-topbar__actions{grid-column:auto;justify-self:center}}@media (width<=1023px){.crm-topbar__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid!important}.crm-topbar__actions .primary-action,.crm-topbar__actions .reminder-header-action{white-space:normal;text-align:center;justify-content:center;width:100%;min-height:46px}.client-form-modal__header{align-items:flex-start}.detail-header-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.detail-header-actions h2{grid-column:1/-1}.detail-header-actions .secondary-inline-action{white-space:normal;text-align:center;justify-content:center;width:100%;min-width:0;min-height:44px;padding-inline:10px}.field input,.field select,.field textarea,.searchable-select__control input,.search-input input{font-size:16px}.status-badge{white-space:normal}}@media (width<=420px){.crm-topbar__actions,.detail-header-actions{grid-template-columns:1fr}}@container crm-page (width<=49rem){.table-shell{box-shadow:none;background:0 0;border:0;overflow:visible}.clients-table{width:100%;min-width:0;max-width:100%;display:block}.clients-table-wrap{width:100%;min-width:0;max-width:100%;overflow:hidden}.clients-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.clients-table tbody,.clients-table tr,.clients-table td{box-sizing:border-box;min-width:0;max-width:100%;display:block;width:100%!important}.clients-table tbody{gap:12px;display:grid}.clients-table tbody tr{background:#fff;border:1px solid #d9e4ef;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0f172a0a}.clients-table td{overflow-wrap:anywhere;word-break:break-word;white-space:normal;border-bottom:1px solid #e7eef5;border-right:0;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:center;gap:12px;min-height:46px;padding:11px 14px;font-size:.98rem;display:grid}.clients-table td:before{color:var(--color-muted-strong);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.clients-table td:first-child:before{content:"ID"}.clients-table td:nth-child(2):before{content:"CIF"}.clients-table td:nth-child(3):before{content:"Razón social"}.clients-table td:nth-child(4):before{content:"Cómo nos conoció"}.clients-table td:nth-child(5):before{content:"Acciones"}.clients-table td:last-child{border-bottom:0}.clients-table .empty-row{text-align:center;display:block}.clients-table .empty-row:before{content:none}.clients-table .actions-cell{flex-wrap:wrap;justify-content:flex-end;min-width:0;max-width:100%}.clients-table .status-badge{white-space:normal;min-width:0;max-width:100%}.clients-table .icon-button{background:#f8fafc;border-color:#e2e8f0;width:44px;height:44px}}.status-badge:before,.status-badge :before,.th-chip:before,.th-chip :before,.sedes-shell :before,.sedes-table-header span:before,.sede-row span:before,.opportunities-client-header span:before,.opportunities-client-row span:before,.client-status-logs-header span:before,.client-status-logs-row span:before,.status-logs-header span:before,.status-logs-row span:before{content:none!important;display:none!important}.status-badge{white-space:nowrap!important;border-radius:999px!important;align-items:center!important;gap:7px!important;width:auto!important;max-width:fit-content!important;padding:5px 12px!important;font-size:.82rem!important;font-weight:700!important;line-height:1.2!important;display:inline-flex!important}.status-badge .status-badge__dot{border-radius:50%!important;flex-shrink:0!important;width:7px!important;height:7px!important;display:inline-block!important}.sedes-table-header span,.opportunities-client-header span,.client-status-logs-header span{color:#fff!important;letter-spacing:.04em!important;text-transform:uppercase!important;font-size:.82rem!important;font-weight:800!important}.crm-page--opportunities{container:crm-page/inline-size}.filters-grid--opportunities{grid-template-columns:repeat(auto-fit,minmax(min(100%,16.25rem),1fr));width:100%;min-width:0;max-width:100%}.opportunities-table th:first-child,.opportunities-table td:first-child{width:21%}.opportunities-table th:nth-child(2),.opportunities-table td:nth-child(2){width:19%}.opportunities-table th:nth-child(3),.opportunities-table td:nth-child(3),.opportunities-table th:nth-child(4),.opportunities-table td:nth-child(4){width:14%}.opportunities-table th:nth-child(5),.opportunities-table td:nth-child(5){width:15%}.opportunities-table th:nth-child(6),.opportunities-table td:nth-child(6){width:17%;min-width:195px}.opportunities-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .18s cubic-bezier(.16,1,.3,1)}.opportunities-table tbody tr:nth-child(2n) td{background:#fafcff}.opportunities-table tbody tr:hover td{background-color:#f0f7fd!important}.opportunities-table tbody tr:hover{box-shadow:inset 4px 0 #00a6ce}.opportunities-table th:nth-child(6){text-align:right!important;padding-right:24px!important}.opportunities-table th:nth-child(6) .th-chip{margin-left:auto!important}.opportunities-table td:nth-child(6){text-align:right!important;padding-right:24px!important}.opportunities-table td:nth-child(6) .actions-cell{justify-content:flex-end!important;margin-left:auto!important}.opportunities-table .actions-cell{flex-wrap:nowrap;align-items:center;gap:6px;min-width:190px;display:flex}.opportunity-title-cell{align-items:center;display:flex}.opportunity-title-text{color:#0f172a;font-size:.96rem;font-weight:700;line-height:1.35}.opportunity-sede-badge{color:#334155;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;max-width:100%;padding:3px 10px;font-size:.88rem;font-weight:600;display:inline-flex;overflow:hidden}.opportunity-responsable-cell{align-items:center;gap:10px;display:flex}.opportunity-responsable-avatar{color:#4338ca;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #a5b4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 1px 4px #4338ca1f}.opportunity-responsable-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;font-weight:600;overflow:hidden}.opportunities-table .status-badge__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-right:6px;display:inline-block!important}.opportunity-empty-cell{color:#94a3b8;font-weight:500}.opportunity-form-modal{width:min(1120px,100vw - 48px)}.opportunity-inline-field{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.opportunity-inline-field .primary-action{justify-content:center;min-width:42px;padding:0}.opportunity-scope-banner{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.opportunity-scope-chip{color:#0b3d62;background:#eef7fb;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-size:.92rem;font-weight:700;display:inline-flex}.opportunity-scope-chip strong{font-weight:800}.opportunity-documents-list{flex-wrap:wrap;gap:10px;margin-top:12px;margin-bottom:8px;display:flex}.opportunity-file-input{width:100%;min-height:46px;padding:10px 14px;line-height:1.25;display:block}.opportunity-document-item{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.opportunity-document-item--pending{background:#f8fbfd;border:1px dashed #c9ddeb;border-radius:18px;padding:6px 10px}.opportunity-document-chip{color:#0b3d62;background:#eef7fb;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.92rem;font-weight:600;display:inline-flex}.opportunity-document-actions{gap:6px;display:inline-flex}.opportunity-document-pending{color:var(--color-muted-strong);align-items:center;gap:6px;font-size:.86rem;font-weight:600;display:inline-flex}.opportunity-documents-empty{color:var(--color-muted-strong)}.opportunity-comments-list{margin-top:12px;display:block}.opportunity-comments-panel{background:linear-gradient(#fbfdff 0%,#f3f9fd 100%);border:1px solid #dce9f3;border-radius:18px;gap:14px;padding:16px;display:grid}.opportunity-comment-card{background:#fff;border:1px solid #d7e5f1;border-radius:16px;padding:12px 16px 14px;display:grid}.opportunity-comment-card__header{justify-content:flex-end;gap:12px;margin-bottom:10px;display:flex}.opportunity-comment-card__header time{color:var(--color-muted-strong);white-space:nowrap;font-size:.82rem;font-weight:600}.opportunity-comment-card p{align-items:initial;white-space:pre-wrap;color:#0b2540;background:0 0;border:none;border-radius:0;min-height:auto;margin:0;padding:0;font-size:1rem;font-weight:600;line-height:1.55;display:block}.opportunity-section{margin-top:12px}.filters-grid--opportunities>.field,.filters-grid--opportunities .searchable-select{width:100%;min-width:0;max-width:100%}@container crm-page (width<=49rem){.table-shell{box-shadow:none;background:0 0;border:0;overflow:visible}.opportunities-table{width:100%;min-width:0;max-width:100%;display:block}.clients-table-wrap{width:100%;min-width:0;max-width:100%;overflow:hidden}.opportunities-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.opportunities-table tbody,.opportunities-table tr,.opportunities-table td{display:block;width:100%!important}.opportunities-table tbody{gap:12px;display:grid}.opportunities-table tbody tr{background:#fff;border:1px solid #d9e4ef;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0f172a0a}.opportunities-table td{overflow-wrap:anywhere;word-break:break-word;white-space:normal;border-bottom:1px solid #e7eef5;border-right:0;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:center;gap:12px;min-height:46px;padding:11px 14px;font-size:.98rem;display:grid}.opportunities-table td:before{color:var(--color-muted-strong);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.opportunities-table td:first-child:before{content:"Título"}.opportunities-table td:nth-child(2):before{content:"Cliente"}.opportunities-table td:nth-child(3):before{content:"Sede"}.opportunities-table td:nth-child(4):before{content:"Estado"}.opportunities-table td:nth-child(5):before{content:"Responsable"}.opportunities-table td:nth-child(6):before{content:"Acciones"}.opportunities-table td:last-child{border-bottom:0}.opportunities-table .empty-row{text-align:center;display:block}.opportunities-table .empty-row:before{content:none}.opportunities-table td:nth-child(6),.opportunities-table .actions-cell{min-width:0}.opportunities-table .actions-cell{flex-wrap:wrap;justify-content:flex-end;max-width:100%}.opportunities-table .status-badge{white-space:normal;min-width:0;max-width:100%}.opportunities-table .icon-button{background:#f8fafc;border-color:#e2e8f0;width:44px;height:44px}}.status-logs-header,.status-logs-row{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr);width:100%;display:grid}.status-logs-header{min-height:48px;font-size:.88rem;font-weight:800;color:#fff!important;background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important}.status-logs-header span{box-sizing:border-box;align-items:center;display:flex;color:#fff!important;letter-spacing:.04em!important;text-transform:uppercase!important;border-right:none!important;padding:10px 16px!important;font-size:.82rem!important;font-weight:800!important}.status-logs-header span:last-child{border-right:none}.status-logs-row{border-top:1px solid #e7eef5;align-items:center;padding:0}.status-logs-row>span{box-sizing:border-box;border-right:1px solid #e7eef5;align-items:center;min-height:52px;padding:12px 16px;display:flex}.status-logs-row>span:last-child{border-right:none}.reminder-header-action{color:#0284c7;cursor:pointer;background:#f0f9ff;border:1px solid #00a6ce;border-radius:14px;align-items:center;gap:10px;min-height:42px;padding:0 18px 0 16px;font-weight:700;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,background-color .2s;display:inline-flex;box-shadow:0 4px 14px #0284c71f}.reminder-header-action:hover{color:#0369a1;background:#e0f2fe;transform:translateY(-1.5px);box-shadow:0 10px 22px #0284c738}.reminder-header-action:active{transform:translateY(1px)}.reminder-modal{background:#fff;border:1.5px solid #0e2742;border-radius:22px;gap:20px;width:min(580px,100vw - 32px);padding:28px;animation:.28s cubic-bezier(.16,1,.3,1) modalScaleUp;display:grid;overflow:hidden;box-shadow:0 24px 60px #00142847}.reminder-modal__header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin:-28px -28px 0;padding:20px 28px;display:grid;background:linear-gradient(#0e2742 0%,#0a1c30 100%)!important;border-bottom:2px solid #061524!important}.reminder-modal__icon-badge{color:#38bdf8;background:#00a6ce40;border:1px solid #00a6ce66;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 4px 12px #00a6ce33}.reminder-modal__title-wrap h2{margin:0;font-size:1.35rem;font-weight:800;line-height:1.25;color:#fff!important}.reminder-modal__title-wrap p{margin:4px 0 0;font-size:.86rem;line-height:1.4;color:#93c5fd!important}.reminder-modal__close-btn{cursor:pointer;border-radius:50%;place-items:center;width:34px;height:34px;transition:all .2s;display:grid;color:#fff!important;background:#ffffff1f!important;border:1px solid #ffffff40!important}.reminder-modal__close-btn:hover{transform:scale(1.08);color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.reminder-modal__form{gap:16px;display:grid}.reminder-modal__form label.field{color:var(--color-heading);gap:6px;font-size:.92rem;font-weight:700;display:grid}.reminder-modal__form label.field select,.reminder-modal__form label.field input,.reminder-modal__form label.field textarea{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.reminder-modal__form label.field select:focus,.reminder-modal__form label.field input:focus,.reminder-modal__form label.field textarea:focus{background:#fff;border-color:#00a6ce;box-shadow:0 0 0 3px #00a6ce26}.reminder-alert{border-radius:14px;align-items:center;gap:10px;padding:12px 16px;font-size:.92rem;font-weight:600;animation:.2s fadeIn;display:flex}.reminder-alert--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.reminder-alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.reminder-modal__actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.reminder-modal__cancel-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:14px;min-height:42px;padding:0 18px;font-weight:700;transition:all .2s}.reminder-modal__cancel-btn:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.reminder-datetime-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.icon-button--reminder{color:#0284c7}.icon-button--reminder:hover{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.custom-time-picker{width:100%;position:relative}.custom-time-picker__trigger{cursor:pointer;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 14px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.custom-time-picker__trigger:hover,.custom-time-picker__trigger.is-open{background:#fff;border-color:#00a6ce;box-shadow:0 0 0 3px #00a6ce26}.custom-time-picker__value{align-items:center;gap:8px;display:flex}.custom-time-popover{z-index:100;background:#fff;border:1px solid #d9e4ef;border-radius:18px;gap:14px;min-width:290px;padding:16px;animation:.2s cubic-bezier(.16,1,.3,1) modalScaleUp;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 20px 48px #002b492e}.custom-time-popover__header{color:var(--color-muted-strong);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.82rem;font-weight:800;display:block}.custom-time-popover__cols{grid-template-columns:1fr 1fr;gap:14px;display:grid}.custom-time-col{flex-direction:column;display:flex}.custom-time-scroll{flex-direction:column;gap:4px;max-height:180px;padding-right:4px;display:flex;overflow-y:auto}.custom-time-scroll::-webkit-scrollbar{width:5px}.custom-time-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.custom-time-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.custom-time-item{color:#334e68;text-align:center;cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:34px;padding:0 10px;font-size:.88rem;font-weight:700;transition:all .15s;display:flex}.custom-time-item:hover{color:#0284c7;background:#e0f2fe}.custom-time-item.is-selected{color:#fff;background:linear-gradient(135deg,#00a6ce,#008cb0);font-weight:800;box-shadow:0 4px 12px #00a6ce4d}.custom-time-minutes-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}@media (width<=520px){.reminder-datetime-grid{grid-template-columns:1fr}}@media (width<=1023px){.filters-grid--opportunities{grid-template-columns:1fr}.opportunities-table td:first-child:before{content:"Título"}.opportunities-table td:nth-child(2):before{content:"Cliente"}.opportunities-table td:nth-child(3):before{content:"Sede"}.opportunities-table td:nth-child(4):before{content:"Estado"}.opportunities-table td:nth-child(5):before{content:"Responsable"}.opportunities-table td:nth-child(6):before{content:"Acciones"}.opportunities-table .empty-row:before{content:none}.opportunities-table td:nth-child(6){min-width:0}.opportunities-table .actions-cell{flex-wrap:wrap;justify-content:flex-end;min-width:0}.opportunity-inline-field{grid-template-columns:minmax(0,1fr) 44px}.opportunity-comments-panel{padding:10px}.opportunity-comment-card{padding:12px}.opportunity-comment-card__header{justify-content:flex-start}.reminder-modal{border-radius:0;width:100%;max-height:100dvh;padding:18px 16px;overflow-y:auto}.reminder-modal__header{grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.reminder-modal__icon-badge{width:40px;height:40px}.reminder-modal__actions{flex-direction:column-reverse}.reminder-modal__actions button{justify-content:center;width:100%;min-height:48px}.custom-time-popover{min-width:0}}.opportunity-scope-chip,.opportunity-document-chip{overflow-wrap:anywhere;min-width:0;max-width:100%}.reminder-header-action--compact{min-height:36px;padding:0 14px;font-size:.88rem}.opportunity-detail-actions{align-items:center;gap:8px;min-width:0;display:flex}@media (width<=1023px){.opportunity-file-input{max-width:100%;font-size:16px}.opportunity-document-item{align-items:flex-start;width:100%;min-width:0}.opportunity-document-chip{border-radius:14px;flex:180px;min-height:40px;padding-block:8px}.opportunity-detail-header{grid-template-columns:minmax(0,1fr);display:grid}.opportunity-detail-actions{grid-template-columns:minmax(0,1fr) 44px;width:100%;display:grid}.opportunity-detail-actions .reminder-header-action{white-space:normal;text-align:center;justify-content:center;width:100%;min-width:0;min-height:44px}}.opportunity-section h3{color:#0e2742;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:10px;margin:20px 0 14px;font-size:1.05rem;font-weight:800;display:flex;text-decoration:none!important}.opportunity-section h3:before{content:"";background:#00a6ce;border-radius:2px;width:4px;height:18px;display:inline-block}.detail-field.opportunity-section{gap:12px;margin-top:22px}.detail-field.opportunity-section>span{text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:10px;display:flex;color:#0e2742!important;font-size:1.05rem!important;font-weight:800!important}.detail-field.opportunity-section>span:before{content:""!important;width:4px!important;height:18px!important;box-shadow:none!important;background:#00a6ce!important;border-radius:2px!important;display:inline-block!important}.opportunity-documents-empty{color:#64748b;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.detail-field .status-badge{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:6px 14px;width:auto!important;display:inline-flex!important}.detail-field .status-badge .status-badge__dot{border-radius:50%;flex-shrink:0;width:8px!important;height:8px!important;display:inline-block!important}.opportunity-upload-dropzone{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;margin-bottom:8px;padding:22px 20px;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative}.opportunity-upload-dropzone:hover{background:#f0f9ff;border-color:#00a6ce;transform:translateY(-1px)}.opportunity-file-input-hidden{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;inset:0}.opportunity-upload-dropzone__label{cursor:pointer;pointer-events:none;flex-direction:column;align-items:center;gap:10px;display:flex}.opportunity-upload-dropzone__icon{color:#0284c7;background:#e0f2fe;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0284c726}.opportunity-upload-dropzone:hover .opportunity-upload-dropzone__icon{color:#fff;background:#00a6ce;transform:scale(1.08)}.opportunity-upload-dropzone__text{flex-direction:column;gap:4px;display:flex}.opportunity-upload-dropzone__text strong{color:#0e2742;font-size:.94rem;font-weight:700}.opportunity-upload-dropzone__text span{color:#64748b;font-size:.82rem;font-weight:500}.input-with-suffix{align-items:center;display:flex;position:relative}.input-with-suffix input{width:100%;padding-right:36px!important}.input-suffix{color:#64748b;pointer-events:none;font-size:.95rem;font-weight:700;position:absolute;right:14px}.client-status-logs-header,.status-logs-header{min-height:52px!important;padding:4px 0!important}.client-status-logs-header .th-chip,.status-logs-header .th-chip{color:#f8fafc!important;letter-spacing:.07em!important;text-transform:uppercase!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important;box-sizing:border-box!important;background:#ffffff14!important;border:1px solid #ffffff24!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:auto!important;max-width:fit-content!important;padding:5px 14px!important;font-family:inherit!important;font-size:11px!important;font-weight:800!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important;box-shadow:0 1px 3px #00000040,inset 0 1px #ffffff14!important}.client-status-logs-header .th-chip:hover,.status-logs-header .th-chip:hover{color:#fff!important;background:#ffffff24!important;border-color:#00a6ce8c!important;transform:translateY(-1px)!important;box-shadow:0 3px 10px #00a6ce47!important}
