:root{--app-bg:#f4f7fb;--surface:#fff;--surface-muted:#eef3f8;--surface-alt:#f9fbfd;--border:#d9e2ec;--text:#132238;--text-muted:#5b6b7f;--accent:#184e77;--accent-strong:#0b2a44;--accent-soft:#d9e9f5;--success:#1f7a4d;--success-soft:#def3e8;--warning:#a15c0a;--warning-soft:#fce9cc;--danger:#b42318;--danger-soft:#fce4e1;--shadow:0 18px 45px #13223814;--radius-lg:24px;--radius-md:18px;--radius-sm:12px;--sidebar-width:292px;--topbar-height:76px;--font-sans:Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box}body{background:var(--app-bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:radial-gradient(circle at 0 0,#184e7714,#0000 36%),linear-gradient(#f7f9fc 0%,#eef3f8 100%);min-height:100vh;display:grid}.app-shell__content{flex-direction:column;min-width:0;display:flex}.topbar{height:var(--topbar-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:15;background:#ffffffc7;border-bottom:1px solid #d9e2eccc;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex;position:sticky;top:0}.topbar__left,.topbar__right{align-items:center;gap:1rem;min-width:0;display:flex}.topbar__toggle{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--accent-strong);border-radius:14px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 6px 18px #1322380f}.topbar__brand{flex-direction:column;gap:.15rem;display:flex}.topbar__brand strong{letter-spacing:.02em;font-size:.98rem}.topbar__brand span{color:var(--text-muted);font-size:.86rem}.topbar__identity{background:#ffffffe6;border:1px solid #d9e2ece6;border-radius:999px;align-items:center;gap:.9rem;padding:.65rem .9rem;display:flex}.topbar__identity-badge,.sidebar__avatar{background:linear-gradient(135deg, var(--accent), #3c7db3);color:#fff;letter-spacing:.03em;border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:inline-flex}.topbar__identity-meta,.sidebar__user-meta{flex-direction:column;gap:.08rem;min-width:0;display:flex}.topbar__identity-meta strong,.sidebar__user-meta strong{font-size:.95rem;font-weight:700}.topbar__identity-meta span,.sidebar__user-meta span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;overflow:hidden}.page-content{flex-direction:column;gap:1.25rem;min-width:0;padding:1.5rem;display:flex}.page-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-hero__heading{flex-direction:column;gap:.45rem;max-width:56rem;display:flex}.page-eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:.78rem;font-weight:700}.page-hero h1{margin:0;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.1}.page-hero p{color:var(--text-muted);max-width:60rem;margin:0}.panel{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fffffff5;border:1px solid #d9e2ecf2}.panel--soft{background:linear-gradient(#fff 0%,#fbfdff 100%)}.panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem 0;display:flex}.panel__header h2,.panel__header h3{margin:0;font-size:1.05rem}.panel__body{padding:1.25rem}.flash{border:1px solid #0000;border-radius:16px;padding:.95rem 1rem;box-shadow:0 8px 26px #1322380d}.flash--success{background:var(--success-soft);color:#0f5132;border-color:#1f7a4d3d}.flash--error{background:var(--danger-soft);color:#7f1d1d;border-color:#b423183d}.flash:focus{outline-offset:2px;outline:3px solid #184e7738}.layout-grid{gap:1rem;display:grid}.layout-grid--charts>*{grid-column:span 12}.stats-card{flex-direction:column;gap:.85rem;height:100%;padding:1.15rem 1.25rem;display:flex}.stats-card__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.76rem;font-weight:700}.stats-card__value{margin:0;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;line-height:1}.stats-card__meta{color:var(--text-muted);margin:0;font-size:.92rem}.stats-card--accent{color:#fff;background:linear-gradient(#163d5a 0%,#0f2f49 100%)}.stats-card--accent .stats-card__label,.stats-card--accent .stats-card__meta{color:#fffc}.stats-card--accent .stats-card__value{color:#fff}.stats-card--success{color:#fff;background:linear-gradient(#1f7a4d 0%,#16603d 100%)}.stats-card--success .stats-card__label,.stats-card--success .stats-card__meta{color:#fffc}.stats-card--success .stats-card__value{color:#fff}.chart-card{flex-direction:column;min-height:100%;display:flex}.chart-empty{text-align:center;min-height:320px;color:var(--text-muted);background:linear-gradient(#fcfdff 0%,#f6f9fc 100%);border-top:1px solid #d9e2eca6;place-items:center;padding:1.5rem;display:grid}.chart-empty strong{color:var(--text);margin-bottom:.35rem;display:block}.chart-legend{flex-wrap:wrap;gap:.7rem 1rem;margin:0;padding:0;list-style:none;display:flex}.chart-legend li{color:var(--text-muted);align-items:center;gap:.45rem;font-size:.88rem;display:inline-flex}.chart-legend__swatch{background:var(--accent);border-radius:999px;flex:none;width:11px;height:11px}.chart-legend__swatch--success{background:var(--success)}.chart-legend__swatch--warning{background:var(--warning)}.table-card{overflow:hidden}.table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table th,.data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #d9e2ece6;padding:.95rem 1rem}.data-table th{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);background:var(--surface-alt);font-size:.79rem}.data-table tbody tr:hover{background:#184e7709}.data-table__number{text-align:right;font-variant-numeric:tabular-nums}.pill{background:var(--accent-soft);color:var(--accent-strong);white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.86rem;font-weight:700;display:inline-flex}.filter-card{flex-direction:column;gap:1rem;padding:1.1rem 1.2rem;display:flex}.filter-form{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.filter-field{flex-direction:column;gap:.35rem;display:flex}.filter-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.84rem;font-weight:700}.filter-field input{border:1px solid var(--border);min-width:10rem;color:var(--text);background:#fff;border-radius:14px;padding:.82rem .9rem}.filter-field input:focus{border-color:#184e7773;outline:2px solid #184e772e}.button{border:none;border-radius:14px;padding:.84rem 1rem;font-weight:700;transition:transform .14s,box-shadow .14s,opacity .14s}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:progress;opacity:.72;transform:none}.button--primary{background:linear-gradient(135deg, var(--accent), #2b6a96);color:#fff;box-shadow:0 10px 24px #184e7738}.button--ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.sidebar{color:#eef5fb;background:linear-gradient(#10283d 0%,#0c1f30 100%);flex-direction:column;align-self:start;min-height:100vh;display:flex;position:sticky;top:0;box-shadow:inset -1px 0 #ffffff0f}.sidebar__brand{border-bottom:1px solid #ffffff14;padding:1.4rem 1.25rem 1rem}.sidebar__brand-link{flex-direction:column;gap:.15rem;display:flex}.sidebar__brand-link strong{letter-spacing:.04em;font-size:1.05rem}.sidebar__brand-link span{color:#eef5fbb3;font-size:.83rem}.sidebar__user{align-items:center;gap:.85rem;padding:1.15rem 1.25rem;display:flex}.sidebar__avatar{color:#0c1f30;background:linear-gradient(135deg,#68a5d7 0%,#9ad0ff 100%);width:46px;height:46px}.sidebar__user-meta strong{color:#fff}.sidebar__user-meta span{color:#eef5fbb3}.sidebar__nav{flex-direction:column;gap:1rem;padding:0 .75rem 1rem;display:flex;overflow-y:auto}.sidebar__section-title{color:#eef5fb8c;letter-spacing:.12em;text-transform:uppercase;padding:0 .55rem;font-size:.74rem;font-weight:800}.sidebar__list{flex-direction:column;gap:.35rem;display:flex}.sidebar__link,.sidebar__button,.sidebar__group-summary{color:#eef5fb;text-align:left;background:0 0;border:none;border-radius:16px;align-items:center;gap:.85rem;width:100%;padding:.85rem .95rem;transition:background-color .14s,transform .14s,color .14s;display:flex}.sidebar__link:hover,.sidebar__button:hover,.sidebar__group-summary:hover{background:#ffffff14}.sidebar__link--active,.sidebar__button--active,.sidebar__group-summary--active{color:#fff;background:linear-gradient(135deg,#68a5d738,#487eb247)}.sidebar__icon{color:#fff;text-transform:uppercase;background:#ffffff14;border-radius:12px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.92rem;font-weight:800;display:inline-flex}.sidebar__label{min-width:0;font-weight:600}.sidebar__group{border-radius:18px}.sidebar__group-summary{list-style:none}.sidebar__group-summary::-webkit-details-marker{display:none}.sidebar__group-caret{color:#eef5fb9e;margin-left:auto;transition:transform .14s}.sidebar__group[open] .sidebar__group-caret{transform:rotate(90deg)}.sidebar__children{flex-direction:column;gap:.3rem;padding:.4rem 0 .15rem .8rem;display:flex}.sidebar__children .sidebar__link,.sidebar__children .sidebar__button{padding-left:.85rem}.sidebar__footer{border-top:1px solid #ffffff14;flex-direction:column;gap:.35rem;margin-top:auto;padding:1rem .75rem 1.2rem;display:flex}.app-shell__backdrop{display:none}.skip-link{position:absolute;top:-999px;left:-999px}.empty-state{border-radius:var(--radius-md);background:linear-gradient(180deg, var(--surface-alt), #f4f8fc);color:var(--text-muted);text-align:center;border:1px dashed #184e772e;padding:1.5rem}.empty-state strong{color:var(--text);margin-bottom:.35rem;display:block}.dashboard-table__name{font-weight:700}.dashboard-summary{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;display:grid}.dashboard-summary>*{grid-column:span 12}.dashboard-summary__aside{flex-direction:column;gap:.75rem;display:flex}.dashboard-summary__row{background:var(--surface-alt);border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex}.dashboard-summary__row span{color:var(--text-muted);font-size:.88rem}.dashboard-summary__row strong{font-size:1.05rem}@media (width>=900px){.layout-grid--stats>*{grid-column:span 4}.layout-grid--charts>*{grid-column:span 6}.layout-grid--charts>.layout-grid__wide{grid-column:span 12}.dashboard-summary>*{grid-column:span 6}}@media (width<=1180px){.app-shell{grid-template-columns:1fr}.sidebar{width:min(var(--sidebar-width), 88vw);z-index:40;transition:transform .18s;position:fixed;inset:0 auto 0 0;transform:translate(-102%)}.app-shell.sidebar-open .sidebar{transform:translate(0)}.app-shell__backdrop{opacity:0;pointer-events:none;z-index:30;background:#0a121c6b;transition:opacity .18s;display:block;position:fixed;inset:0}.app-shell.sidebar-open .app-shell__backdrop{opacity:1;pointer-events:auto}}@media (width<=760px){.page-content{padding:1rem}.topbar{padding:0 1rem}.topbar__brand span,.topbar__identity-meta span{display:none}.topbar__identity{padding:.45rem .65rem}.panel__header{flex-direction:column}.filter-form,.filter-field,.filter-field input{width:100%}}.guest-shell{min-height:100vh;color:var(--text);background:radial-gradient(circle at 0 0,#184e7729,#0000 24%),radial-gradient(circle at 100% 100%,#1f7a4d1f,#0000 22%),linear-gradient(135deg,#f5f8fc 0%,#edf3f9 100%);place-items:center;padding:1.25rem;display:grid;position:relative;overflow:hidden}body{font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif}body.skin-blue.sidebar-mini{background:#ecf0f5}.skip-link{width:1px;height:1px;position:absolute;top:auto;left:-999px;overflow:hidden}.skip-link:focus{z-index:999999;color:#000;background:#fff;width:auto;height:auto;padding:8px 10px;top:12px;left:12px}.legacy-sidebar-toggle{color:#fff;float:left;background:0 0;border:0;border-radius:0;height:50px;padding:15px;font-family:fontAwesome;display:block}.legacy-sidebar-toggle:hover,.legacy-sidebar-toggle:focus{color:#fff;background:#0000001a;outline:none}.sidebar-menu,.sidebar-menu ul,.legacy-sidebar-section-list{margin:0;padding:0;list-style:none}.legacy-sidebar-section{display:block}.legacy-sidebar-section>.legacy-sidebar-section-list>.header{color:#4b646f;background:#1a2226;padding:10px 25px 10px 15px;font-size:12px}.sidebar-menu>li>a,.legacy-sidebar-section-list>li>a,.treeview-menu>li>a{display:block}.treeview-menu{padding-left:0}.treeview-menu>li>a{padding:5px 5px 5px 15px}.legacy-page-actions,.page-hero__actions{margin-bottom:15px}.layout-grid--stats{grid-template-columns:repeat(12,minmax(0,1fr))}.layout-grid--charts{grid-template-columns:repeat(12,minmax(0,1fr))}.chart-card,.panel.box-danger{border-top-color:#dd4b39}.panel__footer{border-top:1px solid #f4f4f4;padding:10px}.button,a.button,button.button{cursor:pointer;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;background-image:none;border:1px solid #0000;border-radius:3px;margin-bottom:0;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857;display:inline-block}.button--primary:hover,.button--primary:focus{color:#fff;background-color:#367fa9}.button--ghost:hover,.button--ghost:focus{color:#333;background-color:#e7e7e7}.button--danger:hover,.button--danger:focus{color:#fff;background-color:#d73925}.data-table>thead>tr>th,.data-table>tbody>tr>th,.data-table>tfoot>tr>th,.data-table>thead>tr>td,.data-table>tbody>tr>td,.data-table>tfoot>tr>td{vertical-align:middle;border:1px solid #f4f4f4;padding:8px;line-height:1.42857}.table-sort{color:inherit;font:inherit;background:0 0;border:0;padding:0;font-weight:700}.table-sort__arrow{color:#999;margin-left:4px;font-size:11px}.form-field,.password-field,.auth-field{margin-bottom:15px}.form-field__label,.password-field__label,.auth-field__label{color:#333;text-transform:none;margin-bottom:5px;font-size:14px;font-weight:700;display:inline-block}.form-field input,.form-field select,.form-field textarea,.password-field__input,.auth-input,.auth-select,.filter-field input,.activities-toolbar input,.customers-toolbar input,.hour-purchases-toolbar input,.activity-categories-toolbar input,.price-lists-toolbar input,.users-toolbar input,.acl-toolbar input,.acl-permissions-toolbar input,.price-list-edit input{box-shadow:none;color:#555;background-color:#fff;background-image:none;border:1px solid #d2d6de;border-radius:0;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.password-field__input:focus,.auth-input:focus,.auth-select:focus{box-shadow:none;border-color:#3c8dbc;outline:0}.form-field__hint,.password-field__hint,.auth-field__hint,.auth-note{color:#777;margin:5px 0 0;font-size:12px;display:block}.form-field__error,.password-field__error{color:#dd4b39;margin:5px 0 0;font-size:12px}.has-error .form-control,.form-field input[aria-invalid=true],.form-field select[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:#dd4b39}.activities-toolbar__body,.customers-toolbar__body,.hour-purchases-toolbar__body,.activity-categories-toolbar__body,.price-lists-toolbar__body,.users-toolbar__body,.acl-toolbar__body,.filter-form,.page-hero__actions,.legacy-page-actions,.activities-table__actions,.hour-purchases-table__actions,.users-table__actions,.acl-table__actions,.activity-categories-table__actions,.price-list-edit__actions,.password-form__actions,.users-form__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.empty-state strong,.empty-state span{display:block}.chart-empty{color:#777;text-align:center;justify-content:center;align-items:center;height:220px;display:flex}.chart-legend{display:none}.dashboard-summary__row,.customers-detail-list div,.activities-detail-list div,.users-detail-list div{border-bottom:1px solid #f4f4f4;justify-content:space-between;padding:8px 0;display:flex}.progress{margin-bottom:0}.hours-progress{--hours-progress-width:0%;color:#243444;background:#f5f5f5;border-radius:4px;min-width:120px;height:20px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.hours-progress__fill{width:var(--hours-progress-width);z-index:1;background-color:#337ab7;position:absolute;inset:0 auto 0 0}.hours-progress--danger .hours-progress__fill{background-color:#dd4b39}.hours-progress__label{font-variant-numeric:tabular-nums;z-index:2;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:20px;display:flex;position:absolute;inset:0}.hours-progress__label--fill{clip-path:inset(0 calc(100% - var(--hours-progress-width)) 0 0);color:#fff;text-shadow:0 -1px #0000003d;z-index:3}.password-page__note,.activities-form__note,.hour-purchases-form__note,.auth-alert{color:#444;background:#f4f4f4;border:1px solid #ddd;border-radius:3px;margin-bottom:15px;padding:10px}.checkbox-field,.users-role-option{margin-bottom:8px;display:block}.users-role-grid,.users-form__checks,.activity-categories-form__checks,.acl-permissions-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 14px;display:grid}.modal-backdrop-custom,.confirm-dialog__backdrop{z-index:1040;background:#00000080;position:fixed;inset:0}.confirm-dialog{z-index:1050;position:fixed;inset:0;overflow:auto}.confirm-dialog__panel{max-width:600px;margin:30px auto}.login-box-body img{max-width:100%}html,body,#app,body.skin-blue.sidebar-mini,body.skin-blue.sidebar-mini #app,body.skin-blue.sidebar-mini .wrapper{min-height:100vh}body.skin-blue.sidebar-mini .wrapper{background:#ecf0f5;position:relative;overflow:visible}body.skin-blue.sidebar-mini .main-sidebar,body.skin-blue.sidebar-mini .left-side{min-height:100vh;bottom:0}body.skin-blue.sidebar-mini .content-wrapper,body.skin-blue.sidebar-mini .right-side{min-height:calc(100vh - 50px)}body.skin-blue.sidebar-mini .main-footer{min-height:50px}.legacy-checkbox{margin-top:8px}.legacy-switch{cursor:pointer;vertical-align:middle;align-items:center;gap:8px;min-height:28px;margin:0;display:inline-flex}.legacy-switch input{opacity:0;pointer-events:none;position:absolute}.legacy-switch__label{font-weight:700}.legacy-switch__track{color:#fff;text-align:center;background-color:#dd4b39;border:1px solid #adadad;border-radius:4px;width:88px;height:28px;font-size:11px;font-weight:700;line-height:26px;transition:background-color .15s ease-in-out;display:inline-block;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0003}.legacy-switch__handle{z-index:2;background:linear-gradient(#fff,#e6e6e6);border-left:1px solid #adadad;border-right:1px solid #adadad;width:30px;transition:left .15s ease-in-out;position:absolute;top:0;bottom:0;left:0;box-shadow:0 1px 2px #00000040}.legacy-switch__on,.legacy-switch__off{width:48px;position:absolute;top:0}.legacy-switch__on{left:0}.legacy-switch__off{right:0}.legacy-switch input:checked+.legacy-switch__track{background-color:#00a65a}.legacy-switch input:checked+.legacy-switch__track .legacy-switch__handle{left:57px}.legacy-switch input:focus+.legacy-switch__track{outline-offset:2px;outline:1px dotted #333}.legacy-switch--disabled{cursor:not-allowed;opacity:.65}.login-box .spinner{opacity:0;width:0;display:inline-block}.login-box .has-spinner.active .spinner{opacity:1;width:auto}@media (width<=991px){.layout-grid--stats>*,.layout-grid__wide,.layout-grid--charts>.chart-card,.dashboard-summary>*{grid-column:span 12}.dashboard-summary{grid-template-columns:1fr}}@media (width<=767px){body.sidebar-collapse .main-sidebar{transform:translate(-230px)}body:not(.sidebar-collapse) .main-sidebar{transform:translate(0)}}.guest-shell:before,.guest-shell:after{content:"";filter:blur(18px);opacity:.55;pointer-events:none;border-radius:999px;position:absolute}.guest-shell:before{background:#184e771f;width:21rem;height:21rem;top:-4rem;right:-5rem}.guest-shell:after{background:#1f7a4d1a;width:18rem;height:18rem;bottom:-4rem;left:-5rem}.guest-shell__content{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:stretch;gap:1.25rem;width:min(1080px,100%);display:grid;position:relative}.guest-shell__intro,.guest-shell__form{border-radius:28px}.guest-shell__intro{color:#fff;box-shadow:var(--shadow);background:linear-gradient(160deg,#132238f0,#184e77e0),linear-gradient(160deg,#0d2235,#1f4f74);flex-direction:column;justify-content:space-between;gap:2rem;padding:2rem;display:flex}.guest-shell__intro-top{flex-direction:column;gap:1rem;display:flex}.guest-shell__brand{align-items:center;gap:.85rem;display:inline-flex}.guest-shell__brand-mark{color:#0c1f30;letter-spacing:.04em;background:linear-gradient(135deg,#7fc8ff,#d6f2ff);border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-weight:800;display:inline-flex}.guest-shell__brand-copy{flex-direction:column;gap:.12rem;display:flex}.guest-shell__brand-copy strong{letter-spacing:.03em;font-size:1.15rem}.guest-shell__brand-copy span{color:#ffffffbd;font-size:.9rem}.guest-shell__intro h1{max-width:11ch;margin:0;font-size:clamp(2rem,4vw,3.15rem);line-height:1.05}.guest-shell__intro p{color:#ffffffd1;max-width:48ch;margin:0;font-size:1rem}.guest-shell__bullets{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.guest-shell__bullet{background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;align-items:flex-start;gap:.8rem;padding:.95rem 1rem;display:flex}.guest-shell__bullet strong{margin-bottom:.12rem;font-size:.95rem;display:block}.guest-shell__bullet span{color:#ffffffbf;font-size:.9rem}.guest-shell__bullet-icon{background:#ffffff24;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.guest-shell__footer{color:#ffffffb8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.88rem;display:flex}.guest-shell__form{box-shadow:var(--shadow);background:#fffffff2;border:1px solid #d9e2eceb;flex-direction:column;justify-content:center;min-height:100%;padding:1.75rem;display:flex}.auth-card{flex-direction:column;gap:1.2rem;display:flex}.auth-card__header{flex-direction:column;gap:.5rem;display:flex}.auth-card__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0;font-size:.78rem;font-weight:800}.auth-card__title{margin:0;font-size:clamp(1.55rem,2.8vw,2rem);line-height:1.1}.auth-card__subtitle{color:var(--text-muted);margin:0}.auth-alert{background:var(--surface-alt);color:var(--text);border:1px solid #0000;border-radius:16px;padding:.95rem 1rem}.auth-alert--info{background:#eef6fb;border-color:#184e772e}.auth-alert--error{background:var(--danger-soft);color:#7f1d1d;border-color:#b4231833}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.38rem;display:flex}.auth-field__label{color:var(--text);justify-content:space-between;align-items:center;gap:1rem;font-weight:700;display:inline-flex}.auth-field__hint{color:var(--text-muted);font-size:.82rem}.auth-input,.auth-select{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:14px;padding:.9rem .95rem;transition:border-color .14s,box-shadow .14s,transform .14s}.auth-input:focus,.auth-select:focus{border-color:#184e7766;outline:2px solid #184e772e}.auth-input[aria-invalid=true],.auth-select[aria-invalid=true]{border-color:#b4231880}.auth-field__error{color:#b42318;font-size:.88rem}.auth-checkbox{color:var(--text);align-items:center;gap:.65rem;font-weight:600;display:flex}.auth-checkbox input{border-radius:.35rem;width:1rem;height:1rem}.auth-actions{flex-direction:column;gap:.9rem;margin-top:.25rem;display:flex}.auth-submit{background:linear-gradient(135deg, var(--accent), #2b6a96);color:#fff;border:none;border-radius:14px;padding:.95rem 1.1rem;font-weight:800;box-shadow:0 12px 28px #184e7738}.auth-submit:disabled{opacity:.72;cursor:progress}.auth-submit__spinner{vertical-align:-2px;border:2px solid #fff9;border-top-color:#fff;border-radius:999px;width:1rem;height:1rem;margin-left:.6rem;animation:.8s linear infinite auth-spin;display:inline-flex}.auth-note{color:var(--text-muted);margin:0;font-size:.88rem}.auth-account-card{background:linear-gradient(#f8fbfe 0%,#f3f7fb 100%);border:1px solid #184e771f;border-radius:18px;padding:1rem 1rem .2rem}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=940px){.guest-shell__content{grid-template-columns:1fr}.guest-shell__intro{padding:1.5rem}}@media (width<=560px){.guest-shell{padding:.75rem}.guest-shell__form,.guest-shell__intro{border-radius:22px}.guest-shell__form{padding:1.25rem}.guest-shell__intro h1{max-width:none}}.password-page{gap:1rem;display:grid}.password-card{overflow:hidden}.password-card__body{gap:1rem;display:grid}.password-page__note{color:var(--text-muted);background:linear-gradient(#f8fbfe 0%,#f3f7fb 100%);border:1px solid #184e771f;border-radius:18px;padding:1rem 1.1rem}.password-page__note strong{color:var(--text);margin-bottom:.55rem;display:block}.password-page__note ul{gap:.35rem;margin:0;padding-left:1.15rem;display:grid}.password-form{gap:1rem;display:grid}.password-form__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;padding-top:.25rem;display:flex}.password-field{gap:.35rem;display:grid}.password-field__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.84rem;font-weight:700}.password-field__input{border:1px solid var(--border);min-width:0;color:var(--text);background:#fff;border-radius:16px;flex:auto;padding:.92rem 1rem;transition:border-color .14s,box-shadow .14s,outline-color .14s}.password-field__input:focus{border-color:#184e7773;outline:2px solid #184e772e}.password-field__input--error{border-color:#b4231873}.password-field__toggle{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:16px;flex:none;min-width:6.2rem;padding:0 .9rem;font-weight:700}.password-field__toggle:hover{color:var(--text)}.password-field__hint{color:var(--text-muted);margin:0;font-size:.88rem}.password-field__error{color:var(--danger);margin:0;font-size:.88rem;font-weight:600}.page-hero__actions{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}@media (width<=700px){.password-field__control{flex-direction:column}.password-field__toggle{width:100%;min-width:0;padding:.85rem 1rem}.password-form__actions{justify-content:stretch}.password-form__actions>*{justify-content:center;width:100%}}.hour-purchases-toolbar{overflow:hidden}.hour-purchases-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.hour-purchases-toolbar__search{gap:.35rem;min-width:min(100%,22rem);display:grid}.hour-purchases-toolbar__search input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.hour-purchases-toolbar__search input:focus{border-color:#184e7773;outline:2px solid #184e772e}.hour-purchases-toolbar__meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.hour-purchases-toolbar__hint{color:var(--text-muted);font-size:.92rem}.table-sort{width:100%;color:inherit;font:inherit;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:0;font-weight:700;display:inline-flex}.table-sort--active{color:var(--accent-strong)}.table-sort__arrow{color:var(--text-muted);font-size:.88rem}.hour-purchases-table{min-width:860px}.hour-purchases-table th{white-space:nowrap}.hour-purchases-table__actions{width:20%}.hour-purchases-table__customer{flex-direction:column;gap:.2rem;display:flex}.hour-purchases-table__meta{color:var(--text-muted);font-size:.84rem}.hour-purchases-table__muted{color:var(--text-muted)}.hour-purchases-form{overflow:hidden}.hour-purchases-form__note{color:var(--text-muted);background:linear-gradient(#f8fbfe 0%,#f3f7fb 100%);border:1px solid #184e771f;border-radius:18px;gap:.25rem;margin-bottom:1rem;padding:1rem 1.1rem;display:grid}.hour-purchases-form__note strong{color:var(--text)}.hour-purchases-form__form{gap:1rem;max-width:40rem;display:grid}.form-field{gap:.35rem;display:grid}.form-field__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.84rem;font-weight:700}.form-field select,.form-field input,.form-field textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:16px;padding:.92rem 1rem}.form-field textarea{resize:vertical;min-height:8rem}.form-field select:focus,.form-field input:focus,.form-field textarea:focus{border-color:#184e7773;outline:2px solid #184e772e}.form-field__hint{color:var(--text-muted);margin:0;font-size:.88rem}.form-field__error{color:var(--danger);margin:0;font-size:.88rem;font-weight:600}.hour-purchases-form__summary{background:var(--surface-alt);border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.hour-purchases-form__summary span{color:var(--text-muted)}.hour-purchases-form__summary strong{font-variant-numeric:tabular-nums}.hour-purchases-form__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.activities-toolbar{overflow:hidden}.activities-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.activities-toolbar__search{gap:.35rem;min-width:min(100%,28rem);display:grid}.activities-toolbar__search input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.activities-toolbar__search input:focus{border-color:#184e7773;outline:2px solid #184e772e}.activities-toolbar__meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.activities-table{min-width:980px}.activities-table th{white-space:nowrap}.activities-table__causale{gap:.2rem;display:grid}.activities-table__causale span{color:var(--text-muted);font-size:.86rem}.activities-table__actions{flex-wrap:wrap;gap:.5rem;display:flex}.activities-form-card,.activities-detail-card{overflow:hidden}.activities-form{gap:1rem;max-width:48rem;display:grid}.activities-form__note{color:var(--text-muted);background:linear-gradient(#f8fbfe 0%,#f3f7fb 100%);border:1px solid #184e771f;border-radius:18px;gap:.25rem;margin-bottom:1rem;padding:1rem 1.1rem;display:grid}.activities-form__note strong{color:var(--text)}.activities-form__readonly{background:var(--surface-alt);border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.activities-form__readonly span{color:var(--text-muted)}.activities-form__readonly strong{font-variant-numeric:tabular-nums}.activities-form__actions,.activities-detail-card__footer{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.activities-detail-list{border:1px solid var(--border);border-radius:18px;margin:0;display:grid;overflow:hidden}.activities-detail-list div{border-bottom:1px solid var(--border);grid-template-columns:minmax(10rem,15rem) 1fr;gap:1rem;padding:1rem;display:grid}.activities-detail-list div:last-child{border-bottom:none}.activities-detail-list dt{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.84rem;font-weight:700}.activities-detail-list dd{color:var(--text);overflow-wrap:anywhere;margin:0}.empty-state--panel{margin:0}.empty-state__action{margin-top:1rem}.button--danger{background:linear-gradient(135deg, var(--danger), #d8433b);color:#fff;box-shadow:0 10px 24px #b423182e}.button--sm{border-radius:12px;padding:.66rem .85rem;font-size:.92rem}.confirm-dialog{z-index:1050;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.confirm-dialog__backdrop{background:#0a121c85;border:none;position:absolute;inset:0}.confirm-dialog .modal-dialog{z-index:1051;width:min(100%,600px);margin:0;position:relative}.confirm-dialog__panel{z-index:1;outline:none;width:min(100%,38rem);position:relative}.confirm-dialog__body{gap:1rem;display:grid}.confirm-dialog__details{color:var(--text-muted);gap:.35rem;margin:0;padding-left:1.1rem;display:grid}.confirm-dialog__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.customers-toolbar{overflow:hidden}.customers-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.customers-toolbar__search{gap:.35rem;min-width:min(100%,24rem);display:grid}.customers-toolbar__search input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.customers-toolbar__search input:focus{border-color:#184e7773;outline:2px solid #184e772e}.customers-toolbar__meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.customers-table{min-width:900px}.customers-table__customer{flex-direction:column;gap:.2rem;display:flex}.customers-table__customer span{color:var(--text-muted);font-size:.86rem}.customers-table__actions{flex-wrap:wrap;gap:.55rem;display:flex}.customer-progress{background:var(--surface-muted);isolation:isolate;border:1px solid #d9e2eceb;border-radius:999px;justify-content:center;align-items:center;min-width:12rem;min-height:2.3rem;display:flex;position:relative;overflow:hidden}.customer-progress--large{min-width:100%;min-height:3.2rem}.customer-progress__bar{background:linear-gradient(135deg, var(--success), #2a9d65);z-index:-1;min-width:.5rem;position:absolute;inset:0 auto 0 0}.customer-progress__bar--empty{background:linear-gradient(135deg, var(--danger), #d8433b);width:100%!important}.customer-progress span{color:var(--text);font-variant-numeric:tabular-nums;text-shadow:0 1px #ffffff73;font-weight:800}.customers-detail-grid{grid-template-columns:minmax(0,1fr) minmax(20rem,.75fr);gap:1rem;display:grid}.customers-detail-card{overflow:hidden}.customers-detail-list{gap:.85rem;margin:0;display:grid}.customers-detail-list div{border-bottom:1px solid #d9e2ecc7;grid-template-columns:minmax(8rem,.35fr) minmax(0,1fr);gap:.75rem;padding-bottom:.85rem;display:grid}.customers-detail-list div:last-child{border-bottom:none;padding-bottom:0}.customers-detail-list dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.customers-detail-list dd{overflow-wrap:anywhere;min-width:0;margin:0}.activity-categories-toolbar{overflow:hidden}.activity-categories-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.activity-categories-toolbar__search{gap:.35rem;min-width:min(100%,24rem);display:grid}.activity-categories-toolbar__search input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.activity-categories-toolbar__search input:focus{border-color:#184e7773;outline:2px solid #184e772e}.activity-categories-toolbar__meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.activity-categories-table{min-width:980px}.activity-categories-table__actions{flex-wrap:wrap;gap:.55rem;display:flex}.status-badge{background:var(--surface-muted);min-width:3rem;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;padding:.35rem .65rem;font-size:.84rem;font-weight:800;display:inline-flex}.status-badge--yes{background:var(--success-soft);color:#0f5132}.activity-categories-form{overflow:hidden}.activity-categories-form__form{gap:1rem;max-width:44rem;display:grid}.activity-categories-form__checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.checkbox-field{border:1px solid var(--border);background:#fff;border-radius:16px;gap:.35rem;padding:.95rem 1rem;display:grid}.checkbox-field__label{color:var(--text);align-items:center;gap:.65rem;font-weight:800;display:flex}.checkbox-field__label input{width:1.1rem;height:1.1rem}.activity-categories-form__summary{background:var(--surface-alt);border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.activity-categories-form__summary span{color:var(--text-muted)}.activity-categories-form__summary strong{font-variant-numeric:tabular-nums}.activity-categories-form__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.price-lists-toolbar{overflow:hidden}.price-lists-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.price-lists-toolbar__search{gap:.35rem;min-width:min(100%,24rem);display:grid}.price-lists-toolbar__search input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.price-lists-toolbar__search input:focus,.price-list-price-input:focus{border-color:#184e7773;outline:2px solid #184e772e}.price-lists-toolbar__meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.price-lists-table{min-width:680px}.price-list-rows-table{min-width:900px}.price-lists-table__actions{flex-wrap:wrap;gap:.55rem;display:flex}.price-list-row-title{gap:.2rem;display:grid}.price-list-row-title span{color:var(--text-muted);font-size:.86rem}.price-list-price-input{border:1px solid var(--border);width:min(100%,12rem);color:var(--text);text-align:right;font-variant-numeric:tabular-nums;background:#fff;border-radius:14px;padding:.72rem .85rem}.price-list-price-input:disabled{background:var(--surface-muted);color:var(--text-muted)}.price-list-price-input[aria-invalid=true]{border-color:#b4231873}.price-list-edit{overflow:hidden}.price-list-edit__actions{background:var(--surface-alt);border-top:1px solid #d9e2ece6;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem;display:flex}.panel__footer{background:var(--surface-alt);border-top:1px solid #d9e2ece6;padding:1rem 1.25rem}.users-toolbar{overflow:hidden}.users-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.users-toolbar__search{gap:.35rem;min-width:min(100%,28rem);display:grid}.users-toolbar__search input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.users-toolbar__search input:focus{border-color:#184e7773;outline:2px solid #184e772e}.users-toolbar__meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.users-table{min-width:960px}.users-table__identity{gap:.2rem;display:grid}.users-table__identity span{color:var(--text-muted);font-size:.86rem}.users-table__actions{flex-wrap:wrap;gap:.55rem;display:flex}.users-detail-card{overflow:hidden}.users-detail-list{gap:.85rem;margin:0;display:grid}.users-detail-list div{border-bottom:1px solid #d9e2ecc7;grid-template-columns:minmax(9rem,.35fr) minmax(0,1fr);gap:.75rem;padding-bottom:.85rem;display:grid}.users-detail-list div:last-child{border-bottom:none;padding-bottom:0}.users-detail-list dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.users-detail-list dd{overflow-wrap:anywhere;min-width:0;margin:0}.users-detail-card__footer{justify-content:flex-end;display:flex}.users-form-card{overflow:hidden}.users-form{gap:1rem;max-width:48rem;display:grid}.users-role-fieldset{border:1px solid var(--border);background:#fff;border-radius:16px;gap:.75rem;margin:0;padding:1rem;display:grid}.users-role-fieldset:focus{outline-offset:2px;outline:2px solid #184e772e}.users-role-fieldset legend{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding:0 .35rem;font-size:.84rem;font-weight:800}.users-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.users-role-option{align-items:center;gap:.55rem;font-weight:700;display:flex}.users-role-option input{width:1rem;height:1rem}.users-form__checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.users-form__actions{justify-content:flex-end;display:flex}.acl-toolbar{overflow:hidden}.acl-toolbar__body{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.acl-toolbar__search{gap:.35rem;min-width:min(100%,24rem);display:grid}.acl-toolbar__search input,.acl-permissions-toolbar input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:.9rem 1rem}.acl-toolbar__search input:focus,.acl-permissions-toolbar input:focus{border-color:#184e7773;outline:2px solid #184e772e}.acl-table{min-width:820px}.acl-table__actions{flex-wrap:wrap;gap:.55rem;display:flex}.acl-form-card{overflow:hidden}.acl-form{gap:1rem;max-width:54rem;display:grid}.acl-permissions-fieldset{border:1px solid var(--border);background:#fff;border-radius:16px;gap:1rem;margin:0;padding:1rem;display:grid}.acl-permissions-fieldset legend{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding:0 .35rem;font-size:.84rem;font-weight:800}.acl-permissions-toolbar{gap:.35rem;display:grid}.acl-permissions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem;max-height:28rem;padding-right:.25rem;display:grid;overflow:auto}.acl-form__actions{justify-content:flex-end;display:flex}@media (width<=760px){.hour-purchases-toolbar__body{align-items:stretch}.hour-purchases-toolbar__meta{justify-content:flex-start}.hour-purchases-table{min-width:720px}.hour-purchases-form__actions,.confirm-dialog__actions{justify-content:stretch}.hour-purchases-form__actions>*,.confirm-dialog__actions>*{justify-content:center;width:100%}.activities-toolbar__body{align-items:stretch}.activities-toolbar__meta{justify-content:flex-start}.activities-table{min-width:820px}.activities-detail-list div{grid-template-columns:1fr;gap:.25rem}.activities-form__readonly,.activities-form__actions,.activities-detail-card__footer{justify-content:stretch}.activities-form__actions>*,.activities-detail-card__footer>*{justify-content:center;width:100%}.customers-toolbar__body{align-items:stretch}.customers-toolbar__meta{justify-content:flex-start}.customers-table{min-width:760px}.customers-detail-grid{grid-template-columns:1fr}.customers-detail-list div{grid-template-columns:1fr;gap:.25rem}.activity-categories-toolbar__body{align-items:stretch}.activity-categories-table{min-width:820px}.activity-categories-form__checks{grid-template-columns:1fr}.activity-categories-form__actions{justify-content:stretch}.activity-categories-form__actions>*{justify-content:center;width:100%}.price-lists-toolbar__body{align-items:stretch}.price-list-rows-table{min-width:780px}.price-list-edit__actions{flex-direction:column;align-items:stretch}.price-list-edit__actions>*{justify-content:center;width:100%}.users-toolbar__body{align-items:stretch}.users-table{min-width:820px}.users-detail-list div,.users-role-grid,.users-form__checks{grid-template-columns:1fr}.users-form__actions,.users-detail-card__footer{justify-content:stretch}.users-form__actions>*,.users-detail-card__footer>*{justify-content:center;width:100%}.acl-toolbar__body{align-items:stretch}.acl-table{min-width:720px}.acl-permissions-grid{grid-template-columns:1fr}.acl-form__actions{justify-content:stretch}.acl-form__actions>*{justify-content:center;width:100%}}body.skin-blue.sidebar-mini{background:#ecf0f5;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif}body.login-page{background:0 0}.main-sidebar .sidebar{box-shadow:none;color:inherit;background:0 0;border:0;border-radius:0;width:auto;height:auto;padding-bottom:10px;display:block;position:static;transform:none}.legacy-sidebar-section-list{margin:0;padding:0;list-style:none}.legacy-sidebar-section-list>.header{color:#4b646f;background:#1a2226;padding:10px 25px 10px 15px;font-size:12px}.main-sidebar .user-panel .image i{color:#ddd;font-size:50px}.legacy-sidebar-toggle{color:#fff;float:left;background:0 0;border:0;border-radius:0;height:50px;padding:15px;font-family:fontAwesome}.legacy-sidebar-toggle:before{content:""}.legacy-sidebar-toggle .icon-bar{display:none}.content{min-height:250px;padding:15px}.content>.content-header,.content>.page-hero{margin:-15px -15px 15px;padding:15px 15px 0}.content-header>h1,.page-hero h1{color:#333;margin:0;font-size:24px}.legacy-page-description,.page-hero p{color:#777;margin:4px 0 0;font-size:13px}.legacy-page-actions,.page-hero__actions{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:15px;display:flex}.page-eyebrow{display:none}.panel,.panel.panel--soft,.chart-card,.table-card,.password-card,.customers-detail-card,.activities-detail-card,.users-detail-card,.acl-form-card,.activity-categories-form,.hour-purchases-form{background:#fff;border:0;border-top:3px solid #d2d6de;border-radius:3px;margin-bottom:20px;position:relative;box-shadow:0 1px 1px #0000001a}.chart-card{border-top-color:#dd4b39}.panel__header{color:#444;border-bottom:1px solid #f4f4f4;justify-content:space-between;min-height:38px;padding:10px;display:flex}.panel__header h2,.panel__header h3{margin:0;font-size:18px;line-height:1;display:inline-block}.panel__header p{color:#777;margin:4px 0 0;font-size:12px}.panel__body,.table-scroll{padding:10px}.button,a.button,button.button{cursor:pointer;text-align:center;vertical-align:middle;white-space:nowrap;background-image:none;border:1px solid #0000;border-radius:3px;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857;display:inline-block}.button--primary,a.button--primary,button.button--primary{color:#fff;background-color:#3c8dbc;border-color:#367fa9}.button--ghost,a.button--ghost,button.button--ghost{color:#444;background-color:#f4f4f4;border-color:#ddd}.button--danger,a.button--danger,button.button--danger{color:#fff;background-color:#dd4b39;border-color:#d73925}.button--sm{padding:5px 10px;font-size:12px;line-height:1.5}.data-table{border-collapse:collapse;background-color:#fff;border:1px solid #f4f4f4;width:100%;max-width:100%;margin-bottom:0}.data-table>thead>tr>th,.data-table>tbody>tr>td{vertical-align:middle;border:1px solid #f4f4f4;padding:8px;line-height:1.42857}.data-table>thead>tr>th{color:#333;border-bottom:2px solid #f4f4f4;font-weight:700}.data-table>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.data-table>tbody>tr:hover{background-color:#f5f5f5}.data-table__number{text-align:right}.table-sort{color:inherit;font:inherit;letter-spacing:normal;text-transform:none;background:0 0;border:0;padding:0;font-weight:700}.form-field,.password-field{margin-bottom:15px}.form-field__label,.password-field__label{color:#333;text-transform:none;margin-bottom:5px;font-size:14px;font-weight:700;display:inline-block}.form-field input,.form-field select,.form-field textarea,.password-field__input,.filter-field input,.activities-toolbar input,.customers-toolbar input,.hour-purchases-toolbar input,.activity-categories-toolbar input,.price-lists-toolbar input,.users-toolbar input,.acl-toolbar input,.acl-permissions-toolbar input,.price-list-edit input{box-shadow:none;color:#555;background-color:#fff;background-image:none;border:1px solid #d2d6de;border-radius:0;width:100%;min-height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;display:block}.form-field textarea{height:auto}.activities-toolbar__body,.customers-toolbar__body,.hour-purchases-toolbar__body,.activity-categories-toolbar__body,.price-lists-toolbar__body,.users-toolbar__body,.acl-toolbar__body,.filter-form,.activities-table__actions,.hour-purchases-table__actions,.users-table__actions,.acl-table__actions,.activity-categories-table__actions,.price-list-edit__actions,.password-form__actions,.users-form__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.activities-toolbar__search,.customers-toolbar__search,.hour-purchases-toolbar__search,.activity-categories-toolbar__search,.price-lists-toolbar__search,.users-toolbar__search,.acl-toolbar__search{min-width:260px}.pill,.status-badge{color:#444;background-color:#f4f4f4;border:1px solid #ddd;border-radius:3px;padding:5px 7px;font-size:12px;line-height:1;display:inline-block}.status-badge--yes{color:#fff;background-color:#00a65a;border-color:#008d4c}.chart-card__canvas{height:320px}.layout-grid,.dashboard-summary{gap:15px;display:grid}.layout-grid--stats,.layout-grid--charts{grid-template-columns:repeat(12,minmax(0,1fr))}.layout-grid--stats>*{grid-column:span 4}.layout-grid__wide{grid-column:span 8}.layout-grid--charts>.chart-card{grid-column:span 6}.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:15px}.empty-state{color:#444;background:#fafafa;border-left:6px solid #7f7f84;margin-bottom:10px;padding:15px;box-shadow:0 5px 8px -6px #0003}.flash{border-radius:3px;margin-bottom:15px;padding:15px}.flash--success{color:#fff;background-color:#00a65a}.flash--error{color:#fff;background-color:#dd4b39}.result-msg--success>div{background-color:#00a65a}.result-msg--error>div{background-color:#dd4b39}.password-field__control{align-items:stretch;gap:6px;display:flex}.password-field__toggle{color:#444;background-color:#f4f4f4;border:1px solid #ddd;border-radius:0;padding:6px 12px}.login-logo a{text-shadow:0 0 10px #333}#background{z-index:-5;background-color:#0000;background-image:linear-gradient(#c4660033,#9b59b633),url(/legacy/img/assistiamo_bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}#background_overlay{background:url(/legacy/img/overlay.png);width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}
