.gmmg-booking-shell{background:#000;padding:24px 24px 36px;border-radius:22px;color:#fff;font-family:inherit;max-width:1280px;margin:0 auto}
.gmmg-stepper{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 28px;max-width:440px}
.gmmg-stepper-item{width:42px;height:42px;border-radius:999px;background:#2b2b2b;color:#9a9a9a;display:flex;align-items:center;justify-content:center;font-weight:700;border:1px solid #2f2f2f;transition:.2s ease}
.gmmg-stepper-item.is-active{background:#f0b84b;color:#121212;border-color:#f0b84b;box-shadow:0 0 22px rgba(240,184,75,.18)}
.gmmg-stepper-item.is-complete{background:#3a3a3a;color:#f3f3f3}
.gmmg-stepper-line{height:3px;width:58px;background:#303030;border-radius:99px}
.gmmg-stepper-line.is-active{background:#6b5730}
.gmmg-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
.gmmg-side{display:grid;gap:24px}
.gmmg-profile-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}
.gmmg-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}
.gmmg-card{background:#030303;border:1px solid #2a2a2a;border-radius:20px;padding:24px;box-shadow:0 0 0 1px rgba(255,255,255,.01),0 14px 34px rgba(0,0,0,.42)}
.gmmg-card-large{min-height:380px}
.gmmg-card-medium{max-width:860px;margin:0 auto}
.gmmg-card-panel{background:#050505;border:1px solid #1b1b1b;border-radius:22px;padding:24px;margin-bottom:24px}
.gmmg-mentor-dashboard{display:flex;flex-direction:column;gap:24px}
.gmmg-dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}
.gmmg-dashboard-title{font-size:26px;margin:0;color:#fff;line-height:1.2}
.gmmg-dashboard-subtitle{color:#b5b5b5;margin:6px 0 0;font-size:15px}
.gmmg-dashboard-tabs{display:flex;flex-wrap:wrap;gap:12px;background:#070707;border:1px solid #1f1f1f;padding:10px 14px;border-radius:999px}
.gmmg-dashboard-tab{border:none;background:transparent;color:#d6d6d6;font-weight:600;padding:10px 18px;border-radius:999px;cursor:pointer;transition:.2s}
.gmmg-dashboard-tab:hover{color:#fff}
.gmmg-dashboard-tab.is-active{background:#ffb300;color:#111;box-shadow:0 10px 32px rgba(240,184,75,.25)}
.gmmg-dashboard-tabpanel{display:none;animation:fadeIn .25s ease}
.gmmg-dashboard-tabpanel.is-active{display:block}
.gmmg-dashboard-calendar-layout{display:grid;grid-template-columns:320px 1fr;gap:24px}
.gmmg-dashboard-sidebar{height:100%}
.gmmg-sidebar-card{background:#050505;border:1px solid #1f1f1f;border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:12px;height:100%}
.gmmg-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px}
.gmmg-badge{background:#f0b84b;color:#111;font-weight:700;border-radius:999px;padding:4px 12px;font-size:13px}
.gmmg-search{display:flex;align-items:center;background:#0b0b0b;border:1px solid #1f1f1f;border-radius:12px;padding:6px 10px}
.gmmg-search input{flex:1;background:transparent;border:none;color:#fff;padding:6px 8px;font-size:14px}
.gmmg-search input:focus{outline:none}
.gmmg-student-list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:560px;padding-right:4px}
.gmmg-student-card{display:flex;align-items:center;gap:12px;border:1px solid #1f1f1f;border-radius:16px;padding:12px 14px;background:#090909}
.gmmg-student-card:hover{border-color:#ffb300;background:#13100a}
.gmmg-student-avatar{width:44px;height:44px;border-radius:999px;background:#241b08;color:#f0b84b;display:flex;align-items:center;justify-content:center;font-weight:700}
.gmmg-student-meta{flex:1;display:flex;flex-direction:column;gap:2px}
.gmmg-student-name{font-weight:600;color:#fff}
.gmmg-student-email{font-size:13px;color:#a0a0a0}
.gmmg-student-status{font-size:12px;color:#f0c35d;letter-spacing:.08em;text-transform:uppercase}
.gmmg-student-progress{background:#1b1b1b;border-radius:12px;padding:6px 10px;font-weight:700;color:#fff;font-size:13px}
.gmmg-calendar-shell{background:#050505;border:1px solid #1f1f1f;border-radius:24px;padding:18px;display:flex;flex-direction:column;gap:14px}
.gmmg-calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.gmmg-calendar-controls{display:flex;align-items:center;gap:8px}
.gmmg-calendar-btn{width:38px;height:38px;border-radius:12px;background:#0a0a0a;border:1px solid #2a2a2a;color:#f2f2f2;font-weight:600;cursor:pointer}
.gmmg-calendar-btn:hover{border-color:#ffb300;color:#ffb300}
.gmmg-calendar-label{font-weight:700;color:#fff;font-size:18px;margin-left:8px}
.gmmg-calendar-views{display:flex;gap:8px}
.gmmg-calendar-view-btn{padding:8px 18px;border-radius:999px;border:1px solid #2a2a2a;background:#050505;color:#cfcfcf;font-weight:600;cursor:pointer}
.gmmg-calendar-view-btn.is-active{background:#ffb300;color:#111;border-color:#ffb300;box-shadow:0 10px 32px rgba(240,184,75,.25)}
.gmmg-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;min-height:420px}
.gmmg-calendar-cell{min-height:110px;background:#090909;border:1px solid #151515;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:6px}
.gmmg-calendar-cell.is-muted{opacity:.38}
.gmmg-calendar-cell.is-today{border-color:#ffb300;box-shadow:0 0 0 1px rgba(255,179,0,.35)}
.gmmg-calendar-date{font-weight:700;color:#fff}
.gmmg-calendar-events{display:flex;flex-direction:column;gap:4px;flex:1}
.gmmg-calendar-event{font-size:12px;line-height:1.3;padding:6px 8px;border-radius:10px;background:#1d381a;color:#c2f7b2;font-weight:600}
.gmmg-calendar-event.is-status-completed{background:#1a2638;color:#bcd4ff}
.gmmg-calendar-event.is-status-rescheduled{background:#3a1a1a;color:#ffd5d5}
.gmmg-calendar-placeholder{color:#8f8f8f;text-align:center;padding:60px 0}
.gmmg-calendar-legend{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:#bdbdbd}
.gmmg-calendar-dot{display:inline-block;width:10px;height:10px;border-radius:999px;background:#1d381a;margin-right:6px}
.gmmg-calendar-dot.is-completed{background:#1a2638}
.gmmg-calendar-dot.is-rescheduled{background:#3a1a1a}
.gmmg-dashboard-add{min-width:160px}
.gmmg-profile-layout-dashboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.gmmg-calendar-shell .gmmg-help{margin:0}
.gmmg-dashboard-sidebar .gmmg-help{margin-top:12px}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.gmmg-card-stat{display:flex;flex-direction:column;gap:6px}
.gmmg-card-highlight{border-color:#ffb300;background:linear-gradient(180deg,rgba(255,179,0,.12),rgba(255,179,0,.02))}
.gmmg-title{font-size:20px;line-height:1.25;margin:0 0 18px;font-weight:700;color:#fff}
.gmmg-title-icon:before{content:"\2022";display:inline-block;margin-right:10px;color:#f0b84b;font-size:18px;transform:translateY(-1px)}
.gmmg-copy{color:#d0d0d0}
.gmmg-stat-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#aaaaaa}
.gmmg-stat-value{font-size:32px;font-weight:700;color:#ffb300;line-height:1.1}
.gmmg-mentor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gmmg-mentor-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;background:#020202;border:1px solid #ffb300;border-radius:16px;padding:18px;color:#fff;cursor:pointer;transition:.2s ease;min-height:140px;text-align:left;overflow:hidden}
.gmmg-mentor-card strong{display:block;width:100%;font-size:17px;line-height:1.2;color:#fff;margin:0 0 6px;white-space:normal;word-break:break-word}
.gmmg-mentor-card span{display:block;width:100%;color:#bcbcbc;font-size:15px;line-height:1.35;margin:0 0 10px;white-space:normal;word-break:break-word}
.gmmg-mentor-card em{display:block;width:100%;margin-top:auto}
.gmmg-mentor-card em,.gmmg-mentor-card em a{font-style:normal;color:#f0c35d;font-size:14px;line-height:1.3}
.gmmg-profile-link{color:#f0c35d;text-decoration:none;display:inline-block}
.gmmg-profile-link:hover{text-decoration:underline}
.gmmg-mentor-card.is-active{border-color:#ffb300;box-shadow:0 0 0 1px rgba(255,179,0,.28),0 0 26px rgba(255,179,0,.09);background:linear-gradient(180deg,rgba(240,184,75,.12),rgba(240,184,75,.03))}
.gmmg-mentor-card:hover{border-color:#545454;background:#0a0a0a;box-shadow:none}
.gmmg-label{display:block;margin:12px 0 8px;font-weight:600;color:#fff}
.gmmg-input{width:100%;background:#050505;border:1px solid #3a3a3a;border-radius:12px;color:#fff;padding:14px 16px;box-sizing:border-box}
.gmmg-input:focus{outline:none;border-color:#f0b84b;box-shadow:0 0 0 1px rgba(240,184,75,.18)}
\.gmmg-help{color:#b0b0b0;font-size:13px;line-height:1.6}
.gmmg-time-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.gmmg-time-btn{background:#14110b;border:1px solid #ffb300;color:#fff;border-radius:12px;padding:14px 12px;cursor:pointer;transition:.2s}
.gmmg-time-btn.is-active,
.gmmg-time-btn:hover{background:#f0b84b;color:#121212;border-color:#f0b84b;box-shadow:0 0 22px rgba(240,184,75,.14)}
.gmmg-time-btn.is-disabled{opacity:.45;pointer-events:none}
.gmmg-step{display:none}
.gmmg-step.is-active{display:block}
.gmmg-actions{display:flex;justify-content:space-between;gap:16px;max-width:860px;margin:22px auto 0}
.gmmg-actions-center{justify-content:center;max-width:none}
.gmmg-btn{border-radius:14px;padding:14px 28px;font-weight:700;cursor:pointer;border:1px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.gmmg-field-group{margin-bottom:18px}
.gmmg-weekday-grid{display:flex;flex-wrap:wrap;gap:10px}
.gmmg-weekday-pill{display:inline-flex;align-items:center;gap:6px;background:#101010;border:1px solid #2a2a2a;border-radius:999px;padding:6px 12px;font-size:14px;color:#fff;cursor:pointer}
.gmmg-weekday-pill input{margin:0}
.gmmg-weekday-pill span{font-weight:600}
.gmmg-table-wrap{overflow-x:auto;margin:-8px -8px 0}
.gmmg-data-table{width:100%;border-collapse:collapse;color:#fff;font-size:15px}
.gmmg-data-table thead th{font-weight:600;text-align:left;padding:12px 8px;border-bottom:1px solid #2a2a2a;color:#cfcfcf}
.gmmg-data-table td{padding:16px 8px;border-bottom:1px solid #1a1a1a;vertical-align:top}
.gmmg-data-table tr:last-child td{border-bottom:none}
.gmmg-table-main{display:block;font-weight:600;color:#fff}
.gmmg-table-subtext{display:block;color:#9a9a9a;font-size:13px;margin-top:2px}
.gmmg-session-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.gmmg-session-list li{background:#050505;border:1px solid #1f1f1f;border-radius:14px;padding:14px 18px;display:flex;flex-direction:column;gap:4px}
.gmmg-session-list strong{color:#ffb300;font-size:14px}
.gmmg-session-list span{font-weight:600;color:#fff}
.gmmg-session-list em{font-style:normal;color:#9c9c9c;font-size:13px}
.gmmg-btn-primary{background:linear-gradient(90deg,#e7c56c,#e6aa35);color:#000;box-shadow:0 10px 24px rgba(169,118,30,.22)}
.gmmg-btn-primary:hover{background:linear-gradient(90deg,#f0d27f,#f0b84b)}
.gmmg-btn-outline{background:transparent;color:#f0b84b;border-color:#f0b84b}
.gmmg-btn-wide{width:100%}
.gmmg-message{background:linear-gradient(180deg,rgba(240,184,75,.17),rgba(240,184,75,.08));border:1px solid rgba(240,184,75,.35);border-radius:16px;padding:18px;color:#ead19b;margin-bottom:16px}
.gmmg-summary{margin-top:18px;background:linear-gradient(180deg,rgba(240,184,75,.12),rgba(240,184,75,.03));border:1px solid rgba(240,184,75,.25);border-radius:18px;padding:18px}
.gmmg-summary h3{margin:0 0 10px;color:#fff}
.gmmg-summary-row{display:flex;justify-content:space-between;gap:16px;padding:8px 0;color:#d2d2d2}
.gmmg-summary-row strong{color:#fff}
.gmmg-warning{margin-top:18px;background:rgba(240,184,75,.08);border:1px solid rgba(240,184,75,.32);border-radius:16px;padding:16px;color:#f0c35d}
.gmmg-inline{display:flex;gap:10px;align-items:center}
.gmmg-inline .gmmg-input{flex:1}
.gmmg-profile-avatar-wrap{display:flex;justify-content:center;margin-bottom:16px}
.gmmg-profile-avatar{width:140px;height:140px;border-radius:999px;object-fit:cover;border:4px solid #7b6430;background:#d9d9d9}
.gmmg-profile-avatar-placeholder{background:#d9d9d9}
.gmmg-profile-name{font-size:24px;line-height:1.2;margin:8px 0 4px;text-align:center}
.gmmg-profile-headline{color:#f0c35d;text-align:center;font-weight:600;margin:0 0 18px}
.gmmg-profile-bio{color:#cfcfcf;line-height:1.6}
.gmmg-profile-section{margin-top:20px}
.gmmg-profile-section h3{margin:0 0 10px;font-size:20px}
.gmmg-tag-list{display:flex;flex-wrap:wrap;gap:8px}
.gmmg-tag{padding:6px 12px;border-radius:999px;background:#17120b;border:1px solid #6e5421;color:#f0c35d;font-size:14px}
.gmmg-tag-dark{background:#090909;border-color:#353535;color:#fff}
.gmmg-profile-list{margin:0;padding-left:18px;color:#e5e5e5}
.gmmg-profile-availability{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}
.gmmg-slot-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid #7a6028;border-radius:14px;background:#14110b;color:#fff;margin-bottom:10px}
.gmmg-slot-badge{padding:8px 14px;border-radius:999px;background:#f0d27f;color:#111;font-weight:700}
@media (max-width:980px){.gmmg-grid,.gmmg-profile-layout,.gmmg-profile-availability,.gmmg-dashboard-calendar-layout,.gmmg-profile-layout-dashboard{grid-template-columns:1fr}.gmmg-mentor-grid{grid-template-columns:1fr 1fr}.gmmg-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.gmmg-mentor-grid,.gmmg-time-grid{grid-template-columns:1fr}.gmmg-actions,.gmmg-inline{flex-direction:column}.gmmg-stepper{max-width:100%}.gmmg-stepper-line{width:40px}.gmmg-dashboard-tabs{border-radius:18px}.gmmg-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmmg-dashboard-header{flex-direction:column;align-items:flex-start}}

[type="button"], [type="submit"], button {
  background-color: transparent;
  border: 1px solid #f0c35d;
  border-radius: 3px;
  color: #c36;
