.login-shell{display:flex;min-height:100vh;overflow:hidden;background:linear-gradient(90deg,rgba(36,75,155,.06),transparent 46%),var(--color-page)}.login-brand{display:grid;flex:1 1 auto;min-width:0;place-items:center;padding:56px}.login-brand__logo{display:block;width:min(58vw,680px);max-height:54vh;object-fit:contain}.login-panel{display:grid;flex:0 0 clamp(340px,32vw,440px);min-height:100vh;place-items:center;padding:40px;background:var(--color-surface);box-shadow:var(--shadow-panel)}.login-form{width:100%;max-width:360px}.login-form__header{margin-bottom:24px}.login-form__accent{display:block;width:52px;height:5px;margin-bottom:18px;border-radius:999px;background:var(--color-brand-yellow)}.login-form h1{margin:0;color:var(--color-brand-blue-dark);font-size:1.75rem;font-weight:750;line-height:1.15}.login-form__header p{margin:10px 0 0;color:var(--color-muted);font-size:.92rem;line-height:1.45}.login-form__access{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:20px;padding:5px;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-page)}.login-form__access button{min-height:44px;border:0;border-radius:calc(var(--radius-control) - 3px);background:transparent;color:var(--color-text);cursor:pointer;font-size:.82rem;font-weight:700;line-height:1.25;padding:7px 9px}.login-form__access button[aria-pressed=true]{background:var(--color-brand-blue);color:#fff;box-shadow:0 2px 8px #244b9b33}.login-form__message-slot{min-height:48px;margin-bottom:8px}.login-form__error{margin:0;padding:12px 14px;border:1px solid var(--color-error-border);border-radius:var(--radius-control);background:var(--color-error-bg);color:var(--color-error);font-size:.92rem;font-weight:650}.login-form__success{margin:0;padding:12px 14px;border:1px solid rgba(27,139,80,.28);border-radius:var(--radius-control);background:#1b8b501a;color:#1b8b50;font-size:.92rem;font-weight:650;opacity:1;transform:translateY(0);transition:opacity 3s ease,transform 3s ease}.login-form__success--hidden{opacity:0;transform:translateY(-4px)}.login-form__field{display:grid;gap:8px;margin-bottom:18px;color:var(--color-text);font-size:.92rem;font-weight:650}.login-form__field input{width:100%;height:46px;border:1px solid var(--color-border);border-radius:var(--radius-control);background:#fff;color:var(--color-text);outline:none;padding:0 13px;transition:border-color .16s ease,box-shadow .16s ease}.login-form__field input:focus{border-color:var(--color-brand-blue);box-shadow:0 0 0 3px #f7b51547}.login-form__button{width:100%;height:46px;margin-top:4px;border:0;border-radius:var(--radius-control);background:var(--color-brand-blue);color:#fff;cursor:pointer;font-weight:750;transition:background .16s ease,transform .16s ease}.login-form__button:hover:not(:disabled){background:var(--color-brand-blue-dark)}.login-form__button:active:not(:disabled){transform:translateY(1px)}.login-form__button:disabled{cursor:wait;opacity:.72}.login-form__recovery{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;margin-top:18px;font-size:.88rem}.login-form__recovery a{color:var(--color-brand-blue);font-weight:650;text-decoration:none}.login-form__recovery a:hover{color:var(--color-brand-blue-dark);text-decoration:underline}@media(max-width:820px){.login-shell{display:grid;min-height:100vh}.login-brand{min-height:34vh;padding:32px 28px 18px}.login-brand__logo{width:min(78vw,520px);max-height:28vh}.login-panel{min-height:auto;padding:28px;box-shadow:none}}.console-access{min-height:100vh;background:var(--color-page);color:var(--color-text)}.console-access__header{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;min-height:82px;padding:14px clamp(22px,5vw,72px);border-bottom:1px solid var(--color-border);background:#fff}.console-access__header img{width:132px;max-height:52px;object-fit:contain}.console-access__header div{display:grid;gap:3px}.console-access__header span{color:var(--color-muted);font-size:.82rem;font-weight:700;text-transform:uppercase}.console-access__header button{min-height:40px;border:1px solid var(--color-border);border-radius:var(--radius-control);background:#fff;color:var(--color-brand-blue);cursor:pointer;font-weight:700;padding:0 16px}.console-access__content{width:min(1080px,calc(100% - 40px));margin:0 auto;padding:72px 0}.console-access__intro{max-width:720px}.console-access__eyebrow{margin:0 0 10px;color:var(--color-brand-blue);font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.console-access__intro h1{margin:0;color:var(--color-brand-blue-dark);font-size:clamp(2rem,4vw,3.2rem)}.console-access__intro>p:last-child{color:var(--color-muted);line-height:1.65}.console-access__modules{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-top:42px}.console-access__modules article{display:grid;gap:8px;min-height:150px;padding:22px;border:1px solid var(--color-border);border-radius:14px;background:#fff;box-shadow:0 10px 30px #244b9b0f}.console-access__modules article>span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#244b9b1a;color:var(--color-brand-blue);font-weight:800}.console-access__modules small{color:#1b8b50;font-weight:700}.console-access__notice{margin-top:34px;padding:20px 22px;border-left:5px solid var(--color-brand-yellow);background:#fff;line-height:1.55}.console-access__notice p{margin:7px 0 0;color:var(--color-muted)}@media(max-width:640px){.console-access__header{grid-template-columns:1fr auto}.console-access__header img{display:none}.console-access__content{padding:44px 0}}.portal-shell{--portal-sidebar-width: clamp(206px, 12.6vw, 252px);--portal-topbar-height: 82px;--portal-sidebar-bg: #173672;--portal-sidebar-bg-soft: #1f4285;--portal-sidebar-border: rgba(255, 255, 255, .14);--portal-active-bg: rgba(44, 189, 174, .18);--portal-active-border: #2cbdad;--portal-sidebar-text: rgba(255, 255, 255, .88);--portal-sidebar-muted: rgba(255, 255, 255, .68);display:grid;grid-template-columns:var(--portal-sidebar-width) minmax(0,1fr);min-height:100vh;background:var(--color-page)}.portal-sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:16px 14px;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%),var(--portal-sidebar-bg);border-right:1px solid rgba(14,31,67,.22);color:var(--portal-sidebar-text)}.portal-sidebar__brand{display:flex;align-items:center;min-height:108px;padding:4px 0 20px}.portal-sidebar__brand img{width:100%;min-height:82px;max-height:94px;object-fit:contain;border-radius:8px;background:#fff;padding:10px 12px}.portal-sidebar__nav{display:flex;flex:1;flex-direction:column;gap:6px;padding-top:8px}.portal-nav-button,.portal-sidebar__secondary-action,.portal-topbar__icon-button{border:0;cursor:pointer}.portal-nav-button{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;min-height:42px;gap:9px;padding:10px 11px;border-radius:8px;background:transparent;color:var(--portal-sidebar-text);text-align:left;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease}.portal-nav-button span,.portal-sidebar__secondary-action span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-nav-button:hover{background:#ffffff14}.portal-nav-button:disabled{cursor:not-allowed;opacity:.42}.portal-nav-button:disabled:hover{background:transparent}.portal-nav-button[aria-current=page]{background:var(--portal-active-bg);box-shadow:inset 3px 0 0 var(--portal-active-border);color:#fff}.portal-sidebar__footer{display:flex;flex-direction:column;gap:7px;padding-top:18px}.portal-sidebar__secondary-action{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;padding:8px 9px;border-radius:8px;background:#ffffff0e;color:var(--portal-sidebar-muted);text-align:left;transition:background-color .14s ease,color .14s ease}.portal-sidebar__secondary-action:hover{background:#ffffff18;color:#fff}.portal-icon{width:20px;height:20px;flex:0 0 auto}.portal-sidebar__secondary-action .portal-icon{width:17px;height:17px}.portal-frame{min-width:0}.portal-topbar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:var(--portal-topbar-height);gap:18px;padding:14px clamp(18px,2.2vw,34px);background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:0 10px 28px #1736720f}.portal-topbar__section{display:flex;min-width:0;flex-direction:column;gap:3px}.portal-topbar__section span{color:var(--color-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.portal-topbar__section strong{color:var(--color-brand-blue-dark);font-size:clamp(1.2rem,1.8vw,1.6rem);line-height:1.1}.portal-topbar__actions{display:flex;align-items:center;flex:0 0 auto;gap:10px}.portal-topbar__addon{display:inline-flex;align-items:center}.portal-topbar__icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--color-border);border-radius:8px;background:#fff;color:var(--color-brand-blue-dark);font-weight:800;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.portal-topbar__icon-button:hover{border-color:#244b9b57;box-shadow:0 8px 20px #1736721a;transform:translateY(-1px)}.portal-topbar__icon-button--tutorial{margin-right:8px}.portal-topbar__notification-dot{position:absolute;top:8px;right:9px;width:8px;height:8px;border:2px solid #ffffff;border-radius:999px;background:#2cbdad}.portal-client-card{display:grid;grid-template-columns:minmax(112px,max-content) 40px;align-items:center;gap:10px;min-height:48px;padding:5px 6px 5px 14px;border:1px solid var(--color-border);border-radius:8px;background:#fff}.portal-client-card__name{overflow:hidden;max-width:210px;color:var(--color-text);font-size:.92rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.portal-client-card img{width:40px;height:36px;object-fit:contain;border-radius:6px;background:var(--color-page)}.portal-frame__content{min-height:calc(100vh - var(--portal-topbar-height));padding:clamp(18px,2.2vw,34px)}@media(max-width:980px){.portal-shell{--portal-sidebar-width: 76px}.portal-sidebar{padding-right:9px;padding-left:9px}.portal-sidebar__brand{min-height:58px;padding-bottom:12px}.portal-sidebar__brand img{min-height:54px;max-height:54px;padding:7px}.portal-nav-button,.portal-sidebar__secondary-action{display:flex;justify-content:center;padding-right:8px;padding-left:8px}.portal-nav-button span,.portal-sidebar__secondary-action span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.portal-topbar{align-items:flex-start;flex-direction:column}.portal-topbar__actions{width:100%;justify-content:flex-end}}@media(max-width:640px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:static;height:auto;min-height:auto}.portal-sidebar__brand,.portal-sidebar__footer{display:none}.portal-sidebar__nav{flex-direction:row;overflow-x:auto;padding-top:0}.portal-nav-button{flex:0 0 auto}.portal-topbar{position:static}.portal-client-card{grid-template-columns:minmax(90px,1fr) 36px;min-width:0}}.portal-preview{display:flex;flex-direction:column;gap:24px}.portal-preview__welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.portal-preview__welcome span,.portal-summary-card__heading span{display:block;color:var(--color-muted);font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.portal-preview__welcome h1{margin:4px 0 0;color:var(--color-brand-blue-dark);font-size:clamp(1.55rem,2.5vw,2.1rem);line-height:1.15}.portal-preview__welcome p{margin:7px 0 0;color:var(--color-muted)}.portal-preview__welcome>button{min-height:42px;padding:0 17px;border:0;border-radius:8px;background:var(--color-brand-blue);color:#fff;cursor:pointer;font-weight:800;white-space:nowrap}.portal-summary-grid{display:grid;grid-template-columns:minmax(230px,.78fr) minmax(250px,.9fr) minmax(370px,1.45fr);align-items:stretch;gap:16px}.portal-summary-card{min-width:0;min-height:520px;padding:20px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);box-shadow:0 16px 34px #17367212}.portal-summary-card__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:47px;padding-bottom:16px;border-bottom:1px solid #e8ecf3}.portal-summary-card__heading h2{margin:3px 0 0;color:var(--color-text);font-size:1.05rem}.portal-summary-card__heading>button{padding:6px 0;border:0;background:transparent;color:var(--color-brand-blue);cursor:pointer;font-size:.82rem;font-weight:800}.portal-summary-card__count{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#edf2fb;color:var(--color-brand-blue-dark);font-size:.9rem}.portal-profile-card__identity{display:flex;align-items:center;flex-direction:column;padding:30px 0 26px;text-align:center}.portal-profile-card__logo{display:grid;width:104px;height:104px;place-items:center;overflow:hidden;padding:9px;border:1px solid #dce4f1;border-radius:18px;background:#f8fafd;box-shadow:0 12px 28px #17367217}.portal-profile-card__logo img{width:100%;height:100%;object-fit:contain;border-radius:11px}.portal-profile-card__identity strong{margin-top:18px;color:var(--color-text);font-size:1.08rem}.portal-profile-card__identity>span{margin-top:5px;color:var(--color-muted);font-size:.84rem}.portal-profile-card__details{display:flex;flex-direction:column;gap:10px;margin:0}.portal-profile-card__details div{min-width:0;padding:13px 14px;border-radius:9px;background:#f7f9fc}.portal-profile-card__details dt{margin-bottom:5px;color:var(--color-muted);font-size:.72rem;font-weight:700}.portal-profile-card__details dd{overflow:hidden;margin:0;color:var(--color-text);font-size:.88rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.portal-project-list,.portal-recent-documents{display:flex;flex-direction:column;gap:8px;margin:16px 0 0;padding:0;list-style:none}.portal-project-list li,.portal-recent-documents li{min-width:0}.portal-project-list button,.portal-recent-documents button{width:100%;border:1px solid transparent;border-radius:9px;background:#f7f9fc;cursor:pointer;text-align:left;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.portal-project-list button:hover,.portal-recent-documents button:hover{border-color:#cfdaeb;background:#fff;transform:translateY(-1px)}.portal-project-list button{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:11px;min-height:62px;padding:9px 11px}.portal-project-list__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:9px;background:#e8eef9;color:var(--color-brand-blue-dark);font-size:.72rem;font-weight:900}.portal-project-list__content,.portal-recent-documents__content{display:flex;min-width:0;flex-direction:column;gap:4px}.portal-project-list__content strong,.portal-recent-documents__content strong{overflow:hidden;color:var(--color-text);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.portal-project-list__content small,.portal-recent-documents__content small{overflow:hidden;color:var(--color-muted);font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}.portal-list-arrow{color:#7b89a2;font-size:1rem}.portal-recent-documents button{display:grid;grid-template-columns:44px minmax(0,1fr) max-content;align-items:center;gap:12px;min-height:62px;padding:9px 11px}.portal-document-type{display:grid;width:42px;height:42px;place-items:center;border-radius:9px;background:#eaf1fb;color:var(--color-brand-blue-dark);font-size:.63rem;font-weight:900}.portal-recent-documents__status{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.portal-recent-documents__status time{color:var(--color-muted);font-size:.68rem}.portal-status{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:999px;background:#eef1f5;color:#5e6674;font-size:.68rem;font-weight:800;white-space:nowrap}.portal-status--available{background:#e2f5f0;color:#147063}.portal-status--payment{background:var(--color-brand-yellow-soft);color:#795600}.portal-summary-empty{display:grid;min-height:180px;margin:16px 0 0;place-items:center;padding:24px;border:1px dashed #ccd5e5;border-radius:9px;color:var(--color-muted);font-size:.86rem;text-align:center}@media(max-width:1120px){.portal-summary-grid{grid-template-columns:minmax(225px,.8fr) minmax(420px,1.4fr)}.portal-documents-card{grid-column:1 / -1;min-height:auto}}@media(max-width:800px){.portal-preview__welcome{align-items:flex-start;flex-direction:column}.portal-summary-grid{grid-template-columns:1fr}.portal-documents-card{grid-column:auto}.portal-summary-card{min-height:auto}}@media(max-width:520px){.portal-preview__welcome>button{width:100%}.portal-recent-documents button{grid-template-columns:42px minmax(0,1fr)}.portal-recent-documents__status{grid-column:2;align-items:center;flex-direction:row}}.activity-page{display:flex;flex-direction:column;gap:12px;min-width:0}.activity-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.activity-page__header p{margin:0;color:var(--color-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.activity-page__header>span{flex:0 0 auto;border:1px solid #d5ecea;border-radius:8px;padding:8px 11px;background:#f8fdfc;color:#126c65;font-size:.86rem;font-weight:800}.activity-workspace{display:grid;grid-template-columns:minmax(260px,.34fr) minmax(0,1fr);gap:14px;min-height:calc(100vh - 134px)}.activity-filter-panel,.activity-list-panel{min-width:0;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 16px 34px #17367212}.activity-filter-panel{display:flex;flex-direction:column;gap:13px;padding:16px}.activity-filter-panel h2,.activity-list-panel h2{margin:0;color:var(--color-text);font-size:1rem}.multi-filter{position:relative}.multi-filter__trigger{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;width:100%;min-height:48px;border:1px solid var(--color-border);border-radius:8px;padding:8px 10px;background:#fff;color:var(--color-text);cursor:pointer;text-align:left}.multi-filter__trigger span,.date-range-filter legend,.date-range-filter label span,.activity-quick-search span{color:var(--color-muted);font-size:.76rem;font-weight:800}.multi-filter__trigger strong{margin-top:3px;color:var(--color-text);font-size:.9rem}.multi-filter__popover{position:absolute;z-index:5;top:calc(100% + 6px);left:0;width:100%;border:1px solid var(--color-border);border-radius:8px;padding:9px;background:#fff;box-shadow:0 18px 38px #1736722e}.multi-filter__search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.multi-filter__search-row button{min-height:40px;border:1px solid #d5ecea;border-radius:8px;padding:0 9px;background:#f8fdfc;color:#126c65;cursor:pointer;font-size:.7rem;font-weight:900;white-space:nowrap}.multi-filter__search-row button[aria-pressed=true]{border-color:#126c6561;background:#e9f6f5}.multi-filter__search-row input,.date-range-filter input,.activity-quick-search input{width:100%;min-height:40px;border:1px solid var(--color-border);border-radius:8px;padding:0 10px;background:#fff;color:var(--color-text);outline:none}.multi-filter__search-row input:focus,.date-range-filter input:focus,.activity-quick-search input:focus{border-color:#244b9b80;box-shadow:0 0 0 3px #244b9b1f}.multi-filter__options{display:flex;flex-direction:column;gap:2px;max-height:180px;margin-top:7px;overflow:auto}.multi-filter__options label{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;border-radius:7px;padding:4px 6px;color:var(--color-text);cursor:pointer;font-size:.82rem}.multi-filter__options label:hover{background:#f7f9fc}.date-range-filter{margin:0;border:0;padding:0}.date-range-filter legend{margin-bottom:7px;padding:0}.date-range-filter__row{display:flex;align-items:end;gap:8px}.date-range-filter label{display:flex;flex:1 1 0;min-width:0;flex-direction:column;gap:6px}.date-range-filter label span{display:block}.date-range-filter__control{display:flex;align-items:center;min-width:0;gap:8px}.date-range-filter__control input:not([type=date]){flex:1 1 0;min-width:0;width:100%;height:40px;padding:0 9px}.date-range-filter__control button{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border:1px solid rgba(36,75,155,.35);border-radius:8px;background:var(--color-brand-blue);color:#fff;cursor:pointer;overflow:hidden}.date-range-filter__control button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.date-range-filter__control input[type=date]{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;opacity:0;cursor:pointer}.activity-filter-panel__actions{display:flex;flex-direction:column;gap:9px;margin-top:28px;padding-top:4px}.activity-filter-panel__actions button,.activity-toolbar__actions button{min-height:40px;border-radius:8px;cursor:pointer;font-weight:800}.activity-filter-panel__actions button:first-child{border:0;background:var(--color-brand-blue);color:#fff}.activity-filter-panel__actions button:last-child{border:1px solid #d5ecea;background:#f8fdfc;color:#126c65}.activity-list-panel{display:flex;flex-direction:column;overflow:hidden}.activity-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:14px;padding:15px;border-bottom:1px solid #edf1f6}.activity-quick-search{display:flex;flex-direction:column;gap:7px}.activity-toolbar__actions{display:flex;align-items:end;gap:9px}.activity-toolbar__actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d5ecea;padding:0 14px;background:#f8fdfc;color:#126c65}.activity-toolbar__actions button:disabled{cursor:not-allowed;opacity:.48}.activity-toolbar__actions svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.activity-table{display:flex;flex:1;flex-direction:column;overflow:auto}.activity-table__row{display:grid;grid-template-columns:36px minmax(92px,.55fr) minmax(58px,.34fr) minmax(130px,.85fr) minmax(160px,.92fr) minmax(190px,1.1fr) minmax(220px,1.35fr);align-items:center;gap:10px;min-height:58px;border-bottom:1px solid #edf1f6;padding:0 14px;color:var(--color-text);font-size:.86rem}.activity-table__row--head{min-height:42px;background:#fbfcfe;color:var(--color-muted);font-size:.74rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.activity-table__row>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.activity-table__check{display:inline-flex;align-items:center;justify-content:center}.activity-table__check span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.activity-action{display:inline-flex;align-items:center;max-width:100%;border-radius:999px;padding:5px 8px;background:#e8eef5;color:#1f4d78;font-size:.76rem;font-weight:900;white-space:nowrap}.activity-action--download,.activity-action--document_available,.activity-action--document_uploaded{background:#e9f6f5;color:#126c65}.activity-action--profile_update,.activity-action--permission_update,.activity-action--user_created,.activity-action--user_status_update,.activity-action--user_profile_update,.activity-action--history_visibility_update,.activity-action--login,.activity-action--logout{background:#eef4ff;color:#244b9b}.activity-action--idle_disconnect{background:#fff8dc;color:#7a6200}.activity-document-link{border:0;padding:0;background:transparent;color:var(--color-brand-blue);cursor:pointer;font:inherit;font-weight:800;text-align:left}.activity-document-link:hover{text-decoration:underline}@media(max-width:1180px){.activity-workspace{grid-template-columns:1fr}.activity-filter-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.activity-filter-panel h2,.activity-filter-panel__actions{grid-column:1 / -1}}@media(max-width:780px){.activity-page__header,.activity-toolbar{align-items:flex-start;grid-template-columns:1fr}.activity-page__header{flex-direction:column}.activity-toolbar__actions{align-items:stretch;width:100%}.activity-toolbar__actions button{flex:1}.activity-filter-panel{grid-template-columns:1fr}.activity-table__row{min-width:980px}}.payment-dialog-backdrop{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a6b}.payment-dialog{display:grid;gap:16px;width:min(520px,100%);border:1px solid rgba(36,75,155,.16);border-radius:8px;padding:18px;background:#fff;box-shadow:0 24px 70px #0f172a47}.payment-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.payment-dialog__header p{margin:0 0 5px;color:var(--color-muted);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.payment-dialog__header h2{margin:0;color:var(--color-brand-blue-dark);font-size:1.12rem}.payment-status{flex:0 0 auto;border-radius:7px;padding:6px 9px;font-size:.72rem;font-weight:900}.payment-status--pendiente{border:1px solid rgba(180,138,28,.28);background:#fff8dc;color:#7a6200}.payment-status--pagado{border:1px solid rgba(0,126,128,.26);background:#007e8014;color:#007b7d}.payment-card-preview{display:grid;gap:10px;min-height:140px;border-radius:8px;padding:18px;background:linear-gradient(135deg,#007e80f5,#244b9beb),#008c8d;color:#fff}.payment-card-preview span,.payment-card-preview small{opacity:.82;font-weight:800}.payment-card-preview strong{align-self:end;font-size:1.18rem;letter-spacing:.08em}.payment-dialog__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.payment-dialog__summary div{border:1px solid rgba(36,75,155,.14);border-radius:8px;padding:10px;background:#f8fafc}.payment-dialog__summary dt{color:var(--color-muted);font-size:.74rem;font-weight:900}.payment-dialog__summary dd{margin:4px 0 0;color:var(--color-brand-blue-dark);font-weight:900}.payment-dialog__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-dialog__fields label{display:grid;gap:6px}.payment-dialog__fields span{color:var(--color-brand-blue-dark);font-size:.76rem;font-weight:900}.payment-dialog__fields input{min-height:38px;border:1px solid rgba(36,75,155,.18);border-radius:8px;padding:0 10px;color:var(--color-brand-blue-dark)}.payment-dialog__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.payment-dialog__actions button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid rgba(36,75,155,.2);border-radius:8px;padding:0 14px;background:#fff;color:var(--color-brand-blue-dark);font-weight:900}.payment-dialog__actions button:disabled{cursor:not-allowed;opacity:.48}.payment-dialog__confirm{border-color:#007e8073!important;background:linear-gradient(135deg,#008c8d,#057a8f)!important;color:#fff!important}@media(max-width:560px){.payment-dialog-backdrop{align-items:flex-start;padding:12px}.payment-dialog__summary,.payment-dialog__fields{grid-template-columns:1fr}}.billing-page{display:flex;min-width:0;flex-direction:column;gap:12px}.billing-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.billing-page__header>p{margin:0;color:var(--color-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.billing-page__metrics{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.billing-page__metrics span{flex:0 0 auto;border:1px solid #d5ecea;border-radius:8px;padding:8px 11px;background:#f8fdfc;color:#126c65;font-size:.86rem;font-weight:800}.billing-page__metrics .billing-page__metric--payment{border-color:#b48a1c42;background:#fff8dc;color:#7a6200}.billing-page__error{margin:0;border:1px solid #f1c2c2;border-radius:8px;padding:9px 12px;background:#fff5f5;color:#9d2a2a;font-size:.84rem}.billing-workspace{display:grid;grid-template-columns:minmax(214px,.72fr) minmax(456px,1.28fr) minmax(320px,.96fr);gap:14px;height:calc(100vh - 134px);min-height:560px}.billing-project-panel,.invoice-list-panel,.invoice-detail-panel{display:flex;min-width:0;flex-direction:column;border:1px solid var(--color-border);border-radius:8px;padding:15px;overflow:hidden;background:var(--color-surface);box-shadow:0 16px 34px #17367212}.billing-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.billing-panel-heading h2,.invoice-list-panel__header h2,.invoice-detail-panel__header h2{margin:0;color:var(--color-text);font-size:1rem}.billing-panel-heading span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:#e9f6f5;color:#126c65;font-size:.82rem;font-weight:900}.billing-project-list,.invoice-list{display:flex;flex:1;flex-direction:column;gap:9px;margin-top:14px;padding-right:2px;overflow:auto}.billing-project-list__item{width:100%;border:1px solid transparent;border-radius:8px;padding:12px;background:#f7f9fc;color:var(--color-text);cursor:pointer;text-align:left;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.billing-project-list__item:hover{border-color:#244b9b2e;background:#fff}.billing-project-list__item[aria-current=true]{border-color:#2cbdae75;background:#f0fbfa;box-shadow:inset 3px 0 #2cbdad}.billing-project-list__item strong,.billing-project-list__item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-project-list__item strong{font-size:.93rem}.billing-project-list__item span{margin-top:4px;color:var(--color-muted);font-size:.78rem;font-weight:700}.invoice-list-panel__header,.invoice-detail-panel__header{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.invoice-list-panel__header p,.invoice-detail-panel__header p{overflow:hidden;width:100%;margin:0;color:var(--color-muted);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.invoice-list-empty{display:grid;flex:1;min-height:280px;margin-top:16px;place-items:center;border:1px dashed #ccd5e5;border-radius:8px;padding:24px;color:var(--color-muted);font-size:.9rem;font-weight:800;text-align:center}.invoice-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #e2e7f0;border-radius:8px;background:#f8fafc;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.invoice-card:hover{border-color:#244b9b38;background:#fff}.invoice-card[aria-current=true]{border-color:#2cbdae75;background:#f0fbfa;box-shadow:inset 3px 0 #2cbdad}.invoice-card__select{display:flex;min-width:0;flex-direction:column;gap:4px;border:0;padding:13px 4px 13px 14px;background:transparent;color:var(--color-text);cursor:pointer;text-align:left}.invoice-card__select strong{overflow:hidden;font-size:.94rem;text-overflow:ellipsis;white-space:nowrap}.invoice-card__select time{color:var(--color-muted);font-size:.78rem;font-weight:700}.invoice-card__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.invoice-card__tags small{border-radius:999px;padding:4px 7px;background:#e8eef5;color:#1f4d78;font-size:.7rem;font-weight:800}.invoice-card__actions,.invoice-detail-table__actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.invoice-card__actions{padding-right:12px}.billing-icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #d5ecea;border-radius:8px;background:#f8fdfc;color:#126c65;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.billing-icon-button:hover{border-color:#126c6561;background:#e9f6f5;transform:translateY(-1px)}.billing-icon-button--payment{border-color:#b48a1c4d;background:#fff8dc;color:#7a6200}.billing-icon-button--payment:hover{border-color:#b48a1c7a;background:#fff2b8}.billing-icon-button--compact{width:31px;height:31px}.billing-icon-button svg{width:17px;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.invoice-detail-panel:empty{background:linear-gradient(135deg,rgba(36,75,155,.025),transparent 42%),var(--color-surface)}.invoice-detail-table{display:flex;flex-direction:column;margin-top:16px;border:1px solid #e2e7f0;border-radius:8px;overflow:hidden}.invoice-detail-table__head,.invoice-detail-table__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(74px,auto);align-items:center;gap:10px;min-height:46px;border-bottom:1px solid #edf1f6;padding:0 11px}.invoice-detail-table__head{min-height:38px;background:#fbfcfe;color:var(--color-muted);font-size:.74rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.invoice-detail-table__row:last-child{border-bottom:0}.invoice-detail-table__row>span:first-child{overflow:hidden;color:var(--color-text);font-size:.85rem;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1240px){.billing-workspace{grid-template-columns:minmax(210px,.82fr) minmax(430px,1.35fr)}.invoice-detail-panel{grid-column:1 / -1;min-height:280px}}@media(max-width:900px){.billing-page__header{align-items:flex-start;flex-direction:column}.billing-workspace{grid-template-columns:1fr;height:auto}.invoice-detail-panel{grid-column:auto}}@media(max-width:560px){.invoice-card{grid-template-columns:1fr}.invoice-card__select{padding-bottom:5px}.invoice-card__actions{justify-content:flex-start;padding:0 14px 13px}}.documents-page{display:flex;flex-direction:column;gap:12px;min-width:0}.documents-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.documents-page__header p{margin:0;color:var(--color-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.documents-page__metrics{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.documents-page__metrics span{flex:0 0 auto;border:1px solid #d5ecea;border-radius:8px;padding:8px 11px;background:#f8fdfc;color:#126c65;font-size:.86rem;font-weight:800}.documents-page__metrics .documents-page__metric--payment{border-color:#b48a1c42;background:#fff8dc;color:#7a6200}.documents-payment-error{border:1px solid rgba(210,65,65,.26);border-radius:8px;padding:9px 12px;background:#d2414114;color:#c93f3f;font-size:.86rem;font-weight:800}.documents-workspace{display:grid;grid-template-columns:minmax(214px,.72fr) minmax(430px,1.17fr) minmax(346px,1.07fr);gap:14px;min-height:calc(100vh - 134px)}.project-search-panel,.document-list-panel,.document-preview-panel{min-width:0;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 16px 34px #17367212}.project-search-panel{display:flex;flex-direction:column;padding:15px}.project-search-panel__header,.document-list-panel__header,.document-preview-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-search-panel__header h2,.document-list-panel__header h2,.document-preview-panel h2{margin:0;color:var(--color-text);font-size:1rem}.project-search-panel__header span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:#e9f6f5;color:#126c65;font-size:.82rem;font-weight:900}.project-search{display:flex;flex-direction:column;gap:7px;margin-top:16px}.project-search span{color:var(--color-muted);font-size:.78rem;font-weight:800}.project-search input{width:100%;min-height:42px;border:1px solid var(--color-border);border-radius:8px;padding:0 11px;background:#fff;color:var(--color-text);outline:none}.project-search input:focus{border-color:#244b9b80;box-shadow:0 0 0 3px #244b9b1f}.project-list{display:flex;flex:1;flex-direction:column;gap:9px;margin-top:14px;overflow:auto}.project-list__item{width:100%;border:1px solid transparent;border-radius:8px;padding:12px;background:#f7f9fc;color:var(--color-text);cursor:pointer;text-align:left;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.project-list__item:hover{border-color:#244b9b2e;background:#fff}.project-list__item[aria-current=true]{border-color:#2cbdae75;background:#f0fbfa;box-shadow:inset 3px 0 #2cbdad}.project-list__item strong,.project-list__item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list__item strong{font-size:.93rem}.project-list__item span{margin-top:4px;color:var(--color-muted);font-size:.78rem;font-weight:700}.project-list__services{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.project-list__services small{border-radius:999px;padding:4px 7px;background:#e8eef5;color:#1f4d78;font-size:.7rem;font-weight:800}.document-list-panel{display:flex;flex-direction:column;padding:15px;overflow:hidden}.document-list-panel__header{align-items:flex-start;flex-direction:column;gap:4px}.document-list-panel__header p{margin:0;color:var(--color-muted);font-size:.86rem}.service-groups{display:flex;flex-direction:column;gap:14px;margin-top:16px;overflow:auto;padding-right:2px}.service-group{border:1px solid #e2e7f0;border-radius:8px;overflow:hidden;background:#fff}.service-group__header{display:flex;align-items:center;gap:9px;padding:11px 12px;border-bottom:1px solid #e2e7f0;background:#f8fafc}.service-group__header h3{margin:0;color:var(--color-brand-blue-dark);font-size:.95rem}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#e9f6f5;color:#126c65}.service-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.service-icon--laboratorio{background:#eef4ff;color:#244b9b}.service-icon--geofisica{background:#eef8f1;color:#247246}.service-icon--topografia{background:#fff8dc;color:#7a6200}.documents-table{display:flex;flex-direction:column}.documents-table__row{display:grid;grid-template-columns:minmax(170px,1fr) 36px minmax(80px,.48fr) 34px 34px;align-items:center;gap:6px;width:100%;min-height:42px;border:0;border-bottom:1px solid #edf1f6;padding:0 8px;background:transparent;color:var(--color-text);text-align:left}.documents-table__row--head{min-height:38px;background:#fbfcfe;color:var(--color-muted);font-size:.74rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.documents-table__row--body{cursor:pointer;font-size:.86rem}.documents-table__row--body:hover{background:#f7f9fc}.documents-table__row--body[aria-selected=true]{background:#f0fbfa}.documents-table__row--body:focus-visible{outline:2px solid rgba(36,75,155,.46);outline-offset:-2px}.documents-table__row--bloqueado{background:#fffdf4}.documents-table__row--inhabilitado{color:#7a8797}.documents-table__row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-name-cell{position:relative;min-width:0}.document-name-cell__text{display:block}.documents-table__row .document-name-cell__tooltip{position:absolute;z-index:20;bottom:calc(100% + 7px);left:0;width:max-content;max-width:min(360px,calc(100vw - 48px));overflow:visible;border:1px solid rgba(23,54,114,.18);border-radius:7px;padding:7px 9px;background:#173672;box-shadow:0 8px 20px #17367238;color:#fff;font-size:.78rem;font-weight:700;line-height:1.35;pointer-events:none;text-overflow:clip;white-space:normal}.documents-table__row .document-name-cell__tooltip:after{position:absolute;top:100%;left:14px;width:0;height:0;border:5px solid transparent;border-top-color:#173672;content:""}.documents-table__row .documents-table__action-cell{display:flex;justify-content:center;overflow:visible}.document-invoice-cell{display:flex;align-items:center;justify-content:center;overflow:visible}.document-invoice-cell--empty{color:var(--color-muted);font-size:.72rem;font-weight:800}.document-invoice-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(36,75,155,.2);border-radius:7px;background:#eef4ff;color:var(--color-brand-blue-dark);cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.document-invoice-link:hover{border-color:#244b9b6b;background:#dfeaff;transform:translateY(-1px)}.document-invoice-link svg{width:16px;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.document-icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d5ecea;border-radius:8px;background:#f8fdfc;color:#126c65;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.document-icon-button:hover{border-color:#126c6561;background:#e9f6f5;transform:translateY(-1px)}.document-icon-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.document-icon-button--payment{border-color:#b48a1c4d;background:#fff8dc;color:#7a6200}.document-icon-button--payment:hover{border-color:#b48a1c7a;background:#fff2b8}.document-icon-button--broken{border-color:#d241413d;background:#d2414114;color:#c93f3f}.document-icon-button svg{width:17px;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.document-preview-panel{display:flex;flex-direction:column;gap:14px;padding:15px}.document-preview{display:flex;align-items:center;justify-content:center;aspect-ratio:5 / 7;min-height:420px;border:1px solid #e2e7f0;border-radius:8px;background:linear-gradient(135deg,rgba(36,75,155,.05),transparent 38%),#f8fafc;overflow:hidden}.document-preview--empty{padding:24px;color:var(--color-muted);font-weight:800;text-align:center}.document-preview__state{display:grid;justify-items:center;gap:8px;max-width:240px;color:var(--color-brand-blue-dark);text-align:center}.document-preview__state svg{width:30px;height:30px;color:#7a6200;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.document-preview__state strong{font-size:.96rem}.document-preview__state span{color:var(--color-muted);font-size:.84rem}.document-preview--media{align-items:stretch;justify-content:stretch;padding:0;background:#eef2f7}.document-preview__frame,.document-preview__image{width:100%;height:100%;min-height:0;border:0;background:#fff}.document-preview__image{object-fit:contain}.document-preview-panel__meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf1f6;padding-top:12px}.document-preview-panel__meta span{color:var(--color-muted);font-size:.86rem;font-weight:800}@media(max-width:1240px){.documents-workspace{grid-template-columns:minmax(210px,.82fr) minmax(430px,1.35fr)}.document-preview-panel{grid-column:1 / -1}.document-preview{aspect-ratio:auto;min-height:300px}.document-preview__frame,.document-preview__image{height:min(56vh,520px);min-height:300px}}@media(max-width:900px){.documents-page__header{align-items:flex-start;flex-direction:column}.documents-workspace{grid-template-columns:1fr}.documents-table__row{grid-template-columns:minmax(200px,1fr) 36px 80px 34px 34px}}@media(max-width:640px){.documents-table{overflow-x:auto}.documents-table__row{min-width:460px}}.users-page{display:flex;flex-direction:column;gap:12px;min-height:100%}.users-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.users-header p{margin:0;color:var(--color-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.users-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px}.users-actions button,.users-filter-card button,.users-list-card__pagination button,.users-password-field button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid rgba(36,75,155,.2);border-radius:8px;background:#fff;color:var(--color-brand-blue-dark);font-weight:800;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,opacity .14s ease}.users-actions button{padding:0 16px}.users-actions button:hover:not(:disabled),.users-filter-card button:hover,.users-list-card__pagination button:hover,.users-password-field button:hover{border-color:#244b9b61;box-shadow:0 10px 22px #1736721c;transform:translateY(-1px)}.users-actions button:disabled{cursor:not-allowed;opacity:.45}.users-actions__primary{min-width:210px;border-color:#007e8073!important;background:linear-gradient(135deg,#008c8d,#057a8f)!important;color:#fff!important}.users-actions__danger{border-color:#d2414152!important;color:#c93f3f!important}.users-workspace{display:grid;grid-template-columns:minmax(286px,.32fr) minmax(0,1fr);gap:14px;min-height:640px}.users-sidebar-panel,.users-detail-panel{min-width:0}.users-sidebar-panel{display:grid;align-content:start;gap:12px}.users-filter-card,.users-list-card,.users-detail-panel{border:1px solid rgba(36,75,155,.16);border-radius:8px;background:#fff;box-shadow:0 16px 36px #17367214}.users-filter-card{display:grid;gap:14px;padding:14px}.users-search{display:grid;gap:7px}.users-search span,.users-filter-card label>span,.users-input-field span,.users-textarea-field span,.users-password-field span{color:var(--color-brand-blue-dark);font-size:.78rem;font-weight:800}.users-search div{position:relative}.users-search input,.users-filter-card select,.users-input-field input,.users-textarea-field textarea,.users-password-field input{width:100%;min-height:38px;border:1px solid rgba(36,75,155,.18);border-radius:8px;background:#fff;color:var(--color-brand-blue-dark);font:inherit;line-height:1.25}.users-search input{padding:0 40px 0 12px}.users-search svg{position:absolute;top:50%;right:12px;width:18px;height:18px;color:var(--color-muted);transform:translateY(-50%)}.users-filter-card select{padding:0 10px}.users-filter-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.users-filter-card__grid label{display:grid;gap:6px}.users-filter-card__grid label:nth-child(3){grid-column:span 1}.users-filter-card__grid button{align-self:end;min-height:38px;padding:0 12px}.users-list-card{display:grid;gap:12px;padding:14px}.users-list-card h2{margin:0;color:var(--color-brand-blue-dark);font-size:1rem}.users-list{display:grid;gap:7px}.users-list-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--color-brand-blue-dark);text-align:left;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.users-list-item[aria-current=true]{border-color:#007e8038;background:linear-gradient(135deg,#007e8024,#2cbdad14);box-shadow:0 8px 20px #17367214}.users-list-item:hover{border-color:#244b9b2e;background:#f8fafd}.users-list-item__avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#748090;color:#fff;font-size:.82rem;font-weight:800}.users-list-item[aria-current=true] .users-list-item__avatar{background:#008c8d}.users-list-item__main{min-width:0}.users-list-item__main strong,.users-list-item__main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-list-item__main strong{font-size:.9rem}.users-list-item__main small{margin-top:2px;color:var(--color-muted);font-size:.76rem}.users-status-badge{padding:5px 9px;border-radius:7px;font-size:.72rem;font-weight:800}.users-status-badge--active{border:1px solid rgba(0,126,128,.26);background:#007e8014;color:#007b7d}.users-status-badge--inactive{border:1px solid rgba(210,65,65,.28);background:#d2414114;color:#c93f3f}.users-list-card__pagination{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding-top:6px}.users-list-card__pagination button{width:32px;min-height:32px;padding:0}.users-list-card__pagination button[aria-current=page]{background:#008c8d;color:#fff}.users-list-card__pagination span{margin-left:auto;color:var(--color-muted);font-size:.78rem;font-weight:700}.users-detail-panel{overflow:hidden}.users-tabs{display:flex;align-items:center;gap:28px;min-height:66px;padding:0 18px;border-bottom:1px solid rgba(36,75,155,.14)}.users-tabs button{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:66px;border:0;background:transparent;color:#4b5565;font-weight:800}.users-tabs button[aria-current=page]{color:#008c8d}.users-tabs button[aria-current=page]:after{position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px;background:#008c8d;content:""}.users-detail-panel__body{padding:18px}.users-form-card,.users-permissions-card,.users-inline-panel{min-width:0}.users-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.users-input-field,.users-textarea-field,.users-password-field{display:grid;gap:6px}.users-input-field input,.users-password-field input{padding:0 11px}.users-textarea-field{grid-row:span 2}.users-textarea-field textarea{min-height:112px;padding:10px 11px;resize:vertical}.users-password-field button{width:100%}.users-status-info{display:grid;gap:4px;min-height:78px;padding:11px 12px;border:1px solid rgba(36,75,155,.16);border-radius:8px;background:#f8fafc}.users-status-info span{color:var(--color-brand-blue-dark);font-size:.78rem;font-weight:800}.users-status-info strong{color:var(--color-brand-blue-dark);font-size:.96rem}.users-status-info p{margin:0;color:var(--color-muted);font-size:.78rem;line-height:1.35}.users-status-info--active{border-color:#007e8038;background:#007e8012}.users-status-info--inactive{border-color:#d241413d;background:#d2414112}.users-permissions-card{padding:14px;border:1px solid rgba(36,75,155,.14);border-radius:8px;background:#fbfcff}.users-permissions-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.users-permissions-card__tools{display:inline-flex;align-items:center;flex:0 0 auto;gap:10px}.users-permissions-card__header h2,.users-inline-panel h3{margin:0;color:var(--color-brand-blue-dark);font-size:1rem}.users-permissions-card__header p,.users-inline-panel p{margin:4px 0 0;color:var(--color-muted);font-size:.84rem;line-height:1.45}.users-permission-table-wrap{overflow-x:auto;border:1px solid rgba(36,75,155,.12);border-radius:8px;background:#fff}.users-permission-table{width:100%;min-width:420px;border-collapse:collapse}.users-permission-table th,.users-permission-table td{padding:12px 10px;border-bottom:1px solid rgba(36,75,155,.1);border-right:1px solid rgba(36,75,155,.1);color:var(--color-brand-blue-dark);font-size:.78rem;text-align:center}.users-permission-table th:first-child,.users-permission-table td:first-child{text-align:left}.users-permission-table th{background:#f6f8fc;font-weight:800}.users-permission-table tr:last-child td{border-bottom:0}.users-permission-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(36,75,155,.28);border-radius:5px;background:#fff;color:#fff}.users-permission-check[aria-pressed=true]{border-color:#008c8d;background:#008c8d}.users-request-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#0f22458f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.users-request-dialog{width:min(440px,100%);padding:30px;border:1px solid rgba(36,75,155,.16);border-radius:14px;background:#fff;box-shadow:0 28px 70px #0f224547;text-align:center}.users-request-dialog__icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 16px;border-radius:50%;background:#008c8d1f;color:#008c8d}.users-request-dialog__icon svg{width:28px;height:28px}.users-request-dialog h2{margin:0;color:var(--color-brand-blue-dark);font-size:1.25rem}.users-request-dialog p{margin:10px 0 22px;color:var(--color-muted);line-height:1.55}.users-request-dialog button{min-width:140px;min-height:40px;border:0;border-radius:8px;background:linear-gradient(135deg,#008c8d,#057a8f);color:#fff;font-weight:800}.users-password-dialog{width:min(460px,100%);padding:28px;border:1px solid rgba(36,75,155,.16);border-radius:14px;background:#fff;box-shadow:0 28px 70px #0f224547}.users-password-dialog h2{margin:0;color:var(--color-brand-blue-dark);font-size:1.25rem}.users-password-dialog p{margin:10px 0 18px;color:var(--color-muted);line-height:1.5}.users-password-dialog form,.users-password-dialog label{display:grid}.users-password-dialog form{gap:14px}.users-password-dialog label{gap:6px;color:var(--color-brand-blue-dark);font-size:.8rem;font-weight:800}.users-password-dialog input{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(36,75,155,.22);border-radius:8px;color:var(--color-brand-blue-dark);font:inherit;outline:none}.users-password-dialog input:focus{border-color:#008c8d;box-shadow:0 0 0 3px #008c8d1f}.users-password-dialog small{color:var(--color-muted);line-height:1.4}.users-password-dialog .users-password-dialog__error{margin:0;padding:10px 12px;border-radius:8px;background:#d2414117;color:#b63131;font-size:.82rem;font-weight:700}.users-password-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.users-password-dialog button{min-height:40px;padding:0 16px;border:1px solid rgba(36,75,155,.22);border-radius:8px;background:#fff;color:var(--color-brand-blue-dark);font-weight:800}.users-password-dialog button:disabled{cursor:wait;opacity:.6}.users-password-dialog .users-password-dialog__primary{border-color:transparent;background:linear-gradient(135deg,#008c8d,#057a8f);color:#fff}.users-inline-panel{padding:14px;border:1px solid rgba(36,75,155,.12);border-radius:8px;background:#fbfcff}.users-inline-panel--activity{display:flex;flex-direction:column;min-height:calc(100vh - 250px)}.users-inline-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.users-inline-panel ul{display:grid;align-content:start;gap:9px;flex:1;margin:12px 0 0;padding:0;list-style:none}.users-inline-panel li{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px;color:var(--color-brand-blue-dark);font-size:.85rem}.users-inline-panel time{color:var(--color-muted);font-weight:800}.users-footnote{display:inline-flex;align-items:center;gap:8px;color:var(--color-muted);font-size:.84rem;font-weight:700}.users-page svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}@media(max-width:1280px){.users-workspace{grid-template-columns:1fr}}@media(max-width:860px){.users-header{align-items:stretch;flex-direction:column}.users-actions{justify-content:flex-start}.users-tabs{align-items:stretch;flex-wrap:wrap;gap:6px 16px;padding:10px 14px}.users-tabs button{min-height:42px}.users-data-grid,.users-filter-card__grid{grid-template-columns:1fr}}.lw-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr;background:#f4f6f9;color:#15213a}.lw-shell--embedded{display:block;min-height:0;background:transparent}.lw-shell--embedded .lw-content{padding:0;max-width:none}.lw-shell--embedded .lw-detail{top:116px}.lw-shell--embedded .lw-welcome h2{color:#f3f7fc}.lw-shell--embedded .lw-welcome>span{color:#9aa9bd}.lw-shell--embedded .lw-controls input{background:transparent;color:#15213a}.lw-shell--embedded .lw-controls input::placeholder{color:#7b8798}.lw-sidebar{position:sticky;top:0;height:100vh;background:#172f68;color:#fff;padding:26px 18px;display:flex;flex-direction:column}.lw-brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px;border-bottom:1px solid #ffffff1f}.lw-brand>span{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#f5b51b;color:#172f68;font-size:24px;font-weight:900}.lw-brand div{display:flex;flex-direction:column}.lw-brand strong{font-size:17px}.lw-brand small{color:#b9c8e8;margin-top:2px}.lw-sidebar nav{display:grid;gap:8px;margin-top:26px}.lw-sidebar nav button{border:0;border-radius:9px;background:transparent;color:#c8d4ec;padding:13px 14px;text-align:left;display:flex;gap:11px;align-items:center;cursor:pointer}.lw-sidebar nav button.is-active{background:#fff;color:#173672;font-weight:800}.lw-sidebar nav button:disabled{opacity:.55}.lw-sidebar nav small{margin-left:auto;font-size:9px;text-transform:uppercase}.lw-account{margin-top:auto;border-top:1px solid #ffffff1f;padding:18px 6px 0;display:flex;align-items:center;gap:10px}.lw-account>span{width:38px;height:38px;border-radius:50%;background:#f5b51b;color:#173672;display:grid;place-items:center;font-weight:900}.lw-account div{display:flex;min-width:0;flex-direction:column}.lw-account strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lw-account small{color:#b9c8e8;margin-top:3px}.lw-main{min-width:0}.lw-topbar{height:92px;padding:0 36px;background:#fff;border-bottom:1px solid #e3e7ee;display:flex;align-items:center;justify-content:space-between}.lw-topbar p,.lw-welcome p{margin:0 0 4px;color:#718097;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.lw-topbar h1{margin:0;font-size:25px}.lw-person-status{display:flex;gap:8px;align-items:center;border:1px solid #dde3ec;border-radius:20px;padding:8px 12px;font-size:12px;font-weight:800}.lw-person-status span{width:8px;height:8px;border-radius:50%;background:#2aa66a}.lw-person-status.is-vacaciones span{background:#f0a317}.lw-person-status.is-inactivo span{background:#9aa4b3}.lw-content{padding:30px 36px 40px;max-width:1500px;margin:auto}.lw-welcome{display:flex;justify-content:space-between;align-items:flex-end}.lw-welcome h2{margin:0;font-size:24px}.lw-welcome>span{font-size:12px;color:#7e8898}.lw-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.lw-metrics article{background:#fff;border:1px solid #e1e5ec;border-radius:12px;padding:17px 20px;display:flex;align-items:center;gap:13px}.lw-metrics article>span{width:39px;height:39px;border-radius:9px;display:grid;place-items:center;font-weight:900}.lw-metrics .blue{background:#eaf0fc;color:#244b9b}.lw-metrics .orange{background:#fff0dc;color:#d77b09}.lw-metrics .green{background:#e5f6ed;color:#238052}.lw-metrics article div{display:flex;flex-direction:column}.lw-metrics strong{font-size:23px}.lw-metrics small{color:#718097}.lw-workspace{display:grid;grid-template-columns:minmax(420px,1fr) minmax(370px,.85fr);gap:16px;align-items:start}.lw-list-panel,.lw-detail{background:#fff;border:1px solid #e0e5ed;border-radius:13px;overflow:hidden}.lw-controls{padding:16px;border-bottom:1px solid #e5e9ef;display:flex;justify-content:space-between;gap:14px}.lw-controls label{flex:1;display:flex;align-items:center;gap:7px;border:1px solid #dce2eb;background:#f8f9fb;border-radius:8px;padding:0 10px}.lw-controls input{border:0;outline:0;background:transparent;width:100%;height:38px}.lw-controls>div{display:flex;background:#f1f3f7;border-radius:8px;padding:3px}.lw-controls>div button{border:0;background:transparent;color:#69758a;border-radius:6px;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}.lw-controls>div button.active{background:#fff;color:#173672;box-shadow:0 1px 4px #22304e1a}.lw-list{padding:10px;display:grid;gap:8px}.lw-work-card{width:100%;padding:15px;border:1px solid #e4e8ef;background:#fff;border-radius:10px;text-align:left;cursor:pointer;transition:.16s}.lw-work-card:hover{border-color:#9fb2d7;transform:translateY(-1px)}.lw-work-card.selected{border-color:#244b9b;background:#f7f9fe;box-shadow:inset 3px 0 #244b9b}.lw-work-card__top,.lw-work-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.lw-work-card__top>strong{font-size:12px;color:#244b9b}.lw-work-card h3{font-size:15px;margin:8px 0 4px}.lw-work-card p{margin:0 0 13px;color:#6c788c;font-size:13px}.lw-work-card time{font-size:11px;color:#7f8998}.lw-priority{font-size:9px;text-transform:uppercase;font-weight:900;padding:4px 7px;border-radius:4px;background:#edf0f4;color:#637084}.lw-priority.is-urgente{background:#fee6e3;color:#b33429}.lw-priority.is-alta{background:#fff0d5;color:#b66a08}.lw-priority.is-baja{background:#e7f5ef;color:#267b56}.lw-status{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#536076}.lw-status i{width:7px;height:7px;background:#8190a5;border-radius:50%}.lw-status.is-asignado i{background:#316bd6}.lw-status.is-en_ejecucion i{background:#e69318}.lw-status.is-en_reproceso i{background:#c75b2a}.lw-status.is-completado i{background:#23945e}.lw-status.is-cancelado i{background:#b24039}.lw-detail{position:sticky;top:108px;padding:22px}.lw-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid #e6e9ef}.lw-detail>header div>span,.lw-detail section>span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#7a879a;font-weight:900}.lw-detail h2{margin:5px 0 0;font-size:20px}.lw-detail__project{padding:17px 0}.lw-detail__project strong,.lw-detail__project small{display:block;margin-top:5px}.lw-detail__project small{color:#6e7a8d}.lw-detail__close,.lw-detail-backdrop{display:none}.lw-facts{display:grid;grid-template-columns:1fr 1fr;margin:0;border:1px solid #e2e6ed;border-radius:9px;overflow:hidden}.lw-facts div{padding:11px 13px;border-bottom:1px solid #e7eaf0}.lw-facts div:nth-child(odd){border-right:1px solid #e7eaf0}.lw-facts div:nth-last-child(-n+2){border-bottom:0}.lw-facts dt{font-size:10px;color:#7d8899;text-transform:uppercase;font-weight:800}.lw-facts dd{margin:4px 0 0;font-size:12px;font-weight:800}.capitalize{text-transform:capitalize}.lw-notes{background:#fff7df;border-left:3px solid #f3b51b;border-radius:6px;margin-top:14px;padding:11px 13px}.lw-notes p{margin:5px 0 0;font-size:12px;line-height:1.5}.lw-team,.lw-timeline{padding-top:17px}.lw-team>div{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;margin-top:10px}.lw-team i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf0fc;color:#244b9b;font-size:10px;font-style:normal;font-weight:900}.lw-team strong{font-size:12px}.lw-team small{text-transform:capitalize;color:#748095}.lw-timeline>div{display:grid;grid-template-columns:10px 1fr;gap:10px;margin-top:12px}.lw-timeline>div>i{width:8px;height:8px;border:2px solid #2c5ebc;border-radius:50%;margin-top:3px}.lw-timeline strong{font-size:11px}.lw-timeline p{font-size:11px;color:#657186;margin:3px 0}.lw-timeline time{font-size:9px;color:#929baa}.lw-primary-action{width:100%;border:0;border-radius:8px;background:#244b9b;color:#fff;margin-top:18px;padding:12px;font-weight:900;cursor:pointer}.lw-primary-action:hover{background:#173672}.lw-primary-action:disabled{opacity:.55}.lw-readonly{font-size:11px;color:#68758a;background:#f3f5f8;padding:10px;border-radius:7px;margin:16px 0 0}.lw-detail--empty{text-align:center;padding:70px 30px;color:#738096}.lw-detail--empty>span{font-size:40px;color:#c3ccda}.lw-detail--empty h2{color:#27344e}.lw-empty{text-align:center;padding:50px 20px;color:#7b8798}.lw-empty>span{display:grid;place-items:center;margin:auto;width:42px;height:42px;border-radius:50%;background:#e6f6ed;color:#238052;font-size:20px}.lw-empty strong{display:block;color:#26344e;margin:10px}.lw-empty p{margin:0;font-size:12px}.lw-toast,.lw-alert{position:fixed;z-index:5;top:105px;right:24px;border-radius:9px;padding:12px 16px;box-shadow:0 10px 30px #24385b2b;font-size:13px;font-weight:800}.lw-toast{background:#e5f6ed;color:#216f4b}.lw-alert{background:#fff0ed;color:#a53128}.lw-alert button{border:0;background:none;color:inherit;margin-left:12px;cursor:pointer}.lw-fatal{min-height:100vh;display:grid;place-items:center;color:#526079}@media(max-width:1050px){.lw-shell{grid-template-columns:80px 1fr}.lw-sidebar{padding:24px 12px}.lw-brand{justify-content:center;padding:0 0 24px}.lw-brand div,.lw-sidebar nav button:not(.is-active) small,.lw-sidebar nav button>span+*,.lw-account div{display:none}.lw-sidebar nav button{justify-content:center}.lw-account{justify-content:center}.lw-workspace{grid-template-columns:1fr}.lw-detail{position:fixed;z-index:100;inset:0 0 0 auto;width:min(480px,92vw);height:100dvh;border:0;border-radius:16px 0 0 16px;overflow-y:auto;transform:translate(105%);visibility:hidden;transition:transform .24s ease,visibility .24s;box-shadow:-24px 0 70px #10182b4d}.lw-detail.is-open{transform:translate(0);visibility:visible}.lw-detail__close{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border:1px solid #dce2ea;border-radius:50%;background:#f5f7fa;color:#46536a;font-size:20px;line-height:1;cursor:pointer}.lw-detail>header>.lw-status{margin-left:auto}.lw-detail-backdrop{display:block;position:fixed;z-index:99;inset:0;border:0;background:#08101f99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default}}@media(max-width:720px){.lw-shell{display:block}.lw-sidebar{position:static;width:100%;height:70px;flex-direction:row;align-items:center;padding:10px 16px}.lw-brand{border:0;padding:0}.lw-brand div{display:flex}.lw-sidebar nav{margin:0 0 0 auto}.lw-sidebar nav button:not(.is-active),.lw-account{display:none}.lw-topbar{height:76px;padding:0 18px}.lw-content{padding:22px 16px}.lw-metrics{grid-template-columns:1fr}.lw-workspace{display:block}.lw-controls{flex-direction:column}.lw-welcome>span{display:none}.lw-detail{width:100vw;border-radius:0;padding:18px}.lw-detail>header{gap:9px}.lw-detail h2{font-size:17px}}:root{--color-brand-blue: #244b9b;--color-brand-blue-dark: #173672;--color-brand-yellow: #f7b515;--color-brand-yellow-soft: #fff4cf;--color-page: #f6f8fb;--color-surface: #ffffff;--color-text: #172033;--color-muted: #647089;--color-border: #d9dfeb;--color-error: #b42318;--color-error-bg: #fff0ed;--color-error-border: #f3b7ae;--shadow-panel: 0 24px 70px rgba(23, 54, 114, .14);--radius-control: 8px;--font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--color-page);color:var(--color-text);font-family:var(--font-ui)}button,input{font:inherit}
