.cdp-shell{--surface: #ffffff;--surface-muted: #f5f6fa;--text-primary: #0f172a;--text-secondary: #667085;--border: #e4e6f5;--accent: #4f46e5;--accent-soft: rgba(79, 70, 229, .1);--radius-lg: 10px;--radius-md: 8px;--rail-bg: #ffffff;--rail-border: #ece9fb;--rail-text: #5b6478;--rail-text-hover: #312e81;--rail-active-bg: #eef0ff;--rail-active-border: #d6d3fb;min-height:100vh;display:flex;flex-direction:column;background:var(--surface-muted);color:var(--text-primary)}.cdp-shell__header{position:sticky;top:0;z-index:10;display:flex;align-items:stretch;gap:0;min-height:62px;padding:0;background:var(--surface);border-bottom:1px solid var(--border)}.cdp-shell__brand{box-sizing:border-box;flex:0 0 200px;display:flex;align-items:center;gap:.65rem;padding:0 1.55rem;font-size:1rem;font-weight:700;color:var(--text-primary);background:var(--rail-bg);white-space:nowrap;overflow:hidden;border-right:1px solid var(--border);transition:flex-basis .15s ease,padding .15s ease}.cdp-shell__brand svg{width:30px;height:30px;flex-shrink:0}.cdp-shell--sidebar-collapsed .cdp-shell__brand{flex-basis:72px;padding:0;justify-content:center}.cdp-shell--sidebar-collapsed .cdp-shell__brand span{display:none}.cdp-shell__header-main{flex:1 1 auto;display:flex;align-items:center;gap:1rem;min-width:0;padding:0 1.5rem}.cdp-shell__page-title{min-width:0}.cdp-shell__page-title h1{margin:0;font-size:1.08rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cdp-shell__page-title p{margin:.15rem 0 0;font-size:.78rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cdp-shell__user{flex-shrink:0;display:flex;align-items:center;gap:.85rem;padding:0 1.5rem}.cdp-shell__user-chip{display:flex;align-items:center;gap:.6rem}.cdp-shell__avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--color-action-primary-gradient, var(--accent));color:#fff;font-size:.8rem;font-weight:700;flex-shrink:0}.cdp-shell__user-info{display:flex;flex-direction:column;line-height:1.25}.cdp-shell__user-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.cdp-shell__user-role{font-size:.75rem;color:var(--text-secondary)}.cdp-shell__logout{display:flex;align-items:center;gap:.4rem;padding:.46rem .82rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.85rem;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cdp-shell__logout svg{width:16px;height:16px}.cdp-shell__logout:hover{background:var(--surface-muted);color:var(--text-primary);border-color:#c7cede}.cdp-shell__logout:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cdp-shell__body{flex:1;display:flex;align-items:stretch}.cdp-shell__sidebar{box-sizing:border-box;width:200px;flex-shrink:0;background:var(--rail-bg);border-right:1px solid var(--rail-border);transition:width .15s ease,padding .15s ease}.cdp-shell__context-sidebar{box-sizing:border-box;width:216px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border)}.cdp-shell__sidebar-inner{position:sticky;top:62px;padding:1.25rem .7rem}.cdp-shell__context-sidebar .cdp-shell__sidebar-inner{padding:1.2rem .85rem}.cdp-shell__context-title{margin:0 0 1rem .5rem;color:#667085;font-size:.68rem;font-weight:700;letter-spacing:.08em}.cdp-shell__context-sidebar ul{list-style:none;margin:0;padding:0}.cdp-shell__context-tree{display:flex;flex-direction:column;gap:.8rem}.cdp-shell__context-channel-group{min-width:0}.cdp-shell__context-channel{margin:0 0 .38rem;padding:0 .5rem;color:var(--text-primary);font-size:.84rem;font-weight:700;line-height:1.35}.cdp-shell__context-channel--disabled{color:#98a2b3}.cdp-shell__context-child-list{display:flex;flex-direction:column;gap:.15rem;margin-left:.45rem;padding-left:.45rem}.cdp-shell__context-link{display:block;padding:.48rem .65rem;border:1px solid transparent;border-radius:var(--radius-md);color:#5d667a;font-size:.82rem;font-weight:600;line-height:1.35;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.cdp-shell__context-link:hover{background:var(--accent-soft);color:var(--text-primary)}.cdp-shell__context-link--active{background:var(--rail-active-bg);border-color:var(--rail-active-border);color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.cdp-shell__context-link--disabled{color:#98a2b3;cursor:default}.cdp-shell__context-link--disabled:hover{background:transparent;border-color:transparent;color:#98a2b3}.cdp-shell__sidebar-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cdp-shell__sidebar-toggle svg{width:18px;height:18px}.cdp-shell__sidebar-toggle:hover{background:var(--surface-muted);color:var(--text-primary);border-color:#c7cede}.cdp-shell__sidebar-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cdp-shell__sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.cdp-shell--sidebar-collapsed .cdp-shell__sidebar{width:72px}.cdp-shell--sidebar-collapsed .cdp-shell__sidebar .cdp-shell__sidebar-inner{padding-left:.5rem;padding-right:.5rem}.cdp-shell--sidebar-collapsed .cdp-shell__nav-link{justify-content:center;padding:.65rem}.cdp-shell--sidebar-collapsed .cdp-shell__nav-link span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cdp-shell__nav-link{display:flex;align-items:center;gap:.6rem;padding:.62rem .7rem;border:1px solid transparent;border-radius:var(--radius-md);color:var(--rail-text);font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.cdp-shell__nav-icon{width:19px;height:19px;flex-shrink:0}.cdp-shell__nav-link:hover{background:var(--accent-soft);color:var(--rail-text-hover)}.cdp-shell__nav-link--active{background:var(--rail-active-bg);border-color:var(--rail-active-border);color:var(--accent);font-weight:700;box-shadow:inset 3px 0 0 var(--accent)}.cdp-shell__main{flex:1;display:flex;flex-direction:column;min-width:0}.cdp-shell__content{flex:1;padding:1.75rem 2.25rem}.cdp-shell__footer{border-top:1px solid var(--border);padding:1rem 2.5rem;background:var(--surface)}.cdp-shell__footer p{margin:0;text-align:center;font-size:.78rem;color:var(--text-secondary)}@media (max-width: 900px){.cdp-shell__body{flex-direction:column}.cdp-shell__sidebar,.cdp-shell--sidebar-collapsed .cdp-shell__sidebar{width:auto;border-right:none;border-bottom:1px solid var(--rail-border)}.cdp-shell__context-sidebar{width:auto;border-right:none;border-bottom:1px solid var(--border)}.cdp-shell__sidebar-inner{position:static;padding:.75rem 1rem}.cdp-shell__context-sidebar .cdp-shell__sidebar-inner{padding:.65rem 1rem}.cdp-shell__context-title{margin:0 0 .35rem}.cdp-shell__context-tree,.cdp-shell__context-child-list{flex-direction:row;gap:.35rem;flex-wrap:wrap;align-items:center}.cdp-shell__context-child-list{margin-left:0;padding-left:0}.cdp-shell__context-channel{margin:0;padding:.5rem .45rem .5rem 0}.cdp-shell__context-channel-group{display:flex;align-items:center;gap:.35rem}.cdp-shell__context-link{padding:.5rem .65rem}.cdp-shell__sidebar-toggle{display:none}.cdp-shell__brand,.cdp-shell--sidebar-collapsed .cdp-shell__brand{flex-basis:auto;padding:0 1rem;border-right:none;justify-content:flex-start}.cdp-shell--sidebar-collapsed .cdp-shell__brand span{display:inline}.cdp-shell--sidebar-collapsed .cdp-shell__nav-link span{position:static;width:auto;height:auto;margin:0;clip:auto;overflow:visible}.cdp-shell__sidebar ul{flex-direction:row;flex-wrap:wrap}.cdp-shell__content{padding:1.5rem 1.25rem}}@media (max-width: 560px){.cdp-shell__header{min-height:56px}.cdp-shell__brand,.cdp-shell__header-main,.cdp-shell__user{padding-left:1rem;padding-right:1rem}.cdp-shell__brand span,.cdp-shell__page-title p,.cdp-shell__user-info{display:none}}.action-notification{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1100;display:flex;align-items:center;gap:.7rem;min-width:320px;max-width:min(460px,calc(100vw - 2rem));overflow:hidden;padding:.85rem .95rem;border:1px solid var(--color-border, #dfe5ef);border-left:4px solid;border-radius:var(--radius-lg, 8px);background:var(--color-surface, #ffffff);box-shadow:0 16px 36px -24px #0f172a59;color:var(--color-text-primary, #0f172a);font-size:.86rem;font-weight:650;animation:action-notification-enter .2s ease-out}.action-notification--create{border-left-color:#17a05d}.action-notification--update{border-left-color:var(--color-action-primary, #4f46e5)}.action-notification--delete{border-left-color:#dc6803}.action-notification--error{border-left-color:#d92d20}.action-notification__icon{display:grid;width:1.55rem;height:1.55rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;font-size:.92rem;font-weight:700}.action-notification--create .action-notification__icon{background:#17a05d}.action-notification--update .action-notification__icon{background:var(--color-action-primary, #4f46e5)}.action-notification--delete .action-notification__icon{background:#dc6803}.action-notification--error .action-notification__icon{background:#d92d20}.action-notification__message{line-height:1.4}.action-notification button{margin-left:auto;padding:.2rem .35rem;border:0;background:transparent;color:var(--color-text-secondary, #667085);font:inherit;font-size:.76rem;cursor:pointer}.action-notification button:hover{color:var(--color-text-primary, #0f172a)}.action-notification__progress{position:absolute;right:0;bottom:0;left:0;height:3px;transform-origin:left;animation:action-notification-progress 5s linear forwards}.action-notification--create .action-notification__progress{background:#17a05d}.action-notification--update .action-notification__progress{background:var(--color-action-primary, #4f46e5)}.action-notification--delete .action-notification__progress{background:#dc6803}.action-notification--error .action-notification__progress{background:#d92d20}@keyframes action-notification-enter{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes action-notification-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 600px){.action-notification{right:1rem;bottom:1rem;left:1rem;min-width:0}}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem 2rem;background:#0f172a61;overflow-y:auto}.modal__overlay--roomy{padding:1.5rem 1rem}.modal__panel{--accent: var(--color-action-primary, #4f46e5);--surface: var(--color-surface, #ffffff);--surface-muted: var(--color-surface-muted, #f5f7fb);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);--border: var(--color-border, #dfe5ef);--danger-bg: #fef2f2;--danger-text: var(--color-action-danger, #b91c1c);--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);--control-height: var(--control-height-md, 38px);--control-radius: var(--control-radius, var(--radius-md));width:100%;max-width:620px;background:var(--surface);border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.06);box-shadow:0 24px 60px -28px #0f172a6b;max-height:calc(100vh - 6rem);display:flex;flex-direction:column}.modal__panel--lg{max-width:1100px}.modal__panel--xl{max-width:1360px}.modal__panel--lg,.modal__panel--xl{max-height:calc(100vh - 3rem)}.modal__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border)}.modal__header h2{margin:0;font-size:1.12rem;font-weight:700;color:var(--text-primary)}.modal__header-end{flex-shrink:0;display:flex;align-items:center;gap:.75rem}.modal__close{flex-shrink:0;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-md);background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.modal__close svg{width:18px;height:18px}.modal__close:hover{background:var(--surface-muted);color:var(--text-primary)}.modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal__body{flex:1;min-height:0;display:flex;flex-direction:column;padding:1.5rem;overflow-y:auto}.modal-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.modal-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-form__row>.modal-form__field{min-width:0}@media (max-width: 560px){.modal-form__row{grid-template-columns:1fr;gap:0}}.modal-form__field label{font-size:.85rem;font-weight:600;color:var(--text-primary)}.form-required{color:#dc2626;font-weight:700}.modal-form__field input,.modal-form__field select,.modal-form__field textarea{min-height:var(--control-height);padding:.58rem var(--control-padding-x, .72rem);border-radius:var(--control-radius);border:1px solid var(--border);background:var(--control-bg, var(--surface));font-size:var(--control-font-size, .84rem);font-family:inherit;color:var(--text-primary)}.modal-form__field input:focus,.modal-form__field select:focus,.modal-form__field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.modal-form__field input:disabled,.modal-form__field select:disabled,.modal-form__field textarea:disabled{background:var(--surface-muted);color:var(--text-secondary);cursor:not-allowed}.modal-form__field-error{margin:0;font-size:.82rem;color:var(--danger-text)}.modal-form__error{padding:.75rem 1rem;margin-bottom:1.15rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.88rem}.modal-form__hint{margin:.4rem 0 0;font-size:.82rem;font-style:italic;color:var(--text-secondary)}.modal-form__actions{position:sticky;bottom:-1.5rem;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin:1.35rem -1.5rem -1.5rem;padding:.95rem 1.5rem;background:var(--surface);border-top:1px solid var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.modal-form__submit{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:none;border-radius:var(--button-radius, var(--radius-md));background:var(--color-action-primary, var(--accent));color:var(--color-action-on-primary, #ffffff);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer}.modal-form__submit:hover:not(:disabled){background:var(--color-action-primary-hover, var(--accent))}.modal-form__submit:disabled{opacity:.6;cursor:not-allowed}.modal-form__cancel{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border-radius:var(--button-radius, var(--radius-md));border:1px solid var(--color-action-secondary-border, transparent);background:var(--color-action-secondary-bg, var(--surface-muted));color:var(--color-action-secondary-text, var(--text-secondary));font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer}.modal-form__cancel:hover{background:var(--color-action-secondary-hover-bg, var(--border));color:var(--text-primary)}@media (max-width: 560px){.modal__overlay{padding:1.5rem .75rem;align-items:flex-end}.modal__panel{max-width:100%;max-height:calc(100vh - 2rem)}}.employee-create-form{margin:0}.employee-create-form__hint{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-secondary);font-size:.76rem;font-style:normal}.employee-create-form__copy-username{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;padding:0;border:none;background:transparent;color:var(--text-secondary);cursor:pointer}.employee-create-form__copy-username svg{width:.9rem;height:.9rem}.employee-create-form__copy-username:hover{color:var(--text-primary, currentColor)}.employee-create-form__copy-confirm{color:var(--accent);font-weight:600}.employee-create-form__username-row{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:var(--control-radius);background:var(--control-bg, var(--surface));overflow:hidden}.employee-create-form__username-prefix{display:flex;align-items:center;color:var(--text-secondary);padding:0 .4rem 0 .72rem;white-space:nowrap;background:var(--surface-muted);border-right:1px solid var(--border)}.employee-create-form__username-row input{flex:1;min-width:0;border:none!important;border-radius:0!important}.employee-create-form__username-row input:focus{box-shadow:none!important}.employee-create-form__role-options{display:flex;gap:1.25rem}.employee-create-form__role-option{display:flex;align-items:center;gap:.4rem;font-weight:400}.employee-create-form__password-wrap{position:relative;display:flex;align-items:stretch}.employee-create-form__password-input{flex:1;min-width:0;padding-right:2.4rem!important}.employee-create-form__toggle-password{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:2.4rem;border:none;background:transparent;color:var(--text-secondary);cursor:pointer}.employee-create-form__toggle-password svg{width:1.1rem;height:1.1rem}.employee-create-form__toggle-password:hover{color:var(--text-primary, currentColor)}.ui-button{min-height:var(--button-height-md, 38px);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 var(--button-padding-x-md, 1rem);border:1px solid transparent;border-radius:var(--button-radius, 6px);font:inherit;font-size:var(--button-font-size-md, .9rem);font-weight:650;line-height:1;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease,transform .15s ease}.ui-button--sm{min-height:var(--button-height-sm, 32px);padding:0 var(--button-padding-x-sm, .75rem);font-size:var(--button-font-size-sm, .84rem)}.ui-button--primary{background:var(--color-action-primary-gradient, var(--color-action-primary));border-color:transparent;color:var(--color-action-on-primary)}.ui-button--primary:hover:not(:disabled){background:var(--color-action-primary-hover);border-color:var(--color-action-primary-hover);box-shadow:0 8px 18px -14px #4f46e5b3}.ui-button--secondary{background:var(--color-action-secondary-bg);border-color:var(--color-action-secondary-border);color:var(--color-action-secondary-text)}.ui-button--secondary:hover:not(:disabled){background:var(--color-action-secondary-hover-bg);border-color:var(--color-action-secondary-hover-border);color:var(--color-action-primary)}.ui-button--danger{background:var(--color-action-danger);border-color:var(--color-action-danger);color:var(--color-action-on-danger)}.ui-button--danger:hover:not(:disabled){background:var(--color-action-danger-hover);border-color:var(--color-action-danger-hover)}.ui-button--success{background:var(--color-action-success);border-color:var(--color-action-success);color:var(--color-action-on-success)}.ui-button--success:hover:not(:disabled){background:var(--color-action-success-hover);border-color:var(--color-action-success-hover)}.ui-button--ghost{background:transparent;border-color:transparent;color:var(--color-action-ghost-text)}.ui-button--ghost:hover:not(:disabled){background:var(--color-action-secondary-bg);color:var(--color-text-primary)}.ui-button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-action-focus-ring)}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-button__icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 auto}.ui-button__label{min-width:0;overflow:hidden;text-overflow:ellipsis}.employee-detail-drawer{margin:0}.employee-detail-drawer__fields{margin:0 0 1rem}.employee-detail-drawer__field{display:flex;align-items:baseline;gap:.5rem;margin:0 0 .4rem}.employee-detail-drawer__field dt{color:var(--text-secondary);font-size:.85rem;min-width:8rem}.employee-detail-drawer__field dd{margin:0;font-weight:500}.employee-detail-drawer__pairs-section{margin:0 0 1.2rem}.employee-detail-drawer__pairs-section h3{margin:0 0 .5rem;font-size:.95rem}.employee-detail-drawer__no-pairs{color:var(--text-secondary);font-style:italic;margin:0}.employee-detail-drawer__pairs-table{width:100%;border-collapse:collapse;border:1px solid var(--border-color, #d0d5dd);border-radius:8px;overflow:hidden}.employee-detail-drawer__pairs-table th{text-align:left;padding:.5rem .75rem;font-size:.78rem;font-weight:700;color:var(--text-secondary);background:var(--table-header-bg, #fbfcfe);border-bottom:1px solid var(--border-color, #e4e7ec)}.employee-detail-drawer__pairs-table td{padding:.5rem .75rem;vertical-align:middle}.employee-detail-drawer__pairs-table tbody tr+tr td{border-top:1px solid var(--border-color, #e4e7ec)}.employee-detail-drawer__pair-location{font-weight:500}.employee-detail-drawer__pair-roles{color:var(--text-secondary)}.employee-detail-drawer__footer{display:flex;justify-content:flex-end;padding-top:.8rem;border-top:1px solid var(--border-color, #e4e7ec)}.employee-edit-drawer{margin:0}.employee-edit-drawer__info-form{margin:0 0 1.2rem}.employee-edit-drawer__info-form-actions{display:flex;justify-content:flex-end}.employee-edit-drawer__save{border:1px solid var(--primary-color, #1570ef);background:var(--primary-color, #1570ef);color:#fff;border-radius:6px;padding:.45rem .9rem;cursor:pointer}.employee-edit-drawer__save:disabled{opacity:.6;cursor:not-allowed}.employee-edit-drawer__pairs-section{margin:.4rem 0 1.2rem;padding-top:1rem;border-top:1px solid var(--border-color, #e4e7ec)}.employee-edit-drawer__pairs-header{display:flex;align-items:center;justify-content:space-between;margin:0 0 .5rem}.employee-edit-drawer__pairs-header h3{margin:0;font-size:.95rem}.employee-edit-drawer__assign{border:1px solid var(--border-color, #d0d5dd);background:transparent;border-radius:6px;padding:.3rem .6rem;cursor:pointer;font-size:.85rem}.employee-edit-drawer__no-pairs{color:var(--text-secondary);font-style:italic;margin:0}.employee-edit-drawer__pairs-table{width:100%;border-collapse:collapse;border:1px solid var(--border-color, #d0d5dd);border-radius:8px;overflow:hidden}.employee-edit-drawer__pairs-table th{text-align:left;padding:.5rem .75rem;font-size:.78rem;font-weight:700;color:var(--text-secondary);background:var(--table-header-bg, #fbfcfe);border-bottom:1px solid var(--border-color, #e4e7ec)}.employee-edit-drawer__pairs-table td{padding:.5rem .75rem;vertical-align:middle}.employee-edit-drawer__pairs-table tbody tr+tr td{border-top:1px solid var(--border-color, #e4e7ec)}.employee-edit-drawer__pair-location{font-weight:500;white-space:nowrap}.employee-edit-drawer__pair-roles{display:flex;flex-wrap:wrap;gap:.4rem}.employee-edit-drawer__pair-actions{text-align:right;white-space:nowrap}.employee-edit-drawer__role-chip{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border-color, #d0d5dd);border-radius:999px;padding:.15rem .3rem .15rem .6rem;font-size:.82rem}.employee-edit-drawer__role-chip--pending{color:var(--text-secondary);text-decoration:line-through;border-style:dashed;background:var(--surface-muted, #f5f6f8)}.employee-edit-drawer__role-remove{border:none;background:transparent;color:var(--danger-color, #d92d20);cursor:pointer;font-size:.9rem;line-height:1;padding:.1rem .25rem}.employee-edit-drawer__role-undo{border:none;background:transparent;color:var(--primary-color, #1570ef);cursor:pointer;font-size:.78rem;text-decoration:underline;text-decoration-style:solid;padding:0}.employee-edit-drawer__location-remove-all{border:1px solid var(--border-color, #d0d5dd);background:transparent;color:var(--danger-color, #d92d20);border-radius:6px;padding:.25rem .55rem;cursor:pointer;font-size:.78rem}.employee-edit-drawer__pending-hint{margin:.6rem 0 0;color:var(--text-secondary);font-size:.82rem;font-style:italic}.employee-edit-drawer__status-section{display:flex;align-items:center;gap:.75rem;padding-top:.8rem;border-top:1px solid var(--border-color, #e4e7ec)}.employee-edit-drawer__status-label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.employee-edit-drawer__status-toggle{position:relative;width:2.4rem;height:1.3rem;border-radius:999px;border:1px solid var(--border-color, #d0d5dd);background:var(--surface-muted, #e4e7ec);cursor:pointer;padding:0;flex-shrink:0;transition:background-color .15s ease}.employee-edit-drawer__status-toggle--on{background:var(--primary-color, #1570ef);border-color:var(--primary-color, #1570ef)}.employee-edit-drawer__status-toggle-thumb{position:absolute;top:1px;left:1px;width:1.1rem;height:1.1rem;border-radius:50%;background:#fff;box-shadow:0 1px 2px #10182833;transition:transform .15s ease}.employee-edit-drawer__status-toggle--on .employee-edit-drawer__status-toggle-thumb{transform:translate(1.1rem)}.employee-assign-form{margin:0}.employee-assign-form__fields{margin:0 0 1rem}.employee-assign-form__field{display:flex;align-items:baseline;gap:.5rem}.employee-assign-form__field dt{color:var(--text-secondary);font-size:.85rem;min-width:8rem}.employee-assign-form__field dd{margin:0;font-weight:500}.employee-assign-form__current{margin-bottom:1rem}.employee-assign-form__current-label{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.35rem}.employee-assign-form__chips{display:flex;flex-wrap:wrap;gap:.4rem}.employee-assign-form__chip{background:var(--surface-subtle, #f2f2f2);border-radius:999px;padding:.2rem .65rem;font-size:.8rem}.employee-assign-form__role-options{display:flex;gap:1.25rem}.employee-assign-form__role-option{display:flex;align-items:center;gap:.4rem;font-weight:400}.employee-assign-form__hint{display:block;color:var(--text-secondary);font-size:.76rem;font-style:normal;margin-top:.3rem}.employee-deactivate-confirm{margin:0}.employee-deactivate-confirm__fields{margin:0 0 1rem}.employee-deactivate-confirm__field{display:flex;align-items:baseline;gap:.5rem}.employee-deactivate-confirm__field dt{color:var(--text-secondary);font-size:.85rem;min-width:8rem}.employee-deactivate-confirm__field dd{margin:0;font-weight:500}.employee-deactivate-confirm__message{font-weight:600;margin:0 0 .6rem}.employee-deactivate-confirm__hint{color:var(--text-secondary);font-size:.85rem;margin:0 0 .8rem}.employee-reactivate-confirm{margin:0}.employee-reactivate-confirm__fields{margin:0 0 1rem}.employee-reactivate-confirm__field{display:flex;align-items:baseline;gap:.5rem}.employee-reactivate-confirm__field dt{color:var(--text-secondary);font-size:.85rem;min-width:8rem}.employee-reactivate-confirm__field dd{margin:0;font-weight:500}.employee-reactivate-confirm__message{font-weight:600;margin:0 0 .6rem}.employee-reactivate-confirm__hint{color:var(--text-secondary);font-size:.85rem;margin:0 0 .8rem}.employee-reactivate-confirm__warning{background:var(--surface-warning, #fff7e6);border-radius:6px;padding:.6rem .75rem;font-size:.85rem;margin:0 0 .8rem}.employee-list{--accent: var(--color-action-primary, #4f46e5);--surface: var(--color-surface, #ffffff);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);--text-tertiary: var(--color-text-tertiary, #8a94a6);--border: var(--color-border, #dfe5ef);--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);--control-height: var(--control-height-md, 38px);--control-radius: var(--control-radius, var(--radius-md));max-width:1180px}.employee-list__section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.employee-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.employee-list__section-title p{margin:.28rem 0 0;color:var(--text-secondary);font-size:.84rem}.employee-list__create{height:var(--control-height);padding:0 1rem;border:1px solid var(--accent);border-radius:var(--button-radius, var(--radius-md));background:var(--accent);color:#fff;font:inherit;font-size:.86rem;font-weight:600;cursor:pointer}.employee-list__create:disabled{opacity:.6;cursor:not-allowed}.employee-list__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:.9rem;padding:.7rem .1rem 1rem;margin-bottom:1rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.employee-list__filter-fields{display:flex;align-items:flex-start;flex-wrap:wrap;gap:1.75rem}.employee-list__filter-field,.employee-list__filter-field--search{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;min-width:200px}.employee-list__filter-field--search{min-width:240px}.employee-list__toolbar label{color:var(--text-primary);font-size:.8rem;font-weight:600;white-space:nowrap}.employee-list__toolbar select,.employee-list__toolbar input{width:100%;min-width:0;height:var(--control-height);padding:0 .72rem;border:1px solid var(--border);border-radius:var(--control-radius);background:var(--surface);color:var(--text-primary);font:inherit;font-size:.84rem}.employee-list__refresh{display:inline-grid;width:var(--control-height);height:var(--control-height);place-items:center;padding:0;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1;cursor:pointer}.employee-list__refresh:hover{border-color:var(--accent);color:var(--accent)}.employee-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card, 0 16px 36px -28px rgba(15, 23, 42, .38));overflow:hidden}.employee-list__card--loading .employee-list__table{opacity:.55}.employee-list__table-loading{position:absolute;top:.65rem;right:.75rem;z-index:1;color:var(--text-secondary);font-size:.78rem}.employee-list__table{width:100%;border-collapse:collapse}.employee-list__table th{text-align:left;padding:.65rem .85rem;font-size:.76rem;font-weight:700;color:var(--text-secondary);background:var(--table-header-bg, #fbfcfe);border-bottom:1px solid var(--border)}.employee-list__table td{padding:.72rem .85rem;vertical-align:middle;font-size:.84rem;line-height:1.45;color:var(--text-primary);border-bottom:1px solid var(--border)}.employee-list__table tbody tr:last-child td{border-bottom:none}.employee-list__name{font-weight:700}.employee-list__muted-cell{color:var(--text-secondary)}.employee-list__chips{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.employee-list__chip{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;background:var(--table-header-bg, #eef2ff);color:var(--text-primary);font-size:.78rem;font-weight:600}.employee-list__no-pairs{color:var(--text-tertiary);font-style:italic}.employee-list__actions{display:flex;gap:.35rem}.employee-list__action{display:inline-grid;width:1.9rem;height:1.9rem;place-items:center;padding:0;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);font-size:.95rem;color:var(--text-secondary);cursor:pointer}.employee-list__action svg{width:1.05rem;height:1.05rem}.employee-list__action:hover{border-color:var(--accent);color:var(--text-primary, currentColor)}.employee-list__loading,.employee-list__empty{margin:0;padding:2.5rem 1.25rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.employee-list__empty-reset{display:block;width:fit-content;margin:.5rem auto 2rem;padding:0;border:0;background:transparent;color:var(--accent);font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer}.employee-list__empty-reset:hover{text-decoration:underline}.employee-list__error{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;margin-bottom:1rem;border-radius:var(--button-radius, var(--radius-md));background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.9rem}.employee-list__error p{margin:0}.employee-list__error button{flex-shrink:0;min-height:32px;padding:0 .75rem;border-radius:var(--button-radius, var(--radius-md));border:1px solid var(--danger-border);background:var(--surface);color:var(--danger-text);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.employee-list__pagination{display:flex;align-items:center;gap:.5rem;padding:.75rem .85rem;border-top:1px solid var(--border);color:var(--text-secondary);font-size:.82rem}.employee-list__pagination button{min-width:1.9rem;height:1.9rem;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-primary);cursor:pointer}.employee-list__pagination button:disabled{opacity:.5;cursor:not-allowed}.employee-list__pagination-current{min-width:1.5rem;text-align:center;font-weight:700;color:var(--text-primary)}.employee-list__pagination-summary{margin-left:auto}@media (max-width: 640px){.employee-list__section-title{flex-direction:column;align-items:flex-start}.employee-list__toolbar{align-items:stretch;flex-direction:column}.employee-list__filter-fields{display:grid;grid-template-columns:1fr;width:100%}.employee-list__card{overflow-x:auto}.employee-list__table{min-width:760px}}.location-form{margin:0}.location-form__loading{margin:0 0 1rem;color:var(--text-secondary);font-size:.88rem}.location-form__section{padding-bottom:1.1rem;margin-bottom:1.1rem;border-bottom:1px solid var(--border)}.location-form__section:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:none}.location-form__section-title{margin:0 0 .75rem;color:var(--text-secondary);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.location-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.9rem}.location-form__wide{grid-column:1 / -1}.location-form__counter{align-self:flex-end;color:var(--text-secondary);font-size:.76rem;font-style:normal}.location-form__time-group{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.4rem}.location-form__time-group span{color:var(--text-secondary);font-weight:700}.location-form__time-group[aria-invalid=true] select{border-color:var(--danger-text)}.location-form__image button{width:fit-content;min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:.84rem;font-weight:600;font-family:inherit}.location-form__image button:hover:not(:disabled){background:#f7fbff;border-color:var(--accent);color:var(--accent)}.location-form__image button:disabled{opacity:.65}.location-form [aria-invalid=true]{border-color:var(--danger-text)}@media (max-width: 640px){.location-form__grid{grid-template-columns:1fr}}.location-detail{--accent: var(--color-action-primary, #4f46e5);--surface: var(--color-surface, #ffffff);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);--border: var(--color-border, #dfe5ef);--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);--control-height: var(--control-height-md, 38px);max-width:1080px}.location-detail__topbar{margin-bottom:1rem}.location-detail__back{color:var(--accent);font-size:.88rem;font-weight:600;text-decoration:none}.location-detail__back:hover{text-decoration:underline}.location-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.location-detail__eyebrow{margin:0 0 .35rem;color:var(--text-secondary);font-size:.75rem;font-weight:700;text-transform:uppercase}.location-detail__header h2{margin:0;color:var(--text-primary);font-size:1.35rem;font-weight:700}.location-detail__header p:not(.location-detail__eyebrow){margin:.35rem 0 0;color:var(--text-secondary);font-size:.92rem}.location-detail__header-actions{display:flex;align-items:center;gap:.75rem}.location-detail__edit,.location-detail__status-action{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--color-surface-muted, #f5f7fb);color:var(--text-primary);font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.location-detail__status-action{background:#fff}.location-detail__edit:hover,.location-detail__edit:focus-visible,.location-detail__status-action:hover,.location-detail__status-action:focus-visible{border-color:var(--accent);color:var(--accent)}.location-detail__edit:focus-visible,.location-detail__status-action:focus-visible{outline:2px solid var(--color-action-focus-ring, rgba(79, 70, 229, .16));outline-offset:2px}.location-detail__grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:1rem}.location-detail__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card, 0 16px 36px -28px rgba(15, 23, 42, .38));overflow:hidden}.location-detail__card h3{margin:0;padding:.78rem .95rem;border-bottom:1px solid var(--border);color:var(--text-primary);font-size:.95rem;font-weight:700}.location-detail__definition-list{margin:0}.location-detail__row{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:1rem;padding:.7rem .95rem;border-bottom:1px solid var(--border)}.location-detail__row:last-child{border-bottom:0}.location-detail__row dt{color:var(--text-secondary);font-size:.84rem;font-weight:700}.location-detail__row dd{margin:0;color:var(--text-primary);font-size:.9rem;overflow-wrap:anywhere}.location-detail__loading,.location-detail__empty{margin:0;padding:2.5rem 1.25rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.location-detail__alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;margin-bottom:1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.9rem}.location-detail__alert p{margin:0}.location-detail__alert button{flex-shrink:0;min-height:var(--button-height-sm, 32px);padding:0 var(--button-padding-x-sm, .75rem);border-radius:var(--button-radius, var(--radius-md));border:1px solid var(--danger-border);background:var(--surface);color:var(--danger-text);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.location-detail__alert button:hover{background:var(--danger-bg)}.location-detail__confirm p{margin:0 0 1rem;color:var(--text-primary);font-size:.95rem;line-height:1.5}@media (max-width: 760px){.location-detail__header{flex-direction:column}.location-detail__header-actions{align-items:flex-start;flex-wrap:wrap}.location-detail__grid,.location-detail__row{grid-template-columns:1fr}}.account-list{--accent: var(--color-action-primary, #4f46e5);--surface: var(--color-surface, #ffffff);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);--text-tertiary: var(--color-text-tertiary, #8a94a6);--border: var(--color-border, #dfe5ef);--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);--control-height: var(--control-height-md, 38px);--control-radius: var(--control-radius, var(--radius-md));--surface-muted: var(--color-surface-muted, #f5f7fb);max-width:1080px}.account-list__section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.account-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.account-list__section-title p{margin:.28rem 0 0;color:var(--text-secondary);font-size:.84rem}.account-list__create-group{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.3rem}.account-list__create-limit{max-width:13rem;color:var(--text-secondary);font-size:.76rem;font-weight:500;line-height:1.35;text-align:right}.account-list__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:.9rem;padding:.7rem .1rem 1rem;margin-bottom:1rem;border:none;border-bottom:1px solid var(--toolbar-border, var(--border));border-radius:0;background:var(--toolbar-bg, transparent);flex-wrap:wrap}.account-list__filter-fields{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--toolbar-field-gap, 1.75rem)}.account-list__filter-field,.account-list__filter-field--search{display:flex;flex-direction:column;align-items:flex-start;gap:var(--toolbar-label-gap, .3rem);min-width:200px}.account-list__filter-field--search{min-width:240px}.account-list__toolbar label{color:var(--text-primary);font-size:.8rem;font-weight:600;white-space:nowrap}.account-list__toolbar select,.account-list__toolbar input{width:100%;min-width:0;height:var(--control-height);padding:0 var(--control-padding-x, .72rem);border:1px solid var(--border);border-radius:var(--control-radius);background:var(--control-bg, var(--surface));color:var(--text-primary);font:inherit;font-size:var(--control-font-size, .84rem);transition:border-color .15s ease,box-shadow .15s ease}.account-list__toolbar input::placeholder{color:var(--text-tertiary)}.account-list__search-field{position:relative;display:inline-flex;align-items:center;align-self:stretch;width:100%}.account-list__search-field input{padding-right:2.2rem}.account-list__clear-search{position:absolute;right:.45rem;display:grid;width:1.5rem;height:1.5rem;place-items:center;padding:0;border:0;border-radius:var(--control-radius);background:transparent;color:var(--text-secondary);font-size:1.2rem;line-height:1;cursor:pointer}.account-list__clear-search:hover{background:var(--color-action-secondary-hover-bg, #eef4ff);color:var(--text-primary)}.account-list__toolbar input:focus,.account-list__toolbar select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16));outline:none}.account-list__reset,.account-list__refresh{cursor:pointer;font-family:inherit}.account-list__reset{align-self:flex-end;height:var(--control-height);padding:0 .8rem;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.account-list__refresh{display:inline-grid;width:2.35rem;height:var(--control-height);width:var(--control-height);place-items:center;padding:0;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.account-list__reset:hover,.account-list__refresh:hover{background:var(--control-hover-bg, #f7fbff);border-color:var(--accent);color:var(--accent)}.account-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card, 0 16px 36px -28px rgba(15, 23, 42, .38));overflow:hidden}.account-list__card--loading .account-list__table{opacity:.55}.account-list__table-loading{position:absolute;top:.65rem;right:.75rem;z-index:1;color:var(--text-secondary);font-size:.78rem}.account-list__table{width:100%;border-collapse:collapse}.account-list__table th{text-align:left;padding:.65rem .85rem;font-size:.76rem;font-weight:700;color:var(--text-secondary);background:var(--table-header-bg, #fbfcfe);border-bottom:1px solid var(--border)}.account-list__table td{padding:.72rem .85rem;vertical-align:middle;font-size:.84rem;line-height:1.45;color:var(--text-primary);border-bottom:1px solid var(--border)}.account-list__table tbody tr:last-child td{border-bottom:none}.account-list__table tbody tr:hover{background:var(--table-row-hover-bg, #f8fbff)}.account-list__table a{color:var(--accent);font-weight:600;text-decoration:none}.account-list__table a:hover{text-decoration:underline}.account-list__name{font-weight:700;overflow-wrap:anywhere}.account-list__muted-cell{color:var(--text-secondary);overflow-wrap:anywhere}.account-list__time{color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:650}.account-list__actions{display:flex;gap:.5rem}.account-list__edit-action{min-height:var(--list-action-height, 2rem);padding:.35rem var(--list-action-padding-x, .7rem);border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-primary);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.account-list__edit-action:hover{background:#f7fbff;border-color:var(--accent);color:var(--accent);text-decoration:none}.account-list__loading,.account-list__empty{margin:0;padding:2.5rem 1.25rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.account-list__empty-create{display:block;width:fit-content;margin:-1.75rem auto 2.5rem;padding:0;border:0;background:transparent;color:var(--accent);font-size:.88rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer}.account-list__empty-create:hover{text-decoration:underline}.account-list__error{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;margin-bottom:1rem;border-radius:var(--button-radius, var(--radius-md));background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.9rem}.account-list__error p{margin:0}.account-list__error button{flex-shrink:0;min-height:var(--button-height-sm, 32px);padding:0 var(--button-padding-x-sm, .75rem);border-radius:var(--button-radius, var(--radius-md));border:1px solid var(--danger-border);background:var(--surface);color:var(--danger-text);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.account-list__error button:hover{background:var(--danger-bg)}@media (max-width: 640px){.account-list__section-title{flex-direction:column}.account-list__toolbar{align-items:stretch;flex-direction:column}.account-list__filter-fields{display:grid;grid-template-columns:1fr;width:100%}.account-list__filter-field,.account-list__filter-field--search{width:100%;min-width:0}.account-list__reset{width:100%}.account-list__refresh{align-self:stretch;width:100%;border-radius:var(--radius-md)}.account-list__card{overflow-x:auto}.account-list__table{min-width:760px}}.media-library{display:flex;flex-direction:column;gap:12px}.media-library__toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.media-library__toolbar-label{font-weight:600;color:var(--color-text-secondary, #475569)}.media-library__search{flex:1;min-width:160px;padding:8px 10px;border:1px solid var(--color-border, #d0d5dd);border-radius:6px}.media-library__sort-toggle,.media-library__view-toggle{padding:6px 10px;border:1px solid var(--color-border, #d0d5dd);border-radius:6px;background:#fff;cursor:pointer}.media-library__upload-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:var(--color-primary, #2563eb);color:#fff;cursor:pointer;font-weight:600}.media-library__upload-button:focus-visible{outline:2px solid var(--color-primary, #2563eb);outline-offset:2px}.media-library__upload-error{color:var(--color-danger, #dc2626);font-size:.9rem;margin:0}.media-library__hint{color:var(--color-text-secondary, #475569);text-align:center;padding:24px 0}.media-library__hint--error{display:flex;flex-direction:column;align-items:center;gap:8px}.media-library__list{display:grid;gap:10px;max-height:360px;overflow-y:auto}.media-library__list--list{grid-template-columns:1fr}.media-library__list--grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.media-library__item{display:flex;flex-direction:column;gap:4px;padding:8px;border:2px solid transparent;border-radius:8px;background:#f8fafc;cursor:pointer;text-align:left;position:relative}.media-library__item--selected{border-color:var(--color-primary, #2563eb);background:#eff6ff}.media-library__thumbnail{width:100%;max-height:96px;object-fit:contain;background:#fff}.media-library__item-name{font-size:.85rem;font-weight:500;word-break:break-all}.media-library__item-date{font-size:.75rem;color:var(--color-text-secondary, #64748b)}.media-library__item-check{position:absolute;top:6px;right:6px;color:var(--color-primary, #2563eb);font-weight:700}.media-library__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.media-library__page-size{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--color-text-secondary, #475569)}.zalo-connect-form__radio-group{display:flex;flex-direction:column;gap:.55rem}.zalo-connect-form__radio-group label{display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font-size:.88rem;font-weight:500}.zalo-connect-form__radio-group label:has(input:checked){border-color:var(--accent);background:#f7fbff}.channel-list{--accent: var(--color-action-primary, #4f46e5);--surface: var(--color-surface, #ffffff);--text-primary: #0f172a;--text-secondary: var(--color-text-secondary, #667085);--border: var(--color-border, #dfe5ef);--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);--control-height: var(--control-height-md, 38px);--control-radius: var(--control-radius, var(--radius-md));--surface-muted: var(--color-surface-muted, #f5f7fb);max-width:1280px}.channel-list__section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.channel-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.channel-list__section-title p{margin:.28rem 0 0;color:var(--text-secondary);font-size:.84rem}.channel-list__create{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:0;border-radius:var(--button-radius, var(--radius-md));background:var(--accent);color:#fff;font-size:.84rem;font-weight:600;font-family:inherit;cursor:pointer}.channel-list__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:.7rem .1rem 1rem;margin-bottom:1rem;border:none;border-bottom:1px solid var(--toolbar-border, var(--border));border-radius:0;background:var(--toolbar-bg, transparent);flex-wrap:wrap}.channel-list__filter-fields{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--toolbar-field-gap, 1.75rem)}.channel-list__filter-field{display:flex;flex-direction:column;align-items:flex-start;gap:var(--toolbar-label-gap, .3rem);min-width:200px}.channel-list__toolbar label{color:var(--text-primary);font-size:.8rem;font-weight:600;white-space:nowrap}.channel-list__toolbar select{width:100%;min-width:0;height:var(--control-height);padding:0 var(--control-padding-x, .72rem);border-radius:var(--control-radius);border:1px solid var(--border);background:var(--control-bg, var(--surface));color:var(--text-primary);font:inherit;font-size:var(--control-font-size, .84rem)}.channel-list__toolbar select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16));outline:none}.channel-list__reset,.channel-list__refresh{cursor:pointer;font-family:inherit}.channel-list__reset{align-self:flex-end;height:var(--control-height);padding:0 .8rem;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.channel-list__reset:hover,.channel-list__refresh:hover{background:#f7fbff;border-color:var(--accent);color:var(--accent)}.channel-list__refresh{display:inline-grid;width:var(--control-height);height:var(--control-height);flex:0 0 auto;place-items:center;padding:0;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.channel-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card, 0 16px 36px -28px rgba(15, 23, 42, .38));overflow:hidden}.channel-list__card--loading .channel-list__table{opacity:.55}.channel-list__table-loading{position:absolute;top:.65rem;right:.75rem;z-index:1;color:var(--text-secondary);font-size:.78rem}.channel-list__table{width:100%;border-collapse:collapse;table-layout:fixed}.channel-list__table th{text-align:left;padding:.65rem .85rem;font-size:.76rem;font-weight:700;color:var(--text-secondary);background:var(--table-header-bg, #fbfcfe);border-bottom:1px solid var(--border)}.channel-list__table td{padding:.72rem .85rem;vertical-align:middle;font-size:.84rem;color:var(--text-primary);border-bottom:1px solid var(--border)}.channel-list__table tbody tr:last-child td{border-bottom:none}.channel-list__table tbody tr:hover{background:var(--table-row-hover-bg, #f8fbff)}.channel-list__table th:nth-child(1){width:21%}.channel-list__table th:nth-child(2){width:20%}.channel-list__table th:nth-child(3){width:14%}.channel-list__table th:nth-child(4){width:11%}.channel-list__table th:nth-child(5){width:13%}.channel-list__table th:nth-child(6){width:10%}.channel-list__table th:nth-child(7){width:11%}.channel-list__oa-summary{display:flex;align-items:center;gap:.75rem;min-width:0}.channel-list__oa-avatar{display:grid;width:2.45rem;height:2.45rem;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:#f7f9fc;color:var(--accent);font-weight:800}.channel-list__oa-avatar img,.channel-detail__avatar img,.channel-detail__asset img{width:100%;height:100%;object-fit:cover}.channel-list__oa-heading,.channel-list__scope,.channel-list__timestamp{display:flex;min-width:0;flex-direction:column;gap:.25rem}.channel-list__oa-name,.channel-list__location,.channel-list__package{color:var(--text-primary);font-weight:700;overflow-wrap:anywhere}.channel-list__oa-meta,.channel-list__scope-note,.channel-list__timestamp span:last-child{color:var(--text-secondary);font-size:.76rem;line-height:1.35}.channel-list__timestamp span:last-child{display:block;max-width:100%;overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.channel-list__scope-badge{align-self:flex-start;display:inline-flex;align-items:center;min-height:1.3rem;padding:.1rem .45rem;border-radius:999px;border:1px solid transparent;background:transparent;font-size:.7rem;font-weight:700;line-height:1.1;text-transform:uppercase;letter-spacing:.02em}.channel-list__scope-badge--business{border-color:#bfdbfe;color:#075985}.channel-list__scope-badge--location{border-color:#b7ebcb;color:#087443}.channel-list__timestamp span:first-child{font-weight:600}.channel-list__actions{display:flex;flex-wrap:wrap;gap:.5rem}.channel-list__action{min-height:var(--list-action-height, 2rem);padding:.35rem var(--list-action-padding-x, .7rem);border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-primary);font:inherit;font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer}.channel-list__action:hover{background:#f7fbff;border-color:var(--accent);color:var(--accent)}.channel-list__action--danger:hover{border-color:var(--danger-border);color:var(--danger-text)}.channel-list__loading,.channel-list__empty{margin:0;padding:2.5rem 1.25rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.channel-list__error{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;margin-bottom:1.25rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.9rem}.channel-list__error p{margin:0}.channel-list__error button{flex-shrink:0;min-height:var(--button-height-sm, 32px);padding:0 var(--button-padding-x-sm, .75rem);border-radius:var(--button-radius, var(--radius-md));border:1px solid var(--danger-border);background:var(--surface);color:var(--danger-text);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.channel-detail{display:grid;gap:1.75rem}.channel-detail__hero{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(180deg,#f7fbff 0%,var(--surface) 100%)}.channel-detail__identity{display:flex;align-items:center;gap:1rem;min-width:0}.channel-detail__identity-text{min-width:0}.channel-detail__avatar{display:grid;width:3.75rem;height:3.75rem;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;color:var(--accent);font-size:1.4rem;font-weight:800;box-shadow:0 2px 6px #0f172a14}.channel-detail__hero h3{margin:0;color:var(--text-primary);font-size:1.15rem;font-weight:800;overflow-wrap:anywhere}.channel-detail__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}.channel-detail__meta{margin:0;color:var(--text-secondary);font-size:.84rem}.channel-detail__connection-badge{display:inline-flex;align-items:center;gap:.28rem;min-height:1.55rem;padding:.18rem .55rem;border-radius:var(--radius-pill, 999px);font-size:.72rem;font-weight:800;line-height:1;white-space:nowrap}.channel-detail__connection-badge--connected{background:#e8f8ef;color:#087443}.channel-detail__connection-badge--disconnected,.channel-detail__connection-badge--expired,.channel-detail__connection-badge--error{background:#fef2f2;color:var(--danger-text)}.channel-detail__verified{display:inline-flex;align-items:center;padding:.18rem .5rem;border-radius:999px;background:#fff7ed;color:#9a3412;font-size:.72rem;font-weight:800;white-space:nowrap}.channel-detail__verified--yes{background:#ecfdf5;color:#15803d}.channel-detail__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--border);overflow:hidden}.channel-detail__facts div{padding:.85rem 1rem;background:var(--surface)}.channel-detail__facts dt{color:var(--text-secondary);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.channel-detail__facts dd{display:flex;flex-direction:column;gap:.2rem;margin:.3rem 0 0;color:var(--text-primary);font-size:.9rem;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.channel-detail__facts-note{color:var(--text-secondary);font-size:.76rem;font-weight:500}.channel-detail__section{display:grid;gap:.85rem;padding-top:1.5rem;border-top:1px solid var(--border)}.channel-detail__section-title,.channel-detail__footer-actions,.channel-detail__form-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.channel-detail__inline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.channel-detail__section-title h4{margin:0;color:var(--text-primary);font-size:.95rem;font-weight:800}.channel-detail__mono{margin:0;padding:.75rem .9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f7f9fc;color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;overflow-wrap:anywhere}.channel-detail__assets{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:.85rem}.channel-detail__asset{display:grid;align-content:start;gap:.6rem;min-height:7rem;padding:.75rem;border:1px dashed #cbd5e1;border-radius:var(--radius-md);background:#fbfcfe;color:var(--text-secondary);font-size:.76rem}.channel-detail__asset--dark{background:#111827;color:#d1d5db}.channel-detail__asset--banner{min-height:6.5rem}.channel-detail__asset span{color:var(--text-primary);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.channel-detail__asset--dark span{color:#e5e7eb}.channel-detail__asset strong{align-self:center;justify-self:center;margin:auto 0;color:var(--text-secondary);font-size:.78rem;font-weight:600}.channel-detail__asset img{min-height:3.8rem;object-fit:contain}.channel-detail__asset-form{display:grid;gap:.85rem}.channel-detail__asset-form label{display:grid;gap:.35rem;color:var(--text-primary);font-size:.84rem;font-weight:700}.channel-detail__asset-picker{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;min-height:4.5rem;padding:.5rem;border:1px dashed var(--border);border-radius:var(--control-radius);background:#fbfcfe;color:var(--text-secondary);font:inherit;cursor:pointer}.channel-detail__asset-picker:focus-visible{outline:2px solid var(--color-action-focus-ring, rgba(79, 70, 229, .16));border-color:var(--accent)}.channel-detail__asset-picker img{max-width:100%;max-height:3.6rem;object-fit:contain}.channel-detail__error{margin:0;color:var(--danger-text);font-size:.86rem}.channel-detail__footer-actions{justify-content:flex-end;padding-top:.25rem}.channel-list__confirm-title{margin:0;color:var(--text-primary);font-size:1rem;line-height:1.6}.channel-list__confirm-summary{display:grid;gap:.75rem;margin:1rem 0;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f7f9fc}.channel-list__confirm-summary div{display:grid;grid-template-columns:minmax(5.5rem,8rem) 1fr;gap:.75rem;align-items:start}.channel-list__confirm-summary dt{color:var(--text-secondary);font-size:.82rem;font-weight:700}.channel-list__confirm-summary dd{margin:0;color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.45}.channel-list__confirm-note{margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.55}.channel-list__confirm-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem}.channel-list__confirm-error{margin:.9rem 0 0;color:var(--danger-text)}.channel-list__audit-log-connection{font-weight:600;color:var(--text-primary)}.channel-list__audit-log-list{list-style:none;margin:0;padding:0}.channel-list__audit-log-list li{display:flex;flex-wrap:wrap;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.85rem;color:var(--text-primary)}.channel-list__audit-log-list li:last-child{border-bottom:none}.channel-qr{display:grid;gap:1rem}.channel-qr label{color:var(--text-primary);font-size:.9rem;font-weight:700}.channel-qr__link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.channel-qr__link-row input{width:100%;box-sizing:border-box;height:var(--control-height);padding:0 var(--control-padding-x, .72rem);border:1px solid var(--border);border-radius:var(--control-radius);color:var(--text-primary);font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.channel-qr__preview{display:grid;place-items:center;gap:1rem;min-height:21rem;padding:1.5rem;border-radius:var(--radius-md);background:#f7f9fc}.channel-qr__preview img{width:min(20rem,100%);height:auto;border-radius:var(--radius-md);background:#fff;box-shadow:0 10px 24px #0f172a24}.channel-qr__download{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:min(100%,34rem);min-height:2.9rem;padding:0 1rem;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.95rem;font-weight:700;text-decoration:none}@media (max-width: 900px){.channel-list__card{overflow-x:auto}.channel-list__table{min-width:980px}}@media (max-width: 720px){.channel-detail__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.channel-list__section-title,.channel-list__toolbar,.channel-detail__hero,.channel-detail__identity,.channel-detail__section-title,.channel-detail__footer-actions,.channel-detail__form-actions,.channel-qr__link-row{align-items:stretch;flex-direction:column}.channel-detail__hero{align-items:flex-start}.channel-detail__facts{grid-template-columns:1fr}.channel-list__filter-fields{display:grid;grid-template-columns:1fr}.channel-list__filter-field,.channel-list__toolbar select,.channel-list__reset,.channel-list__create,.channel-list__refresh{width:100%}.channel-list__filter-field{min-width:0}.channel-list__refresh{border-radius:var(--radius-md)}.channel-detail__facts,.channel-detail__assets{grid-template-columns:1fr}.channel-qr__link-row{display:flex}}.zalo-callback{--accent: var(--color-action-primary, #4f46e5);--success-bg: #ecfdf5;--success-border: #a7f3d0;--success-text: #047857;--danger-bg: #fef2f2;--danger-border: #fecaca;--danger-text: #b91c1c;--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);max-width:720px}.zalo-callback__panel{border:1px solid var(--color-border, #dfe5ef);border-radius:var(--radius-lg, 8px);background:#fff;padding:1.5rem;box-shadow:var(--shadow-card, 0 16px 36px -28px rgba(15, 23, 42, .38))}.zalo-callback__panel--success{border-color:var(--success-border);background:var(--success-bg)}.zalo-callback__panel--error{border-color:var(--danger-border);background:var(--danger-bg)}.zalo-callback__eyebrow{margin:0 0 .4rem;color:var(--text-secondary);font-size:.78rem;font-weight:700;text-transform:uppercase}.zalo-callback h2{margin:0;color:var(--text-primary);font-size:1.15rem}.zalo-callback p{color:var(--text-secondary);font-size:.92rem;line-height:1.55}.zalo-callback__panel--success p{color:var(--success-text)}.zalo-callback__panel--error p{color:var(--danger-text)}.zalo-callback__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.zalo-callback__actions button{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:0;border-radius:var(--button-radius, var(--radius-md, 6px));background:var(--accent);color:#fff;cursor:pointer;font:inherit;font-size:.88rem;font-weight:700}.zalo-callback__actions .zalo-callback__secondary{border:1px solid var(--color-border-strong, #c9d3e3);background:#fff;color:var(--text-primary)}.zbs-preview{min-height:0;overflow-y:auto}.zbs-preview__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.zbs-preview__theme-toggle{display:inline-flex;flex-shrink:0;margin-left:auto;gap:.15rem;padding:.2rem;background:#94a3b840;border-radius:999px}.zbs-preview__theme-toggle button{display:inline-flex;align-items:center;gap:.35rem;min-height:var(--button-height-sm, 32px);padding:0 .9rem;border-radius:999px;border:none;background:transparent;color:var(--color-text-secondary, #667085);font-size:.85rem;font-weight:600;cursor:pointer}.zbs-preview__theme-toggle button[aria-pressed=true]{background:var(--color-surface, #ffffff);color:#0f172a;box-shadow:0 1px 2px #0f172a26}.zbs-preview__canvas{max-width:360px;margin:0 auto 1.5rem;padding:1.25rem;border-radius:var(--radius-lg, 8px)}.zbs-preview__canvas--light{background:#fff;color:#0f172a;border:1px solid var(--color-border, #dfe5ef)}.zbs-preview__canvas--dark{background:#0f172a;color:#f1f5f9;border:1px solid #1e293b}.zbs-preview__block{position:relative;margin-bottom:.85rem}.zbs-preview__block--selected{outline:2px solid var(--color-action-primary, #4f46e5);outline-offset:4px;border-radius:var(--radius-md, 6px)}.zbs-preview__block-delete{position:absolute;top:-.6rem;right:-.6rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:2px solid #ffffff;border-radius:50%;background:#ef4444;color:#fff;font-size:.85rem;line-height:1;cursor:pointer}.zbs-preview__block-tag{position:absolute;top:-.6rem;left:-.25rem;transform:translateY(-100%);padding:.15rem .5rem;border-radius:var(--radius-sm, 4px);background:var(--color-action-primary, #4f46e5);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.zbs-preview__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.zbs-preview__text{margin:0;font-size:.92rem;line-height:1.5}.zbs-preview__image{min-height:96px;border-radius:var(--radius-lg, 8px);background:#94a3b833;display:flex;align-items:center;justify-content:center;overflow:hidden}.zbs-preview__image img{max-width:100%;display:block}.zbs-preview__info-rows{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem}.zbs-preview__info-row{display:flex;justify-content:space-between;gap:1rem}.zbs-preview__info-row-label{color:#8a94a6}.zbs-preview__info-row-value{color:#8a94a6;text-align:right}.zbs-preview__table{width:100%;border-collapse:collapse;font-size:.85rem}.zbs-preview__table td{border:1px solid currentColor;padding:.3rem .5rem}.zbs-preview__card{border-radius:var(--radius-lg, 8px);border:1px solid currentColor;padding:.75rem}.zbs-preview__card-title{font-weight:700;margin-bottom:.25rem}.zbs-preview__card-period{color:#8a94a6;font-size:.8rem;margin-top:.25rem}.zbs-preview__cta{width:100%;min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border-radius:var(--button-radius, var(--radius-md, 6px));border:none;background:var(--color-action-primary, #4f46e5);color:#fff;font-weight:600;font-size:.9rem;cursor:not-allowed;opacity:.85}.zbs-preview__cta--selectable{cursor:pointer}.zbs-preview__rating{display:flex;gap:6px}.zbs-preview__rating-icon{font-size:1.1rem;color:#f59e0b}.zbs-preview__generic-block{font-size:.82rem;color:var(--color-text-secondary, #667085)}.zbs-preview__params{font-size:.85rem}.zbs-preview__params h4{margin:0 0 .5rem;color:var(--color-text-secondary, #667085)}.zbs-preview__params-table{width:100%;border-collapse:collapse}.zbs-preview__params-table th{text-align:left;font-weight:600;color:var(--color-text-secondary, #667085);padding:.4rem .5rem;border-bottom:1px solid var(--color-border, #dfe5ef)}.zbs-preview__params-table td{padding:.4rem .5rem;border-bottom:1px solid var(--color-border, #dfe5ef);vertical-align:top}.zbs-preview__params-type{display:block;font-size:.75rem;color:var(--color-text-secondary, #667085)}.zbs-detail-modal__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.zbs-detail-modal__preview-frame{background:var(--color-surface-muted, #f2f4f8);border-radius:var(--radius-lg, 8px);padding:1rem}.zbs-detail-modal__fee{font-size:.85rem;color:var(--color-text-secondary, #667085)}.zbs-detail-modal__fee-icon{font-size:.85rem}.zbs-detail-modal__fee-value{color:var(--color-action-primary, #4f46e5);font-weight:600}.zbs-detail-modal__error{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.zbs-detail-modal__error button{min-height:var(--button-height-sm, 32px);padding:0 var(--button-padding-x-sm, .75rem);border-radius:var(--button-radius, var(--radius-md, 6px));border:1px solid var(--color-border, #dfe5ef);background:var(--color-surface-muted, #f5f7fb);cursor:pointer}.zbs-detail-modal__footer{display:flex;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border, #dfe5ef)}.zbs-detail-modal__footer button{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border-radius:var(--button-radius, var(--radius-md, 6px));border:none;background:var(--color-action-primary, #4f46e5);color:#fff;font-weight:600;cursor:pointer}.zbs-create-tab{display:grid;gap:16px}.zbs-create-tab__error{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.zbs-create-tab__hint{margin:0;font-size:.8rem;color:var(--zbs-muted-text, #6b7280)}.zbs-create-tab__palette{display:grid;gap:20px}.zbs-create-tab__palette-group+.zbs-create-tab__palette-group{padding-top:20px;border-top:1px solid var(--zbs-border, #e5e7eb)}.zbs-create-tab__palette-group-title{margin:0 0 8px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--zbs-muted-text, #9ca3af)}.zbs-create-tab__palette-items{display:grid;gap:6px}.zbs-create-tab__palette-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:10px;background:#fff;color:var(--zbs-text, #374151);font-size:.875rem;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.zbs-create-tab__palette-item:hover:not(:disabled){background:var(--zbs-hover-bg, #f9fafb);border-color:#d1d5db}.zbs-create-tab__palette-item:disabled{opacity:.5;cursor:not-allowed}.zbs-create-tab__palette-item-icon{flex-shrink:0;color:var(--zbs-muted-text, #9ca3af)}.zbs-create-tab__palette-item-label{flex:1}.zbs-create-tab__palette-item-price{font-size:.75rem;font-weight:600;color:#16a34a}.zbs-create-tab__inspector{display:grid;gap:8px;max-width:480px}.zbs-create-tab__inspector-type{margin:0}.zbs-create-tab__inspector-field,.zbs-create-tab__inspector-add-field{display:flex;flex-direction:column;gap:6px}.zbs-create-tab__inspector-field>label,.zbs-create-tab__inspector-field>span:first-child,.zbs-create-tab__inspector-add-field>label{font-size:.8rem;font-weight:600;color:var(--zbs-text, #374151)}.zbs-create-tab__inspector-field textarea,.zbs-create-tab__inspector-field input[type=text],.zbs-create-tab__inspector-add-field input[type=text]{width:100%;box-sizing:border-box;padding:0 var(--control-padding-x, .72rem);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem);transition:border-color .15s ease,box-shadow .15s ease}.zbs-create-tab__inspector-field input[type=text],.zbs-create-tab__inspector-add-field input[type=text]{height:var(--control-height-md, 38px)}.zbs-create-tab__inspector-field textarea{padding-top:.55rem;padding-bottom:.55rem}.zbs-create-tab__inspector-field textarea:focus,.zbs-create-tab__inspector-field input[type=text]:focus,.zbs-create-tab__inspector-add-field input[type=text]:focus{outline:none;border-color:var(--color-action-primary, #4f46e5);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.zbs-create-tab__inspector-field textarea:disabled,.zbs-create-tab__inspector-field input[type=text]:disabled,.zbs-create-tab__inspector-add-field input[type=text]:disabled{background:var(--color-surface-muted, #f5f7fb);color:var(--color-text-tertiary, #8a94a6);cursor:not-allowed}.zbs-create-tab__inspector-upload{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:10px}.zbs-create-tab__inspector-upload-preview{display:flex;align-items:center;justify-content:center;width:72px;height:72px;flex-shrink:0;border:1px dashed var(--zbs-border, #d1d5db);border-radius:8px;overflow:hidden;background:var(--zbs-hover-bg, #f9fafb)}.zbs-create-tab__inspector-upload-preview img{width:100%;height:100%;object-fit:contain}.zbs-create-tab__inspector-upload-placeholder{font-size:.7rem;color:var(--zbs-muted-text, #9ca3af);text-align:center}.zbs-create-tab__inspector-upload-button{padding:8px 14px;border-radius:8px;background:#16a34a;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;align-self:flex-start}.zbs-create-tab__inspector-logo-variants{display:grid;gap:16px}.zbs-create-tab__logo-group{padding:10px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:10px}.zbs-create-tab__logo-group .zbs-create-tab__inspector-upload-preview{margin-top:10px}.zbs-create-tab__logo-group .zbs-create-tab__banner-list{margin-top:10px;max-height:200px}.zbs-create-tab__inspector-upload-body{display:flex;flex-direction:column;gap:6px}.zbs-create-tab__inspector-upload-label{font-size:.8rem;font-weight:600;color:var(--zbs-text, #374151)}.zbs-create-tab__inspector-field textarea{resize:vertical;font:inherit}.zbs-create-tab__inspector-actions{display:grid;gap:6px;max-height:260px;overflow-y:auto}.zbs-create-tab__inspector-action{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:10px;background:#fff;font-size:.85rem;line-height:1.4;cursor:pointer;transition:background .15s ease,border-color .15s ease}.zbs-create-tab__inspector-action:hover{border-color:#c7d2fe}.zbs-create-tab__inspector-action input[type=radio]{accent-color:#4f46e5;flex-shrink:0}.zbs-create-tab__inspector-action--selected{border-color:#4f46e5;background:var(--zbs-selected-bg, #eef2ff)}.zbs-create-tab__inspector-action-label{flex:1}.zbs-create-tab__inspector-action-price{font-size:.75rem;font-weight:600;color:#16a34a;white-space:nowrap}.zbs-create-tab__banner-library{display:grid;gap:10px}.zbs-create-tab__banner-library-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.zbs-create-tab__banner-library-title{margin:0;font-size:.9rem;font-weight:700}.zbs-create-tab__banner-library-actions{display:flex;align-items:center;gap:6px}.zbs-create-tab__banner-icon-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:8px;background:#fff;color:var(--zbs-muted-text, #6b7280);cursor:pointer}.zbs-create-tab__banner-icon-button:disabled{opacity:.5;cursor:not-allowed}.zbs-create-tab__banner-upload-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#16a34a;cursor:pointer}.zbs-create-tab__banner-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;max-height:320px;overflow-y:auto}.zbs-create-tab__banner-list--grid{grid-template-columns:repeat(2,1fr)}.zbs-create-tab__banner-empty{font-size:.8rem;color:var(--zbs-muted-text, #9ca3af)}.zbs-create-tab__banner-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:10px;background:#fff;cursor:pointer;text-align:left}.zbs-create-tab__banner-list--grid .zbs-create-tab__banner-item{flex-direction:column;align-items:stretch}.zbs-create-tab__banner-item--selected{border-color:#6366f1;background:var(--zbs-selected-bg, #eef2ff)}.zbs-create-tab__banner-item-thumb{flex-shrink:0;width:44px;height:44px;border-radius:8px;overflow:hidden;background:var(--zbs-hover-bg, #f9fafb)}.zbs-create-tab__banner-list--grid .zbs-create-tab__banner-item-thumb{width:100%;height:72px}.zbs-create-tab__banner-item-thumb img{width:100%;height:100%;object-fit:cover}.zbs-create-tab__banner-item-meta{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.zbs-create-tab__banner-item-name{font-size:.8rem;font-weight:600;color:var(--zbs-text, #374151);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zbs-create-tab__banner-item-time{font-size:.7rem;color:var(--zbs-muted-text, #9ca3af)}.media-library__item-scope{align-self:flex-start;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:999px;border:1px solid transparent}.media-library__item-scope--shared{color:var(--color-text-secondary, #475569);background:#f1f5f9;border-color:#cbd5e1}.media-library__item-scope--own-location{color:var(--color-primary, #2563eb);background:#eff6ff;border-color:#bfdbfe}.media-library__item-scope--other-location{color:#b45309;background:#fffbeb;border-color:#fde68a}.zbs-create-tab__banner-item-check{flex-shrink:0;color:#16a34a;font-weight:700}.zbs-create-tab__banner-page-size{display:flex;justify-content:flex-start}.zbs-create-tab__banner-page-size select{height:var(--control-height-sm, 32px);padding:0 var(--control-padding-x, .72rem);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem)}.zbs-create-tab__banner-page-size select:focus{outline:none;border-color:var(--color-action-primary, #4f46e5);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.zbs-create-tab__rating-editor{display:flex;flex-direction:column;gap:12px}.zbs-create-tab__inspector-field select{width:100%;box-sizing:border-box;height:var(--control-height-md, 38px);padding:0 var(--control-padding-x, .72rem);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem)}.zbs-create-tab__inspector-field select:focus{outline:none;border-color:var(--color-action-primary, #4f46e5);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.zbs-create-tab__rating-empty{display:flex;flex-direction:column;gap:8px;padding:.75rem;border:1px dashed var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);color:var(--color-text-tertiary, #8a94a6);font-size:.85rem}.zbs-create-tab__rating-reset-confirm{margin:0;padding:.6rem .8rem;border:1px solid #fecaca;border-radius:var(--control-radius, 6px);background:#fef2f2;color:#7f1d1d;font-size:.85rem}.zbs-create-tab__rating-reset-confirm p{margin:0 0 8px}.zbs-create-tab__rating-item{display:flex;flex-direction:column;gap:10px;padding:.75rem;border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px)}.zbs-create-tab__rating-item legend{padding:0 4px;font-size:.8rem;font-weight:600;color:var(--zbs-text, #374151)}.zbs-create-tab__rating-answer{display:flex;gap:6px;align-items:center}.zbs-create-tab__rating-answer input[type=text]{flex:1;box-sizing:border-box;height:var(--control-height-md, 38px);padding:0 var(--control-padding-x, .72rem);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem)}.zbs-overview{display:grid;gap:16px;max-width:560px}.zbs-overview__field{display:flex;flex-direction:column;gap:4px}.zbs-overview__field label,.zbs-overview__label{font-weight:600;font-size:.875rem}.zbs-overview__readonly{color:var(--zbs-muted-text, #555)}.zbs-overview__hint{margin:0;font-size:.8rem;color:var(--zbs-muted-text, #6b7280)}.zbs-overview__field-error{color:#b91c1c;font-size:.8rem}.zbs-overview__field input[type=text],.zbs-overview__field textarea{width:100%;box-sizing:border-box;padding:0 var(--control-padding-x, .72rem);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem);transition:border-color .15s ease,box-shadow .15s ease}.zbs-overview__field input[type=text]{height:var(--control-height-md, 38px)}.zbs-overview__field textarea{padding-top:.55rem;padding-bottom:.55rem;min-height:calc(var(--control-height-md, 38px) * 2);resize:vertical;font:inherit}.zbs-overview__field input[type=text]:focus,.zbs-overview__field textarea:focus{outline:none;border-color:var(--color-action-primary, #4f46e5);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.zbs-overview__field input[type=text]:disabled,.zbs-overview__field textarea:disabled{background:var(--color-surface-muted, #f5f7fb);color:var(--color-text-tertiary, #8a94a6);cursor:not-allowed}.zbs-overview__radio-group{display:flex;flex-direction:column;gap:8px}.zbs-overview__radio-option{display:flex;align-items:center;gap:8px;font-weight:400;font-size:.875rem;cursor:pointer}.zbs-overview__radio-price{color:var(--zbs-muted-text, #6b7280);font-size:.8rem}.zbs-overview__required{color:#dc2626}.zbs-overview__legend-row{display:flex;align-items:baseline;gap:2px}.zbs-params{display:grid;gap:12px;max-width:560px}.zbs-params__error{display:grid;gap:8px}.zbs-params__hint{margin:0;font-size:.8rem;color:var(--zbs-muted-text, #6b7280)}.zbs-params__banner{border-radius:var(--control-radius, 6px);padding:.6rem .8rem;font-size:.85rem}.zbs-params__banner--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.zbs-params__banner p{margin:0}.zbs-params__list{display:grid;gap:8px}.zbs-params__card{border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff)}.zbs-params__card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:.5rem .75rem}.zbs-params__toggle{display:flex;align-items:center;gap:8px;flex:1;background:none;border:none;text-align:left;font-size:.85rem;cursor:pointer}.zbs-params__toggle code{font-weight:600}.zbs-params__delete{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border:1px solid var(--zbs-border, #e5e7eb);border-radius:8px;background:#fff;color:var(--zbs-muted-text, #6b7280);cursor:pointer}.zbs-params__delete:hover:not(:disabled){border-color:#fecaca;color:#b91c1c}.zbs-params__delete:disabled{opacity:.5;cursor:not-allowed}.zbs-params__form{display:grid;gap:10px;padding:0 .75rem .75rem}.zbs-params__field{display:flex;flex-direction:column;gap:4px;font-weight:600;font-size:.875rem}.zbs-params__field input[type=text],.zbs-params__field select{width:100%;box-sizing:border-box;padding:0 var(--control-padding-x, .72rem);height:var(--control-height-md, 38px);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem);font-weight:400}.zbs-params__field-error{color:#b91c1c;font-size:.8rem}.zbs-params__delete-confirm{margin:0 .75rem .75rem;padding:.6rem .8rem;border:1px solid #fecaca;border-radius:var(--control-radius, 6px);background:#fef2f2;color:#7f1d1d;font-size:.85rem}.zbs-params__delete-confirm p{margin:0 0 8px}.zbs-params__create{justify-self:start}.zbs-picker{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.zbs-picker__field{display:flex;flex-direction:column;gap:4px}.zbs-picker__label-row{display:inline-flex;align-items:baseline}.zbs-picker__required{color:#dc2626}.zbs-picker__field select,.zbs-picker__field input{width:100%;box-sizing:border-box;height:var(--control-height-md, 38px);padding:0 var(--control-padding-x, .72rem);border:1px solid var(--color-border, #dfe5ef);border-radius:var(--control-radius, 6px);background:var(--control-bg, #ffffff);color:var(--color-text-primary, #0f172a);font-size:var(--control-font-size, .84rem);transition:border-color .15s ease,box-shadow .15s ease}.zbs-picker__field select:focus,.zbs-picker__field input:focus{outline:none;border-color:var(--color-action-primary, #4f46e5);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.zbs-picker__field select:disabled,.zbs-picker__field input:disabled{background:var(--color-surface-muted, #f5f7fb);color:var(--color-text-tertiary, #8a94a6);cursor:not-allowed}.zbs-picker__hint{color:#6b7280;padding:24px 0;text-align:center}.zbs-picker__hint--error{color:#b91c1c}.zbs-picker__body{flex:1;min-height:0;display:grid;grid-template-columns:240px 1fr;grid-template-rows:minmax(0,1fr);gap:20px;align-items:stretch}.zbs-picker__sidebar{display:flex;flex-direction:column;gap:16px;border-right:1px solid #e5e7eb;padding-right:16px;min-height:0}.zbs-picker__filter-label{font-size:13px;font-weight:600;color:#374151}.zbs-picker__type-list{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.zbs-picker__type-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;padding:8px 10px;border:none;border-radius:6px;background:transparent;cursor:pointer;font-size:14px;color:#374151}.zbs-picker__type-option:hover{background:#f3f4f6}.zbs-picker__type-option--active{background:#eef2ff;color:#4338ca;font-weight:600}.zbs-picker__type-check{display:inline-flex;width:16px;height:16px;color:#4338ca}.zbs-picker__type-check svg{width:100%;height:100%}.zbs-picker__count{margin:0;font-size:12px;color:#6b7280}.zbs-picker__gallery-panel{min-height:0;overflow-y:auto}.zbs-picker__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:4px}.zbs-picker__card{position:relative;display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0f172a0a;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.zbs-picker__card:hover{border-color:#a5b4fc;box-shadow:0 2px 8px #4f46e51a}.zbs-picker__card--selected{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e540}.zbs-picker__card-check{position:absolute;top:10px;right:10px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#4f46e5;color:#fff}.zbs-picker__card-check svg{width:13px;height:13px}.zbs-picker__card-title{margin:0;width:100%;padding-right:24px;font-size:13px;font-weight:700;color:#111827;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zbs-picker__card-fee{display:inline-block;font-size:12px;color:#374151;background:#f3f4f6;border-radius:6px;padding:3px 8px;align-self:flex-start}.zbs-picker__card-phone{width:100%;height:200px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;padding:10px;display:flex;flex-direction:column;gap:6px}.zbs-picker__card-phone-header{display:flex;align-items:center;flex-shrink:0}.zbs-picker__card-logo{width:20px;height:20px;border-radius:999px;object-fit:cover}.zbs-picker__card-logo--placeholder{display:inline-block;background:#e5e7eb}.zbs-picker__card-phone-scroll{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.zbs-picker__card-preview{margin:0;font-size:13px;color:#4b5563;white-space:pre-line}.zbs-picker__card-cta{align-self:stretch;text-align:center;margin-top:2px;padding:8px 10px;border-radius:8px;background:#2563eb;color:#fff;font-size:13px;font-weight:600}.zbs-picker__card-phone-footer{display:flex;align-items:center;gap:8px;margin-top:2px;padding-top:8px;border-top:1px solid #e5e7eb;color:#9ca3af;font-size:12px}.zbs-picker__card-phone-footer svg{width:16px;height:16px;flex-shrink:0}.zbs-picker__card-phone-footer-spacer{flex:1}.zbs-picker__footer{flex-shrink:0;display:flex;justify-content:flex-end;border-top:1px solid #e5e7eb;padding-top:12px}@media (max-width: 900px){.zbs-picker__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.zbs-picker__body{grid-template-columns:1fr}.zbs-picker__sidebar{border-right:none;border-bottom:1px solid #e5e7eb;padding-right:0;padding-bottom:12px}.zbs-picker__gallery{grid-template-columns:1fr}}.zbs-editor{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.zbs-editor__card{padding:16px}.zbs-editor__alert{padding:12px 16px;border-radius:8px;background:#fef2f2;color:#991b1b}.zbs-editor__alert--permission{background:#fff7ed;color:#9a3412}.zbs-editor__tabs{display:flex;gap:4px;flex-shrink:0;border-bottom:1px solid #e5e7eb}.zbs-editor__tab{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;font-weight:600;font-size:.9rem;color:#6b7280}.zbs-editor__tab--active{color:#2563eb;border-bottom-color:#2563eb}.zbs-editor__tab svg{width:16px;height:16px;flex-shrink:0}.zbs-editor__layout{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(300px,525px) minmax(180px,.75fr);gap:24px;flex:1;min-height:0}.zbs-editor__content{min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:12px;display:flex;flex-direction:column;gap:16px}.zbs-editor__region-panel{min-height:0;overflow-y:auto;padding:16px;border:1px dashed #d1d5db;border-radius:8px;background:#f9fafb}.zbs-editor__placeholder{padding:24px;color:#6b7280}.zbs-editor__actions{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding-top:12px;border-top:1px solid #e5e7eb}.zbs-editor__confirm-layout{flex:1;min-height:0;overflow-y:auto;display:flex;justify-content:center;padding:8px 0}.zbs-editor__confirm-actions{display:flex;gap:12px}@media (max-width: 960px){.zbs-editor__layout{grid-template-columns:1fr}}.zbs-editor__fee-banner{margin:0;padding:8px 12px;border-radius:8px;background:#eff6ff;color:#1e3a8a;font-size:14px}.zbs-list{--accent: var(--color-action-primary, #4f46e5);--accent-hover: var(--color-action-primary-hover, #4338ca);--surface: var(--color-surface, #ffffff);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);--text-tertiary: var(--color-text-tertiary, #8a94a6);--border: var(--color-border, #dfe5ef);--border-strong: #c9d3e3;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);--control-height: var(--control-height-md, 38px);--control-radius: var(--control-radius, var(--radius-md));--surface-muted: var(--color-surface-muted, #f5f7fb);max-width:1280px}.zbs-list__section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.zbs-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.zbs-list__section-title p{margin:.28rem 0 0;color:var(--text-secondary);font-size:.84rem}.zbs-list__header-actions{display:flex;align-items:center;gap:.6rem}.zbs-list__create,.zbs-list__empty-create{min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:0;border-radius:var(--button-radius, var(--radius-md));background:var(--accent);color:#fff;font-size:.84rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.zbs-list__create:hover,.zbs-list__empty-create:hover{background:var(--accent-hover);box-shadow:0 8px 18px -14px #4f46e5b3}.zbs-list__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:.9rem;padding:.7rem .1rem 1rem;margin-bottom:1rem;border:none;border-bottom:1px solid var(--toolbar-border, var(--border));border-radius:0;background:var(--toolbar-bg, transparent);flex-wrap:wrap}.zbs-list__filter-fields{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--toolbar-field-gap, 1.75rem)}.zbs-list__filter-field,.zbs-list__filter-field--search{display:flex;flex-direction:column;align-items:flex-start;gap:var(--toolbar-label-gap, .3rem);min-width:200px}.zbs-list__filter-field--search{min-width:240px}.zbs-list__toolbar label{color:var(--text-primary);font-size:.8rem;font-weight:600;white-space:nowrap}.zbs-list__toolbar input,.zbs-list__toolbar select{width:100%;min-width:0;height:var(--control-height);padding:0 var(--control-padding-x, .72rem);border-radius:var(--control-radius);border:1px solid var(--border);background:var(--control-bg, var(--surface));color:var(--text-primary);font:inherit;font-size:var(--control-font-size, .84rem);transition:border-color .15s ease,box-shadow .15s ease}.zbs-list__toolbar input::placeholder{color:var(--text-tertiary)}.zbs-list__toolbar input:focus,.zbs-list__toolbar select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e524;outline:none}.zbs-list__toolbar-meta{display:flex;align-items:center;gap:.65rem;margin-left:auto}.zbs-list__page-size{display:flex;align-items:center;gap:.4rem;color:var(--text-secondary);font-size:.82rem;white-space:nowrap}.zbs-list__page-size select{border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-primary);padding:.25rem .4rem}.zbs-list__pagination .zbs-list__page-size{justify-self:start}.zbs-list__reset,.zbs-list__refresh{cursor:pointer;font-family:inherit}.zbs-list__reset{align-self:flex-end;height:var(--control-height);padding:0 .8rem;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.zbs-list__refresh{display:inline-grid;width:var(--control-height);height:var(--control-height);flex:0 0 auto;place-items:center;padding:0;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.zbs-list__reset:hover,.zbs-list__refresh:hover{background:#f7fbff;border-color:var(--accent);color:var(--accent)}.zbs-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 16px 36px -28px #0f172a61;overflow:visible}.zbs-list__card--loading .zbs-list__table{opacity:.55}.zbs-list__table-loading{position:absolute;top:.65rem;right:.75rem;z-index:1;color:var(--text-secondary);font-size:.78rem}.zbs-list__table{width:100%;border-collapse:collapse;table-layout:fixed}.zbs-list__table th{text-align:left;padding:.65rem .85rem;font-size:.76rem;font-weight:700;color:var(--text-secondary);background:var(--table-header-bg, #fbfcfe);border-bottom:1px solid var(--border);white-space:nowrap}.zbs-list__table td{padding:.72rem .85rem;vertical-align:middle;font-size:.84rem;line-height:1.45;color:var(--text-primary);border-bottom:1px solid var(--border);overflow:visible}.zbs-list__table tbody tr:last-child td{border-bottom:none}.zbs-list__table tbody tr:hover{background:var(--table-row-hover-bg, #f8fbff)}.zbs-list__pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;padding:.75rem .85rem;border-top:1px solid var(--border);color:var(--text-secondary);font-size:.82rem}.zbs-list__pagination-summary{text-align:center;white-space:nowrap}.zbs-list__pagination-nav{display:flex;align-items:center;gap:.5rem;justify-self:end}.zbs-list__pagination-nav button{min-width:1.9rem;height:1.9rem;border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:var(--surface);color:var(--text-primary);cursor:pointer}.zbs-list__pagination-nav button:disabled{opacity:.5;cursor:not-allowed}.zbs-list__pagination-current{min-width:2.5rem;text-align:center;font-weight:700;color:var(--text-primary)}.zbs-list__name{display:block;max-width:100%;color:var(--text-primary);font-weight:600}.zbs-list__muted-cell,.zbs-list__date{color:#475467}.zbs-list__fee{color:var(--text-primary);font-variant-numeric:tabular-nums}.zbs-list__loading,.zbs-list__empty{margin:0;padding:2.25rem 1.25rem;text-align:center;color:var(--text-secondary);font-size:.86rem}.zbs-list__empty{display:grid;gap:.85rem;justify-items:center}.zbs-list__error{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;margin-bottom:1.25rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.9rem}.zbs-list__error p{margin:0}.zbs-list__error button{flex-shrink:0;min-height:var(--button-height-sm, 32px);padding:0 var(--button-padding-x-sm, .75rem);border-radius:var(--button-radius, var(--radius-md));border:1px solid var(--danger-border);background:var(--surface);color:var(--danger-text);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.zbs-list__oa-badge{display:inline-flex;align-items:center;gap:.3rem}.zbs-list__row-error{max-width:14rem;margin:.4rem 0 0;font-size:.8rem;color:var(--danger-text)}.zbs-list__sync-status-hint{max-width:12rem;margin:.35rem 0 0;font-size:.78rem;color:var(--text-secondary)}.zbs-list__actions{position:relative;display:inline-block}.zbs-list__menu-toggle{width:var(--list-action-height, 2rem);height:var(--list-action-height, 2rem);border:1px solid var(--border);border-radius:var(--button-radius, var(--radius-md));background:#f3f6fb;color:var(--text-primary);font-size:1.1rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.zbs-list__menu-toggle:hover{background:#eef5ff;border-color:var(--accent);color:var(--accent)}.zbs-list__menu{position:absolute;right:0;z-index:2;min-width:9.5rem;margin:.3rem 0 0;padding:.35rem;list-style:none;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:0 14px 30px -16px #0f172a61}.zbs-list__menu li+li{margin-top:.15rem}.zbs-list__menu button{width:100%;padding:.45rem .6rem;border:0;border-radius:var(--button-radius, var(--radius-md));background:transparent;color:var(--text-primary);font:inherit;font-size:.85rem;text-align:left;cursor:pointer}.zbs-list__menu button:hover{background:var(--surface-muted)}@media (max-width: 900px){.zbs-list__card{overflow-x:auto}.zbs-list__table{min-width:900px}}@media (max-width: 640px){.zbs-list__section-title,.zbs-list__toolbar{align-items:stretch;flex-direction:column}.zbs-list__filter-fields{display:grid;grid-template-columns:1fr}.zbs-list__filter-field,.zbs-list__toolbar select,.zbs-list__toolbar input,.zbs-list__create{width:100%}.zbs-list__filter-field,.zbs-list__filter-field--search{min-width:0}.zbs-list__header-actions{width:100%;flex-direction:column-reverse;align-items:stretch}.zbs-list__toolbar-meta{justify-content:space-between}.zbs-list__pagination{grid-template-columns:1fr;justify-items:center;gap:.5rem}.zbs-list__pagination .zbs-list__page-size,.zbs-list__pagination-nav{justify-self:center}}.login-page{--rail-bg: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 55%, #6d28d9 100%);--surface: var(--color-surface, #ffffff);--surface-muted: var(--color-surface-muted, #f5f7fb);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: var(--color-text-secondary, #667085);--text-on-brand: #e8ecff;--text-on-brand-muted: rgba(232, 236, 255, .72);--border: var(--color-border, #dfe5ef);--accent: var(--color-action-primary, #4f46e5);--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: var(--radius-lg, 8px);--radius-md: var(--radius-md, 6px);min-height:100vh;display:flex;justify-content:center;background:var(--surface-muted);color:var(--text-primary)}.login-page__inner{display:flex;width:100%;max-width:1440px}.login-page__brand{position:relative;flex:1 1 46%;display:flex;flex-direction:column;justify-content:center;gap:1.45rem;padding:3.5rem 3.25rem;color:var(--text-on-brand);background:var(--rail-bg);overflow:hidden}.login-page__brand-mark{display:flex;align-items:center;gap:.65rem;font-size:1.15rem;font-weight:700;letter-spacing:0}.login-page__brand-mark svg{width:36px;height:36px;flex-shrink:0}.login-page__brand-copy h1{font-size:2rem;line-height:1.3;margin:0 0 .85rem;font-weight:700;max-width:23ch;text-wrap:balance}.login-page__brand-copy p{margin:0;font-size:1rem;line-height:1.6;color:var(--text-on-brand-muted);max-width:39ch;text-wrap:pretty}.login-page__channels{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.login-page__channels li{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;padding:.35rem .9rem .35rem .7rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.24);color:var(--text-on-brand)}.login-page__channel-icon{width:15px;height:15px;flex-shrink:0}.login-page__illustration{width:100%;height:auto;max-width:360px;margin-top:.75rem;opacity:.95}.login-page__form-panel{flex:1 1 54%;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;background:var(--surface-muted)}.login-page__card{position:relative;width:100%;max-width:392px;background:var(--surface);border:1px solid rgba(15,23,42,.05);border-radius:var(--radius-lg);box-shadow:0 18px 42px -28px #0f172a5c;padding:2.35rem 2rem;box-sizing:border-box;overflow:hidden}.login-page__card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--accent)}.login-page__card-header{margin-bottom:1.75rem}.login-page__eyebrow{margin:0 0 .4rem;font-size:.75rem;font-weight:700;letter-spacing:0;text-transform:uppercase;color:var(--accent)}.login-page__card-header h2{margin:0 0 .4rem;font-size:1.35rem;font-weight:700;color:var(--text-primary)}.login-page__subtitle{margin:0;font-size:.9rem;color:var(--text-secondary)}.login-page__error{margin:0 0 1.25rem;padding:.75rem .9rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.875rem;line-height:1.4}.login-page__field{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.4rem}.login-page__label{font-size:.85rem;font-weight:600;color:var(--text-primary)}.login-page__input-wrap{position:relative;display:flex;align-items:center}.login-page__input-icon{position:absolute;left:.85rem;width:18px;height:18px;color:var(--text-secondary);pointer-events:none}.login-page__input{width:100%;box-sizing:border-box;min-height:var(--control-height-md, 38px);padding:.75rem .9rem .75rem 2.6rem;border-radius:var(--control-radius, var(--radius-md));border:1px solid var(--control-border, var(--border));font-size:var(--control-font-size, .84rem);font-family:inherit;color:var(--text-primary);background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.login-page__input--with-toggle{padding-right:2.6rem}.login-page__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--color-action-focus-ring, rgba(79, 70, 229, .16))}.login-page__input:disabled{background:var(--surface-muted);cursor:not-allowed}.login-page__toggle-password{position:absolute;right:.6rem;display:flex;align-items:center;justify-content:center;border:none;background:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:var(--button-radius, var(--radius-md))}.login-page__toggle-password:hover{color:var(--text-primary)}.login-page__toggle-password:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login-page__toggle-password svg{width:18px;height:18px}.login-page__submit{width:100%;margin-top:.5rem;min-height:var(--button-height-md, 38px);padding:0 var(--button-padding-x-md, 1rem);border:none;border-radius:var(--button-radius, var(--radius-md));font-size:var(--button-font-size-md, .9rem);font-weight:600;font-family:inherit;color:#fff;background:var(--accent);cursor:pointer;transition:background .15s ease,box-shadow .15s ease,opacity .15s ease}.login-page__submit:disabled{opacity:.6;cursor:not-allowed}.login-page__submit:not(:disabled):hover{background:var(--color-action-primary-hover, #4338ca);box-shadow:0 8px 18px -14px #4f46e5b3}.login-page__submit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login-page__footnote{margin:1.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.78rem;line-height:1.5;color:var(--text-secondary);text-align:center}@media (max-width: 959px){.login-page__inner{flex-direction:column}.login-page__brand{flex:none;padding:2.25rem 1.75rem;gap:1rem}.login-page__brand-copy h1,.login-page__brand-copy p{max-width:none}.login-page__illustration{display:none}.login-page__form-panel{padding:2rem 1.25rem 3rem}}@media (max-width: 599px){.login-page__brand{padding:1.75rem 1.25rem;gap:.75rem}.login-page__brand-copy h1{font-size:1.3rem}.login-page__brand-copy p{font-size:.9rem}.login-page__card{padding:1.75rem 1.25rem;box-shadow:none;border:1px solid var(--border)}.login-page__form-panel{padding:1.25rem 1rem 2.5rem}}:root{--color-action-primary: #4f46e5;--color-action-primary-hover: #4338ca;--color-action-primary-gradient: linear-gradient(135deg, #2563eb 0%, #6d28d9 100%);--color-action-on-primary: #ffffff;--color-action-danger: #b91c1c;--color-action-danger-hover: #991b1b;--color-action-on-danger: #ffffff;--color-action-success: #16a34a;--color-action-success-hover: #15803d;--color-action-on-success: #ffffff;--color-action-secondary-bg: #f7f9fc;--color-action-secondary-border: #dfe5ef;--color-action-secondary-hover-bg: #eef4ff;--color-action-secondary-hover-border: #cbd5e1;--color-action-secondary-text: #334155;--color-action-ghost-text: #475569;--color-action-focus-ring: rgba(79, 70, 229, .16);--color-text-primary: #0f172a;--color-text-secondary: #667085;--color-text-tertiary: #8a94a6;--color-surface: #ffffff;--color-surface-muted: #f5f6fc;--color-border: #e4e6f5;--color-border-strong: #c9c8e8;--shadow-card: 0 16px 36px -28px rgba(49, 30, 129, .28);--radius-lg: 10px;--radius-md: 8px;--radius-pill: 999px;--control-height-md: 38px;--control-height-sm: 32px;--control-radius: var(--radius-md);--control-padding-x: .72rem;--control-font-size: .84rem;--control-bg: var(--color-surface);--control-border: var(--color-border);--control-hover-bg: #f7fbff;--control-focus-ring: var(--color-action-focus-ring);--table-header-bg: #fbfcfe;--table-row-hover-bg: #f8fbff;--toolbar-bg: transparent;--toolbar-border: var(--color-border);--toolbar-label-gap: .3rem;--toolbar-field-gap: 1.75rem;--list-action-height: 2rem;--list-action-padding-x: .7rem;--button-radius: var(--radius-md);--button-height-md: 38px;--button-height-sm: 32px;--button-padding-x-md: 1rem;--button-padding-x-sm: .75rem;--button-font-size-md: .9rem;--button-font-size-sm: .84rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}*{box-sizing:border-box}body{margin:0;background:var(--color-surface-muted);color:var(--color-text-primary)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.status-badge{display:inline-flex;align-items:center;min-height:1.55rem;padding:.16rem .58rem;border-radius:999px;border:1px solid transparent;font-size:.76rem;font-weight:700;line-height:1.1;white-space:nowrap}.status-badge--active{background-color:#e8f8ef;border-color:#b7ebcb;color:#087443}.status-badge--disabled{background-color:#f1f3f6;border-color:#d9e0ea;color:#4b5565}.status-badge--connected{background-color:#e8f8ef;border-color:#b7ebcb;color:#087443}.status-badge--disconnected{background-color:#f1f3f6;border-color:#d9e0ea;color:#4b5565}.status-badge--expired{background-color:#fff7df;border-color:#f4d68b;color:#8a4b0f}.status-badge--error{background-color:#fef2f2;border-color:#fecaca;color:#b91c1c}
