/* Athlorix Membership — front-end */
.athm-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin:32px 0}
.athm-plan{border:1px solid #e5e7eb;border-radius:14px;padding:28px 24px;background:#fff;text-align:center;transition:transform .2s,box-shadow .2s}
.athm-plan:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(17,16,32,.10)}
.athm-plan.is-featured{border-color:var(--athm-brand,#6d4aff);box-shadow:0 12px 34px rgba(109,74,255,.18);position:relative}
.athm-plan-title{margin:0 0 12px;font-size:20px}
.athm-plan-price{margin:0 0 18px;color:var(--athm-brand,#6d4aff);font-weight:700}
.athm-plan-price .athm-amt{font-size:38px;line-height:1}
.athm-plan-price .athm-cur{font-size:15px;vertical-align:top}
.athm-plan-price .athm-per{font-size:13px;color:#6b7280;font-weight:500}
.athm-plan-features{list-style:none;padding:0;margin:0 0 22px;text-align:left}
.athm-plan-features li{padding:7px 0 7px 26px;position:relative;border-bottom:1px solid #f3f4f6;font-size:14px}
.athm-plan-features li:before{content:"\2713";position:absolute;left:0;color:var(--athm-brand,#6d4aff);font-weight:700}
.athm-btn{display:inline-block;background:var(--athm-brand,#6d4aff);color:#fff;padding:12px 26px;border-radius:9px;text-decoration:none;font-weight:600;border:0;cursor:pointer;transition:background .2s}
.athm-btn:hover{background:var(--athm-brand2,#8b6bff);color:#fff}
.athm-auth{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:28px 0}
@media(max-width:720px){.athm-auth{grid-template-columns:1fr}}
.athm-form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:26px}
.athm-form h3{margin-top:0}
.athm-form label{display:block;font-size:14px;font-weight:600;margin-bottom:4px}
.athm-form input,.athm-form select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;margin-bottom:4px}
.athm-errors{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:12px 16px;margin-bottom:18px}
.athm-dashboard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;margin:24px 0}
.athm-dash-meta{list-style:none;padding:0;margin:0 0 20px}
.athm-dash-meta li{padding:8px 0;border-bottom:1px solid #f3f4f6}
.athm-status-active{color:#16a34a;font-weight:700}
.athm-status-inactive{color:#dc2626;font-weight:700}
.athm-locked{background:linear-gradient(135deg,#1e1b4b,#4f46e5);color:#fff;border-radius:16px;padding:48px 28px;text-align:center;margin:24px 0}
.athm-lock-icon{font-size:42px;display:block;margin-bottom:12px}
.athm-locked h3{color:#fff;margin:0 0 10px}
.athm-locked .athm-btn{background:#fff;color:var(--athm-brand,#6d4aff);margin-top:14px}
.athm-dash-upsell,.athm-fitnfo-panel{margin-top:22px;padding:18px;border:1px dashed #c7d2fe;border-radius:12px;background:#f5f3ff}
.athm-muted{color:#6b7280;font-size:14px;margin:0}
.athm-logout{margin-top:22px}
/* --- Booking & check-in (Pro) --- */
.athm-book-slots{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}
.athm-slot{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;border:1px solid rgba(109,74,255,.18);border-radius:10px;background:#fff}
.athm-slot.is-full{opacity:.65}
.athm-slot-label{font-weight:600;flex:1}
.athm-slot-cap{font-size:.8rem;color:#555}
.athm-slot-mine{font-size:.8rem;font-weight:600;color:var(--athm-brand,#6d4aff)}
.athm-slot-full{font-size:.8rem;color:#a12}
.athm-btn-sm{padding:.3rem .7rem;font-size:.85rem}
.athm-book-msg{padding:.6rem .85rem;border-radius:8px;background:rgba(109,74,255,.08);color:var(--athm-brand,#6d4aff);margin:.75rem 0;font-weight:500}
.athm-my-bookings{list-style:none;padding:0;margin:.5rem 0}
.athm-my-bookings li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06)}
.athm-link-btn{background:none;border:none;color:#a12;cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0}
.athm-checkin-code{text-align:center;margin:1rem 0}
.athm-code-badge{display:inline-block;font-family:monospace;font-size:1.6rem;letter-spacing:.25em;font-weight:700;padding:.5rem 1rem;border-radius:10px;background:linear-gradient(135deg,var(--athm-brand,#6d4aff),var(--athm-brand2,#8b6bff));color:#fff;margin:.5rem 0}
.athm-qr{margin:.75rem auto 0;display:block;border-radius:8px}
.athm-checkin-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;max-width:420px}
.athm-checkin-form input[type=text]{flex:1;padding:.55rem .7rem;border:1px solid rgba(109,74,255,.25);border-radius:8px;min-width:180px}
.athm-muted{color:#777;font-size:.9rem}