.ui-button-primary {
  padding: 12px 24px;
  border-radius: 8px;
  background: #4a9eff;
  color: #ffffff;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-primary:hover {
  background: #3b8ee6;
}
.ui-button-secondary {
  padding: 10px 20px;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-secondary:hover {
  background: rgba(255,255,255,0.08);
}
.ui-input-default {
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-input-default:focus {
  border-color: #4a9eff;
  outline: none;
}
.ui-card-default {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: none;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-badge-default {
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(74,158,255,0.12);
  color: #4a9eff;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-section-default {
  padding: 60px 30px;
  background: transparent;
  border-radius: 0;
  max-width: 1000px;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-danger {
  padding: 12px 24px;
  border-radius: 8px;
  background: #ef4444;
  color: #ffffff;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-danger:hover {
  background: #dc2626;
}
.ui-button-success {
  padding: 12px 24px;
  border-radius: 8px;
  background: #22c55e;
  color: #ffffff;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-success:hover {
  background: #16a34a;
}
.ui-button-outline {
  padding: 12px 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-outline:hover {
  background: rgba(255,255,255,0.12);
}
.ui-button-link {
  padding: 10px 20px;
  border-radius: 6px;
  background: transparent;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-button-link:hover {
  background: rgba(255,255,255,0.04);
  color: #ffffff;
}
.ui-input-large {
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-input-large:focus {
  border-color: #4a9eff;
  outline: none;
}
.ui-card-login {
  padding: 40px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.15s;
}
.ui-card-elevated {
  padding: 20px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.15s;
}
.ui-badge-success {
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(34,197,94,0.15);
  color: #22c55e;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-badge-danger {
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(239,68,68,0.15);
  color: #ef4444;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-badge-info {
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(74,158,255,0.15);
  color: #4a9eff;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-badge-neutral {
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-section-hero {
  padding: 80px 30px;
  background: transparent;
  border-radius: 0;
  max-width: 1200px;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-section-dark {
  padding: 60px 30px;
  background: #0d0f35;
  border-radius: 0;
  max-width: 1000px;
  cursor: pointer;
  transition: all 0.15s;
}
.ui-section-with-bg {
  padding: 80px 30px;
  background: rgba(0,0,0,0.4);
  border-radius: 0;
  max-width: 1200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
  transition: all 0.15s;
}
