
/* Ajustes limpios para el admin */
.brand-text { font-weight: 700; letter-spacing: .2px; }
.main-header .logo .logo-lg img { width: 150px; height: 42px; object-fit:contain; margin:4px auto; background:#fff; border-radius:6px; }
.main-header .logo .logo-mini img { width:34px; height:34px; object-fit:contain; margin:8px auto; border-radius:6px; background:#fff; }
.user-panel-clean {
  padding: 14px 15px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.user-panel-clean .name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.user-panel-clean .meta {
  font-size: 12px;
  opacity: .85;
}
.content-header h1 small { display: inline-block; margin-left: 6px; }
.small-box .inner h3 { font-size: 30px; }
.small-box .inner p { font-size: 14px; }
.quick-links .btn {
  margin: 0 8px 10px 0;
}
.table-actions a {
  display: inline-block;
  margin-right: 8px;
}
.login-page-clean {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(13,71,161,.92), rgba(38,50,56,.88)),
    url('../images/fondo.webp') center/cover no-repeat;
  padding: 20px;
}
.login-card-clean {
  width: 100%;
  max-width: 430px;
  background: rgba(255,255,255,.96);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
  overflow: hidden;
}
.login-card-clean .top {
  padding: 26px 28px 12px;
  text-align: center;
}
.login-card-clean .top img {
  width: 230px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 12px;
}
.login-card-clean .top h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #1f2937;
}
.login-card-clean .top p {
  margin: 8px 0 0;
  color: #6b7280;
}
.login-card-clean form {
  padding: 14px 28px 30px;
}
.login-card-clean .form-group label {
  font-weight: 600;
  color: #374151;
}
.login-card-clean .form-control {
  height: 46px;
  border-radius: 10px;
}
.login-card-clean .btn-primary {
  border-radius: 10px;
  height: 46px;
  font-weight: 700;
}
.login-alert-clean {
  margin: 0 28px 10px;
}
.dashboard-section-title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
}
.stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stat-list li {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
}
.stat-list li:last-child { border-bottom: 0; }
.brand-url-form {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 310px;
}
.brand-url-form .form-control { min-width: 190px; }
.brand-url-form .btn { white-space: nowrap; }
.brand-url-preview {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
}
.membership-payment-panel {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #08a9d4 0%, #087fbd 100%) !important;
  box-shadow: 0 12px 28px rgba(8, 127, 189, .18);
}
.membership-payment-panel p { margin-bottom: 5px; }
.membership-payment-panel__total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 14px;
  margin-top: 16px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 10px;
  background: rgba(5, 42, 82, .24);
}
.membership-payment-panel__total > span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.membership-payment-panel__total > strong {
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
}
.membership-payment-panel__total > small {
  flex: 0 0 100%;
  color: rgba(255, 255, 255, .88);
}
.membership-price-card {
  overflow: hidden;
  margin: 10px 0 12px;
  padding: 20px;
  border: 1px solid #dbe8f5;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: 0 10px 24px rgba(32, 78, 121, .09);
}
.membership-price-card__label {
  display: block;
  color: #547087;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.membership-price-card__price {
  margin: 7px 0 17px;
  color: #12263a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
}
.membership-price-card__price small {
  display: inline-block;
  color: #3172ad;
  font-size: 16px;
  font-weight: 600;
}
.membership-price-card__payable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #0b7fbd;
  color: #fff;
}
.membership-price-card__payable span { font-weight: 600; }
.membership-price-card__payable strong { font-size: 19px; }
.membership-price-card__rate {
  margin: 12px 0 0;
  color: #5c7083;
  font-size: 12px;
}
.membership-auto-note { line-height: 1.45; }
@media (max-width: 767px) {
  .membership-payment-panel__total { align-items: flex-start; }
  .membership-payment-panel__total > strong {
    flex: 0 0 100%;
    margin-left: 0;
    font-size: 26px;
  }
  .membership-price-card { padding: 17px; }
  .membership-price-card__price small { display: block; margin-top: 6px; }
  .membership-price-card__payable { align-items: flex-start; flex-direction: column; }
}

.membership-method-section { margin-bottom: 16px; }
.membership-method-section__title,
.payment-proof-title {
  display: block;
  margin: 0 0 10px;
  color: #23364d;
  font-size: 15px;
  font-weight: 700;
}
.membership-method-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
}
.membership-method {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  margin: 0;
  padding: 14px;
  border: 2px solid #dce7f1;
  border-radius: 12px;
  background: #fff;
  color: #27415a;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.membership-method:hover { transform: translateY(-1px); border-color: #83bfe8; }
.membership-method.is-selected { border-color: #0b7fbd; box-shadow: 0 8px 20px rgba(11,127,189,.14); }
.membership-method input { position: absolute; opacity: 0; pointer-events: none; }
.membership-method > i { width: 36px; color: #0b7fbd; font-size: 27px; text-align: center; }
.membership-method span { display: flex; flex-direction: column; min-width: 0; }
.membership-method strong { font-size: 14px; }
.membership-method small { margin-top: 3px; color: #6b7f91; font-weight: 400; line-height: 1.3; }
.membership-method-note { margin: 10px 2px 0; color: #587084; font-size: 12px; }
.payment-proof-title { margin-top: 20px; }

.profile-box { overflow: hidden; border-radius: 10px; box-shadow: 0 8px 25px rgba(32,56,85,.08); }
.profile-identity { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; padding: 14px; border-radius: 10px; background: #f1f7fc; }
.profile-identity__avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg,#0b7fbd,#2255d9); color:#fff; font-size:20px; font-weight:700; }
.profile-identity div { display:flex; flex-direction:column; }
.profile-identity strong { color:#1f3449; font-size:16px; }
.profile-identity small { color:#718296; }
.bank-requirement { display:flex; align-items:center; gap:12px; border:0; border-radius:10px; }
.bank-requirement > i { font-size:24px; }
.bank-requirement div { display:flex; flex-direction:column; }
.bank-requirement span { margin-top:2px; font-size:12px; }
.profile-form-actions { position:sticky; z-index:20; bottom:0; margin:12px -15px -15px; padding:14px 15px; border-top:1px solid #dae5ef; background:rgba(236,240,245,.95); backdrop-filter:blur(8px); }
.withdrawal-destination { display:grid; grid-template-columns:auto 1fr; gap:5px 12px; margin:0 0 18px; padding:15px; border:1px solid #cfe5d7; border-radius:11px; background:#f2fbf5; }
.withdrawal-destination > span { grid-column:1/-1; color:#30814d; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.withdrawal-destination strong { color:#1d3c29; }
.withdrawal-destination code { justify-self:end; color:#1d3c29; background:transparent; font-size:13px; }
.withdrawal-destination a { grid-column:1/-1; margin-top:4px; font-size:12px; }

@media (max-width: 767px) {
  .membership-method-picker { grid-template-columns: 1fr; }
  .membership-method { min-height: 66px; }
  .profile-form-actions .btn { width:100%; margin:0 0 8px; }
  .input-group .input-group-btn { display:block; width:100%; padding-top:7px; }
  .input-group .input-group-btn .btn { width:100%; border-radius:4px !important; }
}
