body { background: #08060d; font-family: "Instrument Sans",system-ui,sans-serif; }
#loginGateWrapper.login-gate-wrapper { min-height: 100vh; display: block; padding: 0; background: #08060d; }
#loginGateWrapper .student-login-grid { min-height: 100vh; display: grid; grid-template-columns: .85fr 1.15fr; }
#loginGateWrapper .student-brand-panel { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; border-right: 1px solid rgba(255,255,255,.07); background: radial-gradient(ellipse at 30% 20%,rgba(255,140,240,.28),transparent 55%),radial-gradient(ellipse at 70% 90%,rgba(60,220,255,.22),transparent 55%),#0c0916; }
#loginGateWrapper .student-brand-panel .abz-brand { color: #f3f0fa; }
#loginGateWrapper .student-brand-copy img { width: 70px; height: 84px; margin-bottom: 26px; object-fit: contain; animation: abzFloat 6s ease-in-out infinite; }
#loginGateWrapper .student-brand-copy h1 { margin: 0 0 16px; color: #f3f0fa; font-family: "Space Grotesk",sans-serif; font-size: clamp(30px,3vw,44px); line-height: 1.02; letter-spacing: -.03em; }
#loginGateWrapper .student-brand-copy p { max-width: 360px; margin: 0; color: #a8a1ba; font-size: 16px; line-height: 1.6; }
#loginGateWrapper .student-brand-panel > small { color: #6f6883; font-size: 13px; }
#loginGateWrapper .student-auth-panel { display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
#loginGateWrapper .student-auth-inner { width: 100%; max-width: 440px; }
#loginGateWrapper .gate-card { width: 100%; padding: 0; border: 0; border-radius: 0; color: #f3f0fa; background: transparent; box-shadow: none; text-align: left; }
#loginGateWrapper .gate-card.wide { max-width: 760px; }
#loginGateWrapper .student-login-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #cfc8dd; background: rgba(255,255,255,.05); font-size: 13px; font-weight: 600; }
#loginGateWrapper .gate-card h1 { margin: 0 0 6px; color: #f3f0fa; font-family: "Space Grotesk",sans-serif; font-size: 28px; font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
#loginGateWrapper .form-instruction { margin: 0 0 26px; color: #8f88a3; font-size: 15px; font-weight: 400; }
#loginGateWrapper .gate-form { gap: 0; }
#loginGateWrapper .gate-form label { display: block; margin: 0 0 8px; color: #cfc8dd; font-size: 13.5px; font-weight: 600; }
#loginGateWrapper .gate-form input { width: 100%; height: auto; margin: 0 0 16px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; outline: 0; color: #f3f0fa; background: rgba(255,255,255,.04); font-size: 16px; font-weight: 400; text-align: left; }
#loginGateWrapper .gate-form input:focus { border-color: rgba(255,140,240,.55); box-shadow: none; }
#loginGateWrapper .gate-btn { min-height: 54px; margin-top: 8px; border-radius: 12px; color: #fff; background: linear-gradient(115deg,#ff8cf0,#b43cff 55%,#7c3cff); box-shadow: 0 10px 34px rgba(180,60,255,.4); font-family: "Space Grotesk",sans-serif; font-size: 16px; font-weight: 700; }
#loginGateWrapper .ghost-btn.full { border: 0; color: #8f88a3; background: transparent; }
#loginGateWrapper .student-teacher-link { margin-top: 20px; color: #8f88a3; font-size: 14px; text-align: center; }
#loginGateWrapper .student-teacher-link a { color: #d69cff; font-weight: 600; }
#loginGateWrapper .selected-student-login-card { border-color: rgba(255,255,255,.1); color: #f3f0fa; background: rgba(255,255,255,.05); }
#loginGateWrapper .password-slots span { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
#loginGateWrapper .password-icon-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
#loginGateWrapper .password-icon-btn { width: 100%; aspect-ratio: 1; height: auto; border: 2px solid transparent; border-radius: 16px; background: linear-gradient(135deg,#b43cff,#3cdcff); box-shadow: 0 4px 12px rgba(0,0,0,.3); }
#loginGateWrapper .password-icon-btn.selected { border-color: #fff; background: linear-gradient(135deg,#ff8cf0,#b43cff); opacity: 1; }
#loginGateWrapper .message-text { min-height: 20px; color: #ff8cf0; }

@media (max-width:900px) {
  #loginGateWrapper .student-login-grid { grid-template-columns: 1fr; }
  #loginGateWrapper .student-brand-panel { display: none; }
}
@media (max-width:600px) {
  #loginGateWrapper .student-auth-panel { padding: 34px 20px; }
  #loginGateWrapper .password-icon-grid { grid-template-columns: repeat(3,1fr); }
}
