: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-secondary-bg: #f8fafc;--color-action-secondary-border: #d9e1ef;--color-action-secondary-hover-bg: #eef2f7;--color-action-secondary-hover-border: #cbd5e1;--color-action-secondary-text: #334155;--color-action-ghost-text: #475569;--color-action-focus-ring: rgba(79, 70, 229, .18);--color-text-primary: #0f172a;--button-radius: 6px;--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}body{margin:0}.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;padding:.3em .75em;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.4}.status-badge--active{background-color:#d1fae5;color:#065f46}.status-badge--disabled{background-color:#fee2e2;color:#991b1b}.status-badge--pending{background-color:#fef3c7;color:#92400e}.status-badge--approved{background-color:#d1fae5;color:#065f46}.status-badge--rejected{background-color:#fee2e2;color:#991b1b}.status-badge--cancelled{background-color:#e5e7eb;color:#374151}.action-notification{position:fixed;right:1.5rem;bottom:1.5rem;z-index:1100;display:flex;align-items:center;gap:.75rem;min-width:340px;max-width:min(480px,calc(100vw - 2rem));overflow:hidden;padding:.95rem 1rem;border:1px solid #d9dee8;border-left:4px solid;border-radius:10px;background:#fff;box-shadow:0 12px 30px #1f243029,0 2px 6px #1f243014;color:#1f2430;font-size:.9rem;font-weight:600;animation:action-notification-enter .2s ease-out}.action-notification--create{border-left-color:#16a34a}.action-notification--update{border-left-color:#2563eb}.action-notification--delete{border-left-color:#ea580c}.action-notification__icon{display:grid;width:1.65rem;height:1.65rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;font-size:1rem;font-weight:700}.action-notification--create .action-notification__icon{background:#16a34a}.action-notification--update .action-notification__icon{background:#2563eb}.action-notification--delete .action-notification__icon{background:#ea580c}.action-notification__message{line-height:1.4}.action-notification button{margin-left:auto;padding:.2rem .35rem;border:0;background:transparent;color:#687386;font:inherit;font-size:.76rem;cursor:pointer}.action-notification button:hover{color:#1f2430}.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:#16a34a}.action-notification--update .action-notification__progress{background:#2563eb}.action-notification--delete .action-notification__progress{background:#ea580c}@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:4rem 1rem 2rem;background:#0f172a73;overflow-y:auto}.modal__panel{--accent: var(--color-action-primary, #4f46e5);--surface: #ffffff;--surface-muted: var(--color-action-secondary-bg, #f1f2f4);--text-primary: var(--color-text-primary, #0f172a);--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: var(--color-action-danger, #b91c1c);--danger-border: #fecaca;--success-bg: #ecfdf5;--success-text: #065f46;--success-border: #a7f3d0;--radius-lg: 10px;--radius-md: 6px;width:100%;max-width:560px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 24px 60px -20px #0f172a73;max-height:calc(100vh - 6rem);display:flex;flex-direction:column}.modal__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;border-bottom:1px solid var(--border)}.modal__header h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.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;padding:1.75rem;overflow-y:auto}@media (max-width: 560px){.modal__overlay{padding:1.5rem .75rem;align-items:flex-end}.modal__panel{max-width:100%;max-height:calc(100vh - 2rem)}}.modal-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.15rem}.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{padding:.6rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);font-size:.92rem;font-family:inherit;color:var(--text-primary)}.modal-form__field input:focus,.modal-form__field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4f46e526}.modal-form__field input:disabled,.modal-form__field select: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__error p{margin:0}.modal-form__actions{position:sticky;bottom:-1.75rem;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin:1.5rem -1.75rem -1.75rem;padding:1rem 1.75rem;background:var(--surface);border-top:1px solid var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.modal-form__submit{padding:.65rem 1.35rem;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;transition:opacity .15s ease}.modal-form__submit:hover:not(:disabled){opacity:.92}.modal-form__submit:disabled{opacity:.6;cursor:not-allowed}.modal-form__cancel{padding:.65rem 1.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;transition:background .15s ease,color .15s ease}.modal-form__cancel:hover{background:var(--color-action-secondary-hover-bg, var(--border));color:var(--text-primary)}.modal-form__cancel:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal-form__permission-denied{margin:0;padding:1rem 1.25rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.92rem}.modal-form__success{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.modal-form__success-message{margin:0;display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text);font-size:.85rem;font-weight:600}.modal-form__success-detail{margin:0;font-size:.95rem;color:var(--text-primary)}.modal-form__success-link{padding:0;border:none;background:none;color:var(--accent);font-weight:600;font-size:.9rem;font-family:inherit;cursor:pointer}.modal-form__success-link:hover{text-decoration:underline}.account-list{--accent: #4f46e5;--surface: #ffffff;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 6px;--surface-muted: #f1f2f4;max-width:1080px}.account-list__section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.account-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.account-list__section-title p{margin:.35rem 0 0;color:var(--text-secondary);font-size:.88rem}.account-list__create{padding:.55rem 1rem;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.88rem;font-weight:600;text-decoration:none}.account-list__create:hover,.account-list__create:focus-visible{background:#4338ca;color:#fff}.account-list__create:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.account-list__create-tooltip{display:none}.account-list__create:hover .account-list__create-tooltip,.account-list__create:focus-visible .account-list__create-tooltip{opacity:1;visibility:visible}.account-list__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;margin-bottom:1.25rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f8fafc}.account-list__filter-fields{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.account-list__toolbar label{color:var(--text-secondary);font-size:.82rem;font-weight:600;color:var(--text-primary)}.account-list__toolbar select{min-width:180px;padding:.58rem .7rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font:inherit}.account-list__toolbar input{min-width:260px;padding:.58rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font:inherit}.account-list__search-field{position:relative;display:inline-flex;align-items:center}.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:50%;background:transparent;color:var(--text-secondary);font-size:1.2rem;line-height:1;cursor:pointer}.account-list__clear-search:hover{background:#e8edf5;color:var(--text-primary)}.account-list__toolbar input:focus{border-color:var(--accent);outline:2px solid rgba(79,70,229,.16);outline-offset:0}.account-list__reset,.account-list__refresh{cursor:pointer;font-family:inherit}.account-list__reset{height:2.45rem;padding:0 .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.account-list__reset:hover{border-color:var(--accent);color:var(--accent)}.account-list__refresh{display:inline-grid;width:2.45rem;height:2.45rem;place-items:center;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.account-list__refresh:hover{border-color:var(--accent);color:var(--accent)}.account-list__toolbar select:focus{border-color:var(--accent);outline:2px solid rgba(79,70,229,.16);outline-offset:0}.account-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 12px 32px -20px #0f172a40;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:.6rem .75rem;font-size:.82rem;font-weight:700;color:var(--text-secondary);background:var(--surface);border-bottom:1px solid var(--border)}.account-list__table td{padding:.65rem .75rem;font-size:.9rem;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:#f7f8fa}.account-list__table a{color:var(--accent);font-weight:600;text-decoration:none}.account-list__table a:hover{text-decoration:underline}.account-list__actions{display:flex;gap:.5rem}.account-list__edit-action{padding:.4rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--text-primary);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.account-list__edit-action:hover{border-color:var(--accent);color:var(--accent)}.account-list__reset-action{display:inline-flex;width:2.35rem;height:2.1rem;align-items:center;justify-content:center;padding:0;font-size:1.1rem;line-height:1}.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__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}.account-list__error button{flex-shrink:0;padding:.45rem .9rem;border-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)}.account-list__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem;font-size:.85rem;color:var(--text-secondary)}.account-list__pagination button{padding:.45rem .9rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:.85rem;font-family:inherit;cursor:pointer}.account-list__pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.account-list__pagination button:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 640px){.account-list__section-title{flex-direction:column}.account-list__toolbar{align-items:stretch;flex-direction:column}.account-list__refresh{align-self:flex-end}.account-list__card{overflow-x:auto}.account-list__table{min-width:760px}}.account-form__detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;margin-bottom:1.5rem}.account-form__detail-item{display:flex;flex-direction:column;gap:.35rem}.account-form__detail-item--status{grid-column:1 / -1}.account-form__detail-label{font-size:.85rem;font-weight:600;color:var(--text-primary)}.account-form__detail-item input{width:100%;box-sizing:border-box;min-height:2.45rem;padding:.6rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font:inherit;font-size:.92rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.account-form__detail-item input:hover{border-color:#b7c2d5}.account-form__detail-item input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e51f}.account-form__detail-value{font-size:.95rem;color:var(--text-primary)}.account-form__status-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.account-form__divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.account-form__toggle{display:inline-flex;align-items:center;gap:.6rem;width:fit-content;color:var(--text-primary);cursor:pointer}.account-form__toggle input{position:absolute;opacity:0;pointer-events:none}.account-form__toggle-track{display:inline-flex;align-items:center;width:2.65rem;height:1.5rem;padding:.15rem;border-radius:999px;background:#b8c0cf;transition:background .16s ease}.account-form__toggle-track span{width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a33;transition:transform .16s ease}.account-form__toggle input:checked+.account-form__toggle-track{background:#16a34a}.account-form__toggle input:checked+.account-form__toggle-track span{transform:translate(1.15rem)}.account-form__toggle input:focus-visible+.account-form__toggle-track{outline:2px solid rgba(79,70,229,.25);outline-offset:2px}.account-form__inline-message{margin:0;font-size:.85rem;color:var(--danger-text)}.account-form__role-group{border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem 1rem;margin:0 0 1rem}.account-form__role-group input[type=checkbox]{accent-color:var(--accent)}.account-form__role-group legend{padding:0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-secondary)}.account-form__role-item{display:flex;align-items:center;gap:.5rem;padding:.3rem 0}.account-form__role-item label{font-size:.9rem;color:var(--text-primary)}.account-form__update-roles{margin-top:.5rem;padding:.55rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:.86rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,color .15s ease}.account-form__update-roles:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.account-form__update-roles:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 560px){.account-form__detail-grid{grid-template-columns:1fr}}.role-list{--accent: #4f46e5;--surface: #ffffff;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--success-bg: #ecfdf5;--success-text: #065f46;--success-border: #a7f3d0;--radius-lg: 10px;--radius-md: 6px;--surface-muted: #f1f2f4;max-width:1080px}.role-list__section{margin-bottom:2rem}.role-list__section h2{margin:0 0 .85rem;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.role-list__section-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.85rem}.role-list__section-title h2{margin:0}.role-list__section-title p{margin:.35rem 0 0;color:var(--text-secondary);font-size:.88rem}.role-list__create{flex-shrink:0;margin-left:auto;padding:.55rem 1rem;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.88rem;font-weight:600;text-decoration:none}.role-list__create-tooltip{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);padding:.3rem .65rem;border-radius:6px;background:#1f2430;color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s ease;pointer-events:none;z-index:20}.role-list__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f8fafc}.role-list__filter-fields{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.role-list__toolbar label{color:var(--text-secondary);font-size:.82rem;font-weight:600}.role-list__toolbar input,.role-list__toolbar select{box-sizing:border-box;height:2.45rem;padding:.58rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font:inherit}.role-list__toolbar select{min-width:150px}.role-list__search-input{position:relative;min-width:240px;height:2.45rem}.role-list__search-input input{width:100%;height:100%;padding-right:2.25rem}.role-list__clear-search{position:absolute;top:50%;right:.45rem;display:inline-grid;width:1.7rem;height:1.7rem;place-items:center;padding:0;transform:translateY(-50%);border:0;border-radius:50%;background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit;font-size:1.25rem;line-height:1}.role-list__clear-search:hover{background:var(--surface-muted);color:var(--text-primary)}.role-list__reset,.role-list__refresh{cursor:pointer;font-family:inherit}.role-list__reset{height:2.45rem;padding:0 .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.role-list__reset:hover{border-color:var(--accent);color:var(--accent)}.role-list__refresh{display:inline-grid;width:2.45rem;height:2.45rem;place-items:center;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.role-list__refresh:hover{border-color:var(--accent);color:var(--accent)}.role-list__refresh:disabled{opacity:.55;cursor:wait}.role-list__pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem;color:var(--text-secondary);font-size:.85rem}.role-list__pagination button{padding:.45rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);cursor:pointer}.role-list__pagination button:disabled{opacity:.5;cursor:not-allowed}.role-list__create:hover .role-list__create-tooltip,.role-list__create:focus-visible .role-list__create-tooltip{opacity:1;visibility:visible}.role-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 12px 32px -20px #0f172a40;overflow:hidden}.role-list__card--loading:after{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff8c;content:"";pointer-events:none}.role-list__table-loading{position:absolute;top:.7rem;right:1rem;z-index:1;color:var(--text-secondary);font-size:.78rem}.role-list__table{width:100%;border-collapse:collapse}.role-list__table th{text-align:left;padding:.85rem 1.25rem;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-secondary);background:var(--surface);border-bottom:1px solid var(--border)}.role-list__table td{padding:.9rem 1.25rem;font-size:.92rem;color:var(--text-primary);border-bottom:1px solid var(--border);vertical-align:middle}.role-list__table tbody tr:last-child td{border-bottom:none}.role-list__table tbody tr:hover{background:#f7f8fa}.role-list__table a{color:var(--accent);font-weight:600;text-decoration:none}.role-list__table a:hover{text-decoration:underline}.role-list__type-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.78rem;font-weight:600}.role-list__type-badge--default{background:#f1f2f4;border:1px solid var(--border);color:var(--text-secondary)}.role-list__type-badge--custom{background:#eef2ff;border:1px solid #c7d2fe;color:var(--accent)}.role-list__no-action{color:var(--text-secondary)}.role-list__actions{display:flex;align-items:center;gap:.5rem}.role-list__delete{padding:.4rem .75rem;border-radius:var(--radius-md);font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer}.role-list__edit{display:inline-block;padding:.4rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-muted);color:var(--text-primary);font-size:.82rem;font-weight:600;font-family:inherit;line-height:normal;text-decoration:none;cursor:pointer}.role-list__edit:hover{border-color:var(--accent);color:var(--accent)}.role-list__empty-note{margin:0;padding:.85rem 1.25rem;color:var(--text-secondary);font-size:.85rem;border-top:1px solid var(--border)}.role-list__delete{border:1px solid var(--danger-border);background:var(--surface);color:var(--danger-text)}.role-list__delete:hover{background:var(--danger-bg)}.role-list__loading,.role-list__empty{margin:0;padding:2.5rem 1.25rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.role-list__error{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;margin-bottom:1.5rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.9rem}.role-list__error button{flex-shrink:0;padding:.45rem .9rem;border-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}.role-list__error button:hover{background:var(--danger-bg)}.role-list__dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem 2rem;background:#0f172a73;overflow-y:auto}.role-list__dialog-panel{width:100%;max-width:480px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 24px 60px -20px #0f172a73;padding:1.5rem}.role-list__dialog-panel>p{margin:0 0 .85rem;font-size:.95rem;color:var(--text-primary)}.role-list__dialog-warning{padding:.75rem 1rem!important;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.85rem!important}.role-list__dialog-success-message{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text);font-size:.85rem;font-weight:600}.role-list__dialog-permission-denied{padding:1rem 1.25rem!important;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.92rem!important}.role-list__dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.role-list__dialog-confirm{padding:.65rem 1.25rem;border:none;border-radius:var(--radius-md);background:var(--danger-text);color:#fff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease}.role-list__dialog-confirm:hover:not(:disabled){opacity:.9}.role-list__dialog-confirm:disabled{opacity:.6;cursor:not-allowed}.role-list__dialog-cancel{padding:.65rem 1.1rem;border-radius:var(--radius-md);border:none;background:var(--surface-muted);color:var(--text-secondary);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.role-list__dialog-cancel:hover:not(:disabled){background:var(--border);color:var(--text-primary)}.role-list__dialog-cancel:disabled{opacity:.6;cursor:not-allowed}.role-list__dialog-close{padding:0;border:none;background:none;color:var(--accent);font-weight:600;font-size:.9rem;font-family:inherit;cursor:pointer}.role-list__dialog-close:hover{text-decoration:underline}@media (max-width: 640px){.role-list__section-title{align-items:stretch;flex-direction:column}.role-list__create{text-align:center}.role-list__toolbar,.role-list__filter-fields{align-items:stretch;flex-direction:column}.role-list__toolbar input,.role-list__toolbar select,.role-list__search-input,.role-list__reset{width:100%;min-width:0}.role-list__refresh{align-self:flex-end;margin-top:.75rem}.role-list__card{overflow-x:auto}.role-list__table{min-width:480px}}.role-form__permission-group{border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem 1rem;margin:0 0 1rem}.role-form__permission-group legend{padding:0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-secondary)}.role-form__permission-item{display:flex;align-items:center;gap:.5rem;padding:.3rem 0}.role-form__permission-item label{font-size:.9rem;color:var(--text-primary)}.package-form{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--success-bg: #ecfdf5;--success-text: #065f46;--success-border: #a7f3d0;--radius-lg: 10px;--radius-md: 6px;max-width:560px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.package-form__heading{margin:0 0 1.25rem;font-size:1.15rem;font-weight:700;color:var(--text-primary)}.package-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.15rem}.package-form__field label{font-size:.85rem;font-weight:600;color:var(--text-primary)}.package-form__field input{padding:.6rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);font-size:.92rem;font-family:inherit;color:var(--text-primary)}.package-form__field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4f46e526}.package-form__fee-input{display:flex;align-items:center;gap:.6rem}.package-form__fee-input input{flex:1}.package-form__fee-unit{flex-shrink:0;font-size:.82rem;font-weight:600;color:var(--text-secondary)}.package-form__field-error{margin:0;font-size:.82rem;color:var(--danger-text)}.package-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}.package-form__error p{margin:0}.package-form__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.package-form__submit{padding:.65rem 1.35rem;border:none;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease}.package-form__submit:hover:not(:disabled){opacity:.92}.package-form__submit:disabled{opacity:.6;cursor:not-allowed}.package-form__cancel{padding:.65rem 1.1rem;border-radius:var(--radius-md);border:none;background:var(--surface-muted);color:var(--text-secondary);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.package-form__cancel:hover{background:var(--border);color:var(--text-primary)}.package-form__permission-denied{margin:0;padding:1rem 1.25rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.92rem}.package-form__success{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.package-form__success-message{margin:0;display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text);font-size:.85rem;font-weight:600}.package-form__success-detail{margin:0;font-size:.95rem;color:var(--text-primary)}.package-form__success-link{padding:0;border:none;background:none;color:var(--accent);font-weight:600;font-size:.9rem;font-family:inherit;cursor:pointer}.package-form__success-link:hover{text-decoration:underline}.package-list{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 6px;max-width:1200px}.package-list__section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.package-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.package-list__section-title p{margin:.35rem 0 0;color:var(--text-secondary);font-size:.85rem}.package-list__create{border:0;padding:.4rem .75rem;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.88rem;font-weight:600;text-decoration:none}.package-list__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.package-list__filter-fields{display:flex;align-items:center;gap:.6rem;min-width:0}.package-list__filter-fields label{color:var(--text-secondary);font-size:.82rem;font-weight:600;white-space:nowrap}.package-list__search-input{position:relative}.package-list__search-input input{width:18rem;box-sizing:border-box;padding:.42rem 2rem .42rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font:inherit;font-size:.84rem}.package-list__search-input input:focus{outline:2px solid rgba(79,70,229,.18);outline-offset:1px;border-color:var(--accent)}.package-list__clear-search{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);border:0;background:transparent;color:var(--text-secondary);font-size:1.1rem;line-height:1;cursor:pointer}.package-list__toolbar-actions{display:flex;align-items:center}.package-list__reset,.package-list__refresh{cursor:pointer;font-family:inherit}.package-list__reset{height:2.45rem;padding:0 .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer}.package-list__create:hover{background:#4338ca}.package-list__refresh{display:inline-grid;width:2.45rem;height:2.45rem;place-items:center;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.package-list__reset:hover,.package-list__refresh:hover{border-color:var(--accent);color:var(--accent)}.package-list__reset:focus-visible,.package-list__refresh:focus-visible{outline:2px solid rgba(79,70,229,.3);outline-offset:2px}.package-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;overflow-x:auto}.package-list__card--loading .package-list__table{opacity:.55}.package-list__table-loading{position:absolute;top:.7rem;right:1rem;z-index:1;color:var(--text-secondary);font-size:.78rem}.package-list__table{width:100%;border-collapse:collapse}.package-list__table th,.package-list__table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);font-size:.9rem;white-space:nowrap}.package-list__table th{color:var(--text-secondary);font-size:.78rem;font-weight:700}.package-list__table a,.package-list__edit{color:var(--accent);font-weight:600;text-decoration:none}.package-list__table td:last-child a,.package-list__edit{display:inline-block;padding:.4rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--text-primary);font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer}.package-list__edit:hover{border-color:var(--accent);color:var(--accent)}.package-list__empty,.package-list__loading{margin:0;color:var(--text-secondary)}.package-list__error{padding:1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);margin-bottom:1rem}@media (max-width: 760px){.package-list__section-title,.package-list__toolbar{align-items:stretch;flex-direction:column}.package-list__filter-fields{align-items:stretch;flex-wrap:wrap}.package-list__search-input input{width:min(100%,18rem)}.package-list__toolbar-actions{align-self:flex-end}}.business-form{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 6px;max-width:560px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.business-form__context{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem;padding:.75rem .9rem;border:1px solid #dbe4f0;border-radius:6px;background:#f6f8fb;color:#55607a;font-size:.82rem}.business-form__context strong{color:#0f172a;font-size:.95rem}.business-form__heading{margin:0 0 1.25rem;font-size:1.15rem;font-weight:700;color:var(--text-primary)}.business-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.15rem}.business-form__field label,.business-form__field-label{font-size:.85rem;font-weight:600;color:var(--text-primary)}.business-form__toggle{display:inline-flex;align-items:center;gap:.6rem;width:fit-content;color:var(--text-primary);cursor:pointer}.business-form__toggle input{position:absolute;opacity:0;pointer-events:none}.business-form__toggle-track{display:inline-flex;align-items:center;width:2.65rem;height:1.5rem;padding:.15rem;border-radius:999px;background:#b8c0cf;transition:background .16s ease}.business-form__toggle-track span{width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a33;transition:transform .16s ease}.business-form__toggle input:checked+.business-form__toggle-track{background:#16a34a}.business-form__toggle input:checked+.business-form__toggle-track span{transform:translate(1.15rem)}.business-form__toggle input:focus-visible+.business-form__toggle-track{outline:2px solid rgba(79,70,229,.25);outline-offset:2px}.business-form__field input,.business-form__field select{padding:.6rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);font-size:.92rem;font-family:inherit;color:var(--text-primary)}.business-form__field-error{margin:0;font-size:.82rem;color:var(--danger-text)}.business-form__no-package{margin:0;font-size:.9rem;color:var(--danger-text)}.business-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}.business-form__error p{margin:0}.business-form__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.business-form__submit{padding:.65rem 1.35rem;border:none;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer}.business-form__submit:disabled{opacity:.6;cursor:not-allowed}.business-form__cancel{padding:.65rem 1.1rem;border-radius:var(--radius-md);border:none;background:var(--surface-muted);color:var(--text-secondary);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer}.business-form__permission-denied{margin:0;padding:1rem 1.25rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.92rem}.business-list{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 6px;max-width:1080px}.business-list__section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.business-list__section-title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.business-list__section-title p{margin:.35rem 0 0;color:var(--text-secondary);font-size:.88rem}.business-list__create{padding:.55rem 1rem;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:.88rem;font-weight:600;text-decoration:none}.business-list__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f8fafc}.business-list__filter-fields{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.business-list__toolbar label{color:var(--text-secondary);font-size:.82rem;font-weight:600}.business-list__toolbar select{min-width:180px;padding:.58rem .7rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font:inherit}.business-list__toolbar input{min-width:260px;padding:.58rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font:inherit}.business-list__search-input{position:relative;min-width:260px;height:2.45rem}.business-list__search-input input{box-sizing:border-box;width:100%;height:100%;padding-right:2.25rem}.business-list__clear-search{position:absolute;top:50%;right:.45rem;display:inline-grid;width:1.7rem;height:1.7rem;place-items:center;padding:0;transform:translateY(-50%);border:0;border-radius:50%;background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit;font-size:1.25rem;line-height:1}.business-list__clear-search:hover{background:var(--surface-muted);color:var(--text-primary)}.business-list__clear-search:focus-visible{outline:2px solid rgba(79,70,229,.3);outline-offset:1px}.business-list__reset,.business-list__refresh{cursor:pointer;font-family:inherit}.business-list__reset{height:2.45rem;padding:0 .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.business-list__reset:hover{border-color:var(--accent);color:var(--accent)}.business-list__refresh{display:inline-grid;width:2.45rem;height:2.45rem;place-items:center;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.business-list__refresh:hover{border-color:var(--accent);color:var(--accent)}.business-list__reset:focus-visible,.business-list__refresh:focus-visible{outline:2px solid rgba(79,70,229,.3);outline-offset:2px}.business-list__toolbar select:focus,.business-list__toolbar input:focus{border-color:var(--accent);outline:2px solid rgba(79,70,229,.16);outline-offset:0}.business-list__card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.business-list__card--loading .business-list__table{opacity:.58}.business-list__table-loading{position:absolute;top:.55rem;right:1rem;z-index:1;color:var(--text-secondary);font-size:.76rem}.business-list__table{width:100%;border-collapse:collapse}.business-list__table th,.business-list__table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);font-size:.9rem}.business-list__table a{color:var(--accent);font-weight:600;text-decoration:none}.business-list__empty,.business-list__loading{margin:0;color:var(--text-secondary)}.business-list__error{padding:1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);margin-bottom:1rem}.business-list__code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;color:var(--text-secondary)}.business-list__actions{display:flex;gap:.5rem}.business-list__actions button{padding:.4rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-muted);color:var(--text-primary);font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer}.business-list__pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem;color:var(--text-secondary);font-size:.85rem}.business-list__pagination button{padding:.45rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);cursor:pointer}.business-list__pagination button:disabled{opacity:.5;cursor:not-allowed}.business-list__deposit-message{padding:.7rem 1rem;border-radius:var(--radius-md);background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:.88rem;margin-bottom:1rem}@media (max-width: 900px){.business-list__section-title{align-items:stretch;flex-direction:column}.business-list__create{text-align:center}.business-list__toolbar,.business-list__filter-fields{align-items:stretch;flex-direction:column}.business-list__toolbar select{width:100%;box-sizing:border-box}.business-list__toolbar input{min-width:0;width:100%;box-sizing:border-box}.business-list__search-input{width:100%;min-width:0}.business-list__reset{width:100%}.business-list__toolbar-actions{align-self:flex-end}}.bbod-modal__form{display:block}.bbod-modal__form input{width:100%;box-sizing:border-box}.bbod-modal__preview{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:-.35rem 0 1.15rem;padding:.7rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--text-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.88rem;overflow-wrap:anywhere}.bbod-modal__preview span{flex-shrink:0;color:var(--text-secondary);font-family:inherit;font-size:.78rem}.deposit-detail{--accent: #4f46e5;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-md: 6px;min-width:420px}.deposit-detail__loading{margin:0;color:var(--text-secondary)}.deposit-detail__error,.deposit-detail__permission-denied{margin:0;padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);font-size:.85rem}.deposit-detail__info{display:grid;gap:.65rem;margin:0 0 1.25rem}.deposit-detail__info dt{font-size:.78rem;color:var(--text-secondary);font-weight:600;margin:0 0 .15rem}.deposit-detail__info dd{margin:0;font-size:.9rem;color:var(--text-primary)}.deposit-detail__timeline-title{margin:0 0 .75rem;font-size:.95rem;color:var(--text-primary)}.deposit-detail__timeline{list-style:none;margin:0;padding:0;border-left:2px solid var(--border)}.deposit-detail__timeline li{display:flex;flex-direction:column;gap:.15rem;padding:0 0 .9rem 1rem;position:relative}.deposit-detail__timeline li:before{content:"";position:absolute;left:-5px;top:.2rem;width:8px;height:8px;border-radius:50%;background:var(--accent)}.deposit-detail__timeline-action{font-size:.88rem;font-weight:600;color:var(--text-primary)}.deposit-detail__timeline-meta{font-size:.8rem;color:var(--text-secondary)}.business-detail{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 6px;max-width:720px}.business-detail__back{border:none;background:none;color:var(--accent);font-weight:600;font-size:.88rem;cursor:pointer;padding:0;margin-bottom:1rem}.business-detail__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:1.25rem}.business-detail__panel h2,.business-detail__panel h3{margin:0 0 .9rem;color:var(--text-primary)}.business-detail__row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.business-detail__label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.business-detail__row select{padding:.4rem .6rem;border-radius:var(--radius-md);border:1px solid var(--border)}.business-detail__row button{padding:.45rem .9rem;border-radius:var(--radius-md);border:none;background:var(--accent);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.business-detail__row button:disabled{opacity:.5;cursor:not-allowed}.business-detail__vsales-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.business-detail__vsales-list li{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem}.business-detail__vsales-list button{padding:.3rem .75rem;border-radius:var(--radius-md);border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text);font-size:.8rem;cursor:pointer}.business-detail__vsales-list button:disabled{opacity:.5;cursor:not-allowed}.business-detail__inline-message{margin:.4rem 0 0;font-size:.85rem;color:var(--danger-text)}.business-detail__permission-denied,.business-detail__error{padding:1rem 1.25rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text)}.business-detail__loading{color:var(--text-secondary)}.business-detail__code{margin:0 0 .75rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;color:var(--text-secondary)}.business-detail__deposit-message{padding:.6rem .9rem;margin:.5rem 0 0;border-radius:var(--radius-md);background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:.85rem}.business-detail__balance-row{display:flex;gap:2rem}.business-detail__balance-value{margin:.2rem 0 0;font-size:1.1rem;font-weight:700;color:var(--text-primary)}.business-detail__deposit-empty{margin:0;color:var(--text-secondary)}.business-detail__deposit-table{width:100%;border-collapse:collapse}.business-detail__deposit-table th,.business-detail__deposit-table td{text-align:left;padding:.55rem .7rem;border-bottom:1px solid var(--border);font-size:.85rem}.deposit-status-badge{padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600}.deposit-status-badge--pending{background:#fef3c7;color:#92400e}.deposit-status-badge--approved{background:#dcfce7;color:#166534}.deposit-status-badge--rejected{background:var(--danger-bg);color:var(--danger-text)}.deposit-status-badge--cancelled{background:#e5e7eb;color:#374151}.business-manager-list{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--radius-lg: 10px;--radius-md: 6px;max-width:1080px}.business-manager-list__section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.business-manager-list__section-title h2{margin:0;color:var(--text-primary);font-size:1.05rem;font-weight:700}.business-manager-list__section-title p{margin:.35rem 0 0;color:var(--text-secondary);font-size:.88rem}.business-manager-list__create{padding:.55rem 1rem;border:0;border-radius:var(--radius-md);background:var(--accent);color:#fff;font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;white-space:nowrap}.business-manager-list__create:hover:not(:disabled){background:#4338ca}.business-manager-list__create:disabled{cursor:not-allowed;opacity:.55}.business-manager-list__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f8fafc}.business-manager-list__filter-field{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;min-width:0}.business-manager-list__toolbar label{color:var(--text-secondary);font-size:.82rem;font-weight:600}.business-manager-list__filter-field input,.business-manager-list__filter-field select{box-sizing:border-box;height:2.45rem;min-width:230px;padding:.58rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font:inherit}.business-manager-list__filter-field input:focus,.business-manager-list__filter-field select:focus{border-color:var(--accent);outline:2px solid rgba(79,70,229,.16);outline-offset:0}.business-manager-list__reset,.business-manager-list__refresh{cursor:pointer;font-family:inherit}.business-manager-list__reset{height:2.45rem;padding:0 .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600}.business-manager-list__reset:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.business-manager-list__reset:disabled{cursor:not-allowed;opacity:.5}.business-manager-list__refresh{display:inline-grid;width:2.45rem;height:2.45rem;place-items:center;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text-secondary);font-size:1.25rem;line-height:1}.business-manager-list__refresh:hover{border-color:var(--accent);color:var(--accent)}.business-manager-list__reset:focus-visible,.business-manager-list__refresh:focus-visible{outline:2px solid rgba(79,70,229,.3);outline-offset:2px}.business-manager-list__card,.business-manager-list__panel{position:relative;overflow-x:auto;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.business-manager-list__card--loading .business-manager-list__table{opacity:.58}.business-manager-list__table-loading{position:absolute;top:.55rem;right:1rem;z-index:1;color:var(--text-secondary);font-size:.76rem}.business-manager-list__panel>p{margin:0;color:var(--text-secondary)}.business-manager-list__table{width:100%;border-collapse:collapse}.business-manager-list__table th,.business-manager-list__table td{padding:.6rem .75rem;border-bottom:1px solid var(--border);text-align:left;font-size:.9rem}.business-manager-list__table th{color:var(--text-primary);font-weight:700}.business-manager-list__username{color:var(--text-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem}.business-manager-list__status{color:#047857;font-weight:600}.business-manager-list__link{padding:0;border:0;background:none;color:#155eef;font:inherit;cursor:pointer}.business-manager-list__actions{white-space:nowrap;vertical-align:middle}.business-manager-list__actions button{min-width:2.1rem;height:2rem;margin-right:.35rem;padding:0 .55rem;border:1px solid var(--border);border-radius:5px;background:#fff;color:var(--text-secondary);font:inherit;cursor:pointer}.business-manager-list__actions button:hover{border-color:var(--accent);color:var(--accent)}.business-manager-list__detail-heading{display:flex;align-items:center;gap:.8rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.business-manager-list__detail-avatar{display:grid;width:2.6rem;height:2.6rem;place-items:center;border-radius:50%;background:#e8f0ff;color:var(--accent);font-weight:700}.business-manager-list__detail-heading div{display:grid;gap:.2rem}.business-manager-list__detail-heading strong{color:var(--text-primary)}.business-manager-list__detail-heading span:last-child{color:var(--text-secondary);font-size:.82rem}.business-manager-list__detail dl{display:grid;grid-template-columns:1fr 1.4fr;gap:.75rem 1rem;margin:1.2rem 0 0}.business-manager-list__detail dt{color:var(--text-secondary);font-size:.85rem}.business-manager-list__detail dd{margin:0;color:var(--text-primary);font-size:.9rem;font-weight:600}.business-manager-list__detail-footer{display:flex;justify-content:flex-end;margin:1.5rem -1.75rem -1.75rem;padding:1rem 1.75rem;border-top:1px solid var(--border)}.business-manager-list__error{padding:1rem;border:1px solid #fecaca;border-radius:var(--radius-md);background:#fef2f2;color:#b91c1c}.business-manager-list__error p{margin:0 0 .75rem}.business-manager-list__error button{padding:.4rem .75rem;border:1px solid #fecaca;border-radius:var(--radius-md);background:#fff;color:#991b1b;font:inherit;cursor:pointer}.business-manager-list__selector-error{margin:0 0 1rem;color:#b91c1c;font-size:.88rem}.business-manager-list__pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem;color:var(--text-secondary);font-size:.85rem}.business-manager-list__pagination button{padding:.45rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);cursor:pointer}.business-manager-list__pagination button:disabled{cursor:not-allowed;opacity:.5}@media (max-width: 900px){.business-manager-list__section-title{align-items:stretch;flex-direction:column}.business-manager-list__create{text-align:center}.business-manager-list__toolbar,.business-manager-list__filter-field{align-items:stretch;flex-direction:column}.business-manager-list__filter-field input,.business-manager-list__filter-field select{width:100%;min-width:0}.business-manager-list__reset{width:100%}.business-manager-list__toolbar-actions{align-self:flex-end}}.deposit-reject-modal__tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:.1rem 0 .8rem}.deposit-reject-modal__tag{display:inline-flex;align-items:center;min-height:30px;padding:.28rem .62rem;border:1px solid #d7dee8;border-radius:999px;background:#f8fafc;color:#526174;font:inherit;font-size:.78rem;font-weight:500;line-height:1.25;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.deposit-reject-modal__tag:hover,.deposit-reject-modal__tag:focus-visible{border-color:#4f46e5;background:#eff6ff;color:#4338ca}.deposit-reject-modal__tag[aria-pressed=true]{border-color:#8bbcff;background:#eaf3ff;color:#4338ca;font-weight:600;box-shadow:0 0 0 2px #4f46e514}.deposit-reject-modal__tag:focus-visible{outline:2px solid rgba(79,70,229,.25);outline-offset:2px}.deposit-reject-modal__tag:disabled{cursor:not-allowed;opacity:.6}.deposit-approval{--accent: #4f46e5;--surface: #ffffff;--surface-muted: #f1f2f4;--text-primary: #0f172a;--text-secondary: #55607a;--border: #e2e6f0;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 6px;max-width:1200px}.deposit-approval__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.deposit-approval h2{margin:0 0 1.25rem;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.deposit-approval__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#f8fafc}.deposit-approval__filters label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--text-secondary);font-weight:600}.deposit-approval__filters select,.deposit-approval__filters input{padding:.45rem .6rem;border-radius:var(--radius-md);border:1px solid var(--border);font-family:inherit;font-size:.85rem;color:var(--text-primary)}.deposit-approval__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem;font-size:.85rem;color:var(--text-secondary)}.deposit-approval__pagination label{display:flex;align-items:center;gap:.4rem}.deposit-approval__pagination select{padding:.3rem .5rem;border-radius:var(--radius-md);border:1px solid var(--border);font-family:inherit}.deposit-approval__pagination button{padding:.45rem .9rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:.85rem;font-family:inherit;cursor:pointer}.deposit-approval__pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.deposit-approval__pagination button:disabled{opacity:.45;cursor:not-allowed}.deposit-approval__bulk-bar{display:flex;margin-bottom:1rem}.deposit-approval__bulk-bar button{padding:.5rem 1rem;border-radius:var(--radius-md);border:1px solid var(--accent);background:var(--accent);color:#fff;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.deposit-approval__bulk-bar button:disabled{opacity:.5;cursor:not-allowed;background:var(--surface-muted);border-color:var(--border);color:var(--text-secondary)}.deposit-approval__bulk-error{padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);margin:0 0 1rem;font-size:.85rem}.deposit-approval__bulk-result{padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--surface-muted);border:1px solid var(--border);color:var(--text-primary);margin:0 0 1rem;font-size:.85rem}.deposit-approval__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;overflow-x:auto}.deposit-approval__table{width:100%;border-collapse:collapse}.deposit-approval__table th,.deposit-approval__table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);font-size:.88rem;vertical-align:top}.deposit-approval__code,.deposit-approval__transfer-info{font-size:.8rem;color:var(--text-secondary)}.deposit-approval__actions{display:flex;flex-direction:column;gap:.4rem;min-width:160px}.deposit-approval__actions-cell{vertical-align:middle}.deposit-approval__actions button{padding:.4rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-muted);color:var(--text-primary);font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer}.deposit-approval__actions button:disabled{opacity:.5;cursor:not-allowed}.deposit-approval__reject-form{display:flex;flex-direction:column;gap:.4rem}.deposit-approval__reject-form input{padding:.4rem .6rem;border-radius:var(--radius-md);border:1px solid var(--border);font-family:inherit;font-size:.82rem}.deposit-approval__row-error{margin:0;font-size:.78rem;color:var(--danger-text)}.deposit-approval__empty,.deposit-approval__loading{margin:0;color:var(--text-secondary)}.deposit-approval__error{padding:1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);margin-bottom:1rem}.login-page{--rail-bg: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 55%, #6d28d9 100%);--surface: #ffffff;--surface-muted: #f5f6fc;--text-primary: #0f172a;--text-secondary: #55607a;--text-on-brand: #e8ecff;--text-on-brand-muted: rgba(232, 236, 255, .72);--border: #e4e6f5;--accent: #4f46e5;--danger-bg: #fef2f2;--danger-text: #b91c1c;--danger-border: #fecaca;--radius-lg: 10px;--radius-md: 8px;min-height:100vh;display:flex;background:var(--surface-muted);color:var(--text-primary)}.login-page__brand{position:relative;flex:1 1 46%;display:flex;flex-direction:column;justify-content:center;gap:1.75rem;padding:4rem 3.5rem;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:.01em}.login-page__brand-mark svg{width:36px;height:36px;flex-shrink:0}.login-page__brand-copy h1{font-size:clamp(1.5rem,1.6vw + 1rem,2.15rem);line-height:1.3;margin:0 0 .85rem;font-weight:700;max-width:22ch;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:38ch;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:radial-gradient(120% 100% at 50% 15%,rgba(79,70,229,.07),transparent 60%)}.login-page__card{position:relative;width:100%;max-width:400px;background:var(--surface);border:1px solid rgba(15,23,42,.05);border-radius:var(--radius-lg);box-shadow:0 24px 60px -24px #0f172a59;padding:2.75rem 2.25rem;box-sizing:border-box;overflow:hidden}.login-page__card:before{content:"";position:absolute;inset:0 0 auto 0;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:.08em;text-transform:uppercase;color:var(--accent)}.login-page__card-header h2{margin:0 0 .4rem;font-size:1.5rem;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;padding:.75rem .9rem .75rem 2.6rem;border-radius:var(--radius-md);border:1px solid var(--border);font-size:.95rem;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 #4f46e526}.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:6px}.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;padding:.85rem 1rem;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--accent);cursor:pointer;transition:opacity .15s ease}.login-page__submit:disabled{opacity:.6;cursor:not-allowed}.login-page__submit:not(:disabled):hover{opacity:.92}.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{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}}.app-shell{--surface: #ffffff;--surface-muted: #f5f6fc;--text-primary: #0f172a;--text-secondary: #55607a;--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)}.app-shell__header{position:sticky;top:0;z-index:10;display:flex;align-items:stretch;gap:0;min-height:64px;padding:0;background:var(--surface);border-bottom:1px solid var(--border)}.app-shell__brand{box-sizing:border-box;flex:0 0 200px;display:flex;align-items:center;gap:.65rem;padding:0 1.75rem;font-size:1.05rem;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}.app-shell__brand svg{width:30px;height:30px;flex-shrink:0}.app-shell--sidebar-collapsed .app-shell__brand{flex-basis:72px;padding:0;justify-content:center}.app-shell--sidebar-collapsed .app-shell__brand span{display:none}.app-shell__header-main{flex:1 1 auto;display:flex;align-items:center;gap:1.1rem;min-width:0;padding:0 1.75rem}.app-shell__page-title{min-width:0}.app-shell__page-title h1{margin:0;font-size:1.15rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell__page-title p{margin:.15rem 0 0;font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell__user{flex-shrink:0;display:flex;align-items:center;gap:1rem;padding:0 1.75rem}.app-shell__user-chip{display:flex;align-items:center;gap:.6rem}.app-shell__avatar{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--color-action-primary-gradient, var(--accent));color:#fff;font-size:.8rem;font-weight:700;flex-shrink:0}.app-shell__user-info{display:flex;flex-direction:column;line-height:1.25}.app-shell__user-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.app-shell__user-role{font-size:.75rem;color:var(--text-secondary)}.app-shell__logout{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;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}.app-shell__logout svg{width:16px;height:16px}.app-shell__logout:hover{background:var(--surface-muted);color:var(--text-primary);border-color:#c7cede}.app-shell__logout:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell__body{flex:1;display:flex;align-items:stretch}.app-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}.app-shell__context-sidebar{box-sizing:border-box;width:196px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border)}.app-shell__sidebar-inner{position:sticky;top:64px;padding:1.5rem .75rem}.app-shell__context-title{margin:0 0 .75rem .75rem;color:var(--text-secondary);font-size:.7rem;font-weight:700;letter-spacing:.08em}.app-shell__context-sidebar ul{list-style:none;margin:0;padding:0}.app-shell__context-link{display:block;padding:.65rem .75rem;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.88rem;font-weight:600;text-decoration:none}.app-shell__context-link:hover{background:var(--accent-soft);color:var(--text-primary)}.app-shell__context-link--active{background:var(--rail-active-bg);color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.app-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}.app-shell__sidebar-toggle svg{width:18px;height:18px}.app-shell__sidebar-toggle:hover{background:var(--surface-muted);color:var(--text-primary);border-color:#c7cede}.app-shell__sidebar-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell__sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.app-shell--sidebar-collapsed .app-shell__sidebar{width:72px}.app-shell--sidebar-collapsed .app-shell__sidebar .app-shell__sidebar-inner{padding-left:.5rem;padding-right:.5rem}.app-shell--sidebar-collapsed .app-shell__nav-link{justify-content:center;padding:.65rem}.app-shell--sidebar-collapsed .app-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}.app-shell__nav-link{display:flex;align-items:center;gap:.6rem;padding:.65rem .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}.app-shell__nav-icon{width:19px;height:19px;flex-shrink:0}.app-shell__nav-link:hover{background:var(--accent-soft);color:var(--rail-text-hover)}.app-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)}.app-shell__main{flex:1;display:flex;flex-direction:column;min-width:0}.app-shell__content{flex:1;padding:2rem 2.5rem}.app-shell__footer{border-top:1px solid var(--border);padding:1rem 2.5rem;background:var(--surface)}.app-shell__footer p{margin:0;text-align:center;font-size:.78rem;color:var(--text-secondary)}@media (max-width: 900px){.app-shell__body{flex-direction:column}.app-shell__sidebar,.app-shell--sidebar-collapsed .app-shell__sidebar{width:auto;border-right:none;border-bottom:1px solid var(--rail-border)}.app-shell__context-sidebar{width:auto;border-right:none;border-bottom:1px solid var(--border)}.app-shell__sidebar-inner{position:static;padding:.75rem 1rem}.app-shell__context-sidebar .app-shell__sidebar-inner{padding:.65rem 1rem}.app-shell__context-title{margin:0 0 .35rem}.app-shell__context-sidebar ul{display:flex;gap:.35rem;flex-wrap:wrap}.app-shell__context-link{padding:.5rem .65rem}.app-shell__sidebar-toggle{display:none}.app-shell__brand,.app-shell--sidebar-collapsed .app-shell__brand{flex-basis:auto;padding:0 1rem;border-right:none;justify-content:flex-start}.app-shell--sidebar-collapsed .app-shell__brand span{display:inline}.app-shell--sidebar-collapsed .app-shell__nav-link span{position:static;width:auto;height:auto;margin:0;clip:auto;overflow:visible}.app-shell__sidebar ul{flex-direction:row;flex-wrap:wrap}.app-shell__content{padding:1.5rem 1.25rem}}@media (max-width: 560px){.app-shell__header{min-height:56px}.app-shell__brand,.app-shell__header-main,.app-shell__user{padding-left:1rem;padding-right:1rem}.app-shell__brand span,.app-shell__page-title p,.app-shell__user-info,.app-shell__logout span{display:none}}
