:root{--bg:#2b3f5c;--card-bg:#1e2e47;--card-border:#3a5a86;--text:#fff;--text-muted:#ffffffb3;--option-bg:#edeff3;--option-selected-bg:#a0a2a4;--option-text:#1e2e47;--accent-green:#a9d18e;--button-bg:#fff;--button-text:#1e2e47;--button-disabled-bg:#7a8699;--dotted-underline:#ffffff40}*{box-sizing:border-box}#root,body,html{background:#2b3f5c;background:var(--bg);color:#fff;color:var(--text);font-family:-apple-system,Segoe UI,Tahoma,sans-serif;font-size:14px;height:100%;margin:0;padding:0}button{border:none;cursor:pointer;font-family:inherit;font-size:inherit;outline:none}.sjs-login-container{background-color:#222a35;border:1px solid #ccc;border-radius:10px;box-shadow:0 0 10px #ccc;height:250px;margin:100px auto;padding:20px;text-align:center;width:450px}.sjs-login-container *{box-sizing:border-box;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:22px;font-weight:320;padding:0}.sjs-loginText{font-size:26px;font-weight:400;margin-bottom:15px}.sjs-login-container input{background-color:#222a35;border:1px solid #ffffff40;border-radius:10px;color:#fff;margin-bottom:5px}.sjs-login-container form{background-color:#222a35}.sjs-login-container form label{text-align:center}.sjs-login-error{background-color:#222a35;border-radius:10px;box-shadow:0 0 10px #ccc;color:red;margin-top:10px}.sjs-login-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;margin:auto;min-width:420px;padding:48px 64px;text-align:center}.sjs-login-title{font-size:22px;margin:0 0 24px}.sjs-login-actions{display:flex;gap:12px;justify-content:center;margin-top:20px}.sjs-login-btn{background:var(--button-bg);border-radius:4px;color:var(--button-text);font-weight:500;min-width:140px;padding:10px 24px;transition:transform .1s ease}.sjs-login-btn:active{transform:scale(.98)}.sjs-login-btn-secondary{background:#0000;border:1px solid var(--text-muted);color:var(--text)}.sjs-timer{display:flex;justify-content:center}.sjs-progress{margin-top:32px;text-align:center}.sjs-progress-label{color:var(--text-muted);font-size:11px;margin-bottom:4px}.sjs-progress-counter{color:var(--text);font-size:14px;font-weight:700}.sjs-continue{background:var(--button-bg);border-radius:4px;color:var(--button-text);font-weight:500;height:36px;min-width:110px;padding:8px 24px;transition:transform .1s ease}.sjs-continue:active:not(.sjs-continue-disabled){transform:scale(.98)}.sjs-continue-disabled{background:var(--button-disabled-bg);color:var(--text);cursor:not-allowed;opacity:.8}.sjs-rail{align-items:center;display:flex;flex-direction:column;flex-shrink:0;padding:24px 8px;width:100px}.sjs-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;display:flex;flex:1 1;flex-direction:column;margin:20px 20px 20px 16px;overflow:hidden}.sjs-card-title{border-bottom:1px dashed var(--dotted-underline);font-size:20px;font-weight:700;padding:16px 24px;text-align:center}.sjs-card-body{flex:1 1;line-height:1.5;overflow-y:auto;padding:20px 24px 12px;scrollbar-gutter:stable}.sjs-card-footer{display:flex;justify-content:flex-end;padding:12px 37px}.sjs-card-footer-inline{display:flex;justify-content:flex-end;padding-top:12px}.sjs-prompt{color:var(--text);margin:0 0 16px}.sjs-prompt>:first-child{margin-top:0}.sjs-prompt>:last-child{margin-bottom:0}.sjs-options{display:flex;flex-direction:column;gap:10px}.sjs-option{align-items:center;background:var(--option-bg);border-radius:6px;color:var(--option-text);cursor:pointer;display:flex;padding:14px 18px;transition:background .15s ease}.sjs-option:hover{background:#a0a2a4}.sjs-option-selected{background:var(--option-selected-bg)}.sjs-option-id{flex-shrink:0;font-weight:700;width:28px}.sjs-option-text{flex:1 1;line-height:1.4}.sjs-reorder-list{display:flex;flex-direction:column;gap:10px}.sjs-reorder-item-wrap{align-items:center;display:flex;gap:10px}.sjs-reorder-pos{color:var(--text);flex-shrink:0;font-weight:700;text-align:center;width:22px}.sjs-reorder-row{align-items:center;background:var(--option-bg);border-radius:6px;color:var(--option-text);cursor:grab;display:flex;flex:1 1;padding:14px 18px;-webkit-user-select:none;user-select:none}.sjs-reorder-row:active{cursor:grabbing}.sjs-reorder-text{flex:1 1;line-height:1.4}.sjs-result-card{background:#fff;border-radius:8px;color:#1e2e47;display:flex;flex-direction:column;margin:auto;max-height:540px;padding:32px 40px;width:720px}.sjs-result-title{font-size:22px;margin:0 0 20px;text-align:center}.sjs-result-table-wrap{flex:1 1;margin-bottom:20px;overflow-y:auto}.sjs-result-table{border-collapse:collapse;width:100%}.sjs-result-table td,.sjs-result-table th{border-bottom:1px solid #e0e3e9;padding:8px 12px;text-align:left}.sjs-result-table th{background:#f5f6f8;font-weight:700}.sjs-result-actions{display:flex;justify-content:space-between}.sjs-result-btn{background:#1e2e47;border-radius:4px;color:#fff;font-weight:500;min-width:120px;padding:10px 24px;transition:transform .1s ease}.sjs-result-btn:active{transform:scale(.98)}.sjs-result-btn-secondary{background:#0000;border:1px solid #1e2e47;color:#1e2e47}.sjs-result-table-wrap::-webkit-scrollbar-thumb{background:#0003}.sjs-result-table-wrap{scrollbar-color:#0003 #0000}.app-frame{background:var(--bg);display:flex;height:630px;margin:0 auto;position:relative;width:1120px}.scrollable{border-radius:0;scrollbar-color:#fff #f000}.sjs-card-body p{margin:0 0 .85em}.sjs-card-body p:first-child,.sjs-card-body>:first-child>p:first-child,.sjs-card-body>p:first-child{margin-top:0}.sjs-card-body ul{margin:0 0 .85em;padding-left:1.4em}.sjs-card-body ul:last-child{margin-bottom:0}.sjs-card-body li{margin-bottom:.2em}
/*# sourceMappingURL=main.0cb98c34.css.map*/