.sb-container { color: #fff; }
.sb-title { color: #ffc107; font-family: 'Poppins', sans-serif; font-weight: 700; }
.sb-subtitle { color: rgba(255,255,255,0.75); font-family: 'Poppins', sans-serif; font-weight: 300; }
.sb-note { color: rgba(255,255,255,0.7); margin-top: 6px; }
.sb-card { background: rgba(26,26,26,0.6); border-radius: 20px; overflow: hidden; backdrop-filter: blur(10px); border: 1px solid rgba(255,193,7,0.1); padding: 24px; }
.sb-left, .sb-right { padding: 16px; }
.sb-result { min-height: 320px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.25); border: 1px dashed rgba(255,255,255,0.2); border-radius: 12px; padding: 12px; }
.sb-image { width: 100%; height: auto; border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); }

/* Inputs */
.sb-card .form-control {
  background-color: #0f0f0f;
  border: 1px solid #2a2a2a;
  color: #eee;
  border-radius: 12px;
}
.sb-card .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(255,193,7,0.12);
  border-color: #ffc107;
}

.sb-generate {
  font-weight: 700;
}


