.a93-ops{
  margin:22px 0;
  padding:22px;
  border:1px solid #1e5577;
  border-radius:18px;
  background:rgba(8,32,54,.92);
}

.a93-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:18px;
}

.a93-head h2{
  margin:0 0 5px;
  font-size:23px;
}

.a93-sub{
  opacity:.75;
  font-size:13px;
}

.a93-live{
  border:1px solid #18c995;
  border-radius:999px;
  padding:7px 11px;
  color:#34efb9;
  white-space:nowrap;
  font-size:12px;
}

.a93-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.a93-btn{
  min-height:54px;
  padding:10px 12px;
  border:1px solid #23638b;
  border-radius:12px;
  background:#0b2944;
  color:#fff;
  cursor:pointer;
  text-align:left;
}

.a93-btn:hover{
  border-color:#35c8ff;
  background:#103755;
}

.a93-btn small{
  display:block;
  margin-top:4px;
  opacity:.65;
}

.a93-btn[disabled]{
  opacity:.45;
  cursor:not-allowed;
}

.a93-form{
  margin-top:18px;
  padding:18px;
  border:1px solid #244c69;
  border-radius:14px;
  background:#081d31;
}

.a93-form h3{
  margin-top:0;
}

.a93-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.a93-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.a93-field label{
  font-size:12px;
  opacity:.75;
}

.a93-field input,
.a93-field select,
.a93-field textarea{
  padding:10px;
  border-radius:9px;
  border:1px solid #285474;
  background:#061827;
  color:#fff;
}

.a93-submit{
  margin-top:14px;
  padding:10px 16px;
  border-radius:10px;
  border:1px solid #1cbf91;
  background:#0b493d;
  color:#fff;
  cursor:pointer;
}

.a93-result{
  margin-top:18px;
  border:1px solid #244c69;
  border-radius:14px;
  overflow:hidden;
}

.a93-result-head{
  padding:11px 14px;
  background:#0b2944;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.a93-result-body{
  padding:14px;
}

.a93-result pre{
  margin:0;
  white-space:pre-wrap;
  word-break:break-word;
  font-size:12px;
  line-height:1.5;
  max-height:420px;
  overflow:auto;
}

.a93-error{
  color:#ffb04a;
}

.a93-ok{
  color:#31e7ae;
}

.a93-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}

.a93-table th,
.a93-table td{
  padding:9px;
  border-bottom:1px solid #183c57;
  text-align:left;
}

@media(max-width:1000px){
  .a93-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
  .a93-actions,
  .a93-fields{grid-template-columns:1fr}
  .a93-head{flex-direction:column}
}
