:root{color:#14213d;background:#f5f8fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit}.app-shell{min-height:100vh;background:linear-gradient(180deg,#0066cc12,#f5f8fc00 240px),#f5f8fc}.top-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px 28px;border-bottom:1px solid #d8e4f2;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eyebrow{margin:0 0 4px;color:#2f71c8;font-size:12px;font-weight:700}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;color:#123765;font-size:22px;line-height:1.25}.login-button{min-width:78px;height:38px;border:1px solid #2f71c8;border-radius:6px;color:#fff;background:#1769c2;font-weight:700;cursor:pointer}.login-button:hover{background:#0d5fb5}.top-actions{display:flex;align-items:center;gap:10px}.user-badge{max-width:180px;overflow:hidden;color:#26405f;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.auth-shell{display:grid;place-items:center;min-height:100vh;padding:24px;background:linear-gradient(180deg,#0066cc17,#f5f8fc00 260px),#f5f8fc}.auth-panel{display:grid;gap:18px;width:min(420px,100%);padding:30px;border:1px solid #d8e4f2;border-radius:8px;background:#fff;box-shadow:0 24px 70px #12376529}.auth-panel h1{margin-bottom:4px;font-size:26px}.auth-panel label{display:grid;gap:8px;color:#26405f;font-size:13px;font-weight:800}.auth-panel input{width:100%;height:42px;padding:8px 10px;border:1px solid #c8d8eb;border-radius:6px;color:#14213d;background:#fff}.auth-panel input:focus{border-color:#1769c2;outline:3px solid #d9ebff}.workspace{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 72px)}.sidebar{padding:24px 16px;border-right:1px solid #d8e4f2;background:#fff}.config-nav{display:grid;gap:14px}.sidebar-empty{padding:14px;border:1px dashed #c8d8eb;border-radius:8px;color:#61758d;background:#fbfdff;font-size:14px;line-height:1.6}.nav-group{display:grid;gap:8px}.nav-group-title{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:34px;padding:0 10px;border:1px solid transparent;border-radius:6px;color:#123765;background:#f4f8fd;font-size:14px;font-weight:800;text-align:left;cursor:pointer}.nav-group-title:hover,.nav-group-title.open{border-color:#d8e4f2;background:#eef6ff}.nav-caret{color:#61758d;font-size:18px;line-height:1;transition:transform .16s ease}.nav-group-title.open .nav-caret{transform:rotate(90deg)}.nav-submenu{display:grid;gap:6px;padding-left:12px;border-left:2px solid #d8e4f2}.nav-item{display:flex;align-items:center;width:100%;min-height:38px;padding:7px 12px;border:1px solid transparent;border-radius:6px;color:#26405f;background:transparent;text-align:left;cursor:pointer}.nav-item span{overflow-wrap:anywhere;font-size:14px;font-weight:800}.nav-item:hover,.nav-item.active{border-color:#b7d3f4;background:#eef6ff;color:#0d5fb5}.content-panel{min-width:0;padding:28px}.content-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #d8e4f2}.content-header h2{margin-bottom:8px;color:#123765;font-size:26px;line-height:1.2}.content-header p{margin-bottom:0;color:#61758d}.content-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.entitlement-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:14px}.entitlement-toolbar input{min-width:220px;height:38px;padding:8px 10px;border:1px solid #c8d8eb;border-radius:6px}.field-hint{margin:-4px 0 8px;color:#61758d;font-size:13px}.add-button,.ghost-button{min-height:36px;padding:7px 14px;border-radius:6px;font-weight:800}.add-button{border:1px solid #1769c2;color:#fff;background:#1769c2;cursor:pointer}.add-button:hover{background:#0d5fb5}.add-button:disabled{cursor:not-allowed;opacity:.7}.ghost-button{border:1px solid #c8d8eb;color:#26405f;background:#fff;cursor:pointer}.config-body{padding-top:24px}.state-box,.config-card{border:1px solid #d8e4f2;border-radius:8px;background:#fff;box-shadow:0 16px 40px #22497614}.state-box{display:grid;justify-items:center;gap:10px;min-height:260px;padding:48px 24px;text-align:center}.state-box strong{color:#123765;font-size:18px}.state-box p{max-width:560px;margin-bottom:0;color:#61758d;line-height:1.7}.state-box.empty{border-style:dashed}.spinner{width:34px;height:34px;border:3px solid #cfe1f5;border-top-color:#1769c2;border-radius:50%;animation:spin .9s linear infinite}.error-text{max-width:100%;padding:8px 12px;border-radius:6px;background:#fff0f0;color:#b42318;overflow-wrap:anywhere;font-size:13px}.panel-message{margin:16px 20px 20px}.config-card{overflow:hidden}.table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;min-width:720px;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:13px 18px;border-bottom:1px solid #e3edf8;color:#26405f;font-size:14px;text-align:left;white-space:nowrap}.data-table th{background:#f4f8fd;color:#61758d;font-size:13px;font-weight:800}.data-table tbody tr:hover{background:#f8fbff}.data-table tbody tr:last-child td{border-bottom:0}.action-cell{text-align:right}.table-actions{display:inline-flex;justify-content:flex-end;gap:8px}.table-action-button{min-height:30px;padding:4px 10px;border:1px solid #b7d3f4;border-radius:6px;color:#0d5fb5;background:#eef6ff;font-size:13px;font-weight:800;cursor:pointer}.table-action-button:hover{border-color:#2f71c8;background:#e3f0ff}.table-action-button.danger{border-color:#f3b5b5;color:#b42318;background:#fff0f0}.table-action-button.danger:hover{border-color:#d92d20;background:#ffe4e4}.state-tag{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;background:#edf2f7;color:#61758d;font-size:12px;font-weight:800}.state-tag.active{background:#e8f6ee;color:#177245}.inline-empty{padding:28px 20px;color:#61758d;text-align:center}.raw-details{border-top:1px solid #d8e4f2}.raw-details summary{padding:14px 20px;color:#0d5fb5;background:#fbfdff;font-size:13px;font-weight:800;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#12376547}.modal{width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #d8e4f2;border-radius:8px;background:#fff;box-shadow:0 24px 70px #1237653d}.wide-modal{width:min(860px,100%)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #d8e4f2}.modal-header h3{margin-bottom:0;color:#123765;font-size:22px}.create-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px}.create-form label{display:grid;gap:8px;color:#26405f;font-size:13px;font-weight:800}.create-form input,.create-form select{width:100%;height:38px;padding:8px 10px;border:1px solid #c8d8eb;border-radius:6px;color:#14213d;background:#fff}.create-form input:focus,.create-form select:focus{border-color:#1769c2;outline:3px solid #d9ebff}.checkbox-field{grid-template-columns:auto 1fr;align-items:center;justify-content:start}.checkbox-field input{width:16px;height:16px}.option-fieldset{display:grid;grid-column:1 / -1;gap:12px;min-width:0;margin:0;padding:14px;border:1px solid #d8e4f2;border-radius:8px}.option-fieldset legend{padding:0 6px;color:#26405f;font-size:13px;font-weight:800}.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.option-grid .checkbox-field{min-height:30px;color:#26405f;font-size:13px;font-weight:700}.create-form .error-text,.modal-actions{grid-column:1 / -1}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.config-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #d8e4f2;background:#fbfdff}.config-card-header h3{margin-bottom:6px;color:#123765;font-size:18px}.config-card-header p{margin-bottom:0;color:#61758d}.bank-lounge-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #d8e4f2;background:#fbfdff}.bank-lounge-search{display:flex;gap:8px;width:min(420px,100%)}.bank-lounge-search input,.sort-editor input{min-width:0;border:1px solid #bfcee0;border-radius:7px;background:#fff;color:#10243d;font:inherit}.bank-lounge-search input{flex:1;padding:9px 11px}.sort-editor{display:flex;align-items:center;gap:6px}.sort-editor input{width:72px;padding:7px 8px}.bank-name-secondary{display:block;margin-top:3px;color:#61758d;font-size:12px}.config-card>.error-text,.config-card>.success-text{display:block;margin:14px 20px 0}.success-text{color:#14734b;font-weight:700}.form-hint{grid-column:1 / -1;margin:0;color:#61758d;font-size:13px}pre{margin:0;max-height:520px;padding:20px;overflow:auto;background:#10243d;color:#eaf4ff;font-size:13px;line-height:1.6}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:760px){.top-bar{min-height:68px;padding:12px 16px}h1{font-size:18px}.workspace{grid-template-columns:1fr}.sidebar{padding:12px 16px;border-right:0;border-bottom:1px solid #d8e4f2}.config-nav{grid-template-columns:1fr}.content-panel{padding:20px 16px}.content-header{display:grid}.content-actions{justify-content:flex-start;flex-wrap:wrap}.entitlement-toolbar{align-items:stretch;flex-direction:column}.entitlement-toolbar input{min-width:0;width:100%}.bank-lounge-toolbar,.bank-lounge-search{align-items:stretch;flex-direction:column;width:100%}.create-form,.option-grid{grid-template-columns:1fr}}
