:root{--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--gbx-bg:#f5f7fb;--gbx-surface:#fff;--gbx-surface-hover:#eef1f8;--gbx-text:#1c2433;--gbx-text-muted:#5b6a83;--gbx-border:#d5dce8;--gbx-accent:#1f6fd6;--gbx-accent-contrast:#fff;--gbx-success:#159f63;--gbx-warning:#a8780f;--gbx-danger:#d63f52;--gbx-focus-ring:#1f6fd6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--gbx-bg:#0b0f17;--gbx-surface:#121826;--gbx-surface-hover:#18202f;--gbx-text:#dce3ef;--gbx-text-muted:#8a97ad;--gbx-border:#243044;--gbx-accent:#4da3ff;--gbx-accent-contrast:#071324;--gbx-success:#2fd28a;--gbx-warning:#f4b740;--gbx-danger:#ff5c6c;--gbx-focus-ring:#4da3ff}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--gbx-bg:#0b0f17;--gbx-surface:#121826;--gbx-surface-hover:#18202f;--gbx-text:#dce3ef;--gbx-text-muted:#8a97ad;--gbx-border:#243044;--gbx-accent:#4da3ff;--gbx-accent-contrast:#071324;--gbx-success:#2fd28a;--gbx-warning:#f4b740;--gbx-danger:#ff5c6c;--gbx-focus-ring:#4da3ff}body{background:var(--gbx-bg);color:var(--gbx-text)}.gbx-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.gbx-table th,.gbx-table td{border-bottom:1px solid var(--gbx-border,#d5dce8);padding:.4rem .6rem}.gbx-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.gbx-table tbody tr:hover{background:var(--gbx-surface-hover,#eef1f8)}.gbx-table .sort-ind{color:var(--gbx-accent,#1f6fd6);font-size:.75em}.gbx-app-shell{flex-direction:column;width:100%;min-height:100vh;display:flex}.gbx-app-shell__header{border-bottom:1px solid var(--gbx-border,#d5dce8);padding:.5rem 1rem}.gbx-app-shell__body{flex:1;min-width:0;display:flex}.gbx-app-shell__nav{border-right:1px solid var(--gbx-border,#d5dce8);flex:none;padding:1rem}.gbx-app-shell__main{flex:auto;min-width:0;padding:1rem}.gbx-scroll-x{overflow-x:auto}.gbx-header{align-items:center;gap:1rem;display:flex}.gbx-header__title{font-weight:600}.gbx-header__nav{flex:1;gap:.75rem;display:flex}.gbx-header__actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.gbx-pager{align-items:center;gap:.75rem;display:flex}.gbx-modal-backdrop{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gbx-modal{background:var(--gbx-surface,#fff);color:var(--gbx-text,#1c2433);border:1px solid var(--gbx-border,#d5dce8);border-radius:8px;min-width:300px;max-width:min(90vw,640px);padding:1.5rem;position:relative}.gbx-modal__close{cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:.5rem;right:.75rem}.gbx-toast-viewport{z-index:1000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1rem;right:1rem}.gbx-toast{border:1px solid var(--gbx-border,#d5dce8);background:var(--gbx-surface,#fff);color:var(--gbx-text,#1c2433);border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.gbx-toast--success{border-color:var(--gbx-success,#159f63)}.gbx-toast--error{border-color:var(--gbx-danger,#d63f52)}.gbx-request-indicator{text-align:center;background:var(--gbx-accent,#1f6fd6);color:var(--gbx-accent-contrast,#fff);z-index:1000;padding:.25rem;font-size:.8rem;position:fixed;top:0;left:0;right:0}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.gbx-app-shell__main{padding:1rem 1.5rem 2rem}.screener-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.screener-page-title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.screener-form{flex-direction:column;gap:.75rem;max-width:640px;display:flex}.screener-form label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.screener-form input,.screener-form select,.screener-form textarea{border:1px solid var(--gbx-border);background:var(--gbx-surface);color:inherit;border-radius:4px;padding:.4rem .5rem}.screener-card{border:1px solid var(--gbx-border);border-radius:8px;margin-bottom:1rem;padding:1rem}.screener-nav a{color:inherit;margin-right:1rem;text-decoration:none}.screener-nav a.active,.screener-nav a[aria-current=page]{font-weight:600;text-decoration:underline}.screener-actions{flex-wrap:wrap;gap:.5rem;display:flex}.screener-footer{opacity:.6;padding:1rem 1.5rem;font-size:.75rem}[role=alert]{color:var(--gbx-danger)}.screener-alert{border:1px solid var(--gbx-danger);border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.screener-alert-danger{color:var(--gbx-danger)}.screener-text-info{color:var(--gbx-accent)}.screener-operand-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.screener-operand-row select,.screener-operand-row input{border:1px solid var(--gbx-border);background:var(--gbx-surface);color:inherit;border-radius:4px;padding:.4rem .5rem}.screener-operand-row input[type=number]{width:5rem}
