:root { --primary:#FF6B35; --accent:#00D9A3; --dark:#1A1A2E; --purple:#382247; }
.members-hero { min-height: calc(100vh - 88px); display: flex; align-items: center; padding: 42px 0; background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%); position: relative; overflow: hidden; }
.members-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 12% 20%, rgba(255,107,53,.06), transparent 38%), radial-gradient(circle at 88% 82%, rgba(0,217,163,.08), transparent 42%); }
.members-card { background: white; border-radius: 24px; padding: 48px 44px; box-shadow: 0 32px 80px rgba(0,0,0,.3); position: relative; z-index: 1; max-width: 480px; width: 100%; }
.members-icon { width: 72px; height: 72px; background: linear-gradient(135deg, var(--accent), #00C090); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.members-card h1 { font-size: 30px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.members-card .subtitle { color: #666; font-size: 16px; margin-bottom: 32px; }
.code-input { font-family: 'Courier New', monospace; font-size: 20px; font-weight: 700; letter-spacing: 2px; text-align: center; padding: 18px 20px; border: 2px solid #e9ecef; border-radius: 12px; width: 100%; text-transform: uppercase; color: var(--dark); transition: border-color .2s; }
.code-input:focus { outline: none; border-color: var(--accent); }
.code-input.is-invalid { border-color: #dc3545; }
.btn-access { width: 100%; padding: 18px; background: linear-gradient(135deg, #00D9A3, #00C090); color: white; border: none; border-radius: 12px; font-weight: 700; font-size: 18px; cursor: pointer; transition: all .3s; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 16px; }
.btn-access:hover { background: linear-gradient(135deg, #00C090, #00A878); }
.info-badges { display: flex; gap: 16px; margin-top: 32px; padding-top: 28px; border-top: 1px solid #f0f0f0; }
.info-badge { flex: 1; text-align: center; }
.info-badge i { font-size: 22px; color: var(--accent); display: block; margin-bottom: 6px; }
.info-badge span { font-size: 12px; color: #999; line-height: 1.4; display: block; }
.error-msg { background: #fff5f5; border: 1px solid #ffd0d0; color: #c0392b; border-radius: 8px; padding: 12px 16px; font-size: 14px; margin-bottom: 16px; display: flex; align-items: flex-start; gap: 8px; }
.error-msg > i, .error-msg > .bi { align-self: center; flex-shrink: 0; line-height: 1; }
.members-icon i { font-size:32px; color:white; }
.members-label { font-weight:700; font-size:14px; color:#444; display:block; margin-bottom:8px; }
@media(max-width:768px){ .members-hero { min-height: calc(100vh - 74px); align-items: flex-start; padding: 20px 0 28px; } .members-card { padding: 34px 24px; border-radius: 18px; } }
@media(max-width:576px){ .btn-access { width: auto; min-width: 220px; margin-left: auto; margin-right: auto; padding: 14px 20px; font-size: 16px; } }