:root{color-scheme:light;--page-bg:#f4f7fb;--surface:#fff;--surface-soft:#f8fbff;--surface-hover:#eef4ff;--line:#dbe5f1;--line-strong:#c9d7ea;--text:#172033;--muted:#6d7a91;--accent:#4d7de3;--accent-soft:#e9f0ff;--accent-strong:#2e63d1;--focus-ring:rgba(46,99,209,.16);--danger:#c6384b;--danger-strong:#c83d55;--shadow:0 18px 48px rgba(35,56,94,.08);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--home-font-caption:.72rem;--home-font-small:.78rem;--home-font-control:.88rem;--home-font-body:.88rem;--home-font-strong:.95rem;--home-font-title:1.05rem;--home-font-page-title:1.2rem;--home-font-metric:1.12rem;--employee-font-caption:var(--home-font-caption);--employee-font-small:var(--home-font-small);--employee-font-control:var(--home-font-control);--employee-font-body:var(--home-font-body);--employee-font-strong:var(--home-font-strong);--employee-font-title:var(--home-font-title);--employee-font-page-title:var(--home-font-page-title);--employee-font-metric:var(--home-font-metric)}*{box-sizing:border-box}#__nuxt,body,html{min-height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--home-font-body);color:var(--text);background:var(--page-bg)}.app-root{position:relative;min-height:100vh}.app-root__page--hidden{visibility:hidden;pointer-events:none}.app-root__overlay{position:absolute;inset:0;z-index:20;display:grid;place-items:center;padding:32px;background:#f4f7fbb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-gate{width:min(560px,100%);padding:30px;border-radius:var(--radius-xl);border:1px solid var(--line);background:var(--surface);min-height:132px;box-shadow:var(--shadow)}.auth-gate__eyebrow{margin:0 0 8px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.auth-gate__card h1{margin:0 0 10px;font-size:1.45rem;line-height:1.1}.auth-gate__card p{margin:0;color:var(--muted);line-height:1.6}.auth-gate__hint{margin-top:14px!important;color:var(--text)!important}.auth-gate__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.auth-gate__button{min-height:40px;padding:0 16px;border:1px solid var(--accent-strong);border-radius:10px;background:var(--accent-strong);color:#fff;font:inherit;font-weight:700;cursor:pointer}.auth-gate__button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.auth-gate--local{background:radial-gradient(circle at top center,rgba(77,125,227,.1),transparent 28%),linear-gradient(180deg,#f8fbff,#eef3fb)}.auth-local-card{width:min(640px,100%);padding:32px 36px;border-radius:22px;border:1px solid var(--line);background:#fffffff5;box-shadow:0 14px 34px #23385e1a;text-align:center}.auth-local-card__icon-wrap{width:52px;height:52px;margin:0 auto 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:var(--accent-soft);color:var(--accent-strong)}.auth-local-card h1{margin:0 0 12px;font-size:1.9rem;line-height:1.15}.auth-local-card__note{margin:0;color:var(--muted);line-height:1.6}.auth-local-card__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:28px}.auth-local-card__input{width:100%;min-height:50px;padding:0 16px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);font:inherit}.auth-local-card__input:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.auth-local-card__button{min-width:110px;min-height:50px;padding:0 20px;border:0;border-radius:10px;background:var(--accent-strong);color:#fff;font:inherit;font-weight:700;cursor:pointer}.auth-local-card__button:disabled,.auth-local-card__input:disabled{cursor:not-allowed;opacity:.7}.auth-local-card__error{margin:14px 0 0;color:var(--danger);line-height:1.5}a{color:inherit;text-decoration:none}.home-shell{min-height:100vh;display:grid;grid-template-columns:minmax(248px,286px) minmax(0,1fr);gap:28px;padding:28px;transition:grid-template-columns .18s ease}.home-shell--sidebar-collapsed{grid-template-columns:88px minmax(0,1fr)}.home-shell--embedded-project-resources{min-height:100vh;display:block;padding:16px}.home-shell--embedded-project-resources .screen-panel{min-height:calc(100vh - 32px)}.module-grid-section,.sidebar-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.sidebar-panel{position:sticky;top:28px;height:calc(100vh - 56px);padding:24px 18px;border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:22px;min-width:0;transition:padding .18s ease}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:8px 10px 4px;min-width:0}.sidebar-brand__logo{width:32px;height:32px;display:block;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.sidebar-brand__name,.sidebar-nav__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-toggle{width:34px;height:34px;margin-left:auto;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);color:var(--text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.sidebar-toggle:focus-visible,.sidebar-toggle:hover{background:var(--surface-hover);border-color:var(--line-strong);color:var(--accent-strong)}.sidebar-toggle svg{width:20px;height:20px}.sidebar-toggle__chevron--expand{display:none}.home-shell--sidebar-collapsed .sidebar-panel{padding-inline:16px}.home-shell--sidebar-collapsed .sidebar-brand{justify-content:center;padding-inline:0}.home-shell--sidebar-collapsed .sidebar-brand__logo,.home-shell--sidebar-collapsed .sidebar-brand__name,.home-shell--sidebar-collapsed .sidebar-nav__label{display:none}.home-shell--sidebar-collapsed .sidebar-toggle{margin-left:0}.home-shell--sidebar-collapsed .sidebar-toggle__chevron--collapse{display:none}.home-shell--sidebar-collapsed .sidebar-toggle__chevron--expand{display:block}.eyebrow{margin:0 0 2px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.sidebar-panel__body{min-height:0;display:flex;flex:1;flex-direction:column;gap:18px;overflow-y:auto;overflow-x:hidden}.sidebar-nav{display:grid;gap:8px}.sidebar-nav--footer{margin-top:auto}.sidebar-nav__item{display:flex;align-items:center;gap:12px;min-width:0;min-height:48px;padding:0 12px;border-radius:14px;color:var(--text);transition:background-color .16s ease,color .16s ease,transform .16s ease}.home-shell--sidebar-collapsed .sidebar-nav__item{justify-content:center;padding-inline:0}.sidebar-nav__item:focus-visible,.sidebar-nav__item:hover{background:var(--surface-hover);color:var(--accent-strong);transform:translate(1px)}.sidebar-nav__item--active{background:var(--accent-soft);color:var(--text);font-weight:700}.sidebar-nav__icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex-shrink:0}.sidebar-nav__icon,.sidebar-nav__icon svg{width:24px;height:24px}.sidebar-nav__label{font-size:1rem;line-height:1.1}.dashboard-stage{display:grid;min-width:0;align-content:start;gap:18px}.screen-panel{padding:28px;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.screen-panel__header{margin-bottom:20px}.screen-panel__eyebrow{margin:0 0 6px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.screen-panel h1{margin:0 0 8px;font-size:1.35rem;line-height:1.1}.screen-panel__description{margin:0;max-width:60ch;color:var(--muted);line-height:1.5}.module-grid-section,.screen-panel,.topbar-panel{border-radius:var(--radius-xl)}.topbar-panel{justify-content:space-between;gap:16px;padding:16px 20px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.topbar-panel,.topbar-profile{display:flex;align-items:center;min-width:0}.topbar-profile{gap:12px;flex:1 1 auto}.topbar-avatar{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#b8cff9,#7da3ef);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.06em;flex-shrink:0;overflow:hidden}.topbar-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.topbar-profile__copy{min-width:0}.topbar-profile__copy strong{display:block;overflow:hidden;font-size:1rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.topbar-icon-button{position:relative;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);color:var(--text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.topbar-icon-button:focus-visible,.topbar-icon-button:hover{background:var(--surface-hover);border-color:var(--line-strong);color:var(--accent-strong)}.topbar-icon-button:disabled{cursor:not-allowed;opacity:.58}.topbar-icon-button svg{width:20px;height:20px}.topbar-icon-button__dot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:999px;background:#e34d5f}.topbar-notifications{position:relative}.topbar-notification-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:20;display:grid;width:min(22rem,calc(100vw - 2rem));max-height:23rem;overflow:auto;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 18px 45px #10182829;gap:6px}.topbar-notification-popover__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 4px 8px;border-bottom:1px solid var(--line)}.topbar-notification-popover__header strong{font-size:.82rem}.topbar-notification-empty,.topbar-notification-popover__header span{font-size:.72rem;color:var(--muted)}.topbar-notification-empty{padding:14px 4px;text-align:center}.topbar-notification-item{display:grid;width:100%;gap:3px;min-height:54px;padding:8px 10px;border:1px solid transparent;border-left:3px solid #8aa0bd;border-radius:8px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.topbar-notification-item:focus-visible,.topbar-notification-item:hover{background:var(--surface-hover);border-color:var(--line);border-left-color:#8aa0bd}.topbar-notification-item--unread{background:#f8fbff}.topbar-notification-item--success{border-left-color:#29a86a}.topbar-notification-item--warning{border-left-color:#d4820a}.topbar-notification-item--error{border-left-color:#e34d5f}.topbar-notification-item__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:800}.topbar-notification-item__header{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:8px}.topbar-notification-unread-chip{flex:0 0 auto;display:inline-flex;align-items:center;min-height:18px;padding:0 7px;border-radius:999px;background:#edf3ff;color:var(--accent-strong);font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.topbar-notification-item__message{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.35;color:var(--muted)}.notification-modal-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:#0f172a57}.notification-modal-card{display:grid;gap:14px;width:min(32rem,100%);max-height:min(80vh,42rem);overflow:auto;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 24px 60px #10182838}.notification-modal-card:focus{outline:2px solid var(--focus-ring);outline-offset:2px}.notification-modal-card__header{display:flex;align-items:start;justify-content:space-between;gap:14px}.notification-modal-card__eyebrow{margin:0;color:var(--accent-strong);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.notification-modal-card__header h2{margin:4px 0 0;font-size:1.08rem;line-height:1.25}.notification-modal-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font:inherit;font-size:1.2rem;cursor:pointer}.notification-modal-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.notification-modal-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:#f8fbff;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.notification-modal-badge--success{background:#eaf8f0;color:#15774a}.notification-modal-badge--warning{background:#fff4db;color:#9a6700}.notification-modal-badge--error{background:#fff0f3;color:var(--danger-strong)}.notification-modal-date{color:var(--muted);font-size:.78rem}.notification-modal-message{margin:0;white-space:pre-wrap;color:var(--text);line-height:1.55}.notification-modal-message--html{white-space:normal}.notification-modal-message--html :where(p,ul,ol,pre){margin:0 0 .75rem}.notification-modal-message--html :where(ul,ol){padding-left:1.25rem}.notification-modal-message--html a{color:var(--accent-strong);font-weight:700}.notification-modal-card__footer{display:flex;justify-content:flex-end}.notification-modal-action{min-height:38px;padding:0 16px;border:0;border-radius:10px;background:var(--accent-strong);color:#fff;font:inherit;font-weight:800;cursor:pointer}.module-grid-section{padding:28px}.module-launcher-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.module-launcher-header__copy{min-width:0}.module-launcher-header__eyebrow{margin:0 0 8px;font-size:var(--home-font-caption);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong);font-weight:800}.module-launcher-header h1{margin:0 0 8px;font-size:var(--home-font-page-title);line-height:1.1}.module-launcher-header p{margin:0;color:var(--muted);font-size:var(--home-font-body);line-height:1.45}.module-launcher-summary{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:14px;flex:0 0 auto}.module-launcher-summary__chip{min-width:124px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);color:var(--muted);font-size:var(--home-font-control);font-weight:800;letter-spacing:.04em;text-transform:uppercase}.module-launcher-summary__chip strong{color:var(--text);font-size:var(--home-font-strong)}.module-launcher-summary__dot{width:9px;height:9px;border-radius:999px;background:currentColor;flex:0 0 auto}.module-launcher-summary__chip--live{color:#0a7d38;background:#fbfefd}.module-launcher-summary__chip--pilot{color:#6b38d9;background:#fbf9ff}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.module-grid-status{min-height:132px;display:flex;align-items:center;justify-content:center;padding:18px;border:1px dashed var(--line);border-radius:var(--radius-lg);background:var(--surface-soft);color:var(--muted);font-size:var(--home-font-body);font-weight:700;text-align:center}.module-grid-status--error{border-color:#dc26264d;background:#fff5f5;color:#b91c1c}.module-card{display:flex;flex-direction:column;gap:16px;min-height:254px;padding:28px 28px 22px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.module-card:focus-visible,.module-card:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:0 16px 36px #23385e1a}.module-card__content,.module-card__topline{display:flex;position:relative;z-index:1}.module-card__topline{align-items:center;justify-content:space-between;gap:14px}.module-card__identity{display:inline-flex;align-items:center;gap:18px;min-width:0}.module-card__open,.module-card__status{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.module-card__status{min-height:30px;display:inline-flex;align-items:center;padding:0 14px;border-radius:8px;background:#e7f6eb;color:#0a7d38;font-weight:800}.module-card--pilot .module-card__status,.module-card--ready .module-card__status{background:#f0eaff;color:#5d39d4}.module-card__open{display:inline-flex;align-items:center;gap:8px;color:var(--accent-strong);font-weight:800}.module-card__open svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.module-card__icon{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-soft);color:var(--accent-strong);flex:0 0 auto}.module-card--pilot .module-card__icon,.module-card--ready .module-card__icon{background:#f0eaff;color:#5d39d4}.module-card__icon svg{width:35px;height:35px}.module-card__content{flex-direction:column;gap:12px;min-height:98px}.module-card h4{margin:0;font-size:1.08rem;line-height:1.15;font-weight:800}.module-card p{margin:0;color:var(--muted);font-size:var(--home-font-body);line-height:1.45}.module-card__launch{margin-top:auto;padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:var(--home-font-body);font-weight:800;color:var(--accent-strong)}.module-card__launch svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.dash-body{display:flex;flex-direction:column;gap:20px}.dash-greeting{padding:0 2px}.dash-greeting__line{margin:0 0 2px;font-size:1.05rem;color:var(--text)}.dash-greeting__line strong{font-weight:700}.dash-greeting__sub{margin:0;font-size:.85rem;color:var(--muted)}.dash-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dash-card{display:flex;flex-direction:column;gap:6px;padding:20px 22px 18px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);position:relative;overflow:hidden;transition:box-shadow .18s,transform .18s}.dash-card:hover{box-shadow:0 8px 28px #23385e1a;transform:translateY(-2px)}.dash-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;border-radius:var(--radius-md) var(--radius-md) 0 0}.dash-card--blue:before{background:linear-gradient(90deg,#4d7de3,#7aa3f5)}.dash-card--indigo:before{background:linear-gradient(90deg,#7c5cbf,#a98de8)}.dash-card--green:before{background:linear-gradient(90deg,#29a86a,#3dd68c)}.dash-card--amber:before{background:linear-gradient(90deg,#d4820a,#f5a623)}.dash-card--blue{background:linear-gradient(160deg,#f8f9ff 0,var(--surface) 60%)}.dash-card--indigo{background:linear-gradient(160deg,#f7f3ff 0,var(--surface) 60%)}.dash-card--green{background:linear-gradient(160deg,#f3fbf7 0,var(--surface) 60%)}.dash-card--amber{background:linear-gradient(160deg,#fffbf3 0,var(--surface) 60%)}.dash-card__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;margin-bottom:6px}.dash-card--blue .dash-card__icon{background:#e9f0ff;color:#4d7de3}.dash-card--indigo .dash-card__icon{background:#f0ebff;color:#7c5cbf}.dash-card--green .dash-card__icon{background:#e6f9f1;color:#1a7a3f}.dash-card--amber .dash-card__icon{background:#fff8e6;color:#b36800}.dash-card__value{margin:0;font-size:2rem;font-weight:800;line-height:1;color:var(--text);letter-spacing:-.02em}.dash-card__label{margin:0;font-size:.8rem;font-weight:700;color:var(--text)}.dash-card__sub{margin:0;font-size:.72rem;color:var(--muted)}.dash-nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.dash-nav-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.dash-nav-card:hover{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 4px 16px #4d7de314}.dash-nav-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--accent-soft);color:var(--accent-strong)}.dash-nav-card:hover .dash-nav-card__icon{background:#4d7de32e}.dash-nav-card__text{flex:1 1 0;min-width:0}.dash-nav-card__label{margin:0 0 2px;font-size:.875rem;font-weight:700;color:var(--text)}.dash-nav-card__desc{margin:0;font-size:.75rem;color:var(--muted);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-nav-card__arrow{flex-shrink:0;color:var(--muted);opacity:0;transition:opacity .15s,transform .15s}.dash-nav-card:hover .dash-nav-card__arrow{opacity:1;transform:translate(2px)}@media(max-width:900px){.dash-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.dash-cards{grid-template-columns:1fr}}.dash-tabs{display:flex;gap:4px;border-bottom:2px solid var(--line);padding-bottom:0}.dash-tab{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:none;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--muted);border:none;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:6px 6px 0 0;transition:color .15s,background .15s,border-color .15s}.dash-tab:focus-visible,.dash-tab:hover{color:var(--text);background:var(--accent-soft)}.dash-tab--active{color:var(--accent-strong);border-bottom-color:var(--accent)}.dash-tab--active:hover{background:var(--accent-soft)}.dash-tab__icon{display:flex;align-items:center;opacity:.7}.dash-tab--active .dash-tab__icon{opacity:1}.dash-tab-panel{padding-top:4px;display:flex;flex-direction:column;gap:14px}.dash-placeholder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dash-placeholder-card{min-height:180px}.dash-module-card{color:inherit;text-decoration:none}.dash-module-card:focus-visible{outline:3px solid rgba(77,125,227,.24);outline-offset:3px}.dash-module-card .dash-placeholder-sub{font-style:normal;font-weight:700;color:var(--accent-strong)}.dash-placeholder-body{flex-direction:column;flex:1;gap:10px;min-height:140px;text-align:center}.dash-placeholder-body,.dash-placeholder-icon{display:flex;align-items:center;justify-content:center}.dash-placeholder-icon{width:56px;height:56px;border-radius:14px;background:var(--accent-soft);color:var(--accent)}.dash-placeholder-label{margin:0;font-size:.85rem;font-weight:700;color:var(--text)}.dash-placeholder-sub{margin:0;font-size:.75rem;color:var(--muted);font-style:italic}@media(max-width:760px){.dash-placeholder-grid{grid-template-columns:1fr}}.dash-welcome{flex-direction:column;padding:72px 24px;text-align:center;gap:12px}.dash-welcome,.dash-welcome__icon{display:flex;align-items:center;justify-content:center}.dash-welcome__icon{width:64px;height:64px;border-radius:50%;background:var(--color-bg-subtle,#f5f5f7);color:var(--color-text-muted,#888);margin-bottom:8px}.dash-welcome__title{font-size:1.3rem;font-weight:600;color:var(--color-text,#111);margin:0}.dash-welcome__sub{font-size:.9rem;color:var(--color-text-muted,#888);line-height:1.6;max-width:380px;margin:0}.dash-charts-row{display:grid;grid-template-columns:1fr minmax(0,220px) minmax(0,220px);gap:14px;align-items:start}.dash-chart-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:20px 22px;min-width:0;box-shadow:0 2px 12px #23385e0d;transition:box-shadow .18s}.dash-chart-card:hover{box-shadow:0 6px 24px #23385e17}.dash-chart-card__title{margin:0 0 16px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.dash-chart-card__body{min-height:120px;display:flex;align-items:center}.dash-bar-svg{width:100%;height:auto;display:block}.dash-donut-wrap{gap:14px;align-items:center;flex-wrap:wrap}.dash-donut-frame{position:relative;width:110px;height:110px;flex-shrink:0}.dash-donut-svg{width:110px;height:110px;transform:rotate(-90deg);display:block}.dash-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.dash-donut-center__val{font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1}.dash-donut-center__sub{font-size:.62rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.dash-donut-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px;flex:1 1 0;min-width:80px}.dash-donut-legend__item{display:flex;align-items:center;gap:6px;font-size:.72rem}.dash-donut-legend__dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.dash-donut-legend__label{flex:1 1 0;color:var(--text);font-weight:600;text-transform:uppercase;font-size:.64rem;letter-spacing:.04em}.dash-donut-legend__count{color:var(--text);font-weight:800;font-size:.72rem}.dash-donut-legend__pct{color:var(--muted);font-weight:600;font-size:.64rem;margin-left:2px}.dash-util-wrap{flex-direction:column;gap:18px;align-items:stretch;padding:4px 0}.dash-util-row{display:flex;flex-direction:column;gap:5px}.dash-util-row__head{display:flex;justify-content:space-between;align-items:baseline}.dash-util-row__name{font-size:.78rem;font-weight:700;color:var(--text)}.dash-util-row__pct{font-size:.85rem;font-weight:800;transition:color .3s}.dash-util-row__track{height:10px;border-radius:99px;background:var(--accent-soft);overflow:hidden}.dash-util-row__fill{height:100%;border-radius:99px;transition:width .5s ease}.dash-util-row__fill--blue{background:#4d7de3}.dash-util-row__fill--indigo{background:#7c5cbf}.dash-util-row__sub{margin:0;font-size:.68rem;color:var(--muted)}.dash-chart-empty{margin:0 auto;font-size:.8rem;color:var(--muted)}@media(max-width:1000px){.dash-charts-row{grid-template-columns:1fr 1fr}.dash-chart-card--wide{grid-column:1/-1}}@media(max-width:560px){.dash-charts-row{grid-template-columns:1fr}}.scaffold-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.scaffold-card{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--surface-soft),#fff)}.scaffold-card--full{max-width:760px}.scaffold-card__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--accent-soft);color:var(--accent-strong);flex-shrink:0}.scaffold-card__icon svg{width:24px;height:24px}.scaffold-card__content{min-width:0}.scaffold-card__eyebrow{margin:0 0 6px;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.scaffold-card h3{margin:0 0 6px;font-size:1rem;line-height:1.15}.scaffold-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.employee-table-card,.employee-toolbar-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--surface-soft),#fff);box-shadow:var(--shadow)}.employee-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.employee-pill--neutral{background:#f3f6fb;border-color:#d9e2ee;color:#42526b}.employee-pill--success{background:#eaf8f0;border-color:#cbeed9;color:#15774a}.employee-pill--accent{background:#edf3ff;border-color:#d5e1ff;color:#2f60cb}.employee-layout{display:grid;gap:16px}.employee-toolbar-card{display:grid;gap:16px;padding:22px}.employee-toolbar-card--inline{margin-bottom:16px;padding:16px}.employee-search__label,.employee-table-card__eyebrow{margin:0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.employee-search{display:grid;gap:8px;min-width:0}.employee-search__field{position:relative}.employee-search__field svg{position:absolute;top:50%;left:14px;width:18px;height:18px;color:var(--muted);transform:translateY(-50%);pointer-events:none}.employee-search input{width:100%;min-height:46px;padding:0 14px 0 42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);font:inherit}.employee-search input:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.employee-toolbar-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.employee-toolbar-card__status{display:grid;gap:4px}.employee-toolbar-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.employee-toolbar-card__sync{color:var(--muted);font-size:.9rem}.employee-danger-button,.employee-form-field input,.employee-form-field select,.employee-form-field textarea,.employee-icon-button,.employee-refresh-button,.employee-row-button,.employee-secondary-button{font:inherit}.employee-danger-button,.employee-refresh-button,.employee-row-button,.employee-secondary-button{min-height:46px;padding:0 18px;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.employee-secondary-button{background:#fff;border-color:var(--line);color:var(--text);font-weight:700}.employee-danger-button:focus-visible,.employee-danger-button:hover,.employee-refresh-button:focus-visible,.employee-refresh-button:hover,.employee-row-button:focus-visible,.employee-row-button:hover,.employee-secondary-button:focus-visible,.employee-secondary-button:hover{transform:translateY(-1px)}.employee-refresh-button{min-width:112px;border:0;background:var(--accent-strong);color:#fff;font-weight:700;box-shadow:0 12px 24px #3667dd2e}.employee-danger-button{background:var(--danger-strong);color:#fff;font-weight:700}.employee-danger-button:disabled,.employee-refresh-button:disabled,.employee-row-button:disabled,.employee-secondary-button:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.employee-table-card{--employee-font-caption:var(--home-font-caption);--employee-font-small:var(--home-font-small);--employee-font-control:var(--home-font-control);--employee-font-body:var(--home-font-body);--employee-font-strong:var(--home-font-strong);--employee-font-title:var(--home-font-title);--employee-font-page-title:var(--home-font-page-title);--employee-font-metric:var(--home-font-metric);font-size:var(--employee-font-body);padding:20px}.employee-table-card__header{display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:12px}.employee-table-card__header>div:first-child{min-width:220px}.employee-table-card__header h2{margin:6px 0 0;font-size:var(--employee-font-page-title);line-height:1.2}.employee-table-card__summary{margin:8px 0 0;max-width:52ch;color:var(--muted);line-height:1.45}.employee-toolbar-card--inline{margin-bottom:10px;padding:10px 12px;border-radius:16px}.employee-toolbar-card--employee-list{grid-template-columns:minmax(360px,1fr) auto;align-items:center;-moz-column-gap:18px;column-gap:18px;row-gap:8px}.employee-toolbar-card--activity-log{grid-template-columns:minmax(320px,1fr) minmax(180px,260px) auto;align-items:end;-moz-column-gap:18px;column-gap:18px;row-gap:10px}.employee-toolbar-card--inline .employee-search{gap:4px}.employee-toolbar-card--inline .employee-search input{min-height:40px}.employee-toolbar-card--inline .employee-toolbar-card__footer{align-items:end;gap:10px 14px}.employee-toolbar-card--employee-list .employee-toolbar-card__footer{display:flex;align-items:center;justify-content:space-between;gap:18px}.employee-toolbar-card--activity-log .employee-toolbar-card__footer{display:flex;align-items:center;justify-content:flex-end;gap:18px}.employee-toolbar-card--activity-log .employee-toolbar-card__status{justify-content:flex-end;white-space:nowrap}.employee-toolbar-card--activity-log .activity-status-filter{min-width:0}.employee-toolbar-card--activity-log .activity-status-filter select{min-height:44px}.employee-toolbar-card--inline .employee-toolbar-card__status{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;min-width:0}.employee-toolbar-card--inline .employee-table-card__legend{flex-basis:100%;font-size:var(--employee-font-small)}.employee-toolbar-card--inline .employee-toolbar-card__actions{flex-wrap:nowrap;justify-content:flex-end;gap:8px}.employee-toolbar-card--inline .employee-refresh-button,.employee-toolbar-card--inline .employee-secondary-button{min-height:38px;padding:0 14px;white-space:nowrap}.employee-toolbar-card--employee-list .employee-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;border-radius:8px}.employee-toolbar-card--employee-list .employee-secondary-button svg{width:18px;height:18px;flex:0 0 auto}.employee-toolbar-card--employee-list .employee-secondary-button:last-child{border-color:#245be7;background:linear-gradient(180deg,#2f6df5,#1556df);color:#fff;box-shadow:0 12px 22px #245be733}.employee-table-card__side{display:grid;justify-items:end;gap:6px}.employee-access-summary-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px}.employee-table-card__meta{color:var(--muted);font-size:var(--employee-font-control)}.employee-table-card__legend{color:var(--muted);font-size:var(--employee-font-small);text-align:left}.employee-tab-strip{display:inline-flex;align-items:center;gap:8px;padding:6px;margin-bottom:16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f3f7ff)}.employee-tab-button{min-width:180px;padding:12px 16px;border:0;border-radius:12px;background:transparent;color:var(--muted);display:grid;justify-items:start;gap:2px;font:inherit;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.employee-tab-button span{font-weight:700}.employee-tab-button small{font-size:.78rem}.employee-tab-button:hover{transform:translateY(-1px);color:var(--text)}.employee-tab-button.is-active{background:#fff;color:var(--text);box-shadow:0 10px 24px #23385e14}.role-setup-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.employee-notification-panel,.role-setup-grid{display:grid;gap:14px}.employee-notification-composer{display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(320px,.85fr);gap:14px;align-items:start}.employee-notification-section{display:grid;gap:16px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.employee-notification-section--recipients.is-muted{background:#f8fbff}.employee-notification-section__header{display:flex;align-items:start;justify-content:space-between;gap:12px}.employee-notification-section__header h3{margin:4px 0 0;font-size:1rem}.employee-notification-scope{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.employee-notification-scope__option{display:flex;align-items:start;gap:10px;min-width:0;padding:12px;border:1px solid var(--line);border-radius:14px;background:#f8fbff;cursor:pointer}.employee-notification-scope__option.is-selected{border-color:var(--accent-strong);background:#eef5ff}.employee-notification-scope__option input{margin-top:4px}.employee-notification-scope__option span{display:grid;gap:3px;min-width:0}.employee-notification-recipient small,.employee-notification-scope__option small{color:var(--muted)}.employee-notification-form{grid-template-columns:minmax(160px,.35fr) minmax(260px,1fr)}.employee-notification-message-field textarea{width:100%;min-height:130px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;resize:vertical;color:var(--text);background:#fff}.employee-notification-message-field textarea:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.employee-notification-actions{display:flex;justify-content:flex-end}.employee-notification-recipient-tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.employee-notification-recipient-tools .employee-table-card__meta{margin-right:auto}.employee-notification-recipient-tools .employee-secondary-button{min-height:38px;padding:0 14px}.employee-notification-recipient-list{display:grid;gap:8px;max-height:430px;overflow:auto;padding-right:4px}.employee-notification-recipient{display:grid;grid-template-columns:18px 38px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.employee-notification-recipient.is-selected{border-color:var(--accent-strong);background:#f2f7ff}.employee-notification-recipient__avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#e9f0ff;color:var(--accent-strong);font-weight:800}.employee-notification-recipient__body{display:grid;gap:2px;min-width:0}.employee-notification-recipient__body small,.employee-notification-recipient__body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-notification-broadcast-note{margin:0}.activity-log-layout{display:grid;gap:10px}.activity-log-layout .employee-toolbar-card--activity-log{margin:0;padding:14px 18px;border-radius:8px;background:#fff}.activity-log-layout .employee-search{gap:6px}.activity-log-layout .activity-status-filter>span,.activity-log-layout .employee-search__label{color:#0b1633;font-size:var(--employee-font-small);font-weight:700;letter-spacing:0;text-transform:none}.activity-log-layout .activity-status-filter select,.activity-log-layout .employee-search input{min-height:40px;border-radius:8px;font-size:var(--employee-font-control)}.activity-log-layout .employee-refresh-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:40px;padding:0 16px;border-radius:8px}.activity-log-layout .employee-refresh-button svg{width:18px;height:18px;flex:0 0 auto}.activity-chip-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:12px 14px;border:1px solid #dbe5f0;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1a29440d}.activity-chip-group{display:grid;align-content:start;gap:8px;min-width:0;padding:0 14px;border-left:1px solid #e4ebf4}.activity-chip-group:first-child{padding-left:0;border-left:0}.activity-chip-group__label{display:inline-flex;align-items:center;gap:7px;width:auto;min-width:0;color:#0b1633;font-size:var(--employee-font-small);font-weight:800;letter-spacing:0;text-transform:none}.activity-chip-group__label svg{width:16px;height:16px;flex:0 0 auto}.activity-chip-group__options{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.activity-filter-chip,.activity-filter-clear{min-height:28px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;color:#10203d;font:inherit;font-size:var(--employee-font-small);cursor:pointer}.activity-filter-chip{display:inline-flex;align-items:center;gap:6px;max-width:168px;padding:0 9px}.activity-filter-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-filter-chip small{color:var(--muted);font-weight:800}.activity-filter-chip.is-active{border-color:#9ab8ff;background:#f3f7ff;color:#185bdc}.activity-filter-clear{grid-column:1/-1;justify-self:end;padding:0 10px;color:var(--danger-strong)}.activity-log-table-surface{overflow:hidden;border:1px solid #dbe5f0;border-radius:8px;background:#fff;box-shadow:0 14px 34px #1a29440f}.activity-log-table-surface .employee-table-wrap{border:0;border-radius:0}.activity-log-table{min-width:980px;table-layout:fixed}.activity-log-table td,.activity-log-table th{padding-top:10px;padding-bottom:10px}.activity-log-table th{height:44px}.activity-log-table td:first-child,.activity-log-table th:first-child{width:25%}.activity-log-table td:nth-child(2),.activity-log-table td:nth-child(3),.activity-log-table td:nth-child(4),.activity-log-table td:nth-child(5),.activity-log-table th:nth-child(2),.activity-log-table th:nth-child(3),.activity-log-table th:nth-child(4),.activity-log-table th:nth-child(5){width:13%}.activity-log-table td:nth-child(6),.activity-log-table th:nth-child(6){width:23%}.activity-time-cell{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px}.activity-time-cell__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#edf3ff;color:#456896}.activity-time-cell__icon svg{width:15px;height:15px}.activity-log-table .employee-badge{min-width:80px;min-height:26px}.activity-log-table .employee-stacked-cell{gap:3px}.activity-log-table .employee-stacked-cell small,.activity-log-table .employee-stacked-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-log-table .employee-stacked-cell small{font-size:var(--employee-font-small)}.activity-pagination{padding-top:10px;padding-bottom:10px}.employee-session-table{min-width:1180px}.employee-session-table td{padding-top:10px;padding-bottom:10px}.employee-session-table td:first-child,.employee-session-table th:first-child{width:13%}.employee-session-table td:nth-child(2),.employee-session-table th:nth-child(2){width:24%}.employee-session-table td:nth-child(3),.employee-session-table th:nth-child(3){width:16%}.employee-session-table td:nth-child(4),.employee-session-table td:nth-child(6),.employee-session-table th:nth-child(4),.employee-session-table th:nth-child(6){width:15%}.employee-session-table td:nth-child(5),.employee-session-table th:nth-child(5){width:10%}.employee-session-table td:nth-child(7),.employee-session-table th:nth-child(7){width:7%}.role-setup-card{display:flex;flex-direction:column;min-height:420px;gap:14px;padding:18px;border:1px solid #dde6f0;border-radius:8px;background:#fff;box-shadow:0 14px 32px #1e2c4a12}.role-setup-card__header{display:flex;align-items:center;gap:12px}.role-setup-card__heading{min-width:0;display:grid;gap:6px}.role-setup-card__avatar{display:inline-grid;place-items:center;flex:0 0 64px;width:64px;height:64px;border-radius:999px;overflow:hidden;border:1px solid transparent;font-size:1rem;font-weight:800;color:var(--role-setup-tone);background:var(--role-setup-tone-bg);box-shadow:inset 0 0 0 1px #ffffff9e;text-overflow:ellipsis;white-space:nowrap}.role-setup-card--admin,.role-setup-card--default{--role-setup-tone:#2f60cb;--role-setup-tone-bg:#edf4ff;--role-setup-chip-text:#1f6f4f;--role-setup-chip-border:#a9dfc6;--role-setup-chip-bg:#f6fffb}.role-setup-card--consultant{--role-setup-tone:#157552;--role-setup-tone-bg:#eaf8f0;--role-setup-chip-text:#1f6f4f;--role-setup-chip-border:#9fddbd;--role-setup-chip-bg:#f6fffb}.role-setup-card--finance{--role-setup-tone:#3f2bb8;--role-setup-tone-bg:#f0edff;--role-setup-chip-text:#41507b;--role-setup-chip-border:#cfd7ef;--role-setup-chip-bg:#f8faff}.role-setup-card--guest{--role-setup-tone:#e87223;--role-setup-tone-bg:#fff2e8;--role-setup-chip-text:#805021;--role-setup-chip-border:#f1cfad;--role-setup-chip-bg:#fffaf4}.role-setup-card__header h3{margin:0;color:#0b1633;font-size:var(--employee-font-title);line-height:1.25;overflow-wrap:anywhere}.role-setup-card__badges{display:flex;flex-wrap:wrap;gap:8px}.role-setup-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid transparent;font-size:var(--employee-font-small);font-weight:700;white-space:nowrap}.role-setup-badge svg{width:16px;height:16px}.role-setup-badge--live{background:#edf4ff;border-color:#bfd5ff;color:#2f60cb;justify-self:start}.role-setup-badge--count,.role-setup-badge--muted{background:#f8fafc;border-color:#dde6f2;color:#12213e;box-shadow:0 4px 12px #2232520a}.role-setup-card__description{margin:0;min-height:44px;color:#182743;line-height:1.5;font-size:var(--employee-font-body);overflow-wrap:anywhere}.role-setup-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.role-setup-card__metric{display:grid;align-content:center;min-height:78px;gap:8px;padding:12px;border:1px solid #e1e8f2;border-radius:8px;background:#fbfdff}.role-setup-card__metric span{color:#52617a;font-size:var(--employee-font-caption);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.role-setup-card__metric strong{font-size:var(--employee-font-metric);line-height:1;color:#07112d}.role-setup-card__section{display:grid;align-content:start;flex:1;gap:10px}.role-setup-card__section-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.role-setup-card__label{color:#394967;font-size:var(--employee-font-caption);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.role-setup-chip-list{display:flex;flex-wrap:wrap;gap:8px}.role-setup-chip-list--compact{gap:8px}.role-setup-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--role-setup-chip-bg);border:1px solid var(--role-setup-chip-border);color:var(--role-setup-chip-text);font-size:var(--employee-font-small);font-weight:700;overflow-wrap:anywhere}.role-setup-chip--muted{background:#f5faf8;color:#6aa58c}.role-setup-card__hint{margin:0;color:#5b6980;font-size:var(--employee-font-small);line-height:1.5}.role-setup-card__actions{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;padding-top:12px;border-top:1px solid #e8eef5}.role-setup-card__delete{min-width:112px}.role-setup-card__actions .employee-danger-button,.role-setup-card__actions .employee-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;min-width:120px;padding:0 14px;border-radius:8px}.role-setup-card__actions .employee-secondary-button{border-color:#dbe5f1;box-shadow:0 8px 16px #2134570a}.role-setup-card__actions .employee-danger-button{border:1px solid #fac8c8;background:#fff7f7;color:#dc3535}.role-setup-card__actions svg{width:18px;height:18px;flex:0 0 auto}.role-filter-pill-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.role-filter-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#edf3ff;border:1px solid #d5e1ff;color:#2f60cb;font-size:.82rem}.role-filter-clear{border:0;background:transparent;color:var(--accent-strong);font:inherit;font-weight:700;cursor:pointer}.employee-modal-card--wide{width:min(920px,100%)}.role-permission-editor{display:grid;gap:12px;margin-top:16px}.role-permission-editor__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}.role-permission-editor__title{min-width:0}.role-permission-editor__header h3{margin:6px 0 0;font-size:.96rem;line-height:1.25}.role-permission-editor__tools{display:flex;align-items:center;gap:10px}.role-permission-search{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid #d9e3ef;border-radius:999px;background:#fff}.role-permission-search svg{width:16px;height:16px;color:var(--muted);flex:0 0 auto}.role-permission-search input{width:220px;border:0;outline:0;padding:0;background:transparent;font:inherit;color:var(--text)}.role-permission-editor__groups{display:grid;gap:10px;max-height:42vh;overflow-y:auto;padding-right:4px}.role-permission-group{display:grid;gap:10px;padding:14px;border:1px solid #dde6f1;border-radius:14px;background:#fbfdff}.role-permission-group__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.role-permission-group__header span{color:var(--muted);font-size:.78rem}.role-permission-group__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px}.role-permission-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;border:1px solid #dbe5f1;border-radius:12px;background:#fff;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.role-permission-option.is-selected{border-color:#b8cffc;background:#f5f9ff;box-shadow:inset 0 0 0 1px #2f60cb14}.role-permission-option input{margin-top:2px}.role-permission-option__body{display:grid;gap:4px;min-width:0}.role-permission-option__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.role-permission-option small,.role-permission-option strong{display:block}.role-permission-option strong{color:var(--text);font-size:.88rem;line-height:1.3}.role-permission-option__description{margin-top:3px;color:var(--muted);line-height:1.35;font-size:.8rem}.role-permission-option__code{color:#6f8196;font-size:.74rem;line-height:1.25;word-break:break-word}.role-permission-action{display:inline-flex;align-items:center;justify-content:center;min-width:62px;min-height:24px;padding:0 8px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:0;flex:0 0 auto}.role-permission-action--read{background:#eef5ff;color:#2457b7}.role-permission-action--write{background:#eefbf3;color:#1f7a44}.role-permission-action--other{background:#f3f6fa;color:#53667c}.employee-pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:14px 0 2px}.employee-pagination__info{color:var(--muted);font-size:var(--employee-font-control);min-width:100px;text-align:center}.employee-pagination--compact{justify-content:space-between;gap:16px;padding:14px 22px;border-top:1px solid #dbe5f0;background:#fff}.employee-pagination__range{color:#46556f;font-size:var(--employee-font-control)}.employee-pagination__controls{display:flex;align-items:center;justify-content:flex-end;gap:18px}.employee-page-size-field{display:inline-flex;align-items:center;gap:10px;color:#46556f;font-size:var(--employee-font-control)}.employee-page-size-field select{min-width:78px;min-height:40px;padding:0 34px 0 14px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;color:#0b1633;font:inherit;font-weight:700}.employee-pagination__pages{display:inline-flex;align-items:center;gap:8px;padding-left:18px;border-left:1px solid #e3ebf4}.employee-pagination-button,.employee-pagination__current{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:8px}.employee-pagination-button{border:1px solid #d9e3ef;background:#fff;color:#576780;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.employee-pagination-button:focus-visible,.employee-pagination-button:hover{border-color:#b8c8dc;background:#f8fbff;color:#1b2b48}.employee-pagination-button:disabled{cursor:not-allowed;opacity:.5}.employee-pagination-button svg{width:18px;height:18px}.employee-pagination__current{border:1px solid #3466db;color:#245be7;font-weight:800}.employee-pagination-button.is-current{border-color:#3466db;color:#245be7;font-weight:800}.employee-pagination__ellipsis{display:inline-grid;place-items:center;min-width:28px;height:38px;color:#46556f}.employee-feedback-banner{margin-bottom:16px;padding:14px 16px;border-radius:14px;border:1px solid transparent;line-height:1.5}.employee-feedback-banner--success{border-color:#cbeed9;background:#eefaf3;color:#15774a}.employee-feedback-banner--error{margin:0;border-color:#c6384b3d;background:#c6384b0d;color:var(--danger)}.employee-state-card{padding:28px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center}.employee-state-card--error{border-color:#c6384b47;color:var(--danger);background:#c6384b0a}.employee-access-list-surface{overflow:hidden;border:1px solid #dbe5f0;border-radius:8px;background:#fff;box-shadow:0 14px 34px #1a29440f}.employee-access-list-surface .employee-toolbar-card--employee-list{margin:0;padding:18px 22px;border:0;border-radius:0;background:#fff;box-shadow:none}.employee-access-list-surface .employee-search{position:relative}.employee-access-list-surface .employee-search__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.employee-access-list-surface .employee-search input{min-height:44px;border-radius:8px;font-size:var(--employee-font-control)}.employee-access-list-surface .employee-toolbar-card__sync{color:#53617a;font-size:var(--employee-font-control);white-space:nowrap}.employee-access-list-surface .employee-feedback-banner,.employee-access-list-surface .employee-state-card{margin:16px 22px}.employee-access-list-surface .employee-table-wrap{border-right:0;border-left:0;border-radius:0}.client-registry-layout{display:grid;gap:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.client-detail-card,.client-editor-card,.client-hero-card,.client-table-card,.client-toolbar-card{background:var(--surface);border:1px solid var(--line);box-shadow:0 14px 34px #142c5a0f}.client-hero-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:14px 18px;border-radius:12px;background:radial-gradient(circle at top right,rgba(77,125,227,.08),transparent 24%),linear-gradient(180deg,#fff,#fbfdff)}.client-hero-card__content{min-width:0}.client-editor-card__eyebrow,.client-hero-card__eyebrow,.client-search__label,.client-table-card__eyebrow{margin:0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.client-detail-card__header h2,.client-editor-card__header h3,.client-hero-card h2,.client-table-card__header h2{margin:6px 0 0;font-size:1.2rem;line-height:1.2}.client-hero-card__summary,.client-table-card__summary{margin:4px 0 0;color:var(--muted);line-height:1.35;max-width:64ch}.client-hero-card__highlights,.client-hero-card__metrics{display:flex;flex-wrap:wrap;gap:8px}.client-hero-card__metrics{justify-content:flex-end;align-items:center;margin:0}.client-metric-chip{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 16px;border:1px solid transparent;border-radius:999px}.client-metric-chip dt{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.client-metric-chip dd{margin:0;font-size:.88rem;font-weight:800;line-height:1}.client-metric-chip--neutral{background:#f3f6fb;border-color:#d9e2ee;color:#42526b}.client-metric-chip--accent{background:#edf3ff;border-color:#d5e1ff;color:#2f60cb}.client-metric-chip--blocked{background:#fff1f3;border-color:#f4cdd5;color:#b0344a}.client-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.client-pill--neutral{background:#f3f6fb;border-color:#d9e2ee;color:#42526b}.client-pill--accent{background:#edf3ff;border-color:#d5e1ff;color:#2f60cb}.client-pill--warn{background:#fff4e8;border-color:#f2d7b7;color:#b96a19}.client-toolbar-card{display:grid;gap:8px;padding:12px 14px;border-radius:12px}.client-toolbar-card--inline{grid-template-columns:minmax(320px,.62fr) minmax(0,1fr);align-items:center;-moz-column-gap:24px;column-gap:24px}.client-toolbar-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px 18px}.client-toolbar-card__status{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px}.client-toolbar-card__sync{color:var(--muted);font-size:.84rem;white-space:nowrap}.client-toolbar-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.client-search{display:grid;gap:4px}.client-search__field{position:relative}.client-search__field svg{position:absolute;top:50%;left:14px;width:18px;height:18px;color:var(--muted);transform:translateY(-50%);pointer-events:none}.client-form-field input,.client-form-field select,.client-form-field textarea,.client-search__field input{width:100%;min-height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);font:inherit}.client-search__field input{padding:0 14px 0 42px}.client-form-field input,.client-form-field select,.client-form-field textarea{padding:0 14px}.client-form-field textarea{min-height:76px;padding-top:10px;padding-bottom:10px;resize:vertical}.client-form-field input:focus,.client-form-field select:focus,.client-form-field textarea:focus,.client-search__field input:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.client-icon-button,.client-primary-button,.client-row-button,.client-secondary-button{font:inherit}.client-primary-button,.client-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:40px;padding:0 16px;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.client-primary-button svg,.client-secondary-button svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.client-primary-button:focus-visible,.client-primary-button:hover,.client-row-button:focus-visible,.client-row-button:hover,.client-secondary-button:focus-visible,.client-secondary-button:hover{transform:translateY(-1px)}.client-secondary-button{background:#fff;border-color:var(--line);color:var(--text);font-weight:700}.client-primary-button{background:var(--accent-strong);color:#fff;font-weight:700;box-shadow:0 10px 22px #3667dd29}.client-icon-button:disabled,.client-primary-button:disabled,.client-row-button:disabled,.client-secondary-button:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.client-feedback-banner{margin:0;padding:14px 16px;border-radius:14px;border:1px solid transparent;line-height:1.5}.client-feedback-banner--success{border-color:#cbeed9;background:#eefaf3;color:#15774a}.client-feedback-banner--error{border-color:#c6384b3d;background:#c6384b0d;color:var(--danger)}.client-feedback-banner--inline{padding:10px 12px}.client-content-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(290px,.72fr);gap:10px;align-items:start}.client-content-grid--single{grid-template-columns:minmax(0,1fr)}.client-detail-card,.client-editor-card,.client-table-card{border-radius:12px}.client-table-card{padding:0;overflow:visible}.client-detail-card__header,.client-editor-card__header,.client-table-card__header{display:flex;align-items:start;justify-content:space-between;gap:10px}.client-table-card__header{align-items:center;padding:18px 18px 20px}.client-detail-card__header>div:first-child,.client-editor-card__header>div:first-child,.client-table-card__header>div:first-child{min-width:0}.client-table-card__meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.client-table-card__meta-item{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #dfe7f3;border-radius:999px;background:#f7faff;color:#466181;font-size:.76rem;font-weight:700}.client-page-size-select select,.client-registry-pagination__size select{min-height:38px;padding:0 36px 0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font:inherit;font-weight:700}.client-table-wrap{overflow-x:auto;max-width:100%;margin-top:0;border:0;border-top:1px solid #e5edf7;border-radius:0;background:#fff;-webkit-overflow-scrolling:touch}.client-table{width:100%;min-width:980px;border-collapse:collapse}.client-table tbody tr{transition:background-color .16s ease;cursor:pointer}.client-table tbody tr:hover{background:#f8fbff}.client-table__row--selected{background:#f4f8ff}.client-table__row--active{box-shadow:inset 3px 0 0 var(--accent-strong)}.client-table td,.client-table th{padding:14px 18px;border-top:1px solid var(--line);text-align:left;vertical-align:middle}.client-table thead th{position:sticky;top:0;z-index:1;padding-top:10px;padding-bottom:10px;border-top:0;background:#fbfdff;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.client-table__sort-button{display:inline-flex;align-items:center;gap:7px;min-height:24px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;text-align:left;cursor:pointer}.client-table__sort-button:hover{color:var(--accent-strong)}.client-table__sort-button:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px;border-radius:6px}.client-table__sort-icons{display:inline-flex;flex-direction:column;gap:2px;width:8px;flex:0 0 auto}.client-table__sort-icon{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;opacity:.32}.client-table__sort-icon--up{border-bottom:5px solid}.client-table__sort-icon--down{border-top:5px solid}.client-table__sort-icon--active{opacity:1;color:var(--accent-strong)}.client-table__company-primary{font-size:.9rem;font-weight:700;line-height:1.3}.client-company-cell{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-width:0}.client-company-cell__avatar{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#eaf0ff;color:#214da2;font-size:.92rem;font-weight:800;letter-spacing:.02em}.client-company-cell__meta{min-width:0}.client-detail-card__badge-row,.client-table__company-secondary,.client-table__contact-line,.client-table__meta-inline{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.client-table__company-secondary,.client-table__contact-line{margin-top:4px;color:var(--muted);font-size:.78rem}.client-table__contact-line svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.client-table__pill{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#eef3fb;color:#325176;font-size:.74rem;font-weight:700}.client-table__dot{width:4px;height:4px;border-radius:999px;background:#a3b2c7;flex-shrink:0}.client-table__meta-inline{gap:8px}.client-table__meta-label{color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.client-table__meta-value{font-size:1.28rem;line-height:1}.client-table__status-badge{display:inline-flex;align-items:center;min-height:24px;margin-top:4px;padding:0 10px;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.client-table__status-badge--open{background:#eef7f1;color:#15774a}.client-table__status-badge--blocked{background:#fff0f0;color:#dc2626}.client-table__contact-strong{font-weight:700;line-height:1.4}.client-table__action-cell,.client-table__action-col{width:132px;text-align:center}.client-table th.client-table__action-col{text-align:center}.client-table__action-cell--company-registry,.client-table__action-col--company-registry{min-width:132px;width:132px}.vendor-table td.client-table__action-cell,.vendor-table th.client-table__action-col{text-align:center}.vendor-table .client-table__action-cell .client-row-actions{justify-content:center}.vendor-table-wrap{margin-top:6px}.vendor-table td,.vendor-table th{padding-top:9px;padding-bottom:9px}.vendor-table td:nth-child(2),.vendor-table th:nth-child(2){width:240px}.vendor-table .client-table__company-primary{font-size:.94rem}.vendor-table .client-table__company-secondary,.vendor-table .client-table__contact-line{margin-top:3px;font-size:.8rem}.vendor-table .client-table__meta-value{font-size:1.18rem}.vendor-table .client-table__status-badge{min-height:22px;max-width:100%;padding:4px 8px;font-size:.68rem;letter-spacing:.04em;white-space:normal;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vendor-page-size{display:inline-flex;align-items:center;gap:8px;padding:0 2px;color:var(--muted);font-size:.82rem;font-weight:700}.vendor-toolbar-card{grid-template-columns:minmax(0,1fr);row-gap:10px}.vendor-toolbar-card .client-search{min-width:0}.vendor-toolbar-footer{justify-content:space-between;align-items:flex-end;gap:10px}.vendor-toolbar-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.vendor-toolbar-actions{gap:8px}.vendor-toolbar-actions .client-secondary-button{white-space:nowrap}.vendor-page-size select{min-height:38px;min-width:70px;padding:0 28px 0 10px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);font:inherit}.vendor-type-filter select{min-width:190px}@media(min-width:1120px){.vendor-toolbar-card{grid-template-columns:minmax(360px,1fr) auto;align-items:end;-moz-column-gap:16px;column-gap:16px;row-gap:0}.vendor-toolbar-footer{justify-content:flex-end;align-items:end;gap:14px;flex-wrap:nowrap}.vendor-toolbar-actions,.vendor-toolbar-filters{flex-wrap:nowrap}}.client-table__action-cell--vendor-registry,.client-table__action-col--vendor-registry{min-width:132px;width:132px}.client-row-actions--vendor-registry{position:relative;display:inline-flex;justify-content:center}.vendor-action-menu{top:calc(100% + 2px);right:0}.vendor-detail-modal{width:min(620px,100%)}.vendor-detail-modal h2{margin:3px 0 0;font-size:var(--home-font-title)}.vendor-detail-list{grid-template-columns:repeat(2,minmax(0,1fr))}.vendor-company-cell__avatar{background:#eef3ff;color:#183f8c}.vendor-registry-pagination{margin-top:0}.vendor-table-wrap{margin-top:0;overflow:visible}.vendor-table{min-width:980px}.vendor-table td,.vendor-table th{padding:14px 18px}.vendor-table td:nth-child(2),.vendor-table th:nth-child(2){width:260px}.vendor-toolbar-card{border-radius:12px}.vendor-toolbar-actions .client-primary-button,.vendor-toolbar-actions .client-secondary-button{white-space:nowrap}.vendor-page-size select{border-radius:8px}.vendor-type-filter select{min-width:220px}.vendor-editor-card{gap:8px;padding:9px 11px}.vendor-editor-card .client-editor-card__header{gap:6px}.vendor-editor-card .client-editor-card__header h3{margin-top:1px;font-size:.98rem}.vendor-editor-card .client-editor-grid{gap:7px 10px}.vendor-editor-card .client-form-field{gap:4px}.vendor-editor-card .client-form-field span{font-size:.76rem}.vendor-editor-card .client-form-field input,.vendor-editor-card .client-form-field select{min-height:32px;padding:0 11px}.vendor-editor-card .client-editor-card__footer{gap:8px}.vendor-editor-card .client-feedback-banner--inline{padding:7px 9px}@media(min-width:1180px){.vendor-editor-card .client-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vendor-editor-card .client-form-field--wide{grid-column:1/-1}}.client-company-editor-card{gap:8px;padding:9px 11px}.client-company-editor-card .client-editor-card__header{gap:6px}.client-company-editor-card .client-editor-card__header h3{margin-top:1px;font-size:.98rem}.client-company-editor-card .client-editor-grid{gap:7px 10px}.client-company-editor-card .client-form-field{gap:4px}.client-company-editor-card .client-form-field span{font-size:.76rem}.client-company-editor-card .client-form-field input,.client-company-editor-card .client-form-field select,.client-company-editor-card .client-form-field textarea{min-height:32px;padding:0 11px}.client-company-editor-card .client-form-field textarea{min-height:68px;padding-top:8px;padding-bottom:8px}.client-company-editor-card .client-editor-card__footer{gap:8px}.client-company-editor-card .client-feedback-banner--inline{padding:7px 9px}@media(min-width:1180px){.client-company-editor-card .client-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.client-company-editor-card__field--primary{grid-column:span 2}.client-company-editor-card .client-form-field--wide{grid-column:1/-1}}.client-fee-setup-card{gap:10px}.client-notification-card{gap:8px;padding:9px 11px}.client-modal-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:24px;background:#14203347;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.client-modal-backdrop--top{z-index:90}.client-fee-setup-modal{width:min(980px,100%);max-height:min(88vh,920px);overflow:auto;display:grid;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(217,226,238,.92);background:#fffffffa;box-shadow:0 28px 70px #14203333}.client-notification-modal{width:min(720px,100%)}.client-travel-rule-modal{width:min(1080px,100%)}.client-travel-rule-template-modal{width:min(1100px,100%);gap:10px;padding:14px;border-color:#d2dff0f5;background:linear-gradient(180deg,#f7fafff5,#fffffffc 120px),#fffffffa}.client-travel-rule-template-summary{max-width:58ch;line-height:1.28}.client-travel-rule-template-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:10px 14px;padding:11px 12px;border:1px solid #d6e2f2;border-radius:16px;background:linear-gradient(180deg,#f9fbff,#f4f8ff);box-shadow:inset 0 1px #ffffffb8}.client-travel-rule-template-topbar__summary{display:grid;gap:6px;min-width:0}.client-travel-rule-template-topbar__meta{gap:6px}.client-travel-rule-template-topbar__sync{font-size:.84rem}.client-travel-rule-template-topbar__actions{flex-shrink:0;gap:8px;align-items:center}.client-travel-rule-template-topbar__primary{box-shadow:0 10px 24px #2f60cb24}.client-fee-setup-modal__meta{display:flex;flex-wrap:wrap;gap:8px}.client-fee-setup-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px 14px;margin-top:8px}.client-fee-setup-editor,.client-travel-rule-editor{margin-top:8px;gap:8px;padding:9px 11px}.client-travel-rule-template-editor{margin-top:2px;gap:6px;padding:10px 12px;border-radius:18px;border:1px solid #d9e4f1;background:#ffffffeb;box-shadow:inset 0 1px #ffffffb8}.client-notification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.client-notification-toggle{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid #d8e2f0;border-radius:14px;background:#f8fbff;color:#36557b;font-size:.84rem;font-weight:700}.client-notification-toggle input{width:16px;height:16px;margin:0}.client-fee-setup-editor .client-editor-card__header{gap:6px}.client-fee-setup-editor .client-editor-card__header h3{margin-top:1px;font-size:.98rem}.client-fee-setup-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px}.client-allowance-setup-editor .client-fee-setup-editor__grid{grid-template-columns:minmax(150px,.85fr) minmax(210px,1.05fr) minmax(190px,1fr) minmax(220px,1.15fr)}.client-allowance-rate-field__inputs{display:grid;grid-template-columns:minmax(132px,.95fr) minmax(0,1.05fr);gap:8px}.client-travel-rule-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px}.client-travel-rule-template-editor__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 10px}.client-fee-setup-editor .client-form-field,.client-travel-rule-editor .client-form-field,.client-travel-rule-template-editor .client-form-field{gap:4px}.client-fee-setup-editor .client-form-field span,.client-travel-rule-editor .client-form-field span,.client-travel-rule-template-editor .client-form-field span{font-size:.76rem}.client-travel-rule-template-editor .client-form-field--wide{grid-column:1/-1}.client-fee-setup-editor .client-form-field input,.client-fee-setup-editor .client-form-field select,.client-travel-rule-editor .client-form-field input,.client-travel-rule-editor .client-form-field select{min-height:32px;padding:0 11px}.client-travel-rule-template-editor .client-form-field input,.client-travel-rule-template-editor .client-form-field select{min-height:30px;padding:0 10px}.client-fee-setup-editor .client-editor-card__footer,.client-travel-rule-editor .client-editor-card__footer,.client-travel-rule-template-editor .client-editor-card__footer{gap:8px}.client-travel-rule-template-editor__details-header{display:flex;align-items:center;justify-content:space-between;gap:8px 12px;margin-top:2px;padding-top:4px;border-top:1px solid rgba(216,226,240,.9)}.client-travel-rule-template-editor__details-header h3{margin-top:0;font-size:.96rem}.client-travel-rule-template-editor__details-summary{margin:2px 0 0;color:var(--muted);font-size:.78rem}.client-travel-rule-template-detail-list{display:grid;gap:8px}.client-travel-rule-template-detail-card{display:grid;gap:6px;padding:8px 10px;border:1px solid #d8e2f0;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f6f9ff)}.client-travel-rule-template-detail-card__grid{display:grid;grid-template-columns:128px minmax(220px,1.35fr) minmax(0,1fr) auto auto;gap:6px 10px;align-items:end}.client-travel-rule-template-detail-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.client-travel-rule-template-modal .client-state-card{padding:16px}.client-travel-rule-template-modal .client-table-wrap{border:1px solid #d9e4f1;border-radius:18px;background:#ffffffe6;box-shadow:inset 0 1px #ffffffb3}.client-travel-rule-template-modal .client-table td,.client-travel-rule-template-modal .client-table th{padding-top:8px;padding-bottom:8px}.client-travel-rule-template-modal .client-table__company-secondary{margin-top:2px}.client-travel-rule-template-status-stack{display:grid;gap:4px;justify-items:start}.client-travel-rule-template-usage{margin-top:0;font-size:.76rem;color:#8a5a12}.client-travel-rule-template-description,.client-travel-rule-template-detail-preview{display:inline-block;line-height:1.35}.client-travel-rule-template-description{color:var(--muted);max-width:38ch}.client-fee-setup-table-wrap,.client-travel-rule-table-wrap{margin-top:8px}.client-fee-setup-table{min-width:620px}.client-travel-rule-table{min-width:760px}.client-fee-setup-table td,.client-fee-setup-table th{padding-top:9px;padding-bottom:9px}.client-fee-setup-table__money{font-weight:700;text-align:right;white-space:nowrap}.client-fee-setup-pill,.client-travel-rule-scope-pill{max-width:100%}.client-travel-rule-template-note{margin:0;padding:10px 12px;border-radius:14px;border:1px solid #d8e2f0;background:#f8fbff;color:#36557b;font-size:.82rem}.client-toggle-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:92px;padding:0 12px;border-radius:999px;border:1px solid #d8e2f0;background:#f7faff;color:#36557b;font:inherit;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.client-toggle-button:hover{transform:translateY(-1px)}.client-toggle-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.client-toggle-button--accent{background:#edf3ff;border-color:#cddcff;color:#2f60cb}.client-toggle-button--static{cursor:default}.client-toggle-button--static:hover{transform:none}.client-row-actions{display:inline-flex;align-items:center;gap:6px}.client-row-actions--company-registry{position:relative;display:inline-flex;gap:0;justify-content:center}.client-icon-button,.client-row-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--line);background:#fff;color:#3d5f92;cursor:pointer}.client-row-button{width:30px;height:30px;padding:0}.client-row-actions--company-registry .client-row-button{width:32px;height:32px}.client-action-menu-trigger{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#0f2344;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.client-action-menu-trigger:focus-visible,.client-action-menu-trigger:hover,.client-action-menu-trigger[aria-expanded=true]{border-color:#b9c8dd;box-shadow:0 8px 18px #142c5a1a;transform:translateY(-1px)}.client-action-menu-trigger:disabled{cursor:not-allowed;opacity:.65;transform:none;box-shadow:none}.client-action-menu-trigger span{width:4px;height:4px;border-radius:999px;background:currentColor}.client-action-menu{position:absolute;top:calc(100% + 2px);right:0;z-index:20;width:210px;padding:8px;border:1px solid #d8e2ef;border-radius:8px;background:#fff;box-shadow:0 18px 44px #142c5a29}.client-action-menu button{width:100%;min-height:36px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#17223b;font:inherit;font-size:.82rem;font-weight:700;text-align:left;cursor:pointer}.client-action-menu button:focus-visible,.client-action-menu button:hover{background:#f5f8fd;outline:none}.client-action-menu button:disabled{cursor:not-allowed;opacity:.55}.client-action-menu svg{width:16px;height:16px;flex:0 0 auto;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.client-action-menu__danger{color:#dc2626!important}.client-registry-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-top:1px solid var(--line);color:#405372}.client-registry-pagination__info{font-size:.86rem}.client-registry-pagination__controls{display:flex;align-items:center;gap:8px}.client-registry-pagination__size{display:inline-flex;align-items:center;gap:10px;margin-right:10px;padding-right:14px;border-right:1px solid var(--line);font-size:.84rem}.client-registry-pagination__button{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#0f2344;font:inherit;font-weight:700;cursor:pointer}.client-registry-pagination__button:focus-visible:not(:disabled),.client-registry-pagination__button:hover:not(:disabled){border-color:var(--accent-strong);color:var(--accent-strong)}.client-registry-pagination__button--active{border-color:var(--accent-strong);color:var(--accent-strong);box-shadow:0 8px 18px #3667dd24}.client-registry-pagination__button:disabled{cursor:not-allowed;opacity:.45}.client-registry-pagination__ellipsis{padding:0 4px;color:var(--muted)}.client-row-button svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.client-row-actions--company-registry .client-row-button svg{width:16px;height:16px}.client-row-button--danger{color:#c84757}.client-row-button--notification{color:#3567d9}.client-row-button--travel-rule{color:#13846b}.client-row-button--allowance{color:#8a4fd4}.client-row-button--invoice{color:#2f6fbd}.client-icon-button{width:36px;height:36px;padding:0;font-size:1.4rem;line-height:1}.client-detail-card{padding:12px;position:sticky;top:16px}.client-detail-card,.client-detail-card__body{display:grid;gap:10px}.client-detail-card__status{display:-webkit-box;min-height:24px;max-width:100%;padding:4px 8px;border-radius:999px;background:#eef7f1;color:#15774a;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:normal;line-height:1.35;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.client-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.client-detail-list div{padding:9px 10px;border-radius:12px;background:#f7faff}.client-detail-list dt{margin:0 0 4px;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.client-detail-list dd{margin:0;line-height:1.5;min-width:0}.client-detail-list__wide{grid-column:1/-1}.client-editor-card{display:grid;gap:12px;padding:12px}.client-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.client-form-field{display:grid;gap:8px}.client-form-field span{font-size:.82rem;font-weight:700;color:var(--text)}.client-form-field--wide{grid-column:1/-1}.client-editor-card__footer{display:grid;gap:14px}.client-state-card{padding:22px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center}.client-state-card--error{border-color:#c6384b47;color:var(--danger);background:#c6384b0a}@media(max-width:1180px){.client-hero-card{grid-template-columns:minmax(0,1fr)}.client-hero-card__metrics{justify-content:flex-start}.client-content-grid{grid-template-columns:minmax(0,1fr)}.client-detail-card{position:static}}@media(max-width:760px){.client-detail-card__header,.client-editor-card__header,.client-fee-setup-toolbar,.client-modal-backdrop,.client-table-card__header,.client-toolbar-card--inline,.client-toolbar-card__actions,.client-toolbar-card__footer{flex-direction:column;align-items:stretch}.client-toolbar-card--inline{grid-template-columns:minmax(0,1fr)}.client-fee-setup-modal{width:100%;max-height:calc(100vh - 32px);padding:16px;border-radius:20px}.client-travel-rule-modal,.client-travel-rule-template-modal{width:100%}.client-travel-rule-template-topbar{flex-direction:column;align-items:stretch}.client-travel-rule-template-topbar__actions{flex-shrink:1}.client-toolbar-card__actions{justify-content:stretch}.client-table-card__meta,.client-toolbar-card__sync{white-space:normal;justify-content:flex-start}.client-hero-card__metrics{justify-content:flex-start}.client-primary-button,.client-secondary-button{width:100%}.client-table-wrap{border-radius:14px}.client-table td,.client-table th{padding-right:10px;padding-left:10px}.client-table__sort-button{min-height:32px}.client-detail-list,.client-editor-grid,.client-fee-setup-editor__grid,.client-notification-grid,.client-travel-rule-template-detail-card__grid,.client-travel-rule-template-editor__grid{grid-template-columns:minmax(0,1fr)}.client-detail-list__wide,.client-form-field--wide{grid-column:span 1}}.employee-table-wrap{overflow-x:auto;border:1px solid #e5edf7;border-radius:8px;background:#fff}.employee-table{width:100%;min-width:960px;border-collapse:collapse}.employee-table tbody tr{transition:background-color .16s ease}.employee-table tbody tr:hover{background:#f7faff}.employee-table td,.employee-table th{padding:14px 22px;border-top:1px solid var(--line);text-align:left;vertical-align:middle}.employee-table thead th{position:sticky;top:0;z-index:1;height:52px;padding-top:12px;padding-bottom:12px;border-top:0;background:#f8fbff;color:#52617a;font-size:var(--employee-font-caption);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.employee-table__action-cell,.employee-table__action-col{width:150px;text-align:center}.employee-table td.employee-table__action-cell,.employee-table th.employee-table__action-col{text-align:center}.employee-sort-button{width:100%;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.employee-sort-button.is-active{color:#3d5f92}.employee-sort-indicator{display:inline-grid;gap:2px}.employee-sort-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;opacity:.35;transition:opacity .14s ease}.employee-sort-arrow--up{border-bottom:5px solid}.employee-sort-arrow--down{border-top:5px solid}.employee-sort-arrow.is-on{opacity:1}.employee-person-cell{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.employee-person-cell__meta{min-width:0;display:grid;gap:5px}.employee-person-cell__subline{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0}.employee-person-cell__username{font-weight:600;color:#5f6f88}.employee-person-cell__title{display:inline-flex;align-items:center;max-width:100%;min-height:20px;padding:0 8px;border-radius:999px;background:#f3f6fb;border:1px solid #dce4f1;color:#5f6f88;font-size:var(--employee-font-caption);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-active-cell{display:inline-flex;align-items:center;justify-content:center}.employee-active-indicator{width:42px;height:24px;border-radius:999px;border:1px solid #c9d4e4;background:#dde5f1;padding:2px;display:inline-flex;align-items:center;transition:background-color .16s ease,border-color .16s ease}.employee-active-indicator__thumb{width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #14203338;transform:translate(0);transition:transform .16s ease}.employee-active-indicator--on{background:#3466db;border-color:#2f58b9}.employee-active-indicator--on .employee-active-indicator__thumb{transform:translate(18px)}.employee-avatar{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:var(--accent-soft);color:var(--accent-strong);font-weight:800}.employee-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.employee-person-cell strong,.employee-stacked-cell span{display:block}.employee-person-cell small,.employee-person-cell span,.employee-stacked-cell small,.employee-status-cell small{color:var(--muted)}.employee-person-cell strong{font-size:var(--employee-font-strong);line-height:1.25}.employee-person-cell small,.employee-person-cell span{margin-top:0}.employee-stacked-cell,.employee-status-cell{display:grid;gap:5px}.employee-meta-badges{display:flex;flex-wrap:wrap;gap:6px}.employee-mini-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:var(--employee-font-caption);font-weight:700;letter-spacing:.03em;border:1px solid transparent}.employee-mini-badge--active{color:#146c43;background:#e9f8f0;border-color:#c9ead9}.employee-mini-badge--inactive{color:#8a3b4a;background:#fdeff2;border-color:#f5c8d1}.employee-mini-badge--signature-on{color:#2258aa;background:#edf3ff;border-color:#cddcff}.employee-mini-badge--signature-off{color:#58667d;background:#f3f6fb;border-color:#dce4f0}.employee-actions-cell{display:flex;align-items:center;justify-content:center;gap:8px}.employee-row-button{width:36px;min-width:36px;min-height:36px;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border-color:var(--line);color:var(--text)}.employee-row-button svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.employee-row-button--danger{color:#b83a50;border-color:#b83a502e;background:#b83a500a}.employee-row-button--session-revoke{color:#b83a50;border-color:#b83a5038;background:#b83a500a}.employee-row-button--session-logout-all{color:#8a3f0b;border-color:#d977063d;background:#f59e0b14}.employee-access-row{display:flex;flex-wrap:wrap;gap:6px}.employee-access-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#f3f6fb;color:#1f497f;font-size:var(--employee-font-caption);font-weight:800;letter-spacing:.05em;text-transform:uppercase}.employee-access-badge--admin{background:#edf3ff;color:#2f60cb}.employee-badge{display:inline-flex;align-items:center;justify-content:center;min-width:84px;min-height:30px;padding:0 12px;border-radius:999px;font-size:var(--employee-font-caption);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.employee-badge--online{background:#e6f7ef;color:#127a49}.employee-badge--offline{background:#eef2f8;color:#64748b}.employee-badge--warning{background:#fff4db;color:#9a6700}.employee-modal-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:24px;background:#14203347;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.employee-modal-card{width:min(760px,100%);display:grid;gap:22px;padding:24px;border-radius:24px;border:1px solid rgba(217,226,238,.9);background:#fffffffa;box-shadow:0 28px 70px #14203333}.employee-modal-card--compact{width:min(520px,100%)}.employee-modal-card__footer,.employee-modal-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.employee-modal-card__footer{align-items:center;justify-content:flex-end}.employee-form-field span,.employee-modal-card__eyebrow{margin:0 0 8px;display:block;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.employee-modal-card h2{margin:0;font-size:1.4rem;line-height:1.15}.employee-icon-button{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer}.employee-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employee-form-field{min-width:0}.employee-form-field--wide{grid-column:1/-1}.employee-form-field__hint{margin-top:8px;display:block;font-size:.82rem;color:var(--muted)}.employee-form-field__hint--error{color:var(--danger)}.employee-status-switch{display:flex;align-items:center}.employee-status-switch__input{position:absolute;opacity:0;pointer-events:none}.employee-status-switch__control{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.employee-status-switch__track{width:50px;height:28px;border-radius:999px;background:#d7deea;border:1px solid #c4cfdf;padding:2px;display:inline-flex;align-items:center;transition:background-color .16s ease,border-color .16s ease}.employee-status-switch__thumb{width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #14203347;transform:translate(0);transition:transform .16s ease}.employee-status-switch__text{font-weight:700;color:var(--text)}.employee-status-switch__input:checked+.employee-status-switch__control .employee-status-switch__track{background:var(--accent-strong);border-color:#2f5ac1}.employee-status-switch__input:checked+.employee-status-switch__control .employee-status-switch__thumb{transform:translate(22px)}.employee-status-switch__input:focus-visible+.employee-status-switch__control .employee-status-switch__track{outline:2px solid rgba(46,99,209,.22);outline-offset:2px}.employee-form-field input,.employee-form-field select{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text)}.employee-form-field input:focus,.employee-form-field select:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.employee-remove-copy{margin:-4px 0 0;color:var(--muted);line-height:1.6}@media(max-width:1180px){.home-shell{grid-template-columns:1fr}.sidebar-panel{position:static;height:auto}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-launcher-header{flex-direction:column}.module-launcher-summary{width:100%;justify-content:flex-start}.dashboard-grid,.scaffold-section-grid{grid-template-columns:1fr}}@media(max-width:760px){.home-shell{gap:16px}.auth-gate,.home-shell{padding:16px}.auth-gate__card{padding:22px;border-radius:22px}.auth-local-card{padding:24px 22px;border-radius:20px}.auth-local-card h1{font-size:1.5rem}.auth-local-card__row{grid-template-columns:1fr}.auth-local-card__button{width:100%}.topbar-panel{padding:14px 16px}.topbar-profile__copy strong{font-size:.92rem}.module-grid-section,.screen-panel,.sidebar-panel{padding:18px;border-radius:22px}.module-grid{grid-template-columns:1fr}.module-launcher-header{gap:18px;margin-bottom:22px}.module-launcher-summary{gap:10px}.module-launcher-summary__chip{min-width:0;flex:1 1 108px;padding:0 12px}.module-card{min-height:228px;padding:20px}.module-card__identity{gap:12px}.module-card__icon{width:52px;height:52px}.module-card__icon svg{width:31px;height:31px}.employee-table-card,.employee-toolbar-card{padding:18px}.employee-toolbar-card--employee-list{grid-template-columns:1fr}.employee-access-list-surface .employee-toolbar-card--employee-list{padding:14px}.activity-chip-filters,.employee-toolbar-card--activity-log{grid-template-columns:1fr}.activity-chip-filters{padding:14px}.activity-chip-group{padding:14px 0 0;border-top:1px solid #e4ebf4;border-left:0}.activity-chip-group:first-child{padding-top:0;border-top:0}.employee-table-card__header,.employee-toolbar-card__footer{grid-template-columns:1fr;display:grid}.employee-toolbar-card--activity-log .employee-toolbar-card__footer,.employee-toolbar-card--activity-log .employee-toolbar-card__status{justify-content:stretch;white-space:normal}.employee-modal-card__footer,.employee-modal-card__header,.employee-toolbar-card__actions{display:grid;justify-content:stretch}.employee-toolbar-card--employee-list .employee-toolbar-card__actions{grid-template-columns:1fr}.employee-toolbar-card--employee-list .employee-secondary-button{width:100%}.employee-page-size-field,.employee-pagination--compact,.employee-pagination__controls{display:grid;justify-content:stretch}.employee-pagination--compact{padding:14px}.employee-pagination__pages{justify-content:end;padding-left:0;border-left:0}.employee-tab-strip{width:100%;display:grid;grid-template-columns:1fr}.employee-tab-button{min-width:0;width:100%}.employee-notification-composer,.employee-notification-form,.employee-notification-scope{grid-template-columns:1fr}.employee-notification-actions,.employee-notification-recipient-tools,.employee-notification-section__header{display:grid;justify-content:stretch}.employee-notification-recipient{grid-template-columns:18px 38px minmax(0,1fr)}.employee-notification-recipient .employee-access-badge{grid-column:3;justify-self:start}.activity-chip-group__label{width:auto}.role-setup-grid{grid-template-columns:1fr}.role-setup-card{min-height:auto;padding:18px}.role-setup-card__header{display:grid;grid-template-columns:64px minmax(0,1fr);justify-content:stretch}.role-setup-card__avatar{width:64px;height:64px;flex-basis:64px}.role-permission-editor__header,.role-permission-group__header,.role-setup-card__actions,.role-setup-card__badges{display:grid;justify-content:stretch}.role-setup-card__actions .employee-danger-button,.role-setup-card__actions .employee-secondary-button{width:100%;min-width:0}.employee-form-grid,.role-permission-group__grid{grid-template-columns:1fr}.employee-table-card__side{justify-items:start}.employee-access-summary-chips{justify-content:flex-start}.employee-table-card__legend{text-align:left}.employee-modal-backdrop{padding:16px}.employee-modal-card{padding:18px;border-radius:20px}}.profile-state-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:40px;text-align:center;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:16px}.profile-state-card--error{border-color:#c83d5540;color:var(--danger-strong)}.profile-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;align-items:start}.profile-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;margin-bottom:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.profile-tab{font:inherit;min-height:36px;padding:0 16px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer;transition:background-color .16s ease,color .16s ease}.profile-tab:focus-visible,.profile-tab:hover{background:var(--surface-hover);color:var(--accent-strong)}.profile-tab--active{background:var(--accent-soft);color:var(--accent-strong)}.profile-identity-card{background:linear-gradient(180deg,#fffffffa,#f7fafff5);border:1px solid var(--line);border-radius:22px;padding:22px;position:sticky;top:20px;box-shadow:0 18px 34px #23385e14}.profile-identity-card__hero{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(201,215,234,.72)}.profile-identity-card__eyebrow{margin:0 0 8px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.profile-identity-card__hero h2{margin:0;font-size:1.35rem;line-height:1.15}.profile-identity-card__subline{margin:8px 0 0;color:var(--muted);line-height:1.5}.profile-avatar-wrap{display:flex;justify-content:center;margin-bottom:18px}.profile-avatar{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;overflow:hidden;flex-shrink:0}.profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-identity-card__metrics{display:grid;gap:10px;margin-bottom:18px}.profile-metric{padding:12px 14px;border:1px solid rgba(201,215,234,.72);border-radius:14px;background:#ffffffd1}.profile-metric__label{display:block;margin-bottom:4px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.profile-metric strong{display:block;font-size:.92rem;line-height:1.45;color:var(--text);word-break:break-word}.profile-identity-info{display:flex;flex-direction:column;gap:10px}.profile-info-row{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid rgba(219,229,241,.72)}.profile-info-row:last-child{border-bottom:0;padding-bottom:0}.profile-info-row label{font-size:.72rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.profile-info-row span{font-size:.9rem;color:var(--text);word-break:break-word}.profile-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.profile-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px 24px;box-shadow:0 14px 28px #23385e0f}.profile-card--wide{grid-column:1/-1}.profile-card__header{display:flex;align-items:start;justify-content:space-between;gap:14px;margin-bottom:18px}.profile-card__eyebrow{margin:0 0 6px;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.profile-card__title{font-size:1.04rem;font-weight:700;margin:0;color:var(--text)}.profile-card__hint{font-size:.84rem;color:var(--muted);margin:0;line-height:1.5;max-width:320px}.profile-card__hint--wide{max-width:520px;margin-top:6px}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-form-field{display:flex;flex-direction:column;gap:7px;min-width:0}.profile-form-field--wide{grid-column:1/-1}.profile-form-field label{font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.profile-form-field input{font:inherit;width:100%;min-height:44px;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);color:var(--text);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.profile-form-field input:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong);background:#fff}.profile-form-footer{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.profile-form-note{color:var(--muted);font-size:.84rem}.profile-save-button{font:inherit;font-weight:700;min-height:42px;padding:0 18px;border:0;border-radius:10px;background:var(--accent-strong);color:#fff;cursor:pointer;box-shadow:0 10px 20px #3667dd29;transition:transform .16s ease,box-shadow .16s ease}.profile-save-button:focus-visible,.profile-save-button:hover{transform:translateY(-1px)}.profile-save-button:disabled{cursor:not-allowed;opacity:.65;transform:none;box-shadow:none}.profile-save-button--subtle{color:var(--accent-strong);background:#fff;border:1px solid var(--line);box-shadow:none}.profile-save-button--danger{color:var(--danger-strong);background:#fff;border:1px solid rgba(200,61,85,.24);box-shadow:none}.profile-feedback{font-size:.88rem;line-height:1.4}.profile-feedback--success{color:#22a76b}.profile-feedback--error{color:var(--danger-strong)}.profile-images-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.profile-image-section{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid rgba(219,229,241,.9);border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f4f8ff)}.profile-image-section__label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0}.profile-image-preview-wrap{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#ffffffeb;min-height:132px;display:flex;align-items:center;justify-content:center}.profile-image-preview{width:100%;max-height:160px;-o-object-fit:contain;object-fit:contain;display:block}.profile-image-preview--round{border-radius:50%;width:104px;height:104px;-o-object-fit:cover;object-fit:cover;margin:14px auto}.profile-image-placeholder{font-size:.85rem;color:var(--muted);padding:20px;text-align:center}.profile-upload-label{font:inherit;font-size:.84rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.profile-upload-label:hover{border-color:var(--accent);background:var(--accent-soft)}.profile-upload-label--busy{cursor:not-allowed;opacity:.65}.profile-upload-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-role-list{display:flex;flex-wrap:wrap;gap:8px}.profile-role-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.78rem;font-weight:700}.profile-activity-card{max-width:none}.profile-activity-list{display:grid;gap:10px}.profile-activity-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid rgba(219,229,241,.9);border-radius:14px;background:var(--surface-soft)}.profile-activity-row__main{min-width:0}.profile-activity-row__title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-weight:800;color:var(--text)}.profile-activity-row p{margin:6px 0 0;color:var(--muted);line-height:1.45}.profile-activity-module,.profile-activity-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase}.profile-activity-module{background:#fff;color:var(--muted);border:1px solid var(--line)}.profile-activity-status{flex-shrink:0}.profile-activity-status--success{background:#e8f8ef;color:#147a48}.profile-activity-status--failed{background:#fdecef;color:#b72d44}.profile-activity-status--info{background:var(--accent-soft);color:var(--accent-strong)}.profile-activity-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px;color:var(--muted);font-size:.8rem}.profile-activity-empty{padding:28px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);text-align:center;background:var(--surface-soft)}.profile-session-card{max-width:none}.profile-session-list{display:grid;gap:10px}.profile-session-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.profile-session-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid rgba(219,229,241,.9);border-radius:14px;background:var(--surface-soft)}.profile-session-row__main{min-width:0}.profile-session-row__title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-weight:800;color:var(--text)}.profile-session-current,.profile-session-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase}.profile-session-current{background:var(--accent-soft);color:var(--accent-strong)}.profile-session-status{flex-shrink:0}.profile-session-status--active{background:#e8f8ef;color:#147a48}.profile-session-status--away{background:#fff7df;color:#9a6500}.profile-session-status--offline{background:#edf2f8;color:#53657f}.profile-session-status--blocked{background:#fdecef;color:#b72d44}.profile-session-meta,.profile-session-timeline{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px;color:var(--muted);font-size:.8rem}.profile-session-timeline{color:var(--text-soft)}.profile-session-notice{margin-bottom:10px;padding:10px 12px;border:1px solid rgba(201,215,234,.8);border-radius:12px;background:#fff;color:var(--muted);font-size:.84rem}.profile-session-revoke{font:inherit;flex-shrink:0;min-height:34px;padding:0 12px;border:1px solid rgba(200,61,85,.24);border-radius:9px;background:#fff;color:var(--danger-strong);font-size:.78rem;font-weight:800;cursor:pointer}.profile-session-revoke:disabled{cursor:not-allowed;opacity:.62}@media(max-width:900px){.profile-layout{grid-template-columns:1fr}.profile-identity-card{position:static}.profile-form-grid,.profile-images-grid,.profile-sections{grid-template-columns:1fr}.profile-form-field--wide{grid-column:1}.profile-card__header{flex-direction:column}.profile-card__hint{max-width:none}.profile-session-actions{justify-content:flex-start}.profile-activity-row,.profile-session-row{flex-direction:column}}.reports-summary-strip{display:flex;align-items:center;flex-wrap:wrap;gap:0;padding:0 4px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);overflow:hidden}.reports-summary-item{display:flex;flex-direction:column;justify-content:center;gap:2px;flex:1 1 0;min-width:80px;padding:12px 14px}.reports-summary-item__label{margin:0;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.reports-summary-item__value{margin:0;font-size:1.18rem;font-weight:800;line-height:1;color:var(--text)}.reports-summary-item--active .reports-summary-item__label{color:#1a7a3f}.reports-summary-item--active .reports-summary-item__value{color:#145f30}.reports-summary-item--offhire .reports-summary-item__label{color:#b0344a}.reports-summary-item--offhire .reports-summary-item__value{color:#8a1f34}.reports-summary-divider{width:1px;align-self:stretch;background:var(--line);flex-shrink:0}.reports-summary-separator{width:1px;align-self:stretch;background:var(--line-strong);flex-shrink:0}@media(max-width:760px){.reports-summary-strip{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr}.reports-summary-separator{grid-column:1/-1;width:auto;height:1px}}.reports-body{display:grid;gap:16px}.reports-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.reports-toolbar--compact{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fbfdff,#f6f9ff);box-shadow:var(--shadow)}.reports-toolbar-main{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;min-width:0}.reports-tab-strip{display:inline-flex;align-items:center;gap:6px;padding:5px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f3f7ff)}.reports-tab{display:flex;align-items:center;min-width:100px;padding:8px 18px;border-radius:10px;background:transparent;color:var(--muted);font-size:.9rem;font-weight:600;text-decoration:none;text-align:center;justify-content:center;white-space:nowrap;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.reports-tab:hover{color:var(--text)}.reports-tab--active{background:#fff;color:var(--accent-strong);box-shadow:0 4px 12px #23385e14}.reports-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reports-filter-bar--compact{gap:8px}.reports-filter-bar--compact .reports-filter-search-wrap{min-width:18rem;flex:1 1 auto;max-width:none}.reports-toolbar-chip,.reports-toolbar-results{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:.76rem;font-weight:700;white-space:nowrap}.reports-toolbar-chip{border:1px solid var(--line);background:#fff;color:var(--muted)}.reports-active-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reports-toolbar-results{background:var(--accent-soft);color:var(--accent-strong)}.reports-filter-select{height:36px;padding:0 30px 0 12px;border:1px solid var(--line);border-radius:10px;background-color:var(--surface-soft);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236d7a91' stroke-linecap='round' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;color:var(--text);font:inherit;font-size:.85rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.reports-filter-select:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.reports-filter-search-wrap{position:relative;display:flex;align-items:center;min-width:22rem;flex:1 1 24rem;max-width:30rem}.reports-filter-search__icon{position:absolute;left:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);pointer-events:none}.reports-filter-search__clear svg,.reports-filter-search__icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reports-filter-search{width:100%;min-width:0;height:36px;padding:0 38px 0 36px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);font:inherit;font-size:.85rem}.reports-filter-search::-webkit-search-cancel-button,.reports-filter-search::-webkit-search-decoration,.reports-filter-search::-webkit-search-results-button,.reports-filter-search::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.reports-filter-search::-moz-placeholder{color:var(--muted)}.reports-filter-search::placeholder{color:var(--muted)}.reports-filter-search:focus{outline:2px solid var(--focus-ring);border-color:var(--accent-strong)}.reports-filter-search__clear{position:absolute;right:8px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer}.reports-filter-search__clear:focus-visible,.reports-filter-search__clear:hover{background:var(--accent-soft);color:var(--accent-strong)}.reports-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.reports-stats--two{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-stats--six{grid-template-columns:repeat(3,minmax(0,1fr))}.reports-stat-card{padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--line);background:linear-gradient(180deg,var(--surface-soft),#fff)}.reports-stat-card--active{border-color:#b8e6cc;background:linear-gradient(180deg,#f0fbf4,#e6f5ec)}.reports-stat-card--active .reports-stat-card__label,.reports-stat-card--active .reports-stat-card__sub{color:#1a7a3f}.reports-stat-card--active .reports-stat-card__value{color:#145f30}.reports-stat-card--offhire{border-color:#f5d0d6;background:linear-gradient(180deg,#fff5f7,#fff0f3)}.reports-stat-card--offhire .reports-stat-card__label,.reports-stat-card--offhire .reports-stat-card__sub{color:#b0344a}.reports-stat-card--offhire .reports-stat-card__value{color:#8a1f34}.reports-stat-card__label{margin:0 0 6px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.reports-stat-card__value{margin:0;font-size:1.55rem;font-weight:800;color:var(--text);line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-stat-card__sub{margin:5px 0 0;font-size:.78rem;color:var(--muted)}.reports-table-card{border-radius:var(--radius-md);border:1px solid var(--line);overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.reports-table-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--surface-soft)}.reports-table-card__title{margin:0;font-size:.82rem;font-weight:700}.reports-table-card__meta{font-size:.76rem;color:var(--muted);flex-shrink:0;margin-left:auto}.reports-feedback-banner{padding:10px 14px;border-bottom:1px solid var(--line);font-size:.78rem;font-weight:600}.reports-feedback-banner--success{background:#edf9f1;color:#1a7a3f}.reports-feedback-banner--error{background:#fff1f3;color:#b0344a}.reports-table-card__filters{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;min-width:0;flex:1 1 auto}.reports-filter-chip-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reports-filter-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font:inherit;font-size:.76rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.reports-filter-chip:hover{border-color:var(--accent);color:var(--text)}.reports-filter-chip--active{border-color:#cddafb;background:var(--accent-soft);color:var(--accent-strong);box-shadow:0 2px 8px #4d7de314}.reports-table-wrap{overflow-x:auto}.reports-table{width:100%;border-collapse:collapse;font-size:.85rem}.reports-table--compact{font-size:.72rem;min-width:50rem;table-layout:fixed}.reports-table td,.reports-table th{padding:10px 18px;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}.reports-table thead th{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:#fafcff}.reports-table--compact td,.reports-table--compact th{padding:5px 6px}.reports-table--compact thead th{position:sticky;top:0;z-index:1;font-size:.56rem;letter-spacing:.02em}.rpt-sort-btn{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit}.rpt-sort-btn:hover{color:var(--accent,#2563eb)}.rpt-sort-icon{display:inline-flex;align-items:center;flex-shrink:0;opacity:.4;transition:opacity .12s}.rpt-sort-btn:hover .rpt-sort-icon,.rpt-sort-btn[data-active] .rpt-sort-icon{opacity:1}.rpt-tri{fill:var(--muted,#9aa8bc)}.rpt-tri--on{fill:var(--accent,#2563eb)}.reports-col-resource{width:7.35rem}.reports-col-project{width:7.45rem}.reports-col-date{width:4.65rem;font-variant-numeric:tabular-nums}.reports-col-date--action{width:10.5rem}.reports-date-display{display:flex;min-width:0;flex-direction:column;gap:3px}.reports-date-display--inline{flex-direction:row;align-items:center;justify-content:space-between;gap:4px}.reports-date-display__value{min-height:21px;font-size:.67rem;line-height:1.15}.reports-date-display__edit,.reports-date-display__value{display:inline-flex;align-items:center;white-space:nowrap}.reports-date-display__edit{gap:4px;align-self:center;min-height:20px;padding:0 4px;border:1px solid #d7e0ef;border-radius:999px;background:#fff;color:#476490;font:inherit;font-size:.55rem;font-weight:700;cursor:pointer}.reports-date-display__edit:hover{border-color:#b9ccef;color:#2f5ece;background:#f7faff}.reports-date-display__edit svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reports-col-rank{width:5.15rem}.reports-col-status-meta{width:5.4rem}.reports-col-action{width:3.45rem}.reports-col-verification{width:4.4rem;text-align:center}.reports-col-allowance{width:6.6rem}.reports-table td.reports-col-allowance,.reports-table th.reports-col-allowance{white-space:normal;overflow:hidden}.reports-table td.reports-col-verification,.reports-table th.reports-col-verification{text-align:center;padding-left:0;padding-right:0}.reports-col-contract{width:9.5rem;font-variant-numeric:tabular-nums}.reports-table tbody tr:hover{background:var(--surface-hover)}.reports-table tbody tr:last-child td{border-bottom:0}.reports-table-cell-stack{display:flex;min-width:0;flex-direction:column;gap:1px}.reports-table-cell-stack span,.reports-table-cell-stack strong{overflow:hidden;text-overflow:ellipsis}.reports-table-cell-stack strong{font-size:var(--home-font-small);font-weight:700;line-height:1.2;color:var(--text)}.reports-table-cell-stack span{font-size:var(--home-font-caption);line-height:1.25;color:var(--muted)}.reports-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:1px 3px;border-radius:999px;font-size:.51rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.reports-status-meta-cell{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center}.reports-status-meta-duration{display:inline-block;max-width:100%;font-size:.56rem;line-height:1.15;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports-verification-cell{display:grid;width:100%;justify-items:center;align-content:center;gap:2px;text-align:center}.reports-verification-cell>.reports-status-badge,.reports-verification-cell>.reports-verification-toggle,.reports-verification-cell>.reports-verification-user,.reports-verification-cell>span{justify-self:center;margin-left:0;margin-right:0}.reports-verification-user{display:block;width:100%;max-width:100%;font-size:.54rem;line-height:1.15;color:var(--muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports-allowance-stack{display:grid;width:100%;min-width:0;gap:4px}.reports-allowance-chips{display:flex;flex-direction:column;flex-wrap:wrap;min-width:0;max-width:100%;gap:4px;align-items:stretch}.reports-allowance-chip{box-sizing:border-box;width:100%;gap:.25rem;padding:2px 7px;border:1px solid #dbe5f1;border-radius:999px;background:#f8fafc;color:#35527c}.reports-allowance-chip,.reports-allowance-chip-button{display:inline-flex;min-width:0;max-width:100%;align-items:center}.reports-allowance-chip-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1 1 auto;border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.reports-allowance-chip-button:disabled{cursor:default}.reports-allowance-chip-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:999px}.reports-allowance-chip__body{width:100%;gap:.35rem}.reports-allowance-chip__body,.reports-allowance-chip__label{display:inline-flex;min-width:0;max-width:100%;align-items:center}.reports-allowance-chip__label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.56rem;font-weight:700;line-height:1.2}.reports-allowance-chip__source{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:.0625rem .35rem;border-radius:999px;font-size:.5rem;font-weight:700;letter-spacing:.01em;line-height:1.2;text-transform:uppercase}.reports-allowance-source-manual{background:#eff6ff;color:#1d4ed8}.reports-allowance-source-auto{background:#ecfdf5;color:#047857}.reports-allowance-empty{margin:0;font-size:.58rem;color:var(--muted)}.reports-allowance-chip-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:16px;height:16px;border:0;padding:0;border-radius:999px;background:transparent;color:#6b7d97;cursor:pointer;transition:background-color .14s ease,color .14s ease}.reports-allowance-chip-remove:hover:not(:disabled){background:#eef3fb;color:#244a86}.reports-allowance-chip-remove:disabled{opacity:.45;cursor:not-allowed}.reports-allowance-chip-remove svg{width:10px;height:10px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.reports-allowance-actions{display:flex;align-items:flex-start}.reports-allowance-add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.28rem;padding:.18rem .52rem;border:1px solid #c8d8f5;border-radius:999px;background:#f8fbff;color:#2f5ece;font:inherit;font-size:.58rem;font-weight:700;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.reports-allowance-add-btn:hover:not(:disabled){background:#eef4ff;border-color:#9fbbf3;color:#244a86}.reports-allowance-add-btn:disabled{opacity:.45;cursor:not-allowed}.reports-allowance-add-btn svg{width:11px;height:11px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.reports-verification-toggle{min-height:24px;border:1px solid transparent;background:transparent;font:inherit;cursor:pointer;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.reports-verification-toggle:hover{transform:translateY(-1px);box-shadow:0 5px 14px #23385e1f}.reports-verification-toggle:disabled{opacity:.7;cursor:wait;transform:none;box-shadow:none}.reports-status-badge--active{background:#e6f5ec;color:#1a7a3f}.reports-status-badge--completed{background:var(--accent-soft);color:var(--accent-strong)}.reports-status-badge--pending{background:#fff8e6;color:#8a5f00}.reports-status-badge--draft{background:#f0f3f8;color:var(--muted)}.reports-status-badge--on-hold{background:#fff0f3;color:#b0344a}.reports-preview-button{display:inline-flex;align-items:center;gap:6px;min-height:32px;margin-left:auto;flex-shrink:0;padding:0 12px;border:1px solid #c7d8ff;border-radius:999px;background:var(--accent-strong);color:#fff;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.reports-preview-button:hover{background:#2f5ece;box-shadow:0 6px 16px #3667dd2e;transform:translateY(-1px)}.reports-preview-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reports-preview-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.reports-modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#121c2d6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.reports-modal-card{width:min(760px,100%);max-height:min(88vh,820px);overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 48px #23385e29}.reports-modal-card--wide{width:min(1120px,100%)}.reports-modal-card--date-editor{width:min(520px,100%)}.reports-modal-card--allowance{width:min(760px,100%)}.reports-modal-card--confirm{width:min(500px,100%);max-height:none}.reports-modal-card__footer,.reports-modal-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px}.reports-modal-card__header{border-bottom:1px solid var(--line)}.reports-modal-card__actions{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.reports-modal-card__footer{border-top:1px solid var(--line)}.reports-modal-card__footer--compact{padding-top:14px;padding-bottom:14px}.reports-modal-card__eyebrow{margin:0 0 4px;font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.reports-modal-card h2{margin:0;font-size:1.05rem}.reports-modal-card__sub{margin:4px 0 0;font-size:.8rem;color:var(--muted)}.reports-modal-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);cursor:pointer}.reports-modal-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.reports-allowance-modal,.reports-date-edit-modal{display:grid;gap:16px;padding:18px}.reports-allowance-modal__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fbfdff}.reports-allowance-modal__summary span,.reports-allowance-modal__summary strong{display:block}.reports-allowance-modal__summary strong{font-size:.82rem;color:var(--text)}.reports-allowance-modal__summary span{margin-top:3px;font-size:.7rem;color:var(--muted)}.reports-allowance-modal__summary-badge{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:999px;background:#eef4ff;color:#2f5ece;font-size:.65rem;font-weight:700}.reports-allowance-info-card{display:grid;gap:8px;padding:12px 14px;border:1px solid var(--line);border-radius:12px}.reports-allowance-info-card--manual{background:linear-gradient(180deg,#fbfdff,#f6f9ff)}.reports-allowance-info-card--auto{background:linear-gradient(180deg,#f7fff9,#eefcf3)}.reports-allowance-info-card__head{display:flex;align-items:center;justify-content:space-between}.reports-allowance-info-card__head strong{font-size:.76rem;color:var(--text)}.reports-allowance-info-card__trigger-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;background:#1a7a3f1a;color:#1a7a3f;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.reports-allowance-info-card__meta{display:flex;flex-wrap:wrap;gap:4px 16px;padding-top:6px;border-top:1px solid rgba(0,0,0,.06)}.reports-allowance-info-card__meta-item{display:inline-flex;gap:4px;font-size:.7rem;color:var(--muted)}.reports-allowance-info-card__meta-item strong{font-weight:600;color:var(--text)}.reports-allowance-info-card__text{margin:0;font-size:.72rem;line-height:1.45;color:var(--muted)}.reports-allowance-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reports-allowance-modal__field{display:grid;gap:6px}.reports-allowance-modal__field--primary,.reports-allowance-modal__field--wide,.reports-allowance-modal__footer-copy{grid-column:1/-1}.reports-allowance-modal__field span{font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.reports-allowance-modal__field input,.reports-allowance-modal__field select,.reports-allowance-modal__field textarea{width:100%;min-height:38px;padding:0 12px;border:1px solid #cad6eb;border-radius:10px;background:#fff;color:var(--text);font:inherit;font-size:.82rem}.reports-allowance-modal__field textarea{min-height:84px;padding-top:10px;padding-bottom:10px;resize:vertical}.reports-allowance-modal__field input:focus,.reports-allowance-modal__field select:focus,.reports-allowance-modal__field textarea:focus{outline:none;border-color:#7ea0ef;box-shadow:0 0 0 3px #4d7de31f}.reports-allowance-modal__error,.reports-allowance-modal__help,.reports-allowance-modal__meta,.reports-allowance-modal__note{margin:0;font-size:.72rem;line-height:1.45}.reports-allowance-modal__help,.reports-allowance-modal__meta,.reports-allowance-modal__note{color:var(--muted)}.reports-allowance-modal__error,.reports-allowance-modal__meta--error{color:#b0344a}.reports-allowance-modal__error{visibility:hidden}.reports-allowance-modal__error--visible{visibility:visible}.reports-allowance-modal__note--ready{color:#1a7a3f}.reports-allowance-modal__actions{display:inline-flex;align-items:center;gap:10px}.reports-date-edit-modal__context{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fbfdff}.reports-date-edit-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reports-date-edit-modal__field{display:grid;gap:6px}.reports-date-edit-modal__label{font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.reports-date-edit-modal__input{width:100%;min-height:38px;padding:0 12px;border:1px solid #cad6eb;border-radius:10px;background:#fff;color:var(--text);font:inherit;font-size:.82rem}.reports-date-edit-modal__input:focus{outline:none;border-color:#7ea0ef;box-shadow:0 0 0 3px #4d7de31f}.reports-date-edit-modal__feedback{margin:0;font-size:.75rem;line-height:1.45}.reports-date-edit-modal__feedback--error{color:#b0344a}.reports-date-edit-modal__feedback--success{color:#1a7a3f}.reports-confirm-modal{display:grid;gap:8px;padding:12px 14px 14px}.reports-confirm-modal__context{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr) auto;gap:10px;padding:9px 10px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fbfdff,#f6f9ff)}.reports-confirm-modal__item{min-width:0;display:grid;gap:3px}.reports-confirm-modal__item .reports-table-cell-stack{gap:1px}.reports-confirm-modal__item .reports-table-cell-stack strong{font-size:.79rem}.reports-confirm-modal__item .reports-table-cell-stack span{font-size:.7rem}.reports-confirm-modal__item--status{align-content:start}.reports-confirm-modal__label{font-size:.61rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6f7f9a}.reports-confirm-modal__item--status .reports-status-badge{justify-self:start}.reports-confirm-modal__hint{margin:0;font-size:.73rem;line-height:1.4;color:var(--muted)}.reports-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.reports-preview-summary{display:flex;flex-wrap:wrap;gap:6px;padding:10px 18px 14px}.reports-preview-summary .reports-toolbar-chip{padding:5px 9px;font-size:.74rem}.reports-preview-table-wrap{padding:0 18px 18px;overflow-x:auto}.reports-table--preview{min-width:42rem;border:1px solid var(--line);border-radius:12px;overflow:hidden;font-size:.7rem}.reports-table--preview td,.reports-table--preview th{padding:4px 5px}.reports-table--preview .reports-col-resource{width:6.6rem}.reports-table--preview .reports-col-project{width:6.75rem}.reports-table--preview .reports-col-date{width:4.3rem}.reports-table--preview .reports-col-verification{width:4.1rem}.reports-table--preview .reports-col-allowance{width:5.9rem}.reports-table--preview .reports-col-rank{width:5rem}.reports-table--preview .reports-col-status-meta{width:4.9rem}.reports-table--preview .reports-table-cell-stack strong{font-size:.66rem}.reports-table--preview .reports-table-cell-stack span{font-size:.59rem}.reports-table--preview .reports-status-badge{padding:1px 6px;font-size:.54rem}.reports-allowance-chips--preview{gap:3px}.reports-allowance-chip--preview{padding:1px 6px}.reports-table--preview .reports-allowance-chip__label{font-size:.53rem}.reports-table--preview .reports-allowance-chip__source{font-size:.48rem}.reports-allowance-empty--preview{font-size:.56rem}.reports-table--preview .reports-verification-user{font-size:.63rem}.reports-preview-field{min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f7faff)}.reports-preview-field__label{margin:0 0 6px;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.reports-preview-field__value{margin:0;font-size:.95rem;font-weight:700;color:var(--text)}.reports-preview-field__sub{margin:4px 0 0;font-size:.78rem;color:var(--muted)}.reports-modal-primary,.reports-modal-secondary{min-height:38px;padding:0 14px;border-radius:10px;font:inherit;font-size:.84rem;font-weight:700;cursor:pointer}.reports-modal-primary{border:1px solid #2f5ece;background:var(--accent-strong);color:#fff}.reports-modal-primary--danger{border-color:#ca5560;background:#d7606b}.reports-modal-secondary{border:1px solid var(--line);background:#fff;color:var(--text)}.reports-modal-primary:disabled,.reports-modal-secondary:disabled{opacity:.6;cursor:not-allowed}.reports-modal-primary__spinner{display:inline-block;width:14px;height:14px;vertical-align:middle;margin-right:6px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;animation:reports-spin .8s linear infinite}@keyframes reports-spin{to{transform:rotate(1turn)}}.reports-modal-export-error{font-size:.78rem;color:#c0392b;margin-top:6px;max-width:320px;text-align:right}.reports-empty{display:flex;flex-direction:column;padding:52px 24px;text-align:center;gap:0}.reports-empty,.reports-empty__icon{align-items:center;justify-content:center}.reports-empty__icon{width:44px;height:44px;display:inline-flex;border-radius:14px;background:var(--accent-soft);color:var(--accent-strong);margin-bottom:14px}.reports-empty p{margin:0;color:var(--muted);font-size:.88rem;max-width:36ch;line-height:1.5}.reports-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 2px 0;flex-wrap:wrap}.reports-pagination__info{color:var(--muted);font-size:.72rem;line-height:1.2}.reports-pagination__controls{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin-left:auto}.reports-pagination__button{min-width:2rem;min-height:1.9rem;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font:inherit;font-size:.68rem;font-weight:700;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.reports-pagination__button:focus-visible:not(:disabled),.reports-pagination__button:hover:not(:disabled){border-color:#b9ccef;color:var(--accent-strong);background:#f7faff}.reports-pagination__button--active{border-color:#c7d8ff;background:var(--accent-strong);color:#fff}.reports-pagination__button:disabled{opacity:.5;cursor:not-allowed}.reports-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:1.9rem;color:var(--muted);font-size:.78rem;line-height:1}@media(max-width:900px){.reports-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-toolbar{align-items:stretch}}@media(max-width:560px){.reports-stats{grid-template-columns:minmax(0,1fr)}.reports-tab-strip{width:100%;justify-content:stretch}.reports-tab{flex:1;min-width:0}.reports-active-filter-row,.reports-filter-bar--compact,.reports-toolbar--compact,.reports-toolbar-main{display:grid;grid-template-columns:minmax(0,1fr)}.reports-filter-search,.reports-filter-search-wrap,.reports-filter-select{width:100%}.reports-pagination,.reports-table-card__header{align-items:flex-start;flex-direction:column}.reports-pagination__controls{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(2.35rem,1fr));margin-left:0}.reports-pagination__button{width:100%}.reports-preview-grid{grid-template-columns:minmax(0,1fr)}.reports-modal-card__footer,.reports-modal-card__header{align-items:flex-start;flex-direction:column}.reports-modal-card__actions{width:100%;justify-content:space-between}.reports-confirm-modal__context{grid-template-columns:minmax(0,1fr)}.reports-date-edit-modal__context,.reports-date-edit-modal__grid{grid-template-columns:minmax(0,1fr);flex-direction:column}.reports-table--compact td,.reports-table--compact th{padding:7px 10px}}.auth-view{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:24px}.panel-card.auth-card{width:100%;max-width:420px;margin:0;padding:32px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow);color:var(--text);text-align:center}.auth-icon-wrap{width:52px;height:52px;margin:0 auto 16px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);background:var(--accent-soft)}.auth-card[aria-busy=true] .auth-icon-wrap svg{animation:auth-session-spin 1s linear infinite}.auth-card h2{margin:0 0 8px;color:var(--text);font-size:24px;font-weight:700;line-height:1.2}.auth-note{margin:0;color:var(--muted);font-size:16px;line-height:1.4;text-align:center}@keyframes auth-session-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.auth-card[aria-busy=true] .auth-icon-wrap svg{animation:none}}:where(button,a,input,select,textarea):focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}:is(.screen-panel,.module-grid-section,.topbar-panel,.sidebar-panel,.client-registry-layout,.client-detail-card,.client-editor-card,.employee-management-page,.profile-layout,.settings-workspace-screen,.reports-table-card){font-size:var(--home-font-body)}:is(.client-hero-card__eyebrow,.client-table-card__eyebrow,.client-search__label,.employee-table-card__eyebrow,.profile-card__eyebrow,.settings-card__eyebrow,.settings-asset-card__label,.settings-summary-card__label,.reports-stat-card__label,.reports-table:not(.reports-table--compact) thead th){font-size:var(--home-font-caption)}:is(.screen-panel h1,.client-hero-card h2,.client-table-card__header h2,.employee-table-card__header h2){font-size:var(--home-font-page-title)}:is(.screen-panel h2,.screen-panel h3,.profile-card__title,.settings-card__title,.reports-table-card__title){font-size:var(--home-font-title)}:is(.client-table__company-primary,.employee-person-cell strong,.profile-value){font-size:var(--home-font-strong)}:is(.client-search__field input,.client-form-field input,.client-form-field select,.client-form-field textarea,.client-primary-button,.client-secondary-button,.client-action-menu button,.client-registry-pagination__size select,.vendor-page-size select,.employee-search input,.employee-refresh-button,.employee-secondary-button,.employee-danger-button,.profile-form-field input,.settings-tab,.settings-subtab,.settings-primary-button,.settings-secondary-button,.settings-form-field input,.settings-form-field select,.settings-form-field textarea){font-size:var(--home-font-control)}:where(.screen-panel,.module-grid-section,.topbar-panel,.sidebar-panel,.client-table-card,.client-detail-card,.client-editor-card,.employee-table-card,.employee-toolbar-card,.profile-card,.settings-card,.reports-table-card){min-width:0}:where(.screen-panel h1,.screen-panel h2,.screen-panel h3,.client-table__company-primary,.employee-person-cell strong,.profile-card__title,.reports-table-cell-stack strong){overflow-wrap:anywhere}:where(.client-modal-backdrop,.employee-modal-backdrop,.reports-modal-backdrop,.notification-modal-backdrop){overflow:auto;overscroll-behavior:contain}:where(.client-fee-setup-modal,.employee-modal-card,.reports-modal-card,.notification-modal-card){max-width:calc(100vw - 32px)}:where(.client-table-wrap,.employee-table-wrap,.reports-table-wrap,.reports-preview-table-wrap){scrollbar-gutter:stable}:where(.client-secondary-button,.client-primary-button,.employee-secondary-button,.employee-refresh-button,.employee-danger-button,.reports-modal-primary,.reports-modal-secondary,.settings-primary-button,.settings-secondary-button,.profile-save-button){display:inline-flex;align-items:center;justify-content:center;gap:8px;text-align:center}@media(max-width:900px){.home-shell{grid-template-columns:minmax(0,1fr)}.topbar-panel{gap:12px}.topbar-profile{min-width:0}.topbar-notification-popover{right:-54px;width:min(22rem,calc(100vw - 32px))}.client-fee-setup-toolbar,.client-travel-rule-template-topbar__actions,.reports-modal-card__actions,.vendor-toolbar-footer{flex-wrap:wrap}}@media(max-width:640px){.home-shell{padding:12px}.topbar-panel{align-items:stretch}.topbar-profile__copy{min-width:0}.screen-panel__header{margin-bottom:16px}.screen-panel h1{font-size:1.7rem;line-height:1.12}.dash-tabs,.profile-tabs,.reports-tab-strip,.settings-tabs{width:100%;overflow-x:auto;scrollbar-gutter:stable}.dash-tab,.profile-tab,.reports-tab,.settings-tab{flex:1 0 auto}.reports-filter-bar--compact .reports-filter-search-wrap,.reports-filter-search-wrap{min-width:0;max-width:none}.client-fee-setup-modal,.employee-modal-card,.notification-modal-card,.reports-modal-card{width:100%;max-width:100%;max-height:calc(100vh - 24px);border-radius:18px}.client-editor-card__footer,.employee-modal-card__footer,.profile-form-footer,.reports-allowance-modal__actions,.reports-modal-card__actions,.settings-editor-actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%}.profile-save-button,.reports-modal-primary,.reports-modal-secondary,.reports-preview-button,.settings-primary-button,.settings-secondary-button{width:100%}.client-table,.employee-table,.reports-table{font-size:.82rem}}@media(max-width:420px){.module-grid-section,.screen-panel,.sidebar-panel{padding:14px;border-radius:18px}.topbar-panel{padding:12px}.topbar-icon-button{border-radius:12px}.topbar-avatar,.topbar-icon-button{width:38px;height:38px}}.cmspro-error-shell[data-v-101f595a]{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef4fb;color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cmspro-error-panel[data-v-101f595a]{width:min(720px,100%);display:grid;grid-template-columns:136px 1fr;gap:24px;align-items:stretch;padding:20px;border:1px solid #cfe0f2;border-radius:8px;background:#fff;box-shadow:0 22px 54px #0f172a1f}.cmspro-error-mark[data-v-101f595a]{min-height:156px;display:grid;place-items:center;border-radius:8px;border:1px solid #d9e6f5;background:linear-gradient(180deg,#f8fbff,#edf5ff)}.cmspro-error-mark__code[data-v-101f595a]{font-size:3.25rem;line-height:1;font-weight:800;color:#1d4ed8;letter-spacing:0}.cmspro-error-content[data-v-101f595a]{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:12px}.cmspro-error-eyebrow[data-v-101f595a]{margin:0;font-size:.75rem;font-weight:700;letter-spacing:0;color:#64748b;text-transform:uppercase}.cmspro-error-content h1[data-v-101f595a]{margin:0;font-size:1.85rem;line-height:1.15;color:#0f172a}.cmspro-error-message[data-v-101f595a]{margin:0;max-width:58ch;color:#475569;font-size:.98rem;line-height:1.55}.cmspro-error-meta[data-v-101f595a]{display:grid;gap:8px;margin-top:2px}.cmspro-error-meta__item[data-v-101f595a]{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:baseline;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.cmspro-error-meta__item span[data-v-101f595a]{color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0}.cmspro-error-meta__item strong[data-v-101f595a]{min-width:0;color:#1e293b;font-size:.92rem;font-weight:700;overflow-wrap:anywhere}.cmspro-error-actions[data-v-101f595a]{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.cmspro-error-button[data-v-101f595a]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:40px;padding:0 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1e293b;font:inherit;font-size:.92rem;font-weight:700;cursor:pointer}.cmspro-error-button[data-v-101f595a]:hover{background:#f8fafc}.cmspro-error-button--primary[data-v-101f595a]{border-color:#2563eb;background:#2563eb;color:#fff}.cmspro-error-button--primary[data-v-101f595a]:hover{background:#1d4ed8}@media(max-width:640px){.cmspro-error-shell[data-v-101f595a]{padding:16px}.cmspro-error-panel[data-v-101f595a]{grid-template-columns:1fr;gap:16px;padding:16px}.cmspro-error-mark[data-v-101f595a]{min-height:96px}.cmspro-error-mark__code[data-v-101f595a]{font-size:2.5rem}.cmspro-error-content h1[data-v-101f595a]{font-size:1.45rem}.cmspro-error-meta__item[data-v-101f595a]{grid-template-columns:1fr;gap:4px}.cmspro-error-button[data-v-101f595a]{flex:1 1 120px}}
