/* /assets/css/responsive.css */
body { background: #f3f6fb; font-family: 'Inter', sans-serif; }
.join-main, .team-box, .profile-main, .dash-main, .withdraw-main, .transactions-main {
  max-width: 540px; margin: 38px auto 24px auto;
  background: #fff; border-radius: 20px; box-shadow: 0 4px 32px #0a23480d;
  padding: 28px 22px 26px 22px;
}
h1 { color: #2056e7; margin-bottom: 16px; }
label { display: block; font-weight: 600; margin-top: 14px; margin-bottom: 6px; }
input[type=text], input[type=password], input[type=email], select {
  width: 100%; padding: 8px 10px; border-radius: 8px; border: 1px solid #ccd;
  margin-bottom: 8px; font-size: 16px;
}
button { background: #2056e7; color: #fff; font-weight: 600; border: none;
  border-radius: 8px; padding: 10px 28px; font-size: 16px; margin-top: 18px; cursor: pointer; }
button:hover { background: #154aa5; }
.msg { background: #ffe2e2; color: #c90000; padding: 8px 14px; border-radius: 6px; margin-bottom: 12px; }
footer { text-align: left; color: #555; font-size: 14px; margin: 20px 0 0 8px;}
@media (max-width: 600px) {
  .join-main, .team-box, .profile-main, .dash-main, .withdraw-main, .transactions-main { padding: 13px 4vw 14px 4vw; }
  h1 { font-size: 24px; }
}