@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";
*{box-sizing:border-box}html,body{color:#1a1d23;background:#eef0f4;min-height:100%;margin:0;font-family:IBM Plex Sans,system-ui,sans-serif}button,input,select{font-family:inherit}.page{flex-direction:column;min-height:100vh;display:flex}.topbar{color:#dbe3f0;background:#1c2133;border-bottom:1px solid #2a3149;justify-content:space-between;align-items:center;gap:16px;min-height:74px;padding:10px 14px;display:flex}.brand-wrap{flex-direction:column;gap:5px;min-width:280px;display:flex}.brand{letter-spacing:.1em;text-transform:uppercase;color:#8892a4;font-size:12px;font-weight:700}.brand span{color:#4f7df3}.topbar-user-line{color:#c8cdd8;flex-wrap:wrap;gap:5px 12px;max-width:860px;font-size:11px;display:flex}.loginbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.compact-field{flex-direction:column;gap:4px;display:flex}.compact-field span{color:#8892a4;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.compact-field input,.compact-field select{color:#dbe3f0;background:#252d42;border:1px solid #333d56;border-radius:8px;outline:none;min-width:190px;height:34px;padding:0 10px}.compact-field input:disabled,.compact-field select:disabled{opacity:.65;cursor:not-allowed}.email-field input{min-width:250px}.otp-field input{min-width:140px}.login-btn,.secondary-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;height:34px;margin-top:18px;padding:0 14px;font-weight:700}.login-btn{color:#fff;background:#4f7df3}.secondary-btn{color:#dbe3f0;background:0 0;border:1px solid #ffffff29}.login-btn:disabled,.secondary-btn:disabled{opacity:.65;cursor:not-allowed}.badge{color:#10b981;background:#10b9811f;border-radius:999px;height:28px;margin-top:18px;padding:6px 10px;font-size:11px;font-weight:700}.message{border-radius:10px;margin:10px 14px 0;padding:10px 12px;font-size:13px}.message.success{color:#0e7a5a;background:#eaf5f1;border:1px solid #bde5d5}.message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.request-card{background:#fff;border:1px solid #e0e4ea;border-radius:14px;margin:14px;padding:16px;box-shadow:0 8px 24px #0f172a0f}.request-header h2{margin:0 0 4px;font-size:18px}.request-header p{color:#5a6070;margin:0 0 14px;font-size:13px}.request-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px;display:grid}.request-field{flex-direction:column;gap:5px;display:flex}.request-field span,.fixed-values span{color:#5a6070;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.request-field input,.request-field select{background:#fff;border:1px solid #d7dce5;border-radius:9px;outline:none;height:38px;padding:0 10px}.fixed-values{grid-column:span 2;align-items:stretch;gap:10px;display:flex}.fixed-values div{background:#f8fafc;border:1px solid #e0e4ea;border-radius:9px;flex-direction:column;flex:1;gap:4px;padding:8px 10px;display:flex}.request-actions{align-items:flex-end;display:flex}.request-actions .login-btn{height:38px;margin-top:0}.iframe-wrap{flex:1;min-height:0;padding:12px 14px 14px}#app{background:#fff;border:1px solid #e0e4ea;border-radius:12px;width:100%;height:100%;min-height:calc(100vh - 110px)}.empty{color:#5a6070;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;height:100%;min-height:calc(100vh - 110px);display:grid}.empty p{margin:8px 0 0}@media (max-width:1100px){.topbar{flex-direction:column;align-items:flex-start}.loginbar{justify-content:flex-start}.request-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (max-width:680px){.request-grid{grid-template-columns:1fr}.fixed-values{flex-direction:column;grid-column:span 1}.compact-field input,.compact-field select,.email-field input{min-width:100%}}.compact-topbar{min-height:58px;padding:8px 14px}.compact-brand-wrap{gap:3px}.compact-user-line{gap:4px 12px;max-width:980px;font-size:10.5px;line-height:1.35}.badge-live{color:#f59e0b;background:#f59e0b24}@media (max-width:1100px){.compact-topbar{min-height:74px}}.badge-toggle{cursor:pointer;border:0;align-items:center;display:inline-flex}.badge-toggle:disabled{cursor:not-allowed;opacity:.8}
