*{box-sizing:border-box}body,html{margin:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f6f7f9;color:#1f2933;font-size:14px}.wrap{min-height:100vh;width:100%;display:flex;justify-content:center;padding:24px 16px}.card{width:100%;max-width:520px;background:#fff;border:1px solid #e4e7eb;border-radius:10px;padding:24px;height:-moz-fit-content;height:fit-content}.title{font-size:17px;font-weight:600;margin:0 0 4px;display:flex;align-items:center;gap:8px}.subtitle{color:#52606d;margin:0 0 16px}.muted{color:#7b8794;margin:8px 0 0}.field{margin-bottom:12px}.field label{display:block;font-weight:500;margin-bottom:4px}.field input[type=email],.field input[type=number],.field input[type=password],.field input[type=text]{width:100%;padding:8px 10px;border:1px solid #cbd2d9;border-radius:6px;font-size:14px}.field input:focus{outline:none;border-color:#2680c2;box-shadow:0 0 0 2px rgba(38,128,194,.15)}.row{display:flex;gap:8px}.row .field{flex:1 1}.row .field.small{flex:0 0 90px}.check{display:flex;align-items:center;gap:6px;margin-top:22px;white-space:nowrap}.btn{display:inline-block;background:#2680c2;color:#fff;border:none;border-radius:6px;padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:#fff;color:#323f4b;border:1px solid #cbd2d9}.btn-danger{background:#fff;color:#ba2525;border:1px solid #e2b5b5}.actions{display:flex;gap:8px;margin-top:16px}.banner{border-radius:6px;padding:10px 12px;margin:0 0 14px;line-height:1.45}.banner-error{background:#fdecec;border:1px solid #f3c1c1;color:#8a1f1f}.banner-warn{background:#fff3e0;border:1px solid #f0d3a8;color:#8a5a1f}.banner-info{background:#e8f2fb;border:1px solid #bcd9f0;color:#1f4f7a}.banner-success{background:#e9f7ee;border:1px solid #bfe3cc;color:#1f6b3a}.status-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.dot-green{background:#2f9e44}.dot-red{background:#d64545}.dot-gray{background:#9aa5b1}.advanced{border:1px solid #e4e7eb;border-radius:8px;margin:14px 0}.advanced summary{cursor:pointer;padding:10px 12px;font-weight:500;color:#3e4c59}.advanced .inner{padding:4px 12px 12px;border-top:1px solid #eef1f4}.group-label{font-weight:600;color:#52606d;margin:10px 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.spinner{width:26px;height:26px;margin:32px auto;border:3px solid #e4e7eb;border-top-color:#2680c2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.error{color:#8a1f1f;text-align:center;margin:24px 0}ol.steps{margin:8px 0 0;padding-left:18px;color:#3e4c59}ol.steps li{margin-bottom:4px}a{color:#2680c2}