.ath-sp{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: #111827;
}
.ath-sp .notice{
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 14px;
}
.ath-sp-card{
  background: #0b1020;
  border-radius: 22px;
  padding: 1px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  overflow: hidden;
}
.ath-sp-head{
  padding: 18px 18px 14px;
  background: linear-gradient(135deg, rgba(236,134,57,.15), rgba(59,130,246,.12));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ath-sp-title{
  font-size: 18px;
  font-weight: 700;
  color: #f9fafb;
}
.ath-sp-sub{
  font-size: 13px;
  color: rgba(249,250,251,.72);
  margin-top: 6px;
}
.ath-sp-body{
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.ath-sp-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
}
@media (max-width: 980px){
  .ath-sp-grid{ grid-template-columns: 1fr; }
}

.ath-sp-panel{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 14px;
}
.ath-sp-panel h3{
  margin: 0 0 10px;
  font-size: 13px;
  color: #f9fafb;
  letter-spacing:.02em;
}
.ath-sp-row{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ath-sp-field{
  flex: 1 1 220px;
}
.ath-sp-label{
  display:block;
  font-size: 12px;
  color: rgba(249,250,251,.75);
  margin-bottom: 6px;
}
.ath-sp-input, .ath-sp-select, .ath-sp-textarea{
  width: 100%;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.25);
  color: #f9fafb;
  outline: none;
}
.ath-sp-textarea{ min-height: 88px; }

.ath-sp-btn{
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #ec8639;
  color: #0b1020;
  font-weight: 700;
  cursor: pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ath-sp-btn.secondary{
  background: rgba(255,255,255,.10);
  color: #f9fafb;
  border: 1px solid rgba(255,255,255,.14);
}
.ath-sp-btn:disabled{
  opacity: .55;
  cursor:not-allowed;
}

.ath-sp-steps{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.ath-sp-step{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(249,250,251,.78);
}
.ath-sp-step.active{
  background: rgba(236,134,57,.18);
  border-color: rgba(236,134,57,.35);
  color: #f9fafb;
}

.ath-sp-list{
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.ath-sp-item{
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
}
.ath-sp-item .meta{
  display:flex;
  flex-direction: column;
  gap: 2px;
}
.ath-sp-item .meta .t{
  color: #f9fafb;
  font-weight: 700;
  font-size: 13px;
}
.ath-sp-item .meta .s{
  color: rgba(249,250,251,.70);
  font-size: 12px;
}
.ath-sp-badges{
  display:flex; gap:6px; flex-wrap:wrap;
}
.ath-sp-badge{
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(249,250,251,.85);
}

.ath-sp-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.ath-sp-table th{
  text-align:left;
  font-size: 12px;
  color: rgba(249,250,251,.70);
  font-weight: 600;
  padding: 0 10px;
}
.ath-sp-table td{
  padding: 10px;
  background: rgba(0,0,0,.22);
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  color:#f9fafb;
}
.ath-sp-table tr td:first-child{
  border-left: 1px solid rgba(255,255,255,.10);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.ath-sp-table tr td:last-child{
  border-right: 1px solid rgba(255,255,255,.10);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.ath-sp-muted{ color: rgba(249,250,251,.65); font-size: 12px; }
.ath-sp-success{ color: #a7f3d0; font-size: 12px; }
.ath-sp-error{ color: #fecaca; font-size: 12px; }
