:root {
    --ink: #1b2124;
    --muted: #848995;
    --page: #f7f8fc;
    --line: #e8eaf0;
    --purple: #8049f5;
    --purple-soft: #f1ebff;
    --green: #35c99a;
    --white: #fff;
    --sidebar: 236px;
    --radius: 8px;
    color: var(--ink);
    background: var(--page);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.splynx-admin-photo-link{display:inline-flex;border-radius:50%;text-decoration:none}.splynx-admin-photo-link img{object-fit:cover}

/* Source-style Config list disclosures keep tables compact while preserving writable CRUD. */
.config-editor-disclosure { margin: .65rem 0 1rem; }
.config-editor-disclosure > summary,
.config-row-editor > summary { cursor: pointer; list-style: none; width: max-content; }
.config-editor-disclosure > summary::-webkit-details-marker,
.config-row-editor > summary::-webkit-details-marker { display: none; }
.config-editor-disclosure[open] > summary { margin-bottom: .75rem; }
.config-row-editor { position: relative; }
.config-row-editor[open] > form { background: #fff; border: 1px solid #d8dee8; box-shadow: 0 8px 24px rgba(24, 39, 75, .14); min-width: 720px; padding: 1rem; position: absolute; right: 0; top: 1.7rem; z-index: 20; }
.helpdesk-ticket-things .data-table input,
.helpdesk-ticket-things .data-table select,
.helpdesk-ticket-things .data-table textarea { font-size: .82rem; min-height: 30px; }
.helpdesk-ticket-things .data-table textarea { max-height: 64px; resize: vertical; }
.helpdesk-ticket-things .integration-modules-card { overflow: hidden; padding: 0; }
.integration-modules-card > .page-title-row { margin: 0; padding: .7rem 1rem .25rem; }
.integration-modules-refresh { display:grid; width:32px; height:32px; box-sizing:border-box; place-items:center; border:1px solid #6c757d; border-radius:4px; background:#fff; color:#4d555d; font-size:20px; line-height:1; text-decoration:none; }
.integration-modules-controls { align-items: center; display: flex; justify-content: space-between; gap:24px; min-height:65px; box-sizing:border-box; padding: 0 16px; }
.integration-modules-controls label { align-items: center; display: flex; gap: .4rem; }
.integration-modules-controls select, .integration-modules-controls input { min-height: 32px; }
.integration-modules-controls .splynx-admin-search input { width:200px; }
.integration-modules-controls .splynx-admin-search button { position:absolute; top:0; right:0; width:34px; height:32px; border:0; border-left:1px solid #ced4da; background:transparent; color:transparent; cursor:pointer; }
.helpdesk-ticket-things .integration-modules-table th { box-sizing:border-box; height:30px; background:#f0f2f5; padding:5px 12px; color:#252b30; font-size:13px; font-weight:600; letter-spacing:0; text-transform:none; vertical-align:middle; }
.helpdesk-ticket-things .integration-modules-table td { box-sizing:border-box; height:35px; padding:5px 12px; color:#252b30; font-size:14px; line-height:20px; vertical-align:middle; }
.integration-modules-table tbody tr:nth-child(even) { background:#f5f6f8; }
.integration-modules-table th:first-child, .integration-modules-table td:first-child { width: 19%; }
.helpdesk-ticket-things .integration-module-name { color: #397bd6; font-weight:400; text-decoration: none; }
.integration-module-name:hover, .integration-module-name:focus { text-decoration: underline; }
.integration-module-actions { align-items: center; display: flex; gap: .35rem; white-space: nowrap; }
.integration-module-actions > a, .integration-module-actions summary, .integration-module-delete button { background: none; border: 0; color: #4389dc; cursor: pointer; font-size: 1rem; padding: .2rem .28rem; text-decoration: none; }
.integration-module-actions > a:hover, .integration-module-actions summary:hover, .integration-module-delete button:hover { color: #337ab7; }
.integration-module-delete { display: inline; margin: 0; }
.integration-module-config-row td { background: #f8fafc; }
.integration-module-status { border-radius: 2px; color: #fff; display: inline-block; font-size: 12px; font-weight: 600; line-height: 18px; padding: 0 9px; }
.integration-module-status--enabled { background: #31c99b; }
.integration-module-status--disabled { background: #89919b; }
.integration-module-config-panel { align-items: center; display: flex; flex-wrap: wrap; gap: .6rem 1rem; padding: .45rem; }
.integration-module-config-panel ul { flex-basis: 100%; margin: 0; padding-left: 1.35rem; }
.integration-modules-pagination { border-top: 1px solid var(--line); margin: 0; padding: .65rem 1rem; }
.config-tabs { display: flex; gap: .25rem; margin: 0 1rem; }
.config-tabs a { border-radius: 6px 6px 0 0; color: #616875; font-size: 1.05rem; padding: .75rem 1rem; text-decoration: none; }
.config-tabs a:hover, .config-tabs a:focus { background: #eef1f5; color: #252b33; }
.ticket-notifications .company-parity-panel { margin-top: 0; }
.ticket-notification-row { align-items: center; display: grid; gap: .75rem; grid-template-columns: minmax(250px, 28%) 44px 58px minmax(320px, 1fr) 112px; padding: .48rem .25rem; }
.ticket-notification-channel--sms .ticket-notification-row { grid-template-columns: minmax(250px, 28%) 44px 1fr 112px; }
.ticket-notification-switch { justify-self:center; }
.company-parity .helpdesk-multiple-select { height:auto; min-height:136px; padding:5px 10px; }
.ticket-notification-label { text-align: right; }
.ticket-notification-subject-label { text-align: right; }

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; font-size: 14px; }
body { background: var(--page); }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

/* Config > Helpdesk > Miscellaneous ticket configuration. */
.ticket-things-page{margin:-2px -2px 0;color:#1f2529}.ticket-things-page .splynx-page-heading{display:flex;min-height:86px;align-items:center;gap:12px}.ticket-things-page .splynx-page-heading__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:19px}.ticket-things-page .splynx-page-heading p,.ticket-things-page .splynx-page-heading h1{margin:0}.ticket-things-page .splynx-page-heading p{color:#3973b8;font-size:13px}.ticket-things-page .splynx-page-heading a{color:#3973b8;text-decoration:none}.ticket-things-page .splynx-page-heading h1{font-size:20px;line-height:28px}.ticket-things-card{margin:0 0 16px;overflow:hidden;border:1px solid #e2e6ea;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.ticket-things-card-header{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 16px}.ticket-things-card-header h2{margin:0;font-size:16px}.ticket-things-card-header>div{display:flex}.ticket-things-card-header>div>a,.ticket-things-add>summary{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #aeb6bf;background:#fff;color:#59636c;cursor:pointer;text-decoration:none;list-style:none}.ticket-things-add>summary{border-radius:4px 0 0 4px}.ticket-things-card-header>div>a{border-left:0;border-radius:0 4px 4px 0}.ticket-things-add>summary::-webkit-details-marker,.ticket-things-actions summary::-webkit-details-marker{display:none}.ticket-things-search{display:flex;min-height:53px;align-items:center;justify-content:space-between;padding:0 16px;color:#6c757d}.ticket-things-search label{display:flex;align-items:center;gap:6px}.ticket-things-search select,.ticket-things-search input{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.ticket-things-searchbox{gap:0!important}.ticket-things-searchbox input{width:210px;border-radius:4px 0 0 4px}.ticket-things-searchbox button{width:34px;height:32px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#59636c;cursor:pointer}.ticket-things-table{min-width:920px}.ticket-things-table th,.ticket-things-table td{height:35px;box-sizing:border-box;padding:7px 16px;vertical-align:middle}.ticket-things-table tbody tr:nth-child(even){background:#f5f6f8}.ticket-label{display:inline-block;border-radius:2px;padding:2px 7px;color:#fff;font-size:11px;font-weight:700}.ticket-label--info{background:#48aee8}.ticket-label--success{background:#24c990}.ticket-label--default{background:#20272c}.ticket-label--warning{background:#ffb21d}.ticket-label--primary{background:#3f85e7}.ticket-label--danger{background:#e95b60}.ticket-dashboard-icon{font-size:20px}.ticket-things-actions{display:flex;align-items:center;gap:8px}.ticket-things-actions details,.ticket-things-actions form{margin:0}.ticket-things-actions>details>summary,.ticket-things-actions>form>button{border:0;background:transparent;padding:2px;color:#3973b8;cursor:pointer;font-size:17px}.ticket-things-actions>form>button{color:#dc3545}.ticket-things-card>footer{display:flex;min-height:55px;align-items:center;justify-content:flex-end;gap:18px;padding:0 16px;color:#6c757d}.ticket-things-card>footer nav{display:flex}.ticket-things-card>footer nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dee2e6}.ticket-things-card>footer nav strong{border-color:#3973e8;background:#3973e8;color:#fff}.ticket-things-editor{position:fixed;z-index:35;top:112px;left:50%;display:grid;width:min(520px,calc(100vw - 40px));max-height:calc(100vh - 150px);box-sizing:border-box;gap:12px;overflow:auto;transform:translateX(-50%);border:1px solid #dfe3e8;border-radius:6px;background:#fff;padding:20px;box-shadow:0 8px 28px rgba(0,0,0,.22)}.ticket-things-editor h3{margin:0 0 5px}.ticket-things-editor label{display:grid;gap:5px;color:#4d555d;font-size:13px}.ticket-things-editor input,.ticket-things-editor select,.ticket-things-editor textarea{width:100%;min-height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:6px 9px}.ticket-things-editor .button{justify-self:end}@media(max-width:800px){.ticket-things-search{align-items:flex-start;flex-direction:column;gap:8px;padding:10px 16px}.ticket-things-searchbox,.ticket-things-searchbox input{width:100%}}
.ticket-things-toolbar{display:flex}.ticket-things-toolbar>a,.ticket-things-toolbar>button{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #aeb6bf;border-left:0;background:#fff;color:#59636c;cursor:pointer;text-decoration:none}.ticket-things-toolbar>button:first-child{border-left:1px solid #aeb6bf;border-radius:4px 0 0 4px}.ticket-things-toolbar>a:last-child{border-radius:0 4px 4px 0}.ticket-things-table th a{color:inherit;text-decoration:none}.ticket-things-actions>button{border:0;background:transparent;padding:2px;color:#3973b8;cursor:pointer;font-size:17px}.ticket-things-actions>button:last-child{color:#dc3545}.ticket-type-row.alert-success{background:#dff2e4!important}.ticket-type-row.alert-warning{background:#fff1cf!important}.ticket-type-row.alert-info{background:#dceef8!important}.ticket-type-row.alert-danger{background:#f8dadd!important}.ticket-type-row.alert-dark{background:#d9dde0!important}.ticket-things-dialog{width:min(550px,calc(100vw - 32px));max-height:calc(100vh - 60px);box-sizing:border-box;border:1px solid #ced4da;border-radius:5px;background:#fff;padding:0;color:#1f2529;box-shadow:0 12px 35px rgba(0,0,0,.28)}.ticket-things-dialog::backdrop{background:rgba(22,27,31,.42)}.ticket-things-dialog form{margin:0}.ticket-things-dialog header,.ticket-things-dialog footer{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e1e5e8}.ticket-things-dialog footer{justify-content:flex-end;gap:8px;border-top:1px solid #e1e5e8;border-bottom:0}.ticket-things-dialog h3{margin:0;font-size:17px}.ticket-things-dialog header button{border:0;background:transparent;color:#6c757d;font-size:24px;cursor:pointer}.ticket-things-dialog__body{display:grid;gap:13px;padding:18px}.ticket-things-dialog__body label{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:12px;color:#4d555d}.ticket-things-dialog__body input,.ticket-things-dialog__body select,.ticket-things-dialog__body textarea{width:100%;min-height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:6px 9px}.ticket-things-dialog__body select[multiple]{min-height:92px}.ticket-things-dialog__body small{grid-column:2;font-size:11px}.ticket-things-boolean input{justify-self:start;width:auto}.ticket-things-dialog--delete .ticket-things-dialog__body label{grid-template-columns:1fr 1fr}.button.danger{border-color:#dc3545;background:#dc3545}@media(max-width:650px){.ticket-things-dialog__body label,.ticket-things-dialog--delete .ticket-things-dialog__body label{grid-template-columns:1fr}.ticket-things-dialog__body small{grid-column:1}}
.voice-directory-toolbar{display:flex;align-items:center;gap:6px}.voice-directory-toolbar-action,.voice-directory-filter-submit{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:0;border-radius:3px;background:transparent;color:#3973b8;cursor:pointer;font-size:16px;line-height:1;text-decoration:none;list-style:none}.voice-directory-action{display:grid;width:26px;height:26px;box-sizing:border-box;place-items:center;border:0;border-radius:3px;background:transparent;color:#3973b8;cursor:pointer;font-size:16px;line-height:1;text-decoration:none;list-style:none}.voice-directory-toolbar-action:hover,.voice-directory-action:hover,.voice-directory-filter-submit:hover{background:#edf4fe;color:#2367b6}.voice-directory-create,.voice-directory-import{margin:0}.voice-directory-create>summary,.voice-directory-import>summary{height:32px;box-sizing:border-box;padding-top:6px;padding-bottom:6px;list-style:none}.voice-directory-create>summary::-webkit-details-marker,.voice-directory-import>summary::-webkit-details-marker,.voice-directory-action::-webkit-details-marker{display:none}.voice-directory-actions{display:flex;align-items:center;gap:6px;white-space:nowrap}.voice-directory-actions details,.voice-directory-actions form{margin:0}.voice-directory-delete{color:#3973b8}.voice-directory-filters{display:flex;min-height:48px;align-items:center;gap:8px}.voice-directory-filters .field-inline{margin:0}.voice-directory-page-size select{width:64px}.voice-directory-search input{width:190px}.voice-directory-filter-submit{border:1px solid #ced4da;background:#fff;padding:0}.voice-directory-filter-submit svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.voice-directory-toolbar-action:focus-visible,.voice-directory-action:focus-visible,.voice-directory-filter-submit:focus-visible,.voice-directory-create>summary:focus-visible,.voice-directory-import>summary:focus-visible{outline:2px solid #2367b6;outline-offset:2px;background:#edf4fe;color:#2367b6}
[hidden] { display:none !important; }
.voice-module .section-card .voice-directory-table th,.voice-module .section-card .voice-directory-table td{min-height:35px;height:35px;padding:7px 10px}.voice-module .section-card .voice-directory-actions{gap:4px}.voice-module .section-card .voice-directory-action--icon{width:20px;height:20px;padding:0}.voice-module .section-card .voice-directory-action--icon svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.voice-module .voice-directory-actions details{position:relative}.voice-module .voice-directory-actions details[open]>form{position:absolute;z-index:12;top:24px;right:0;display:grid;width:min(360px,calc(100vw - 48px));gap:10px;border:1px solid #d8dee8;border-radius:4px;background:#fff;padding:14px;box-shadow:0 8px 24px rgba(24,39,75,.14);white-space:normal}.voice-module .voice-directory-actions details[open]>form .field-inline input,.voice-module .voice-directory-actions details[open]>form .field-inline select{width:100%}
.voice-module{color:#252b30;font:14px/18.2px Inter,"Segoe UI",Arial,sans-serif}.voice-module .page-title{font-size:20px;font-weight:600;line-height:24px}.voice-module .section-title{font-size:18px;font-weight:600;line-height:22px}.voice-module .page-intro,.voice-module .field-inline,.voice-module .filters,.voice-module .button{font-size:14px;font-style:normal}.voice-module .data-table{font-size:14px}.voice-module .data-table th{font-size:12px;font-weight:700;line-height:15px;text-transform:none}.voice-module .data-table th,.voice-module .data-table td{min-height:51px;box-sizing:border-box;padding:8px 10px;vertical-align:middle}.voice-module .data-table td{font-weight:400}.voice-module .table-wrap{overflow-x:auto}.voice-module .voice-provider-rates-filter{font-size:14px;font-style:normal}.voice-module .voice-provider-rates-filter label{font-size:14px}.voice-module .section-card{padding:0;overflow:hidden}.voice-module .section-card>.page-title-row{min-height:52px;align-items:center;margin:0;padding:0 16px}.voice-module .section-card>.page-title-row .customer-actionbar{margin:0}.voice-module .section-card>.filters{padding:0 16px}.voice-module .section-card>.table-wrap{border-right:0;border-left:0;border-radius:0}
.sr-only { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 20; border-radius: 5px; padding: 8px 12px; background: #171725; color: #fff; }
.skip-link:focus { left: 8px; }
.portal-shell { min-height: 100vh; background: var(--page); }

.sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 5;
    width: var(--sidebar);
    overflow-y: auto;
    border-right: 1px solid var(--line);
    background: var(--white);
    padding: 0 0 24px;
}
.sidebar-backdrop,
.sidebar-backdrop[hidden] { display: none; }
.brand {
    display: flex;
    height: 72px;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line);
    padding: 4px 18px 0;
    text-decoration: none;
}
.brand-logo { width: 112px; height: 52px; object-fit: contain; object-position: left center; }
.brand-subtitle { color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.sidebar nav { padding: 0 0 8px; }
.nav-section-label {
    margin: 14px 0 5px;
    padding: 0 48px;
    color: #9296a1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.nav-section-label.crm { color: var(--purple); }
.nav-section-label.company { color: var(--green); }
.nav-section-label.system { color: #7d8490; }
.nav-item, .nav-subitem {
    display: flex;
    min-height: 36px;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 8px 18px;
    color: #2d3338;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}
.nav-item:hover, .nav-subitem:hover { background: #f5f5f9; }
.nav-item.active, .nav-module-toggle.active { background: var(--purple); color: #fff; font-weight: 700; }
.nav-tone-crm { color: #7d4fff; }
.nav-tone-company { color: #29cc97; }
.nav-tone-system { color: #6c757d; }
.nav-icon {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    flex: 0 0 20px;
}
.nav-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.nav-chevron { margin-left: auto; font-size: 20px; line-height: 1; transform: rotate(90deg); transition: transform .15s ease; }
.nav-module[data-collapsed="true"] .nav-chevron { transform: rotate(0deg); }
.nav-module[data-collapsed="true"] .nav-children { display: none; }
.nav-children { padding: 2px 0 4px; }
.nav-subitem { min-height: 32px; padding: 6px 18px 6px 59px; color: #30363b; font-size: 13px; }
.nav-subitem[aria-current="page"] { color: var(--purple); font-weight: 700; }
.nav-nested-toggle { padding-right: 16px; }
.nav-nested-group[data-collapsed="true"] > .nav-nested-toggle .nav-chevron { transform: rotate(0deg); }
.nav-nested-group[data-collapsed="true"] > .nav-nested-children { display: none; }
.nav-nested-children .nav-subitem { padding-left: 72px; }
.nav-subitem-unavailable { color: #9296a1; cursor: not-allowed; }

.page { min-height: 100vh; margin-left: var(--sidebar); }
.topbar {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    background: #fff;
    padding: 0 28px;
}
.breadcrumb { color: #8c919c; font-size: 13px; }
.breadcrumb strong { color: #353b40; }
.top-actions { display: flex; align-items: center; gap: 12px; }
.snapshot-badge, .development-pill { display: inline-flex; align-items: center; border-radius: 20px; background: #f3efff; padding: 5px 9px; color: #6840bf; font-size: 11px; font-weight: 700; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 7px 10px; color: #555c64; cursor: pointer; }
.user-chip { display: flex; align-items: center; gap: 8px; color: #4e555d; font-size: 12px; text-decoration: none; }
.user-chip > span:last-child { display: grid; line-height: 1.2; }
.user-chip small { color: var(--muted); }
.avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #dfd2ff; color: #6332ca; font-weight: 800; }
.signout { border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 7px 10px; color: #555c64; cursor: pointer; }
.signout:hover { border-color: #cab9f5; color: var(--purple); }

.page-content { max-width: 1600px; margin: 0 auto; padding: 26px 28px 48px; }
.page-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 21px; }
.page-title { margin: 0; font-size: 24px; font-weight: 750; letter-spacing: -.02em; line-height: 1.25; }
.page-intro { margin: 5px 0 0; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--purple); border-radius: 6px; background: var(--purple); padding: 8px 13px; color: #fff; font-weight: 700; text-decoration: none; cursor: pointer; }
.button:hover { background: #6f3ae5; }
.button.secondary { border-color: #dcdee6; background: #fff; color: #545b64; }
.button.secondary:hover { border-color: #c7b5f4; color: var(--purple); }
.grid { display: grid; gap: 16px; }
.metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 16px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 2px 5px rgba(30, 32, 52, .025); }
.metric { padding: 18px; }
.metric-label { color: #858b95; font-size: 12px; font-weight: 650; }
.metric-value { margin: 8px 0 3px; font-size: 25px; font-weight: 760; }
.metric-note { color: var(--green); font-size: 11px; }
.section-card { padding: 19px; }
.section-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.section-title { margin: 0 0 14px; font-size: 15px; }
.section-header .section-title { margin: 0; }
.section-link { color: var(--purple); font-size: 12px; font-weight: 700; text-decoration: none; }
.two-columns { grid-template-columns: 1.35fr .65fr; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.data-table th { border-bottom: 1px solid var(--line); background: #fafafd; padding: 10px 12px; color: #7e838e; font-size: 11px; font-weight: 750; letter-spacing: .035em; text-align: left; text-transform: uppercase; }
.data-table td { border-bottom: 1px solid #f0f1f4; padding: 11px 12px; color: #4d555d; vertical-align: middle; }
.data-table tbody tr:hover { background: #fcfbff; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table a { color: #5f36bd; font-weight: 700; text-decoration: none; }
.data-table td small { display: block; margin-top: 3px; color: var(--muted); }
.status { display: inline-block; border-radius: 20px; background: #e7f7ef; padding: 3px 8px; color: #218458; font-size: 11px; font-weight: 750; white-space: nowrap; }
.status-bStandard, .status-inactive, .status-stopped, .status-deleted { background: #fff0f1; color: #b04450; }
.status-new, .status-pending { background: #fff5dc; color: #946b0a; }
.status-unpaid, .status-overdue { background: #fff0f1; color: #b04450; }
.status-unclassified, .status-hidden { background: #f0f1f5; color: #6f7580; }
.empty { padding: 34px 22px !important; color: #858b95; text-align: center; }
.filters { display: flex; align-items: flex-end; gap: 10px; margin-bottom: 15px; flex-wrap: wrap; }
.tabs { display: flex; gap: 0; margin: 0 0 16px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.tab { border-bottom: 2px solid transparent; padding: 11px 15px; color: #747b85; font-weight: 650; text-decoration: none; white-space: nowrap; }
.tab:hover { color: var(--purple); }
.tab.active { border-bottom-color: var(--purple); color: var(--purple); }
.radius-reject-list { display: grid; gap: 8px; width: min(560px, 100%); }
.radius-reject-row { display: flex; gap: 8px; }
.radius-reject-row .live-control { flex: 1 1 auto; min-width: 0; }
.finance-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.finance-dashboard-filter { margin-bottom: 16px; }
.finance-dashboard-filter__fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: start; }
.finance-dashboard-filter label { display: grid; gap: 6px; color: #858b95; font-size: 12px; font-weight: 650; }
.finance-dashboard-filter input, .finance-dashboard-filter select { min-width: 0; width: 100%; box-sizing: border-box; }
.finance-dashboard-detail { grid-template-columns: minmax(180px, .7fr) minmax(260px, 1fr) minmax(320px, 1.4fr); }
.finance-dashboard-panels { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 16px; }
.finance-dashboard-list { min-width: 0; }
.finance-dashboard-list h2 { margin-top: 0; }
.finance-dashboard-list ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.finance-dashboard-list li { display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid #e6eaed; padding-top: 7px; font-size: 12px; }
.finance-payment-chart { display: flex; height: 150px; min-width: 0; align-items: end; gap: 4px; overflow-x: auto; border-bottom: 1px solid #e1e5e8; padding: 12px 4px 0; }
.finance-payment-chart__day { display: grid; min-width: 24px; height: 100%; grid-template-rows: 1fr 24px; align-items: end; gap: 4px; text-align: center; }
.finance-payment-chart__bar { display: block; min-height: 2px; width: 16px; justify-self: center; border-radius: 3px 3px 0 0; background: #3973e8; }
.finance-payment-chart__day small { overflow: hidden; color: #69737c; font-size: 11px; white-space: nowrap; }
.finance-dashboard-links { margin-top: 16px; }
.finance-dashboard-links h2 { margin-top: 0; }
@media (max-width: 900px) { .finance-dashboard-filter__fields, .finance-dashboard-detail, .finance-dashboard-panels { grid-template-columns: 1fr 1fr; } }
.field-inline { display: grid; gap: 5px; }
.field-inline span { color: #6f7580; font-size: 11px; font-weight: 700; }
.field-inline input, .field-inline select { height: 36px; border: 1px solid #dfe1e8; border-radius: 6px; background: #fff; padding: 7px 10px; color: var(--ink); }
.field-inline .search-field { width: min(330px, 76vw); }
.field-inline.compact select { min-width: 75px; }
.table-summary { margin: 0 0 9px; color: var(--muted); font-size: 12px; }
.pagination { display: flex; align-items: center; justify-content: space-between; margin-top: 13px; color: var(--muted); font-size: 12px; }
.pagination > span:last-child { display: flex; gap: 7px; }
.customer-status-strip { display: flex; align-items: center; gap: 14px; margin: -8px 0 18px; color: var(--muted); font-size: 12px; flex-wrap: wrap; }
.customer-tabs { min-width: 0; }
.tab-list { display: flex; gap: 0; overflow-x: auto; border-bottom: 1px solid var(--line); }
.tab-list button { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 12px 15px; color: #777e88; font-weight: 650; white-space: nowrap; cursor: pointer; }
.tab-list button[aria-selected="true"] { border-bottom-color: var(--purple); color: var(--purple); }
.tab-panel { padding-top: 16px; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-item { min-width: 0; border-bottom: 1px solid #f0f1f4; padding: 12px; overflow-wrap: anywhere; }
.detail-item small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.4; }
.detail-key { display: block; margin-bottom: 4px; color: #8b919b; font-size: 10px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.summary-grid div { display: grid; border: 1px solid var(--line); border-radius: 7px; padding: 12px; }
.summary-grid strong { font-size: 22px; }
.summary-grid span { color: var(--muted); font-size: 11px; }
.invoice-status-list { display: grid; }
.invoice-status-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #f0f1f4; padding: 11px 0; }
.invoice-status-row:last-child { border-bottom: 0; }
.invoice-status-row > span:first-child { display: grid; }
.invoice-status-row small { color: var(--muted); }
.finance-payments { margin-top: 16px; }
.notice { border-left: 3px solid var(--purple); border-radius: 0 7px 7px 0; background: #faf8ff; padding: 12px 14px; color: #59526e; }
/* 44 views render <p class="error" role="alert"> for a rejected save and no rule
   matched it, so every one of them painted as ordinary body text -- the
   rejection reading as less prominent than the success notice it replaced. Same
   box as .notice in the .form-error palette. The 13 call sites that write
   "notice error" keep working as a compound of the two rules. */
.error { border-left: 3px solid #b1324e; border-radius: 0 7px 7px 0; background: #fff0f3; padding: 12px 14px; color: #b1324e; }
.detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; }
.detail-grid > div { min-width: 0; border-bottom: 1px solid #f0f1f4; padding: 10px 12px; }
.detail-grid dt { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.detail-grid dd { margin: 0; overflow-wrap: anywhere; }
.detail-grid a { color: #5f36bd; font-weight: 700; text-decoration: none; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px 10px; }
.section-heading h2 { margin: 0; font-size: 16px; }
.section-heading span { color: var(--muted); font-size: 12px; }

.customer-titlebar { display:flex; min-height:90px; align-items:center; gap:12px; margin:0; }
.customer-titlebar .page-intro { margin: 0 0 3px; }
.customer-titlebar .page-intro a { color: #6f54c2; text-decoration: none; }
.customer-module-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 7px; background: var(--purple); color: #fff; font-weight: 800; }
.customer-titlebar .page-title { font-size:20px; }
.customer-neighbors { margin-left:auto; }
.customer-neighbors .button { display:grid; width:32px; height:32px; padding:0; place-items:center; border-radius:0; color:#3185d3; font-size:22px; }
.customer-back { margin-left: auto; }
.customer-primary-tabs { margin: 0 -10px; padding: 0 10px; background: transparent; }
.customer-primary-tabs button, .customer-primary-tabs a { border:0; background:transparent; padding:7px 12px; color:#59616a; font-size:16px; line-height:20px; text-decoration:none; }
.customer-primary-tabs [aria-selected="true"],.customer-primary-tabs [aria-current="page"] { border:1px solid #e4e7ea; border-bottom-color:#fff; border-radius:5px 5px 0 0; background:#fff; color:#262b31; font-weight:600; }
.customer-tabs .customer-primary-tabs [role="tab"]:focus-visible { position:relative; z-index:2; outline:2px solid #3973e8; outline-offset:-2px; border-radius:5px 5px 0 0; }
.customer-tabs > .tab-panel { min-height:620px; border-radius:0 6px 6px 6px; background:#fff; padding:16px; }
.customer-actionbar, .billing-subnav { display: flex; min-height: 52px; align-items: center; gap: 16px; margin: 0 0 16px; border: 1px solid var(--line); border-radius: 6px; background: #eef0f3; padding: 9px 12px; color: #4a5159; flex-wrap: wrap; }
.billing-subnav { background: #fff; }
.billing-subnav > strong { border-radius: 6px; background: #eef0f3; padding: 9px 12px; }
.actionbar-spacer { flex: 1; }

.customer-information-grid { grid-template-columns:minmax(0,1fr) minmax(390px,1fr); align-items:start; }
.customer-main-stack { display:grid; gap:16px; }
.customer-side-stack { display: grid; gap: 16px; }
.splynx-form-row { display: grid; grid-template-columns: minmax(120px, .42fr) minmax(180px, 1fr); align-items: center; gap: 13px; margin-bottom: 9px; }
.splynx-form-label { color: #5b626a; font-size: 12px; text-align: right; }
.live-control { display: block; min-height: 35px; border: 1px solid #d9dce3; border-radius: 5px; background: #fff; padding: 8px 10px; color: #3e454c; overflow-wrap: anywhere; }
.splynx-form-row .live-control { width:100%; }
.customer-information-subheading { margin:18px 0 10px; color:#39424c; font-size:14px; font-weight:700; }
.action-menu { position:relative; }
.action-menu summary { list-style:none; cursor:pointer; }
.action-menu summary::after { margin-left:8px; content:"⌄"; color:#6f7880; }
.action-menu > div { position:absolute; z-index:30; right:0; top:41px; min-width:190px; border:1px solid #dfe3e8; border-radius:5px; background:#fff; padding:6px 0; box-shadow:0 10px 28px rgba(25,35,45,.18); }
.action-menu a, .action-menu button { display:block; width:100%; border:0; background:#fff; padding:8px 13px; color:#38424c; font:inherit; text-align:left; text-decoration:none; }
.action-menu a:hover, .action-menu button:hover { background:#f0f5fa; }
.action-menu hr { margin:5px 0; border:0; border-top:1px solid #e7eaed; }
.customer-subtabs { display:flex; align-items:center; gap:4px; margin-bottom:14px; border-bottom:1px solid #e1e5e9; }
.customer-subtabs a { padding:10px 13px; color:#5a626b; text-decoration:none; }
.customer-subtabs a.active { border:1px solid #e1e5e9; border-bottom-color:#fff; border-radius:5px 5px 0 0; color:#222; font-weight:600; }
.customer-tab-toolbar, .bulk-actions { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.customer-tab-toolbar { margin-bottom:12px; }
.bulk-actions select { min-width:145px; }
.customer-comments-card .section-header { min-height:42px; margin:-5px 0 8px; }
.customer-comments-card .icon-button { font-size:22px; }
.customer-note-list { display:grid; max-height:210px; gap:0; overflow-y:auto; }
.customer-note-item { position:relative; display:grid; gap:5px; border:0; border-bottom:1px solid #e8eaed; border-radius:0; padding:10px 8px; color:#444c54; text-decoration:none; }
.customer-note-item:first-child { background:#eef1f4; }
.customer-note-item header { display:flex; justify-content:space-between; gap:8px; }
.customer-note-item header > span:first-child { display:grid; }
.customer-note-item p { margin:0; font-size:13px; line-height:1.45; }
.customer-note-item small { color:#7b838c; font-size:11px; }
.customer-note-actions { display:flex; align-items:flex-start; gap:5px; }
.customer-note-actions a,.customer-note-actions button { border:0; background:transparent; padding:0 2px; color:#87919a; font-size:15px; text-decoration:none; cursor:pointer; }
.customer-note-pinned,.customer-note-done { position:absolute; top:9px; right:75px; border-radius:3px; background:#eee8ff; padding:2px 5px; color:#7654bd; font-size:10px; }
.customer-note-done { right:112px; background:#e0f5e7; color:#338252; }
.customer-note-item.done { opacity:.68; }
.customer-map-card summary { display:flex; align-items:center; justify-content:space-between; list-style:none; cursor:pointer; }
.customer-map-card summary::-webkit-details-marker { display:none; }
.customer-map-card > div { min-height:120px; padding-top:18px; }
.customer-tag-picker { position:relative; width:100%; }
.customer-tag-picker > summary { display:flex; min-height:35px; align-items:center; gap:5px; border:1px solid #d9dce3; border-radius:5px; background:#fff; padding:5px 30px 5px 8px; list-style:none; flex-wrap:wrap; cursor:pointer; }
.customer-tag-picker > summary::-webkit-details-marker { display:none; }
.customer-tag-picker > summary::after { position:absolute; right:11px; color:#747d85; content:"⌄"; }
.customer-tag-picker > div { position:absolute; top:39px; right:0; left:0; z-index:20; display:grid; max-height:230px; overflow:auto; border:1px solid #dfe3e7; border-radius:4px; background:#fff; padding:6px; box-shadow:0 8px 22px rgba(25,35,45,.18); }
.customer-tag-picker > div label { display:flex; align-items:center; gap:6px; padding:6px; font-size:12px; }
.customer-tag-picker > div label:hover { background:#f2f5f8; }
.customer-tag { border-radius:2px; background:var(--tag-colour,#8462cf); padding:2px 7px; color:#fff; font-size:11px; }
.customer-tag-placeholder { color:#8a9299; font-size:12px; }
.customer-tag-dot { width:9px; height:9px; border-radius:50%; background:var(--tag-colour,#8462cf); }
.customer-additional-field > span:last-child { min-width:0; }
.customer-inventory-card .service-table-controls { margin-top:8px; }
.customer-inventory-card .data-table th { background:#fff; color:#20262b; text-transform:none; }
.customer-actionbar > .button:last-child { background:#347bf4; }
.customer-information-footer { display:flex; justify-content:flex-end; gap:8px; padding-top:18px; }
.customer-information-footer .button:last-child { background:#347bf4; }
.customer-information-footer .button.danger { border-color:#d94c4c; background:#d94c4c; color:#fff; }
.customer-note-editor { max-width:850px; }
.customer-search-page { max-width:1120px; }
.customer-search-grid { grid-template-columns:1fr 1fr; gap:0 28px; }
.customer-search-group { max-width:1120px; margin:14px 0; border-top:1px solid #e1e5e9; padding-top:10px; }
.customer-search-group > summary { cursor:pointer; color:#39424c; font-size:14px; font-weight:700; }
.customer-search-group > .customer-search-grid { margin-top:12px; }
.customer-neighbors { display:flex; gap:5px; }
.development-field .live-control { background: #f7f8fa; color: #707781; font-style: italic; }
.restricted-panel { min-height: 125px; border-radius: 5px; background: #eef0f3; padding: 18px; color: #646b74; }
.restricted-panel strong { color: #41484f; }
.restricted-panel p { margin: 8px 0 0; line-height: 1.5; }
.label-control { display: flex; gap: 6px; flex-wrap: wrap; }
.customer-label { border-radius: 4px; background: #f0eaff; padding: 3px 7px; color: #6840bf; font-size: 11px; font-weight: 700; }
.customer-directory { margin:0; color:#1b2124; }
.splynx-list-title { min-height:90px; margin:0; }
.splynx-list-title .page-title { font-size:20px; font-weight:600; }
.customer-list-statusbar { display:flex; height:32px; align-items:center; gap:8px; margin-left:auto; font-size:12px; }
.customer-status-select { position:relative; width:150px; height:32px; }
.customer-status-select > summary { display:block; height:32px; overflow:hidden; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:5px 27px 5px 8px; color:#1b2124; font-size:14px; line-height:20px; list-style:none; text-overflow:ellipsis; white-space:nowrap; cursor:pointer; }
.customer-status-select > summary::-webkit-details-marker { display:none; }
.customer-status-select > summary::after { position:absolute; top:10px; right:10px; width:7px; height:7px; border-right:1px solid #6c757d; border-bottom:1px solid #6c757d; content:""; transform:rotate(45deg); }
.customer-status-select > div { position:absolute; top:36px; right:0; z-index:12; display:grid; width:240px; gap:8px; border:1px solid #dfe3e7; border-radius:4px; background:#fff; padding:12px; box-shadow:0 8px 24px rgba(25,35,45,.18); }
.customer-status-select label { display:flex; align-items:center; gap:7px; font-size:13px; }
.customer-status-select .button { justify-self:end; }
.customer-list-tabs { display:flex; gap:2px; border-bottom:1px solid #e2e5e8; }
.customer-list-tabs a { padding:8px 14px; color:#59616a; font-size:16px; text-decoration:none; }
.customer-list-tabs a.active { border:1px solid #e2e5e8; border-bottom-color:#fff; border-radius:5px 5px 0 0; background:#fff; color:#222; font-weight:600; }
.customer-list-card { overflow:visible; border-radius:0 6px 6px 6px; }
.customer-list-tools { position:relative; display:flex; min-height:64px; align-items:center; gap:8px; padding:12px 16px; flex-wrap:wrap; }
.customer-list-tools select { height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:4px 28px 4px 8px; }
.customer-list-tools > label { display:flex; align-items:center; gap:7px; white-space:nowrap; }
.customer-list-tools .customer-search { position:relative; display:flex; width:200px; height:32px; margin-left:auto; }
.customer-list-tools input[type="search"] { width:200px; height:32px; border:1px solid #ced4da; border-radius:4px; padding:4px 34px 4px 10px; }
.customer-search-submit { position:absolute; top:1px; right:1px; width:30px; height:30px; border:0; background:transparent; color:#6c757d; cursor:pointer; }
.customer-colour-button,.customer-export-button { width:32px; height:32px; padding:0; border-color:#6c757d; color:#6c757d; font-size:16px; }
.customer-list-tools [data-customer-bulk-action]:not(.has-selection) { background:#f5f6f7; color:#a8afb5; }
.customer-export-menu { position:relative; }
.customer-export-menu > summary { display:grid; list-style:none; place-items:center; cursor:pointer; }
.customer-export-menu > summary::-webkit-details-marker { display:none; }
.customer-export-menu > div { position:absolute; top:36px; right:0; z-index:10; display:grid; min-width:130px; border:1px solid #dfe3e7; border-radius:4px; background:#fff; padding:5px 0; box-shadow:0 7px 20px rgba(25,35,45,.18); }
.customer-export-menu a,.customer-export-menu button { border:0; background:transparent; padding:8px 14px; color:#242b30; font:inherit; text-align:left; text-decoration:none; cursor:pointer; }
.customer-export-menu a:hover,.customer-export-menu button:hover { background:#f1f4f7; }
.finance-invoice-action-menu{display:flex;align-items:center;justify-content:space-between;gap:16px}.finance-invoice-action-menu h2{margin:0;font-size:16px}.finance-invoice-action-menu .button-row{margin:0}@media(max-width:640px){.finance-invoice-action-menu{align-items:stretch;flex-direction:column}}
.column-picker-button { min-width:38px; padding-inline:10px; font-size:20px; line-height:16px; }
.customer-column-dialog { width:min(500px,calc(100vw - 32px)); max-height:min(680px,calc(100vh - 40px)); border:0; border-radius:5px; padding:0; color:#20262b; box-shadow:0 16px 55px rgba(25,35,45,.3); }
.customer-column-dialog::backdrop { background:rgba(42,48,54,.45); }
.customer-column-dialog form { display:flex; max-height:min(680px,calc(100vh - 40px)); flex-direction:column; }
.customer-column-dialog header,.customer-column-dialog footer { display:flex; align-items:center; padding:18px 26px; }
.customer-column-dialog header { justify-content:space-between; }
.customer-column-dialog h2 { margin:0; font-size:22px; }
.customer-column-dialog footer { justify-content:flex-end; gap:12px; border-top:1px solid #e3e6e9; }
.customer-column-dialog footer .button:not(.secondary) { background:#347bf4; }
.dialog-close { border:0; background:transparent; color:#20262b; font-size:28px; cursor:pointer; }
.column-order-help { margin:0 26px 16px; border-radius:4px; padding:15px 12px; background:#d8f1dc; color:#23332a; }
.column-filter { display:flex; margin:0 26px 15px; border:1px solid #b9c0c7; border-radius:3px; }
.column-filter input { width:100%; border:0; padding:9px 10px; }
.column-filter span:last-child { display:grid; width:42px; place-items:center; border-left:1px solid #b9c0c7; font-size:22px; }
.column-choice-list { min-height:150px; overflow:auto; margin:0 12px 0 26px; padding-right:12px; }
.column-choice { display:grid; grid-template-columns:46px 1fr 24px; min-height:36px; align-items:center; border-bottom:1px solid #e3e6e9; cursor:grab; user-select:none; }
.column-choice[hidden] { display:none; }
.column-choice.dragging { opacity:.45; }
.column-choice input { position:absolute; opacity:0; pointer-events:none; }
.column-switch { position:relative; width:36px; height:21px; border-radius:12px; background:#d8dde2; transition:.15s; }
.column-switch::after { content:""; position:absolute; top:2px; left:2px; width:17px; height:17px; border-radius:50%; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.25); transition:.15s; }
.column-choice input:checked + .column-switch { background:#3d7df0; }
.column-choice input:checked + .column-switch::after { transform:translateX(15px); }
.column-choice input:focus-visible + .column-switch { outline:2px solid #165dcc; outline-offset:2px; }
.column-drag { color:#929aa2; text-align:right; }
.customer-list-table-wrap { border-top:1px solid #eef0f2; }
.customer-table { min-width:1650px; }
.customer-table th { height:60px; background:#fff; padding:7px 16px; color:#1b2124; font-size:12px; font-weight:600; letter-spacing:0; text-transform:none; vertical-align:bottom; }
.customer-table td { padding:7px 16px; color:#1b2124; vertical-align:top; }
.customer-table th a { display:flex; align-items:flex-end; justify-content:space-between; gap:6px; color:inherit; text-decoration:none; white-space:normal; }
.customer-table th a span { color:#6c757d; font-size:9px; }
.customer-table a { color:#357bf2; font-weight:500; }
.customer-table .expand-column { width:24px; padding:7px 0 7px 12px; }
.customer-table .select-column { width:34px; padding:7px 8px; }
.customer-table tbody td:first-child { width:24px; padding:7px 0 7px 12px; }
.customer-table tbody td:nth-child(2) { width:34px; padding:7px 8px; }
.customer-expand { width:20px; height:24px; border:0; background:transparent; padding:0; color:#3f4a51; font-size:27px; line-height:20px; cursor:pointer; transition:transform .15s; }
.customer-expand[aria-expanded="true"] { transform:rotate(90deg); }
.customer-row-online { background:#d3efd5; }
.customer-row-online_24h { background:#fff0bd; }
.customer-row-active { background:#dfeefb; }
.customer-row-new { background:#dce9ff; }
.customer-row-blocked { background:#f8dada; }
.customer-row-disabled { background:#e4e4e4; }
.customer-table tbody tr.customer-row:hover { filter:brightness(.985); }
.customer-table .status,.customer-totals .status { border-radius:2px; padding:3px 8px; color:#fff; font-size:12px; line-height:17px; }
.customer-table .status-online,.customer-totals .status-online { background:#31c89b; }
.customer-table .status-online_24h,.customer-totals .status-online_24h { background:#f1ad20; }
.customer-table .status-active,.customer-totals .status-active { background:#4ba0e8; }
.customer-table .status-new,.customer-totals .status-new { background:#347bdc; }
.customer-table .status-blocked,.customer-totals .status-blocked { background:#e34c4c; }
.customer-table .status-disabled,.customer-totals .status-disabled { background:#252b2f; }
.customer-detail-row td { background:#fff; padding:12px 36px; }
.customer-detail-row dl { display:grid; margin:0; grid-template-columns:repeat(4,minmax(150px,1fr)); gap:18px; }
.customer-detail-row dl div { display:grid; gap:3px; }
.customer-detail-row dt { color:#6c757d; font-size:11px; text-transform:uppercase; }
.customer-detail-row dd { margin:0; }
.customer-list-pagination { min-height:48px; justify-content:flex-end; gap:18px; margin:0; padding:8px 16px; color:#6c757d; }
.customer-pager { display:flex; }
.customer-pager > * { display:grid; width:32px; height:32px; place-items:center; border:1px solid #dee2e6; color:#6c757d; text-decoration:none; }
.customer-pager > * + * { border-left:0; }
.customer-pager [aria-current="page"] { background:#397be0; color:#fff; }
.customer-list-card.rows-colourless .customer-row { background:#fff; }
.customer-totals { margin-top:18px; overflow:hidden; }
.customer-totals .section-header { min-height:48px; margin:0; padding:8px 16px; }
.customer-totals .section-title { margin:0; font-size:16px; }
.customer-totals .data-table th { background:#fff; color:#1b2124; text-transform:none; }
.customer-tab-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.customer-services-toolbar { display:flex; align-items:center; gap:10px; margin:0 0 16px; }
.customer-services-toolbar label { display:flex; align-items:center; gap:8px; }
.service-group-card { margin-bottom:18px; overflow:hidden; }
.service-group-header { display:flex; align-items:center; justify-content:space-between; min-height:48px; padding:10px 14px; border-bottom:1px solid #e4e7ea; }
.service-table-controls { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 14px; }
.service-table-controls label { display:flex; align-items:center; gap:6px; }
.service-table-search input { width:200px; }
.service-group-table { min-width:1180px; }
.service-group-table th,.service-group-table td { white-space:nowrap; }
.service-group-table th button { display:flex; width:100%; align-items:center; justify-content:space-between; gap:8px; border:0; padding:0; background:transparent; color:inherit; font:inherit; cursor:pointer; text-align:left; }
.service-group-table th button span { color:#838b94; }
.service-group-table td:nth-child(3) { min-width:220px; white-space:normal; }
.service-group-count { margin:0; padding:10px 14px; border-top:1px solid #e4e7ea; color:#68717a; font-size:12px; }
.service-group-footer { display:flex; align-items:center; justify-content:space-between; border-top:1px solid #e4e7ea; }
.service-group-footer .service-group-count { border:0; }
.service-group-footer nav { display:flex; align-items:center; gap:6px; padding:8px 14px; }
.icon-button { min-width:34px; padding:7px 10px; font-size:17px; }
.customer-service-form-card { max-width:920px; }
.customer-service-form { max-width:760px; }
.customer-service-form .splynx-form-row { min-height:50px; }
.customer-service-form .splynx-form-row small { color:#77808a; }
.customer-service-plan-picker { padding:22px 0 4px; }
.customer-service-section-title { margin:20px 0 12px; padding:11px 14px; border:1px solid #dfe3e7; border-radius:4px; background:#f7f8f9; font-size:15px; font-weight:600; }
.bundle-components { margin-top:20px; }
.bundle-components fieldset { margin:12px 0; padding:14px 16px; border:1px solid #dfe3e7; border-radius:4px; }
.bundle-components legend { padding:0 7px; color:#3f4850; font-weight:600; }
.pending-service-status.is-hidden { display:none; }
.customer-document-send-card { max-width:920px; }
.customer-document-send-form > h3 { margin:6px 0 20px; padding-left:calc(42% + 13px); font-size:15px; font-weight:400; }
.document-message-editor { min-height:210px; resize:vertical; }
.customer-document-preview { width:min(760px,calc(100vw - 32px)); border:0; border-radius:5px; padding:0; box-shadow:0 16px 50px rgba(23,34,45,.28); }
.customer-document-preview::backdrop { background:rgba(31,38,45,.38); }
.customer-document-preview .dialog-head { display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-bottom:1px solid #e2e5e8; }
.customer-document-preview .dialog-head h2 { margin:0; font-size:18px; }
.customer-document-preview .dialog-head button { border:0; background:transparent; font-size:24px; cursor:pointer; }
.customer-document-preview > h3 { margin:18px 20px 10px; }
.customer-document-preview iframe { display:block; width:calc(100% - 40px); min-height:320px; margin:0 20px; border:1px solid #dfe3e7; }
.customer-document-preview .form-actions { margin:16px 20px; }
.customer-finance-document-card { max-width:1180px; }
.customer-finance-document-header { max-width:760px; margin-bottom:18px; }
.input-action { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:7px; }
.finance-document-items { min-width:1050px; }
.finance-document-items th,.finance-document-items td { padding:7px 6px; vertical-align:middle; }
.finance-document-items th:nth-child(2),.finance-document-items td:nth-child(2) { min-width:250px; }
.finance-document-items .live-control { min-width:72px; }
.invoice-drag { width:30px; color:#7f8992; text-align:center; cursor:grab; }
.add-invoice-item { margin:12px 0; }
.finance-document-totals { display:flex; justify-content:flex-end; margin-top:10px; }
.finance-document-totals dl { width:min(390px,100%); margin:0; }
.finance-document-totals dl div { display:flex; justify-content:space-between; gap:20px; padding:7px 10px; border-bottom:1px solid #e4e7ea; }
.finance-document-totals dt { font-weight:500; }
.finance-document-totals dd { margin:0; }
.finance-document-totals .finance-grand-total { font-size:18px; font-weight:700; }
.customer-finance-document-form > .form-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:18px; padding-top:16px; border-top:1px solid #e4e7ea; }
.customer-account-link-card { max-width:920px; margin-inline:auto; }
.customer-account-help { max-width:760px; margin:0 auto 20px; color:var(--muted); line-height:1.55; }
.customer-account-search { display:flex; max-width:760px; margin:0 auto 16px; gap:8px; }
.customer-account-search label { flex:1; }
.customer-account-search .live-control { width:100%; }
.customer-billing-config{display:grid;gap:14px}.customer-billing-config>.section-card{margin:0}.customer-billing-config>.form-actions{display:flex;justify-content:flex-end;gap:8px}.customer-quotes-card{padding:0;overflow:hidden}.customer-quotes-card>.section-header,.customer-quotes-card>.customer-table-toolbar,.customer-quotes-card>strong{margin:0;padding:14px 16px}.customer-quote-totals{width:min(560px,100%);margin:0 16px 18px;border-collapse:collapse}.customer-quote-totals th,.customer-quote-totals td{border-bottom:1px solid #e7eaed;padding:7px 12px;text-align:left}.customer-communication-stream{padding:0;overflow:hidden}.customer-communication-compose{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #e5e8eb}.customer-communication-compose label{display:flex;align-items:center;gap:7px}.customer-communication-compose select{height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 8px}.customer-communication-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:13px 16px;border-bottom:1px solid #edf0f2}.communication-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#68747f;color:#fff;font-weight:700}.customer-communication-item header{display:flex;gap:14px;align-items:center}.customer-communication-item time,.communication-direction{color:#7a838c;font-size:12px}.customer-communication-item>a{display:block;margin:3px 0;color:#3973b8;font-weight:600}.communication-direction{display:block}.customer-communication-item p{margin:5px 0 0;color:#4d555d}.customer-messenger-list{margin-top:14px}
.action-menu>div form{margin:0}.action-menu>div form button{width:100%;border:0;background:transparent;padding:7px 12px;color:inherit;font:inherit;text-align:left;cursor:pointer}.action-menu>div form button:hover{background:#f3f6f8;color:#3973b8}
.customer-portal-body{min-height:100vh;margin:0;background:#f1f3f5;color:#1b2124;font:14px/1.4 Inter,"Segoe UI",Arial,sans-serif}.customer-portal-header{position:fixed;z-index:3;top:0;right:0;left:0;display:flex;height:58px;align-items:center;gap:22px;background:#fff;padding:0 22px;border-bottom:1px solid #e2e6e9}.customer-portal-header span{margin-left:auto}.customer-portal-header a{color:#3973b8;text-decoration:none}.customer-portal-logo{font-size:22px;font-weight:700;letter-spacing:.05em}.customer-portal-nav{position:fixed;z-index:2;top:58px;bottom:0;left:0;width:58px;background:#30383f}.customer-portal-nav a{display:grid;height:52px;place-items:center;color:#fff;font-size:24px;text-decoration:none}.customer-portal-nav a[aria-current=page]{background:#6845df}.customer-portal-main{margin:58px 0 0 58px;padding:24px}.customer-portal-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.customer-portal-heading>span{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:21px}.customer-portal-heading p,.customer-portal-heading h1{margin:0}.customer-portal-heading p{color:#3973b8}.customer-portal-heading h1{font-size:21px}.customer-portal-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.customer-portal-cards article{padding:18px}.customer-portal-cards h2{margin:0 0 12px;font-size:16px}.customer-balance-amount,.customer-due-card p{margin:0;font-size:28px;font-weight:700}.customer-balance-amount small{margin-left:5px;color:#52b788;font-size:14px;font-weight:500}.customer-portal-services{padding:0;overflow:hidden}.customer-portal-tickets .section-title span{display:inline-grid;min-width:22px;height:22px;place-items:center;border-radius:11px;background:#3973e8;color:#fff;font-size:12px}@media(max-width:760px){.customer-portal-cards{grid-template-columns:1fr}.customer-portal-main{padding:14px}}
.customer-portal-heading a{color:#3973b8;text-decoration:none}.customer-portal-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px}.customer-portal-service-card{padding:20px}.customer-portal-service-card header{display:flex;align-items:center;gap:10px}.customer-portal-service-card h2{margin:18px 0 8px;font-size:18px}.customer-portal-service-price{font-size:26px;font-weight:700}.customer-portal-service-price small{display:block;color:#6c757d;font-size:12px;font-weight:400}.customer-portal-service-card dl{display:grid;grid-template-columns:1fr 1fr;gap:7px 14px}.customer-portal-service-card dt{color:#6c757d}.customer-portal-service-card dd{margin:0;text-align:right}.customer-portal-list-toolbar,.customer-portal-list-actions,.customer-portal-document-tabs{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.customer-portal-list-toolbar{border-bottom:1px solid #e7eaed;padding:0 0 12px}.customer-portal-list-actions{justify-content:flex-end}.customer-portal-unread{font-weight:700}.customer-portal-message,.customer-portal-ticket-detail{max-width:1050px;padding:20px}.customer-portal-message>header,.customer-portal-ticket-message>header,.customer-portal-ticket-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.customer-portal-message h2,.customer-portal-ticket-detail h2{margin:0}.customer-portal-rich-message{margin:18px 0;border-top:1px solid #e7eaed;padding-top:18px;white-space:normal}.customer-portal-ticket-form{display:grid;max-width:1000px;grid-template-columns:1fr 1fr;gap:15px;padding:20px}.customer-portal-ticket-form label,.customer-portal-ticket-reply label{display:grid;gap:6px}.customer-portal-ticket-form input,.customer-portal-ticket-form select,.customer-portal-ticket-form textarea,.customer-portal-ticket-reply textarea{width:100%;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:8px 10px}.customer-portal-ticket-form .wide{grid-column:1/-1}.customer-portal-ticket-detail>header dl{display:grid;grid-template-columns:auto auto;gap:4px 10px;margin:0}.customer-portal-ticket-detail>header dd{margin:0}.customer-portal-ticket-message{margin-top:14px;border:1px solid #e3e7eb;border-left:4px solid #3973e8;border-radius:4px;background:#fff;padding:14px}.customer-portal-ticket-message.from-customer{border-left-color:#52b788;background:#f4fbf8}.customer-portal-ticket-message p{margin:10px 0 0}.customer-portal-ticket-reply{display:grid;gap:10px;margin-top:18px;border-top:1px solid #e7eaed;padding-top:18px}.customer-portal-ticket-reply .button{justify-self:start}.customer-portal-document-tabs{justify-content:flex-start;gap:20px;border-bottom:1px solid #dfe3e7}.customer-portal-document-tabs>*{padding:10px}.customer-portal-document-tabs strong{border-bottom:3px solid #3973e8;color:#3973e8}@media(max-width:760px){.customer-portal-ticket-form{grid-template-columns:1fr}.customer-portal-ticket-form .wide{grid-column:auto}.customer-portal-header span{display:none}}
.input-with-prefix { display:flex; align-items:center; }
.input-with-prefix > span { align-self:stretch; display:grid; min-width:38px; place-items:center; border:1px solid #ccd2d8; border-right:0; border-radius:4px 0 0 4px; background:#f3f5f7; }
.input-with-prefix .live-control { border-radius:0 4px 4px 0; }
.compound-control { display:grid; grid-template-columns:minmax(0,1fr) 150px; gap:8px; }
.customer-service-form .form-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:18px; padding-top:16px; border-top:1px solid #e4e7ea; }
.customer-documents-toolbar { display:flex; align-items:center; gap:10px; margin:0 0 16px; }
.customer-documents-toolbar label { display:flex; align-items:center; gap:7px; }
.customer-documents-card { overflow:hidden; }
.customer-documents-table { min-width:1050px; }
.customer-documents-table th button { display:flex; width:100%; align-items:center; justify-content:space-between; gap:8px; border:0; padding:0; background:transparent; color:inherit; font:inherit; cursor:pointer; text-align:left; }
.customer-documents-table th button span { color:#838b94; }
.customer-documents-table td:nth-child(5) { min-width:150px; }
.customer-documents-table td:nth-child(7) { min-width:210px; white-space:normal; }
.table-actions { display:flex; align-items:center; gap:8px; white-space:nowrap; }
.table-actions form { display:inline; margin:0; }
.link-button { border:0; padding:0; background:transparent; color:#3378d4; font:inherit; cursor:pointer; }
.danger-link { color:#c43c3c; }
.compact-value { font-size: 16px; }

.login-page { display: grid; min-height: 100vh; place-items: center; background: linear-gradient(135deg, #f7f8fc, #eee9ff); padding: 24px; }
.login-card { width: min(405px, 100%); padding: 31px; }
.login-brand { height: 58px; margin: 0 0 24px; border: 0; padding: 0; }
.field { display: grid; gap: 6px; margin: 14px 0; }
.field label { color: #565d65; font-size: 12px; font-weight: 700; }
.field input { border: 1px solid #dcdfe6; border-radius: 6px; padding: 10px 11px; }
.field input:focus, .field-inline input:focus, .field-inline select:focus { border-color: var(--purple); outline: 2px solid #e4d9ff; outline-offset: 1px; }
.login-card .button { width: 100%; margin-top: 8px; }
.form-error { border-radius: 6px; background: #fff0f3; padding: 9px 11px; color: #b1324e; font-size: 12px; }
.form-success { margin-bottom: 14px; border-radius: 6px; background: #e9f8f1; padding: 10px 12px; color: #24714f; font-size: 12px; }
.account-card { width: min(620px, 100%); }
.account-card .button { margin-top: 8px; }
.password-requirements { margin: 4px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.login-security { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.splynx-directory-child-header { display: flex; align-items: center; gap: 6px; margin: 0 0 12px; color: #858b94; font-size: 12px; }
.splynx-directory-child-header strong { color: #4a5159; }
.splynx-directory-back { color: #6f52b4; font-weight: 650; text-decoration: none; }
.splynx-directory-back:hover { text-decoration: underline; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }

/* Shared source-list contract for Administration detail pages.  These pages
   use the same lightweight toolbar, DataTables geometry and pagination as the
   signed-in source. */
.splynx-admin-table-page { position: relative; color: #1b2124; font: 14px/21px Inter, "Segoe UI", Arial, sans-serif; }
.restored-log-heading { margin: 18px 0 14px; color: #1b2124; font-size: 20px; font-weight: 600; line-height: 28px; }
.restored-log-page .splynx-admin-table th { font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; line-height: 15.6px; }
.restored-log-page .splynx-admin-table td { font-size: 13px; line-height: 18px; }
.splynx-administrators-toolbar { gap: 8px; }.splynx-administrators-toolbar label { display: flex; align-items: center; gap: 8px; font-weight: 500; }.splynx-administrators-toolbar select { min-width: 150px; height: 32px; border: 1px solid #ced4da; border-radius: 3px; background: #fff; padding: 4px 24px 4px 8px; }.splynx-administrators-controls { margin-top: 44px; }.splynx-admin-photo { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #3a325f; background: #dcd2b2; font-weight: 700; }.splynx-admin-enabled,.splynx-admin-disabled { display: inline-block; border-radius: 3px; padding: 1px 7px; color: #fff; font-size: 12px; font-weight: 700; line-height: 20px; }.splynx-admin-enabled { background: #24c997; }.splynx-admin-disabled { background: #707b85; }.splynx-role-relations { display: grid; gap: 3px; margin: 6px 0 14px; color: #66727c; }.splynx-role-relations strong { color: #202b35; font-weight: 650; }.splynx-editor-dialog { max-width: 640px; margin: 8px auto; }
.splynx-admin-breadcrumb { display: grid; height: 88px; grid-template-columns: 40px auto minmax(0, 1fr); grid-template-rows: 20px 28px; column-gap: 8px; align-content: center; margin: 0; color: #1b2124; font-size: 20px; font-weight: 600; line-height: 28px; }
.splynx-admin-breadcrumb::before { display: grid; width: 40px; height: 40px; grid-row: 1 / 3; place-items: center; border-radius: 4px; background: #6c757d; color: #fff; content: '\2637'; font-size: 19px; font-weight: 400; }
.splynx-admin-breadcrumb > a { grid-column: 2; grid-row: 1; color: #3973b8; font-size: 14px; font-weight: 400; line-height: 20px; }
.splynx-admin-breadcrumb > span { grid-column: 3; grid-row: 1; color: #3973b8; font-size: 14px; font-weight: 400; line-height: 20px; }
.splynx-admin-breadcrumb > strong { grid-column: 2 / 4; grid-row: 2; font-size: 20px; line-height: 28px; }
.restored-log-detail-breadcrumb { grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: 20px 20px 28px; height: 96px; }.restored-log-detail-breadcrumb::before { grid-row: 1 / 4; }.restored-log-detail-breadcrumb > a:first-of-type { grid-column: 2; grid-row: 1; }.restored-log-detail-breadcrumb > a:nth-of-type(2) { grid-column: 2; grid-row: 2; }.restored-log-detail-breadcrumb > span { display: none; }.restored-log-detail-breadcrumb > strong { grid-column: 2; grid-row: 3; }
.splynx-admin-breadcrumb a { color: inherit; text-decoration: none; }.splynx-admin-breadcrumb a:hover { text-decoration: underline; }
.splynx-admin-toolbar { position: absolute; top: 31px; right: 4px; display: flex; min-height: 32px; align-items: center; justify-content: flex-end; }
.splynx-admin-add { height: 32px; border: 1px solid #1b2124; border-radius: 4px; background: #fff; padding: 4px 12px; color: #1b2124; font: 14px/22px Inter, sans-serif; text-align: center; }
.splynx-admin-table-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; border: 1px solid #e3e6e9; border-bottom: 0; border-radius: 8px 8px 0 0; background: #fff; padding: 16px; color: #1b2124; box-shadow: 0 2px 8px rgba(0,0,0,.06); }.splynx-admin-table-controls > label:first-child { display: flex; align-items: center; gap: 8px; }
.splynx-admin-table-controls select, .splynx-admin-table-controls input { height: 32px; border: 1px solid #ced4da; border-radius: 3px; background: #fff; color: #1b2124; font: 14px/22px Inter, sans-serif; }.splynx-admin-table-controls select { width: 78px; padding: 4px 8px; }.restored-log-page .splynx-admin-table-controls select[name="operation"] { width: min(260px, 34vw); }.splynx-admin-search { position: relative; }.splynx-admin-search input { width: 200px; padding: 0 32px 0 12px; }.splynx-admin-search::after { position: absolute; top: 8px; right: 11px; color: #6c757d; content: "\2315"; font-size: 16px; line-height: 16px; pointer-events: none; }
@media (max-width: 1100px) { .restored-log-page .splynx-admin-table-controls { align-items: flex-end; justify-content: flex-start; flex-wrap: wrap; } .restored-log-page .splynx-admin-table-controls .splynx-admin-search { margin-left: 0; } }

.splynx-admin-table-page > .splynx-admin-table-wrap { overflow-x: auto; border-right: 1px solid #e3e6e9; border-left: 1px solid #e3e6e9; background: #fff; }.splynx-admin-table { width: 100%; min-width: 620px; border-collapse: collapse; }.splynx-admin-table th { height: 30px; border-bottom: 1px solid #e9ecef; padding: 4px 12px; color: #1b2124; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; line-height: 15.6px; text-align: left; }.splynx-admin-table td { height: 35px; border-bottom: 1px solid #e9ecef; padding: 7px 12px; color: #1b2124; }.splynx-admin-table tbody tr:nth-child(odd) { background: rgba(0, 0, 0, .025); }.splynx-admin-table tbody tr:hover { background: rgba(0, 0, 0, .04); }.splynx-admin-table th:last-child, .splynx-admin-table td:last-child { width: 120px; text-align: center; }
.splynx-admin-sort, .splynx-admin-row-action { color: #adb5bd; font-size: 14px; }.splynx-admin-row-action { border: 0; background: transparent; padding: 2px 7px; }.splynx-admin-empty { padding: 28px 12px !important; color: #6c757d !important; text-align: center; }
.splynx-admin-table-page > .splynx-admin-table-footer { display: flex; min-height: 48px; align-items: center; justify-content: flex-end; gap: 16px; border: 1px solid #e3e6e9; border-top: 0; border-radius: 0 0 8px 8px; background: #fff; padding: 0 16px; color: #6c757d; font-size: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }.splynx-admin-pager { display: flex; align-items: center; }.splynx-admin-pager > * { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #dee2e6; color: #6c757d; text-decoration:none; }.splynx-admin-pager > * + * { border-left: 0; }.splynx-admin-pager .current { border-color:#3973e8; background:#3973e8; color:#fff; }
.secondary-log-page { position:relative; }.secondary-log-filters { position:absolute; top:31px; right:4px; display:flex; align-items:center; gap:9px; color:#1b2124; font-size:12px; }.secondary-log-filters label { display:flex; align-items:center; gap:7px; white-space:nowrap; }.secondary-log-filters input,.secondary-log-filters select,.secondary-log-controls input,.secondary-log-controls select { box-sizing:border-box; height:32px; border:1px solid #ced4da; border-radius:3px; background:#fff; color:#4d555d; padding:4px 10px; font:14px Inter,"Segoe UI",Arial,sans-serif; }.secondary-log-period { display:flex; }.secondary-log-period input { width:142px; }.secondary-log-period input + input { margin-left:-1px; border-radius:0 3px 3px 0; }.secondary-log-period input:first-child { border-radius:3px 0 0 3px; }.secondary-log-filters select { width:150px; }.secondary-log-refresh { display:grid; width:33px; height:32px; place-items:center; border:1px solid #6c757d; border-radius:4px; background:#fff; color:#4d555d; cursor:pointer; font-size:19px; line-height:1; }.secondary-log-controls { min-height:64px; }.secondary-log-controls > label:first-of-type { display:flex; align-items:center; gap:6px; }.secondary-log-controls select { width:62px; }.secondary-log-search { position:relative; display:block!important; }.secondary-log-search input { width:200px; padding-right:38px; }.secondary-log-search button { position:absolute; top:0; right:0; width:34px; height:32px; border:0; border-left:1px solid #ced4da; background:transparent; color:#6c757d; cursor:pointer; font-size:17px; }
.session-log-page{padding:0 4px}.session-log-search-card{margin-top:18px;padding:24px 31% 24px 17%;border:1px solid #e1e5eb;border-radius:7px;background:#fff;box-shadow:0 2px 5px rgba(35,46,60,.08)}.session-log-row{display:grid;grid-template-columns:170px minmax(320px,1fr);align-items:center;gap:14px;margin-bottom:10px}.session-log-row>label,.session-log-row>span{text-align:right;font-size:13px}.session-log-row>input,.session-log-row>select,.session-fields-picker>summary{box-sizing:border-box;width:100%;min-height:33px;border:1px solid #cfd6df;border-radius:3px;background:#fff;padding:7px 11px;color:#303840}.session-fields-picker{position:relative}.session-fields-picker>summary{cursor:pointer;list-style:none}.session-fields-picker>div{position:absolute;z-index:5;right:0;left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:12px;border:1px solid #cfd6df;background:#fff;box-shadow:0 5px 16px rgba(35,46,60,.18)}.session-fields-picker label{font-size:12px}.session-log-submit{text-align:right}.session-log-results{margin-top:18px}
.secondary-log-table-card{margin-top:14px;border:1px solid #e1e5eb;border-radius:5px;background:#fff;box-shadow:0 1px 3px rgba(35,46,60,.06)}.secondary-log-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:15px 18px}.secondary-log-controls form{display:flex;align-items:center;gap:8px;margin:0}.secondary-log-controls form:first-of-type{margin-right:auto}.secondary-log-controls .button{min-height:32px;padding:6px 11px}.secondary-log-table-card>.splynx-admin-table-wrap{margin:0;border-right:0;border-left:0}.secondary-log-message{max-width:1100px;max-height:520px;margin:0;overflow:auto;white-space:pre-wrap;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:13px;line-height:1.5}.secondary-log-message-frame{display:block;width:100%;min-height:320px;border:1px solid #dce1e7;background:#fff}.accounting-log-page{position:relative}.accounting-log-warning{margin:14px 0;padding:12px 16px;border:1px solid #ffe08a;border-radius:4px;background:#fff8df}.accounting-log-warning a{color:#755600;font-weight:600}.accounting-log-tabs{display:flex;gap:0;margin-top:14px;border-bottom:1px solid #dce1e7}.accounting-log-tabs a{padding:10px 18px;border:1px solid transparent;border-bottom:0;color:#4b5560;text-decoration:none}.accounting-log-tabs a[aria-current="page"]{margin-bottom:-1px;border-color:#dce1e7;border-radius:4px 4px 0 0;background:#fff;color:#1f2933;font-weight:600}.accounting-log-filters{position:static;justify-content:flex-end;margin:14px 0}.accounting-log-filters>label:first-of-type input{width:170px}.file-logs-page .secondary-log-table-card{margin-top:14px}.file-log-detail-page h1{margin:18px 0;font-size:18px}.file-log-seek{overflow-x:auto}.file-log-seek table{width:100%;border-collapse:collapse;background:#fff}.file-log-seek th,.file-log-seek td{border:1px solid #dce1e7;padding:8px;text-align:left}.file-log-seek input{box-sizing:border-box;width:120px;height:32px;border:1px solid #ced4da;border-radius:3px;padding:4px 8px}.file-log-content{box-sizing:border-box;width:100%;height:420px;margin:14px 0;overflow:auto;border:1px solid #dce1e7;border-radius:4px;background:#111827;color:#e5e7eb;padding:14px;white-space:pre-wrap}.session-log-results>.splynx-admin-table-controls{display:flex;justify-content:space-between;gap:12px}.session-log-results>.splynx-admin-table-controls form{display:flex;align-items:center;gap:8px}.splynx-admin-table th a{color:inherit;text-decoration:none}
.splynx-admin-table .badge { display:inline-block; min-width:27px; border-radius:3px; padding:2px 6px; color:#fff; font-size:11px; font-weight:600; line-height:16px; text-align:center; }.splynx-admin-table .badge.bg-warning { background:#ffaf14; }.splynx-admin-table .badge.bg-success { background:#29cc97; }.splynx-admin-actions { white-space:nowrap; }
.splynx-permissions-editor { overflow:hidden; margin:0; }.splynx-permissions-heading { display:flex; align-items:center; justify-content:space-between; gap:18px; border-bottom:1px solid #e3e6e9; padding:16px 18px; }.splynx-permissions-heading h2 { margin:0; font-size:17px; }.splynx-permissions-heading p { margin:3px 0 0; color:#6c757d; }.splynx-permissions-heading input { width:220px; height:32px; border:1px solid #ced4da; border-radius:3px; padding:0 10px; }.splynx-permissions-group { margin:0; border:0; border-bottom:1px solid #edf0f2; padding:14px 18px; }.splynx-permissions-group legend { padding:0; font-weight:650; }.splynx-permissions-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px 16px; margin-top:10px; }.splynx-permissions-grid label { display:flex; align-items:center; gap:8px; color:#4d555d; }.splynx-permissions-grid input { width:16px; height:16px; accent-color:#4d8df7; }.splynx-permissions-editor .form-actions { margin:0; padding:16px 18px; }
.splynx-api-settings { color:#1b2124; font:14px/21px Inter,"Segoe UI",Arial,sans-serif; }.splynx-api-system,.splynx-api-domains { margin:0 0 28px; border:1px solid #e3e6e9; border-radius:3px; background:#fff; }.splynx-api-system h2,.splynx-api-domains h2 { margin:0; color:#343a40; font-size:16px; font-weight:600; }.splynx-api-system h2 { padding:15px 18px; border-bottom:1px solid #e8ebed; }.splynx-api-field { display:grid; grid-template-columns:285px minmax(280px,610px); gap:16px; align-items:center; max-width:930px; padding:0 18px; margin:15px auto; }.splynx-api-field > label,.splynx-api-field > span { color:#4d555d; font-size:13px; text-align:right; }.splynx-api-field input[type="url"] { width:100%; height:32px; box-sizing:border-box; padding:0 10px; border:1px solid #ced4da; border-radius:3px; color:#4d555d; font:14px/1.2 inherit; }.splynx-api-switch { display:flex; align-items:center; gap:8px; color:#4d555d; font-size:13px; }.splynx-api-switch span { display:none; }.splynx-api-save { padding:8px 18px 18px; text-align:center; }.splynx-api-save .button { min-width:66px; }.splynx-api-domains-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:15px 18px; border-bottom:1px solid #e8ebed; }.splynx-api-add-domain { display:flex; gap:8px; }.splynx-api-add-domain input { width:220px; height:32px; box-sizing:border-box; padding:0 10px; border:1px solid #ced4da; border-radius:3px; font:14px/1.2 inherit; }.splynx-api-domains .splynx-admin-table-controls { margin:16px 18px; }.splynx-api-domains .splynx-admin-table-footer { padding:0 18px; }.splynx-api-domains .splynx-admin-row-action { color:#3973b8; font-size:13px; cursor:pointer; }
.splynx-portal-settings { color:#1b2124; font:14px/21px Inter,"Segoe UI",Arial,sans-serif; }.splynx-portal-settings h1 { margin:12px 0 18px; font-size:21px; font-weight:600; }.splynx-portal-card { margin:0 0 22px; padding:0 0 18px; border:1px solid #e3e6e9; border-radius:3px; background:#fff; }.splynx-portal-card h2 { margin:0 0 15px; padding:15px 18px; border-bottom:1px solid #e8ebed; color:#343a40; font-size:16px; font-weight:600; }.splynx-portal-card > p { max-width:810px; margin:12px auto 18px; color:#68717a; font-size:13px; }.splynx-portal-field { display:grid; grid-template-columns:320px minmax(300px,610px); gap:16px; align-items:center; max-width:1010px; margin:12px auto; padding:0 18px; }.splynx-portal-field > label,.splynx-portal-field > span { color:#4d555d; font-size:13px; text-align:right; }.splynx-portal-field input:not([type="checkbox"]),.splynx-portal-field select,.splynx-portal-field textarea { width:100%; box-sizing:border-box; border:1px solid #ced4da; border-radius:3px; background:#fff; color:#4d555d; font:14px/1.2 inherit; }.splynx-portal-field input:not([type="checkbox"]),.splynx-portal-field select { height:32px; padding:0 10px; }.splynx-portal-field select[multiple] { height:138px; padding:6px 10px; }.splynx-portal-field textarea { min-height:67px; padding:8px 10px; resize:vertical; }.splynx-portal-field small { display:block; margin-top:4px; color:#7a838b; font-size:12px; }.splynx-portal-field small a { color:#3973b8; text-decoration:none; }.splynx-portal-toggle { display:flex; align-items:center; gap:8px; color:#4d555d; font-size:13px; }.splynx-portal-save { margin:20px 0 8px; text-align:center; }.splynx-portal-save .button { min-width:66px; }
.splynx-labels-toolbar { position:absolute; top:31px; right:4px; display:flex; align-items:center; gap:8px; }.splynx-labels-toolbar>form,.splynx-labels-toolbar label { display:flex; align-items:center; gap:4px; color:#1b2124; font-size:12px; }.splynx-labels-toolbar select { width:150px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:4px 8px; color:#1b2124; font:14px/22px Inter,sans-serif; }.splynx-labels-refresh{display:grid;width:32px;height:32px;place-items:center;border:1px solid #6c757d;border-radius:4px;background:#fff;font-size:19px;cursor:pointer}.splynx-label-add,.splynx-label-edit,.splynx-labels-more{position:relative}.splynx-label-add>summary,.splynx-label-edit>summary,.splynx-labels-more>summary{cursor:pointer;list-style:none}.splynx-label-add>summary{border-color:#397be0;background:#397be0;color:#fff}.splynx-label-add>form,.splynx-label-edit>form{position:absolute;z-index:6;top:36px;right:0;display:grid;width:300px;gap:10px;border:1px solid #d9dfe7;border-radius:5px;background:#fff;padding:16px;box-shadow:0 6px 18px rgba(35,46,60,.18)}.splynx-label-add>form label,.splynx-label-edit>form label{display:grid;gap:4px}.splynx-labels-table-controls{min-height:64px;box-sizing:border-box}.splynx-labels-table-utilities{display:flex;align-items:center;gap:7px}.splynx-labels-control-button{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #adb5bd;border-radius:3px;background:#fff;padding:0;color:#687078;cursor:pointer;font-size:18px;line-height:1}.splynx-labels-control-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.splynx-labels-more>summary::-webkit-details-marker{display:none}.splynx-labels-more>div{position:absolute;z-index:7;top:36px;right:0;width:120px;border:1px solid #d9dfe7;border-radius:4px;background:#fff;padding:6px;box-shadow:0 6px 18px rgba(35,46,60,.16)}.splynx-labels-more a{display:block;padding:5px 7px;color:#3973b8;text-decoration:none}.splynx-label-badge{position:relative;display:inline-block;overflow:hidden;border-radius:2px;padding:2px 8px;color:#fff;font-size:12px;font-weight:600;line-height:16px}.splynx-label-badge__colour{position:absolute;z-index:0;inset:0;width:100%;height:100%}.splynx-label-badge>span{position:relative;z-index:1}.splynx-label-row-actions{display:flex;align-items:center;gap:2px}.splynx-label-delete{display:inline;margin:0}.splynx-label-row-actions .splynx-admin-row-action{display:grid;width:24px;height:24px;box-sizing:border-box;place-items:center;padding:2px;color:#397be0;cursor:pointer}.splynx-label-row-actions .splynx-admin-row-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.splynx-labels-page .splynx-admin-table{table-layout:fixed}.splynx-labels-page .splynx-admin-table th:first-child,.splynx-labels-page .splynx-admin-table td:first-child{width:76%}.splynx-labels-page .splynx-admin-table th:last-child,.splynx-labels-page .splynx-admin-table td:last-child{width:24%;text-align:left}.splynx-labels-page .splynx-admin-table th,.splynx-labels-page .splynx-admin-table td{height:35px;box-sizing:border-box;padding:5px 14px}.splynx-labels-page .splynx-admin-table tbody tr:nth-child(even){background:#f3f4f7}

.portal-log-source { position:relative; padding-top:0; }.portal-log-filters { position:absolute; top:31px; right:4px; display:flex; align-items:center; gap:9px; color:#1b2124; font-size:12px; }.portal-log-filters label { display:flex; align-items:center; gap:7px; white-space:nowrap; }.portal-log-filters input,.portal-log-filters select,.portal-log-table-controls input,.portal-log-table-controls select { box-sizing:border-box; height:32px; border:1px solid #ced4da; border-radius:3px; background:#fff; color:#4d555d; padding:4px 10px; font:14px Inter,"Segoe UI",Arial,sans-serif; }.portal-log-filters input[name="customer"] { width:190px; }.portal-log-period { display:flex; }.portal-log-period input { width:142px; }.portal-log-period input + input { margin-left:-1px; border-radius:0 3px 3px 0; }.portal-log-period input:first-child { border-radius:3px 0 0 3px; }.portal-log-filters select { width:150px; }.portal-log-refresh { display:grid; width:33px; height:32px; place-items:center; border:1px solid #6c757d; border-radius:4px; background:#fff; color:#4d555d; cursor:pointer; font-size:19px; line-height:1; }.portal-log-card { overflow:hidden; border:1px solid #e3e6e9; border-radius:8px; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.06); }.portal-log-table-controls { display:flex; min-height:64px; align-items:center; justify-content:space-between; gap:16px; padding:0 16px; color:#6c757d; font-size:14px; }.portal-log-table-controls label { display:flex; align-items:center; gap:6px; }.portal-log-table-controls select { width:62px; }.portal-log-table-controls input { width:200px; padding-right:38px; }.portal-log-search { position:relative; }.portal-log-search button { position:absolute; top:0; right:0; width:34px; height:32px; border:0; border-left:1px solid #ced4da; background:transparent; color:#6c757d; cursor:pointer; font-size:17px; }.portal-log-table-wrap { margin:0; border-top:1px solid #e3e6e9; }.portal-log-table { min-width:700px; }.portal-log-table th { height:30px; padding:7px 12px; color:#252b30; font-size:12px; letter-spacing:0; text-transform:none; }.portal-log-table th span { float:right; color:#6c757d; }.portal-log-table td { height:35px; padding:7px 12px; color:#252b30; font-size:14px; }.portal-log-table tbody tr:nth-child(even) { background:#f5f6f8; }.portal-log-table th:first-child { color:#3973b8; }.portal-log-table th:first-child,.portal-log-table td:first-child { width:21%; }.portal-log-table th:nth-child(2),.portal-log-table td:nth-child(2) { width:17%; }.portal-log-table th:nth-child(3),.portal-log-table td:nth-child(3) { width:38%; }.portal-log-table th:nth-child(4),.portal-log-table td:nth-child(4) { width:12%; }.portal-log-table th:last-child,.portal-log-table td:last-child { width:90px; text-align:center; }.portal-log-action { border:0; background:transparent; color:#397be0; font-size:16px; text-decoration:none; }.portal-log-footer { display:flex; min-height:48px; align-items:center; justify-content:space-between; padding:0 16px; color:#6c757d; font-size:14px; }.portal-log-footer nav { display:flex; }.portal-log-footer nav > * { display:grid; min-width:32px; height:32px; place-items:center; border:1px solid #dee2e6; color:#6c757d; text-decoration:none; }.portal-log-footer nav > * + * { border-left:0; }.portal-log-footer nav .current { border-color:#3973e8; background:#3973e8; color:#fff; }

/* CSP-safe Config detail contracts.  View files carry only semantic markup. */
.additional-fields-page { margin: -2px -2px 0; }.additional-fields-page .af-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:0 0 26px; }.additional-fields-page .af-title { display:flex; align-items:center; gap:12px; }.additional-fields-page .af-title-icon, .company-parity .company-parity-icon, .localization-parity .loc-icon { width:40px; height:40px; display:grid; place-items:center; border-radius:4px; background:#6c757d; color:#fff; font-size:0; }.additional-fields-page .af-title-icon::before, .company-parity .company-parity-icon::before, .localization-parity .loc-icon::before { content:'\\2699'; font-size:19px; }.additional-fields-page .af-crumb { color:#3973b8; font-size:14px; line-height:17px; }.additional-fields-page h1 { margin:2px 0 0; color:#1b2124; font-size:20px; line-height:25px; font-weight:600; }.additional-fields-page .af-module-form { display:flex; align-items:center; gap:8px; font-size:12px; color:#252b30; }.additional-fields-page .af-module-form label { white-space:nowrap; }.additional-fields-page select, .additional-fields-page input { height:33px; border:1px solid #ced4da; border-radius:4px; background:#fff; color:#343a40; font:13px/1.2 inherit; }.additional-fields-page #field-scope { width:190px; padding:0 10px; }.additional-fields-page .af-icon-button, .additional-fields-page .af-add-button { height:33px; border-radius:4px; cursor:pointer; font:14px/1 inherit; }.additional-fields-page .af-icon-button { width:33px; border:1px solid #6c757d; color:#4b545c; background:#fff; font-size:0; }.additional-fields-page .af-icon-button::before { content:'\\21bb'; font-size:17px; }.additional-fields-page .af-add-button { padding:0 13px; color:#3973b8; border:1px solid #3973b8; background:#fff; }.additional-fields-page .af-table-card { overflow:hidden; padding:0; border:1px solid #e7e9ed; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.09); background:#fff; }.additional-fields-page .af-toolbar { min-height:64px; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:0 16px; }.additional-fields-page .af-length { display:flex; align-items:center; gap:6px; color:#69717a; font-size:14px; }.additional-fields-page #field-per-page { width:61px; padding:0 7px; }.additional-fields-page .af-search { display:flex; gap:8px; align-items:center; }.additional-fields-page #field-search { width:200px; padding:0 10px; }.additional-fields-page .af-search-button { width:34px; border:1px solid #6c757d; border-radius:4px; background:#fff; color:#4b545c; font-size:0; }.additional-fields-page .af-search-button .splynx-search-glyph { margin:auto; }.additional-fields-page .af-table-wrap { overflow-x:auto; }.additional-fields-page .af-table { width:100%; min-width:1600px; border-collapse:collapse; font-size:14px; }.additional-fields-page .af-table th { padding:9px 16px; vertical-align:bottom; background:#f4f6f9; border-top:1px solid #e5e8ed; border-bottom:1px solid #dfe3e8; color:#252b30; font-size:12px; font-weight:600; line-height:14px; text-align:left; white-space:normal; }.additional-fields-page .af-table td { padding:8px 16px; border-bottom:1px solid #dfe3e8; color:#252b30; line-height:17px; vertical-align:middle; }.additional-fields-page .af-table tbody tr:nth-child(even) { background:#f8f9fb; }.additional-fields-page .af-table .af-expand { width:17px; padding-right:0; color:#7b858d; font-size:25px; font-weight:200; }.additional-fields-page .af-table .af-title-cell { min-width:84px; max-width:118px; }.additional-fields-page .af-table .af-type { min-width:55px; }.additional-fields-page .af-table .af-empty { color:#9aa2a9; }.additional-fields-page .af-row-actions { display:flex; gap:4px; white-space:nowrap; }.additional-fields-page .af-row-actions button { width:20px; height:20px; padding:0; border:1px solid #3973b8; border-radius:4px; background:#fff; color:#3973b8; font-size:15px; line-height:17px; }.additional-fields-page .af-footer { display:flex; align-items:center; justify-content:flex-end; gap:20px; min-height:64px; padding:0 16px; color:#69717a; font-size:14px; }.additional-fields-page .af-pages { display:flex; }.additional-fields-page .af-pages span, .additional-fields-page .af-pages a { min-width:32px; height:32px; display:grid; place-items:center; border:1px solid #dfe3e8; color:#6c757d; text-decoration:none; }.additional-fields-page .af-pages .is-current { border-color:#3973e8; background:#3973e8; color:#fff; }.additional-fields-page .af-context-note { margin:10px 0 0; color:#7b858d; font-size:12px; }

.company-parity { margin:-2px -2px 0; }.company-parity .company-parity-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:0 0 26px; }.company-parity .company-parity-title { display:flex; gap:12px; align-items:center; }.company-parity .company-parity-crumb, .company-parity .company-parity-crumb a { color:#3973b8; font-size:14px; line-height:17px; text-decoration:none; }.company-parity h1 { margin:2px 0 0; color:#1b2124; font-size:20px; line-height:25px; font-weight:600; }.company-parity input, .company-parity select { height:32px; box-sizing:border-box; border:1px solid #ced4da; border-radius:4px; background:#fff; color:#4d555d; font:14px/1.2 inherit; }.company-parity .company-parity-profile { display:flex; align-items:center; gap:8px; font-size:12px; }.company-parity .company-parity-profile select { width:151px; padding:0 10px; }.company-parity .company-parity-card { margin:0 14px 21px; padding:0; border:1px solid #e6e9ed; border-radius:8px; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,.04); }.company-parity .company-parity-loader { min-height:63px; display:grid; grid-template-columns:420px minmax(260px,1fr) 58px; align-items:center; gap:12px; max-width:1040px; margin:0 auto; padding:0 18px; }.company-parity .company-parity-loader label { justify-self:end; color:#4d555d; font-size:12px; }.company-parity .company-parity-loader select { width:100%; padding:0 10px; }.company-parity button { height:32px; border:1px solid #6c757d; border-radius:4px; background:#fff; color:#68717a; font:14px/1 inherit; cursor:pointer; }.company-parity .company-parity-panel { padding:0 16px 22px; }.company-parity .company-parity-panel > h2 { margin:0 -16px; padding:18px 16px; border-bottom:1px solid #edf0f2; color:#252b30; font-size:16px; font-weight:600; }.company-parity .company-parity-panel > h3 { max-width:808px; margin:26px auto 13px; color:#3d464e; font-size:14px; font-weight:600; }.company-parity .company-parity-note { max-width:808px; margin:14px auto 23px; color:#707982; font-size:12px; line-height:18px; }.company-parity .company-parity-note a { color:#3973b8; text-decoration:none; }.company-parity .company-parity-field { display:grid; grid-template-columns:166px minmax(260px,808px); gap:18px; align-items:center; max-width:992px; margin:0 auto 11px; }.company-parity .company-parity-field > label { justify-self:end; color:#4d555d; font-size:13px; text-align:right; }.company-parity .company-parity-field input { width:100%; padding:0 10px; }.company-parity .company-parity-field small { display:block; margin-top:5px; color:#7d858d; font-size:12px; line-height:17px; }.company-parity .company-parity-field.is-context-note input { color:#8b949c; font-style:italic; }.company-parity .company-parity-template-status { max-width:808px; margin:0 auto 11px; }.company-parity .company-parity-template-status select { width:100%; padding:0 10px; }.company-parity .company-parity-logo { display:grid; grid-template-columns:166px minmax(260px,808px); gap:18px; max-width:992px; margin:4px auto 0; align-items:center; }.company-parity .company-parity-logo > span { justify-self:end; color:#4d555d; font-size:13px; }.company-parity .company-parity-logo div { display:flex; align-items:center; gap:8px; }.company-parity .company-parity-logo input { flex:1; padding:0 10px; }.company-parity .company-parity-save { max-width:992px; margin:24px auto 0; text-align:right; }.company-parity .company-parity-save button { min-width:66px; border-color:#3973e8; background:#3973e8; color:#fff; }
.company-parity .company-parity-logo>label{justify-self:end;color:#4d555d;font-size:13px;text-align:right}.company-parity .company-parity-logo input[type=file]{height:auto;min-height:32px;padding:4px 8px}.company-parity .company-parity-logo__current{max-width:180px;overflow:hidden;color:#6c757d;text-overflow:ellipsis;white-space:nowrap}.company-parity .company-parity-logo img{width:auto;max-width:140px;height:auto;max-height:54px;object-fit:contain}.company-parity .company-parity-logo .button.danger{border-color:#dc3545;background:#dc3545;color:#fff}

.company-parity .company-parity-panel form > h3 { max-width:808px; margin:26px auto 13px; color:#3d464e; font-size:14px; font-weight:600; }

.localization-parity { margin:-2px -2px 0; }.localization-parity .loc-heading { display:flex; align-items:center; gap:12px; margin:0 0 26px; }.localization-parity .loc-crumb, .localization-parity .loc-crumb a { color:#3973b8; font-size:14px; line-height:17px; text-decoration:none; }.localization-parity h1 { margin:2px 0 0; color:#1b2124; font-size:20px; line-height:25px; font-weight:600; }.localization-parity .loc-card { margin:0 14px 21px; padding:0 16px 22px; border:1px solid #e6e9ed; border-radius:8px; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,.04); }.localization-parity .loc-card > h2 { margin:0 -16px 25px; padding:18px 16px; border-bottom:1px solid #edf0f2; color:#252b30; font-size:16px; font-weight:600; }.localization-parity .loc-field { display:grid; grid-template-columns:166px minmax(260px,808px); gap:18px; align-items:center; max-width:992px; margin:0 auto 11px; }.localization-parity .loc-field > label { justify-self:end; color:#4d555d; font-size:13px; text-align:right; }.localization-parity input, .localization-parity select { width:100%; height:32px; box-sizing:border-box; padding:0 10px; border:1px solid #ced4da; border-radius:4px; background:#fff; color:#4d555d; font:14px/1.2 inherit; opacity:1; }.localization-parity .loc-checkbox { width:16px; height:16px; padding:0; accent-color:#3973e8; }.localization-parity .loc-help { max-width:808px; margin:4px auto 12px; color:#737c84; font-size:12px; line-height:17px; }.localization-parity .loc-help a { color:#3973b8; text-decoration:none; }.localization-parity .loc-save { max-width:992px; margin:22px auto 0; text-align:right; }.localization-parity button { min-width:66px; height:32px; border:1px solid #3973e8; border-radius:4px; background:#3973e8; color:#fff; font:14px/1 inherit; opacity:1; cursor:pointer; }.localization-parity .loc-context-note { margin:0 14px 21px; padding:17px 16px; border:1px solid #e6e9ed; border-radius:8px; background:#fbfcfd; color:#747d85; font-size:13px; line-height:19px; }.localization-parity .loc-context-note strong { color:#3d464e; }
.localization-parity .loc-field>div{display:flex;align-items:center;gap:7px}.localization-parity .loc-field>div>.live-control{flex:1}.localization-parity .loc-field .loc-reset{min-width:auto;border:0;background:transparent;padding:0 3px;color:#6c757d;font-size:12px;text-decoration:underline}.localization-parity .loc-field .loc-checkbox+span{min-width:28px;color:#6c757d;font-size:12px}
.localization-parity>.loc-save{margin:0 14px 24px}.loc-holidays{margin:0 14px 24px;border:1px solid #e6e9ed;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.04)}.loc-holidays>header{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #edf0f2}.loc-holidays h2{margin:0;font-size:16px}.loc-holidays>header>div{display:flex;gap:7px}.loc-holidays__controls{display:flex;min-height:58px;align-items:center;gap:10px;padding:0 16px}.loc-holidays__controls label{display:flex;align-items:center;gap:7px}.loc-holidays__controls label:nth-of-type(2){margin-left:auto}.loc-holidays__controls select,.loc-holidays__controls input{width:auto}.loc-holidays__controls input[type=search]{width:210px}.loc-holidays__table-wrap{overflow:auto}.loc-holidays table{width:100%;border-collapse:collapse}.loc-holidays th,.loc-holidays td{height:36px;padding:7px 14px;border-top:1px solid #e9ecef;text-align:left}.loc-holidays tbody tr:nth-child(even){background:#f8f9fb}.loc-holidays th:last-child,.loc-holidays td:last-child{text-align:center}.loc-holidays td a{color:#3973b8;text-decoration:none}.loc-holidays td .danger-link{color:#dc3545}.loc-holidays__empty{text-align:center!important;color:#6c757d}.loc-holidays>footer{display:flex;min-height:54px;align-items:center;justify-content:flex-end;gap:18px;padding:0 16px;color:#6c757d}.loc-holidays>footer nav{display:flex}.loc-holidays>footer nav>*{display:grid;min-width:31px;height:31px;place-items:center;border:1px solid #dee2e6;text-decoration:none}.loc-holiday-modal__backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:start center;overflow:auto;background:rgba(22,27,31,.42);padding:60px 16px}.loc-holiday-modal{width:min(520px,calc(100vw - 32px));border:1px solid #ced4da;border-radius:5px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.28)}.loc-holiday-modal>header,.loc-holiday-modal footer{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e1e5e8}.loc-holiday-modal footer{justify-content:flex-end;gap:8px;border-top:1px solid #e1e5e8;border-bottom:0}.loc-holiday-modal h2{margin:0;font-size:17px}.loc-holiday-modal>header>a{color:#6c757d;text-decoration:none;font-size:24px}.loc-holiday-modal>p{margin:0;padding:20px 18px}.loc-holiday-modal form{margin:0}.loc-holiday-modal__body{display:grid;gap:15px;padding:18px}.loc-holiday-modal__body label{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;gap:12px}.loc-holiday-modal__body label>span{display:flex;gap:8px}.loc-holiday-modal__body input,.loc-holiday-modal__body select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px}@media(max-width:650px){.loc-holidays__controls{align-items:stretch;flex-direction:column;padding:12px 16px}.loc-holidays__controls label:nth-of-type(2){margin-left:0}.loc-holiday-modal__body label{grid-template-columns:1fr}}

.templates-twin { position:relative; min-width:0; color:#1b2124; font:14px/21px Inter,"Segoe UI",Arial,sans-serif; }.templates-twin__header { position:relative; height:76px; }.templates-twin__heading { position:absolute; top:20px; left:0; display:grid; min-width:0; grid-template-columns:40px minmax(0,1fr); grid-template-rows:20px 28px; column-gap:12px; }.templates-twin__icon { display:grid; width:40px; height:40px; grid-row:1 / 3; place-items:center; border-radius:4px; background:#6c757d; color:#fff; font-size:18px; font-weight:700; }.templates-twin__back { color:#357bf2; font-size:14px; line-height:20px; text-decoration:none; }.templates-twin__back:hover { text-decoration:underline; }.templates-twin .page-title { margin:0; color:#1b2124; font-size:20px; font-weight:600; line-height:28px; }.templates-twin__header-form { position:absolute; top:31px; right:4px; display:flex; height:32px; align-items:center; gap:8px; }.templates-twin__type { display:flex; align-items:center; gap:0; }.templates-twin__type > span { padding-right:4px; font-size:12px; line-height:12px; }.templates-twin__type select { width:150px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:4px 28px 4px 8px; color:#1b2124; font:14px/22px Inter,sans-serif; }.templates-twin__button { display:inline-grid; height:32px; place-items:center; border:1px solid #1b2124; border-radius:4px; background:#fff; padding:4px 12px; color:#1b2124; font:14px/22px Inter,sans-serif; }.templates-twin__button--icon { width:32px; padding:0; font-size:0; }.templates-twin__button--icon::before { content:'\21bb'; font-size:17px; }.templates-twin__utility::before { content:'\22ee'; }.templates-twin__utility + .templates-twin__utility::before { content:'\2197'; }.templates-twin__notice { min-height:55px; margin:16px 0 32px; border:1px solid #ffe7b9; border-radius:4px; background:#ffefd0; padding:16px 20px; color:#1b2124; }.templates-twin__notice a { color:#357bf2; text-decoration:none; }.templates-twin__notice a:hover { text-decoration:underline; }.templates-twin__controls { display:flex; height:32px; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; }.templates-twin__length { display:flex; align-items:center; gap:8px; white-space:nowrap; }.templates-twin__length select { width:78px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:4px 8px; color:#1b2124; }.templates-twin__search-group { display:flex; height:32px; align-items:center; }.templates-twin__search-wrap { position:relative; display:flex; width:200px; height:32px; }.templates-twin__search { width:100%; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:0 32px 0 12px; color:#1b2124; font:14px/22px Inter,sans-serif; }.templates-twin__search-button { position:absolute; top:1px; right:1px; width:31px; height:30px; border:0; background:transparent; color:#6c757d; font-size:0; cursor:pointer; }.templates-twin__search-button .splynx-search-glyph { margin:auto; }.templates-twin__utility { width:32px; margin-left:8px; border-color:#6c757d; color:#6c757d; }.templates-twin__utility + .templates-twin__utility { margin-left:-1px; }.templates-twin__table-wrap { overflow-x:auto; }.templates-twin__table { width:100%; min-width:620px; margin:0; border-collapse:collapse; table-layout:auto; }.templates-twin__table th { height:30px; border-bottom:1px solid #e9ecef; padding:4px 12px; color:#1b2124; font-size:14px; font-weight:600; text-align:left; white-space:nowrap; }.templates-twin__table th::after { margin-left:6px; color:#adb5bd; content:'\2195'; font-size:8px; }.templates-twin__table th:first-child { width:8%; }.templates-twin__table th:nth-child(2) { width:28%; }.templates-twin__table th:nth-child(3) { width:54%; }.templates-twin__table th:last-child { width:10%; text-align:center; }.templates-twin__table td { height:35px; border-bottom:1px solid #e9ecef; padding:7px 12px; color:#1b2124; vertical-align:middle; }.templates-twin__table td:last-child { text-align:center; white-space:nowrap; }.templates-twin__table tbody tr:nth-child(odd) { background:rgba(0,0,0,.025); }.templates-twin__table tbody tr:hover { background:rgba(0,0,0,.04); }.templates-twin__row-meta { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }.templates-twin__view,.templates-twin__delete { display:inline-grid; min-width:24px; height:24px; place-items:center; border:0; background:transparent; padding:0; text-decoration:none; vertical-align:middle; font-size:0; }.templates-twin__view { color:#7d4fff; }.templates-twin__delete { color:#eb5757; cursor:pointer; }.templates-twin__view::after { content:'\25c9'; font-size:15px; }.templates-twin__delete::after { content:'\00d7'; font-size:20px; }.templates-twin__empty { height:80px !important; color:#6c757d !important; text-align:center; }.templates-twin__footer { display:flex; min-height:48px; align-items:center; justify-content:flex-end; gap:16px; color:#6c757d; }.templates-twin__pager { display:flex; padding:0 8px; }.templates-twin__pager > * { display:grid; width:32px; height:32px; place-items:center; border:1px solid #dee2e6; color:#6c757d; text-decoration:none; }.templates-twin__pager > * + * { border-left:0; }.templates-twin__pager .current { background:#f8f9fa; color:#1b2124; }

/* Existing safe Locations view, adjusted to the source list x260/y204 contract. */
.splynx-locations-page { position:relative; }.splynx-locations-page .splynx-directory-child-header { height:88px; margin:0; color:#1b2124; font-size:20px; font-weight:600; line-height:28px; }.splynx-locations-page .page-title-row { position:absolute; top:31px; right:4px; margin:0; }.splynx-locations-page .page-title { display:none; }.splynx-locations-actions { display:flex; gap:8px; }.splynx-locations-actions .button { height:32px; padding:4px 12px; border-radius:4px; }.splynx-locations-table-wrap { overflow:visible; border:0; border-radius:0; box-shadow:none; }.splynx-locations-controls { height:48px; align-items:center; justify-content:space-between; margin:0; }.splynx-locations-controls .field-inline { display:flex; align-items:center; gap:8px; }.splynx-locations-controls .field-inline > span:first-child { display:inline; }.splynx-locations-controls select,.splynx-locations-controls input { height:32px; border-radius:3px; }.splynx-locations-search { margin-left:auto; }.splynx-locations-table { margin-top:20px; }.splynx-locations-table th { height:30px; background:transparent; padding:4px 12px; color:#1b2124; font-size:14px; font-weight:600; letter-spacing:0; text-transform:none; }.splynx-locations-table td { height:35px; padding:7px 12px; color:#1b2124; }.splynx-locations-table tbody tr:nth-child(odd) { background:rgba(0,0,0,.025); }.splynx-muted-value { color:#858b94; }.splynx-row-actions { display:flex; justify-content:center; gap:4px; }.splynx-row-actions button { width:24px; height:24px; border:0; background:transparent; color:#adb5bd; font-size:0; }.splynx-row-actions button:first-child::before { content:'\270e'; font-size:15px; }.splynx-row-actions button:last-child::before { content:'\00d7'; font-size:19px; }
.splynx-locations-refresh { width:32px; font-size:0; }.splynx-locations-refresh::before { content:'\21bb'; font-size:17px; }
.splynx-editor-disclosure { display:inline-block; }.splynx-editor-disclosure > summary { list-style:none; cursor:pointer; }.splynx-editor-disclosure > summary::-webkit-details-marker { display:none; }.splynx-row-edit { color:#3973b8; font-size:13px; }.splynx-editor-disclosure[open]::before { position:fixed; z-index:80; inset:0; background:rgba(21,27,31,.42); content:''; }.splynx-editor-panel { position:fixed; z-index:81; top:50%; left:50%; width:min(720px,calc(100vw - 32px)); max-height:calc(100vh - 48px); box-sizing:border-box; overflow:auto; transform:translate(-50%,-50%); box-shadow:0 18px 60px rgba(0,0,0,.24); text-align:left; }.splynx-editor-panel > h2 { margin:0 0 18px; font-size:18px; }.splynx-editor-panel > label,.splynx-location-tax-grid label { display:grid; gap:5px; color:#4d555d; font-size:13px; }.splynx-editor-panel input,.splynx-editor-panel select { width:100%; height:34px; box-sizing:border-box; padding:5px 9px; border:1px solid #ced4da; border-radius:3px; background:#fff; }.splynx-location-tax-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin:16px 0; }.splynx-location-tax-summary { max-width:340px; color:#687078; font-size:12px; }.splynx-admin-row-action { border:0; background:transparent; padding:0 4px; color:#3973b8; font:13px/1.4 inherit; cursor:pointer; }.splynx-admin-table .inline-form { display:inline; }

@media (max-width: 900px) {
    .additional-fields-page .af-heading, .additional-fields-page .af-module-form, .additional-fields-page .af-toolbar, .additional-fields-page .af-footer { align-items:flex-start; flex-direction:column; }.additional-fields-page .af-toolbar, .additional-fields-page .af-footer { padding:12px 16px; }.company-parity .company-parity-heading { align-items:flex-start; flex-direction:column; }.company-parity .company-parity-loader { grid-template-columns:1fr; padding:14px 16px; }.company-parity .company-parity-loader label { justify-self:start; }.company-parity .company-parity-field, .company-parity .company-parity-logo, .localization-parity .loc-field { grid-template-columns:1fr; gap:5px; }.company-parity .company-parity-field > label, .company-parity .company-parity-logo > span, .localization-parity .loc-field > label { justify-self:start; text-align:left; }.templates-twin__header { height:37px; }.templates-twin__heading { display:none; }.templates-twin__header-form { top:12px; right:4px; }.templates-twin__notice { margin-top:16px; }.templates-twin__controls { height:auto; align-items:stretch; flex-direction:column; }.templates-twin__length { height:32px; }.templates-twin__search-group { width:100%; }.templates-twin__search-wrap { flex:1; width:auto; }.templates-twin__footer { align-items:flex-start; flex-direction:column; gap:8px; }.templates-twin__pager { padding:0; }.splynx-labels-toolbar { top:20px; }.splynx-locations-page .splynx-directory-child-header { height:72px; font-size:18px; }.splynx-locations-page .page-title-row { top:20px; }.splynx-locations-controls { height:auto; min-height:48px; align-items:flex-start; flex-wrap:wrap; padding:8px 0; }
}
@media (max-width: 620px) {
    .templates-twin__notice { padding-right:12px; padding-left:12px; }.templates-twin__table { min-width:382px; table-layout:fixed; }.templates-twin__table th:first-child { width:15%; }.templates-twin__table th:nth-child(2) { width:30%; }.templates-twin__table th:nth-child(3) { width:35%; }.templates-twin__table th:last-child { width:20%; }.templates-twin__table td { overflow-wrap:anywhere; }.splynx-labels-toolbar label { display:none; }.splynx-locations-actions .button { min-width:32px; }
}

@media (max-width: 1100px) {
    .snapshot-badge { display: none; }
    .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .customer-information-grid { grid-template-columns: 1fr; }
    .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    :root { --sidebar: 0px; }
    .sidebar { z-index: 6; width: 236px; transform: translateX(-242px); box-shadow: 3px 0 16px rgba(27, 29, 48, .1); transition: transform .2s; }
    .portal-shell.sidebar-open .sidebar { transform: translateX(0); }
    .sidebar-backdrop:not([hidden]) { position: fixed; z-index: 5; inset: 0; display: block; width: 100%; border: 0; background: rgba(27, 29, 48, .28); cursor: pointer; }
    .page { margin-left: 0; }
    .menu-toggle { display: inline-flex; }
    .page-content { padding: 22px 18px; }
    .topbar { padding: 0 18px; }
    .two-columns { grid-template-columns: 1fr; }
    .splynx-directory-mode .page-content { padding: 18px; }
    .splynx-directory-mode .topbar { padding: 0 18px; }
    .splynx-directory-mode .topbar--directory { gap: 10px; }
    .splynx-directory-mode .brand--directory { width: auto; min-width: 0; flex: 1 1 auto; }
    .splynx-directory-mode .directory-guide { display: none; }
    .splynx-directory-mode .menu-toggle--directory { flex: 0 0 auto; }
}
@media (max-width: 620px) {
    .metrics, .detail-list, .summary-grid, .detail-grid { grid-template-columns: 1fr; }
    .page-title-row { align-items: stretch; flex-direction: column; }
    .topbar { height: 58px; }
    .top-actions .user-chip > span:last-child, .signout { display: none; }
    .page-content { padding: 18px 13px; }
    .pagination { align-items: flex-start; flex-direction: column; gap: 9px; }
    .splynx-form-row { grid-template-columns: 1fr; gap: 4px; }
    .splynx-form-label { text-align: left; }
    .customer-actionbar, .billing-subnav { align-items: stretch; flex-direction: column; }
    .actionbar-spacer { display: none; }
    .splynx-directory-mode .page-content { padding: 15px 13px 32px; }
    .splynx-directory-mode .topbar { height: 48px; padding: 0 13px; }
    .splynx-directory-mode .topbar--directory { gap: 7px; padding: 4px 13px; }
    .splynx-directory-mode .brand-back { margin-right: 8px; }
    .splynx-directory-mode .topbar--directory .top-actions { gap: 8px; }
    .splynx-directory-mode .user-chip--directory > span:last-child { display: none; }
    .splynx-admin-breadcrumb { height: 72px; font-size: 18px; }.splynx-admin-toolbar { top: 20px; }.splynx-admin-table-controls, .splynx-admin-table-footer { align-items: flex-start; flex-direction: column; }.splynx-admin-table-footer { gap: 8px; }.splynx-admin-search input { width: min(200px, 100%); }
    .portal-log-filters,.secondary-log-filters { position:static; flex-wrap:wrap; gap:10px; margin-bottom:10px; }.portal-log-breadcrumb { height:72px; font-size:18px; }.portal-log-table-controls { gap:10px; }.portal-log-footer { align-items:flex-start; flex-direction:column; gap:10px; }.session-log-search-card{padding:18px 14px}.session-log-row{grid-template-columns:1fr;gap:4px}.session-log-row>label,.session-log-row>span{text-align:left}.session-fields-picker>div{grid-template-columns:1fr}
}

/* Shared Splynx launcher contract: Administration and Config deliberately use
   the same header, section card and shortcut grammar. */
.splynx-directory-mode .topbar--directory { position: sticky; top: 0; z-index: 8; height: 48px; padding: 4px 24px 4px 12px; }
.splynx-directory-mode .brand--directory { width: 224px; height: 40px; margin: 0; border: 0; padding: 0; }
.splynx-directory-mode .brand-back { position: relative; display: inline-block; width: 24px; height: 32px; flex: 0 0 24px; margin-right: 16px; }
.splynx-directory-mode .brand-back::before { position: absolute; top: 11px; left: 8px; width: 8px; height: 8px; border-bottom: 1.5px solid #6c757d; border-left: 1.5px solid #6c757d; content: ''; transform: rotate(45deg); }
.splynx-directory-mode .brand-logo { width: 102px; height: 40px; object-position: left center; }
.splynx-directory-mode .topbar--directory .top-actions { height: 32px; gap: 14px; }
.directory-guide { display: inline-flex; height: 32px; align-items: center; border-radius: 4px; background: #397be0; padding: 0 13px; color: #fff; font-size: 14px; font-weight: 500; text-decoration:none; }
.directory-action { position: relative; display: inline-block; width: 18px; height: 24px; flex: 0 0 18px; color: #515861; }
.directory-action::before, .directory-action::after { position: absolute; content: ''; }
.directory-action--add::before { top: 10px; left: 3px; width: 12px; height: 1.5px; background: currentColor; }.directory-action--add::after { top: 4px; left: 8px; width: 1.5px; height: 13px; background: currentColor; }
.directory-action--search::before { top: 5px; left: 2px; width: 10px; height: 10px; border: 1.5px solid currentColor; border-radius: 50%; }.directory-action--search::after { right: 1px; bottom: 5px; width: 7px; height: 1.5px; background: currentColor; transform: rotate(45deg); transform-origin: right center; }
.directory-action--help::before { top: 4px; left: 1px; width: 14px; height: 14px; border: 1.5px solid currentColor; border-radius: 50%; }.directory-action--help::after { top: 6px; left: 6px; color: currentColor; content: '?'; font-size: 10px; font-weight: 700; }
.splynx-directory-mode .user-chip--directory { gap: 7px; font-size: 14px; }.splynx-directory-mode .user-chip--directory .avatar { width: 20px; height: 20px; background: #6c757d; color: #fff; font-size: 10px; }.splynx-directory-mode .user-chip--directory > span:last-child { display: block; }.splynx-directory-mode .signout--directory { position: relative; display: inline-block; width: 14px; height: 28px; border: 0; border-radius: 0; padding: 0; color: transparent; }.splynx-directory-mode .signout--directory::before { position: absolute; top: 8px; left: 0; width: 10px; height: 10px; border-right: 1.5px solid #6c757d; border-bottom: 1.5px solid #6c757d; content: ''; transform: rotate(45deg); }
.splynx-directory-mode .sidebar { inset: 48px auto 0 0; }
.splynx-directory-mode .sidebar { width: 236px; height: calc(100vh - 48px); overflow-y: auto; }
.splynx-directory-mode .sidebar nav { padding-top: 28px; }
.splynx-directory-mode .nav-section-label { margin: 12px 0 4px; }
.splynx-directory-mode .nav-item, .splynx-directory-mode .nav-subitem { min-height: 32px; padding: 4px 16px; }
.splynx-directory-mode .nav-subitem { padding-left: 48px; font: 14px/20px Inter, "Segoe UI", Arial, sans-serif; }
.splynx-directory-mode .nav-nested-children .nav-subitem { padding-left: 64px; }
.splynx-directory-mode .nav-icon { width: 20px; height: 20px; flex-basis: 20px; }
.splynx-directory-mode .nav-chevron { font-size: 17px; }
.splynx-directory-mode .topbar { height: 48px; padding: 0 24px; }
.splynx-directory-mode .nav-item.active { background: #6c757d; color: #fff; }
.splynx-directory-mode .page-content { max-width: none; padding: 0 24px 48px; }

/* Desktop source shell: the header owns the first 48px; main is the only
   scrolling surface, leaving the sidebar fixed beneath it. */
@media (min-width: 901px) {
    html,
    body {
        height: 100%;
        overflow: hidden;
    }

    .splynx-directory-mode.portal-shell,
    .splynx-directory-mode .portal-shell {
        height: 100%;
        min-height: 0;
    }

    .splynx-directory-mode .page.shell-main-region {
        display: flex;
        height: calc(100vh - 48px);
        min-height: 0;
        flex-direction: column;
        overflow: hidden;
    }

    .splynx-directory-mode .shell-main-content {
        min-height: 0;
        flex: 1 1 auto;
        overflow-y: auto;
    }
}
.splynx-settings-page { min-width: 0; }
.splynx-settings-header { position: relative; display: flex; min-height: 88px; align-items: center; }
.splynx-settings-title { display: flex; min-width: 0; align-items: center; gap: 12px; }
.splynx-settings-title h1 { margin: 0; color: #1b2124; font-size: 20px; font-weight: 600; line-height: 28px; }
.splynx-settings-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 4px; background: #6c757d; color: #fff; font-size: 19px; font-weight: 700; }
.splynx-settings-search { position: absolute; left: 50%; display: flex; width: 400px; height: 32px; transform: translateX(-50%); }
.splynx-settings-search input { min-width: 0; flex: 1; height: 32px; border: 1px solid #d4d9e0; border-right: 0; border-radius: 3px 0 0 3px; background: #fff; padding: 5px 10px; color: #3d434b; font-size: 14px; }
.splynx-settings-search input:focus { border-color: #8c62d4; outline: 2px solid #e5d9fa; outline-offset: 1px; }
.splynx-settings-search button { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #cbd1d9; border-radius: 0 3px 3px 0; background: #fff; padding: 0; color: #707781; cursor: pointer; }
.splynx-settings-search button:hover { background: #f7f8fa; color: #5736a1; }
.splynx-search-glyph { position: relative; display: block; width: 14px; height: 14px; }
.splynx-search-glyph::before { position: absolute; top: 1px; left: 1px; width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; content: ''; }
.splynx-search-glyph::after { position: absolute; right: 1px; bottom: 1px; width: 6px; height: 1.5px; background: currentColor; content: ''; transform: rotate(45deg); transform-origin: right center; }
.splynx-filter-bar { display: flex; height: 46px; min-height: 46px; align-items: center; gap: 8px; margin: 0 0 24px; overflow-x: auto; padding: 2px 0 24px; }
.splynx-filter-chip { flex: 0 0 auto; border: 0; border-radius: 2px; padding: 4px 8px; color: #fff; font-size: 12px; font-weight: 600; line-height: 12px; cursor: pointer; opacity: .78; }
.splynx-filter-chip:hover, .splynx-filter-chip.active { opacity: 1; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .14); }
.splynx-filter-chip.bg-dark { background: #1b2124; }.splynx-filter-chip.bg-purple { background: #7d4fff; }.splynx-filter-chip.bg-warning { background: #ffaf14; }.splynx-filter-chip.bg-info { background: #63b4ff; }.splynx-filter-chip.bg-pink { background: #d63384; }.splynx-filter-chip.bg-pending { background: #fd7e14; }.splynx-filter-chip.bg-success { background: #29cc97; }.splynx-filter-chip.bg-danger { background: #eb5757; }
.splynx-launcher-empty { margin: 0 0 20px; border-left: 3px solid #8655d7; background: #fff; padding: 13px 16px; color: #69717b; }
.splynx-shortcuts-list { min-width: 0; }
.splynx-shortcuts { position: relative; margin: 0 0 24px; border-radius: 8px; background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, .1); padding: 24px 16px 24px 28px; overflow: hidden; }
.splynx-shortcuts::before { position: absolute; inset: 0 auto 0 0; width: 3px; background: #7d4fff; content: ''; }
.splynx-shortcuts[hidden] { display: none; }
.splynx-shortcuts h2 { margin: 0 0 12px; color: #1c2024; font-size: 18px; font-weight: 600; line-height: 24px; }
.splynx-shortcuts-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); row-gap: 12px; column-gap: 0; }
.splynx-shortcut { display: flex; min-width: 0; min-height: 24px; align-items: center; gap: 8px; padding: 0 8px 0 0; color: #5b3fa6; font-size: 14px; line-height: 24px; text-decoration: none; }
.splynx-shortcut:hover { text-decoration: underline; }.splynx-shortcut:focus-visible { outline: 2px solid currentColor; outline-offset: -2px; }
.splynx-shortcut-icon { position: relative; display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; color: currentColor; }
.splynx-shortcut-icon svg { display: block; width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.splynx-settings-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.splynx-shortcut-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.splynx-launcher-external { flex: 0 0 auto; margin-left: auto; padding-right: 4px; color: currentColor; font-size: 13px; }
.splynx-shortcuts.color-purple::before { background: #7d4fff; }.splynx-shortcuts.color-purple .splynx-shortcut { color: #7d4fff; }
.splynx-shortcuts.color-green::before { background: #29cc97; }.splynx-shortcuts.color-green .splynx-shortcut { color: #29cc97; }
.splynx-shortcuts.color-amber::before { background: #ffaf14; }.splynx-shortcuts.color-amber .splynx-shortcut { color: #ffaf14; }
.splynx-shortcuts.color-red::before { background: #eb5757; }.splynx-shortcuts.color-red .splynx-shortcut { color: #eb5757; }
.splynx-shortcuts.color-blue::before { background: #63b4ff; }.splynx-shortcuts.color-blue .splynx-shortcut { color: #63b4ff; }
.splynx-shortcuts.color-warning::before { background: #ffaf14; }.splynx-shortcuts.color-warning .splynx-shortcut { color: #ffaf14; }
.splynx-shortcuts.color-info::before { background: #63b4ff; }.splynx-shortcuts.color-info .splynx-shortcut { color: #63b4ff; }
.splynx-shortcuts.color-pink::before { background: #d63384; }.splynx-shortcuts.color-pink .splynx-shortcut { color: #d63384; }
.splynx-shortcuts.color-pending::before { background: #fd7e14; }.splynx-shortcuts.color-pending .splynx-shortcut { color: #fd7e14; }
.splynx-shortcuts.color-success::before { background: #29cc97; }.splynx-shortcuts.color-success .splynx-shortcut { color: #29cc97; }
.splynx-shortcuts.color-danger::before { background: #eb5757; }.splynx-shortcuts.color-danger .splynx-shortcut { color: #eb5757; }
.splynx-shortcut{color:#3973b8}.splynx-shortcut-icon{width:20px;height:20px;flex-basis:20px}.splynx-shortcut-icon svg{width:20px;height:20px}.splynx-shortcuts.color-purple .splynx-shortcut-icon{color:#7d4fff}.splynx-shortcuts.color-green .splynx-shortcut-icon,.splynx-shortcuts.color-success .splynx-shortcut-icon{color:#29cc97}.splynx-shortcuts.color-amber .splynx-shortcut-icon,.splynx-shortcuts.color-warning .splynx-shortcut-icon{color:#ffaf14}.splynx-shortcuts.color-red .splynx-shortcut-icon,.splynx-shortcuts.color-danger .splynx-shortcut-icon{color:#eb5757}.splynx-shortcuts.color-blue .splynx-shortcut-icon,.splynx-shortcuts.color-info .splynx-shortcut-icon{color:#63b4ff}.splynx-shortcuts.color-pink .splynx-shortcut-icon{color:#d63384}.splynx-shortcuts.color-pending .splynx-shortcut-icon{color:#fd7e14}

@media (max-width: 1499px) { .splynx-shortcuts-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1199px) { .splynx-shortcuts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .splynx-directory-mode .page-content { padding: 0 18px 36px; }.splynx-directory-mode .topbar { padding: 0 18px; }.splynx-settings-search { position: static; margin-left: auto; transform: none; }.splynx-shortcuts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.splynx-shortcut { min-height: 44px; padding: 10px 8px 10px 0; } }
@media (max-width: 620px) { .splynx-directory-mode .page-content { padding: 0 13px 32px; }.splynx-directory-mode .topbar { padding: 0 13px; }.splynx-settings-header { min-height: 0; align-items: stretch; flex-direction: column; gap: 14px; padding: 20px 0; }.splynx-settings-search { width: 100%; margin: 0; }.splynx-filter-bar { margin-bottom: 8px; }.splynx-shortcuts { margin-bottom: 16px; padding: 18px 13px 18px 21px; }.splynx-shortcuts-grid { grid-template-columns: 1fr; }.splynx-shortcut { min-height: 44px; } }

/* Finance configuration list layout. */
.payment-methods-twin,.transaction-categories-parity,.cost-categories-parity,.taxes-parity { position:relative; min-width:0; margin:0; color:#1b2124; font:14px/21px Inter,"Segoe UI",Arial,sans-serif; }
.payment-methods-twin__header { position:relative; height:88px; }.payment-methods-twin__heading { position:absolute; top:20px; left:0; display:grid; grid-template-columns:40px minmax(0,1fr); grid-template-rows:20px 28px; column-gap:12px; }.payment-methods-twin__icon,.transaction-categories-parity .tc-icon,.cost-categories-parity .cc-icon,.taxes-parity .tx-icon { display:grid; width:40px; height:40px; grid-row:1 / 3; place-items:center; border-radius:4px; background:#6c757d; color:#fff; font-size:18px; font-weight:700; }.payment-methods-twin__crumbs,.transaction-categories-parity .tc-crumb,.cost-categories-parity .cc-crumb,.taxes-parity .tx-crumb { display:flex; height:20px; align-items:center; gap:4px; color:#6c757d; }.payment-methods-twin__crumbs a,.transaction-categories-parity .tc-crumb a,.cost-categories-parity .cc-crumb a,.taxes-parity .tx-crumb a { color:#357bf2; font-size:14px; text-decoration:none; }.payment-methods-twin .page-title,.transaction-categories-parity h1,.cost-categories-parity h1,.taxes-parity h1 { margin:0; color:#1b2124; font-size:20px; font-weight:600; line-height:28px; }
.payment-methods-twin__header-actions,.transaction-categories-parity .tc-actions { position:absolute; top:30px; right:0; display:flex; height:32px; align-items:center; gap:8px; }.cost-categories-parity .cc-head,.taxes-parity .tx-head { position:relative; display:flex; min-height:88px; align-items:center; justify-content:space-between; gap:20px; }.cost-categories-parity .cc-title,.taxes-parity .tx-title { display:flex; align-items:center; gap:12px; }.cost-categories-parity .cc-head > div:last-child,.taxes-parity .tx-head > div:last-child { display:flex; gap:8px; }
.transaction-categories-parity .tc-heading { position:relative; display:flex; min-height:88px; align-items:center; justify-content:space-between; gap:20px; }.transaction-categories-parity .tc-title { display:flex; align-items:center; gap:12px; }
.payment-methods-twin__button,.transaction-categories-parity button,.cost-categories-parity button,.taxes-parity button { display:inline-grid; height:32px; place-items:center; border:1px solid #3973e8; border-radius:4px; background:#fff; padding:4px 12px; color:#3973b8; font:14px/22px Inter,sans-serif; }.payment-methods-twin__button--icon { width:32px; border-color:#1b2124; color:#1b2124; padding:0; }
.payment-methods-twin__controls { display:flex; height:32px; align-items:center; justify-content:space-between; gap:16px; margin:20px 0 16px; }.payment-methods-twin__length,.payment-methods-twin__search-group,.transaction-categories-parity .tc-filter,.cost-categories-parity .cc-toolbar,.taxes-parity .tx-toolbar { display:flex; align-items:center; gap:8px; color:#69717a; }.payment-methods-twin__length select,.transaction-categories-parity select,.cost-categories-parity select,.taxes-parity select { width:78px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:4px 8px; color:#1b2124; }.transaction-categories-parity input,.cost-categories-parity input,.taxes-parity input,.payment-methods-twin__search { width:200px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:0 10px; color:#1b2124; }.payment-methods-twin__search-wrap { position:relative; display:flex; width:200px; height:32px; }.payment-methods-twin__search { width:100%; padding-right:32px; }.payment-methods-twin__search-button { position:absolute; top:1px; right:1px; width:30px; height:30px; border:0; background:transparent; font-size:0; }.payment-methods-twin__search-button::before { display:block; width:14px; height:14px; margin:auto; border:1.5px solid #69717a; border-radius:50%; content:''; }.payment-methods-twin__utility { width:32px; margin-left:8px; padding:0; }.payment-methods-twin__utility + .payment-methods-twin__utility { margin-left:-1px; }.transaction-categories-parity .tc-toolbar { display:flex; min-height:64px; align-items:center; justify-content:space-between; gap:16px; }.transaction-categories-parity .tc-toolbar strong { font-weight:600; }.transaction-categories-parity .tc-load { margin-left:12px; }.cost-categories-parity .cc-toolbar,.taxes-parity .tx-toolbar { min-height:48px; justify-content:flex-end; }
.payment-methods-twin__table-wrap { overflow-x:auto; }.payment-methods-twin__table,.transaction-categories-parity .tc-table,.cost-categories-parity table,.taxes-parity table { width:100%; min-width:620px; margin:0; border-collapse:collapse; }.payment-methods-twin__table th,.transaction-categories-parity .tc-table th,.cost-categories-parity th,.taxes-parity th { height:30px; border-bottom:1px solid #e9ecef; padding:4px 12px; color:#1b2124; font-size:14px; font-weight:600; text-align:left; white-space:nowrap; }.payment-methods-twin__table th::after { margin-left:6px; color:#adb5bd; content:'\2195'; font-size:8px; }.payment-methods-twin__table td,.transaction-categories-parity .tc-table td,.cost-categories-parity td,.taxes-parity td { height:35px; border-bottom:1px solid #e9ecef; padding:7px 12px; color:#1b2124; vertical-align:middle; }.payment-methods-twin__table tbody tr:nth-child(odd),.transaction-categories-parity .tc-table tbody tr:nth-child(odd),.cost-categories-parity tbody tr:nth-child(odd),.taxes-parity tbody tr:nth-child(odd) { background:rgba(0,0,0,.025); }.payment-methods-twin__table td:last-child { text-align:center; }.payment-methods-twin__action { display:inline-grid; min-width:24px; height:24px; place-items:center; border:0; background:transparent; padding:0; cursor:pointer; font-size:0; }.payment-methods-twin__action--view::after { color:#7d4fff; content:'\25c9'; font-size:15px; }.payment-methods-twin__action--delete::after { color:#eb5757; content:'\00d7'; font-size:20px; }.payment-methods-twin__empty,.transaction-categories-parity .tc-disabled-action,.cost-categories-parity .cc-disabled,.taxes-parity .tx-off { color:#858b94; font-size:13px; }.payment-methods-twin__empty { height:80px!important; text-align:center; }.transaction-categories-parity .tc-base { display:inline-flex; margin-left:7px; border-radius:10px; background:#eef1f4; padding:2px 6px; color:#707981; font-size:11px; }
.payment-methods-twin__footer,.transaction-categories-parity .tc-footer,.cost-categories-parity .cc-footer,.taxes-parity .tx-foot { display:flex; min-height:48px; align-items:center; justify-content:flex-end; gap:16px; color:#69717a; }.payment-methods-twin__pager,.transaction-categories-parity .tc-pages,.cost-categories-parity .cc-pages { display:flex; }.payment-methods-twin__pager > *,.transaction-categories-parity .tc-pages > *,.cost-categories-parity .cc-pages > * { display:grid; width:32px; height:32px; place-items:center; border:1px solid #dee2e6; color:#6c757d; text-decoration:none; }.payment-methods-twin__pager > * + * { border-left:0; }.payment-methods-twin__pager .current,.transaction-categories-parity .tc-pages .is-current,.cost-categories-parity .cc-pages .current { background:#f8f9fa; color:#1b2124; }.transaction-categories-parity .tc-context-note,.cost-categories-parity .cc-note,.taxes-parity .tx-note { margin:20px 0 0; border-left:3px solid #8655d7; background:#fff; padding:13px 16px; color:#69717b; font-size:13px; line-height:19px; }
@media (max-width:900px) { .payment-methods-twin__header { height:52px; }.payment-methods-twin__heading { display:none; }.payment-methods-twin__header-actions,.transaction-categories-parity .tc-actions { top:12px; }.payment-methods-twin__controls,.transaction-categories-parity .tc-toolbar,.cost-categories-parity .cc-head,.taxes-parity .tx-head,.cost-categories-parity .cc-toolbar,.taxes-parity .tx-toolbar,.payment-methods-twin__footer,.transaction-categories-parity .tc-footer,.cost-categories-parity .cc-footer,.taxes-parity .tx-foot { height:auto; align-items:flex-start; flex-direction:column; }.payment-methods-twin__search-group { width:100%; }.payment-methods-twin__search-wrap { flex:1; width:auto; }.cost-categories-parity .cc-head,.taxes-parity .tx-head { padding:18px 0; }.payment-methods-twin__table,.transaction-categories-parity .tc-table,.cost-categories-parity table,.taxes-parity table { min-width:382px; } }
.payment-methods-source .payment-methods-twin__header{height:88px}.payment-methods-source .payment-methods-twin__icon{font-size:0}.payment-methods-source .payment-methods-twin__icon::before{content:'\2699';font-size:18px}.payment-methods-directory{overflow:hidden;border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.055)}.payment-methods-directory .payment-methods-twin__controls{min-height:64px;height:auto;box-sizing:border-box;margin:0;padding:14px 16px}.payment-methods-directory .payment-methods-twin__table th:nth-child(1){width:10%}.payment-methods-directory .payment-methods-twin__table th:nth-child(2){width:55%}.payment-methods-directory .payment-methods-twin__table th:nth-child(3){width:17%}.payment-methods-directory .payment-methods-twin__table th:nth-child(4){width:18%}.payment-methods-directory .payment-methods-twin__footer{padding:0 16px}.payment-method-action{width:28px;height:26px;border:0;background:transparent;color:#3973e8;cursor:pointer;font-size:17px}.payment-method-delete{color:#3973e8;font-size:18px}.payment-method-dialog{width:min(500px,calc(100vw - 32px));border:0;border-radius:5px;padding:0;box-shadow:0 12px 38px rgba(20,30,40,.3)}.payment-method-dialog::backdrop{background:rgba(22,27,31,.42)}.payment-method-dialog>form{margin:0}.payment-method-dialog header{display:flex;min-height:54px;box-sizing:border-box;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e6ea;padding:0 18px}.payment-method-dialog h2{margin:0;font-size:19px;font-weight:600}.payment-method-dialog header button{border:0;background:transparent;color:#5e6871;cursor:pointer;font-size:25px}.payment-method-dialog-body{display:grid;gap:13px;padding:22px}.payment-method-dialog-body>label{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:14px;color:#404a53;font-size:13px}.payment-method-dialog-body input[type=text],.payment-method-dialog-body input:not([type]){width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;padding:0 10px}.payment-method-active input[type=checkbox]{justify-self:start}.payment-method-dialog-body p{margin:0;line-height:1.5}.payment-method-dialog footer{display:flex;min-height:62px;box-sizing:border-box;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid #e2e6ea;padding:0 18px}.payment-method-delete-dialog{width:min(440px,calc(100vw - 32px))}@media(max-width:760px){.payment-methods-source .payment-methods-twin__header{height:54px}.payment-method-dialog-body>label{grid-template-columns:1fr;gap:5px}}
.cost-categories-parity .cc-head-actions{display:flex;align-items:center;gap:8px}.cost-categories-parity .cc-refresh,.cost-categories-parity .cc-add{display:grid;height:32px;box-sizing:border-box;place-items:center;border:1px solid #3973e8;border-radius:4px;background:#fff;padding:4px 12px;color:#3973b8;cursor:pointer;text-decoration:none}.cost-categories-parity .cc-refresh{width:32px;border-color:#1b2124;padding:0;color:#1b2124;font-size:18px}.cost-categories-parity .cc-add{list-style:none}.cost-categories-parity .cc-add::-webkit-details-marker,.cost-categories-parity .cc-editor>summary::-webkit-details-marker{display:none}.cost-categories-parity .cc-card{overflow:hidden;border:1px solid #e3e6e9;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07)}.cost-categories-parity .cc-toolbar{box-sizing:border-box;min-height:64px;justify-content:flex-start;padding:0 16px}.cost-categories-parity .cc-toolbar label{display:flex;align-items:center;gap:7px}.cost-categories-parity .cc-toolbar-spacer{flex:1}.cost-categories-parity .cc-search{position:relative}.cost-categories-parity .cc-search input{padding-right:32px}.cost-categories-parity .cc-search button{position:absolute;right:1px;width:30px;border:0;padding:0}.cost-categories-parity .cc-table-wrap{overflow-x:auto}.cost-categories-parity th:last-child,.cost-categories-parity td:last-child{width:150px}.cost-categories-parity .cc-row-actions{display:flex;align-items:center;gap:8px}.cost-categories-parity .cc-row-actions>form{margin:0}.cost-categories-parity .cc-editor>summary:not(.cc-add),.cost-categories-parity .cc-delete{display:grid;width:26px;height:26px;place-items:center;border:0;background:transparent;padding:0;color:#3973b8;cursor:pointer;font-size:17px;list-style:none}.cost-categories-parity .cc-delete{color:#dc3545}.cost-categories-parity .cc-editor[open]{position:relative;z-index:50}.cost-categories-parity .cc-editor[open]::before{position:fixed;z-index:50;inset:0;background:rgba(0,0,0,.42);content:""}.cost-categories-parity .cc-editor>form{position:fixed;z-index:51;top:50%;left:50%;display:grid;width:min(450px,calc(100vw - 32px));box-sizing:border-box;transform:translate(-50%,-50%);border:1px solid #dfe3e8;border-radius:5px;background:#fff;box-shadow:0 10px 32px rgba(0,0,0,.25)}.cost-categories-parity .cc-editor>form header{border-bottom:1px solid #e6e9ec;padding:20px 24px}.cost-categories-parity .cc-editor>form h2{margin:0;font-size:20px}.cost-categories-parity .cc-editor>form>label{display:grid;gap:7px;min-height:120px;padding:28px 24px;color:#4d555d;font-size:13px}.cost-categories-parity .cc-editor>form input{width:100%;box-sizing:border-box}.cost-categories-parity .cc-editor>form footer{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e6e9ec;padding:16px 24px}.cost-categories-parity .cc-footer{justify-content:space-between;padding:0 16px}@media(max-width:700px){.cost-categories-parity .cc-toolbar{align-items:stretch;flex-direction:column;padding:12px 16px}.cost-categories-parity .cc-toolbar-spacer{display:none}.cost-categories-parity .cc-search input{width:100%}}

/* Networking and Helpdesk source-list contracts. */
.nas-types-twin,.ip-network-categories,.ip-host-categories-source,.hardware-twin,.helpdesk-ticket-things { min-width:0; color:#1b2124; font:14px/21px Inter,"Segoe UI",Arial,sans-serif; }.nas-types-twin__header,.hardware-twin__header { position:relative; height:88px; }.nas-types-twin__heading,.hardware-twin__heading { position:absolute; top:20px; left:0; display:grid; grid-template-columns:40px minmax(0,1fr); grid-template-rows:20px 28px; column-gap:12px; }.nas-types-twin__icon,.hardware-twin__icon,.ip-network-categories .in-icon { display:grid; width:40px; height:40px; grid-row:1 / 3; place-items:center; border-radius:4px; background:#6c757d; color:#fff; font-size:18px; font-weight:700; }.nas-types-twin__crumbs,.hardware-twin__crumbs,.ip-network-categories .in-crumb { display:flex; height:20px; align-items:center; gap:4px; color:#6c757d; }.nas-types-twin__crumbs a,.hardware-twin__crumbs a,.ip-network-categories .in-crumb a { color:#357bf2; text-decoration:none; }.nas-types-twin .page-title,.hardware-twin .page-title,.ip-network-categories h1 { margin:0; color:#1b2124; font-size:20px; font-weight:600; line-height:28px; }
.nas-types-twin__header-actions { position:absolute; top:30px; right:0; display:flex; gap:8px; }.nas-types-twin__button,.ip-network-categories button,.hardware-twin__card-button { display:inline-grid; height:32px; place-items:center; border:1px solid #3973e8; border-radius:4px; background:#fff; padding:4px 12px; color:#3973b8; font:14px/22px Inter,sans-serif; }.nas-types-twin__button--icon { width:32px; border-color:#1b2124; color:#1b2124; padding:0; }
.nas-types-twin__controls,.hardware-twin__controls { display:flex; height:32px; align-items:center; justify-content:space-between; gap:16px; margin:20px 0 16px; }.nas-types-twin__length,.nas-types-twin__search-group,.hardware-twin__length,.hardware-twin__search-group,.ip-network-categories .in-tool { display:flex; align-items:center; gap:8px; color:#69717a; }.nas-types-twin__length select,.hardware-twin__length select,.ip-network-categories select { width:78px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:4px 8px; color:#1b2124; }.nas-types-twin__search-wrap,.hardware-twin__search-wrap { position:relative; display:flex; width:200px; height:32px; }.nas-types-twin__search,.hardware-twin__search,.ip-network-categories input { width:200px; height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:0 10px; }.nas-types-twin__search { width:100%; padding-right:32px; }.nas-types-twin__search-button { position:absolute; top:1px; right:1px; width:30px; height:30px; border:0; background:transparent; font-size:0; }.nas-types-twin__search-button::before { display:block; width:14px; height:14px; margin:auto; border:1.5px solid #69717a; border-radius:50%; content:''; }.nas-types-twin__utility,.hardware-twin__utility { width:32px; margin-left:8px; padding:0; }.nas-types-twin__utility + .nas-types-twin__utility,.hardware-twin__utility + .hardware-twin__utility { margin-left:-1px; }
.nas-types-twin__table-wrap { overflow-x:auto; }.nas-types-twin__table,.ip-network-categories table,.hardware-twin__table { width:100%; min-width:620px; margin:0; border-collapse:collapse; }.nas-types-twin__table th,.ip-network-categories th,.hardware-twin__table th { height:30px; border-bottom:1px solid #e9ecef; padding:4px 12px; color:#1b2124; font-size:14px; font-weight:600; text-align:left; white-space:nowrap; }.nas-types-twin__table td,.ip-network-categories td,.hardware-twin__table td { height:35px; border-bottom:1px solid #e9ecef; padding:7px 12px; color:#1b2124; vertical-align:middle; }.nas-types-twin__table tbody tr:nth-child(odd),.ip-network-categories tbody tr:nth-child(odd),.hardware-twin__table tbody tr:nth-child(odd) { background:rgba(0,0,0,.025); }.nas-types-twin__table td:last-child,.hardware-twin__table td:last-child { text-align:center; }.nas-types-twin__action,.hardware-twin__action { display:inline-grid; min-width:24px; height:24px; place-items:center; border:0; background:transparent; padding:0; cursor:pointer; font-size:0; }.nas-types-twin__action--view::after,.hardware-twin__action--view::after { color:#7d4fff; content:'\25c9'; font-size:15px; }.nas-types-twin__action--delete::after,.hardware-twin__action--delete::after { color:#eb5757; content:'\00d7'; font-size:20px; }.nas-types-twin__empty,.hardware-twin__empty,.ip-network-categories .in-ro { color:#858b94; font-size:13px; }.nas-types-twin__empty,.hardware-twin__empty { height:80px!important; text-align:center; }
.nas-types-twin__footer,.hardware-twin__footer,.ip-network-categories .in-foot { display:flex; min-height:48px; align-items:center; justify-content:flex-end; gap:16px; color:#69717a; }.nas-types-twin__pager,.hardware-twin__pager { display:flex; }.nas-types-twin__pager > *,.hardware-twin__pager > * { display:grid; width:32px; height:32px; place-items:center; border:1px solid #dee2e6; color:#6c757d; text-decoration:none; }.nas-types-twin__pager .current,.hardware-twin__pager .current { background:#f8f9fa; color:#1b2124; }.ip-network-categories .in-head { position:relative; display:flex; min-height:88px; align-items:center; justify-content:space-between; }.ip-network-categories .in-title { display:flex; align-items:center; gap:12px; }.ip-network-categories .in-card { margin:0; }.ip-network-categories .in-tool { min-height:48px; justify-content:flex-end; }.ip-network-categories .in-note { margin:20px 0 0; border-left:3px solid #8655d7; background:#fff; padding:13px 16px; color:#69717b; font-size:13px; }
.hardware-twin__holder { margin:0 33px; padding:0; }.hardware-twin__card { margin:0 0 20px; border:1px solid #e9ecef; background:#fff; padding:16px; }.hardware-twin__card-header { display:flex; min-height:32px; align-items:center; justify-content:space-between; font-weight:700; }.hardware-twin__card-actions { display:flex; }.hardware-twin__card-button { width:32px; border-color:#6c757d; padding:0; color:#6c757d; }.hardware-twin__body { margin-top:16px; }.hardware-twin__notice { margin:0 0 16px; border-left:3px solid #29cc97; background:#effaf5; padding:12px 16px; }.hardware-twin__table { min-width:420px; }.hardware-twin__context { margin-top:20px; border-left:3px solid #ffaf14; background:#fff8e8; padding:14px 16px; color:#5f6268; }
.hardware-twin__search-wrap .splynx-search-glyph { position:absolute; top:8px; right:9px; color:#6c757d; pointer-events:none; }.hardware-twin__search-group .hardware-twin__utility[type="submit"] { font-size:0; }.hardware-twin__search-group .hardware-twin__utility[type="submit"]::before { display:block; width:14px; height:14px; border:1.5px solid currentColor; border-radius:50%; content:''; }
.ip-host-categories-source .page-title-row,.helpdesk-ticket-things > .page-title-row { position:relative; display:flex; min-height:88px; align-items:center; justify-content:space-between; margin:0; }.ip-host-categories-source .page-intro,.helpdesk-ticket-things .page-intro { margin:0 0 3px; color:#357bf2; }.ip-host-categories-source .page-title,.helpdesk-ticket-things .page-title { margin:0; font-size:20px; line-height:28px; }.ip-host-categories-source .section-card,.helpdesk-ticket-things .section-card { margin:0 33px 20px; border:1px solid #e9ecef; border-radius:0; box-shadow:none; }.ip-host-categories-source .notice,.helpdesk-ticket-things .notice { border-left:3px solid #8655d7; background:#fff; padding:13px 16px; color:#69717b; }.ip-host-categories-source .filters,.helpdesk-ticket-things .filters { display:flex; min-height:48px; align-items:center; justify-content:space-between; gap:12px; margin:0 33px 16px; }.ip-host-categories-source .table-wrap,.helpdesk-ticket-things .table-wrap { overflow-x:auto; border:0; border-radius:0; box-shadow:none; }.ip-host-categories-source .data-table,.helpdesk-ticket-things .data-table { min-width:620px; }.ip-host-categories-source .data-table th,.helpdesk-ticket-things .data-table th { height:30px; background:transparent; padding:4px 12px; font-size:14px; text-transform:none; }.ip-host-categories-source .data-table td,.helpdesk-ticket-things .data-table td { height:35px; padding:7px 12px; }.ip-host-categories-source .pagination,.helpdesk-ticket-things .pagination { margin:0 33px; justify-content:flex-end; }.helpdesk-ticket-things .section-title { margin:0; font-size:16px; }.helpdesk-ticket-things .section-card > .page-title-row { min-height:48px; }.helpdesk-ticket-things .customer-actionbar { margin-left:auto; }

.config-category-directory{min-width:0;color:#1b2124;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.config-category-header{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:16px}.config-category-heading{display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:20px 28px;column-gap:12px}.config-category-module-icon{display:grid;width:40px;height:40px;grid-row:1/3;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:18px}.config-category-heading nav{display:flex;align-items:center;gap:5px;color:#6c757d}.config-category-heading nav a{color:#357bf2;text-decoration:none}.config-category-heading h1{margin:0;font-size:20px;line-height:28px}.config-category-header-actions{display:flex;gap:8px}.config-category-square{display:grid;width:32px;height:32px;place-items:center;border:1px solid #1b2124;border-radius:4px;color:#1b2124;text-decoration:none;font-size:20px}.config-category-header-actions .button{height:32px;padding:4px 12px}.config-category-card{overflow:visible;border:1px solid #e4e8ed;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(31,43,58,.06)}.config-category-toolbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px}.config-category-length{display:flex;align-items:center;gap:7px;color:#69717a}.config-category-length select{width:64px;height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:4px 7px}.config-category-search{display:flex;height:32px;align-items:stretch}.config-category-search>input{width:200px;border:1px solid #ced4da;border-radius:4px 0 0 4px;padding:4px 10px}.config-category-search>button,.config-category-search>details>summary{display:grid;width:32px;height:32px;place-items:center;border:1px solid #ced4da;border-left:0;background:#fff;color:#69717a;cursor:pointer;list-style:none}.config-category-search>details{position:relative}.config-category-search>details>summary::-webkit-details-marker{display:none}.config-category-search>details>a{position:absolute;z-index:20;top:34px;right:0;min-width:80px;border:1px solid #dce1e6;border-radius:4px;background:#fff;padding:7px 12px;color:#357bf2;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.12)}.config-category-table-wrap{overflow-x:auto}.config-category-table{width:100%;min-width:620px;border-collapse:collapse}.config-category-table th{height:30px;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;background:#f7f8fb;padding:4px 16px;text-align:left;white-space:nowrap}.config-category-table th a{color:#1b2124;text-decoration:none}.config-category-table th a span{color:#858b94;font-size:11px}.config-category-table td{height:35px;border-bottom:1px solid #e9ecef;padding:6px 16px;vertical-align:middle}.config-category-table tbody tr:nth-child(even){background:#f7f8fb}.config-category-glyph{display:inline-grid;min-width:22px;place-items:center;color:#1b2124;font-size:15px}.config-category-badge{display:inline-block;border-radius:2px;background:#31c59b;padding:1px 8px;color:#fff;font-size:12px;font-weight:600;line-height:19px}.config-category-actions{display:flex;align-items:center;gap:4px}.config-category-actions form{display:inline-flex;margin:0}.config-category-actions button{display:grid;width:24px;height:24px;place-items:center;border:0;background:transparent;padding:0;color:#357bf2;cursor:pointer;font-size:16px}.config-category-footer{display:flex;min-height:64px;align-items:center;justify-content:flex-end;gap:24px;padding:12px 16px;color:#69717a}.config-category-footer nav{display:flex}.config-category-footer nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.config-category-footer nav>*+*{border-left:0}.config-category-footer nav strong{background:#357bf2;color:#fff}.category-editor-dialog{width:min(500px,calc(100vw - 32px));border:0;border-radius:5px;padding:0;box-shadow:0 14px 48px rgba(0,0,0,.28)}.category-editor-dialog::backdrop{background:rgba(23,31,42,.44)}.category-editor-dialog form{display:grid;gap:14px;padding:0 18px 18px}.category-editor-dialog header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef;padding:15px 0}.category-editor-dialog h2{margin:0;font-size:17px}.category-editor-dialog header button{border:0;background:transparent;color:#69717a;font-size:24px}.category-editor-dialog label{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:12px}.category-editor-dialog input{height:34px;border:1px solid #ced4da;border-radius:4px;padding:5px 9px}.category-editor-dialog footer{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e9ecef;padding-top:14px}
@media(max-width:700px){.config-category-header{align-items:flex-start;flex-direction:column;padding:12px 0}.config-category-toolbar{align-items:flex-start;flex-direction:column}.config-category-search{width:100%}.config-category-search>input{flex:1;width:auto}.config-category-footer{align-items:flex-start;flex-direction:column}.category-editor-dialog label{grid-template-columns:1fr;gap:4px}}
.simple-module-directory .config-category-card{min-height:190px}.simple-module-table .simple-module-id{border:0;background:transparent;padding:0;color:#357bf2;cursor:pointer}.simple-module-dialog label>span:first-child{font-weight:500}.simple-module-dialog select,.simple-module-dialog input[type=text],.simple-module-dialog input[type=password],.simple-module-dialog input[type=number]{box-sizing:border-box;width:100%;min-height:34px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px}.simple-module-dialog .simple-module-check{display:flex;align-items:center;min-height:34px}.simple-module-dialog input[type=checkbox]{width:18px;height:18px}.simple-module-directory .config-category-actions:empty{min-height:24px}
.config-category-badge{position:relative;isolation:isolate;overflow:hidden;background:transparent}.config-category-badge svg{position:absolute;z-index:0;inset:0;width:100%;height:100%}.config-category-badge>span{position:relative;z-index:1}.splynx-add-on-frame-wrapper { position:relative; width:100%; min-height:628px; }.splynx-add-on-frame-wrapper .embed-responsive-item { display:block; width:100%; min-height:628px; border:0; }.splynx-add-on-frame-wrapper .spinner-loader { display:inline-flex; align-items:center; gap:8px; padding:20px; color:#69717b; }
@media (max-width:900px) { .nas-types-twin__header,.hardware-twin__header { height:52px; }.nas-types-twin__heading,.hardware-twin__heading { display:none; }.nas-types-twin__header-actions { top:12px; }.nas-types-twin__controls,.hardware-twin__controls,.ip-network-categories .in-head,.ip-network-categories .in-tool,.ip-host-categories-source .filters,.helpdesk-ticket-things .filters { height:auto; align-items:flex-start; flex-direction:column; }.nas-types-twin__search-group,.hardware-twin__search-group { width:100%; }.nas-types-twin__search-wrap,.hardware-twin__search-wrap { flex:1; width:auto; }.hardware-twin__holder,.ip-host-categories-source .section-card,.helpdesk-ticket-things .section-card,.ip-host-categories-source .filters,.helpdesk-ticket-things .filters,.ip-host-categories-source .pagination,.helpdesk-ticket-things .pagination { margin-right:0; margin-left:0; }.nas-types-twin__table,.ip-network-categories table,.hardware-twin__table,.ip-host-categories-source .data-table,.helpdesk-ticket-things .data-table { min-width:382px; } }


/* Scheduling Teams and Project types parity. */
/* Shared compact source directory: Scheduling Teams and Inventory Categories. */
.source-compact-directory{position:relative;min-width:0;color:#1b2124;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.source-compact-directory__header{position:relative;height:88px}.source-compact-directory__heading{position:absolute;top:20px;left:0;display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:20px 28px;column-gap:12px}.source-compact-directory__icon{display:grid;width:40px;height:40px;margin-top:4px;grid-row:1/3;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:18px}.source-compact-directory__heading nav{display:flex;height:20px;align-items:center;gap:5px}.source-compact-directory__heading nav a{color:#357bf2;text-decoration:none}.source-compact-directory__heading h1{margin:0;font-size:20px;font-weight:600;line-height:28px}.source-compact-directory__header-actions{position:absolute;top:30px;right:0;display:flex;height:32px;align-items:center;gap:8px}.source-compact-directory__button{display:inline-grid;height:32px;box-sizing:border-box;place-items:center;border:1px solid #3973e8;border-radius:4px;background:#fff;padding:4px 12px;color:#3973b8;cursor:pointer;font:14px/22px Inter,sans-serif;text-decoration:none}.source-compact-directory__button--icon{width:32px;border-color:#6c757d;padding:0;color:#4d555d;font-size:20px}.source-compact-directory__add,.source-compact-directory__edit,.source-compact-directory__more{position:relative}.source-compact-directory summary{list-style:none}.source-compact-directory summary::-webkit-details-marker{display:none}.source-compact-directory__add>form,.source-compact-directory__edit>form{position:fixed;z-index:81;top:50%;left:50%;display:grid;width:min(520px,calc(100vw - 32px));box-sizing:border-box;gap:12px;transform:translate(-50%,-50%);border:1px solid #d9dfe7;border-radius:5px;background:#fff;padding:18px;box-shadow:0 18px 60px rgba(0,0,0,.24)}.source-compact-directory__add[open]::before,.source-compact-directory__edit[open]::before{position:fixed;z-index:80;inset:0;background:rgba(21,27,31,.42);content:''}.source-compact-directory .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.source-compact-directory .form-grid label{display:grid;gap:4px;color:#4d555d;font-size:13px}.source-compact-directory .form-grid input,.source-compact-directory .form-grid select,.source-compact-directory .form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:6px 9px}.source-compact-directory .form-grid input,.source-compact-directory .form-grid select{height:34px}.source-compact-directory .form-grid textarea{min-height:72px;resize:vertical}.source-compact-directory__controls{display:flex;min-height:64px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:16px;margin:0;border:1px solid #e3e6e9;border-bottom:0;border-radius:8px 8px 0 0;background:#fff;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.source-compact-directory__controls>label,.source-compact-directory__search-group{display:flex;align-items:center;gap:8px;color:#69717a}.source-compact-directory__controls select,.source-compact-directory__controls input{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff}.source-compact-directory__controls select{width:64px;padding:4px 8px}.source-compact-directory__search{position:relative}.source-compact-directory__search input{width:200px;padding:0 32px 0 10px}.source-compact-directory__search::after{position:absolute;top:7px;right:10px;color:#6c757d;content:'\2315';font-size:16px;pointer-events:none}.source-compact-directory__utility{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #adb5bd;border-radius:3px;background:#fff;padding:0;color:#687078;cursor:pointer;font-size:18px}.source-compact-directory__utility svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.source-compact-directory__more>div{position:absolute;z-index:7;top:36px;right:0;width:120px;border:1px solid #d9dfe7;border-radius:4px;background:#fff;padding:6px;box-shadow:0 6px 18px rgba(35,46,60,.16)}.source-compact-directory__more a{display:block;padding:5px 7px;color:#3973b8;text-decoration:none}.source-compact-directory__card{overflow:hidden;border:1px solid #e3e6e9;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.source-compact-directory__table-wrap{overflow-x:auto}.source-compact-directory__table{width:100%;min-width:620px;border-collapse:collapse;table-layout:fixed}.source-compact-directory__table th{height:30px;box-sizing:border-box;border-bottom:1px solid #e9ecef;padding:4px 16px;color:#1b2124;font-size:14px;font-weight:600;text-align:left}.source-compact-directory__table td{height:35px;box-sizing:border-box;border-bottom:1px solid #e9ecef;padding:5px 16px;vertical-align:middle}.source-compact-directory__table tbody tr:nth-child(even){background:#f3f4f7}.source-compact-directory--teams th:first-child,.source-compact-directory--teams td:first-child{width:13%}.source-compact-directory--teams th:nth-child(2),.source-compact-directory--teams td:nth-child(2){width:61%}.source-compact-directory--teams th:last-child,.source-compact-directory--teams td:last-child{width:26%}.source-compact-directory--categories th:first-child,.source-compact-directory--categories td:first-child{width:26%}.source-compact-directory--categories th:nth-child(2),.source-compact-directory--categories td:nth-child(2){width:34%}.source-compact-directory--categories th:last-child,.source-compact-directory--categories td:last-child{width:40%}.source-compact-directory__row-actions{display:flex;align-items:center;gap:2px}.source-compact-directory__row-actions>form{margin:0}.source-compact-directory__action{display:grid;width:24px;height:24px;box-sizing:border-box;place-items:center;border:0;background:transparent;padding:2px;color:#397be0;cursor:pointer}.source-compact-directory__action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.source-compact-directory__empty{height:80px!important;color:#6c757d;text-align:center}.source-compact-directory__footer{display:flex;min-height:64px;align-items:center;justify-content:flex-end;gap:16px;padding:0 16px;color:#69717a}.source-compact-directory__footer nav{display:flex}.source-compact-directory__footer nav>*{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.source-compact-directory__footer nav>*+*{border-left:0}.source-compact-directory__footer nav .current{border-color:#3973e8;background:#3973e8;color:#fff}@media(max-width:900px){.source-compact-directory__header{height:52px}.source-compact-directory__heading{display:none}.source-compact-directory__header-actions{top:12px}.source-compact-directory__controls{align-items:stretch;flex-direction:column}.source-compact-directory__search-group{width:100%}.source-compact-directory__search{flex:1}.source-compact-directory__search input{width:100%}.source-compact-directory .form-grid{grid-template-columns:1fr}.source-compact-directory__footer{align-items:flex-start;flex-direction:column;padding:12px 16px}}
/* Config > Scheduling project types/categories. */
.scheduling-project-directory{color:#1b2124;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.scheduling-project-directory__header{position:relative;height:102px}.scheduling-project-directory__heading{position:absolute;top:20px;left:0;display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:20px 28px;column-gap:12px}.scheduling-project-directory__icon{display:grid;width:40px;height:40px;margin-top:4px;grid-row:1/3;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:18px}.scheduling-project-directory__heading nav{display:flex;align-items:center;gap:5px}.scheduling-project-directory__heading nav a{color:#3973b8;text-decoration:none}.scheduling-project-directory__heading h1{margin:0;font-size:20px;line-height:28px}.scheduling-project-directory__header-actions{position:absolute;right:0;bottom:12px;display:flex;gap:8px}.scheduling-project-directory__button{display:inline-grid;height:32px;box-sizing:border-box;place-items:center;border:1px solid #3973e8;border-radius:4px;background:#fff;padding:4px 12px;color:#3973b8;text-decoration:none}.scheduling-project-directory__button--icon{width:32px;border-color:#6c757d;padding:0;color:#4d555d;font-size:20px}.scheduling-project-directory__card{overflow:visible;border:1px solid #e3e6e9;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.scheduling-project-directory__controls{display:flex;min-height:64px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:16px;padding:16px}.scheduling-project-directory__controls>label,.scheduling-project-directory__search-group{display:flex;align-items:center;gap:8px;color:#69717a}.scheduling-project-directory__controls select,.scheduling-project-directory__controls input{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff}.scheduling-project-directory__controls select{width:64px;padding:4px 8px}.scheduling-project-directory__search input{width:200px;padding:0 10px}.scheduling-project-directory__utility{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #adb5bd;border-radius:3px;background:#fff;color:#687078;cursor:pointer;font-size:18px}.scheduling-project-directory__more{position:relative}.scheduling-project-directory__more summary{list-style:none}.scheduling-project-directory__more summary::-webkit-details-marker{display:none}.scheduling-project-directory__more>div{position:absolute;z-index:10;top:36px;right:0;width:132px;border:1px solid #d9dfe7;border-radius:4px;background:#fff;padding:6px;box-shadow:0 6px 18px rgba(35,46,60,.16)}.scheduling-project-directory__more a{display:block;padding:5px 7px;color:#3973b8;text-decoration:none}.scheduling-project-directory__table-wrap{overflow-x:auto}.scheduling-project-directory__table{width:100%;min-width:620px;border-collapse:collapse;table-layout:fixed}.scheduling-project-directory__table th,.scheduling-project-directory__table td{height:35px;box-sizing:border-box;border-top:1px solid #e9ecef;padding:5px 16px;text-align:left}.scheduling-project-directory__table th{height:30px;background:#f6f7fa;font-weight:600}.scheduling-project-directory__table th:first-child,.scheduling-project-directory__table td:first-child{width:18%}.scheduling-project-directory__table th:nth-child(2),.scheduling-project-directory__table td:nth-child(2){width:55%}.scheduling-project-directory__table th a{color:inherit;text-decoration:none}.scheduling-project-directory__table tbody tr:nth-child(even){background:#f3f4f7}.scheduling-project-directory__row-actions{display:flex;gap:10px}.scheduling-project-directory__row-actions a{color:#397be0;text-decoration:none;font-size:18px}.scheduling-project-directory__empty{height:80px!important;color:#6c757d;text-align:center!important}.scheduling-project-directory__footer{display:flex;min-height:64px;align-items:center;justify-content:flex-end;gap:16px;padding:0 16px;color:#69717a}.scheduling-project-directory__footer nav{display:flex}.scheduling-project-directory__footer nav>*{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.scheduling-project-directory__footer nav>*+*{border-left:0}.scheduling-project-directory__footer nav span{border-color:#3973e8;background:#3973e8;color:#fff}.scheduling-project-directory__backdrop{position:fixed;z-index:90;inset:0;display:grid;place-items:center;background:rgba(21,27,31,.42)}.scheduling-project-directory__dialog{width:min(500px,calc(100vw - 32px));box-sizing:border-box;border-radius:5px;background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.24)}.scheduling-project-directory__dialog>header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e6e9;padding:14px 18px}.scheduling-project-directory__dialog h2{margin:0;font-size:18px}.scheduling-project-directory__dialog header a{color:#69717a;font-size:24px;text-decoration:none}.scheduling-project-directory__dialog>form,.scheduling-project-directory__dialog>p{margin:0;padding:18px}.scheduling-project-directory__dialog label{display:grid;gap:6px}.scheduling-project-directory__dialog input{height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;padding:6px 9px}.scheduling-project-directory__dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}@media(max-width:900px){.scheduling-project-directory__header{height:58px}.scheduling-project-directory__heading{display:none}.scheduling-project-directory__header-actions{top:12px;bottom:auto}.scheduling-project-directory__controls{align-items:stretch;flex-direction:column}.scheduling-project-directory__search-group,.scheduling-project-directory__search,.scheduling-project-directory__search input{width:100%}.scheduling-project-directory__footer{align-items:flex-start;flex-direction:column;padding:12px 16px}}
/* Compact Splynx-style directories keep editors out of the result grid. */
.splynx-config-directory .config-disclosure { margin: 0 0 14px; }
.splynx-config-directory .config-disclosure > summary,
.splynx-config-directory .row-actions > summary { cursor: pointer; list-style: none; }
.splynx-config-directory .config-disclosure > summary { display: inline-flex; }
.splynx-config-directory .row-actions > summary { color: #2f6fed; font-size: 13px; }
.splynx-config-directory .row-actions[open] { min-width: 330px; }
.splynx-config-directory .row-actions form { margin-top: 8px; padding: 12px; border: 1px solid #dfe5ee; border-radius: 4px; background: #fff; }
.splynx-config-directory .row-actions .form-grid { min-width: 300px; }
/* Page-local Scheduling Teams contract, measured against the signed-in source. */
.teams-twin { position: relative; min-width: 0; color: #1b2124; font: 14px/21px Inter, "Segoe UI", Arial, sans-serif; }
.teams-twin__header { position: relative; height: 88px; }.teams-twin__heading { position: absolute; top: 20px; left: 0; display: grid; min-width: 0; grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: 20px 28px; column-gap: 12px; }
.teams-twin__icon { display: grid; width: 40px; height: 40px; margin-top: 4px; grid-row: 1 / 3; place-items: center; border-radius: 4px; background: #6c757d; color: #fff; font-size: 18px; font-weight: 700; }.teams-twin__crumbs { display: flex; height: 20px; gap: 4px; align-items: center; }.teams-twin__crumbs a { padding-right: 8px; color: #357bf2; font-size: 14px; line-height: 20px; text-decoration: none; }.teams-twin__crumbs a:hover { text-decoration: underline; }.teams-twin .page-title { margin: 0; color: #1b2124; font-size: 20px; font-weight: 600; line-height: 28px; }
.teams-twin__header-actions { position: absolute; top: 30px; right: 0; display: flex; height: 32px; align-items: center; gap: 8px; }.teams-twin__button { display: inline-grid; height: 32px; place-items: center; border: 1px solid #357bf2; border-radius: 4px; background: #fff; padding: 4px 12px; color: #357bf2; font: 14px/22px Inter, sans-serif; text-decoration: none; }.teams-twin__button--icon { width: 32px; border-color: #1b2124; padding: 0; color: #1b2124; font-size: 17px; }
.teams-twin__controls { display: flex; height: 32px; align-items: center; justify-content: space-between; gap: 16px; margin: 20px 0 16px; }.teams-twin__length { display: flex; align-items: center; gap: 8px; white-space: nowrap; }.teams-twin__length select { width: 78px; height: 32px; border: 1px solid #ced4da; border-radius: 4px; background: #fff; padding: 4px 8px; color: #1b2124; }
.teams-twin__search-group { display: flex; height: 32px; align-items: center; }.teams-twin__search-wrap { position: relative; display: flex; width: 200px; height: 32px; }.teams-twin__search { width: 100%; height: 32px; border: 1px solid #ced4da; border-radius: 4px; background: #fff; padding: 0 32px 0 12px; color: #1b2124; font: 14px/22px Inter, sans-serif; }.teams-twin__search-button { position: absolute; top: 1px; right: 1px; width: 31px; height: 30px; border: 0; background: transparent; color: #6c757d; font-size: 18px; cursor: pointer; }.teams-twin__utility { width: 32px; margin-left: 8px; border-color: #6c757d; padding: 0; color: #6c757d; }.teams-twin__utility + .teams-twin__utility { margin-left: -1px; }
.teams-twin__table-wrap { overflow-x: auto; }.teams-twin__table { width: 100%; min-width: 620px; margin: 0; border-collapse: collapse; table-layout: auto; }.teams-twin__table th { height: 30px; border-bottom: 1px solid #e9ecef; padding: 4px 12px; color: #1b2124; font-size: 14px; font-weight: 600; text-align: left; white-space: nowrap; }.teams-twin__table th::after { margin-left: 6px; color: #adb5bd; content: "+"; font-size: 8px; }.teams-twin__table th:first-child { width: 8%; }.teams-twin__table th:nth-child(2) { width: 82%; }.teams-twin__table th:last-child { width: 10%; text-align: center; }
.teams-twin__table td { height: 35px; border-bottom: 1px solid #e9ecef; padding: 7px 12px; color: #1b2124; vertical-align: middle; }.teams-twin__table td:last-child { text-align: center; white-space: nowrap; }.teams-twin__table tbody tr:nth-child(odd) { background: rgba(0, 0, 0, .025); }.teams-twin__table tbody tr:hover { background: rgba(0, 0, 0, .04); }
.teams-twin__action { display: inline-grid; min-width: 24px; height: 24px; place-items: center; border: 0; background: transparent; padding: 0; cursor: pointer; color: #357bf2; font-size: 0; }.teams-twin__action::after { content: "[]"; font-size: 12px; }.teams-twin__action--delete { color: #eb5757; }.teams-twin__action--delete::after { content: "x"; font-size: 20px; }.teams-twin__empty { height: 80px !important; color: #6c757d !important; text-align: center; }
.teams-twin__footer { display: flex; min-height: 48px; align-items: center; justify-content: flex-end; gap: 16px; color: #6c757d; }.teams-twin__pager { display: flex; padding: 0 8px; }.teams-twin__pager > * { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #dee2e6; color: #6c757d; text-decoration: none; }.teams-twin__pager > * + * { border-left: 0; }.teams-twin__pager .current { background: #f8f9fa; color: #1b2124; }
@media (max-width: 900px) { .splynx-directory-mode .page-content { padding: 0 4px 32px; }.teams-twin__header { height: 36px; }.teams-twin__heading { display: none; }.teams-twin__header-actions { top: 4px; right: 0; }.teams-twin__controls { height: auto; margin-top: 16px; align-items: stretch; flex-direction: column; gap: 8px; }.teams-twin__length { height: 32px; }.teams-twin__search-group { width: 100%; }.teams-twin__search-wrap { flex: 1; width: auto; }.teams-twin__footer { align-items: flex-start; flex-direction: column; gap: 8px; }.teams-twin__pager { padding: 0; } }
@media (max-width: 620px) { .teams-twin__table { min-width: 382px; table-layout: fixed; }.teams-twin__table th:first-child { width: 23.4%; }.teams-twin__table th:nth-child(2) { width: 76.6%; }.teams-twin__table th:last-child, .teams-twin__table td:last-child { display: none; }.teams-twin__table td { overflow-wrap: anywhere; } }

/* Page-local Project types contract measured against the signed-in source. */
.project-types-twin { min-width: 0; color: #1b2124; font: 14px/21px Inter, "Segoe UI", Arial, sans-serif; }
.project-types-twin__header { position: relative; height: 88px; }
.project-types-twin__heading { position: absolute; top: 20px; left: 0; display: grid; min-width: 0; grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: 20px 28px; column-gap: 12px; }
.project-types-twin__icon { display: grid; width: 40px; height: 40px; margin-top: 4px; grid-row: 1 / 3; place-items: center; border-radius: 4px; background: #6c757d; color: #fff; font-size: 18px; font-weight: 700; }
.project-types-twin__crumbs { display: flex; height: 20px; gap: 4px; align-items: center; }
.project-types-twin__crumbs a { padding-right: 8px; color: #357bf2; font-size: 14px; line-height: 20px; text-decoration: none; }
.project-types-twin__crumbs a:hover { text-decoration: underline; }
.project-types-twin .page-title { margin: 0; color: #1b2124; font-size: 20px; font-weight: 600; line-height: 28px; }
.project-types-twin__top-actions { display: flex; height: 32px; margin: 20px 0 16px; align-items: center; justify-content: flex-end; }
.project-types-twin__button { display: inline-grid; width: 32px; height: 32px; place-items: center; border: 1px solid #6c757d; border-radius: 4px; background: #fff; padding: 0; color: #1b2124; font: 17px/30px Inter, "Segoe UI", sans-serif; text-decoration: none; }
.project-types-twin__button + .project-types-twin__button { margin-left: -1px; }


/* Admin and Config modules use normal production-style controls. */
.templates-twin .inline-form { display:inline; }
.template-editor-page { color:#1b2124; font:14px/1.45 Inter,"Segoe UI",Arial,sans-serif; }
.template-editor-heading { margin:0 0 22px; }
.template-editor-breadcrumbs { display:flex; align-items:center; gap:12px; color:#687078; }
.template-editor-breadcrumbs a { color:#357bf2; text-decoration:none; }
.template-editor-heading .page-title { margin:5px 0 18px 52px; font-size:20px; }
.template-editor-heading > strong { display:block; border-bottom:1px solid #e6e9ec; padding-bottom:10px; font-size:16px; }
.template-editor-form { display:grid; gap:12px; }
.template-editor-field { display:grid; grid-template-columns:170px minmax(0,1fr); align-items:center; gap:14px; }
.template-editor-field > label,.template-editor-code-label > label { justify-self:end; font-weight:600; }
.template-editor-field input { width:100%; height:34px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:5px 9px; }
.template-editor-code-field { display:grid; grid-template-columns:170px minmax(0,1fr); gap:8px 14px; }
.template-editor-code-label { display:grid; align-content:start; gap:6px; padding-top:8px; color:#687078; }
.template-editor-code-label span { max-width:160px; text-align:right; font-size:12px; }
.template-editor-tools { display:flex; justify-content:flex-end; gap:8px; }
.template-editor-tools .button { min-height:32px; }
.template-editor-code-field textarea { grid-column:2; width:100%; min-height:500px; border:1px solid #cfd4da; border-radius:4px; background:#fbfcfd; padding:12px; color:#20262b; font:13px/1.45 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace; tab-size:4; resize:vertical; }
.template-editor-actions { display:flex; justify-content:flex-end; gap:8px; border-top:1px solid #e6e9ec; padding-top:14px; }
.template-placeholder-panel { position:relative; }
.template-placeholder-panel > summary { list-style:none; cursor:pointer; }
.template-placeholder-panel > summary::-webkit-details-marker { display:none; }
.template-placeholder-panel > div { position:absolute; z-index:20; top:38px; right:0; width:min(620px,80vw); max-height:420px; overflow:auto; border:1px solid #d7dce0; border-radius:4px; background:#fff; padding:16px; box-shadow:0 8px 28px rgba(23,31,38,.16); }
.template-placeholder-panel h2 { margin:0 0 6px; font-size:16px; }
.template-placeholder-panel p { margin:0 0 12px; color:#687078; }
.template-placeholder-panel ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px 18px; margin:0; padding:0; list-style:none; }
.template-placeholder-panel code { display:block; overflow-wrap:anywhere; border-radius:3px; background:#f4f6f8; padding:5px 7px; color:#39434c; user-select:all; }
.template-safe-preview { margin:22px 0 0 184px; border:1px solid #d7dce0; border-radius:4px; background:#fff; }
.template-safe-preview header { border-bottom:1px solid #e6e9ec; padding:12px 16px; }
.template-safe-preview h2,.template-safe-preview p { margin:0; }
.template-safe-preview p { margin-top:3px; color:#687078; }
.template-safe-preview pre { max-height:520px; overflow:auto; margin:0; padding:16px; background:#f8f9fa; white-space:pre-wrap; overflow-wrap:anywhere; }
.templates-column-picker { position:relative; margin-left:8px; }
.templates-column-picker > summary { list-style:none; cursor:pointer; }
.templates-column-picker > summary::-webkit-details-marker { display:none; }
.templates-column-picker > form { position:absolute; z-index:20; top:38px; right:0; display:grid; min-width:190px; gap:8px; border:1px solid #d7dce0; border-radius:4px; background:#fff; padding:14px; box-shadow:0 8px 24px rgba(23,31,38,.16); }
.templates-column-picker > form label { display:flex; align-items:center; gap:7px; }
.templates-twin__controls-form { display:flex; min-width:0; align-items:center; }
.templates-twin .templates-export { margin-left:0; }
.templates-twin .templates-export::before { content:'\2197'; font-size:17px; }
@media (max-width:760px) { .template-editor-field,.template-editor-code-field { grid-template-columns:1fr; }.template-editor-field > label,.template-editor-code-label > label { justify-self:start; }.template-editor-code-label span { text-align:left; }.template-editor-code-field textarea { grid-column:1; }.template-safe-preview { margin-left:0; }.template-placeholder-panel ul { grid-template-columns:1fr; } }
.splynx-admin-add, .splynx-admin-row-action, .portal-log-action,
.additional-fields-page button, .company-parity button,
.localization-parity button, .templates-twin__delete,
.payment-methods-twin__action, .nas-types-twin__action,
.hardware-twin__action, .teams-twin__action { cursor:pointer; }
.localization-parity input, .localization-parity select { background:#fff; color:#1b2124; cursor:text; }
.localization-parity .loc-checkbox { cursor:pointer; }
.localization-parity select { cursor:pointer; }
.localization-parity button { opacity:1; }
.project-types-twin__controls { display: grid; height: 32px; margin: 0 0 16px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; }
.project-types-twin__length { display: flex; height: 32px; align-items: center; gap: 8px; white-space: nowrap; }
.project-types-twin__length select { width: 78px; height: 32px; border: 1px solid #ced4da; border-radius: 4px; background: #fff; padding: 4px 8px; color: #1b2124; }
.project-types-twin__search-wrap { position: relative; display: flex; width: 200px; height: 32px; justify-self: end; }
.project-types-twin__search { width: 100%; height: 32px; border: 1px solid #ced4da; border-radius: 4px; background: #fff; padding: 0 32px 0 12px; color: #1b2124; font: 14px/22px Inter, "Segoe UI", sans-serif; }
.project-types-twin__search-button { position: absolute; top: 1px; right: 1px; width: 31px; height: 30px; border: 0; background: transparent; color: #6c757d; font-size: 18px; cursor: pointer; }
.project-types-twin__table-wrap { overflow-x: auto; }
.project-types-twin__table { width: 100%; margin: 0; border-collapse: collapse; table-layout: fixed; }
.project-types-twin__table th { height: 30px; border-bottom: 1px solid #e9ecef; padding: 4px 12px; color: #1b2124; font-size: 14px; font-weight: 600; text-align: left; white-space: nowrap; }
.project-types-twin__table th::after { margin-left: 6px; color: #adb5bd; content: "\25c6"; font-size: 8px; }
.project-types-twin__table th:first-child { width: 13.3%; }
.project-types-twin__table th:nth-child(2) { width: 64.5%; }
.project-types-twin__table th:last-child { width: 22.2%; text-align: center; }
.project-types-twin__table td { height: 35px; border-bottom: 1px solid #e9ecef; padding: 7px 12px; color: #1b2124; vertical-align: middle; }
.project-types-twin__table td:last-child { text-align: center; white-space: nowrap; }
.project-types-twin__table tbody tr:nth-child(odd) { background: rgba(0, 0, 0, .025); }
.project-types-twin__table tbody tr:hover { background: rgba(0, 0, 0, .04); }
.project-types-twin__action { display: inline-grid; min-width: 24px; height: 24px; place-items: center; border: 0; background: transparent; padding: 0; cursor: pointer; font-size: 0; }
.project-types-twin__action--edit { color: #7d4fff; }
.project-types-twin__action--edit::after { content: "\270e"; font-size: 16px; }
.project-types-twin__action--delete { color: #eb5757; }
.project-types-twin__action--delete::after { content: "\00d7"; font-size: 20px; }
.project-types-twin__empty { height: 80px !important; color: #6c757d !important; text-align: center !important; }
.project-types-twin__footer { display: flex; min-height: 48px; align-items: center; justify-content: flex-end; gap: 24px; color: #6c757d; }
.project-types-twin__pager { display: flex; padding: 0 8px; }
.project-types-twin__pager > * { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #dee2e6; color: #6c757d; text-decoration: none; }
.project-types-twin__pager > * + * { border-left: 0; }
.project-types-twin__pager .current { background: #f8f9fa; color: #1b2124; }
@media (max-width: 900px) {
    .splynx-directory-mode .page-content { padding: 0 4px 32px; }
    .project-types-twin__header { display: none; height: 0; }
    .project-types-twin__top-actions { margin-top: 20px; }
    .project-types-twin__controls { height: 72px; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-rows: 32px 32px; row-gap: 8px; }
    .project-types-twin__length { grid-column: 1; grid-row: 1; }
    .project-types-twin__search-wrap { width: auto; margin: 0 20px; grid-column: 1 / -1; grid-row: 2; justify-self: stretch; }
    .project-types-twin__footer { align-items: flex-start; flex-direction: column; gap: 8px; }
    .project-types-twin__pager { padding: 0; }
}
@media (max-width: 620px) {
    .project-types-twin__table th, .project-types-twin__table td { padding-right: 8px; padding-left: 8px; }
    .project-types-twin__table td { overflow-wrap: anywhere; }
}

/* Administration and Config are live production-style workspaces.  Their
   actions always retain normal interactive affordances. */
.splynx-admin-add,
.splynx-admin-row-action,
.portal-log-action,
.additional-fields-page button,
.company-parity button,
.localization-parity button,
.templates-twin__button,
.templates-twin__delete,
.payment-methods-twin__action,
.transaction-categories-parity button,
.cost-categories-parity button,
.taxes-parity button,
.nas-types-twin__button,
.nas-types-twin__action,
.ip-network-categories button,
.hardware-twin button,
.hardware-twin__action,
.teams-twin__button,
.project-types-twin__button,
.project-types-twin__action {
    cursor: pointer;
    opacity: 1;
}
.company-parity input,
.company-parity select,
.localization-parity input,
.localization-parity select {
    background: #fff;
    color: #4d555d;
    cursor: auto;
}

/* Config > Main > Preferences visual parity with the signed-in Splynx settings screen. */
.splynx-preferences { margin:20px -2px 0; color:#1b2124; font:14px/21px Inter,"Segoe UI",Arial,sans-serif; }
.splynx-preferences-heading { display:flex; align-items:center; gap:12px; margin:0 0 43px; }
.splynx-preferences-icon { width:40px; height:40px; display:grid; place-items:center; border-radius:4px; background:#6c757d; color:#fff; }
.splynx-preferences-icon::before { content:'\2699'; font-size:19px; }
.splynx-preferences-crumb, .splynx-preferences-crumb a { color:#3973b8; font-size:14px; line-height:17px; text-decoration:none; }
.splynx-preferences h1 { margin:2px 0 0; color:#1b2124; font-size:21px; line-height:26px; font-weight:600; }
.splynx-preferences-form { margin:0 18px 0 16px; }
.splynx-preferences-card { margin:0 0 16px; border:1px solid #e3e6e9; border-radius:7px; background:#fff; }
.splynx-preferences-card > header { display:flex; align-items:center; justify-content:space-between; min-height:54px; padding:0 16px; border-bottom:1px solid #edf0f2; }
.splynx-preferences-card h2 { margin:0; color:#101820; font-size:16px; line-height:22px; font-weight:700; }
.splynx-preferences-card h3 { max-width:1336px; margin:18px auto 10px; padding:0 16px; color:#343a40; font-size:14px; font-weight:700; }
.splynx-preferences-field { display:grid; grid-template-columns:391px minmax(320px,795px) 86px; gap:16px; align-items:start; max-width:1336px; margin:15px 0 15px 9px; padding:0 16px; }
.splynx-preferences-field > label { justify-self:end; padding-top:6px; color:#1b2124; font-size:13px; text-align:right; }
.splynx-preferences-control input:not([type="checkbox"]):not([type="file"]),
.splynx-preferences-control select,
.splynx-preferences-control textarea { width:100%; min-height:33px; box-sizing:border-box; border:1px solid #ced4da; border-radius:4px; background:#fff; color:#1b2124; font:14px/1.2 inherit; }
.splynx-preferences-control input:not([type="checkbox"]):not([type="file"]),
.splynx-preferences-control select { padding:0 12px; }
.splynx-preferences-control select[multiple] { min-height:138px; padding:7px 12px; }
.splynx-preferences-control small { display:block; margin-top:5px; color:#6f7a84; font-size:12px; line-height:17px; }
.splynx-preferences-switch input[type="checkbox"] { position:relative; width:38px; height:20px; margin:3px 0 0; appearance:none; border:1px solid #b9c7d6; border-radius:12px; background:#eef3f8; cursor:pointer; transition:background .12s ease,border-color .12s ease; }
.splynx-preferences-switch input[type="checkbox"]::after { position:absolute; top:1px; left:1px; width:16px; height:16px; border-radius:50%; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.25); content:''; transition:left .12s ease; }
.splynx-preferences-switch input[type="checkbox"]:checked { border-color:#4d8df7; background:#4d8df7; }
.splynx-preferences-switch input[type="checkbox"]:checked::after { left:19px; }
.splynx-preferences-reset-button { min-width:84px; height:32px; border:1px solid #6c757d; border-radius:4px; background:#6c757d; color:#fff; font:13px/1 inherit; cursor:pointer; }
.splynx-preferences-reset-button::before { content:'\21bb'; margin-right:4px; }
.network-settings-page{margin:-2px -2px 0}.network-settings-heading{display:flex;align-items:center;gap:12px;margin:0 0 26px}.network-settings-icon{width:40px;height:40px;border-radius:4px;background:#6c757d;display:grid;place-items:center}.network-settings-icon:before{content:'\2699';color:#fff;font-size:19px}.network-settings-heading nav,.network-settings-heading nav a{font-size:14px;color:#3973b8;text-decoration:none}.network-settings-heading nav span{padding:0 5px;color:#6c757d}.network-settings-heading h1{margin:2px 0 0;color:#1b2124;font-size:20px;line-height:25px;font-weight:600}.network-settings-form{margin:0 14px}.network-settings-card{margin:0 0 16px;border:1px solid #e6e9ed;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.04)}.network-settings-card h2{margin:0;padding:18px 16px;border-bottom:1px solid #edf0f2;font-size:16px;color:#252b30}.network-settings-fields{padding:18px 16px 8px}.network-settings-field{display:grid;grid-template-columns:166px minmax(260px,808px) 60px;gap:18px;align-items:start;max-width:1052px;margin:0 auto 12px}.network-settings-field>label{padding-top:8px;justify-self:end;color:#4d555d;font-size:13px;text-align:right}.network-settings-control input:not([type=checkbox]),.network-settings-control select,.network-settings-control textarea{width:100%;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#4d555d;font:14px/1.2 inherit}.network-settings-control input:not([type=checkbox]),.network-settings-control select{height:32px;padding:0 10px}.network-settings-control textarea{padding:7px 10px;resize:vertical}.network-settings-control small{display:block;margin-top:5px;color:#7d858d;font-size:12px;line-height:17px}.network-settings-control input[type=checkbox]{position:absolute;opacity:0}.network-settings-switch{display:inline-block;width:37px;height:20px;border-radius:10px;background:#cdd3d9;vertical-align:middle;cursor:pointer}.network-settings-switch:after{content:'';display:block;width:16px;height:16px;margin:2px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.28)}.network-settings-control input:checked+.network-settings-switch{background:#3973e8}.network-settings-control input:checked+.network-settings-switch:after{margin-left:19px}.network-settings-reset{min-width:58px;height:32px;margin-top:0;border:0;border-radius:4px;background:#6c757d;color:#fff;font:13px/1 inherit;cursor:pointer}.network-settings-reset:before{content:'\21bb';margin-right:4px}.network-settings-actions{margin:22px 0;text-align:right}.network-settings-actions .button{min-width:66px}
.network-settings-card h2:after{content:'⌃';float:right;color:#69737c;font-size:20px;font-weight:400;line-height:15px}
.acs-config-page .network-settings-form,.dns-config-page .network-settings-form{margin:0}.acs-install-warning{margin:0 0 16px;border:1px solid #ffe3ad;border-radius:5px;background:#fff0d1;padding:18px 20px;color:#4d555d}.acs-status-card,.acs-directory-card,.dns-host-card{margin:0 0 16px}.acs-status-card .data-table td{height:34px;padding:6px 16px}.acs-service-status{display:inline-block;border-radius:2px;padding:2px 7px;background:#252b30;color:#fff;font-size:12px;font-weight:700}.acs-service-status.enabled{background:#2caf7f}.acs-directory-card>h2,.dns-host-card>h2{display:flex;align-items:center;gap:8px}.acs-directory-card>h2:after,.dns-host-card>h2:after{content:none}.acs-directory-card h2>details,.dns-host-card h2>details{position:relative;margin-left:auto;font-weight:400}.acs-directory-card h2>details>summary,.dns-host-card h2>details>summary{display:grid;width:31px;height:31px;box-sizing:border-box;place-items:center;border:1px solid #6c757d;border-radius:3px;background:#fff;color:#4d555d;cursor:pointer;list-style:none}.acs-directory-card .data-table td,.acs-directory-card .data-table th,.dns-host-card .data-table td,.dns-host-card .data-table th{height:36px;padding:7px 16px}.acs-directory-card td>details,.dns-host-card td>details{position:relative}.acs-directory-card td>details>summary,.dns-host-card td>details>summary{color:#3973e8;cursor:pointer;list-style:none}.acs-popover{position:absolute;z-index:30;right:0;top:34px;display:grid;width:min(440px,75vw);gap:10px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;padding:16px;box-shadow:0 8px 28px rgba(0,0,0,.2);font-size:13px;font-weight:400}.acs-popover h3{margin:0 0 3px;font-size:17px}.acs-popover label{display:grid;gap:5px}.acs-popover input:not([type=checkbox]),.acs-popover select{width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.acs-popover small{color:#6c757d}.acs-group-form{grid-template-columns:1fr 1fr;width:min(720px,80vw)}.acs-group-form h3,.acs-group-form button{grid-column:1/-1}.acs-check{display:flex!important;align-items:center;gap:7px}.acs-directory-card footer,.dns-host-footer{display:flex;min-height:58px;box-sizing:border-box;align-items:center;justify-content:flex-end;padding:10px 16px;color:#6c757d;font-size:13px}.dns-host-card h2 small{color:#6c757d;font-size:13px;font-weight:400}.dns-host-toolbar{display:flex;align-items:center;gap:10px;padding:14px 16px}.dns-host-toolbar label{display:flex;align-items:center;gap:6px;color:#6c757d}.dns-host-toolbar select,.dns-host-toolbar input{height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.dns-host-search{margin-left:auto}.dns-host-search button{height:33px;border:1px solid #ced4da;border-left:0;background:#fff}.dns-host-card th a{color:inherit;text-decoration:none}.dns-host-footer{justify-content:space-between}.dns-host-footer nav{display:flex;align-items:center}.dns-host-footer nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.dns-host-footer nav strong{border-color:#3973e8;background:#3973e8;color:#fff}@media(max-width:800px){.acs-group-form{grid-template-columns:1fr}.acs-group-form h3,.acs-group-form button{grid-column:auto}.dns-host-toolbar{align-items:stretch;flex-direction:column}.dns-host-search{margin-left:0}}
.splynx-preferences-save { max-width:1336px; margin:20px auto; padding:0 16px; text-align:right; }
.splynx-preferences-save .button { min-width:66px; height:32px; border-color:#3973e8; background:#3973e8; color:#fff; }

/* Config > Main > Vouchers: compact, independently collapsible source settings. */
.voucher-settings-form{display:grid;gap:16px;margin:0 18px 0 16px}.voucher-settings-card{overflow:hidden;border:1px solid #e2e6eb;border-radius:7px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035)}.voucher-settings-card>summary{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 16px;cursor:pointer;list-style:none;color:#252b30;font-size:16px}.voucher-settings-card>summary::-webkit-details-marker{display:none}.voucher-settings-card>summary span{color:#69737c;font-size:20px;font-weight:400;transition:transform .15s}.voucher-settings-card:not([open])>summary span{transform:rotate(-90deg)}.voucher-settings-card-body{padding:19px 18px 7px;border-top:1px solid #edf0f2}.voucher-settings-field{display:grid;grid-template-columns:185px minmax(260px,1fr) 68px;gap:14px;align-items:start;margin:0 0 13px}.voucher-settings-field>label{padding-top:8px;justify-self:end;color:#404a53;font-size:13px;text-align:right}.voucher-settings-control input:not([type=checkbox]){width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 10px;color:#1b2124;font:14px/1.2 inherit}.voucher-settings-control input:disabled{background:#f5f6f7;color:#6c757d}.voucher-settings-control small{display:block;margin-top:5px;color:#77818b;font-size:12px;line-height:16px}.voucher-settings-control .splynx-preferences-switch{display:inline-flex;min-height:33px;align-items:center}.voucher-settings-reset{align-self:start;min-width:68px;height:33px;border:0;border-radius:4px;background:#68737d;color:#fff;font:13px/1 inherit;cursor:pointer}.voucher-settings-save{display:flex;justify-content:flex-end;padding:4px 0 18px}.voucher-settings-save .button{min-width:66px;height:32px;border-color:#3973e8;background:#3973e8;color:#fff}@media(max-width:700px){.voucher-settings-field{grid-template-columns:1fr;gap:5px}.voucher-settings-field>label{justify-self:start;text-align:left}.voucher-settings-reset{margin-top:2px}}

/* Config > System > File manager, measured against the signed-in source table and dialogs. */
.file-manager-twin{margin:-2px -2px 0;color:#1b2124;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.file-manager-twin__header{position:relative;display:flex;min-height:88px;align-items:flex-start;justify-content:space-between}.file-manager-twin__heading{display:flex;margin-top:20px;gap:12px;align-items:center}.file-manager-twin__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d}.file-manager-twin__icon:before{content:'\1F4C1';filter:grayscale(1);font-size:18px}.file-manager-twin__heading nav,.file-manager-twin__heading nav a{color:#3973b8;text-decoration:none}.file-manager-twin__heading nav span{padding-left:6px}.file-manager-twin h1{margin:1px 0 0;font-size:20px;line-height:26px}.file-manager-twin__dialog{position:relative;margin-top:20px}.file-manager-twin__upload{display:grid;min-width:72px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #3973e8;border-radius:4px;background:#3973e8;color:#fff;cursor:pointer;list-style:none}.file-manager-twin__dialog>form,.file-manager-twin__panel{position:relative;z-index:2;width:min(450px,calc(100vw - 80px));box-sizing:border-box;margin-top:8px;border:1px solid #dfe3e7;border-radius:5px;background:#fff;padding:18px;box-shadow:0 6px 22px rgba(0,0,0,.16)}.file-manager-twin__dialog>form{position:absolute;right:0}.file-manager-twin__dialog h2,.file-manager-twin__panel h2{margin:0 0 18px;font-size:18px}.file-manager-twin__dialog label,.file-manager-twin__panel label{display:grid;margin:0 0 14px;gap:6px}.file-manager-twin__dialog input,.file-manager-twin__panel input,.file-manager-twin__controls input,.file-manager-twin__controls select{min-height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px;color:#1b2124}.file-manager-twin__panel{width:auto;margin:0 0 16px;box-shadow:none}.file-manager-twin__panel form{max-width:650px}.file-manager-twin__panel dl{display:grid;grid-template-columns:120px minmax(0,1fr);gap:8px 16px}.file-manager-twin__panel dt{font-weight:600}.file-manager-twin__panel dd{margin:0}.file-manager-twin__panel dd input{width:100%}.file-manager-twin__controls{display:flex;min-height:48px;align-items:center;justify-content:space-between}.file-manager-twin__controls label{display:flex;align-items:center;gap:8px}.file-manager-twin__search{margin-left:auto}.file-manager-twin__search button{border:0;background:transparent;color:#3973b8;cursor:pointer}.file-manager-twin__table-wrap{overflow-x:auto}.file-manager-twin__table{width:100%;border-collapse:collapse}.file-manager-twin__table th,.file-manager-twin__table td{height:35px;border-bottom:1px solid #e9ecef;padding:6px 12px;text-align:left}.file-manager-twin__table th{font-weight:600}.file-manager-twin__table tbody tr:nth-child(odd){background:rgba(0,0,0,.025)}.file-manager-twin__table th:last-child,.file-manager-twin__table td:last-child{text-align:center;white-space:nowrap}.file-manager-twin__table a,.file-manager-twin__table button{border:0;background:transparent;padding:2px 4px;color:#3973b8;cursor:pointer;text-decoration:none}.file-manager-twin__table button{color:#dc3545}.file-manager-twin .inline-form{display:inline}.file-manager-twin__empty{text-align:center!important;color:#6c757d}.file-manager-twin__footer{display:flex;min-height:48px;align-items:center;justify-content:flex-end;gap:20px;color:#6c757d}.file-manager-twin__footer nav{display:flex}.file-manager-twin__footer nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dee2e6;text-decoration:none}.file-manager-twin__footer nav>*+*{border-left:0}@media(max-width:760px){.file-manager-twin__header{min-height:76px}.file-manager-twin__controls{align-items:stretch;flex-direction:column;gap:8px}.file-manager-twin__search{margin-left:0}.file-manager-twin__footer{align-items:flex-start;flex-direction:column}.file-manager-twin__table{min-width:680px}}
.file-manager-twin__header-actions{display:flex;margin-top:20px;gap:8px}.file-manager-twin__refresh{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#59636c;text-decoration:none;font-size:19px}.file-manager-twin__upload{text-decoration:none}.file-manager-twin__action{font-size:17px}.file-manager-twin__action--delete{color:#dc3545!important}.file-manager-twin__backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:start center;overflow:auto;background:rgba(22,27,31,.42);padding:60px 16px}.file-manager-twin__modal{width:min(520px,calc(100vw - 32px));box-sizing:border-box;border:1px solid #ced4da;border-radius:5px;background:#fff;color:#1f2529;box-shadow:0 12px 35px rgba(0,0,0,.28)}.file-manager-twin__modal>header,.file-manager-twin__modal footer{display:flex;min-height:52px;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 18px;border-bottom:1px solid #e1e5e8}.file-manager-twin__modal footer{justify-content:flex-end;gap:8px;border-top:1px solid #e1e5e8;border-bottom:0}.file-manager-twin__modal h2{margin:0;font-size:17px}.file-manager-twin__modal>header>a{color:#6c757d;text-decoration:none;font-size:24px}.file-manager-twin__modal form{margin:0}.file-manager-twin__modal-body{display:grid;gap:15px;padding:18px}.file-manager-twin__modal-body label{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:12px}.file-manager-twin__modal-body input{width:100%;min-height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:6px 9px}.file-manager-twin__modal-body input[readonly]{background:#f5f6f7}.file-manager-twin__modal-body small{grid-column:2;color:#6c757d}.file-manager-twin__modal-body p{margin:3px 0 7px}@media(max-width:600px){.file-manager-twin__modal-body label{grid-template-columns:1fr}.file-manager-twin__modal-body small{grid-column:1}}
@media (max-width:900px) {
    .splynx-preferences-field { grid-template-columns:1fr; gap:5px; }
    .splynx-preferences-field > label { justify-self:start; text-align:left; }
}
/* Source-defined Finance configuration cards. */
.finance-parity { margin:0 14px; color:#1b2124; }.finance-parity__records { overflow:hidden; }.finance-parity__records > header { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:54px; padding:0 16px; border-bottom:1px solid #edf0f2; }.finance-parity__filter { display:flex; align-items:center; gap:8px; }.finance-parity__filter input { min-height:32px; border:1px solid #ced4da; border-radius:4px; padding:0 9px; }.finance-parity__notice,.finance-parity__warning { margin:0 0 16px; padding:12px 16px; border:1px solid #b9dbe9; border-radius:4px; background:#e9f7fc; color:#315c71; }.finance-parity__warning { margin:16px; border-color:#ffe2a0; background:#fff8e6; color:#715b2f; }.finance-parity-form { margin:16px; border:1px solid #e2e6ea; border-radius:4px; background:#fafbfc; }.finance-parity-form > summary { padding:10px 12px; cursor:pointer; color:#3973b8; font-weight:600; }.finance-parity-form form { display:grid; grid-template-columns:repeat(2,minmax(220px,1fr)); gap:12px; padding:12px; }.finance-parity-form label,.finance-parity-form__row label { display:grid; gap:5px; color:#4d555d; font-size:13px; }.finance-parity-form input,.finance-parity-form select,.finance-parity-form textarea,.finance-parity .data-table input,.finance-parity .data-table select { box-sizing:border-box; min-height:32px; border:1px solid #ced4da; border-radius:4px; background:#fff; padding:5px 8px; color:#1b2124; font:13px/1.25 inherit; }.finance-parity-form textarea { resize:vertical; }.finance-parity-form > form > .button { justify-self:start; }.finance-parity-form__row { display:grid; grid-template-columns:1fr 1fr; gap:12px; grid-column:1/-1; }.finance-parity .data-table td { vertical-align:top; }.finance-parity .data-table details { min-width:230px; }.finance-parity .data-table details summary { color:#3973b8; cursor:pointer; }.finance-parity .data-table .finance-parity-form__row { margin-top:8px; }.finance-parity .pagination { padding:12px 16px; } @media (max-width:900px){.finance-parity__records>header{align-items:flex-start;flex-direction:column;padding:12px}.finance-parity__filter{flex-wrap:wrap}.finance-parity-form form{grid-template-columns:1fr}.finance-parity-form__row{grid-template-columns:1fr}}
.finance-source-form { margin:0 14px; }.company-parity .finance-source-card { margin:0 0 16px; overflow:hidden; }.finance-source-card > h2 { margin:0; padding:18px 16px; border-bottom:1px solid #edf0f2; color:#252b30; font-size:16px; font-weight:600; }.finance-source-fields { padding:18px 16px 8px; }.company-parity .finance-source-field { grid-template-columns:166px minmax(260px,808px) 60px; align-items:start; }.company-parity .finance-source-field > label { padding-top:8px; }.company-parity .finance-source-field .field-inline { padding-top:7px; }.company-parity .finance-source-field .field-inline input { width:auto; height:auto; margin:0 7px 0 0; }.company-parity .finance-source-field select, .company-parity .finance-source-field textarea { width:100%; box-sizing:border-box; border:1px solid #ced4da; border-radius:4px; background:#fff; color:#4d555d; font:14px/1.2 inherit; padding:7px 10px; }.company-parity .finance-source-field select { height:32px; padding:0 10px; }.company-parity .finance-source-field select[multiple] { height:110px; padding:4px; }.company-parity .finance-source-field textarea { resize:vertical; }.company-parity .finance-source-field .finance-reset { min-width:58px; color:#69737c; }.company-parity .finance-source-field.is-hidden { display:none; }
.finance-automation .finance-source-field > label { font-size:12px; font-weight:400; }
.finance-source-global-note { margin:0 0 16px; padding:18px 20px; border:1px solid #cce4f5; border-radius:4px; background:#e8f5ff; color:#263f51; font-weight:600; }.finance-source-card > h2 span,.helpdesk-source-card > h2 span { float:right; color:#69737c; font-size:20px; font-weight:400; }.company-parity .helpdesk-source-card { margin:0 0 16px; overflow:hidden; }.helpdesk-source-card > h2 { margin:0; padding:18px 16px; border-bottom:1px solid #edf0f2; color:#252b30; font-size:16px; font-weight:600; }.company-parity .helpdesk-source-field { grid-template-columns:166px minmax(260px,808px) 84px; align-items:start; padding:0 16px; }.company-parity .helpdesk-source-field > label { padding-top:8px; }.company-parity .helpdesk-reset { min-width:84px; border-color:#6c757d; background:#6c757d; color:#fff; }
.chatbox-settings-page .company-parity-panel { padding:0; }.chatbox-settings-page .helpdesk-source-card { min-height:180px; }.chatbox-settings-page .chatbox-sound-field { grid-template-columns:166px minmax(260px,808px); align-items:start; padding:14px 16px 0; }.chatbox-settings-page .chatbox-sound-field > label { padding-top:8px; }.chatbox-settings-page .chatbox-sound-field select { width:100%; padding:0 10px; }.chatbox-settings-page .company-parity-help { margin:5px 0 0; color:#7d858d; font-size:12px; line-height:17px; }.chatbox-settings-page .chatbox-settings-save { margin:20px auto 16px; }
.finance-partner-bar{display:flex;align-items:center;gap:16px;margin:0 14px 14px}.finance-partner-bar label{font-weight:600}.finance-partner-bar select{width:240px;height:34px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 10px}.finance-update-customers{display:flex;align-items:center;gap:8px;margin:0 14px 16px;padding:12px 16px;border:1px solid #ffe2a8;border-radius:4px;background:#fff8e8}.finance-update-customers .button{margin-left:2px}.finance-payment-calendar{max-width:900px;margin:0 auto 20px;padding:0 16px 16px}.finance-calendar-title{text-align:center;font-weight:600;margin-bottom:8px}.finance-payment-calendar table{width:100%;border-collapse:collapse;table-layout:fixed}.finance-payment-calendar th,.finance-payment-calendar td{height:36px;border:1px solid #e1e5e8;text-align:center}.finance-payment-calendar th{background:#f7f8f9}.finance-payment-calendar td.is-billing,.finance-calendar-legend .is-billing:before{background:#67b86b}.finance-payment-calendar td.is-blocking,.finance-calendar-legend .is-blocking:before{background:#64b5df}.finance-payment-calendar td.is-deactivation,.finance-calendar-legend .is-deactivation:before{background:#f0b54d}.finance-calendar-legend{display:flex;flex-wrap:wrap;gap:18px;margin-top:10px}.finance-calendar-legend span:before{display:inline-block;width:12px;height:12px;margin-right:6px;content:"";vertical-align:-1px}
.finance-change-plan .company-parity-heading{margin-bottom:26px}.finance-change-plan .finance-change-plan-partner{margin:0}.finance-change-plan .finance-change-plan-partner label{font-size:13px;font-weight:400}.finance-change-plan .finance-change-plan-partner select{width:151px}.finance-change-plan .finance-source-form{margin:0}.finance-change-plan .finance-source-card{margin:0 14px 16px}.finance-change-plan .finance-source-fields{padding-top:22px}.finance-change-plan .company-parity-save{max-width:none;margin:20px 14px 0}@media(max-width:760px){.finance-change-plan .finance-change-plan-partner{width:100%}.finance-change-plan .finance-change-plan-partner select{flex:1}}
.finance-notification-tabs{display:flex;align-items:flex-end;gap:2px;margin:0 0 0 2px;overflow-x:auto}.company-parity .finance-notification-tabs button{height:43px;flex:0 0 auto;border:1px solid #dfe3e9;border-bottom:0;border-radius:8px 8px 0 0;background:#eef0f4;padding:0 18px;color:#667080;font-weight:600}.company-parity .finance-notification-tabs button[aria-selected=true]{position:relative;z-index:1;background:#fff;color:#202735}.finance-notification-panel{border:1px solid #dfe3e9;border-radius:0 8px 8px 8px;padding:16px 14px 0}.finance-notification-panel[hidden]{display:none!important}.finance-notification-panel .finance-source-card{margin-bottom:16px}@media(max-width:760px){.company-parity .finance-notification-tabs button{padding:0 12px}.finance-notification-panel{padding:10px 7px 0}}
.partner-form-card{width:min(600px,calc(100vw - 48px));margin:72px auto 0;padding:0;overflow:hidden}.partner-form-card .section-header{padding:20px 26px 14px;border-bottom:1px solid #e6e9ed}.partner-form-card .splynx-form-row{display:grid;grid-template-columns:165px minmax(0,1fr);align-items:center;padding:7px 26px}.partner-form-card .splynx-form-label{text-align:right;padding-right:16px}.partner-form-card input[type=text],.partner-form-card input[name=name]{width:100%;min-height:34px}.partner-form-card .switch-row,.partner-form-card .partner-relation-switch{display:flex;align-items:center;gap:14px;margin:0}.partner-form-card .partner-relation-switch input{flex:0 0 auto}.partner-form-card .partner-relation-switch strong{font-size:14px}.partner-form-card .button-row{justify-content:flex-end;margin-top:16px;padding:16px 26px;border-top:1px solid #e6e9ed}@media(max-width:700px){.partner-form-card{margin-top:24px}.partner-form-card .splynx-form-row{grid-template-columns:1fr}.partner-form-card .splynx-form-label{text-align:left;padding:0 0 5px}}

/* Administration > Financial report per plan: source-style Top-20 comparison. */
.financial-plan-chart{margin:18px 0;padding:0;overflow:hidden}.financial-plan-chart__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:16px 18px 12px;border-bottom:1px solid #edf0f2}.financial-plan-chart__header strong{color:#1b2124;font-size:14px}.financial-plan-chart__header p{margin:6px 0 0;color:#6c757d;font-size:12px}.financial-plan-chart__legend{display:flex;flex-wrap:wrap;gap:14px;margin:0;padding:0;list-style:none;color:#6c757d;font-size:12px}.financial-plan-chart__legend li{display:flex;align-items:center;gap:5px}.financial-plan-chart__legend li:before{width:9px;height:9px;border-radius:2px;background:#3973e8;content:''}.financial-plan-chart__legend li:nth-child(2):before{background:#85a5d8}.financial-plan-chart__legend li:nth-child(3):before{background:#7c8791}.financial-plan-chart__rows{margin:0;padding:8px 18px 14px;list-style:none}.financial-plan-chart__rows li{display:grid;grid-template-columns:minmax(160px,28%) minmax(190px,1fr) 230px;gap:12px;align-items:center;min-height:39px;border-bottom:1px solid #f0f2f4}.financial-plan-chart__rows li:last-child{border-bottom:0}.financial-plan-chart__plan{overflow:hidden;color:#3b4248;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.financial-plan-chart__bars{display:grid;gap:3px}.financial-plan-chart__bar{width:100%;height:8px;accent-color:#3973e8}.financial-plan-chart__bar--compared{accent-color:#85a5d8}.financial-plan-chart__amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;color:#4d555d;font-size:11px;text-align:right;white-space:nowrap}.financial-plan-chart__empty{margin:0;padding:22px;color:#6c757d;text-align:center}@media(max-width:900px){.financial-plan-chart__header{flex-direction:column}.financial-plan-chart__rows li{grid-template-columns:minmax(0,1fr) 1fr}.financial-plan-chart__amounts{grid-column:1/-1;padding-bottom:7px;text-align:left}.financial-plan-chart__plan{font-size:11px}}

/* Customer task pages follow the signed-in Scheduling table and sidebar form. */
.task-filter-card{margin:0 0 14px;padding:14px 16px;border:1px solid #e2e6ea;border-radius:6px;background:#fff}.task-filter-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,1fr) auto auto;gap:14px;align-items:end}.task-filter-grid label,.task-form-grid label{display:grid;gap:6px;color:#4d555d;font-size:13px}.task-filter-grid select,.task-form-grid input,.task-form-grid select,.task-form-grid textarea,.task-comment-form textarea{width:100%;min-height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:6px 9px;color:#1b2124;font:14px/1.35 inherit}.task-filter-grid .button{height:33px}.customer-tasks-card{padding:0;overflow:hidden}.task-view-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 4px}.task-view-toolbar>div{display:flex;gap:7px}.customer-tasks-card .customer-table-toolbar{padding:10px 16px}.splynx-task-table{min-width:1500px}.splynx-task-table th{white-space:nowrap}.splynx-task-table th a{color:inherit;text-decoration:none}.splynx-task-table td{padding:7px 16px;vertical-align:middle}.task-status{display:inline-block;padding:3px 8px;border-radius:2px;background:#4f8fe8;color:#fff;font-size:12px}.row-actions{display:flex;align-items:center;gap:5px}.row-actions form{margin:0}.row-actions a,.row-actions button{border:0;background:transparent;color:#3973b8;cursor:pointer;text-decoration:none}.datatable-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:#6c757d}.task-editor{overflow:hidden;padding:0}.task-editor-heading{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #edf0f2}.task-editor-heading h2{margin:0;font-size:18px}.task-state-actions{display:flex;gap:7px}.task-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px;max-width:1080px;padding:18px}.task-form-grid .wide{grid-column:1/-1}.task-form-grid textarea{resize:vertical}.task-editor .form-actions{border-top:1px solid #edf0f2;padding:14px 18px}.required{color:#dc3545;font-size:11px}.form-static-value{display:flex;align-items:center;min-height:33px;box-sizing:border-box;border:1px solid #e1e5e8;border-radius:4px;background:#f6f7f8;padding:6px 9px}.task-comments{margin-top:16px;padding:18px}.task-comments h2{margin:0 0 14px;font-size:17px}.task-comment-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.task-comment{margin-top:12px;border:1px solid #e4e8eb;border-radius:4px;padding:12px}.task-comment.pinned{border-left:4px solid #f0ad4e}.task-comment>div{display:flex;justify-content:space-between;color:#6c757d}.task-comment p{margin:9px 0}.task-comment form{display:flex;gap:10px}.task-comment form button{border:0;background:transparent;padding:0;color:#3973b8;cursor:pointer}@media(max-width:900px){.task-filter-grid,.task-form-grid{grid-template-columns:1fr}.task-form-grid .wide{grid-column:auto}.task-comment-form{grid-template-columns:1fr}.task-editor-heading{align-items:flex-start;flex-direction:column;gap:12px}}
.task-titlebar{align-items:flex-end;min-height:66px}.task-titlebar>div:nth-child(2){align-self:center}.task-module-icon{background:#2fc89a}.task-top-toolbar{display:flex;margin-left:auto;align-items:flex-end;gap:8px}.task-top-toolbar label{display:grid;min-width:150px;gap:3px;color:#4d555d;font-size:12px}.task-top-toolbar label:nth-child(2){width:190px}.task-top-toolbar select{height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.task-top-toolbar .button{min-width:42px;height:33px;box-sizing:border-box}.task-icon-button{display:grid;width:34px;min-width:34px;padding:0;place-items:center}.task-icon-button.active{background:#202830;color:#fff}.customer-tasks-card{margin-top:10px}.task-page-size{display:flex;align-items:center;gap:7px}@media(max-width:1200px){.task-titlebar{align-items:flex-start;flex-wrap:wrap}.task-top-toolbar{width:100%;margin:8px 0 0;flex-wrap:wrap}}
.cpe-toolbar{justify-content:flex-end}.cpe-card{margin:0 0 14px;padding:0;overflow:hidden}.cpe-card>details>summary{padding:16px;cursor:pointer;list-style:none}.cpe-actionbar{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;margin:0 16px;padding:12px;background:#edf1f4}.cpe-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px}.cpe-grid fieldset{min-width:0;border:1px solid #e2e6ea;border-radius:5px;padding:16px}.cpe-grid legend{padding:0 8px;font-weight:700}.cpe-grid label{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:12px;margin:0 0 10px;color:#4d555d;font-size:13px}.cpe-grid input,.cpe-grid select{width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.cpe-grid .switch-row input{width:38px}.cpe-create{padding-top:12px}@media(max-width:1000px){.cpe-grid{grid-template-columns:1fr}.cpe-grid label{grid-template-columns:140px minmax(0,1fr)}}
.customer-ticket-list{padding:0;overflow:hidden}.customer-ticket-list .customer-subtabs{margin:0}.customer-ticket-list .customer-table-toolbar{padding:14px 16px}.customer-ticket-editor{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:18px}.customer-ticket-editor label,.ticket-reply label{display:grid;gap:6px;color:#4d555d;font-size:13px}.customer-ticket-editor input,.customer-ticket-editor select,.customer-ticket-editor textarea,.ticket-reply textarea{width:100%;min-height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:7px 9px}.customer-ticket-editor .wide{grid-column:1/-1}.ticket-editor-heading{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #e5e8eb}.ticket-thread{display:grid;gap:10px;margin:14px 0}.ticket-message{padding:14px}.ticket-message.note{border-left:4px solid #f0ad4e;background:#fffaf0}.ticket-message header{display:flex;justify-content:space-between;margin-bottom:9px;color:#6c757d}.ticket-reply{padding:18px}@media(max-width:800px){.customer-ticket-editor{grid-template-columns:1fr}.customer-ticket-editor .wide{grid-column:auto}}
.customer-message-form{display:grid;max-width:980px;gap:15px;padding:18px}.customer-message-form label{display:grid;gap:6px;color:#4d555d;font-size:13px}.customer-message-form input,.customer-message-form select,.customer-message-form textarea{width:100%;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:8px 10px}.customer-message-form .customer-message-attachment{display:flex;align-items:center;gap:8px;padding:6px 2px}.customer-message-form .customer-message-attachment input{width:auto;margin:0}

/* Config > Tools > Backup and restore: source-shaped table and real archive workflows. */
.backup-restore-module{margin:-2px -2px 0}.backup-page-header{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:20px}.backup-page-header .splynx-page-heading{display:flex;align-items:center;gap:12px;margin:0}.backup-page-header .splynx-page-heading__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:19px}.backup-page-header .splynx-page-heading p,.backup-page-header .splynx-page-heading h1{margin:0}.backup-page-header .splynx-page-heading p,.backup-page-header .splynx-page-heading a{color:#3973b8;font-size:13px;text-decoration:none}.backup-page-header .splynx-page-heading h1{font-size:20px;line-height:28px}.backup-period-toolbar{display:flex;align-items:flex-end;gap:8px;margin-left:auto}.backup-period-toolbar>label{display:flex;align-items:center;gap:8px;color:#4d555d;font-size:13px}.backup-period-fields{display:flex;gap:0}.backup-period-fields input,.backup-workflow-form input{min-height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px}.backup-period-fields input:first-child{border-radius:4px 0 0 4px}.backup-period-fields input:last-child{margin-left:-1px;border-radius:0 4px 4px 0}.backup-icon-button{display:grid;width:34px;min-width:34px;padding:0;place-items:center}.backup-list-card{padding:0;overflow:hidden}.backup-list-card .splynx-admin-table-controls{padding:12px 16px}.backup-list-card .data-table{min-width:1420px}.backup-list-card .data-table th,.backup-list-card .data-table td{vertical-align:middle}.backup-list-card .pagination{padding:12px 16px}.backup-workflow-card{margin:8px 0 16px;padding:0;overflow:hidden}.backup-workflow-card h2{margin:0;border-bottom:1px solid #e7eaed;padding:14px 18px}.backup-workflow-form{display:grid;max-width:920px;grid-template-columns:minmax(180px,220px) minmax(320px,1fr);gap:16px 18px;padding:18px}.backup-workflow-form>label{display:contents;color:#4d555d;font-size:13px}.backup-workflow-form>label span{align-self:center;text-align:right}.backup-workflow-form>label input{grid-column:2}.backup-form-actions{display:flex;grid-column:2;justify-content:flex-end;gap:8px;border-top:1px solid #e7eaed;padding-top:14px}.backup-row-actions{display:flex;align-items:center;justify-content:center;gap:5px}.backup-row-actions form{margin:0}.backup-row-actions a,.backup-row-actions button{display:grid;width:26px;height:26px;place-items:center;border:0;background:transparent;color:#3973b8;cursor:pointer;text-decoration:none}.backup-row-actions form:last-child button{color:#dc3545}.backup-unavailable{color:#8b949c}@media(max-width:900px){.backup-page-header{align-items:flex-start;flex-direction:column;padding-bottom:12px}.backup-period-toolbar{width:100%;margin:0;flex-wrap:wrap}.backup-period-toolbar>label{align-items:flex-start;flex-direction:column}.backup-workflow-form{grid-template-columns:1fr}.backup-workflow-form>label{display:grid;gap:5px}.backup-workflow-form>label span{text-align:left}.backup-workflow-form>label input,.backup-form-actions{grid-column:auto}}

/* Config > System > Additional fields: compact source table with disclosed editors. */
.additional-fields-page .af-heading-actions{display:flex;align-items:center;gap:8px}.additional-fields-page .af-create-disclosure{position:relative}.additional-fields-page .af-create-disclosure>summary{display:grid;box-sizing:border-box;place-items:center;list-style:none}.additional-fields-page .af-create-disclosure>summary::-webkit-details-marker,.additional-fields-page .af-row-editor>summary::-webkit-details-marker{display:none}.additional-fields-page .af-editor-card{box-sizing:border-box;border:1px solid #dfe3e8;border-radius:6px;background:#fff;padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.18)}.additional-fields-page .af-create-disclosure>.af-editor-card{position:absolute;z-index:25;top:41px;right:0;width:min(960px,calc(100vw - 300px));max-height:calc(100vh - 150px);overflow:auto}.additional-fields-page .af-row-editor{position:relative}.additional-fields-page .af-row-editor>summary{cursor:pointer;list-style:none}.additional-fields-page .af-row-editor>.af-editor-card{position:fixed;z-index:30;inset:110px 70px auto 270px;max-height:calc(100vh - 150px);overflow:auto}.additional-fields-page .af-editor-card h2{margin:0 0 16px;color:#252b30;font-size:18px}.additional-fields-page .af-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:13px 16px}.additional-fields-page .af-editor-grid>label{display:grid;gap:5px;color:#4d555d;font-size:13px}.additional-fields-page .af-editor-grid input,.additional-fields-page .af-editor-grid select,.additional-fields-page .af-editor-grid textarea{width:100%;height:auto;min-height:33px;box-sizing:border-box;padding:6px 9px}.additional-fields-page .af-editor-grid textarea{resize:vertical}.additional-fields-page .af-flags{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px 18px;margin:0;border:1px solid #e2e6ea;border-radius:4px;padding:11px 14px}.additional-fields-page .af-flags legend{padding:0 5px;color:#4d555d;font-size:13px}.additional-fields-page .af-flags label{display:flex;align-items:center;gap:5px;font-size:13px}.additional-fields-page .af-flags input{width:auto;min-height:0}.additional-fields-page .af-editor-card .button-row{display:flex;justify-content:flex-end;margin-top:16px}.additional-fields-page .af-table--compact{min-width:1780px}.additional-fields-page .af-table--compact td{height:35px;box-sizing:border-box;padding:5px 12px;white-space:nowrap}.additional-fields-page .af-position-actions{display:flex;gap:3px}.additional-fields-page .af-position-actions button{display:grid;width:21px;height:21px;place-items:center;border:1px solid #aeb6bf;border-radius:3px;background:#fff;color:#5e6871;cursor:pointer}.additional-fields-page .af-position-actions button:disabled{opacity:.35;cursor:default}.additional-fields-page .af-row-editor>summary{font-size:25px;color:#7b858d}.additional-fields-page .af-edit-hint{color:#6d7780;font-size:11px}.additional-fields-page .af-action-delete{font-size:0!important}.additional-fields-page .af-action-delete:before{content:'\00d7';font-size:17px}.additional-fields-page .af-row-actions form{display:inline;margin:0}@media(max-width:900px){.additional-fields-page .af-heading-actions{width:100%;align-items:flex-start;flex-direction:column}.additional-fields-page .af-create-disclosure>.af-editor-card,.additional-fields-page .af-row-editor>.af-editor-card{position:fixed;inset:70px 16px auto 16px;width:auto}.additional-fields-page .af-editor-grid{grid-template-columns:1fr}}
.additional-fields-page .af-editor-grid small{color:#6d7780;font-size:11px;line-height:15px}.additional-fields-page .af-sensitive-status{display:inline-block;border-radius:3px;background:#eef1f4;padding:2px 7px;color:#56606a;font-size:11px;font-weight:600}
.additional-fields-page .af-utility-button{display:grid;box-sizing:border-box;width:34px;height:33px;place-items:center;border:1px solid #aeb6bf;border-radius:4px;background:#fff;color:#4b545c;cursor:pointer;font-size:0;list-style:none}.additional-fields-page .af-utility-button::-webkit-details-marker{display:none}.additional-fields-page button.af-utility-button:before{content:'\2026';font-size:19px}.additional-fields-page .af-export-menu{position:relative}.additional-fields-page .af-export-menu>summary:before{content:'\21e5';font-size:18px}.additional-fields-page .af-export-menu>div{position:absolute;z-index:20;top:37px;right:0;min-width:96px;border:1px solid #dfe3e8;border-radius:4px;background:#fff;padding:5px;box-shadow:0 5px 18px rgba(0,0,0,.14)}.additional-fields-page .af-export-menu a{display:block;padding:7px 10px;color:#3973b8;text-decoration:none}.additional-fields-page .af-export-menu a:hover{background:#f4f6f9}

/* Config > Networking > Radius: restored source-schema NAS settings. */
.splynx-radius-page{color:#1b2124}.splynx-radius-heading{display:flex;min-height:88px;align-items:center;gap:12px}.splynx-radius-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:20px}.splynx-radius-heading p{margin:0 0 3px;color:#3973b8}.splynx-radius-heading p a{color:#3973b8;text-decoration:none}.splynx-radius-heading h1{margin:0;font-size:20px;line-height:28px}.splynx-radius-tabs{display:flex;border-bottom:1px solid #dfe3e6;margin-bottom:14px}.splynx-radius-tabs span{border-bottom:2px solid #3973b8;padding:9px 18px;color:#3973b8;font-size:13px}.splynx-radius-card{margin:0 0 24px;border:1px solid #e3e6e9;border-radius:4px;background:#fff}.splynx-radius-card>header{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e8ebed;padding:0 18px}.splynx-radius-card h2{margin:0;font-size:16px}.splynx-radius-load{display:flex;align-items:center;gap:8px}.splynx-radius-load label{display:flex;align-items:center;gap:8px;font-size:13px}.splynx-radius-load select,.splynx-radius-row input:not([type=checkbox]),.splynx-radius-row select,.splynx-radius-row textarea{box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 9px;color:#4d555d;font:14px/20px Inter,"Segoe UI",Arial,sans-serif}.splynx-radius-load select,.splynx-radius-row input:not([type=checkbox]),.splynx-radius-row select{height:32px}.splynx-radius-row textarea{min-height:86px;padding-top:6px;resize:vertical}.splynx-radius-load select{width:190px}.splynx-radius-form{padding:8px 0 18px}.splynx-radius-section-title{margin:14px 18px 8px;border-bottom:1px solid #e8ebed;padding:0 0 9px;font-size:16px}.splynx-radius-row{display:grid;grid-template-columns:minmax(240px,36%) minmax(320px,640px);gap:18px;align-items:start;padding:7px 18px}.splynx-radius-row>label{padding-top:7px;color:#4d555d;font-size:13px;text-align:right}.splynx-radius-control{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:0;align-items:start}.splynx-radius-control>input:not([type=checkbox]),.splynx-radius-control>select,.splynx-radius-control>textarea{width:100%;border-radius:3px 0 0 3px}.splynx-radius-reset,.splynx-radius-reset-slot{grid-column:2;grid-row:1}.splynx-radius-reset{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-left:0;border-radius:0 3px 3px 0;background:#fff;color:#687078;cursor:pointer;font-size:17px}.splynx-radius-toggle{position:relative;display:inline-block;width:37px;height:20px;margin:6px 0}.splynx-radius-toggle input{position:absolute;opacity:0;pointer-events:none}.splynx-radius-toggle>span:first-of-type{display:block;width:37px;height:20px;border-radius:12px;background:#adb5bd;transition:background .15s}.splynx-radius-toggle>span:first-of-type:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.25);transition:transform .15s}.splynx-radius-toggle input:checked+span{background:#4d8df7}.splynx-radius-toggle input:checked+span:after{transform:translateX(17px)}.splynx-radius-toggle input:focus-visible+span{outline:2px solid #205493;outline-offset:2px}.splynx-radius-control small{grid-column:1/-1;margin-top:3px;color:#7b838c;font-size:12px;line-height:16px}.splynx-radius-form footer{padding:14px 18px 0;text-align:center}@media(max-width:800px){.splynx-radius-card>header{align-items:flex-start;flex-direction:column;padding:12px 18px}.splynx-radius-load{width:100%;flex-wrap:wrap}.splynx-radius-row{grid-template-columns:1fr}.splynx-radius-row>label{padding-top:0;text-align:left}}

/* Config > Voice > Import data source, matched to the signed-in compact source list. */
.voice-source-page{margin:-2px -2px 0;color:#1b2124}.voice-source-heading{display:flex;min-height:88px;align-items:flex-start;justify-content:space-between}.voice-source-heading h1{margin:2px 0 0;font-size:20px}.voice-source-heading .page-intro{margin:18px 0 0}.voice-source-heading-actions{display:flex;align-items:center;gap:8px;margin-top:20px}.voice-source-refresh{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #6c757d;border-radius:4px;color:#59636c;text-decoration:none}.voice-source-editor{position:relative}.voice-source-editor>summary{cursor:pointer;list-style:none}.voice-source-editor>summary::-webkit-details-marker{display:none}.voice-source-editor>form{position:fixed;z-index:30;inset:105px 70px auto 270px;max-height:calc(100vh - 145px);box-sizing:border-box;overflow:auto;border:1px solid #dfe3e8;border-radius:6px;background:#fff;padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.2)}.voice-source-editor h2{margin:0 0 16px;font-size:18px}.voice-source-fields{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:13px 18px}.voice-source-fields label{display:grid;gap:5px;color:#4d555d;font-size:13px}.voice-source-fields input,.voice-source-fields select,.voice-source-fields textarea{width:100%;min-height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:6px 9px}.voice-source-fields small{color:#6d7780;font-size:11px}.voice-source-editor .button-row{display:flex;justify-content:flex-end;margin-top:16px}.voice-source-card{overflow:hidden;border:1px solid #e3e6e9;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07)}.voice-source-toolbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;padding:0 16px;color:#69717a}.voice-source-toolbar label,.voice-source-toolbar>div{display:flex;align-items:center;gap:7px}.voice-source-toolbar select,.voice-source-toolbar input{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.voice-source-toolbar button{height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;cursor:pointer}.voice-source-table th,.voice-source-table td{height:35px;padding:7px 16px}.voice-source-table tbody tr:nth-child(even){background:#f5f6f8}.voice-source-table th:first-child,.voice-source-table td:first-child{width:90px}.voice-source-table th:last-child,.voice-source-table td:last-child{width:100px}.voice-source-actions{display:flex;align-items:center;gap:7px}.voice-source-actions>form{margin:0}.voice-source-actions summary,.voice-source-delete{border:0;background:transparent;color:#3973b8;cursor:pointer;font-size:17px}.voice-source-delete{color:#dc3545}.voice-source-footer{display:flex;min-height:55px;align-items:center;justify-content:flex-end;gap:18px;padding:0 16px;color:#69717a}.voice-source-footer nav{display:flex}.voice-source-footer nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.voice-source-footer nav span[aria-current="page"]{border-color:#3973e8;background:#3973e8;color:#fff}@media(max-width:900px){.voice-source-heading{align-items:flex-start;flex-direction:column}.voice-source-heading-actions{margin:0 0 12px}.voice-source-editor>form{inset:65px 16px auto 16px}.voice-source-fields{grid-template-columns:1fr}.voice-source-toolbar,.voice-source-footer{align-items:flex-start;flex-direction:column;padding:12px 16px}}
.additional-fields-page .af-title-icon::before{content:'\2699'}.additional-fields-page .af-icon-button::before{content:'\21bb'}
.voice-source-toolbar-right{display:flex!important;align-items:center;gap:7px}.voice-source-search{display:flex!important;gap:0!important}.voice-source-search input{width:190px;border-radius:4px 0 0 4px}.voice-source-search button{border-left:0;border-radius:0 4px 4px 0}.voice-source-columns,.voice-source-export{position:relative}.voice-source-columns>summary,.voice-source-export>summary{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#687078;cursor:pointer;list-style:none}.voice-source-columns>summary::-webkit-details-marker,.voice-source-export>summary::-webkit-details-marker{display:none}.voice-source-columns>div,.voice-source-export>div{position:absolute;z-index:20;top:37px;right:0;display:grid;min-width:190px;gap:8px;border:1px solid #dfe3e8;border-radius:4px;background:#fff;padding:12px;box-shadow:0 5px 18px rgba(0,0,0,.16)}.voice-source-columns>div label{display:flex;gap:7px}.voice-source-columns>div input{width:auto;height:auto}.voice-source-columns>div button{margin-top:4px}.voice-source-export>div{min-width:90px}.voice-source-export a{color:#3973b8;text-decoration:none}.voice-source-actions{min-width:118px}.voice-source-actions summary,.voice-source-test,.voice-source-delete{border:0;background:transparent;color:#3973b8;cursor:pointer;font-size:17px}.voice-source-delete{color:#dc3545}@media(max-width:900px){.voice-source-toolbar-right{flex-wrap:wrap}}

.cost-categories-parity .cc-editor:not([open])>form{display:none}

/* Config > Networking > Multiple PSK: source tabs, filters, tables and SSID dialog. */
.multiple-psk-page{margin:-2px -2px 0;color:#1b2124}.multiple-psk-tabs{display:flex;gap:0;margin:0 0 0;padding:0 0 0 2px}.multiple-psk-tabs a{border-radius:5px 5px 0 0;padding:10px 14px;color:#59636c;text-decoration:none}.multiple-psk-tabs a.active{background:#fff;color:#1b2124;font-weight:600}.multiple-psk-card{margin:0;padding:0;overflow:hidden;border-radius:0 6px 6px 6px}.multiple-psk-heading-filters{display:flex;min-height:58px;align-items:flex-end;justify-content:flex-end;gap:8px;padding:8px 16px;border-bottom:1px solid #edf0f2}.multiple-psk-heading-filters label{display:flex;align-items:center;gap:7px;color:#4d555d;font-size:12px}.multiple-psk-heading-filters select,.multiple-psk-heading-filters input,.multiple-psk-table-tools select,.multiple-psk-table-tools input{height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.multiple-psk-heading-filters select{min-width:150px}.multiple-psk-heading-filters .icon-button{display:grid;width:34px;height:33px;place-items:center;border:1px solid #6c757d;border-radius:4px;background:#fff;color:#59636c;cursor:pointer}.multiple-psk-service-filters{flex-wrap:wrap}.multiple-psk-service-filters .date-range{display:flex;gap:4px}.multiple-psk-service-filters .date-range input{width:137px}.multiple-psk-table-tools{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 16px}.multiple-psk-table-tools label,.multiple-psk-table-tools form{display:flex;align-items:center;gap:7px;color:#6c757d}.multiple-psk-table-tools form{gap:0}.multiple-psk-table-tools form input{width:200px;border-radius:4px 0 0 4px}.multiple-psk-table-tools form button{height:33px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#59636c;cursor:pointer}.multiple-psk-info{margin:0 16px 24px;border:1px solid #b9d9ee;border-radius:3px;background:#dff1ff;padding:19px;text-align:center;line-height:22px}.multiple-psk-info a{color:#3973b8}.multiple-psk-table{min-width:920px}.multiple-psk-table th,.multiple-psk-table td{height:35px;box-sizing:border-box;padding:7px 16px;vertical-align:middle}.multiple-psk-table tbody tr:nth-child(even){background:#f5f6f8}.multiple-psk-table .inline-form{display:inline;margin:0}.multiple-psk-table .row-icon-action{border:0;background:transparent;padding:2px 5px;color:#3973b8;cursor:pointer;text-decoration:none}.multiple-psk-table button.row-icon-action{color:#dc3545}.multiple-psk-pagination{display:flex;min-height:55px;align-items:center;justify-content:flex-end;gap:20px;padding:0 16px;color:#6c757d}.multiple-psk-pagination nav{display:flex}.multiple-psk-pagination nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.multiple-psk-pagination nav>*+*{border-left:0}.multiple-psk-pagination nav strong{border-color:#3973e8;background:#3973e8;color:#fff}.multiple-psk-editor{position:fixed;z-index:30;top:112px;left:50%;width:min(455px,calc(100vw - 40px));box-sizing:border-box;transform:translateX(-50%);border:1px solid #dfe3e8;border-radius:5px;background:#fff;padding:22px;box-shadow:0 8px 28px rgba(0,0,0,.22)}.multiple-psk-editor h2{margin:0 0 22px;font-size:20px}.multiple-psk-editor form>label:not(.multiple-psk-toggle){display:grid;gap:6px;margin:0 0 14px;color:#4d555d;font-size:13px}.multiple-psk-editor input:not([type=checkbox]),.multiple-psk-editor select{width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.multiple-psk-toggle{display:grid;grid-template-columns:1fr auto;align-items:center;margin:6px 0 90px;color:#4d555d}.multiple-psk-toggle input[type=checkbox]{appearance:none;width:37px;height:20px;border-radius:12px;background:#adb5bd;cursor:pointer}.multiple-psk-toggle input[type=checkbox]:checked{background:radial-gradient(circle at 27px 10px,#fff 0 7px,transparent 8px),#4d8df7}.multiple-psk-toggle input[type=checkbox]:not(:checked){background:radial-gradient(circle at 10px 10px,#fff 0 7px,transparent 8px),#adb5bd}.multiple-psk-editor .form-actions{display:flex;justify-content:flex-end;gap:18px;border-top:1px solid #edf0f2;padding-top:16px}.multiple-psk-editor .form-actions a{align-self:center;color:#59636c;text-decoration:none}@media(max-width:1050px){.multiple-psk-heading-filters{align-items:stretch;flex-direction:column}.multiple-psk-heading-filters label{justify-content:space-between}.multiple-psk-heading-filters select{min-width:220px}.multiple-psk-table-tools{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 16px}}
/* Admin dashboard: scoped to the signed-in Splynx operational overview. */
.admin-dashboard{display:grid;gap:16px;color:#212529}.admin-dashboard__heading{display:flex;min-height:50px;align-items:center;gap:12px}.admin-dashboard__heading>span{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:20px}.admin-dashboard__heading h1{margin:0;font-size:21px}.admin-dashboard__top{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:15px}.admin-dashboard__top article{min-height:102px;border-radius:4px;background:#fff;box-shadow:0 2px 8px rgba(28,39,49,.08);padding:17px}.admin-dashboard__top article:nth-child(1){border-top:3px solid #4189e8}.admin-dashboard__top article:nth-child(2){border-top:3px solid #25c699}.admin-dashboard__top article:nth-child(3){border-top:3px solid #ffb33b}.admin-dashboard__top article:nth-child(4){border-top:3px solid #e26068}.admin-dashboard__top article>div{display:flex;justify-content:space-between;gap:8px}.admin-dashboard__top strong{font-size:13px}.admin-dashboard__top a,.admin-dashboard__stats a{color:#3973b8;text-decoration:none}.admin-dashboard__top article>span{display:block;margin-top:17px;font-size:29px;font-weight:600}.admin-dashboard__card{border:1px solid #e3e7eb;border-radius:7px;background:#fff;box-shadow:0 2px 8px rgba(28,39,49,.06);padding:17px}.admin-dashboard__card h2{margin:0 0 15px;font-size:16px}.admin-dashboard__shortcuts nav{display:flex;flex-wrap:wrap;gap:10px}.admin-dashboard__shortcuts a{display:flex;align-items:center;gap:8px;border:1px solid #d9dee3;border-radius:4px;padding:9px 12px;color:#212529;text-decoration:none}.admin-dashboard__shortcuts a span{color:#3973b8;font-size:18px}.admin-dashboard__connections p{margin:9px 0 0;color:#68727c;font-size:12px}.admin-dashboard__connection-track{display:block;width:100%;height:18px;overflow:hidden;border:0;border-radius:3px;background:#e9ecef}.admin-dashboard__connection-track::-webkit-progress-bar{background:#e9ecef}.admin-dashboard__connection-track::-webkit-progress-value{background:#4c8ee8}.admin-dashboard__connection-track::-moz-progress-bar{background:#4c8ee8}.admin-dashboard__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.admin-dashboard__stats{margin:0}.admin-dashboard__stats>div{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0f2}.admin-dashboard__stats>div:last-child{border-bottom:0}.admin-dashboard__stats dt{font-size:12px}.admin-dashboard__stats dd{margin:0;font-size:12px;font-weight:600;text-align:right}.admin-dashboard__finance{grid-column:1/-1}.admin-dashboard__finance-periods{display:grid;grid-template-columns:1fr 1fr;gap:24px}.admin-dashboard__finance h3{margin:0 0 8px;color:#6c757d;font-size:13px}@media(max-width:900px){.admin-dashboard__top,.admin-dashboard__columns{grid-template-columns:1fr 1fr}.admin-dashboard__finance{grid-column:1/-1}}@media(max-width:620px){.admin-dashboard__top,.admin-dashboard__columns,.admin-dashboard__finance-periods{grid-template-columns:1fr}.admin-dashboard__finance{grid-column:auto}}
/* Deployed dashboard parity correction: source shell, KPI rows and shortcut icon links. */
.admin-dashboard__heading{min-height:70px}.admin-dashboard__heading>span{font-size:0}.admin-dashboard__heading>span svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.admin-dashboard__top article{min-height:88px;border-top:0!important;padding:15px}.admin-dashboard__kpi-title,.admin-dashboard__kpi-foot{display:flex!important;align-items:center;justify-content:space-between;gap:8px}.admin-dashboard__kpi-title{justify-content:flex-start!important}.admin-dashboard__kpi-title svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.admin-dashboard__kpi-title strong{color:#212529;font-size:15px}.admin-dashboard__kpi-foot{margin-top:11px}.admin-dashboard__kpi-foot a{color:#3973b8}.admin-dashboard__kpi-foot span{font-size:24px;font-weight:600}.admin-dashboard__kpi--people{color:#25c699}.admin-dashboard__kpi--new{color:#4189e8}.admin-dashboard__kpi--ticket{color:#ffb33b}.admin-dashboard__kpi--down{color:#e26068}.admin-dashboard__shortcuts nav{gap:19px}.admin-dashboard__shortcuts a{gap:6px;border:0;padding:0;color:#5f54ca}.admin-dashboard__shortcuts a:hover{text-decoration:underline}.admin-dashboard__shortcuts a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
/* Wave 3 visual correction: keep dashboard operational rows at the source body scale. */
.admin-dashboard__stats>div{min-height:35px}
.admin-dashboard__stats dt,.admin-dashboard__stats dd{font-size:14px;line-height:18.2px}
.admin-dashboard__finance h3{font-size:14px;line-height:18.2px}
/* Networking > Network sites: restored directory, editor and relationship tabs. */
.network-sites-module{color:#1b2124}.network-sites-module .splynx-breadcrumb{display:flex;align-items:center;gap:8px;min-height:52px;color:#6c757d}.network-sites-module .splynx-breadcrumb a{color:#3973b8;text-decoration:none}.network-sites-module .splynx-breadcrumb>*+*:before{content:'/';margin-right:8px;color:#adb5bd}.network-sites-filters,.network-sites-toolbar{display:flex;align-items:end;gap:12px;margin:0 0 14px}.network-sites-filters label{display:grid;min-width:220px;gap:5px;font-size:12px}.network-sites-filters select,.network-sites-toolbar select,.network-sites-toolbar input,.network-site-form-grid input,.network-site-form-grid select,.network-site-form-grid textarea,.contact-row input{box-sizing:border-box;min-height:33px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px;color:#1b2124}.network-sites-toolbar{align-items:center;justify-content:flex-end}.network-sites-toolbar>label{display:flex;align-items:center;gap:7px;margin-right:auto}.network-sites-toolbar form,.network-sites-toolbar .table-search{display:flex;align-items:center;gap:4px}.network-sites-table th a{color:inherit;text-decoration:none}.network-sites-table .site-actions{display:flex;align-items:center;gap:5px}.network-sites-table .site-actions form{margin:0}.network-sites-module .icon-button{display:inline-grid;width:33px;height:33px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#3973b8;text-decoration:none;cursor:pointer}.network-sites-module .icon-button.danger{color:#dc3545}.network-sites-footer{display:flex;align-items:center;justify-content:space-between;min-height:52px;color:#6c757d}.network-sites-footer nav{display:flex;align-items:center;gap:10px}.network-site-dialog{width:min(880px,calc(100vw - 40px));max-height:calc(100vh - 40px);border:0;border-radius:6px;padding:0;box-shadow:0 10px 36px rgba(0,0,0,.3)}.network-site-dialog::backdrop{background:rgba(20,26,31,.48)}.network-site-dialog>form>header,.network-site-dialog>form>footer{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8eb;padding:15px 20px}.network-site-dialog>form>footer{justify-content:flex-end;gap:8px;border-top:1px solid #e5e8eb;border-bottom:0}.network-site-dialog h2{margin:0;font-size:20px}.network-site-dialog header a{color:#1b2124;font-size:26px;text-decoration:none}.network-site-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;padding:20px}.network-site-form-grid label{display:grid;gap:6px}.network-site-form-grid .wide{grid-column:1/-1}.network-site-form-grid select[multiple]{min-height:90px}.network-site-form-grid fieldset{margin:0;border:1px solid #e1e5e8;border-radius:4px;padding:14px}.contact-row{display:grid;grid-template-columns:2fr 1.4fr 1fr 2fr;gap:12px;margin:0 0 10px}.contact-row label{display:grid;gap:5px}.network-site-tabs{display:flex;gap:0;margin:0 0 14px;border-bottom:1px solid #dee2e6}.network-site-tabs a{padding:10px 16px;color:#3973b8;text-decoration:none}.network-site-detail-form,.network-site-hardware,.network-site-services,.network-site-map{margin-bottom:16px;padding:18px}.network-site-detail-form h2,.network-site-hardware h2,.network-site-services h2,.network-site-map h2{margin:0 0 16px;font-size:18px}.network-site-detail-form .network-site-form-grid{padding:0}.network-site-detail-form section+section{margin-top:22px;border-top:1px solid #e5e8eb;padding-top:18px}.network-site-map dl{display:grid;grid-template-columns:120px 1fr;gap:8px}.network-site-map dd{margin:0}.danger-zone{display:flex;justify-content:flex-end}@media(max-width:850px){.network-sites-filters,.network-sites-toolbar{align-items:stretch;flex-direction:column}.network-sites-filters label{min-width:0}.network-sites-toolbar>label{margin:0}.network-site-form-grid,.contact-row{grid-template-columns:1fr}.network-site-form-grid .wide{grid-column:auto}}

/* Networking > CPE: signed-in Splynx list parity. */
.cpe-list-page{margin:-2px -2px 0;color:#252b30}.cpe-list-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:66px}.cpe-list-page .splynx-breadcrumb{min-height:0}.cpe-list-page .splynx-breadcrumb>*+*:before{content:none}.cpe-list-page .splynx-breadcrumb>div{display:grid;gap:2px}.cpe-list-page .splynx-breadcrumb a{font-size:14px}.cpe-list-page .splynx-breadcrumb h1{margin:0;font-size:20px;line-height:24px}.cpe-title-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#29c99a;color:#fff;font-size:23px}.cpe-heading-filters{display:flex;align-items:end;gap:8px}.cpe-heading-filters label{display:grid;gap:4px;color:#4d555d;font-size:12px}.cpe-heading-filters select{width:150px;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.cpe-refresh{display:grid;width:33px;height:33px;place-items:center;border:1px solid #6c757d;border-radius:4px;background:#fff;color:#4d555d;font-size:20px;cursor:pointer}.cpe-list-card{margin:0;padding:0;overflow:visible;border-radius:7px}.cpe-list-toolbar{display:flex;align-items:center;gap:8px;min-height:65px;padding:0 16px}.cpe-entries{margin-right:auto}.cpe-entries label{display:flex;align-items:center;gap:6px;color:#6c757d}.cpe-entries select,.cpe-search input{height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.cpe-search label{display:flex}.cpe-search input{width:200px;border-radius:4px 0 0 4px}.cpe-search button{width:34px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#6c757d;cursor:pointer}.cpe-tool-menu{position:relative}.cpe-tool-menu summary{display:grid;width:33px;height:33px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#6c757d;list-style:none;cursor:pointer}.cpe-tool-menu>form,.cpe-tool-menu>div{position:absolute;z-index:10;top:37px;right:0;min-width:190px;border:1px solid #dfe3e8;border-radius:4px;background:#fff;padding:9px;box-shadow:0 5px 18px rgba(0,0,0,.16)}.cpe-tool-menu>form label,.cpe-tool-menu>div a{display:flex;padding:6px 7px;color:#252b30;text-decoration:none}.cpe-tool-menu>form .button{margin-top:7px}.cpe-table-wrap{overflow-x:auto}.cpe-table{margin:0}.cpe-table th,.cpe-table td{height:35px;box-sizing:border-box;padding:7px 16px;vertical-align:middle}.cpe-table th{background:#f4f5f8;font-size:12px;text-transform:none}.cpe-table th a{color:inherit;text-decoration:none}.cpe-table tbody tr:nth-child(even){background:#f5f6f8}.cpe-status{display:inline-block;border-radius:1px;padding:2px 7px;background:#6c757d;color:#fff;font-size:12px;font-weight:600}.cpe-status--error_connection{background:#ef565b}.cpe-edit{display:inline-grid;width:20px;height:20px;place-items:center;color:#397fe8;font-size:18px;text-decoration:none}.cpe-list-footer{display:flex;align-items:center;justify-content:flex-end;gap:22px;min-height:64px;padding:0 16px;color:#6c757d}.cpe-list-footer nav{display:flex}.cpe-list-footer nav a{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.cpe-list-footer nav a+a{border-left:0}.cpe-list-footer nav a[aria-current=page]{border-color:#3986ed;background:#3986ed;color:#fff}.cpe-list-footer nav a.disabled{pointer-events:none;color:#b8bec4}@media(max-width:900px){.cpe-list-heading,.cpe-heading-filters{align-items:stretch;flex-direction:column}.cpe-heading-filters select{width:100%}.cpe-list-toolbar{align-items:stretch;flex-wrap:wrap;padding:12px 16px}.cpe-entries{width:100%}.cpe-list-footer{align-items:flex-end;flex-direction:column;padding:12px 16px}}

/* Inventory module: signed-in Splynx table, toolbar, dashboard and dialog parity. */
.inventory-photo{display:block;max-width:240px;max-height:180px;object-fit:contain;border:1px solid #d7dde5;border-radius:4px;background:#fff}
.finance-transaction-filters{display:flex;align-items:end;gap:12px;margin:0 0 12px;border:1px solid #e2e6ea;border-radius:5px;background:#fff;padding:12px 14px}.finance-transaction-filters label{display:grid;min-width:150px;gap:5px;color:#4d555d;font-size:12px}.finance-transaction-filters select,.finance-transaction-filters input,.finance-transaction-filters fieldset,.finance-transaction-toolbar input,.finance-transaction-toolbar select,.finance-transaction-editor input,.finance-transaction-editor select{box-sizing:border-box;min-height:33px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px;color:#1b2124}.finance-transaction-filters fieldset{display:flex;align-items:center;gap:6px;margin:0}.finance-transaction-filters legend{padding:0 4px;color:#4d555d;font-size:12px}.finance-transaction-filters fieldset input{width:142px;border:0;padding:0}.finance-transaction-toolbar{display:flex;min-height:52px;align-items:center;gap:8px}.finance-transaction-toolbar .toolbar-spacer{flex:1}.finance-transaction-toolbar .entries-control{display:flex;align-items:center;gap:6px;color:#6c757d}.finance-transaction-toolbar .table-search input{width:190px}.finance-transaction-toolbar .action-menu{position:relative}.finance-transaction-toolbar .action-menu summary{list-style:none;cursor:pointer}.finance-transaction-toolbar .action-menu>div{position:absolute;z-index:8;top:38px;left:0;display:grid;min-width:170px;border:1px solid #dfe3e7;border-radius:4px;background:#fff;padding:6px;box-shadow:0 5px 18px rgba(0,0,0,.15)}.finance-transaction-toolbar .action-menu button{border:0;background:#fff;padding:8px 10px;text-align:left;cursor:pointer}.finance-transaction-table{min-width:940px}.finance-transaction-table th{white-space:nowrap}.finance-transaction-table th a{color:inherit;text-decoration:none}.finance-transaction-table tbody tr:nth-child(even){background:#f6f7f8}.finance-transaction-table tbody td{height:51px;box-sizing:border-box;vertical-align:middle}.status-debit{background:#eaf2ff;color:#2867b2}.status-credit{background:#e8f8ef;color:#168551}.finance-transaction-footer{display:flex;min-height:52px;align-items:center;justify-content:space-between;color:#6c757d}.finance-transaction-footer .pagination{display:flex;gap:10px}.finance-transaction-totals{max-width:580px;margin-top:16px}.finance-transaction-totals h2{margin:0;padding:15px 18px;font-size:18px}.finance-transaction-editor{max-width:1040px;margin:0 auto;padding:18px}.finance-transaction-editor h1,.finance-transaction-confirm h1{margin:0 0 18px;font-size:20px}.finance-transaction-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-bottom:18px}.finance-transaction-form-grid label{display:grid;gap:6px;color:#4d555d;font-size:13px}.finance-transaction-form-grid fieldset{display:flex;align-items:center;gap:7px;border:1px solid #e0e4e8;border-radius:4px;padding:7px 10px}.finance-transaction-form-grid legend{padding:0 5px;color:#4d555d;font-size:13px}.finance-transaction-form-grid .field-wide{grid-column:1/-1}.finance-transaction-form-grid .checkbox-field{display:flex;align-items:center}.finance-transaction-editor table input,.finance-transaction-editor table select{width:100%}.finance-transaction-editor footer,.finance-transaction-confirm footer{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid #e5e8eb;margin-top:18px;padding-top:14px}.finance-transaction-confirm{max-width:620px;margin:0 auto;padding:20px}@media(max-width:950px){.finance-transaction-filters{align-items:stretch;flex-direction:column}.finance-transaction-filters fieldset{justify-content:flex-start}.finance-transaction-toolbar{flex-wrap:wrap}.finance-transaction-toolbar .toolbar-spacer{display:none}.finance-transaction-form-grid{grid-template-columns:1fr}.finance-transaction-form-grid .field-wide{grid-column:auto}}

.credit-notes-parity{color:#1b2124;font-size:14px}.credit-notes-heading{display:flex;min-height:88px;align-items:flex-start;justify-content:space-between;gap:24px}.credit-notes-title{display:flex;align-items:center;gap:12px;padding-top:4px}.credit-notes-title-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:20px;font-weight:600}.credit-notes-title nav{display:flex;align-items:center;gap:5px;color:#69717a}.credit-notes-title nav a{color:#3973b8;text-decoration:none}.credit-notes-title h1{margin:2px 0 0;font-size:20px;line-height:25px}.credit-notes-filters{display:flex;align-items:end;gap:8px}.credit-notes-filters label{display:grid;min-width:116px;gap:4px;color:#4d555d;font-size:12px}.credit-notes-filters fieldset{display:grid;grid-template-columns:126px 12px 126px;align-items:center;margin:0;border:0;padding:0}.credit-notes-filters legend{padding:0;color:#4d555d;font-size:12px}.credit-notes-filters input,.credit-notes-filters select,.credit-notes-length select,.credit-notes-search input,.credit-notes-bulk-action select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:4px 8px;color:#1b2124}.credit-notes-filters label:first-child input{width:128px}.credit-notes-filters select{width:135px}.credit-notes-refresh,.credit-notes-add,.credit-notes-reset{display:grid;height:32px;box-sizing:border-box;place-items:center;border:1px solid #6c757d;border-radius:3px;background:#fff;padding:0 10px;color:#4d555d;cursor:pointer;text-decoration:none}.credit-notes-refresh,.credit-notes-add{width:32px;padding:0;font-size:18px}.credit-notes-add{border-color:#3973e8;color:#3973e8}.credit-notes-card,.credit-notes-totals{overflow:hidden;border:1px solid #e2e6ea;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07)}.credit-notes-toolbar{display:flex;min-height:64px;box-sizing:border-box;align-items:center;gap:8px;padding:0 16px}.credit-notes-toolbar-spacer{flex:1}.credit-notes-tool-button,.credit-notes-square-button{display:grid;height:32px;box-sizing:border-box;place-items:center;border:1px solid #6c757d;border-radius:3px;background:#fff;padding:4px 11px;color:#4d555d;cursor:pointer;font:14px/22px inherit}.credit-notes-square-button{width:32px;padding:0;font-size:18px}.credit-notes-tool-button:disabled,.credit-notes-bulk-action select:disabled{opacity:.55;cursor:not-allowed}.credit-notes-card .customer-export-menu>summary{list-style:none}.credit-notes-card .customer-export-menu>summary::-webkit-details-marker{display:none}.credit-notes-bulk-action{display:flex;align-items:center;gap:5px}.credit-notes-bulk-action select{width:132px}.credit-notes-length,.credit-notes-search{display:flex;align-items:center;gap:7px;color:#69717a}.credit-notes-length select{width:62px}.credit-notes-search{position:relative}.credit-notes-search input{width:190px;padding-right:34px}.credit-notes-search button{position:absolute;right:0;border:0;background:transparent}.credit-notes-table-wrap{overflow-x:auto}.credit-notes-table{width:100%;min-width:1060px;border-collapse:collapse}.credit-notes-table th{height:34px;box-sizing:border-box;border-top:1px solid #e2e6ea;border-bottom:1px solid #dfe3e7;background:#f4f6f9;padding:6px 11px;color:#252b30;font-size:12px;text-align:left;white-space:nowrap}.credit-notes-table th a{color:inherit;text-decoration:none}.credit-notes-table td{height:51px;box-sizing:border-box;border-bottom:1px solid #e0e4e8;padding:6px 11px;vertical-align:middle}.credit-notes-table tbody tr:nth-child(even){background:#f7f8fa}.credit-notes-select-column{width:38px;text-align:center!important}.credit-note-status{display:inline-block;border-radius:2px;padding:2px 8px;color:#fff;font-size:12px;line-height:17px;white-space:nowrap}.credit-note-status-refund_due{background:#efad22}.credit-note-status-refunded{background:#3ca66b}.credit-note-status-closed{background:#6c757d}.credit-note-status-deleted{background:#dc3545}.credit-note-row-actions{display:flex;align-items:center;gap:2px;white-space:nowrap}.credit-note-row-actions a{display:grid;width:24px;height:24px;place-items:center;color:#3973e8;text-decoration:none;font-size:17px;line-height:1}.credit-note-row-actions a:last-child{color:#d94b55;font-size:22px}.credit-notes-footer{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 16px;color:#69717a}.credit-notes-footer nav{display:flex}.credit-notes-footer nav a,.credit-notes-footer nav span{display:grid;min-width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #dfe3e7;color:#6c757d;text-decoration:none}.credit-notes-footer nav .is-current{border-color:#3973e8;background:#3973e8;color:#fff}.credit-notes-totals{width:min(580px,100%);margin-top:16px}.credit-notes-totals h2{margin:0;padding:14px 16px;border-bottom:1px solid #e2e6ea;font-size:18px}.credit-notes-totals table{width:100%;border-collapse:collapse}.credit-notes-totals th,.credit-notes-totals td{border-bottom:1px solid #e2e6ea;padding:7px 14px;text-align:left}.credit-notes-totals th{background:#f4f6f9;font-size:12px}.credit-notes-grand-total{font-weight:700}@media(max-width:1450px){.credit-notes-heading{display:block}.credit-notes-filters{margin:12px 0 18px;flex-wrap:wrap}}@media(max-width:850px){.credit-notes-toolbar{align-items:stretch;flex-direction:column;padding:12px 16px}.credit-notes-toolbar-spacer{display:none}.credit-notes-search input{width:100%}.credit-notes-filters fieldset{grid-template-columns:1fr 12px 1fr}}
.inventory-module .splynx-breadcrumb{display:flex;align-items:center;gap:8px;min-height:42px;margin:0 0 18px;color:#6c757d;font-size:14px}.inventory-module .splynx-breadcrumb a{color:#3973b8;text-decoration:none}.inventory-module .splynx-breadcrumb>*+*:before{content:'/';margin-right:8px;color:#adb5bd}.inventory-filter-card,.inventory-toolbar{display:flex;align-items:end;gap:12px;margin:0 0 12px}.inventory-filter-card{padding:12px 14px;border:1px solid #e2e6ea;border-radius:5px;background:#fff}.inventory-filter-card label,.inventory-toolbar--filters label{display:grid;min-width:180px;gap:5px;color:#4d555d;font-size:12px}.inventory-filter-card input,.inventory-filter-card select,.inventory-toolbar input,.inventory-toolbar select,.inventory-dialog input,.inventory-dialog select,.inventory-dialog textarea{box-sizing:border-box;min-height:33px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px;color:#1b2124}.inventory-toolbar{min-height:38px}.inventory-module .toolbar-spacer{flex:1}.inventory-toolbar .inline-form{display:flex;align-items:center;gap:8px}.inventory-module .entries-control{display:flex;align-items:center;gap:7px}.inventory-module .table-search input{width:180px}.inventory-module .icon-button{display:inline-grid;min-width:33px;height:33px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#3973b8;cursor:pointer;text-decoration:none}.inventory-module .action-menu,.inventory-module .columns-menu{position:relative}.inventory-module .action-menu summary,.inventory-module .columns-menu summary{list-style:none;cursor:pointer}.inventory-module .action-menu>div,.inventory-module .columns-menu fieldset{position:absolute;z-index:5;top:38px;left:0;min-width:200px;margin:0;border:1px solid #dfe3e7;border-radius:4px;background:#fff;padding:7px;box-shadow:0 5px 18px rgba(0,0,0,.15)}.inventory-module .action-menu a,.inventory-module .columns-menu label{display:flex;padding:7px 9px;color:#1b2124;text-decoration:none}.inventory-module .columns-menu fieldset{right:0;left:auto}.inventory-module .columns-menu legend{font-weight:700}.inventory-table-wrap{max-width:100%;overflow:auto}.inventory-table{min-width:1120px}.inventory-table th{white-space:nowrap}.inventory-table th a{color:inherit;text-decoration:none}.inventory-table td{vertical-align:top}.inventory-notes-cell{display:block;max-width:330px;max-height:74px;overflow:hidden;white-space:normal}.inventory-module .table-footer{display:flex;align-items:center;justify-content:space-between;min-height:48px;color:#6c757d}.inventory-module .table-footer .pagination{display:flex;gap:10px}.inventory-dialog{width:min(620px,calc(100vw - 40px));border:0;border-radius:6px;padding:0;box-shadow:0 10px 35px rgba(0,0,0,.3)}.inventory-dialog::backdrop{background:rgba(20,26,31,.48)}.inventory-dialog .dialog-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8eb;padding:15px 18px}.inventory-dialog .dialog-heading h2{margin:0;font-size:18px}.inventory-dialog .dialog-heading button{border:0;background:transparent;font-size:24px;cursor:pointer}.inventory-dialog>.field{display:grid;gap:6px;margin:14px 18px}.inventory-dialog .dialog-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e5e8eb;padding:14px 18px}.inventory-summary-cards{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin:0 0 16px}.inventory-summary-cards article{position:relative;min-height:112px;border-radius:5px;background:#28c89b;padding:17px;color:#fff}.inventory-summary-cards article:nth-child(2){background:#3887e8}.inventory-summary-cards article:nth-child(3){background:#ffb238}.inventory-summary-cards article:nth-child(4){background:#e06c8c}.inventory-summary-cards span{display:block}.inventory-summary-cards strong{display:block;margin-top:8px;font-size:30px}.inventory-summary-cards a{position:absolute;top:16px;right:16px;color:#fff}.inventory-dashboard-grid{display:grid;grid-template-columns:minmax(320px,42%) minmax(420px,1fr);gap:16px}.inventory-module .section-heading{display:flex;align-items:center;justify-content:space-between}.inventory-status-chart{display:grid;gap:2px}.inventory-status-chart a{display:grid;grid-template-columns:14px 1fr auto;gap:9px;align-items:center;border-bottom:1px solid #edf0f2;padding:9px 3px;color:#1b2124;text-decoration:none}.inventory-module .status-dot{display:inline-block;width:10px;height:10px;border-radius:2px;background:#6c757d}.inventory-module .status-dot--stock{background:#28c89b}.inventory-module .status-dot--internal_usage{background:#6c757d}.inventory-module .status-dot--rent{background:#845ec2}.inventory-module .status-dot--sold{background:#3887e8}.inventory-module .status-dot--returned{background:#ffb238}.inventory-module .status-dot--assigned{background:#2f80ed}.inventory-module .status-dot--damaged{background:#dc3545}.inventory-module .status-dot--in_transit{background:#17a2b8}.inventory-module .status-dot--task,.inventory-module .status-dot--in_task{background:#e06c8c}.inventory-legend{display:flex;flex-wrap:wrap;gap:10px 16px;padding:0;list-style:none}.inventory-legend li{display:flex;align-items:center;gap:6px}.inventory-activity article{border-bottom:1px solid #edf0f2;padding:12px 0}.inventory-activity article>div{display:flex;justify-content:space-between}.inventory-activity time{color:#6c757d;font-size:12px}.inventory-activity p{margin:7px 0}.inventory-form-card{max-width:1120px;margin:0 auto}.inventory-form-card .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.inventory-form-card .field{display:grid;gap:6px}.inventory-form-card .field-wide{grid-column:1/-1}.inventory-form-card .checkbox-field{display:flex;align-items:center}.inventory-module .detail-card{padding:18px}.inventory-module .detail-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px}.inventory-module .detail-grid div{border-bottom:1px solid #edf0f2;padding-bottom:10px}.inventory-module .detail-grid dt{color:#6c757d;font-size:12px}.inventory-module .detail-grid dd{margin:5px 0 0}.inventory-module .detail-grid .detail-wide{grid-column:1/-1}.inventory-module .invoice-lines select{min-width:240px}.inventory-module .invoice-lines input,.inventory-module .invoice-lines select{width:100%;box-sizing:border-box;min-height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 8px}@media(max-width:900px){.inventory-filter-card,.inventory-toolbar{align-items:stretch;flex-wrap:wrap}.inventory-module .toolbar-spacer{display:none}.inventory-summary-cards{grid-template-columns:1fr 1fr}.inventory-dashboard-grid{grid-template-columns:1fr}.inventory-form-card .form-grid,.inventory-module .detail-grid{grid-template-columns:1fr}.inventory-form-card .field-wide,.inventory-module .detail-grid .detail-wide{grid-column:auto}}
.history-period{display:flex;align-items:center;gap:.5rem;margin-left:auto}.history-period label{display:flex;align-items:center;gap:.4rem;font-weight:500}.history-period input{min-width:9.5rem}.finance-history-preview,.finance-history-list{margin-top:1rem}.finance-history-preview h2,.finance-history-list h2{margin:0 0 1rem;font-size:1rem}.finance-history-preview form{display:grid;grid-template-columns:minmax(16rem,1fr);gap:.8rem}.finance-history-preview label{display:grid;grid-template-columns:minmax(12rem,28%) 1fr;align-items:center;gap:1rem}.finance-history-preview select[multiple]{min-height:2.6rem}.finance-history-preview footer{display:flex;justify-content:flex-end}.finance-history-table{font-size:.83rem}.finance-history-detail dl{display:grid;grid-template-columns:10rem 1fr;gap:.5rem 1rem}.finance-history-detail dt{font-weight:600}.finance-history-detail dd{margin:0}.finance-history-detail footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.notice.warning{background:#fff2cf;border-color:#ebcf82;color:#5d4715}.status-info{background:#4a9ee8;color:#fff}.status-partially_canceled,.status-new_canceled{background:#f4b41b;color:#fff}.status-canceled,.status-error{background:#d84949;color:#fff}.status-confirmed,.status-processed{background:#34b98b;color:#fff}
@media(max-width:800px){.credit-notes-heading{align-items:flex-start;flex-direction:column}.history-period{margin-left:0}.finance-history-preview label{grid-template-columns:1fr}.finance-history-detail dl{grid-template-columns:1fr}}

/* Administration > Administrators > Helpdesk: source dialog fields and compact editor frame. */
.splynx-admin-row-actions{display:flex;align-items:center;gap:6px;white-space:nowrap}.administrator-helpdesk-page{padding-top:8px}.administrator-helpdesk-dialog{width:min(700px,100%);margin:22px auto;border:1px solid #dfe3e7;border-radius:5px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.18)}.administrator-helpdesk-dialog>header{display:flex;min-height:62px;box-sizing:border-box;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8eb;padding:12px 20px}.administrator-helpdesk-dialog>header h1{margin:0;color:#252b30;font-size:22px}.administrator-helpdesk-dialog>header p{margin:3px 0 0;color:#6c757d;font-size:12px}.administrator-helpdesk-dialog>header>a{color:#606970;font-size:28px;line-height:1;text-decoration:none}.administrator-helpdesk-dialog .form-error{margin:14px 18px 0}.administrator-helpdesk-dialog form{padding:12px 0 0}.administrator-helpdesk-dialog .splynx-form-row{grid-template-columns:minmax(120px,22%) minmax(0,1fr);padding:8px 20px}.administrator-helpdesk-dialog .live-control{display:grid;gap:6px}.administrator-helpdesk-dialog select,.administrator-helpdesk-dialog textarea{width:100%;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:7px 10px;color:#252b30;font:14px/20px Inter,"Segoe UI",Arial,sans-serif}.administrator-helpdesk-dialog select:not([multiple]){height:34px}.administrator-helpdesk-dialog select[multiple]{min-height:124px}.administrator-helpdesk-dialog small{color:#757f88;font-size:12px;line-height:17px}.administrator-helpdesk-signature{border:1px solid #ced4da;border-radius:3px}.administrator-helpdesk-editor-toolbar{display:flex;min-height:40px;align-items:center;gap:22px;border-bottom:1px solid #ced4da;background:#fafbfc;padding:0 12px;color:#343a40}.administrator-helpdesk-editor-toolbar span{font-size:13px}.administrator-helpdesk-signature textarea{min-height:220px;border:0;border-radius:0;resize:vertical;font-family:Arial,sans-serif}.administrator-helpdesk-dialog footer{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid #e5e8eb;margin-top:12px;padding:14px 20px}@media(max-width:720px){.administrator-helpdesk-dialog .splynx-form-row{grid-template-columns:1fr}.administrator-helpdesk-dialog .splynx-form-label{text-align:left}.administrator-helpdesk-editor-toolbar{gap:13px;overflow-x:auto}}
.administrator-security-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.administrator-photo-link{display:inline-flex;width:100px;height:100px;border-radius:50%;overflow:hidden;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:700;font-size:28px;box-shadow:0 0 0 2px #fff,0 0 0 3px #ccd4dc}.administrator-photo-link img{width:100%;height:100%;object-fit:cover}.administrator-photo-link span{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.administrator-action-page{max-width:1120px}.administrator-action-card{max-width:780px}.administrator-photo-card{max-width:1040px}.administrator-photo-card hr{border:0;border-top:1px solid #dce2e8;margin:20px 0}.administrator-photo-intro{text-align:center;color:#66717d;font-size:13px}.administrator-avatar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:6px;max-height:430px;overflow:auto;padding:8px;border:1px solid #dce2e8;border-radius:4px}.administrator-avatar-choice{position:relative;display:flex;justify-content:center;padding:4px;border:2px solid transparent;border-radius:4px;cursor:pointer}.administrator-avatar-choice:hover,.administrator-avatar-choice:focus-within{border-color:#87929d}.administrator-avatar-choice.selected{border-color:#696969;background:#eef1f4}.administrator-avatar-choice input{position:absolute;opacity:0;pointer-events:none}.administrator-avatar-choice img{width:50px;height:50px;object-fit:cover;border-radius:50%}
.network-weathermap-directory{min-width:0}.weathermap-welcome{width:min(600px,100%);margin:72px 80px;background:#07867f;color:#fff;font-family:Arial,sans-serif;box-shadow:0 1px 3px #0003}.weathermap-welcome h2{margin:0;padding:5px 8px;background:#079d96;font-size:20px}.weathermap-welcome>p,.weathermap-welcome>h3,.weathermap-welcome>form,.weathermap-welcome>ul{margin:10px}.weathermap-welcome h3{font-size:16px}.weathermap-editor-note{padding:9px;border:3px dashed #d82727}.weathermap-inline-form{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.weathermap-inline-form input,.weathermap-inline-form select,.weathermap-inline-form button{min-height:27px;border:1px solid #aaa;background:#fff;color:#111}.weathermap-map-list{padding-left:28px}.weathermap-map-list a{color:#fff;text-decoration:underline}.weathermap-map-list span{opacity:.8}.weathermap-welcome footer{padding:8px;background:#079d96;font-size:12px}.weathermap-editor-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px}.weathermap-map-sidebar{background:#fff;border:1px solid var(--border,#dfe3e8);border-radius:6px;padding:14px}.weathermap-map-sidebar>a{display:block;margin-bottom:16px}.weathermap-map-sidebar h2{font-size:14px;text-transform:uppercase;color:#68717c}.weathermap-map-sidebar ul{list-style:none;padding:0;margin:0}.weathermap-map-sidebar li a{display:block;padding:8px;border-radius:4px}.weathermap-map-sidebar li a[aria-current=page]{background:#07867f;color:#fff}.weathermap-workspace{min-width:0}.weathermap-workspace-header,.weathermap-entity-grid .config-category-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.weathermap-workspace-header h2,.weathermap-entity-grid h3{margin:0}.weathermap-workspace-header p{margin:4px 0;color:#68717c}.weathermap-canvas{position:relative;overflow:hidden;width:100%;min-height:320px;max-height:650px;margin:16px 0;border:1px solid #aeb7c1;background-image:linear-gradient(#0000000a 1px,transparent 1px),linear-gradient(90deg,#0000000a 1px,transparent 1px);background-size:20px 20px}.weathermap-canvas svg{display:block;width:100%;height:auto;max-height:648px}.weathermap-node circle{fill:#fff;stroke:#07867f;stroke-width:2}.weathermap-node text{fill:#1f2933;font-size:12px;paint-order:stroke;stroke:#ffffffe8;stroke-width:3}.weathermap-canvas-empty{position:absolute;inset:0;display:grid;place-items:center;color:#68717c}.weathermap-entity-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.weathermap-entity-grid .config-category-card{padding:14px}.weathermap-entity-grid td form{display:inline}.weathermap-editor-panel{position:relative}.weathermap-editor-panel>summary{cursor:pointer;color:#087f78;font-weight:600}.weathermap-editor-panel[open]>form{position:absolute;z-index:10;right:0;width:min(420px,80vw);padding:16px;background:#fff;border:1px solid #bcc5ce;border-radius:6px;box-shadow:0 12px 30px #0003}.weathermap-editor-panel form>label,.weathermap-editor-panel form textarea,.weathermap-editor-panel form input,.weathermap-editor-panel form select{display:block;width:100%}.weathermap-editor-panel form label{margin-bottom:10px}.weathermap-editor-panel textarea{min-height:80px}.weathermap-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.weathermap-delete-map{margin-top:18px;text-align:right}@media(max-width:900px){.weathermap-welcome{margin:30px auto}.weathermap-editor-shell,.weathermap-entity-grid{grid-template-columns:1fr}.weathermap-map-sidebar{order:2}.weathermap-canvas{min-height:260px}}
/* Config > Helpdesk > Ticket widget: source two-tab editor. */
.helpdesk-ticket-widget .company-parity-heading{margin-bottom:14px}.helpdesk-widget-tabs{display:flex;gap:2px;align-items:flex-end;margin:0 0 0 2px}.helpdesk-widget-tabs a{border:1px solid #dfe3e9;border-bottom:0;border-radius:8px 8px 0 0;background:#eef0f4;padding:12px 18px;color:#667080;text-decoration:none;font-weight:600}.helpdesk-widget-tabs a[aria-current=page]{position:relative;z-index:1;background:#fff;color:#202735}.helpdesk-widget-tab{border:1px solid #dfe3e9;border-radius:0 10px 10px 10px;background:#fff;padding:20px}.helpdesk-widget-tab[hidden],.helpdesk-ticket-widget [hidden]{display:none!important}.helpdesk-widget-tab .company-parity-card{margin-bottom:18px}.helpdesk-widget-input-group{display:flex}.helpdesk-widget-input-group .live-control{border-radius:4px 0 0 4px}.helpdesk-widget-input-group span{display:inline-flex;align-items:center;border:1px solid #d5dae2;border-left:0;border-radius:0 4px 4px 0;background:#eef1f5;padding:0 13px}.helpdesk-widget-result textarea{width:100%;min-height:115px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}@media(max-width:760px){.helpdesk-widget-tab{padding:10px}.helpdesk-widget-tabs a{padding:10px 12px}}
.splynx-administrator-permissions-page{padding-top:8px}.splynx-administrator-permissions-dialog{width:min(980px,100%);margin:22px auto;padding:0;border:1px solid #dfe3e7;border-radius:5px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.18);overflow:hidden}.splynx-administrator-permissions-dialog>header{display:flex;min-height:62px;box-sizing:border-box;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8eb;padding:12px 20px}.splynx-administrator-permissions-dialog>header h2{margin:0;color:#252b30;font-size:20px}.splynx-administrator-permissions-dialog>header p{margin:3px 0 0;color:#6c757d;font-size:12px}.splynx-administrator-permissions-dialog>header>a{color:#606970;font-size:28px;line-height:1;text-decoration:none}.splynx-administrator-permission-preserved{margin:0;border-bottom:1px solid #e5e8eb;background:#eef7fb;padding:8px 20px;color:#3c697c;font-size:12px}.splynx-administrator-permissions-body{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:560px}.splynx-administrator-permission-tabs{display:flex;flex-direction:column;border-right:1px solid #e5e8eb;background:#f7f8fa;padding:10px 0}.splynx-administrator-permission-tabs button{min-height:34px;border:0;border-left:3px solid transparent;background:transparent;padding:7px 17px;color:#4d555d;text-align:left;cursor:pointer}.splynx-administrator-permission-tabs button[aria-selected=true]{border-left-color:#3973e8;background:#fff;color:#3973e8;font-weight:600}.splynx-administrator-permission-panels{min-width:0;padding:14px 18px}.splynx-administrator-permission-filter{display:block;margin:0 0 12px}.splynx-administrator-permission-filter input{width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;padding:0 9px}.splynx-administrator-permission-panel-toolbar{display:flex;min-height:35px;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe3e7}.button-link{border:0;background:transparent;padding:3px;color:#3973e8;cursor:pointer;font:inherit}.splynx-administrator-permission-groups{max-height:445px;overflow:auto;padding-right:5px}.splynx-administrator-permission-groups fieldset{margin:12px 0;border:1px solid #e2e6ea;border-radius:4px;padding:0 12px 10px}.splynx-administrator-permission-groups legend{display:flex;width:100%;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 3px;color:#343a40;font-weight:600}.splynx-administrator-permission-groups fieldset>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px;padding-top:8px}.splynx-administrator-permission-groups label{display:flex;min-height:28px;align-items:center;gap:8px;color:#4d555d}.splynx-administrator-permissions-dialog>footer{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid #e5e8eb;padding:14px 20px}@media(max-width:760px){.splynx-administrator-permissions-body{grid-template-columns:1fr}.splynx-administrator-permission-tabs{display:grid;grid-template-columns:repeat(2,1fr);border-right:0;border-bottom:1px solid #e5e8eb}.splynx-administrator-permission-groups fieldset>div{grid-template-columns:1fr}}

/* Config > Helpdesk > Canned responses: paired source-style directories and editors. */
.config-canned-page{display:grid;gap:16px;color:#252b30}.config-canned-page>.page-intro{margin:0 0 -2px}.canned-list-card{overflow:hidden;padding:0}.canned-list-card>header{display:flex;min-height:52px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 16px}.canned-list-card>header>strong{font-size:14px}.canned-list-card>header>span{display:flex;gap:4px}.canned-icon-button,.canned-export{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#59636c;text-decoration:none;font-size:20px;line-height:1}.canned-table-controls{display:flex;min-height:52px;box-sizing:border-box;align-items:center;gap:8px;padding:0 16px;color:#69727a;font-size:13px}.canned-table-controls>label{display:flex;align-items:center;gap:7px}.canned-table-controls select,.canned-table-controls input{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:4px 8px}.canned-table-controls select{min-width:64px}.canned-control-spacer{flex:1}.canned-search{gap:0!important}.canned-search input{width:190px;border-radius:4px 0 0 4px}.canned-search button{width:34px;height:32px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#59636c;cursor:pointer;font-size:17px}.canned-export{font-size:17px}.canned-data-table{min-width:760px}.canned-data-table th,.canned-data-table td{padding:7px 12px;vertical-align:top}.canned-data-table th{height:34px;box-sizing:border-box;background:#f4f6f9;color:#343a40;font-size:12px;white-space:nowrap}.canned-data-table th a{color:inherit;text-decoration:none}.canned-data-table tbody tr:nth-child(even){background:#f7f8fa}.canned-response-table{min-width:1320px}.canned-response-table th:nth-child(1){width:55px}.canned-response-table th:nth-child(2){width:170px}.canned-response-table th:nth-child(3){width:45%}.canned-response-preview{max-width:700px;line-height:1.5;overflow-wrap:anywhere}.canned-response-preview p,.canned-response-preview div{margin:0 0 8px}.canned-response-preview table{max-width:100%;border-collapse:collapse}.canned-response-preview td,.canned-response-preview th{border:1px solid #dfe3e7;background:transparent}.canned-row-actions{white-space:nowrap}.canned-row-actions a{display:inline-grid;width:25px;height:25px;place-items:center;color:#3973e8;text-decoration:none;font-size:18px}.canned-row-actions a:last-child{color:#dc3545}.canned-table-footer{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 16px;color:#69727a;font-size:13px}.canned-table-footer nav{display:flex}.canned-table-footer nav>*{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #dfe3e7;color:#69727a;text-decoration:none}.canned-table-footer nav>*+*{border-left:0}.canned-table-footer nav span{border-color:#3973e8;background:#3973e8;color:#fff}.canned-dialog{width:min(500px,calc(100vw - 36px));max-height:calc(100vh - 36px);border:0;border-radius:5px;padding:0;box-shadow:0 12px 38px rgba(20,26,31,.35)}.canned-dialog::backdrop{background:rgba(20,26,31,.5)}.canned-dialog>form>header,.canned-dialog>form>footer{display:flex;min-height:58px;box-sizing:border-box;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8eb;padding:12px 20px}.canned-dialog>form>footer{justify-content:flex-end;gap:9px;border-top:1px solid #e5e8eb;border-bottom:0}.canned-dialog h2{margin:0;font-size:20px}.canned-dialog header a{color:#59636c;text-decoration:none;font-size:28px}.canned-dialog-body{display:grid;gap:13px;padding:20px}.canned-dialog-body>label,.canned-form-row{display:grid;grid-template-columns:minmax(125px,34%) minmax(0,1fr);align-items:center;gap:14px;color:#4d555d;font-size:13px}.canned-dialog-body input,.canned-dialog-body select{width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:5px 9px}.canned-dialog-body input:disabled,.canned-dialog-body select:disabled{background:#e9ecef;color:#59636c}.canned-delete-dialog .canned-dialog-body{min-height:88px;place-items:center;text-align:center}.canned-response-dialog{width:min(850px,calc(100vw - 36px))}.canned-response-dialog .canned-dialog-body{max-height:calc(100vh - 178px);overflow:auto}.canned-editor-row{align-items:start}.canned-rich-editor{min-width:0;border:1px solid #ced4da;border-radius:3px;background:#fff}.canned-editor-toolbar{position:relative;display:flex;min-height:42px;align-items:center;gap:2px;border-bottom:1px solid #ced4da;background:#fafbfc;padding:3px 6px}.canned-editor-toolbar>button,.canned-editor-toolbar>label,.canned-placeholders>summary{display:grid;width:31px;height:31px;box-sizing:border-box;place-items:center;border:0;border-radius:3px;background:transparent;color:#343a40;cursor:pointer;list-style:none}.canned-editor-toolbar>button:hover,.canned-placeholders>summary:hover{background:#e7eaed}.canned-editor-toolbar>label input{position:absolute;width:1px;height:1px;opacity:0}.canned-editor-content,.canned-rich-editor textarea{min-height:190px;max-height:420px;box-sizing:border-box;overflow:auto;padding:10px;color:#252b30;font:14px/1.5 Arial,sans-serif}.canned-rich-editor textarea{display:none;width:100%;border:0;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.canned-rich-editor textarea:not([hidden]){display:block}.canned-editor-content[hidden]{display:none}.canned-placeholders{position:relative}.canned-placeholders>summary::-webkit-details-marker{display:none}.canned-placeholders>div{position:absolute;z-index:5;top:36px;right:-120px;display:grid;width:310px;max-height:280px;overflow:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;border:1px solid #dfe3e7;border-radius:4px;background:#fff;padding:10px;box-shadow:0 8px 22px rgba(20,26,31,.2)}.canned-placeholders strong{grid-column:1/-1;margin-top:4px}.canned-placeholders button{border:1px solid #b8c0c7;border-radius:3px;background:#fff;padding:5px;color:#3973e8;text-align:left;cursor:pointer}@media(max-width:700px){.canned-table-controls{align-items:stretch;flex-wrap:wrap;padding:10px 12px}.canned-control-spacer{display:none}.canned-search input{width:160px}.canned-dialog-body>label,.canned-form-row{grid-template-columns:1fr;gap:5px}.canned-response-dialog .canned-dialog-body{max-height:calc(100vh - 150px)}}

/* Config > Helpdesk > Ticket automation: source table and rule dialog. */
.config-automation-page{display:grid;gap:16px;color:#252b30}.config-automation-page>.page-intro{margin:0 0 -2px}.automation-data-table{min-width:940px}.automation-data-table td{vertical-align:middle}.automation-status{display:inline-block;border-radius:2px;background:#f1c75b;padding:2px 8px;color:#fff;font-size:12px}.automation-priority{display:inline-block;margin:0 4px 2px 0;border-radius:2px;padding:2px 7px;color:#fff;font-size:12px}.automation-priority-low{background:#48b87d}.automation-priority-medium{background:#3f91d8}.automation-priority-high{background:#efad22}.automation-priority-urgent{background:#dc4d57}.automation-dialog{width:min(600px,calc(100vw - 36px))}.automation-dialog .canned-dialog-body{max-height:calc(100vh - 178px);overflow:auto}.automation-dialog .canned-dialog-body>label>span:first-child{display:grid;gap:3px}.automation-dialog small{display:block;color:#7a838b;font-size:11px;line-height:15px}.automation-dialog select[multiple]{min-height:78px}.automation-time{display:grid;grid-template-columns:1fr 112px}.automation-time input{border-radius:4px 0 0 4px}.automation-time select{border-left:0;border-radius:0 4px 4px 0}.automation-dialog .automation-checkbox{width:18px;height:18px}.automation-dialog [hidden]{display:none!important}.automation-cutoff{display:grid;grid-template-columns:minmax(125px,34%) minmax(0,1fr);align-items:center;gap:14px;color:#4d555d;font-size:13px}.automation-cutoff output{min-height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#e9ecef;padding:7px 9px;color:#59636c}@media(max-width:700px){.automation-dialog .canned-dialog-body>label,.automation-cutoff{grid-template-columns:1fr}.automation-time{grid-template-columns:1fr 105px}}
.inbox-settings-page,.inbox-mailbox-form-page{display:grid;gap:16px}.inbox-settings-page .helpdesk-source-card,.inbox-mailbox-form-page .helpdesk-source-card{margin:0;border:1px solid #e1e6ec;border-radius:4px;background:#fff;box-shadow:none}.inbox-settings-page .helpdesk-source-card>h2,.inbox-mailbox-form-page .helpdesk-source-card>h2{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px;padding:0;font-size:14px}.inbox-common-card .company-parity-field{grid-template-columns:minmax(220px,30%) minmax(320px,1fr);max-width:980px;margin-inline:auto}.inbox-switch-control{position:relative;min-height:28px}.inbox-switch-control>input[type=checkbox],.inbox-toggle-row>input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.inbox-switch{display:inline-block;width:34px;height:18px;border-radius:999px;background:#c8d0d9;position:relative;vertical-align:middle;transition:.16s}.inbox-switch:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #667;transition:.16s}.inbox-switch-control>input[type=checkbox]:checked+.inbox-switch,.inbox-toggle-row>input[type=checkbox]:checked+.inbox-switch{background:#3f8ee8}.inbox-switch-control>input[type=checkbox]:checked+.inbox-switch:after,.inbox-toggle-row>input[type=checkbox]:checked+.inbox-switch:after{left:18px}.inbox-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inbox-card-header h2{margin:0;font-size:14px}.inbox-card-actions,.inbox-toolbar-right,.inbox-row-actions{display:flex;align-items:center;gap:4px}.inbox-icon-button{display:inline-grid;place-items:center;min-width:30px;height:30px;padding:0 8px;border:1px solid #cbd3dc;border-radius:3px;background:#fff;color:#337bc3;text-decoration:none;font-size:18px}.inbox-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.inbox-table-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1}.inbox-table-filter>label:first-child{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:12px}.inbox-table-filter select{min-width:68px}.inbox-search{display:flex;align-items:stretch}.inbox-search input{width:190px;border:1px solid #ccd4dc;border-radius:3px 0 0 3px;padding:7px 10px}.inbox-search button{border:1px solid #ccd4dc;border-left:0;border-radius:0 3px 3px 0;background:#fff}.inbox-utility-menu{position:relative}.inbox-utility-menu>summary{display:grid;place-items:center;width:30px;height:30px;border:1px solid #cbd3dc;border-radius:3px;background:#fff;cursor:pointer;list-style:none;font-weight:700}.inbox-utility-menu>div{position:absolute;z-index:20;right:0;top:34px;width:230px;padding:12px;border:1px solid #cbd3dc;border-radius:4px;background:#fff;box-shadow:0 8px 24px #22334424}.inbox-utility-menu form{display:grid;gap:7px;margin-top:8px}.inbox-utility-menu form label{display:flex;gap:8px;align-items:center}.inbox-source-table th a{color:inherit;text-decoration:none;white-space:nowrap}.inbox-source-table td,.inbox-source-table th{font-size:12px}.inbox-source-table .status-badge{display:inline-block;padding:3px 7px;border-radius:2px;color:#fff}.inbox-source-table .status-badge.is-enabled{background:#31c99a}.inbox-source-table .status-badge.is-disabled{background:#9aa4af}.inbox-row-actions a{font-size:17px;text-decoration:none;color:#3885d2}.inbox-table-footer{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:10px;color:#68727d;font-size:12px}.inbox-table-footer nav{display:flex}.inbox-table-footer nav a{display:grid;place-items:center;min-width:30px;height:30px;border:1px solid #d5dce3;color:#6c7680;text-decoration:none}.inbox-table-footer nav a[aria-current=page]{background:#3f8ee8;color:#fff}.inbox-deny-dialog .canned-dialog-body{display:grid;gap:14px}.inbox-deny-dialog .canned-dialog-body label{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:10px}.inbox-mailbox-form{display:grid;gap:16px}.inbox-form-grid{display:grid;grid-template-columns:minmax(220px,360px) minmax(320px,1fr);gap:12px 20px;max-width:980px;margin-inline:auto}.inbox-form-grid>label{display:contents}.inbox-form-grid>label>span:first-child{align-self:center;text-align:right;color:#333}.inbox-form-grid input:not([type=checkbox]),.inbox-form-grid select{width:100%;min-height:34px;border:1px solid #ccd4dc;border-radius:3px;padding:6px 10px;background:#fff}.inbox-form-grid small{grid-column:2;color:#727d88;line-height:1.45}.inbox-toggle-row .inbox-switch{align-self:center}.inbox-test-row{display:flex;justify-content:flex-end;max-width:980px;margin:14px auto 0}.inbox-form-actions{display:flex;justify-content:flex-end;gap:8px;padding:0 4px 20px}@media(max-width:800px){.inbox-common-card .company-parity-field,.inbox-form-grid{grid-template-columns:1fr}.inbox-form-grid>label>span:first-child{text-align:left}.inbox-form-grid small{grid-column:1}.inbox-table-toolbar,.inbox-table-filter{align-items:stretch;flex-direction:column}.inbox-toolbar-right{align-self:flex-end}}

.scheduling-notifications-form{display:grid;gap:16px}.scheduling-notification-group{border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035)}.scheduling-notification-group>summary{display:flex;align-items:center;justify-content:space-between;min-height:55px;padding:0 16px;cursor:pointer;list-style:none;color:#222a31;font-size:15px}.scheduling-notification-group>summary::-webkit-details-marker{display:none}.scheduling-notification-group>summary span{font-size:20px;transition:transform .15s}.scheduling-notification-group:not([open])>summary span{transform:rotate(-90deg)}.scheduling-notification-body{padding:22px 18px 15px}.scheduling-notification-field{display:grid;grid-template-columns:minmax(180px,28%) minmax(320px,1fr);gap:16px;max-width:1040px;margin:0 auto 13px}.scheduling-notification-field>label{align-self:start;padding-top:8px;text-align:right;color:#404a53;font-size:13px}.scheduling-notification-control{display:grid;grid-template-columns:minmax(260px,1fr) auto;column-gap:8px;align-items:start}.scheduling-notification-input select{width:100%;height:34px;padding:0 10px}.scheduling-notification-input .splynx-preferences-switch{display:inline-flex;min-height:34px;align-items:center}.scheduling-notification-control small{grid-column:1;display:block;margin-top:4px;color:#77818b;font-size:12px;line-height:16px}.scheduling-notification-reset{display:inline-flex;align-items:center;gap:5px;height:34px!important;border:0!important;background:#68737d!important;color:#fff!important;padding:0 12px}.scheduling-notification-reset[hidden]{display:none}.scheduling-notification-save{display:flex;justify-content:flex-end;padding:5px 0 18px}.scheduling-notification-save .button{min-width:68px;background:#367de8;color:#fff;border-color:#367de8}@media(max-width:760px){.scheduling-notification-field{grid-template-columns:1fr;gap:5px}.scheduling-notification-field>label{text-align:left}.scheduling-notification-control{grid-template-columns:minmax(0,1fr) auto}.scheduling-notification-reset span{display:none}}
.lead-notifications-form{display:grid;gap:16px}.lead-notification-group{border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035)}.lead-notification-group>summary{display:flex;align-items:center;justify-content:space-between;min-height:55px;padding:0 16px;cursor:pointer;list-style:none;color:#222a31;font-size:15px;font-weight:600}.lead-notification-group>summary::-webkit-details-marker{display:none}.lead-notification-group>summary span{font-size:20px;transition:transform .15s}.lead-notification-group:not([open])>summary span{transform:rotate(-90deg)}.lead-notification-group>div{padding:22px 18px 15px}.lead-notification-field{display:grid;grid-template-columns:minmax(205px,28%) minmax(320px,1fr);gap:16px;max-width:1040px;margin:0 auto 13px}.lead-notification-field>label{align-self:start;padding-top:8px;text-align:right;color:#404a53;font-size:13px}.lead-notification-field>div>input[type=text],.lead-notification-field>div>select,.lead-notification-with-reset select{width:100%;min-height:34px;padding:0 10px}.lead-notification-field small{display:block;margin-top:4px;color:#77818b;font-size:12px;line-height:16px}.lead-notification-with-reset{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:8px}.lead-notification-reset{height:34px!important;border:0!important;background:#68737d!important;color:#fff!important;padding:0 12px}.lead-notification-multi{position:relative}.lead-notification-multi>summary{min-height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:8px 34px 6px 10px;cursor:pointer;list-style:none;color:#4d555d}.lead-notification-multi>summary:after{position:absolute;top:7px;right:12px;content:'⌄'}.lead-notification-multi>div{position:absolute;z-index:30;top:36px;left:0;right:0;max-height:240px;overflow:auto;border:1px solid #ccd4dc;border-radius:4px;background:#fff;padding:7px;box-shadow:0 8px 22px rgba(30,45,60,.18)}.lead-notification-multi label{display:flex;align-items:center;gap:7px;min-height:28px;padding:2px 5px;color:#3d464e;font-size:13px}.lead-notification-multi input{width:auto!important;height:auto!important}.lead-notification-save{display:flex;justify-content:flex-end;padding:5px 0 18px}.lead-notification-save .button{min-width:68px;background:#367de8;color:#fff;border-color:#367de8}@media(max-width:760px){.lead-notification-field{grid-template-columns:1fr;gap:5px}.lead-notification-field>label{text-align:left}.lead-notification-with-reset{grid-template-columns:minmax(0,1fr) auto}}
/* Config > Helpdesk > WhatsApp: source settings and provider-template table. */
.whatsapp-template-card{margin-top:18px;padding:0;overflow:hidden}.whatsapp-template-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;border-bottom:1px solid #e1e5e8}.whatsapp-template-heading h2{margin:0;display:flex;flex:1;justify-content:space-between;font-size:15px}.whatsapp-template-actions{display:flex;gap:7px}.whatsapp-template-filters{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px}.whatsapp-template-filters label:first-child{display:flex;align-items:center;gap:6px}.whatsapp-template-filters select{min-height:32px}.whatsapp-template-filters input[type=search]{margin-left:auto;min-height:34px;width:min(230px,45vw);border:1px solid #ced4da;border-radius:4px;padding:6px 9px}.whatsapp-template-table th a{color:inherit;text-decoration:none}.whatsapp-template-table .ticket-things-actions{white-space:nowrap}.whatsapp-template-table .ticket-things-actions a{display:inline-grid;place-items:center;min-width:28px;color:#3973b8;text-decoration:none;font-size:17px}.whatsapp-template-table .ticket-things-actions .danger-link{color:#dc3545}.whatsapp-template-error{display:block;margin-top:4px;color:#b42318}.whatsapp-template-footer{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid #e1e5e8;color:#59636c}.whatsapp-template-footer nav{display:flex;gap:10px}.whatsapp-template-dialog header a{color:#6c757d;text-decoration:none;font-size:24px}.whatsapp-template-dialog footer a{display:inline-flex;align-items:center;text-decoration:none}.whatsapp-template-dialog[open]{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:30}.whatsapp-template-dialog[open]::backdrop{background:rgba(22,27,31,.42)}@media(max-width:650px){.whatsapp-template-filters{flex-wrap:wrap}.whatsapp-template-filters input[type=search]{margin-left:0;width:calc(100% - 46px)}.whatsapp-template-footer{flex-direction:column}}
.administration-report-source-filters{align-items:end;gap:8px;border:0;background:transparent;padding:8px 0 16px}.administration-report-source-filters .field-inline{min-width:145px}.administration-report-source-filters .field-inline.compact{min-width:135px}.administration-report-source-filters select[multiple][size="1"]{height:34px;overflow:hidden}.administration-report-page .table-wrap{border:1px solid #e1e5e8;border-radius:6px;background:#fff}.administration-report-page .data-table thead th{background:#f4f6f9;color:#273039;font-size:12px;white-space:nowrap}.administration-report-page .data-table tbody tr:nth-child(even){background:#f7f8fa}.administration-report-page .data-table td{vertical-align:middle}.report-status-badge{display:inline-block;border-radius:2px;padding:2px 8px;background:#6c757d;color:#fff;font-size:12px;line-height:17px}.report-status-badge--success{background:#29cc97}.report-status-badge--info{background:#367bf5}.report-status-badge--warning{background:#ffc914;color:#323232}.report-status-badge--danger{background:#ef565b}.financial-plan-chart__legend li:before{background:#29cc97}.financial-plan-chart__legend li:nth-child(2):before{background:#ffc914}.financial-plan-chart__legend li:nth-child(3):before{background:#367bf5}@media(max-width:1100px){.administration-report-source-filters{align-items:stretch;flex-wrap:wrap}.administration-report-source-filters .field-inline{min-width:180px}}
/* Administration reports: keep the source typography scoped to report pages. */
.administration-report-page{font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:18.2px}
.administration-report-page .page-title{font-size:20px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:0}
.administration-report-page .administration-report-table-tools,.administration-report-page .report-table-toolbar,.administration-report-page .portal-log-table-controls{font-size:14px;font-weight:400;line-height:18.2px}
.administration-report-page .data-table thead th{font-size:12px;font-style:normal;font-weight:700;line-height:15.6px;letter-spacing:0;text-transform:none}
.administration-report-page .data-table tbody td{font-size:14px;font-style:normal;font-weight:400;line-height:18.2px}
.administration-report-wide{min-width:0}.administration-report-wide .administration-report-source-filters{display:flex;align-items:flex-end;gap:12px}.administration-report-wide .administration-report-source-filters select[multiple]{min-width:190px;min-height:84px}.administration-report-wide .report-date-range{display:flex;align-items:center;gap:6px}.administration-report-wide .report-date-range input{width:145px}.report-table-toolbar{display:flex;min-height:48px;box-sizing:border-box;align-items:center;gap:12px;padding:7px 0}.report-table-toolbar .field-inline{display:flex;align-items:center;gap:6px;min-width:auto}.report-table-toolbar .field-inline>span{font-size:12px}.report-table-toolbar select,.report-table-toolbar input{height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 8px}.report-table-toolbar input{width:190px}.report-table-toolbar .customer-actionbar{margin-left:auto}.administration-report-wide .data-table{font-size:12px}.administration-report-wide .data-table th,.administration-report-wide .data-table td{padding:7px 10px;white-space:nowrap}.administration-report-wide .section-card{padding:0;overflow:hidden}.administration-report-wide .section-card>.table-wrap{max-width:100%;overflow:auto;border:0;border-radius:0}.administration-report-wide .section-card>.pagination{padding:12px 16px}@media(max-width:850px){.administration-report-wide .administration-report-source-filters,.report-table-toolbar{align-items:stretch;flex-direction:column}.report-table-toolbar .customer-actionbar{margin-left:0}.administration-report-wide .report-date-range{flex-wrap:wrap}}
.administration-report-period{display:flex;min-width:300px;margin:0;padding:0;border:0;align-items:center;gap:6px}.administration-report-period legend{display:block;margin:0 0 4px;padding:0;color:#5a6268;font-size:12px;line-height:16px}.administration-report-period input{height:34px}.administration-report-advanced{position:relative}.administration-report-advanced>summary{min-height:34px;border:1px solid #cfd5da;border-radius:3px;background:#fff;padding:7px 12px;cursor:pointer;list-style:none}.administration-report-advanced>summary:before{content:'\2699';margin-right:6px}.administration-report-advanced[open]>.filters{position:absolute;z-index:20;right:0;top:40px;width:min(760px,calc(100vw - 310px));align-items:flex-start;border:1px solid #dce1e5;background:#fff;box-shadow:0 8px 24px rgba(25,35,45,.16)}.administration-report-table-tools{display:flex;min-height:42px;align-items:center;padding:4px 0;color:#4a535a}.administration-report-table-tools select{width:74px;height:32px;margin:0 5px}.administration-report-totals{width:min(420px,100%);margin-top:20px}.administration-report-totals h2{font-size:18px}.administration-report-totals .data-table td:last-child{text-align:right}@media(max-width:900px){.administration-report-period{min-width:100%;flex-wrap:wrap}.administration-report-advanced[open]>.filters{position:static;width:100%;box-shadow:none}}
.tax-summary-report__filters{align-items:flex-end}.tax-summary-report__filters select[multiple]{min-width:180px;height:86px}.tax-summary-report__period{display:flex;min-width:310px;margin:0;padding:0;border:0;align-items:center;gap:6px}.tax-summary-report__period legend{margin-bottom:4px;color:#5a6268;font-size:12px}.tax-summary-report__period input{height:34px}.tax-summary-report__refresh{min-width:35px;padding-inline:9px}.tax-summary-report__tools{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.tax-summary-report__tools form,.tax-summary-report__tools>div{display:flex;align-items:center;gap:10px}.tax-summary-report__tools select{width:74px;height:32px;margin:0 5px}.tax-summary-report__search input{width:180px;height:32px;margin-left:6px}.tax-summary-report__detail{min-width:1220px}.tax-summary-report__detail td:nth-last-child(-n+3),.tax-summary-report__detail th:nth-last-child(-n+3){text-align:right}.tax-summary-report__group th{background:#eef2f5;color:#4d5963;text-align:left;font-weight:600}.tax-summary-report__subtotal th,.tax-summary-report__subtotal td{border-top:2px solid #ccd3d9;background:#fafbfc;font-weight:700}@media(max-width:900px){.tax-summary-report__period{min-width:100%;flex-wrap:wrap}.tax-summary-report__tools{align-items:flex-start;flex-direction:column}.tax-summary-report__tools>div{width:100%;justify-content:space-between}}
/* Config > Leads > Finance: source-shaped quote defaults form. */
.leads-finance-page .company-parity-icon::before{content:'\2699'}.leads-finance-page .company-parity-field select{width:100%;padding:0 10px}.leads-finance-page .company-parity-setting-control{position:relative}.leads-finance-page .reset-setting{position:absolute;top:0;left:calc(100% + 4px);border:0;background:#68737d;color:#fff;padding:0 13px}.leads-finance-page .leads-setting-warning{display:inline-grid;width:16px;height:16px;place-items:center;margin-left:5px;border-radius:50%;background:#efad22;color:#fff;font-size:11px;font-weight:700}.leads-finance-page .company-parity-save{margin-top:18px}@media(max-width:760px){.leads-finance-page .reset-setting{position:static;margin-top:6px}}
.leads-convert-page .company-parity-panel{padding:0 14px 22px}.leads-convert-page .leads-convert-card{margin:0 0 16px;overflow:hidden}.leads-convert-card>h2{display:flex;align-items:center;justify-content:space-between;margin:0;padding:18px 16px;border-bottom:1px solid #edf0f2;color:#252b30;font-size:16px;font-weight:600}.leads-convert-card>h2 span{color:#69737c;font-size:20px;font-weight:400}.leads-convert-fields{padding:22px 18px 9px}.company-parity .leads-convert-field{grid-template-columns:minmax(270px,33%) minmax(320px,820px);max-width:1180px;margin-bottom:14px}.leads-convert-switch-control{min-height:30px}.leads-convert-switch-control .splynx-preferences-switch{display:inline-flex;align-items:center;min-height:27px}.leads-convert-switch-control .splynx-preferences-switch input:disabled{cursor:not-allowed;opacity:.55}.leads-convert-select-control{position:relative;padding-right:88px}.leads-convert-page .company-parity-setting-control select{width:100%;padding:0 10px}.leads-convert-page .leads-convert-reset{position:absolute;top:0;right:0;border:0;background:#68737d;color:#fff;padding:0 12px}.leads-convert-page .company-parity-save{max-width:none;margin:20px 0 0}.leads-convert-page .company-parity-save .button{min-width:58px}@media(max-width:760px){.company-parity .leads-convert-field{grid-template-columns:1fr;gap:5px}.leads-convert-select-control{padding-right:0}.leads-convert-page .leads-convert-reset{position:static;margin-top:6px}}
.leads-imap-page .company-parity-icon::before{content:'\2699'}.leads-imap-form{display:grid;gap:16px;padding:0 14px 20px}.leads-imap-card{border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035)}.leads-imap-card>summary{display:flex;align-items:center;justify-content:space-between;min-height:55px;padding:0 16px;cursor:pointer;list-style:none;color:#222a31;font-size:15px}.leads-imap-card>summary::-webkit-details-marker{display:none}.leads-imap-card>summary span{color:#69737c;font-size:20px;transition:transform .15s}.leads-imap-card:not([open])>summary span{transform:rotate(-90deg)}.leads-imap-field{display:grid;grid-template-columns:minmax(220px,34%) 1fr;gap:18px;align-items:center;min-height:68px;padding:0 18px 14px;max-width:1080px;margin:0 auto}.leads-imap-field>label:first-child{justify-self:end;color:#404a53;font-size:13px}.leads-imap-field .splynx-preferences-switch{justify-self:start}.leads-imap-field input:disabled{cursor:not-allowed;opacity:.55}.leads-imap-save{display:flex;justify-content:flex-end;padding:2px 0 0}.leads-imap-save .button{min-width:58px;border-color:#3973e8;background:#3973e8;color:#fff}@media(max-width:760px){.leads-imap-field{grid-template-columns:1fr;gap:6px;padding:12px 16px 16px}.leads-imap-field>label:first-child{justify-self:start}.leads-imap-save{padding-bottom:8px}}
/* Administration Partners/Locations deployed correction: source control cluster and modal geometry. */
.splynx-directory-toolbar{gap:8px}.splynx-directory-table-controls{justify-content:flex-start;gap:8px}.splynx-directory-table-controls .splynx-admin-search{margin-left:auto}.splynx-directory-action{display:inline-grid;width:24px;height:24px;box-sizing:border-box;place-items:center;padding:0;font-size:0!important;text-decoration:none}.splynx-directory-action::before{color:#3973b8}.splynx-directory-action-edit::before{content:'\270e';font-size:15px}.splynx-directory-action-delete::before{content:'\00d7';font-size:19px}.splynx-locations-page .splynx-editor-panel{width:min(500px,calc(100vw - 32px))}.splynx-locations-page .splynx-location-tax-grid{grid-template-columns:1fr}.splynx-locations-page .splynx-editor-panel .toggle-field{display:grid;gap:6px}.splynx-locations-page .splynx-editor-panel .toggle-field input[type=checkbox]{appearance:none;width:38px;height:20px;padding:0;border:0;border-radius:12px;background:radial-gradient(circle at 10px 10px,#fff 0 7px,transparent 8px),#adb5bd;cursor:pointer}.splynx-locations-page .splynx-editor-panel .toggle-field input[type=checkbox]:checked{background:radial-gradient(circle at 28px 10px,#fff 0 7px,transparent 8px),#4d8df7}.splynx-locations-page .splynx-editor-panel .button-row{position:sticky;bottom:-20px;justify-content:flex-end;margin:16px -20px -20px;padding:14px 20px;border-top:1px solid #e5e8eb;background:#fff}
.lead-signup-settings .lead-signup-multiple{min-height:10rem;padding:.35rem}.lead-signup-settings .lead-signup-result pre{max-height:16rem;margin:0;padding:.75rem;border:1px solid #ced4da;border-radius:4px;background:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.75rem;white-space:pre;overflow:auto}.lead-signup-settings .lead-signup-add{align-items:end}.lead-signup-settings .table-actions{display:flex;gap:.25rem;white-space:nowrap}
/* Config > Scheduling > Checklist templates: source-shaped ordered step editor. */
.checklist-directory{margin:-2px -2px 0;color:#1b2124}.config-page-heading{display:flex;align-items:center;gap:12px;margin:0 0 24px}.config-page-heading .page-intro,.config-page-heading .page-title{margin:0}.config-page-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#68737d;color:#fff;font-size:21px}.checklist-directory-card{padding:0;overflow:hidden}.checklist-directory-toolbar{display:flex;min-height:54px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:9px 16px;border-bottom:1px solid #eef0f2}.checklist-directory-toolbar>div{display:flex}.config-icon-button{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #adb5bd;color:#3973b8;text-decoration:none;font-size:21px}.config-icon-button+.config-icon-button{border-left:0}.checklist-directory-controls{position:relative}.checklist-columns{position:relative;margin-left:2px}.checklist-columns>summary{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #adb5bd;cursor:pointer;list-style:none;font-weight:700}.checklist-columns>div{position:absolute;z-index:20;right:0;top:35px;display:grid;gap:6px;min-width:130px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:10px;box-shadow:0 8px 20px #2233}.checklist-columns label{display:flex;align-items:center;gap:7px}.checklist-export{height:32px;margin-left:-1px}.checklist-table td:nth-child(1),.checklist-table th:nth-child(1){width:12%}.checklist-table td:nth-child(3),.checklist-table th:nth-child(3){width:25%}.checklist-editor-dialog,.checklist-delete-dialog{width:min(600px,calc(100vw - 34px));max-height:calc(100vh - 32px);border:0;border-radius:5px;padding:0;background:#fff;box-shadow:0 14px 46px #1118;color:#252b30}.checklist-editor-dialog[open],.checklist-delete-dialog[open]{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:45}.checklist-editor-dialog>form,.checklist-delete-dialog>form,.checklist-delete-dialog>div{display:flex;max-height:calc(100vh - 32px);flex-direction:column}.checklist-editor-dialog header,.checklist-delete-dialog header{display:flex;min-height:50px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e4e7eb}.checklist-editor-dialog h2,.checklist-delete-dialog h2{margin:0;font-size:18px}.checklist-editor-dialog header a,.checklist-delete-dialog header a{color:#6c757d;text-decoration:none;font-size:25px}.checklist-editor-body{overflow:auto;padding:20px 22px}.checklist-add-row{display:flex;justify-content:flex-end;margin:-4px 0 12px}.checklist-step-list{display:grid}.checklist-step-row{display:grid;grid-template-columns:18px 116px minmax(0,1fr) 58px 72px;align-items:center;gap:8px;padding:7px 0}.checklist-step-row>label{text-align:right;color:#404a53;font-size:13px}.checklist-step-row>input[type=text]{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;padding:0 9px}.checklist-step-handle{color:#9aa3ac;cursor:grab}.checklist-step-order{display:flex}.checklist-step-order button{width:29px;height:32px;border:1px solid #ced4da;background:#fff;color:#3973b8;cursor:pointer}.checklist-step-order button+button{border-left:0}.checklist-step-order button:disabled{color:#adb5bd;cursor:not-allowed}.checklist-step-remove{height:32px;border:1px solid #ced4da;border-radius:3px;background:#fff;color:#56616b;cursor:pointer}.checklist-editor-dialog footer,.checklist-delete-dialog footer{display:flex;min-height:61px;align-items:center;justify-content:flex-end;gap:8px;padding:0 18px;border-top:1px solid #e4e7eb}.checklist-editor-dialog footer a,.checklist-delete-dialog footer a{display:inline-flex;align-items:center;text-decoration:none}.checklist-delete-dialog{width:min(420px,calc(100vw - 34px))}.checklist-delete-body,.checklist-relation-body{padding:22px}.checklist-relation-body p{margin:0 0 12px}.checklist-relation-body p:last-child{margin-bottom:0}.checklist-delete-dialog strong{overflow-wrap:anywhere}@media(max-width:680px){.checklist-step-row{grid-template-columns:18px minmax(0,1fr) 58px}.checklist-step-row>label{grid-column:2/4;text-align:left}.checklist-step-row>input[type=text],.checklist-step-row>.workflow-readonly-value{grid-column:2}.checklist-step-remove{grid-column:2/4}.config-page-heading{margin-bottom:14px}}
/* Config > Scheduling > Task templates: source-shaped modal editor fields. */
.scheduling-template-form{display:grid;gap:12px;max-width:980px;padding:18px}.scheduling-template-form>label{display:grid;grid-template-columns:180px minmax(320px,1fr);align-items:start;gap:14px;color:#3f4850;font-size:13px}.scheduling-template-form>label>input,.scheduling-template-form>label>select,.scheduling-template-form>label>textarea{grid-column:2;width:100%;min-height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:7px 10px;color:#252b30}.scheduling-template-form>label>small{grid-column:2;margin-top:-8px;color:#77818b;line-height:17px}.scheduling-template-form>label>textarea{min-height:150px;resize:vertical}@media(max-width:760px){.scheduling-template-form>label{grid-template-columns:1fr}.scheduling-template-form>label>input,.scheduling-template-form>label>select,.scheduling-template-form>label>textarea,.scheduling-template-form>label>small{grid-column:1}}
/* Config > Scheduling > Task templates deployed correction: compact source toolbar, table and modal actions. */
.task-template-directory{margin:-2px -2px 0;color:#1b2124}.task-template-directory-card{overflow:hidden;padding:0}.task-template-directory-controls{border-bottom:1px solid #eef0f2}.task-template-directory-controls .workflow-search{margin-left:auto}.task-template-more{margin-left:0}.task-template-apply{height:32px;margin-left:-1px;border-radius:0;font-size:19px}.task-template-table td:first-child,.task-template-table th:first-child{width:12%}.task-template-table td:last-child,.task-template-table th:last-child{width:25%}.task-template-row-actions{display:flex;align-items:center;justify-content:center}.task-template-modal{position:relative}.task-template-modal>summary{display:grid;width:27px;height:25px;place-items:center;color:#3973b8;cursor:pointer;list-style:none;text-decoration:none;font-size:16px}.task-template-modal>summary::-webkit-details-marker{display:none}.task-template-delete>summary{color:#dc3545;font-size:18px}.task-template-modal>form,.task-template-modal>section{position:fixed;z-index:81;top:50%;left:50%;display:flex;width:min(1050px,calc(100vw - 34px));max-height:calc(100vh - 32px);box-sizing:border-box;flex-direction:column;transform:translate(-50%,-50%);overflow:hidden;border:0;border-radius:5px;background:#fff;box-shadow:0 14px 46px #1118;text-align:left}.task-template-modal[open]::before{position:fixed;z-index:80;inset:0;background:rgba(22,27,31,.48);content:''}.task-template-modal>form>header,.task-template-modal>section>header{display:flex;min-height:50px;box-sizing:border-box;align-items:center;padding:0 18px;border-bottom:1px solid #e4e7eb}.task-template-modal h2{margin:0;font-size:18px}.task-template-modal-body{overflow:auto;padding:2px 4px}.task-template-modal>form>footer{display:flex;min-height:61px;align-items:center;justify-content:flex-end;padding:0 18px;border-top:1px solid #e4e7eb}.task-template-readonly{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;padding:8px 18px;color:#3f4850}.task-template-readonly strong{text-align:right}.task-template-readonly span{min-height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#f5f6f7;padding:7px 10px}.task-template-delete>form{width:min(430px,calc(100vw - 34px))}.task-template-confirm{padding:24px}.task-template-more>div{right:0}@media(max-width:760px){.task-template-readonly{grid-template-columns:1fr}.task-template-readonly strong{text-align:left}.task-template-directory-controls{align-items:stretch;flex-direction:column}.task-template-directory-controls .workflow-search{margin-left:0}.task-template-directory-controls .workflow-search input{width:100%}}
/* Config > Scheduling > Workflows: source list and 1050px grouped status editor. */
.workflow-directory{margin:-2px -2px 0;color:#1b2124}.workflow-directory-card{padding:0;overflow:hidden}.workflow-directory-controls{display:flex;min-height:52px;box-sizing:border-box;align-items:center;gap:8px;padding:10px 16px}.workflow-directory-controls>label:first-child{display:flex;align-items:center;gap:6px;color:#59636c;font-size:12px}.workflow-directory-controls select{height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.workflow-search{display:flex;align-items:center;margin-left:auto}.workflow-search>span{margin-right:7px;color:#59636c;font-size:12px}.workflow-search input{width:190px;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px 0 0 4px;padding:0 9px}.workflow-search button{width:34px;height:34px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#3973b8;cursor:pointer}.workflow-table th,.workflow-table td{height:37px;padding:7px 16px}.workflow-table tbody tr:nth-child(odd){background:rgba(0,0,0,.025)}.workflow-table th:last-child,.workflow-table td:last-child{text-align:center}.workflow-row-actions{white-space:nowrap}.workflow-row-actions a{display:inline-grid;width:27px;height:25px;place-items:center;color:#3973b8;text-decoration:none;font-size:16px}.workflow-row-actions .danger-link{color:#dc3545;font-size:22px}.workflow-directory-footer{display:flex;min-height:52px;align-items:center;justify-content:flex-end;gap:22px;padding:0 16px;color:#6c757d;font-size:12px}.workflow-directory-footer nav{display:flex}.workflow-directory-footer nav>*{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #dee2e6;color:#6c757d;text-decoration:none}.workflow-directory-footer nav>*+*{border-left:0}.workflow-directory-footer nav strong{background:#f8f9fa;color:#1b2124}.workflow-editor-dialog,.workflow-delete-dialog{width:min(1050px,calc(100vw - 34px));max-height:calc(100vh - 32px);border:0;border-radius:5px;padding:0;background:#fff;box-shadow:0 14px 46px #1118;color:#252b30}.workflow-editor-dialog[open],.workflow-delete-dialog[open]{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:40}.workflow-editor-dialog::backdrop,.workflow-delete-dialog::backdrop{background:rgba(22,27,31,.48)}.workflow-editor-dialog>form,.workflow-delete-dialog>form{display:flex;max-height:calc(100vh - 32px);flex-direction:column}.workflow-editor-dialog header,.workflow-delete-dialog header{display:flex;min-height:50px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e4e7eb}.workflow-editor-dialog h2,.workflow-delete-dialog h2{margin:0;font-size:18px}.workflow-editor-dialog header a,.workflow-delete-dialog header a{color:#6c757d;text-decoration:none;font-size:25px}.workflow-editor-body{overflow:auto;padding:20px 22px}.workflow-title-field{display:grid;grid-template-columns:32% minmax(320px,1fr);align-items:center;gap:18px;margin:0 0 20px}.workflow-title-field>span{text-align:right}.workflow-title-field input{height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;padding:0 10px}.workflow-stage{margin:0 0 18px;border:1px solid #dfe4e9;border-radius:4px;padding:9px 14px 14px}.workflow-stage legend{padding:0 8px;font-size:16px;font-weight:600}.workflow-stage-alert{margin:6px 0 10px;border:1px solid #efb0b5;border-radius:4px;background:#fbe9eb;padding:10px 12px;color:#a92934}.workflow-status-row{display:grid;grid-template-columns:18px minmax(180px,1fr) 58px minmax(160px,.72fr) minmax(210px,.9fr) 34px;align-items:center;gap:9px;border-top:1px solid #edf0f2;padding:14px 0}.workflow-status-row:first-child{border-top:0}.workflow-status-drag{color:#9aa3ac;cursor:grab}.workflow-status-row>input[type=text],.workflow-status-row select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.workflow-status-row>label{display:grid;grid-template-columns:minmax(75px,1fr) auto}.workflow-status-row>label select{border-radius:4px 0 0 4px}.workflow-status-row>label span{display:flex;align-items:center;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#f5f6f7;padding:0 9px;color:#59636c;font-size:12px;white-space:nowrap}.workflow-status-order{display:flex}.workflow-status-order button,.workflow-status-remove{width:28px;height:32px;border:1px solid #ced4da;background:#fff;color:#3973b8;cursor:pointer}.workflow-status-order button+button{border-left:0}.workflow-status-order button:disabled,.workflow-status-remove:disabled{color:#adb5bd;cursor:not-allowed}.workflow-status-remove{border-radius:3px;color:#dc3545;font-size:20px}.workflow-status-remove.is-locked{display:grid;place-items:center;background:#f5f6f7;color:#adb5bd;cursor:not-allowed}.workflow-readonly-value{display:flex;min-height:34px;box-sizing:border-box;align-items:center;border:1px solid #ced4da;border-radius:4px;background:#f5f6f7;padding:6px 9px;color:#59636c}.workflow-add-status{display:block;margin-left:auto;text-transform:uppercase}.workflow-editor-dialog footer,.workflow-delete-dialog footer{display:flex;min-height:61px;align-items:center;justify-content:flex-end;gap:8px;padding:0 18px;border-top:1px solid #e4e7eb}.workflow-editor-dialog footer a,.workflow-delete-dialog footer a{display:inline-flex;align-items:center;text-decoration:none}.workflow-delete-dialog{width:min(420px,calc(100vw - 34px))}.workflow-delete-dialog>form>div{padding:22px}.workflow-delete-dialog strong{overflow-wrap:anywhere}@media(max-width:820px){.workflow-title-field{grid-template-columns:1fr;gap:5px}.workflow-title-field>span{text-align:left}.workflow-status-row{grid-template-columns:18px minmax(0,1fr) 58px 34px}.workflow-status-row>label{grid-column:2/5}.workflow-directory-controls{align-items:stretch;flex-direction:column}.workflow-search{margin-left:0}.workflow-search input{width:100%}}
.support-ticket-report-page .splynx-admin-breadcrumb{grid-template-columns:40px auto auto auto minmax(0,1fr)}
.support-ticket-report-page .splynx-admin-breadcrumb>a:nth-of-type(1){grid-column:2}
.support-ticket-report-page .splynx-admin-breadcrumb>span:nth-of-type(1){grid-column:3}
.support-ticket-report-page .splynx-admin-breadcrumb>a:nth-of-type(2){grid-column:4;grid-row:1;color:#3973b8;font-size:14px;font-weight:400;line-height:20px}
.support-ticket-report-page .splynx-admin-breadcrumb>span:nth-of-type(2){grid-column:5}
.support-ticket-report-page .splynx-admin-breadcrumb>strong{grid-column:2/6}
.support-ticket-report-page .tabs{margin-bottom:0}
.support-ticket-report-page .tabs .tab{border:1px solid transparent;border-bottom:0;padding:10px 14px;color:#4f5963;font-weight:500}
.support-ticket-report-page .tabs .tab.active{margin-bottom:-1px;border-color:#e1e5ea;border-radius:5px 5px 0 0;background:#fff;color:#20262b;font-weight:600}
.support-report-filters{align-items:center;justify-content:flex-end;gap:12px;min-height:64px;box-sizing:border-box;padding:12px 16px;background:#fff;border:1px solid #e4e8ef;border-radius:0 0 4px 4px;margin-bottom:12px}
.support-report-filters .field-inline{display:flex;min-width:120px;align-items:center;gap:7px}
.support-report-filters .field-inline>span{white-space:nowrap}
.support-report-filters .field-inline input,.support-report-filters .field-inline select{height:32px;border-radius:4px}
.support-report-filters .field-inline.compact{display:grid;grid-template-columns:auto minmax(118px,140px) auto minmax(118px,140px);min-width:330px;align-items:center;gap:6px}
.support-report-table-controls{display:flex;justify-content:flex-end;margin:8px 0}
.support-report-table-controls form{display:flex;align-items:center;gap:12px}
.support-report-table-controls label{display:flex;align-items:center;gap:6px}
.refill-card-report{color:#252b30}.refill-card-breadcrumb{display:flex;align-items:center;gap:8px;min-height:54px;color:#6c757d;font-size:14px}.refill-card-breadcrumb a{color:#3973b8;text-decoration:none}.refill-card-breadcrumb>*+*:before{content:'/';margin-right:8px;color:#adb5bd}.refill-card-filters{display:flex;align-items:flex-end;margin:0;padding:0 0 16px}.refill-card-filters .administration-report-period{min-width:312px}.refill-card-filters select{width:180px}.refill-card-filters .button{height:34px;min-width:62px}.refill-card-table-card{overflow:hidden;padding:0}.refill-card-table-controls{min-height:64px;padding:0 16px}.refill-card-table-controls form,.refill-card-tools{display:flex;align-items:center;gap:7px}.refill-card-tools{margin-left:auto}.refill-card-table-controls .portal-log-search{position:relative}.refill-card-table-controls .portal-log-search input{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;padding:4px 36px 4px 9px}.refill-card-table-controls .portal-log-search button{position:absolute;right:0;width:34px;height:32px;border:0;border-left:1px solid #ced4da;background:transparent;color:#6c757d;cursor:pointer}.refill-card-tool{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:3px;background:#fff;color:#3973b8;text-decoration:none;font-size:18px}.refill-card-table-wrap{overflow-x:auto;border-right:0!important;border-left:0!important;border-radius:0!important}.refill-card-table-wrap .data-table{min-width:1260px}.refill-card-table-wrap .data-table th{height:34px;box-sizing:border-box;text-transform:none}.refill-card-table-wrap .data-table td{height:35px;box-sizing:border-box}.refill-card-footer{padding:0 16px}@media(max-width:850px){.refill-card-filters{align-items:stretch;flex-direction:column}.refill-card-filters .administration-report-period,.refill-card-filters select{width:100%;min-width:0}.refill-card-table-controls{align-items:stretch;flex-direction:column;padding:12px 16px}.refill-card-tools{width:100%;margin:0}.refill-card-table-controls .portal-log-search{flex:1}.refill-card-table-controls .portal-log-search label,.refill-card-table-controls .portal-log-search input{width:100%}}
.support-report-bulk-actions{margin:8px 0}
.support-report-mark{display:inline-flex;min-width:28px;justify-content:center;padding:2px 7px;border-radius:3px;font-weight:700}
.support-report-mark-yes{background:#2fbf71;color:#fff}.support-report-mark-no{background:#ec5f67;color:#fff}.support-report-mark-empty{background:transparent;color:#7b8494}
.support-report-total td{background:#f5f7fa;border-top:2px solid #d8dee8;white-space:nowrap}

/* Administration > Other reports > Customer contracts */
.customer-contract-report{color:#1b2124;font:14px/1.5 Inter,"Segoe UI",Arial,sans-serif}
.customer-contract-report__heading{display:flex;align-items:center;gap:13px;margin:2px 0 22px}.customer-contract-report__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:20px}.customer-contract-report__breadcrumb{display:flex;gap:7px;color:#7b8491;font-size:14px}.customer-contract-report__breadcrumb a{color:#3973e8;text-decoration:none}.customer-contract-report__heading h1{margin:0;color:#1b2124;font-size:21px;line-height:26px}
.customer-contract-report__tabs{display:flex;align-items:flex-end;gap:0;margin:0 0 -1px 0;padding-left:0}.customer-contract-report__tab{border:1px solid transparent;border-bottom:0;border-radius:5px 5px 0 0;padding:9px 13px;color:#434a52;text-decoration:none}.customer-contract-report__tab.active{position:relative;z-index:2;border-color:#e3e7eb;background:#fff;color:#171b20}
.customer-contract-report__card{position:relative;min-height:560px;border:1px solid #e3e7eb;border-radius:0 8px 8px 8px;background:#fff;box-shadow:0 2px 9px rgba(28,39,49,.06)}
.customer-contract-report__period{display:flex;min-height:58px;align-items:center;justify-content:flex-end;gap:7px;padding:0 16px;border-bottom:1px solid #edf0f3}.customer-contract-report__period input[type=date]{width:145px;height:32px;box-sizing:border-box;border:1px solid #d7dce1;border-radius:4px;padding:5px 8px;background:#fff}.customer-contract-report__clear,.customer-contract-report__refresh{display:grid;width:32px;height:32px;place-items:center;border:1px solid #cfd5db;border-radius:4px;background:#fff;color:#333;font-size:21px;line-height:1;cursor:pointer}.customer-contract-report__refresh{font-size:22px}
.customer-contract-report__controls{display:flex;min-height:60px;align-items:center;justify-content:space-between;padding:0 16px}.customer-contract-report__length{display:flex;align-items:center;gap:6px}.customer-contract-report__length label{display:flex;align-items:center;gap:6px;color:#6f7881}.customer-contract-report__length select{height:34px;border:1px solid #d5dae0;border-radius:4px;padding:0 26px 0 9px;background:#fff;color:#384048}.customer-contract-report__length-submit{height:28px;border:1px solid #d5dae0;border-radius:4px;background:#fff;color:#5b6570;font-size:12px}.customer-contract-report__right-controls{display:flex;align-items:center;gap:8px}.customer-contract-report__search{display:flex}.customer-contract-report__search input{width:200px;height:34px;border:1px solid #d5dae0;border-right:0;border-radius:4px 0 0 4px;padding:7px 11px}.customer-contract-report__search button{width:36px;height:34px;border:1px solid #d5dae0;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#56606b;font-size:19px;cursor:pointer}
.customer-contract-report__columns{position:relative}.customer-contract-report__columns summary,.customer-contract-report__export{display:grid;width:34px;height:34px;box-sizing:border-box;place-items:center;border:1px solid #cfd5db;border-radius:4px;background:#fff;color:#49535d;text-decoration:none;cursor:pointer;list-style:none}.customer-contract-report__columns summary::-webkit-details-marker{display:none}.customer-contract-report__columns>div{position:absolute;z-index:5;right:0;top:39px;display:grid;min-width:190px;gap:7px;border:1px solid #d7dce2;border-radius:5px;background:#fff;padding:12px;box-shadow:0 6px 18px rgba(0,0,0,.14)}.customer-contract-report__columns label{display:flex;align-items:center;gap:8px;white-space:nowrap}.customer-contract-report__export{font-size:22px}
.customer-contract-report__table-wrap{overflow-x:auto}.customer-contract-report table{width:100%;border-collapse:collapse}.customer-contract-report th{height:31px;border-top:1px solid #edf0f3;border-bottom:1px solid #dfe4e8;background:#f3f5f8;padding:0 16px;text-align:left}.customer-contract-report th a{display:flex;align-items:center;justify-content:space-between;color:#20262c;font-size:12px;font-weight:600;text-decoration:none}.customer-contract-report th a span{color:#77818b}.customer-contract-report td{height:42px;border-bottom:1px solid #e7eaee;padding:6px 16px;color:#272e35}.customer-contract-report tbody tr:nth-child(even){background:#f8f9fa}.customer-contract-report td a{color:#3973e8;font-weight:600;text-decoration:none}.customer-contract-report td small{display:block;color:#7c858e;font-weight:400}.customer-contract-report__empty{height:45px!important;text-align:center!important;color:#272e35}
.customer-contract-report__footer{display:flex;min-height:60px;align-items:center;justify-content:flex-end;gap:24px;padding:0 16px;color:#6f7881}.customer-contract-report__footer nav{display:flex}.customer-contract-report__footer nav>*{display:grid;width:32px;height:32px;place-items:center;border:1px solid #d8dde2;border-right:0;color:#65707a;text-decoration:none}.customer-contract-report__footer nav>*:last-child{border-right:1px solid #d8dde2}.customer-contract-report__footer nav span{background:#3973e8;color:#fff}.customer-contract-report__footer [aria-disabled=true]{color:#b4bac0;pointer-events:none}
.customer-contract-report__card:has(#contract-column-customer:not(:checked)) .contract-column-customer,.customer-contract-report__card:has(#contract-column-title:not(:checked)) .contract-column-title,.customer-contract-report__card:has(#contract-column-description:not(:checked)) .contract-column-description,.customer-contract-report__card:has(#contract-column-date:not(:checked)) .contract-column-date{display:none}
@media(max-width:900px){.customer-contract-report__controls{align-items:flex-start;gap:12px;flex-direction:column;padding:12px}.customer-contract-report__right-controls{width:100%;flex-wrap:wrap}.customer-contract-report__search{flex:1}.customer-contract-report__search input{width:100%}.customer-contract-report__period{justify-content:flex-start;flex-wrap:wrap;padding:12px}.customer-contract-report__card{min-height:420px}}
.support-performance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:20px 0}
.support-performance-card{padding:18px;border:0;box-shadow:none}.support-performance-card h2{font-size:18px;margin:0 0 18px}
.support-performance-buckets{display:grid;gap:7px}.support-performance-bucket{display:grid;grid-template-columns:minmax(82px,1fr) minmax(110px,2.6fr) 32px;align-items:center;gap:10px;font-size:13px}
.support-performance-track{height:9px;background:#e8ecf2;border-radius:3px;overflow:hidden}.support-performance-track>svg{display:block;width:100%;height:100%}.support-performance-track rect{fill:#dc4c64}.support-performance-card:nth-child(2) .support-performance-track rect{fill:#3b82c4}.support-performance-card:nth-child(3) .support-performance-track rect{fill:#40ad70}
.support-performance-summary{border-top:1px solid #e2e6ec;border-bottom:1px solid #e2e6ec;padding:14px 0;margin:8px 0 22px}.support-performance-summary p{margin:7px 0}
.support-lifecycle-list{display:grid;gap:10px;margin-top:18px}.support-lifecycle-block{display:grid;grid-template-columns:190px 1fr;gap:28px;padding:14px 18px;border-bottom:1px solid #e5e9ef;background:#fff}
.support-lifecycle-heading h2{font-size:18px;margin:0 0 3px}.support-lifecycle-heading span{color:#536074}.support-lifecycle-groups{display:grid;gap:8px}.support-lifecycle-group{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:12px}
.support-lifecycle-track{position:relative;display:flex;align-items:center;min-height:24px}.support-lifecycle-track>svg{position:absolute;left:0;width:100%;height:18px}.support-lifecycle-track rect{fill:#7950d8;opacity:.78}.support-lifecycle-track strong{position:relative;margin-left:10px;font-size:13px}
@media(max-width:1000px){.support-performance-grid{grid-template-columns:1fr}.support-lifecycle-block{grid-template-columns:1fr}.support-lifecycle-group{grid-template-columns:100px 1fr}}
.support-ticket-report-page table th,.support-ticket-report-page table td{vertical-align:middle}
.support-activity-filters{min-height:48px;box-sizing:border-box;justify-content:flex-end;margin-bottom:0;border-radius:6px 6px 0 0;border-bottom:0;padding:8px 16px}.support-activity-filters .field-inline{display:flex;align-items:center;gap:8px;min-width:auto}.support-activity-filters .field-inline>span{font-size:12px;color:#303941}.support-activity-period input{width:180px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;padding:0 10px;color:#252b30}.support-activity-admin select{width:188px;height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 30px 0 10px;color:#252b30}.support-activity-refresh{display:grid;width:32px;min-width:32px;height:32px;box-sizing:border-box;place-items:center;padding:0;border-color:#7b8790;color:#252b30;font-size:20px;line-height:1}.support-activity-feed{margin:0;border-top:0;border-radius:0 0 6px 6px;padding:6px 16px 0;overflow:hidden}.support-activity-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:18px;min-height:104px;box-sizing:border-box;border-bottom:1px solid #e2e6e9;padding:12px 4px}.support-activity-item:last-child{border-bottom:0}.support-activity-identity{display:flex;align-items:center;flex-direction:column;gap:6px;text-align:center}.support-activity-avatar{display:grid;width:49px;height:49px;flex:0 0 49px;place-items:center;border-radius:50%;font-size:20px;color:#172027}.support-activity-avatar-1{background:#d7f2df}.support-activity-avatar-2{background:#e5daf8}.support-activity-avatar-3{background:#fff0cf}.support-activity-avatar-4{background:#d9edf7}.support-activity-avatar-5{background:#f8dce2}.support-activity-avatar-6{background:#dce9fb}.support-activity-avatar-7{background:#e2f4d8}.support-activity-name{max-width:76px;color:#646d75;font-size:12px;line-height:16px;overflow-wrap:anywhere}.support-activity-content{display:flex;min-width:0;flex-direction:column;padding:2px 0}.support-activity-heading{color:#303840;font-size:13px;line-height:20px}.support-activity-heading a{color:#3973b8;text-decoration:none}.support-activity-message{max-width:880px;margin:3px 0 0;color:#252b30;font-size:13px;line-height:19px;white-space:normal}.support-activity-content time{display:block;margin-top:auto;padding-top:9px;color:#7a838b;font-size:12px}.support-activity-empty{margin:18px;color:#6c757d;text-align:center}@media(max-width:760px){.support-activity-filters{align-items:stretch;flex-direction:column}.support-activity-filters .field-inline{justify-content:space-between}.support-activity-period input,.support-activity-admin select{width:min(70vw,300px)}.support-activity-item{grid-template-columns:58px minmax(0,1fr);gap:10px}.support-activity-avatar{width:42px;height:42px;flex-basis:42px;font-size:17px}.support-activity-name{max-width:58px;font-size:10px}}
/* Config > Leads accepted-release corrections measured against signed-in Splynx. */
.company-parity .company-parity-icon::before{content:'\2699'}
.finance-pairing-card{margin-top:22px;border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035);padding:32px 18px 16px}.finance-pairing-fields{display:grid;grid-template-columns:minmax(170px,28%) minmax(360px,820px);align-items:center;gap:12px 14px;max-width:1120px;margin:0 auto}.finance-pairing-fields>label{color:#404a53;font-size:13px;text-align:right}.finance-pairing-fields>select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 10px;color:#343a40}.finance-pairing-actions{display:flex;justify-content:flex-end;padding-top:2px}.finance-pairing-actions .button{min-width:58px}@media(max-width:760px){.finance-pairing-fields{grid-template-columns:1fr;gap:6px}.finance-pairing-fields>label{text-align:left}.finance-pairing-fields>span{display:none}}
.company-parity .company-parity-card>h2{margin:0;padding:18px 16px;color:#252b30;font-size:16px;line-height:20px;font-weight:600}
.leads-preferences-page .company-parity-setting-control .live-control,.lead-signup-settings .company-parity-field .live-control{width:100%;box-sizing:border-box;padding:0 10px}
.leads-preferences-page textarea.live-control,.lead-signup-settings textarea.live-control{min-height:100px;padding:8px 10px;resize:vertical}
.leads-fields-default-save .button{min-width:58px;border-color:#3973e8;background:#3973e8;color:#fff}
/* Config > Leads > Leads fields: source table, catalog-backed add dialog and durable ordering. */
.leads-fields-row-button.is-unavailable{border-color:#c5ccd2;color:#aeb6bf;cursor:default}.leads-fields-readonly-value{display:flex;min-height:33px;box-sizing:border-box;align-items:center;border:1px solid #e1e5e8;border-radius:4px;background:#f6f7f8;padding:0 10px}.leads-fields-pagination>span{display:grid;width:31px;height:31px;box-sizing:border-box;margin-left:-1px;place-items:center;border:1px solid #d5dce3;background:#fff;color:#7b858e}
.leads-fields-page .company-parity-icon::before{content:'\2699'}.leads-fields-default-card,.leads-fields-list-card{margin:0 0 16px;border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035)}.leads-fields-default-card>header,.leads-fields-list-header{display:flex;min-height:54px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 16px}.leads-fields-default-card h2,.leads-fields-list-card h2{margin:0;color:#252b30;font-size:15px}.leads-fields-default-card>header>span{color:#69737c;font-size:20px}.leads-fields-default-row{display:grid;grid-template-columns:minmax(260px,34%) minmax(360px,1fr);gap:18px;align-items:start;padding:8px 18px 6px}.leads-fields-default-row>label{padding-top:8px;color:#404a53;font-size:13px;text-align:right}.leads-fields-default-row input{width:100%;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;padding:0 10px}.leads-fields-default-row small{display:block;margin-top:4px;color:#77818b;font-size:12px}.leads-fields-input-reset{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px}.leads-fields-input-reset .reset-setting{height:33px;border:0;background:#68737d;color:#fff;padding:0 12px}.leads-fields-default-save{display:flex;justify-content:flex-end;padding:8px 18px 16px}.leads-fields-list-header{border-bottom:1px solid #eef0f2}.leads-fields-list-actions{display:flex}.leads-fields-icon-button{display:grid;width:33px;height:33px;box-sizing:border-box;place-items:center;border:1px solid #aeb6bf;background:#fff;color:#4f5963;cursor:pointer;text-decoration:none;font-size:18px}.leads-fields-icon-button:first-child{border-radius:4px 0 0 4px}.leads-fields-icon-button:last-child{margin-left:-1px;border-radius:0 4px 4px 0}.leads-fields-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px 12px;color:#59636c;font-size:13px}.leads-fields-toolbar select{height:33px;margin:0 5px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 8px}.leads-fields-search{display:flex;align-items:center}.leads-fields-search input{width:200px;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px 0 0 4px;padding:0 10px}.leads-fields-search>span{display:grid;width:33px;height:33px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;font-size:18px}.leads-fields-table-wrap{overflow-x:auto}.leads-fields-table{width:100%;border-collapse:collapse;color:#252b30;font-size:13px}.leads-fields-table th{height:34px;padding:0 16px;border-top:1px solid #e0e4e8;border-bottom:1px solid #dfe3e8;background:#f4f6f9;color:#273039;font-size:12px;text-align:left}.leads-fields-table td{height:36px;padding:0 16px;border-bottom:1px solid #e1e5e8}.leads-fields-table tbody tr:nth-child(even){background:#f7f8fa}.leads-fields-table tbody tr[draggable=true]{cursor:move}.leads-fields-table tbody tr.is-dragging{opacity:.45}.leads-fields-position-actions{display:flex;gap:4px}.leads-fields-row-button{display:grid;width:21px;height:21px;box-sizing:border-box;place-items:center;border:1px solid #3973b8;border-radius:3px;background:#fff;color:#3973b8;cursor:pointer;line-height:1}.leads-fields-row-button:disabled{border-color:#c5ccd2;color:#aeb6bf;cursor:default}.leads-fields-delete-open{border:0;background:transparent;color:#3973b8;cursor:pointer;font-size:0}.leads-fields-delete-open::before{content:'\00d7';font-size:20px}.leads-fields-required{display:inline-block;margin-left:5px;border-radius:3px;background:#eef1f4;padding:2px 6px;color:#59636c;font-size:10px}.leads-fields-footer{display:flex;align-items:center;justify-content:flex-end;gap:20px;min-height:58px;padding:0 16px;color:#68727d;font-size:12px}.leads-fields-pagination{display:flex}.leads-fields-pagination button{width:31px;height:31px;margin-left:-1px;border:1px solid #d5dce3;background:#fff;color:#7b858e}.leads-fields-pagination .is-current{border-color:#3973e8;background:#3973e8;color:#fff}.leads-fields-dialog{width:min(500px,calc(100vw - 32px));border:0;border-radius:5px;padding:0;box-shadow:0 12px 38px rgba(20,30,40,.3)}.leads-fields-dialog::backdrop{background:rgba(22,27,31,.42)}.leads-fields-dialog header{display:flex;align-items:center;justify-content:space-between;min-height:52px;border-bottom:1px solid #e2e6ea;padding:0 16px}.leads-fields-dialog h2{margin:0;font-size:16px}.leads-fields-dialog header button{border:0;background:transparent;color:#6c757d;cursor:pointer;font-size:24px}.leads-fields-dialog-body{display:grid;grid-template-columns:100px minmax(0,1fr);gap:13px;align-items:center;padding:24px 20px}.leads-fields-dialog-body select{width:100%;height:34px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.leads-fields-dialog-body p{grid-column:1/-1;margin:0}.leads-fields-dialog footer{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e2e6ea;padding:12px 16px}.leads-fields-delete-dialog{width:min(420px,calc(100vw - 32px))}@media(max-width:760px){.leads-fields-default-row{grid-template-columns:1fr}.leads-fields-default-row>label{text-align:left}.leads-fields-toolbar{align-items:stretch;flex-direction:column}.leads-fields-search input{width:100%}.leads-fields-dialog-body{grid-template-columns:1fr}}
/* Config > Leads > Leads pipeline: source list, modal editor and relationship-safe order controls. */
.leads-pipeline-page .company-parity-icon::before{content:'\2699'}.leads-pipeline-page-actions{display:flex;gap:7px;align-items:center}.leads-pipeline-icon-button{display:grid;width:34px;height:34px;box-sizing:border-box;place-items:center;border:1px solid #aeb6bf;border-radius:4px;background:#fff;color:#4f5963;text-decoration:none;font-size:18px}.leads-pipeline-card{overflow:hidden;border:1px solid #e2e6eb;border-radius:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.035)}.leads-pipeline-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px 12px;color:#59636c;font-size:13px}.leads-pipeline-toolbar>label:first-child{display:flex;align-items:center;gap:5px}.leads-pipeline-toolbar select{height:33px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 8px}.leads-pipeline-search{display:flex;margin-left:auto}.leads-pipeline-search input{width:200px;height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px 0 0 4px;padding:0 10px}.leads-pipeline-search button{width:33px;height:33px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff;color:#3973b8;cursor:pointer;font-size:18px}.leads-pipeline-table{width:100%;border-collapse:collapse;color:#252b30;font-size:13px}.leads-pipeline-table th{height:34px;padding:0 16px;border-top:1px solid #e0e4e8;border-bottom:1px solid #dfe3e8;background:#f4f6f9;color:#273039;font-size:12px;text-align:left}.leads-pipeline-table td{height:36px;padding:0 16px;border-bottom:1px solid #e1e5e8}.leads-pipeline-table tbody tr:nth-child(even){background:#f7f8fa}.leads-pipeline-row-buttons,.leads-pipeline-row-actions{display:flex;gap:4px}.leads-pipeline-row-button{display:grid;width:23px;height:23px;box-sizing:border-box;place-items:center;border:1px solid #3973b8;border-radius:3px;background:#fff;color:#3973b8;cursor:pointer;line-height:1}.leads-pipeline-row-button.is-unavailable{border-color:#c5ccd2;color:#aeb6bf;cursor:default}.leads-pipeline-row-actions button{display:grid;width:27px;height:25px;place-items:center;border:0;background:transparent;color:#3973b8;cursor:pointer;font-size:17px}.leads-pipeline-row-actions button:last-child{color:#dc3545;font-size:20px}.leads-pipeline-footer{display:flex;min-height:58px;align-items:center;justify-content:flex-end;gap:22px;padding:0 16px;color:#68727d;font-size:12px}.leads-pipeline-footer nav{display:flex}.leads-pipeline-footer nav>*{display:grid;width:31px;height:31px;margin-left:-1px;box-sizing:border-box;place-items:center;border:1px solid #d5dce3;background:#fff;color:#68727d;text-decoration:none}.leads-pipeline-footer nav span{border-color:#3973e8;background:#3973e8;color:#fff}.leads-pipeline-dialog{width:min(600px,calc(100vw - 32px));max-height:calc(100vh - 32px);border:0;border-radius:5px;padding:0;box-shadow:0 12px 38px rgba(20,30,40,.3)}.leads-pipeline-dialog[open]{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:40}.leads-pipeline-dialog::backdrop{background:rgba(22,27,31,.48)}.leads-pipeline-dialog>form{display:flex;max-height:calc(100vh - 32px);flex-direction:column}.leads-pipeline-dialog header{display:flex;min-height:52px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e2e6ea}.leads-pipeline-dialog h2{margin:0;font-size:20px}.leads-pipeline-dialog header button{border:0;background:transparent;color:#6c757d;cursor:pointer;font-size:25px}.leads-pipeline-dialog-body{overflow:auto;padding:22px}.leads-pipeline-dialog-fields{display:grid;grid-template-columns:minmax(155px,32%) minmax(260px,1fr);align-items:center;gap:13px 18px}.leads-pipeline-dialog-fields>label:not(.leads-pipeline-switch){text-align:right;color:#404a53;font-size:13px}.leads-pipeline-dialog-fields>input,.leads-pipeline-dialog-fields>select,.leads-pipeline-dialog-fields>div>select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.leads-pipeline-dialog-fields small{display:block;margin-top:4px;color:#77818b;font-size:12px}.leads-pipeline-colour-input{display:grid;grid-template-columns:1fr 34px}.leads-pipeline-colour-input input{height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px 0 0 4px;padding:0 9px}.leads-pipeline-colour-input span{border-radius:0 4px 4px 0;background:var(--pipeline-colour,#fff)}.leads-pipeline-switch{position:relative;display:inline-flex;width:40px;height:22px}.leads-pipeline-switch input{position:absolute;opacity:0}.leads-pipeline-switch span{width:40px;border-radius:12px;background:radial-gradient(circle at 11px 11px,#fff 0 8px,transparent 9px),#adb5bd}.leads-pipeline-switch input:checked+span{background:radial-gradient(circle at 29px 11px,#fff 0 8px,transparent 9px),#4d8df7}.leads-pipeline-dialog footer{display:flex;min-height:61px;align-items:center;justify-content:flex-end;gap:8px;padding:0 18px;border-top:1px solid #e2e6ea}.leads-pipeline-delete-dialog{width:min(460px,calc(100vw - 32px))}.leads-pipeline-delete-dialog .leads-pipeline-dialog-body p{margin:0 0 8px}@media(max-width:700px){.leads-pipeline-toolbar{align-items:stretch;flex-direction:column}.leads-pipeline-search{margin-left:0}.leads-pipeline-search input{width:100%}.leads-pipeline-dialog-fields{grid-template-columns:1fr}.leads-pipeline-dialog-fields>label:not(.leads-pipeline-switch){text-align:left}}

/* Config > Finance > Payment accounts, matched to the signed-in list and modal editor. */
.payment-accounts-config{color:#252b30;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.pa-head{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:18px}.pa-title{display:flex;align-items:center;gap:12px}.pa-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:#6c757d;color:#fff;font-size:18px;font-weight:700}.pa-crumb{display:flex;gap:5px;color:#6c757d}.pa-crumb a{color:#357bf2;text-decoration:none}.pa-head h1{margin:0;font-size:20px;line-height:28px}.pa-head-actions{display:flex;align-items:center;gap:8px}.pa-head-actions button,.pa-icon-button{display:grid;height:32px;box-sizing:border-box;place-items:center;border:1px solid #3973e8;border-radius:4px;background:#fff;padding:0 12px;color:#3973b8;text-decoration:none}.pa-icon-button{width:32px;border-color:#69737c;padding:0;color:#303941;font-size:19px}.pa-card{overflow:hidden;border:1px solid #e2e6eb;border-radius:5px;background:#fff}.pa-toolbar{display:flex;min-height:58px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px;color:#69737c}.pa-toolbar label{display:flex;align-items:center;gap:7px}.pa-toolbar select{width:78px;height:32px;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 8px}.pa-search{margin-left:auto;gap:0!important}.pa-search input{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px 0 0 4px;padding:0 9px}.pa-search button{width:32px;height:32px;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#fff}.pa-table-wrap{overflow-x:auto}.pa-table-wrap table{width:100%;min-width:520px;border-collapse:collapse}.pa-table-wrap th,.pa-table-wrap td{height:35px;border-bottom:1px solid #e3e7ea;padding:6px 13px;text-align:left}.pa-table-wrap th{font-weight:600}.pa-table-wrap tbody tr:nth-child(odd){background:rgba(0,0,0,.025)}.pa-table-wrap td:last-child{width:100px;text-align:center}.pa-row-action{display:inline-grid;width:27px;height:25px;place-items:center;border:0;background:transparent;color:#3973b8;font-size:17px}.pa-delete{color:#dc3545;font-size:19px}.pa-footer{display:flex;min-height:52px;align-items:center;justify-content:flex-end;gap:20px;padding:0 16px;color:#69737c}.pa-footer nav{display:flex}.pa-footer nav>*{display:grid;width:31px;height:31px;box-sizing:border-box;place-items:center;border:1px solid #d7dce1;color:#68727b;text-decoration:none}.pa-footer nav span{border-color:#3973e8;background:#3973e8;color:#fff}.pa-dialog{width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 32px);border:0;border-radius:5px;padding:0;box-shadow:0 14px 42px rgba(20,28,36,.32);color:#303941}.pa-dialog::backdrop{background:rgba(22,27,31,.48)}.pa-dialog>form{display:flex;max-height:calc(100vh - 32px);flex-direction:column}.pa-dialog header,.pa-dialog footer{display:flex;min-height:54px;box-sizing:border-box;align-items:center;padding:0 18px}.pa-dialog header{flex:0 0 auto;justify-content:space-between;border-bottom:1px solid #e2e6ea}.pa-dialog header h2{margin:0;font-size:18px}.pa-dialog header button{border:0;background:transparent;color:#6c757d;font-size:25px}.pa-dialog footer{flex:0 0 auto;justify-content:flex-end;gap:8px;border-top:1px solid #e2e6ea}.pa-dialog footer button{height:32px;border:1px solid #3973e8;border-radius:4px;background:#3973e8;padding:0 13px;color:#fff}.pa-dialog footer .secondary{background:#fff;color:#3973b8}.pa-dialog footer .danger{border-color:#dc3545;background:#dc3545}.pa-dialog-body{display:grid;gap:12px;overflow:auto;padding:22px}.pa-main-field{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:14px}.pa-dialog input,.pa-dialog select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.pa-fields{display:grid;gap:9px;margin-top:3px}.pa-field-row{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:10px}.pa-field-row label:first-child{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:14px}.pa-delete-dialog{width:min(480px,calc(100vw - 32px))}.pa-delete-dialog .pa-dialog-body p{margin:0}@media(max-width:700px){.pa-head{align-items:flex-start;flex-direction:column;padding:18px 0}.pa-toolbar{align-items:stretch;flex-direction:column}.pa-search{width:100%;margin-left:0}.pa-search input{width:100%}.pa-main-field,.pa-field-row,.pa-field-row label:first-child{grid-template-columns:1fr}.pa-field-row{border-top:1px solid #eceff2;padding-top:8px}}

/* Config > Finance > Accounting categories, matched to the source mapping and directory. */
.accounting-categories-config{display:grid;gap:14px;color:#252b30;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.accounting-categories-config .pa-head{margin-bottom:-12px}.accounting-categories-config>p{margin:0}.accounting-categories-config>.finance-parity__warning{border:1px solid #f1dfaa;border-radius:4px;background:#fff8df;padding:10px 13px;color:#755f24}.accounting-categories-config .company-parity-card{margin:0;padding:18px 20px}.accounting-categories-config h2{margin:0 0 14px;font-size:18px}.accounting-category-map__rows{display:grid;gap:10px;margin-bottom:16px}.accounting-category-map__rows label{display:grid;grid-template-columns:180px minmax(220px,520px);align-items:center;gap:16px}.accounting-category-map__rows select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.accounting-category-map__readonly{display:grid;gap:8px;margin:0}.accounting-category-map__readonly div{display:grid;grid-template-columns:180px 1fr;gap:16px}.accounting-category-map__readonly dt{font-weight:600}.accounting-category-map__readonly dd{margin:0;color:#69737c}.accounting-category-directory{overflow:hidden;padding:0!important}.accounting-category-directory__head{display:flex;min-height:68px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e3e7ea;padding:12px 16px}.accounting-category-directory__head h2{margin:0}.accounting-category-directory__head p{margin:3px 0 0;color:#69737c;font-size:13px}.accounting-category-directory .pa-table-wrap td:last-child{width:auto;text-align:left}@media(max-width:700px){.accounting-category-map__rows label,.accounting-category-map__readonly div{grid-template-columns:1fr;gap:4px}.accounting-category-directory__head{align-items:flex-start;flex-direction:column}}

/* Config > Finance > Accounting bank accounts, matched to the source mappings and synced directory. */
.accounting-bank-accounts-config{display:grid;gap:14px;color:#252b30;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.accounting-bank-accounts-config .pa-head{margin-bottom:-12px}.accounting-bank-accounts-config>p{margin:0}.accounting-bank-accounts-config>.finance-parity__warning{border:1px solid #f1dfaa;border-radius:4px;background:#fff8df;padding:10px 13px;color:#755f24}.accounting-bank-map-form{display:grid;gap:14px}.accounting-bank-accounts-config .company-parity-card{margin:0;padding:18px 20px}.accounting-bank-accounts-config h2{margin:0 0 14px;font-size:18px}.accounting-bank-map label,.accounting-bank-map dl div{display:grid;grid-template-columns:minmax(190px,34%) minmax(240px,1fr);align-items:center;gap:16px;padding:5px 0}.accounting-bank-map select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.accounting-bank-map dl{margin:0}.accounting-bank-map dt{font-weight:500}.accounting-bank-map dd{margin:0;color:#69737c}.accounting-bank-map__save{display:flex;justify-content:flex-end}.accounting-bank-directory{overflow:hidden;padding:0!important}.accounting-bank-directory__head{display:flex;min-height:68px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e3e7ea;padding:12px 16px}.accounting-bank-directory__head h2{margin:0}.accounting-bank-directory__head p{margin:3px 0 0;color:#69737c;font-size:13px}.accounting-bank-directory .pa-table-wrap td:last-child{width:auto;text-align:left}@media(max-width:700px){.accounting-bank-map label,.accounting-bank-map dl div{grid-template-columns:1fr;gap:4px}.accounting-bank-directory__head{align-items:flex-start;flex-direction:column}}

/* Config > Finance > Accounting tax rates, matched to the source tax mapping and synced directory. */
.accounting-tax-rates-config{display:grid;gap:14px;color:#252b30;font:14px/21px Inter,"Segoe UI",Arial,sans-serif}.accounting-tax-rates-config .pa-head{margin-bottom:-12px}.accounting-tax-rates-config>p{margin:0}.accounting-tax-rates-config>.finance-parity__warning{border:1px solid #f1dfaa;border-radius:4px;background:#fff8df;padding:10px 13px;color:#755f24}.accounting-tax-rates-config .company-parity-card{margin:0;padding:18px 20px}.accounting-tax-rates-config h2{margin:0 0 14px;font-size:18px}.accounting-tax-map__rows{display:grid;gap:10px;margin-bottom:16px}.accounting-tax-map label,.accounting-tax-map dl div{display:grid;grid-template-columns:minmax(190px,34%) minmax(240px,1fr);align-items:center;gap:16px}.accounting-tax-map select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.accounting-tax-map dl{display:grid;gap:9px;margin:0}.accounting-tax-map dt{font-weight:500}.accounting-tax-map dd{margin:0;color:#69737c}.accounting-tax-directory{overflow:hidden;padding:0!important}.accounting-tax-directory__head{display:flex;min-height:68px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e3e7ea;padding:12px 16px}.accounting-tax-directory__head h2{margin:0}.accounting-tax-directory__head p{margin:3px 0 0;color:#69737c;font-size:13px}.accounting-tax-directory .pa-table-wrap td:last-child{width:auto;text-align:left}@media(max-width:700px){.accounting-tax-map label,.accounting-tax-map dl div{grid-template-columns:1fr;gap:4px}.accounting-tax-directory__head{align-items:flex-start;flex-direction:column}}

/* Config > Finance > Reminders, matched to the source per-partner billing form. */
.finance-reminders{display:grid;gap:14px}.finance-reminder-tabs{display:flex;border-bottom:1px solid #dfe3e8}.finance-reminder-tabs a{border:1px solid transparent;border-bottom:0;padding:10px 14px;color:#59636c;text-decoration:none}.finance-reminder-tabs a[aria-current=page]{margin-bottom:-1px;border-color:#dfe3e8;border-radius:5px 5px 0 0;background:#fff;color:#20262b;font-weight:600}.finance-reminder-context{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0;padding:14px 18px}.finance-reminder-context p{max-width:760px;margin:0;color:#68727b}.finance-reminder-context form{display:flex;align-items:center;gap:8px}.finance-reminder-context select{min-width:170px}.finance-reminders .company-parity-panel{margin:0}.finance-reminders .company-parity-panel h3{margin:20px 0 10px;border-top:1px solid #e8ebee;padding-top:16px}.finance-reminders .company-parity-field select[multiple]{min-height:150px}.finance-reminders:has(#reminder-reminder_all_available_payment_methods:checked) .finance-reminder-payment-methods{display:none}@media(max-width:760px){.finance-reminder-context{align-items:stretch;flex-direction:column}.finance-reminder-context form{align-items:stretch;flex-direction:column}.finance-reminder-context select{width:100%}}

/* Config > Finance > Taxes, matched to the signed-in list and modal workflows. */
.taxes-parity .tx-head-actions{display:flex;align-items:center;gap:8px}.taxes-parity .tx-icon-button{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #69737c;border-radius:4px;color:#303941;text-decoration:none;font-size:19px}.taxes-parity .tx-card{overflow:hidden;border:1px solid #e2e6eb;border-radius:5px;background:#fff}.taxes-parity .tx-toolbar{min-height:58px;box-sizing:border-box;justify-content:flex-start;padding:10px 16px}.taxes-parity .tx-toolbar label{display:flex;align-items:center;gap:7px}.taxes-parity .tx-toolbar .tx-status{margin-left:auto}.taxes-parity .tx-toolbar .tx-status select{width:120px}.taxes-parity .tx-search{display:flex!important;gap:0!important}.taxes-parity .tx-search input{width:190px;border-radius:4px 0 0 4px}.taxes-parity .tx-search button{width:32px;border-color:#ced4da;border-left:0;border-radius:0 4px 4px 0;padding:0}.taxes-parity .tx-table-wrap{overflow-x:auto}.taxes-parity .tx-row-action{display:inline-grid;width:25px;height:25px;border:0;background:transparent;padding:0;font-size:17px}.taxes-parity .tx-archive{color:#dc3545;font-size:19px}.taxes-parity .tx-foot{padding:0 16px}.taxes-parity .tx-foot nav{display:flex}.taxes-parity .tx-foot nav>*{display:grid;width:31px;height:31px;box-sizing:border-box;place-items:center;border:1px solid #d7dce1;color:#68727b;text-decoration:none}.taxes-parity .tx-foot nav span{border-color:#3973e8;background:#3973e8;color:#fff}.tx-dialog{width:min(520px,calc(100vw - 32px));border:0;border-radius:5px;padding:0;box-shadow:0 14px 42px rgba(20,28,36,.32);color:#303941}.tx-dialog::backdrop{background:rgba(22,27,31,.48)}.tx-dialog>form{margin:0}.tx-dialog header,.tx-dialog footer{display:flex;min-height:54px;box-sizing:border-box;align-items:center;padding:0 18px}.tx-dialog header{justify-content:space-between;border-bottom:1px solid #e2e6ea}.tx-dialog header h2{margin:0;font-size:18px}.tx-dialog header button{border:0;background:transparent;color:#6c757d;font-size:25px}.tx-dialog footer{justify-content:flex-end;gap:8px;border-top:1px solid #e2e6ea}.tx-dialog footer .danger{border-color:#dc3545;background:#dc3545;color:#fff}.tx-dialog-body{display:grid;gap:15px;padding:24px 22px}.tx-dialog-body>label:not(.tx-group-name){display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:14px}.tx-dialog input,.tx-dialog select{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.tx-rate{display:grid;grid-template-columns:minmax(0,1fr) 32px}.tx-rate input{border-radius:4px 0 0 4px}.tx-rate>span{display:grid;place-items:center;border:1px solid #ced4da;border-left:0;border-radius:0 4px 4px 0;background:#f4f6f8}.tx-group-dialog{width:min(680px,calc(100vw - 32px))}.tx-group-note{margin:0 0 2px;color:#68727b;font-size:13px}.tx-group-name{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:14px}.tx-group-components{display:grid;gap:10px}.tx-group-row{display:grid;grid-template-columns:1fr 1fr 28px;align-items:end;gap:10px}.tx-group-row label{display:grid;gap:4px;color:#4d565f;font-size:12px}.tx-group-row select{width:100%}.tx-group-row select:disabled{background:#f1f3f5}.tx-remove-component{width:28px!important;height:34px!important;border-color:#dc3545!important;color:#dc3545!important;padding:0!important;font-size:20px!important}.tx-add-component{justify-self:start}.tx-learn{color:#3973b8;font-size:13px}.tx-archive-dialog .tx-dialog-body p{margin:0;color:#59636c;line-height:20px}.tx-archive-dialog .tx-dialog-body label{grid-template-columns:125px minmax(0,1fr)}@media(max-width:700px){.taxes-parity .tx-toolbar{align-items:stretch!important}.taxes-parity .tx-toolbar .tx-status{margin-left:0}.taxes-parity .tx-toolbar select,.taxes-parity .tx-search input{width:100%!important}.tx-dialog-body>label:not(.tx-group-name),.tx-group-name{grid-template-columns:1fr}.tx-group-row{grid-template-columns:1fr 28px}.tx-group-row label{grid-column:1}.tx-group-row .tx-remove-component{grid-column:2;grid-row:1/3}}

/* Config > Finance > Transaction categories, matched to the signed-in source forms. */
.transaction-categories-parity .tc-config-card{margin-top:20px;border:1px solid #e4e7eb;border-radius:4px;background:#fff;padding:20px 24px}.transaction-categories-parity .tc-config-card h2{margin:0;color:#20252a;font-size:18px;font-weight:600;line-height:26px}.transaction-categories-parity .tc-config-card>p{margin:3px 0 18px;color:#78818a;font-size:13px}.transaction-categories-parity .tc-config-card fieldset{margin:0 0 18px;border:0;border-top:1px solid #eceff2;padding:14px 0 0}.transaction-categories-parity .tc-config-card legend{padding:0 14px 0 0;color:#434a52;font-size:14px;font-weight:600}.transaction-categories-parity .tc-config-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));column-gap:36px;row-gap:12px}.transaction-categories-parity .tc-config-grid label{display:grid;grid-template-columns:150px minmax(180px,1fr);align-items:center;gap:12px;color:#4d555d}.transaction-categories-parity .tc-config-grid select{width:100%;max-width:380px}.transaction-categories-parity .tc-save-row{display:flex;justify-content:flex-end;border-top:1px solid #eceff2;padding-top:16px}.transaction-categories-parity .tc-save-row button{min-width:72px;background:#3973e8;color:#fff}.transaction-categories-parity .tc-toggle-list{display:grid;gap:13px}.transaction-categories-parity .tc-toggle-list>label{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;color:#4d555d}.transaction-categories-parity .tc-toggle-list input[type=checkbox]{width:16px;height:16px;margin:0 6px 0 0;padding:0;vertical-align:-3px}.transaction-categories-parity .tc-config-card select:disabled,.transaction-categories-parity .tc-config-card input:disabled{background:#f3f4f6;cursor:not-allowed}@media(max-width:900px){.transaction-categories-parity .tc-config-grid{grid-template-columns:1fr}.transaction-categories-parity .tc-config-grid label,.transaction-categories-parity .tc-toggle-list>label{grid-template-columns:1fr;gap:5px}}

/* Administration > Other reports > Inventory, matched to the signed-in twin. */
.inventory-report-page .splynx-admin-breadcrumb{grid-template-columns:40px auto auto auto minmax(0,1fr)}
.inventory-report-page .splynx-admin-breadcrumb>a:nth-of-type(1){grid-column:2}.inventory-report-page .splynx-admin-breadcrumb>span:nth-of-type(1){grid-column:3}.inventory-report-page .splynx-admin-breadcrumb>a:nth-of-type(2){grid-column:4;grid-row:1;color:#3973b8;font-size:14px;font-weight:400}.inventory-report-page .splynx-admin-breadcrumb>span:nth-of-type(2){grid-column:5}.inventory-report-page .splynx-admin-breadcrumb>strong{grid-column:2/6}
.inventory-report-page .tabs{margin-bottom:0}.inventory-report-page .tabs .tab{border:1px solid transparent;border-bottom:0;padding:10px 14px;color:#4f5963;font-weight:500}.inventory-report-page .tabs .tab.active{margin-bottom:-1px;border-color:#e1e5ea;border-radius:5px 5px 0 0;background:#fff;color:#20262b;font-weight:600}
.inventory-report-filters{display:flex;min-height:74px;box-sizing:border-box;align-items:flex-end;gap:12px;margin:0 0 10px;border:1px solid #e4e8ef;border-radius:0 0 5px 5px;background:#fff;padding:12px 16px;flex-wrap:wrap}.inventory-report-filters .field-inline{display:grid;gap:4px;min-width:145px}.inventory-report-filters .field-inline>span{color:#4d565f;font-size:12px}.inventory-report-filters input,.inventory-report-filters select{height:33px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 9px}.inventory-report-period{grid-template-columns:135px auto 135px!important}.inventory-report-period>span:first-child{grid-column:1/-1}.inventory-report-additional{min-width:210px!important}.inventory-report-additional select[multiple]{height:33px;overflow:hidden}.inventory-report-filters>button{height:33px;margin-left:auto}
.inventory-report-table-controls{display:flex;justify-content:flex-end;margin:8px 0}.inventory-report-table-controls form{display:flex;align-items:center;gap:10px;color:#59636c;font-size:13px}.inventory-report-table-controls label{display:flex;align-items:center;gap:5px}.inventory-report-table-controls select,.inventory-report-table-controls input{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:0 8px}.inventory-report-table-controls select{width:72px}.inventory-report-table-controls input{width:190px}.inventory-report-table-controls .button{height:32px;box-sizing:border-box}.inventory-report-export{text-decoration:none}
.inventory-report-card{margin:0;padding:0;overflow:hidden}.inventory-report-card>.table-wrap{border:0;border-radius:0}.inventory-report-page .data-table{font-size:13px}.inventory-report-page .data-table th,.inventory-report-page .data-table td{padding:7px 10px}.inventory-report-additional-cell>span{display:block;white-space:nowrap}.inventory-history-table>thead th:nth-child(1){width:7%}.inventory-history-table>thead th:nth-child(2){width:18%}.inventory-history-table>thead th:nth-child(3){width:15%}.inventory-history-table>tbody>tr>td{vertical-align:top}.inventory-history-scroll{max-width:100%;overflow-x:auto}.inventory-history-inside{width:100%;min-width:680px;border-collapse:collapse}.inventory-history-inside th{background:#fff!important;color:#273039!important}.inventory-history-inside th,.inventory-history-inside td{border-bottom:1px solid #e3e6e9;padding:7px 9px!important}.inventory-history-inside th:first-child{width:92px}.inventory-history-inside th:nth-child(3){width:132px}.inventory-history-inside th:nth-child(4){width:92px;text-align:center}.inventory-history-inside th:last-child{width:125px}.inventory-history-current{text-align:center;color:#29a86f;font-size:18px}.inventory-history-inside .report-status-badge{background:#367bf5;white-space:nowrap}.inventory-report-card>.pagination{padding:12px 16px}
@media(max-width:980px){.inventory-report-filters>button{margin-left:0}.inventory-report-table-controls form{align-items:stretch;flex-wrap:wrap}.inventory-report-period{grid-template-columns:minmax(110px,1fr) auto minmax(110px,1fr)!important}}@media(max-width:620px){.inventory-report-period{grid-template-columns:1fr!important}.inventory-report-period>span{grid-column:auto!important}.inventory-report-table-controls{justify-content:flex-start}.inventory-report-table-controls input{width:150px}}

/* Administration > Other reports > Hotspot export, measured against the signed-in source. */
.hotspot-export-page{color:#252b30}.hotspot-export-heading{display:flex;min-height:52px;align-items:center;gap:13px;margin:0 0 16px}.hotspot-export-heading__icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:20px}.hotspot-export-heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px;line-height:18px}.hotspot-export-heading nav a{color:#3973b8;text-decoration:none}.hotspot-export-heading h1{margin:1px 0 0;color:#1b2124;font-size:21px;line-height:25px}.hotspot-export-card{min-height:340px;box-sizing:border-box;margin:0;padding:24px 16px;border-color:#e3e7eb}.hotspot-export-form{width:min(1270px,100%);margin:0 auto}.hotspot-export-row{display:grid;min-height:32px;grid-template-columns:minmax(190px,1fr) minmax(360px,2fr);align-items:center;gap:0;margin:0 0 12px}.hotspot-export-row>label:first-child,.hotspot-export-row>span:first-child{padding-right:16px;color:#404850;font-size:13px;text-align:right}.hotspot-export-row>select,.hotspot-export-period{width:100%;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;color:#252b30}.hotspot-export-row>select{padding:0 12px}.hotspot-export-row>select[multiple]{height:32px;overflow:hidden}.hotspot-export-period{display:grid;grid-template-columns:minmax(0,1fr) 32px}.hotspot-export-period input{width:100%;height:30px;box-sizing:border-box;border:0;padding:0 12px;color:#252b30}.hotspot-export-period span{display:grid;border-left:1px solid #ced4da;place-items:center;color:#68727b;font-size:21px}.hotspot-export-switch{position:relative;display:inline-flex;width:38px;height:22px}.hotspot-export-switch input{position:absolute;opacity:0}.hotspot-export-switch>span[aria-hidden=true]{width:38px;border-radius:12px;background:radial-gradient(circle at 11px 11px,#fff 0 8px,transparent 9px),#adb5bd;transition:.15s}.hotspot-export-switch input:checked+span{background:radial-gradient(circle at 27px 11px,#fff 0 8px,transparent 9px),#418bf4}.hotspot-export-actions{display:grid;grid-template-columns:minmax(190px,1fr) minmax(360px,2fr);margin-top:3px}.hotspot-export-actions .button{grid-column:2;justify-self:end;min-width:70px;height:32px}@media(max-width:760px){.hotspot-export-card{padding:18px 14px}.hotspot-export-row,.hotspot-export-actions{grid-template-columns:1fr;gap:5px}.hotspot-export-row>label:first-child,.hotspot-export-row>span:first-child{text-align:left}.hotspot-export-actions .button{grid-column:1}.hotspot-export-row{margin-bottom:14px}}

/* Administration > Other reports > Financial reports. */
.finance-logs-report{color:#252b30}.finance-logs-report__heading{display:flex;min-height:52px;align-items:center;gap:13px;margin-bottom:12px}.finance-logs-report__heading>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:20px}.finance-logs-report__heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px}.finance-logs-report__heading nav a{color:#3973b8;text-decoration:none}.finance-logs-report__heading nav i{font-style:normal}.finance-logs-report__heading h1{margin:1px 0 0;font-size:21px;line-height:25px}.finance-logs-report>.tabs{margin-bottom:0}.finance-logs-report__filters{display:flex;min-height:70px;align-items:flex-end;gap:8px;border:1px solid #e3e7eb;border-top:0;background:#fff;padding:12px 16px}.finance-logs-report__filters>label{display:grid;gap:4px;color:#4d565f;font-size:12px}.finance-logs-report__filters input,.finance-logs-report__filters select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 9px}.finance-logs-report__filters select[multiple]{height:32px;overflow:hidden}.finance-logs-report__period{grid-template-columns:220px 32px}.finance-logs-report__period>span{grid-column:1/-1}.finance-logs-report__period input{width:220px;border-radius:3px 0 0 3px}.finance-logs-report__period i{display:grid;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-left:0;border-radius:0 3px 3px 0;place-items:center;font-style:normal;font-size:20px}.finance-logs-report__filters label:nth-child(2) select{width:150px}.finance-logs-report__filters label:nth-child(3) select{width:180px}.finance-logs-report__filters>.button{height:32px}.finance-logs-report__tools{display:flex;min-height:62px;align-items:center;justify-content:space-between;margin-top:12px;border:1px solid #e3e7eb;border-bottom:0;border-radius:4px 4px 0 0;background:#fff;padding:0 16px;color:#626c75;font-size:13px}.finance-logs-report__tools form,.finance-logs-report__tools>div{display:flex;align-items:center;gap:7px}.finance-logs-report__tools select{height:32px;margin:0 5px;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.finance-logs-report__tools input[type=search]{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-right:0;border-radius:3px 0 0 3px;padding:0 9px}.finance-logs-report__tools form button,.finance-logs-report__export{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:0 3px 3px 0;background:#fff;color:#3973b8;text-decoration:none}.finance-logs-report__export{border-radius:3px;font-size:21px}.finance-logs-report__tools+section.card{margin-top:0;border-radius:0 0 4px 4px}@media(max-width:900px){.finance-logs-report__filters{align-items:stretch;flex-direction:column}.finance-logs-report__filters input,.finance-logs-report__filters select,.finance-logs-report__period input{width:100%}.finance-logs-report__tools{align-items:flex-start;gap:10px;flex-direction:column;padding-block:12px}}

/* Administration > Other reports > Finance customers report. */
.finance-customers-report{color:#252b30}.finance-customers-report__header{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.finance-customers-report__heading{display:flex;min-width:310px;align-items:center;gap:13px}.finance-customers-report__heading>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:20px}.finance-customers-report__heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px}.finance-customers-report__heading nav a{color:#3973b8;text-decoration:none}.finance-customers-report__heading nav i{font-style:normal}.finance-customers-report__heading h1{margin:1px 0 0;font-size:21px;line-height:25px}.finance-customers-report__filters{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;gap:8px}.finance-customers-report__filters>label{display:grid;gap:4px;color:#4d565f;font-size:12px}.finance-customers-report__filters input,.finance-customers-report__filters select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 9px}.finance-customers-report__period{grid-template-columns:minmax(190px,1fr) 32px}.finance-customers-report__period>span{grid-column:1/-1}.finance-customers-report__period input{width:220px;border-radius:3px 0 0 3px}.finance-customers-report__period i{display:grid;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-left:0;border-radius:0 3px 3px 0;place-items:center;font-style:normal;font-size:20px}.finance-customers-report__filters>.button{height:32px}.finance-customers-report__advanced{position:absolute;z-index:2;top:42px;right:0}.finance-customers-report__advanced>summary{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.finance-customers-report__advanced>div{display:flex;gap:8px;border:1px solid #dce1e6;border-radius:4px;background:#fff;padding:12px;box-shadow:0 4px 12px #1b263326}.finance-customers-report__advanced label{display:grid;gap:4px;font-size:12px}.finance-customers-report__advanced select{min-width:150px}.finance-customers-report__list{margin:0;padding:0;overflow:hidden}.finance-customers-report__tools{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 16px;color:#626c75;font-size:13px}.finance-customers-report__tools form,.finance-customers-report__tools>div{display:flex;align-items:center;gap:7px}.finance-customers-report__tools select{height:32px;margin:0 5px;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.finance-customers-report__tools input[type=search]{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-right:0;border-radius:3px 0 0 3px;padding:0 9px}.finance-customers-report__tools form button,.finance-customers-report__export{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:0 3px 3px 0;background:#fff;color:#3973b8;text-decoration:none}.finance-customers-report__export{border-radius:3px;font-size:21px}.finance-customers-report__list .table-wrap{border-right:0;border-left:0;border-radius:0}.finance-customers-report__list>.pagination{padding:12px 16px}@media(max-width:1050px){.finance-customers-report__header{align-items:flex-start;flex-direction:column}.finance-customers-report__filters{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:680px){.finance-customers-report__filters{align-items:stretch;flex-direction:column}.finance-customers-report__filters input,.finance-customers-report__filters select,.finance-customers-report__period input{width:100%}.finance-customers-report__tools{align-items:flex-start;gap:10px;flex-direction:column;padding-block:12px}.finance-customers-report__tools>div{width:100%}}

.finance-customers-report__filters>button[name=filter]{display:none}.finance-customers-report__advanced>summary{position:absolute;right:0;bottom:0;display:grid;width:auto;height:32px;box-sizing:border-box;align-items:center;overflow:visible;clip:auto;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 12px;color:transparent;cursor:pointer;font-size:0}.finance-customers-report__advanced>summary::after{content:'Filter';color:#3973b8;font-size:13px}
.invoice-report{color:#252b30}.invoice-report__header{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.invoice-report__heading{display:flex;min-width:255px;align-items:center;gap:13px}.invoice-report__heading>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:21px}.invoice-report__heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px}.invoice-report__heading nav a{color:#3973b8;text-decoration:none}.invoice-report__heading nav i{font-style:normal}.invoice-report__heading h1{margin:1px 0 0;font-size:21px;line-height:25px}.invoice-report__filters{display:flex;align-items:flex-end;justify-content:flex-end;gap:7px}.invoice-report__filters>label{display:grid;gap:4px;color:#4d565f;font-size:12px}.invoice-report__filters input,.invoice-report__filters select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.invoice-report__filters select{width:116px}.invoice-report__filters select[multiple][size="1"]{overflow:hidden}.invoice-report__period{grid-template-columns:190px 30px}.invoice-report__period>span{grid-column:1/-1}.invoice-report__period input{width:190px;border-radius:3px 0 0 3px}.invoice-report__period i{display:grid;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-left:0;border-radius:0 3px 3px 0;place-items:center;font-style:normal;font-size:20px}.invoice-report__filters>.button,.invoice-report__reset{height:32px}.invoice-report__reset{width:32px;border:1px solid #ced4da;border-radius:3px;background:#fff;color:#3973b8;font-size:18px}.invoice-report__list{margin:0;padding:0;overflow:hidden}.invoice-report__tools{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 16px;color:#626c75;font-size:13px}.invoice-report__tools>label,.invoice-report__tools>span{display:flex;align-items:center;gap:6px}.invoice-report__tools select{height:32px;margin:0 4px;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.invoice-report__tools input[type=search]{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-right:0;border-radius:3px 0 0 3px;padding:0 9px}.invoice-report__tools button,.invoice-report__tools a{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;background:#fff;color:#3973b8;text-decoration:none}.invoice-report__tools button{border-radius:0 3px 3px 0}.invoice-report__tools a{border-radius:3px;font-size:21px}.invoice-report__list .table-wrap{border-right:0;border-left:0;border-radius:0}.invoice-report__list>.pagination{padding:12px 16px}.invoice-report tfoot th{background:#f4f6f9;white-space:nowrap}@media(max-width:1250px){.invoice-report__header{align-items:flex-start;flex-direction:column}.invoice-report__filters{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:680px){.invoice-report__filters{align-items:stretch;flex-direction:column}.invoice-report__filters input,.invoice-report__filters select,.invoice-report__period input{width:100%}.invoice-report__tools{align-items:flex-start;gap:10px;flex-direction:column;padding-block:12px}.invoice-report__tools>span{width:100%}}

/* Administration > Other reports > Monthly recurring revenue net change report. */
.mrr-net-change-report{color:#252b30}.mrr-net-change-report__header{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:24px;margin-bottom:14px}.mrr-net-change-report__heading{display:flex;min-width:340px;align-items:center;gap:13px}.mrr-net-change-report__heading>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:20px}.mrr-net-change-report__heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px}.mrr-net-change-report__heading nav a{color:#3973b8;text-decoration:none}.mrr-net-change-report__heading nav i{font-style:normal}.mrr-net-change-report__heading h1{margin:1px 0 0;font-size:21px;line-height:25px}.mrr-net-change-report__filters{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px}.mrr-net-change-report__filters>label{display:grid;gap:4px;color:#4d565f;font-size:12px}.mrr-net-change-report__filters select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 9px;color:#252b30}.mrr-net-change-report__filters select[multiple]{height:32px;overflow:hidden}.mrr-net-change-report__filters label:nth-child(1) select{width:120px}.mrr-net-change-report__filters label:nth-child(2) select{width:150px}.mrr-net-change-report__filters label:nth-child(3) select{width:180px}.mrr-net-change-report__filters>.button{height:32px}.mrr-net-change-report__list{margin:0;padding:0;overflow:hidden}.mrr-net-change-report__tools{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 16px;color:#626c75;font-size:13px}.mrr-net-change-report__tools form,.mrr-net-change-report__tools>div{display:flex;align-items:center;gap:7px}.mrr-net-change-report__tools select{height:32px;margin:0 5px;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.mrr-net-change-report__tools input[type=search]{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-right:0;border-radius:3px 0 0 3px;padding:0 9px}.mrr-net-change-report__tools form button,.mrr-net-change-report__export{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:0 3px 3px 0;background:#fff;color:#3973b8;text-decoration:none}.mrr-net-change-report__export{border-radius:3px;font-size:21px}.mrr-net-change-report__list .table-wrap{border-right:0;border-left:0;border-radius:0}.mrr-net-change-report__list>.pagination{padding:12px 16px}@media(max-width:1100px){.mrr-net-change-report__header{align-items:flex-start;flex-direction:column}.mrr-net-change-report__filters{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:680px){.mrr-net-change-report__filters{align-items:stretch;flex-direction:column}.mrr-net-change-report__filters select,.mrr-net-change-report__filters label:nth-child(n) select{width:100%}.mrr-net-change-report__tools{align-items:flex-start;gap:10px;flex-direction:column;padding-block:12px}.mrr-net-change-report__tools>div{width:100%}}

/* Administration > Featured reports > New services canonical report. */
.new-services-report{color:#252b30}.new-services-report__header{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:24px;margin-bottom:14px}.new-services-report__heading{display:flex;min-width:300px;align-items:center;gap:13px}.new-services-report__heading>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:20px}.new-services-report__heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px}.new-services-report__heading nav a{color:#3973b8;text-decoration:none}.new-services-report__heading nav i{font-style:normal}.new-services-report__heading h1{margin:1px 0 0;font-size:21px;line-height:25px}.new-services-report__filters{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px}.new-services-report__filters>label{display:grid;gap:4px;color:#4d565f;font-size:12px}.new-services-report__filters input,.new-services-report__filters select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 9px;color:#252b30}.new-services-report__filters select[multiple]{height:32px;overflow:hidden}.new-services-report__period{grid-template-columns:minmax(190px,1fr) 32px}.new-services-report__period>span{grid-column:1/-1}.new-services-report__period input{width:220px;border-radius:3px 0 0 3px}.new-services-report__period i{display:grid;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-left:0;border-radius:0 3px 3px 0;place-items:center;font-style:normal;font-size:20px}.new-services-report__filters>label:nth-of-type(2) select{width:150px}.new-services-report__filters>label:nth-of-type(3) select{width:170px}.new-services-report__filters>label:nth-of-type(4) select{width:145px}.new-services-report__filters>.button{height:32px}.new-services-report__totals,.new-services-report__list{margin:0 0 14px;padding:0;overflow:hidden}.new-services-report__totals h2{margin:0;padding:16px;font-size:16px}.new-services-report__totals .table-wrap,.new-services-report__list .table-wrap{border-right:0;border-left:0;border-radius:0}.new-services-report__totals th,.new-services-report__totals td{height:34px;box-sizing:border-box;padding:6px 16px}.new-services-report__grand-total th{background:#e9edf1;font-weight:700}.new-services-type,.new-services-status{display:inline-block;border-radius:2px;padding:3px 8px;background:#367bf5;color:#fff;font-size:12px;font-weight:700;line-height:17px}.new-services-type--bundle{background:#e4358a}.new-services-type--internet{background:#25bf91}.new-services-type--recurring{background:#7950e8}.new-services-type--voice{background:#367bf5}.new-services-report__tools{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 16px;color:#626c75;font-size:13px}.new-services-report__tools form,.new-services-report__tools>div{display:flex;align-items:center;gap:7px}.new-services-report__tools select{height:32px;margin:0 5px;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.new-services-report__tools input[type=search]{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-right:0;border-radius:3px 0 0 3px;padding:0 9px}.new-services-report__tools form button,.new-services-report__export{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:0 3px 3px 0;background:#fff;color:#3973b8;text-decoration:none}.new-services-report__export{border-radius:3px;font-size:21px}.new-services-report__list table{min-width:1380px}.new-services-report__list td a{color:#3973b8;text-decoration:none}.new-services-report__list>.pagination{padding:12px 16px}@media(max-width:1250px){.new-services-report__header{align-items:flex-start;flex-direction:column}.new-services-report__filters{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:700px){.new-services-report__filters{align-items:stretch;flex-direction:column}.new-services-report__filters input,.new-services-report__filters select,.new-services-report__filters>label:nth-of-type(n) select,.new-services-report__period input{width:100%}.new-services-report__tools{align-items:flex-start;gap:10px;flex-direction:column;padding-block:12px}.new-services-report__tools>div{width:100%}.new-services-report__tools form:last-of-type{flex:1}.new-services-report__tools input[type=search]{width:100%}}

/* Administration > Other reports > Fees Report follows the unavailable add-on shell exposed by Splynx. */
.fees-report-addon-page{margin-right:-15px}.fees-report-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fees-report-top-nav{height:92px;display:flex;align-items:flex-start;justify-content:space-between}.fees-report-breadcrumbs{display:flex;align-items:center;margin-top:25px;min-width:0}.fees-report-breadcrumb-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;margin-right:12px;border-radius:4px;background:#6e7480;color:#fff;font-size:15px;font-weight:700;font-style:normal}.fees-report-breadcrumbs ul{display:flex;align-items:center;min-width:0;margin:0;padding:0;list-style:none}.fees-report-breadcrumbs li{display:flex;align-items:center;white-space:nowrap;font-size:14px}.fees-report-breadcrumbs li+li:before{content:"/";padding:0 9px;color:#8b9098}.fees-report-breadcrumbs a{color:#505761;text-decoration:none}.fees-report-breadcrumbs a:hover{text-decoration:underline}.fees-report-filter-inputs{display:flex;gap:8px;margin-top:31px;margin-right:4px}.fees-report-outline-button{box-sizing:border-box;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border:1px solid #1b2124;border-radius:4px;background:#fff;color:#1b2124;font:400 14px/22.4px Inter,"Segoe UI",Arial,sans-serif;text-decoration:none;white-space:nowrap}.fees-report-outline-button:hover{background:#f5f6f7;color:#1b2124;text-decoration:none}.fees-report-panel{height:716px;padding:16px;overflow:hidden;background:transparent;border:0}.fees-report-addon-page .splynx-add-on-frame-wrapper,.fees-report-addon-page .splynx-add-on-frame-wrapper .embed-responsive-item{width:100%;height:684px;min-height:684px;border:0}

/* Administration > Featured reports > Lost / blocked customers. */
.blocked-customer-report{color:#252b30}.blocked-customer-filters{display:grid;grid-template-columns:minmax(290px,1.35fr) repeat(3,minmax(155px,.8fr)) auto;align-items:end}.blocked-customer-filters select[multiple]{min-height:66px}.blocked-customer-filters .button{height:34px}.blocked-customer-chart{margin:0 0 16px;padding:0;overflow:hidden}.blocked-customer-chart>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e7ea;padding:0 16px}.blocked-customer-chart h2{margin:0;font-size:14px}.blocked-customer-chart nav{display:flex;align-self:stretch}.blocked-customer-chart nav a{display:flex;align-items:center;border-left:1px solid #e3e7ea;padding:0 13px;color:#66717a;text-decoration:none;font-size:12px}.blocked-customer-chart nav a[aria-current=page]{border-bottom:2px solid #3973e8;color:#3973e8;font-weight:700}.blocked-customer-chart__plot{display:flex;height:190px;align-items:flex-end;gap:8px;overflow-x:auto;padding:20px 18px 0}.blocked-customer-chart__group{display:grid;min-width:34px;height:100%;grid-template-rows:1fr 28px;align-items:end;gap:5px;text-align:center}.blocked-customer-chart__stack{display:flex;width:25px;height:100%;align-items:flex-end;justify-self:center}.blocked-customer-chart__stack svg{display:block;width:100%;height:100%}.blocked-customer-chart__stack span{display:block;min-height:2px;flex:1}.blocked-customer-chart__stack .is-new,.blocked-customer-chart__legend .is-new:before{background:#ffc914;fill:#ffc914}.blocked-customer-chart__stack .is-active,.blocked-customer-chart__legend .is-active:before{background:#367bf5;fill:#367bf5}.blocked-customer-chart__stack .is-blocked,.blocked-customer-chart__legend .is-blocked:before{background:#ef565b;fill:#ef565b}.blocked-customer-chart__stack .is-disabled,.blocked-customer-chart__legend .is-disabled:before{background:#252b30;fill:#252b30}.blocked-customer-chart__group small{color:#69737c;font-size:10px;white-space:nowrap}.blocked-customer-chart__legend{display:flex;justify-content:center;gap:20px;margin:0;padding:11px 16px 15px;list-style:none;color:#59636c;font-size:12px}.blocked-customer-chart__legend li:before{display:inline-block;width:9px;height:9px;margin-right:5px;border-radius:2px;content:''}.blocked-customer-chart>.empty{padding:22px}.blocked-customer-table-card{margin:0;padding:0;overflow:hidden}.blocked-customer-table-card .section-title{margin:0;border-bottom:1px solid #e3e7ea;padding:14px 16px}.blocked-customer-table-card .administration-report-table-tools{padding:8px 16px}.blocked-customer-table-card .administration-report-table-tools label{display:flex;align-items:center;gap:5px;font-size:12px}.blocked-customer-search{margin-left:auto}.blocked-customer-search input{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px 0 0 3px;padding:4px 8px}.blocked-customer-search button{width:32px;height:32px;border:1px solid #ced4da;border-left:0;border-radius:0 3px 3px 0;background:#fff;color:#3973b8}.report-tool-button{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;border-radius:3px;color:#3973b8;text-decoration:none;font-size:18px}.blocked-customer-table-card .table-wrap{border-right:0;border-left:0;border-radius:0}.blocked-customer-table-card .data-table{min-width:1350px}.blocked-customer-table-card th a{color:inherit;text-decoration:none}.blocked-customer-table-card>.pagination{padding:12px 16px}.report-status-badge--online{background:#29cc97}.report-status-badge--active{background:#367bf5}.report-status-badge--new{background:#ffc914;color:#323232}.report-status-badge--blocked{background:#ef565b}.report-status-badge--disabled{background:#252b30}@media(max-width:1050px){.blocked-customer-filters{grid-template-columns:1fr 1fr}.blocked-customer-filters .administration-report-period{grid-column:1/-1}.blocked-customer-filters .button{justify-self:start}}@media(max-width:650px){.blocked-customer-filters{grid-template-columns:1fr}.blocked-customer-filters .administration-report-period{grid-column:auto}.blocked-customer-chart>header{align-items:flex-start;flex-direction:column;padding-top:12px}.blocked-customer-chart nav{width:100%;margin-top:10px}.blocked-customer-chart nav a:first-child{border-left:0}.blocked-customer-table-card .administration-report-table-tools{align-items:stretch;flex-direction:column}.blocked-customer-search{margin-left:0}.blocked-customer-search input{width:100%}}
.blocked-customer-period input{width:100%;height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 10px}.blocked-customer-filters select[multiple][size="1"]{height:34px;min-height:34px;overflow:hidden}
@media(max-width:1050px){.blocked-customer-filters .blocked-customer-period{grid-column:1/-1}}@media(max-width:650px){.blocked-customer-filters .blocked-customer-period{grid-column:auto}}
.custom-translations-dialog{position:fixed;z-index:1200;top:50%;left:50%;width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;transform:translate(-50%,-50%);box-shadow:0 20px 70px rgba(15,23,42,.32)}
body:has(.custom-translations-dialog)::before{content:"";position:fixed;z-index:1199;inset:0;background:rgba(15,23,42,.32)}

/* Administration > Account statements > Receivables aging report. */
.receivables-aging-report{color:#252b30}.receivables-aging-report__header{display:flex;min-height:58px;align-items:center;margin-bottom:6px}.receivables-aging-report__heading{display:flex;align-items:center;gap:13px}.receivables-aging-report__heading>span{display:grid;width:40px;height:40px;place-items:center;border-radius:3px;background:#727c84;color:#fff;font-size:21px}.receivables-aging-report__heading nav{display:flex;gap:7px;color:#7b8491;font-size:14px}.receivables-aging-report__heading nav a{color:#3973b8;text-decoration:none}.receivables-aging-report__heading nav i{font-style:normal}.receivables-aging-report__heading h1{margin:1px 0 0;font-size:21px;line-height:25px}.receivables-aging-report__tabs{margin-bottom:14px}.receivables-aging-report__filters{display:flex;align-items:flex-end;gap:8px;margin-bottom:16px}.receivables-aging-report__filters>label{display:grid;gap:4px;color:#4d565f;font-size:12px}.receivables-aging-report__filters input,.receivables-aging-report__filters select{height:32px;box-sizing:border-box;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 9px}.receivables-aging-report__filters input{width:150px}.receivables-aging-report__filters select{width:185px}.receivables-aging-report__filters select[multiple][size="1"]{overflow:hidden}.receivables-aging-report__filters>.button,.receivables-aging-report__reset{height:32px}.receivables-aging-report__reset{width:32px;border:1px solid #ced4da;border-radius:3px;background:#fff;color:#3973b8;font-size:18px}.receivables-aging-report__list{margin:0;padding:0;overflow:hidden}.receivables-aging-report__tools{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 16px;color:#626c75;font-size:13px}.receivables-aging-report__tools>label,.receivables-aging-report__tools>span{display:flex;align-items:center;gap:6px}.receivables-aging-report__tools select{height:32px;margin:0 4px;border:1px solid #ced4da;border-radius:3px;background:#fff;padding:0 8px}.receivables-aging-report__tools input[type=search]{width:190px;height:32px;box-sizing:border-box;border:1px solid #ced4da;border-right:0;border-radius:3px 0 0 3px;padding:0 9px}.receivables-aging-report__tools button,.receivables-aging-report__tools a{display:grid;width:32px;height:32px;box-sizing:border-box;place-items:center;border:1px solid #ced4da;background:#fff;color:#3973b8;text-decoration:none}.receivables-aging-report__tools button{border-radius:0 3px 3px 0}.receivables-aging-report__tools a{border-radius:3px;font-size:21px}.receivables-aging-report__list .table-wrap{border-right:0;border-left:0;border-radius:0}.receivables-aging-report__list>.pagination{padding:12px 16px}.receivables-aging-report__totals{width:min(430px,100%);margin-top:18px}.receivables-aging-report__totals h2{margin:0 0 8px;font-size:18px}.receivables-aging-report__totals .data-table{border:1px solid #e1e5e8;background:#fff}.receivables-aging-report__totals th{background:#f4f6f9}@media(max-width:950px){.receivables-aging-report__filters{flex-wrap:wrap}}@media(max-width:600px){.receivables-aging-report__filters{align-items:stretch;flex-direction:column}.receivables-aging-report__filters input,.receivables-aging-report__filters select{width:100%}.receivables-aging-report__tools{align-items:flex-start;gap:10px;flex-direction:column;padding-block:12px}.receivables-aging-report__tools>span{width:100%}}

/* Wave 2 visual fixer: Customers typography and row controls. The matching
 * Leads rules live in assets/modules/leads.css (module-CSS boundary). */
.customer-module-scope .page-title { font-size: 20px; font-weight: 600; line-height: 1.18; }

.customer-module-scope .customer-table,
.customer-module-scope .data-table {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    font-style: normal;
}

.customer-module-scope .customer-table th {
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
}

.customer-module-scope .customer-table th a {
    letter-spacing: 0;
}

.customer-module-scope .status,
.customer-module-scope .lead-pipeline-badge,
.customer-module-scope .ticket-status-badge {
    font-size: 12px;
    font-weight: 700;
}

.customer-module-scope .customer-table tbody tr.customer-row {
    height: 70px;
}

/* Keep collapsed directory rows in the observed 70–80px band. The separate
 * detail row is the only expansion surface. */
.customer-module-scope .customer-table tbody tr.customer-row > td {
    height: 70px;
    max-height: 70px;
    box-sizing: border-box;
    padding-block: 4px;
    vertical-align: middle;
    overflow: hidden;
}

.customer-module-scope .customer-table tbody tr.customer-row > td:first-child,
.customer-module-scope .customer-table tbody tr.customer-row > td:nth-child(2) {
    padding-block: 4px;
}

.customer-module-scope .customer-expand {
    display: inline-grid;
    width: 20px;
    height: 24px;
    place-items: center;
    line-height: 20px;
}

.customer-module-scope .customer-expand:focus-visible {
    outline: 2px solid #3973e8;
    outline-offset: 2px;
    border-radius: 3px;
}

.customer-module-scope .customer-multi-value {
    max-height: 58px;
    overflow: hidden;
}

.customer-module-scope .customer-multi-value-list {
    display: grid;
    gap: 3px;
    max-height: 58px;
    overflow: hidden;
}

.customer-module-scope .customer-multi-value-details {
    margin-top: 2px;
    display: inline;
}

.customer-module-scope .customer-multi-value-details summary {
    list-style: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #5d6873;
}

.customer-module-scope .customer-multi-value-details summary::marker,
.customer-module-scope .customer-multi-value-details::-webkit-details-marker {
    display: none;
}

.customer-module-scope .customer-multi-value-details[open] .customer-multi-value-list {
    max-height: none;
}

.customer-module-scope .customer-multi-value:has(.customer-multi-value-details[open]) {
    max-height: 180px;
    overflow: auto;
}

/* An opened service summary may use its bounded disclosure; only the closed
 * state is constrained to the source's 70–80px directory-row band. */
.customer-module-scope .customer-table tbody tr.customer-row:has(.customer-multi-value-details[open]) > td {
    height: auto;
    max-height: 200px;
    overflow: visible;
}

.customer-module-scope .customer-multi-value-details summary::after {
    content: ' (expand)';
    color: #66717a;
    font-weight: 400;
}

/* The state-specific suffix must follow the default rule: both selectors have
 * the same specificity, so source order is what keeps an opened disclosure
 * from incorrectly continuing to announce an expansion. */
.customer-module-scope .customer-multi-value-details[open] summary::after {
    content: ' (collapse)';
    color: #66717a;
    font-weight: 400;
}

.leads-module-scope .lead-quick-access,
.leads-module-scope .ticket-workflow-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    flex-wrap: wrap;
}

.leads-module-scope .lead-quick-link,
.leads-module-scope .lead-table-workflow-filter,
.leads-module-scope .ticket-workflow-link {
    min-height: 31px;
    border: 1px solid #d9dee6;
    border-radius: 16px;
    padding: 5px 11px;
    text-decoration: none;
    color: #4e5660;
    font-size: 12px;
    font-weight: 700;
}

.leads-module-scope .lead-quick-link.is-active,
.leads-module-scope .ticket-workflow-link.is-active {
    border-color: #3f77ff;
    color: #234a9b;
}

.leads-module-scope .lead-filters,
.leads-module-scope .field-inline span {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.ticket-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.ticket-status-badge--open { background: #3f77ff; }
.ticket-status-badge--unresolved { background: #ffb347; color: #3f3c2d; }
.ticket-status-badge--closed { background: #3d434e; }
.ticket-status-badge--success { background: #2fcb7c; }
.ticket-status-badge--info { background: #35a2ff; }
.ticket-status-badge--warning { background: #f8b84f; color: #463616; }
.ticket-status-badge--danger { background: #e85d66; }
.ticket-status-badge--primary { background: #7d58ff; }
.ticket-status-badge--default { background: #8c94a1; }

/* Leads badge, density and filter styling migrated to
 * assets/modules/leads.css per the module-CSS boundary. */
/* Wave 2 visual scope: networking/scheduling/inventory typography alignment. */
.networking-module,
.scheduling-module,
.inventory-module {
    font-style: normal;
}

.networking-module .splynx-breadcrumb,
.networking-module .breadcrumb {
    color: #3973b8;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.networking-module .splynx-breadcrumb a,
.networking-module .breadcrumb a,
.networking-module .top-actions a,
.networking-module .top-actions .button,
.networking-module .button,
.networking-module .button.secondary {
    color: #3973b8;
    font-size: 14px;
    font-weight: 400;
}
.networking-module .section-title,
.networking-module .section-heading .section-title {
    color: #3973b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.networking-module .field-inline span,
.networking-module .metric-label,
.networking-module label {
    color: #4d555d;
    font-size: 12px;
    font-weight: 400;
}

/* Networking > Router directory: keep the source-shaped list compact without
   changing the shared table contract used by other divisions. */
.networking-module .network-routers-module .network-routers-table {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    font-style: normal;
}
.networking-module .network-routers-module .network-routers-table th {
    height: 36px;
    box-sizing: border-box;
    padding: 8px 12px;
    color: #252b30;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
}
.networking-module .network-routers-module .network-routers-table th a {
    color: #3973b8;
    font-weight: 700;
}
.networking-module .network-routers-module .network-routers-table td {
    height: 35px;
    box-sizing: border-box;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    vertical-align: middle;
}
.networking-module .network-routers-module .network-routers-table td a {
    color: #3973b8;
    font-weight: 400;
}
.networking-module .network-routers-module .network-sites-toolbar,
.networking-module .network-routers-module .network-sites-filters {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    font-style: normal;
}

/* Router directory: source-shaped heading, compact rows, and stable inline actions. */
.networking-module .network-router-list-heading { display:flex; min-height:70px; align-items:center; gap:12px; }
.networking-module .network-router-list-heading > div { min-width:0; }
.networking-module .network-router-list-heading__icon { display:grid; width:40px; height:40px; place-items:center; border-radius:4px; background:#6c757d; color:#fff; }
.networking-module .network-router-list-heading__icon svg { display:block; width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.networking-module .network-router-list-heading h1 { margin:0; color:#1b2124; font-size:24px; font-weight:600; line-height:28px; }
.networking-module .network-router-list-breadcrumb { display:flex; min-height:18px; align-items:center; gap:0; margin:0 0 2px; color:#3973b8; font-size:13px; line-height:18px; white-space:nowrap; }
.networking-module .network-router-list-breadcrumb a { color:#3973b8; text-decoration:none; }
.networking-module .network-router-list-breadcrumb > * + *:before { content:none; }
.networking-module .network-router-list-breadcrumb span[aria-hidden="true"] { margin:0 8px; color:#9aa2a9; }
.networking-module .network-router-list-breadcrumb span[aria-current="page"] { color:#68727c; }
.networking-module .network-routers-module .network-routers-table .status-badge--networking { display:inline-block; }
.networking-module .network-router-row-actions { display:flex; align-items:center; justify-content:flex-start; gap:5px; white-space:nowrap; }
.networking-module .network-router-row-actions form { margin:0; }
.networking-module .network-router-row-actions .icon-button { display:inline-grid; width:20px; min-width:20px; max-width:20px; height:20px; min-height:20px; max-height:20px; box-sizing:border-box; place-items:center; padding:0; line-height:0; }
.networking-module .network-router-row-actions .icon-button svg { display:block; width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }

/* The route's own body/main/list ancestry defeats broad SVG and table rules.
   The presentation attributes in routers.php are the fallback if CSS is delayed. */
body.networking-module main .network-router-list-scope .network-router-list-heading__svg { display:block; width:24px !important; height:24px !important; min-width:24px; min-height:24px; max-width:24px; max-height:24px; }
body.networking-module main .network-router-list-scope .network-router-list-heading__title { font-size:24px !important; line-height:28px !important; }
body.networking-module main .network-router-list-scope .network-router-row-actions .icon-button svg { display:block; width:16px !important; height:16px !important; min-width:16px; min-height:16px; max-width:16px; max-height:16px; }
body.networking-module main .network-router-list-scope .network-routers-table > tbody > tr { height:35px !important; min-height:35px !important; max-height:35px; }
body.networking-module main .network-router-list-scope .network-routers-table > tbody > tr > td { height:35px !important; min-height:35px !important; padding:7px 12px !important; }

.networking-module .network-router-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.networking-module .network-router-heading h1 { margin:0; font-size:20px; line-height:28px; }
.networking-module .network-router-breadcrumb { display:flex; align-items:center; gap:0; margin-bottom:3px; }
.networking-module .network-router-breadcrumb a,
.networking-module .network-router-breadcrumb span { line-height:20px; }
.networking-module .network-router-breadcrumb > * + *:before { content:'/'; margin:0 8px; color:#9aa2a9; }
.networking-module .network-router-breadcrumb [aria-current="page"] { color:#68727c; }
.networking-module .network-router-detail .tabs a { min-height:38px; box-sizing:border-box; padding:10px 13px 8px; font-size:13px; font-weight:400; }
.networking-module .network-router-detail .network-router-tabs[role="tablist"] { display:flex; align-items:flex-end; gap:0; overflow-x:auto; }
.networking-module .network-router-detail .network-router-tabs a[role="tab"] { flex:0 0 auto; white-space:nowrap; text-decoration:none; }
.networking-module .network-router-detail .tabs a[aria-current="page"] { font-weight:600; }
.networking-module .network-router-detail .card-heading h2,
.networking-module .network-router-detail .data-table th { font-size:12px; font-weight:700; text-transform:capitalize; }
.networking-module .network-router-info-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0; }
.networking-module .network-router-info-grid > div { min-width:0; border-bottom:1px solid #f0f1f4; padding:10px 12px; }
.networking-module .network-router-info-grid dt { margin-bottom:4px; color:#6c757d; font-size:12px; font-weight:700; text-transform:capitalize; }
.networking-module .network-router-info-grid dd { margin:0; overflow-wrap:anywhere; font-size:14px; }
.networking-module .network-router-actions { display:flex; align-items:center; justify-content:flex-start; gap:3px; min-width:76px; }
.networking-module .network-router-actions form { margin:0; }
.networking-module .network-router-actions .icon-button { min-width:26px; width:26px; height:26px; box-sizing:border-box; padding:0; border:1px solid #d6dce2; border-radius:3px; background:#fff; color:#3973b8; font-size:14px; line-height:1; }
.networking-module .network-router-actions .icon-button.danger { color:#d54d58; }
.networking-module .status-badge--networking { display:inline-block; border-radius:3px; background:#edf3fb; padding:2px 7px; color:#3973b8; font-size:11px; font-weight:600; line-height:16px; white-space:nowrap; }
.networking-module .status-badge--networking.is-ok { background:#e4f7ef; color:#218458; }
.networking-module .status-badge--networking.is-error { background:#fff0f1; color:#b04450; }
.networking-module .network-router-log-card { overflow:hidden; }
.networking-module .network-router-log-table { min-width:880px; }
.networking-module .network-router-log-table th,
.networking-module .network-router-log-table td { padding:7px 10px; white-space:nowrap; }
.networking-module .network-router-log-table th { background:#f4f6f9; }
@media (max-width:900px) { .networking-module .network-router-info-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }

.scheduling-module .splynx-breadcrumb,
.scheduling-module .breadcrumb {
    color: #4d555d;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.scheduling-module .splynx-breadcrumb a,
.scheduling-module .breadcrumb a,
.scheduling-module summary > a,
.scheduling-module .button,
.scheduling-module .button.secondary {
    color: #3973b8;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.scheduling-module .section-title,
.scheduling-module .scheduling-module__activity h2 {
    color: #1b2124;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.scheduling-module .scheduling-module__activity .section-title {
    color: #1b2124;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.scheduling-module .field-inline span,
.scheduling-module label {
    color: #4d555d;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

/* Scheduling dashboard: compact source hierarchy and task-queue typography. */
.scheduling-dashboard__heading {
    margin-bottom: 16px;
}
.scheduling-dashboard__heading .page-intro {
    margin: 3px 0 0;
    color: #69717a;
    font-size: 14px;
    line-height: 18.2px;
    font-style: normal;
}
.scheduling-dashboard__metrics {
    margin-bottom: 18px;
}
.scheduling-dashboard__queue .section-title {
    margin: 0 0 8px;
    color: #1b2124;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: none;
}
.scheduling-dashboard__queue .table-summary,
.scheduling-dashboard__queue .pagination,
.scheduling-dashboard__filters {
    font-size: 14px;
    line-height: 18.2px;
    font-style: normal;
}
.scheduling-dashboard__queue .data-table th {
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 700;
    text-transform: none;
}
.scheduling-dashboard__queue .data-table td {
    font-size: 14px;
    line-height: 18.2px;
    font-style: normal;
}

/* Scheduling > Tasks retains the compact source directory treatment without
   leaking customer-list colours or row dimensions into this module. */
.scheduling-module .task-titlebar .page-intro a,
.scheduling-module .customer-tasks-card .data-table a {
    color: #3973b8;
}
.scheduling-module .customer-tasks-card .data-table a {
    font-weight: 400;
}
.scheduling-module .customer-tasks-card .data-table th {
    height: 35px;
    box-sizing: border-box;
    padding: 7px 12px;
    color: #252b30;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
}
.scheduling-module .customer-tasks-card .data-table td {
    height: 35px;
    box-sizing: border-box;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}
.scheduling-module .customer-tasks-card .task-status {
    padding: 2px 7px;
    line-height: 16px;
    white-space: nowrap;
}
.scheduling-module .task-top-toolbar select,
.scheduling-module .task-top-toolbar input,
.scheduling-module .task-page-size select,
.scheduling-module .task-bulk-actions select {
    min-height: 33px;
}
.scheduling-module .task-top-toolbar :is(input, select):focus-visible,
.scheduling-module .task-page-size :is(select, button):focus-visible,
.scheduling-module .task-bulk-actions :is(select, button):focus-visible,
.scheduling-module .customer-tasks-card .data-table a:focus-visible,
.scheduling-module .scheduling-dashboard__heading .customer-actionbar a.button:focus-visible,
.scheduling-module .scheduling-dashboard__filters :is(input, select, button):focus-visible,
.scheduling-module .scheduling-dashboard__queue .data-table :is(a, button):focus-visible,
.scheduling-module .scheduling-dashboard__queue .pagination a.button:focus-visible,
.scheduling-module .task-editor :is(input, select, textarea, button, a.button):focus-visible,
.scheduling-module .task-comments :is(textarea, button):focus-visible,
.scheduling-module .task-delete-form button:focus-visible {
    outline: 2px solid #2367b6;
    outline-offset: 2px;
}
@media (max-width: 760px) {
    .scheduling-module .task-top-toolbar,
    .scheduling-module .task-top-toolbar label,
    .scheduling-module .task-top-toolbar label:nth-child(2) {
        width: 100%;
    }
    .scheduling-module .task-bulk-actions {
        margin-top: 8px;
    }
}

.inventory-module .splynx-breadcrumb,
.inventory-module .breadcrumb {
    color: #3973b8;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.inventory-module .splynx-breadcrumb a,
.inventory-module .breadcrumb a,
.inventory-module .icon-button,
.inventory-module .top-actions a,
.inventory-module .button,
.inventory-module .button.secondary {
    color: #3973b8;
    font-size: 14px;
    font-weight: 400;
}
.inventory-module .section-title,
.inventory-module .section-heading .section-title,
.inventory-module .page-title {
    color: #1b2124;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
}
.inventory-module .metric-label,
.inventory-module .inventory-summary-cards span,
.inventory-module .field-inline > span,
.inventory-module label,
.inventory-module dt {
    color: #4d555d;
    font-size: 12px;
    font-weight: 700;
}

/* Messages parity: keep the Inbox compact and scoped to this division. */
.messages-module-scope {
    color: #252b30;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.messages-module-scope .page-title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.messages-module-scope .page-intro {
    margin: 0;
    color: #69737c;
    font-size: 14px;
    line-height: 18.2px;
}
.messages-module-scope .splynx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 16px 0 14px;
    border-bottom: 1px solid #e2e6ea;
}
.messages-module-scope .splynx-breadcrumb a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border-bottom: 2px solid transparent;
    padding: 0 14px;
    color: #3973b8;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.messages-module-scope .splynx-breadcrumb a:first-child { padding-left: 0; }
.messages-module-scope .splynx-breadcrumb a.active {
    border-bottom-color: #3973b8;
    color: #1b2124;
    font-weight: 600;
}
.messages-module-scope .filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    align-items: end;
    gap: 12px;
    margin-bottom: 12px;
}
.messages-module-scope .filters .field-inline {
    min-width: 0;
    width: auto;
    gap: 4px;
    color: #4d555d;
    font-size: 12px;
    font-weight: 400;
}
.messages-module-scope .filters .field-inline input,
.messages-module-scope .filters .field-inline select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.messages-module-scope .filters .field-inline .search-field {
    width: 100%;
}
.messages-module-scope .filters > .button {
    align-self: end;
    justify-self: start;
    white-space: nowrap;
}
.messages-module-scope .data-table th {
    color: #3973b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
}
.messages-module-scope .data-table td {
    height: 38px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 18.2px;
}
.messages-module-scope .data-table tbody tr { border-bottom: 1px solid #e3e7ea; }
.messages-module-scope .data-table td a { color: #3973b8; }
.messages-module-scope .messages-list-table--email,
.messages-module-scope .messages-list-table--sms,
.messages-module-scope .messages-list-table--whatsapp { min-width: 960px; }
.messages-module-scope .pagination { padding: 12px 16px; font-size: 14px; }
.messages-module-scope .pagination .button { font-size: 14px; font-weight: 400; }
.messages-module-scope .pagination .pagination-control.is-disabled { cursor: default; opacity: .52; }
.messages-module-scope .messages-inbox-empty { padding: 18px 10px; color: #69737c; }

@media (max-width: 900px) {
    .messages-module-scope .filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 620px) {
    .messages-module-scope .filters {
        grid-template-columns: 1fr;
    }
    .messages-module-scope .filters > .button {
        width: 100%;
    }
}

/* Wave 3 tariff-plan density and source navigation. */
.tariffs-module-scope .page-title { font-size: 20px; font-weight: 600; line-height: 1.18; }
.tariffs-module-scope .page-intro { font-size: 14px; font-weight: 400; font-style: normal; }
.tariffs-module-scope .tabs { margin-bottom: 12px; }
.tariffs-module-scope .tab { padding: 8px 14px; font-size: 14px; font-weight: 400; }
.tariffs-module-scope .filters { gap: 8px; }
.tariffs-module-scope .field-inline > span { font-size: 12px; font-weight: 400; font-style: normal; }
.tariffs-module-scope .data-table { font-size: 14px; font-weight: 400; line-height: 18.2px; font-style: normal; }
.tariffs-module-scope .data-table th { padding: 8px 10px; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.tariffs-module-scope .data-table tbody tr { height: 51px; }
.tariffs-module-scope .tariff-catalogue-table { min-width: 1180px; }
.tariffs-module-scope .tariff-catalogue-table-wrap:focus-visible { outline: 2px solid #3973b8; outline-offset: 2px; }
.tariffs-module-scope .tariff-catalogue-table th:nth-child(n + 4),
.tariffs-module-scope .tariff-catalogue-table td:nth-child(n + 4) { white-space: nowrap; }
.tariffs-module-scope .tariff-speed { white-space: nowrap; }
.tariffs-module-scope .tariff-speed-unit { color: #6f7580; font-size: 12px; }
.tariffs-module-scope .table-summary,
.tariffs-module-scope .pagination { font-size: 14px; font-weight: 400; }
.tariffs-module-scope .button { font-size: 14px; font-weight: 400; }
.tariffs-module-scope .section-title { font-size: 18px; font-weight: 600; }

.inventory-module .inventory-summary-cards--status{grid-template-columns:repeat(5,minmax(125px,1fr));gap:10px}
.inventory-module .inventory-summary-cards--status article{min-height:76px;padding:12px 13px;background:#f4f6f9;color:#252b30;border:1px solid #e1e5ea}
.inventory-module .inventory-summary-cards--status article:nth-child(n){background:#f4f6f9}
.inventory-module .inventory-summary-cards--status span{font-size:12px;line-height:16px}
.inventory-module .inventory-summary-cards--status strong{margin-top:4px;color:#1b2124;font-size:22px;line-height:26px}
.inventory-module .inventory-summary-cards--status a{top:auto;right:13px;bottom:12px;color:#3973b8;font-size:12px}
.inventory-module .inventory-activity__event{padding:11px 0}
.inventory-module .inventory-activity__meta{align-items:baseline;gap:12px}
.inventory-module .inventory-activity__meta strong{font-size:14px;font-weight:600}
.inventory-module .inventory-activity__meta time{white-space:nowrap}
.inventory-module .inventory-activity__summary{line-height:18px}
.inventory-module .inventory-activity__details{display:flex;flex-wrap:wrap;gap:5px 18px;margin:8px 0 0;color:#6c757d;font-size:12px}
.inventory-module .inventory-activity__details div{display:flex;gap:5px}
.inventory-module .inventory-activity__details dt{font-weight:600}
.inventory-module .inventory-activity__details dd{margin:0}
.inventory-module .inventory-activity__notes{margin:7px 0 0;font-size:12px;line-height:17px}
.inventory-module .inventory-dashboard-grid .section-title{font-size:12px;font-weight:700;text-transform:capitalize}
.inventory-module .inventory-toolbar--filters label,.inventory-module .inventory-summary-cards span{font-weight:400}
@media(max-width:900px){.inventory-module .inventory-summary-cards--status{grid-template-columns:repeat(3,minmax(125px,1fr))}}
@media(max-width:560px){.inventory-module .inventory-summary-cards--status{grid-template-columns:repeat(2,minmax(125px,1fr))}.inventory-module .inventory-activity__meta{align-items:flex-start;flex-direction:column;gap:2px}}

/* Config visual correction: compact source labels and single-line resets. */
.company-parity .company-parity-field > label,.company-parity .company-parity-logo > label{font-size:12px}
.company-parity .finance-source-field .finance-reset{width:max-content;min-width:58px;padding:0 8px;white-space:nowrap}
@media(max-width:900px){.company-parity .company-parity-logo>label{justify-self:start;text-align:left}}

/* Inventory product create/edit: compact source-style editor and six source-defined commerce controls. */
.inventory-product-editor{width:min(700px,calc(100vw - 40px));max-height:calc(100vh - 100px);margin:0 auto;padding:0;overflow:hidden;border:1px solid #dfe3e8;border-radius:6px;box-shadow:0 10px 35px rgba(0,0,0,.16)}
.inventory-product-editor__header{display:flex;min-height:54px;box-sizing:border-box;align-items:center;padding:0 18px;border-bottom:1px solid #e2e6ea}
.inventory-product-editor__header .page-title{margin:0;font-size:18px;line-height:24px}
.inventory-product-editor>.notice{margin:12px 18px 0}
.inventory-product-editor form{display:flex;max-height:calc(100vh - 100px);flex-direction:column}
.inventory-product-editor__body{overflow:auto;padding:18px}
.inventory-product-editor .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}
.inventory-product-editor .field{margin:0;gap:4px;color:#4d555d;font-size:13px}
.inventory-product-editor .field>span{line-height:18px}
.inventory-product-editor .field input:not([type=checkbox]),.inventory-product-editor .field select,.inventory-product-editor .field textarea{width:100%;min-height:34px;box-sizing:border-box;border:1px solid #ced4da;border-radius:4px;background:#fff;padding:6px 9px;color:#1b2124}
.inventory-product-editor .field input[type=file]{padding:6px}
.inventory-product-editor .field textarea{resize:vertical}
.inventory-product-editor .field small{color:#77818b;font-size:11px;line-height:16px}
.inventory-product-editor .inventory-product-settings{grid-column:1/-1;margin:2px 0 0;border:1px solid #e1e6eb;border-radius:4px;padding:12px 14px 14px}
.inventory-product-editor .inventory-product-settings legend{padding:0 6px;color:#4d555d;font-size:13px;font-weight:600}
.inventory-product-editor .inventory-product-settings .form-grid{grid-template-columns:minmax(0,1fr);margin-top:2px}
.inventory-product-editor .inventory-product-settings .field{align-items:start}
.inventory-product-editor .inventory-product-settings .field:has(input[type=checkbox]){display:flex;align-items:center;gap:8px;min-height:34px}
.inventory-product-editor .inventory-product-settings .field:has(input[type=checkbox])>span{order:2}
.inventory-product-editor .inventory-product-settings .field:has(input[type=checkbox]) input[type=checkbox]{order:1;width:16px;height:16px;margin:0}
.inventory-product-editor__footer{display:flex;min-height:61px;box-sizing:border-box;align-items:center;justify-content:flex-end;gap:10px;margin:0;padding:0 18px;border-top:1px solid #e2e6ea;background:#fff;white-space:nowrap}
.inventory-product-editor__footer .button{min-width:66px;height:32px;box-sizing:border-box;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:400}
@media(max-width:700px){.inventory-product-editor{width:calc(100vw - 24px)}.inventory-product-editor .form-grid{grid-template-columns:1fr}.inventory-product-editor .field-wide,.inventory-product-editor .inventory-product-settings{grid-column:auto}.inventory-product-editor__body{padding:14px}.inventory-product-editor__footer{padding:0 14px}}

/* Scheduling Maps: task GPS stays source-backed; this is a bounded coordinate canvas, not an external map dependency. */
.scheduling-module .scheduling-maps{padding:16px}
.scheduling-module .scheduling-maps__canvas{position:relative;min-height:360px;margin:14px 0 18px;overflow:hidden;border:1px solid #cfd8df;border-radius:4px;background:linear-gradient(135deg,#eaf2f5 0%,#dbe8ed 48%,#edf3e8 48%,#d9e5d5 100%)}
.scheduling-module .scheduling-maps__canvas::before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px);background-size:10% 20%;content:""}
.scheduling-module .scheduling-maps__marker{position:absolute;z-index:1;display:grid;width:26px;height:26px;place-items:center;transform:translate(-50%,-100%);border:2px solid #fff;border-radius:50% 50% 50% 0;background:#2367b6;color:#fff;font-size:10px;font-weight:700;line-height:1;box-shadow:0 1px 4px rgba(22,42,58,.35)}
.scheduling-module .scheduling-maps__marker:focus-visible{outline:2px solid #173f70;outline-offset:3px}
