.page-module__Fx1_7W__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.page-module__Fx1_7W__title{color:var(--text-main);font-size:2rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:.2rem}.page-module__Fx1_7W__subtitle{color:var(--text-muted);font-size:.875rem;font-weight:500}.page-module__Fx1_7W__headerMetrics{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.page-module__Fx1_7W__headerMetricItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);flex-direction:column;align-items:flex-start;min-width:115px;padding:.65rem 1.15rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.page-module__Fx1_7W__headerMetricItem:hover{box-shadow:var(--shadow-sm);border-color:var(--border-light);transform:translateY(-2px)}.page-module__Fx1_7W__headerMetricValue{color:var(--primary);letter-spacing:-.03em;font-size:1.35rem;font-weight:800;line-height:1.1;font-family:var(--font-heading)}.page-module__Fx1_7W__headerMetricLabel{color:var(--text-muted);margin-top:.15rem;font-size:.725rem;font-weight:600}.page-module__Fx1_7W__statsContainer{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}@media (max-width:900px){.page-module__Fx1_7W__statsContainer{grid-template-columns:1fr}}.page-module__Fx1_7W__statCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.85rem;padding:1.25rem 1.35rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.page-module__Fx1_7W__statCard:hover{box-shadow:var(--shadow-md);border-color:var(--border-light);transform:translateY(-2px)}.page-module__Fx1_7W__statTopRow{justify-content:space-between;align-items:center;display:flex}.page-module__Fx1_7W__statIconCapsule{border-radius:var(--radius-sm);background:var(--lime-bg);width:38px;height:38px;color:var(--lime-text);justify-content:center;align-items:center;display:flex}.page-module__Fx1_7W__trendBadge{background:var(--lime-bg);color:var(--lime-text);border-radius:var(--radius-pill);align-items:center;gap:.2rem;padding:.18rem .55rem;font-size:.725rem;font-weight:700;display:inline-flex}.page-module__Fx1_7W__statBody{flex-direction:column;display:flex}.page-module__Fx1_7W__statLabel{color:var(--text-muted);margin-bottom:.15rem;font-size:.8rem;font-weight:600}.page-module__Fx1_7W__statValue{color:var(--text-main);letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1.1}.page-module__Fx1_7W__twoColumnGrid{grid-template-columns:1.5fr 1.1fr;gap:1.25rem;display:grid}@media (max-width:1024px){.page-module__Fx1_7W__twoColumnGrid{grid-template-columns:1fr}}.page-module__Fx1_7W__sectionCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;padding:1.35rem 1.5rem;display:flex}.page-module__Fx1_7W__sectionHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.page-module__Fx1_7W__sectionTitle{color:var(--text-main);font-size:1.1rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.015em;align-items:center;gap:.5rem;display:flex}.page-module__Fx1_7W__dayPillContainer{background:var(--surface-hover);border-radius:var(--radius-sm);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:.45rem .65rem;display:flex}.page-module__Fx1_7W__dayPillItem{border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;align-items:center;min-width:42px;padding:.45rem .55rem;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex}.page-module__Fx1_7W__dayPillItem:hover{background:var(--surface)}.page-module__Fx1_7W__dayPillActive{box-shadow:0 4px 12px var(--primary-glow);background:var(--primary)!important;color:#fff!important}.page-module__Fx1_7W__dayPillName{text-transform:uppercase;letter-spacing:.04em;opacity:.8;font-size:.65rem;font-weight:700}.page-module__Fx1_7W__dayPillNum{margin-top:.1rem;font-size:.95rem;font-weight:800}.page-module__Fx1_7W__timelineList{flex-direction:column;gap:.75rem;display:flex}.page-module__Fx1_7W__timelineItem{background:var(--surface-hover);border-radius:var(--radius-sm);border:1px solid var(--border);align-items:flex-start;gap:.85rem;padding:.85rem 1rem;transition:all .15s;display:flex}.page-module__Fx1_7W__timelineItem:hover{border-color:var(--primary);background:var(--surface)}.page-module__Fx1_7W__timelineTime{color:var(--text-muted);white-space:nowrap;margin-top:.1rem;font-size:.75rem;font-weight:700}.page-module__Fx1_7W__timelineDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45rem}.page-module__Fx1_7W__timelineContent{flex-direction:column;flex:1;gap:.2rem;display:flex}.page-module__Fx1_7W__timelineTitle{color:var(--text-main);font-size:.875rem;font-weight:700;font-family:var(--font-heading)}.page-module__Fx1_7W__timelineSub{color:var(--text-muted);font-size:.75rem;font-weight:500}.page-module__Fx1_7W__meetButton{background:var(--primary);border-radius:var(--radius-pill);box-shadow:0 2px 8px var(--primary-glow);align-items:center;gap:.35rem;width:fit-content;margin-top:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s cubic-bezier(.16,1,.3,1);display:inline-flex;color:#fff!important;text-decoration:none!important}.page-module__Fx1_7W__meetButton:hover{background:var(--primary-hover);transform:translateY(-1px)}.page-module__Fx1_7W__activityItem{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.65rem 0;display:flex}.page-module__Fx1_7W__activityItem:last-child{border-bottom:none}.page-module__Fx1_7W__activityIndicator{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.4rem}.page-module__Fx1_7W__activityContent{flex-direction:column;gap:.15rem;display:flex}.page-module__Fx1_7W__activityText{color:var(--text-main);font-size:.825rem;font-weight:500}.page-module__Fx1_7W__activityTime{color:var(--text-muted);font-size:.7rem}
.Modal-module__Ro-5Wq__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out Modal-module__Ro-5Wq__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__Ro-5Wq__modalContent{background:var(--surface);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;max-height:85vh;animation:.22s cubic-bezier(.34,1.56,.64,1) Modal-module__Ro-5Wq__scaleIn;display:flex;overflow:hidden}.Modal-module__Ro-5Wq__modalHeader{border-bottom:1px solid var(--border);background:var(--surface-hover);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__Ro-5Wq__modalTitle{color:var(--text-main);margin:0;font-size:1.2rem;font-weight:600}.Modal-module__Ro-5Wq__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.Modal-module__Ro-5Wq__closeButton:hover{background:var(--border);color:var(--text-main)}.Modal-module__Ro-5Wq__modalBody{flex:1;min-height:0;padding:1.5rem;overflow-y:auto}.Modal-module__Ro-5Wq__modalFooter{border-top:1px solid var(--border);background:var(--surface-hover);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.Modal-module__Ro-5Wq__sm{max-width:400px}.Modal-module__Ro-5Wq__md{max-width:520px}.Modal-module__Ro-5Wq__lg{max-width:720px}.Modal-module__Ro-5Wq__xl{max-width:960px}@keyframes Modal-module__Ro-5Wq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__Ro-5Wq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.BookedDetailsModal-module__QCRkcW__modalContainer{flex-direction:column;width:100%;height:auto;max-height:calc(100vh - 48px);display:flex}.BookedDetailsModal-module__QCRkcW__twoColumnLayout{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.BookedDetailsModal-module__QCRkcW__twoColumnLayout{grid-template-columns:minmax(0,.9fr) 1px minmax(0,1.1fr);align-items:start;gap:0}}.BookedDetailsModal-module__QCRkcW__verticalDivider{display:none}@media (min-width:768px){.BookedDetailsModal-module__QCRkcW__verticalDivider{background-color:var(--border);align-self:stretch;width:1px;margin:0;display:block}}.BookedDetailsModal-module__QCRkcW__sectionPanel{flex-direction:column;gap:20px;min-width:0;display:flex}@media (min-width:768px){.BookedDetailsModal-module__QCRkcW__leftPanel{padding-right:32px}.BookedDetailsModal-module__QCRkcW__rightPanel{padding-left:32px}}.BookedDetailsModal-module__QCRkcW__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0;font-size:11px;font-weight:600}.BookedDetailsModal-module__QCRkcW__meetingHeader{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding-bottom:16px;display:flex}.BookedDetailsModal-module__QCRkcW__topicTitle{color:var(--text-main);margin:0;font-size:20px;font-weight:600;line-height:1.3}.BookedDetailsModal-module__QCRkcW__badgeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.BookedDetailsModal-module__QCRkcW__meetingTypeBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600}.BookedDetailsModal-module__QCRkcW__meetingType_review{color:#7c3aed;background:#7c3aed1a}.BookedDetailsModal-module__QCRkcW__meetingType_lecture_session{color:#b45309;background:#d977061a}.BookedDetailsModal-module__QCRkcW__meetingType_mentor_session{color:#047857;background:#0596691a}.BookedDetailsModal-module__QCRkcW__compactDetailsGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.BookedDetailsModal-module__QCRkcW__detailBlock{flex-direction:column;gap:6px;display:flex}.BookedDetailsModal-module__QCRkcW__detailLabel{color:var(--text-muted);font-size:12px;font-weight:400}.BookedDetailsModal-module__QCRkcW__detailValue{color:var(--text-main);font-size:14px;font-weight:500}.BookedDetailsModal-module__QCRkcW__meetLinkWrapper{flex-direction:column;gap:6px;margin-top:4px;display:flex}.BookedDetailsModal-module__QCRkcW__meetLinkBtn{height:40px;color:var(--primary);background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.BookedDetailsModal-module__QCRkcW__meetLinkBtn:hover{background:#0ea5e926;border-color:#0ea5e94d;text-decoration:none}.BookedDetailsModal-module__QCRkcW__notesSection{flex-direction:column;gap:6px;margin-top:4px;display:flex}.BookedDetailsModal-module__QCRkcW__methodSelectorWrapper{flex-direction:column;gap:8px;display:flex}.BookedDetailsModal-module__QCRkcW__segmentedControl{background:var(--surface-hover);border-radius:10px;gap:4px;height:42px;padding:4px;display:flex}.BookedDetailsModal-module__QCRkcW__segmentBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.BookedDetailsModal-module__QCRkcW__segmentBtnActive{color:var(--primary);background:#0ea5e91a;border-color:#0ea5e966;font-weight:600}:root[data-theme=dark] .BookedDetailsModal-module__QCRkcW__segmentBtnActive{background:#0ea5e926;border-color:#0ea5e980}.BookedDetailsModal-module__QCRkcW__previewContainer{border:1px solid var(--border);background:var(--surface);border-radius:10px;flex-direction:column;margin-top:4px;display:flex;overflow:hidden}.BookedDetailsModal-module__QCRkcW__previewHeader{border-bottom:1px solid var(--border);background:var(--surface-hover);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.BookedDetailsModal-module__QCRkcW__previewTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.BookedDetailsModal-module__QCRkcW__copyBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.BookedDetailsModal-module__QCRkcW__copyBtn:hover{background:var(--surface-hover);color:var(--text-main)}.BookedDetailsModal-module__QCRkcW__copyBtnSuccess,.BookedDetailsModal-module__QCRkcW__copyBtnSuccess:hover{color:var(--success)}.BookedDetailsModal-module__QCRkcW__previewContent{color:var(--text-main);white-space:pre-wrap;min-height:100px;max-height:140px;padding:12px 14px;font-family:inherit;font-size:12px;line-height:1.4;overflow-y:auto}.BookedDetailsModal-module__QCRkcW__sendBtn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;padding:0 16px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}.BookedDetailsModal-module__QCRkcW__sendBtn:hover{opacity:.9}.BookedDetailsModal-module__QCRkcW__successHeader{color:var(--text-main);align-items:center;gap:8px;padding:0;display:flex}.BookedDetailsModal-module__QCRkcW__successIconWrap{color:var(--success);justify-content:center;align-items:center;display:inline-flex}.BookedDetailsModal-module__QCRkcW__cancellationHeader{color:#ef4444;align-items:center;gap:8px;padding:0;display:flex}.BookedDetailsModal-module__QCRkcW__cancellationIconWrap{color:#ef4444;justify-content:center;align-items:center;display:inline-flex}.BookedDetailsModal-module__QCRkcW__successTitle{margin:0;font-size:18px;font-weight:600}.BookedDetailsModal-module__QCRkcW__successSubtitle{display:none}.BookedDetailsModal-module__QCRkcW__normalHeader{flex-direction:column;gap:4px;padding:0;display:flex}.BookedDetailsModal-module__QCRkcW__normalTitle{color:var(--text-main);margin:0;font-size:20px;font-weight:600}.BookedDetailsModal-module__QCRkcW__normalSubtitle{color:var(--text-muted);margin:0;font-size:13px}.BookedDetailsModal-module__QCRkcW__btnGhost{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:14px;font-weight:500}.BookedDetailsModal-module__QCRkcW__btnGhost:hover{color:var(--text-main)}.BookedDetailsModal-module__QCRkcW__btnSecondary{background:var(--surface-hover);border:1px solid var(--border);color:var(--text-main);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.BookedDetailsModal-module__QCRkcW__btnSecondary:hover{background:var(--border)}.BookedDetailsModal-module__QCRkcW__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:opacity .2s;display:inline-flex}.BookedDetailsModal-module__QCRkcW__btnPrimary:hover{opacity:.9}.BookedDetailsModal-module__QCRkcW__btnDestructiveGhost{color:var(--danger,#ef4444);cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:14px;font-weight:500}.BookedDetailsModal-module__QCRkcW__btnDestructiveGhost:hover{opacity:.8}
.EditSlotModal-module__u69Hza__modalContainer,.EditSlotModal-module__u69Hza__modalGrid{flex-direction:column;gap:1.25rem;display:flex}@media (min-width:768px){.EditSlotModal-module__u69Hza__modalGrid{grid-template-columns:1.15fr 1fr;align-items:start;gap:1.5rem;display:grid}}.EditSlotModal-module__u69Hza__column{flex-direction:column;gap:1.15rem;display:flex}.EditSlotModal-module__u69Hza__cardSection{background:var(--surface-hover,#ffffff08);border:1px solid var(--border-color,#ffffff14);border-radius:12px;flex-direction:column;gap:1rem;padding:1.15rem;transition:border-color .2s;display:flex}.EditSlotModal-module__u69Hza__cardSection:hover{border-color:var(--border-color-hover,#ffffff26)}.EditSlotModal-module__u69Hza__sectionHeader{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:.15rem;font-size:.9rem;font-weight:600;display:flex}.EditSlotModal-module__u69Hza__sectionHeaderIcon{color:var(--primary)}.EditSlotModal-module__u69Hza__formGroup{flex-direction:column;gap:.4rem;display:flex}.EditSlotModal-module__u69Hza__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.EditSlotModal-module__u69Hza__labelInfoBadge{color:var(--primary);text-transform:none;letter-spacing:normal;background:#3b82f61a;border-radius:12px;padding:.15rem .5rem;font-size:.75rem;font-weight:500}.EditSlotModal-module__u69Hza__inputControl,.EditSlotModal-module__u69Hza__selectControl{border:1px solid var(--border-color,var(--border,#ffffff1f));background-color:var(--surface-hover,var(--surface,#161922));width:100%;color:var(--text-main,#f8fafc);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border-radius:8px;padding:.6rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}@media (prefers-color-scheme:dark){.EditSlotModal-module__u69Hza__inputControl,.EditSlotModal-module__u69Hza__selectControl{--lightningcss-light: ;--lightningcss-dark:initial}}.EditSlotModal-module__u69Hza__selectControl option{background-color:var(--surface,#161922);color:var(--text-main,#f8fafc)}.EditSlotModal-module__u69Hza__inputControl:focus,.EditSlotModal-module__u69Hza__selectControl:focus{border-color:var(--primary,#3b82f6);outline:none;box-shadow:0 0 0 3px #3b82f626}.EditSlotModal-module__u69Hza__timeRow{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.EditSlotModal-module__u69Hza__presetsContainer{flex-direction:column;gap:.4rem;display:flex}.EditSlotModal-module__u69Hza__presetsTitle{color:var(--text-muted);font-size:.75rem;font-weight:600}.EditSlotModal-module__u69Hza__presetsGrid{flex-wrap:wrap;gap:.4rem;display:flex}.EditSlotModal-module__u69Hza__presetChip{border:1px solid var(--border-color,var(--border,#ffffff1a));background:var(--surface-hover,var(--surface,#161922));color:var(--text-main,#f8fafc);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.EditSlotModal-module__u69Hza__presetChip:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px)}.EditSlotModal-module__u69Hza__presetChipActive{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #3b82f640}.EditSlotModal-module__u69Hza__durationBadge{color:var(--primary);background:#3b82f614;border:1px solid #3b82f633;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;display:flex}.EditSlotModal-module__u69Hza__durationBadgeError{color:#ef4444;background:#ef444414;border-color:#ef444433}.EditSlotModal-module__u69Hza__weekdayContainer{flex-direction:column;gap:.4rem;display:flex}.EditSlotModal-module__u69Hza__weekdayGrid{gap:.35rem;display:flex}.EditSlotModal-module__u69Hza__weekdayBtn{border:1px solid var(--border-color,var(--border,#ffffff1f));background:var(--surface-hover,var(--surface,#161922));height:34px;color:var(--text-main,#f8fafc);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.EditSlotModal-module__u69Hza__weekdayBtn:hover{border-color:var(--primary);color:var(--primary)}.EditSlotModal-module__u69Hza__weekdayBtnActive{box-shadow:0 2px 6px #3b82f64d;background:var(--primary,#3b82f6)!important;color:#fff!important;border-color:var(--primary,#3b82f6)!important}.EditSlotModal-module__u69Hza__summaryCard{color:var(--text-main);background:linear-gradient(135deg,#3b82f60f 0%,#9333ea0f 100%);border:1px solid #3b82f633;border-radius:10px;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;font-size:.8rem;line-height:1.45;display:flex}.EditSlotModal-module__u69Hza__summaryIcon{color:var(--primary);flex-shrink:0;margin-top:.1rem}.EditSlotModal-module__u69Hza__summaryTitle{color:var(--primary);margin-bottom:.15rem;font-weight:600}.EditSlotModal-module__u69Hza__seriesNoticeCard{background:#f59e0b14;border:1px solid #f59e0b4d;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;font-size:.825rem;display:flex}.EditSlotModal-module__u69Hza__seriesNoticeHeader{color:#d97706;align-items:center;gap:.5rem;font-weight:600;display:flex}.EditSlotModal-module__u69Hza__radioOption{cursor:pointer;color:var(--text-main);align-items:center;gap:.6rem;padding:.3rem 0;font-size:.825rem;display:flex}.EditSlotModal-module__u69Hza__radioOptionDisabled{opacity:.5;cursor:not-allowed}.EditSlotModal-module__u69Hza__customOptionsBox{border-top:1px dashed var(--border-color,#ffffff1a);flex-direction:column;gap:.85rem;padding-top:.5rem;display:flex}.EditSlotModal-module__u69Hza__inlineGroup{align-items:center;gap:.5rem;font-size:.825rem;display:flex}
@keyframes CalendarSkeleton-module__lVFCsq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.CalendarSkeleton-module__lVFCsq__shimmer{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-hover) 50%, var(--surface) 75%);background-size:200% 100%;animation:1.5s linear infinite CalendarSkeleton-module__lVFCsq__shimmer}.CalendarSkeleton-module__lVFCsq__container{border:1px solid var(--border);background-color:var(--surface);border-radius:12px;flex-direction:column;width:100%;height:600px;display:flex;overflow:hidden}.CalendarSkeleton-module__lVFCsq__header{border-bottom:1px solid var(--border);background-color:var(--surface);align-items:center;height:50px;display:grid}.CalendarSkeleton-module__lVFCsq__timeColHeader{border-right:1px solid var(--border);height:100%}.CalendarSkeleton-module__lVFCsq__dayColHeader{border-right:1px solid var(--border);justify-content:center;align-items:center;height:100%;padding:.5rem;display:flex}.CalendarSkeleton-module__lVFCsq__dayColHeader:last-child{border-right:none}.CalendarSkeleton-module__lVFCsq__dayTitlePlaceholder{border-radius:4px;width:70%;height:18px}.CalendarSkeleton-module__lVFCsq__grid{flex:1;display:grid;overflow:hidden}.CalendarSkeleton-module__lVFCsq__timeColBody{border-right:1px solid var(--border);background-color:var(--surface);flex-direction:column;padding-top:10px;display:flex}.CalendarSkeleton-module__lVFCsq__timeLabelPlaceholder{border-radius:3px;width:48px;height:12px;margin:1.35rem auto}.CalendarSkeleton-module__lVFCsq__dayColBody{border-right:1px solid var(--border);background-color:#00000005;height:100%;position:relative}[data-theme=dark] .CalendarSkeleton-module__lVFCsq__dayColBody{background-color:#ffffff03}.CalendarSkeleton-module__lVFCsq__dayColBody:last-child{border-right:none}.CalendarSkeleton-module__lVFCsq__gridLines{pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.CalendarSkeleton-module__lVFCsq__gridRowLine{border-bottom:1px dashed var(--border);flex:1}.CalendarSkeleton-module__lVFCsq__skeletonSlotCard{border:1px solid var(--border);background-color:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;flex-direction:column;gap:.35rem;padding:.5rem;display:flex;position:absolute;left:8px;right:8px}.CalendarSkeleton-module__lVFCsq__skeletonTextLine{border-radius:3px;width:100%;height:10px}
.ClientLayout-module__SNAkNW__layoutContainer{height:100vh;display:flex;position:relative;overflow:hidden}.ClientLayout-module__SNAkNW__mainWrapper{flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.ClientLayout-module__SNAkNW__mainContent{flex:1;padding:2rem;overflow-y:auto}@media (max-width:1024px){.ClientLayout-module__SNAkNW__mainContent{padding:1.25rem 1rem}}.ClientLayout-module__SNAkNW__mobileHeader{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 1rem;display:none}@media (max-width:1024px){.ClientLayout-module__SNAkNW__mobileHeader{display:flex}}.ClientLayout-module__SNAkNW__mobileHeaderLeft{align-items:center;gap:.75rem;display:flex}.ClientLayout-module__SNAkNW__hamburgerBtn{color:var(--text-main);cursor:pointer;border:none;border:1px solid var(--border);background:0 0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.ClientLayout-module__SNAkNW__hamburgerBtn:hover{background-color:var(--surface-hover);border-color:var(--primary)}.ClientLayout-module__SNAkNW__mobileLogo{align-items:center;gap:.5rem;display:flex}.ClientLayout-module__SNAkNW__mobileLogoIcon{background:linear-gradient(135deg, var(--primary), #818cf8);color:#fff;width:28px;height:28px;box-shadow:0 2px 8px var(--primary-glow);border-radius:8px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.ClientLayout-module__SNAkNW__mobileLogoText{font-family:var(--font-heading);background:linear-gradient(to right, var(--text-main), var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;font-size:1.15rem;font-weight:700;display:inline-flex}.ClientLayout-module__SNAkNW__oLetter{display:inline-block;position:relative}.ClientLayout-module__SNAkNW__oOverlap{margin-left:-.25em}.ClientLayout-module__SNAkNW__mobileHeaderRight{align-items:center;gap:.5rem;display:flex}.ClientLayout-module__SNAkNW__mobileHeaderBtn{background:var(--surface-hover);border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--text-main);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ClientLayout-module__SNAkNW__mobileHeaderBtn:hover{border-color:var(--primary);color:var(--primary)}.ClientLayout-module__SNAkNW__mobileLogoutBtn{background:var(--danger-glow);color:var(--danger);cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ClientLayout-module__SNAkNW__mobileLogoutBtn:hover{background:var(--danger);color:#fff}.ClientLayout-module__SNAkNW__overlay{-webkit-backdrop-filter:blur(4px);z-index:40;opacity:0;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}@media (max-width:1024px){.ClientLayout-module__SNAkNW__overlay.ClientLayout-module__SNAkNW__open{opacity:1;display:block}}.ClientLayout-module__SNAkNW__desktopHeader{display:block}@media (max-width:1024px){.ClientLayout-module__SNAkNW__desktopHeader{display:none}}
.BookedMeetingCard-module__NEmHza__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.25rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.BookedMeetingCard-module__NEmHza__cardCompleted{opacity:.7}.BookedMeetingCard-module__NEmHza__cardCompleted .BookedMeetingCard-module__NEmHza__cardHeader{opacity:.8}.BookedMeetingCard-module__NEmHza__cardHeader{flex-direction:column;gap:.5rem;display:flex}.BookedMeetingCard-module__NEmHza__titleRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.BookedMeetingCard-module__NEmHza__title{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.BookedMeetingCard-module__NEmHza__meetingTypeBadge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border:1px solid #0000;border-radius:99px;flex-shrink:0;padding:.25rem .6rem;font-size:.65rem;font-weight:700}.BookedMeetingCard-module__NEmHza__meetingType_review{color:#7c3aed;background:#7c3aed14;border-color:#7c3aed26}.BookedMeetingCard-module__NEmHza__meetingType_lecture_session{color:#b45309;background:#d9770614;border-color:#d9770626}.BookedMeetingCard-module__NEmHza__meetingType_mentor_session{color:#047857;background:#05966914;border-color:#05966926}.BookedMeetingCard-module__NEmHza__timeMetaRow{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.BookedMeetingCard-module__NEmHza__timeMeta{align-items:center;gap:.35rem;font-weight:500;display:flex}.BookedMeetingCard-module__NEmHza__timeMetaDot{opacity:.5;font-size:.6rem}.BookedMeetingCard-module__NEmHza__durationBadge{color:var(--text-muted);background:var(--surface-hover);border-radius:var(--radius-sm);margin-left:auto;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.BookedMeetingCard-module__NEmHza__reviewerSection{background:var(--surface-hover);border-radius:var(--radius-sm);border:1px solid #ffffff08;flex-direction:column;gap:.4rem;padding:.85rem 1rem;display:flex}.BookedMeetingCard-module__NEmHza__sectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.BookedMeetingCard-module__NEmHza__reviewerContent{align-items:center;gap:.75rem;display:flex}.BookedMeetingCard-module__NEmHza__avatar{background-color:var(--primary-glow);width:36px;height:36px;color:var(--primary);border:1px solid #0ea5e933;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.BookedMeetingCard-module__NEmHza__reviewerInfo{flex-direction:column;gap:.1rem;display:flex}.BookedMeetingCard-module__NEmHza__reviewerName{color:var(--text-main);font-size:.9rem;font-weight:600}.BookedMeetingCard-module__NEmHza__reviewerId{color:var(--text-muted);font-size:.75rem}.BookedMeetingCard-module__NEmHza__metadataSection{background:var(--surface-hover);border-radius:var(--radius-sm);border:1px solid #ffffff08;grid-template-columns:1fr 1fr;gap:1rem;padding:.85rem 1rem;display:grid}.BookedMeetingCard-module__NEmHza__metaBlock{flex-direction:column;gap:.25rem;display:flex}.BookedMeetingCard-module__NEmHza__metaValue{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.BookedMeetingCard-module__NEmHza__meetCodeContainer{align-items:center;gap:.4rem;display:flex}.BookedMeetingCard-module__NEmHza__meetCode{font-family:var(--font-mono,monospace);color:var(--primary);font-size:.8rem;font-weight:600}.BookedMeetingCard-module__NEmHza__copyBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.BookedMeetingCard-module__NEmHza__copyBtn:hover{background:var(--surface);color:var(--primary)}.BookedMeetingCard-module__NEmHza__cardActions{flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:.5rem;display:flex}.BookedMeetingCard-module__NEmHza__btn{border-radius:var(--radius-sm);cursor:pointer;box-sizing:border-box;justify-content:center;align-items:center;gap:.4rem;height:38px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.BookedMeetingCard-module__NEmHza__btnPrimary{background:var(--primary);color:#fff;border:1px solid #0000;flex:2;min-width:140px}.BookedMeetingCard-module__NEmHza__btnPrimary:hover{background:var(--primary-hover);color:#fff;text-decoration:none}.BookedMeetingCard-module__NEmHza__btnSecondary{color:var(--text-main);border:1px solid var(--border);background:0 0;flex:1;min-width:80px}.BookedMeetingCard-module__NEmHza__btnSecondary:hover{background:var(--surface-hover);border-color:var(--primary);color:var(--primary)}.BookedMeetingCard-module__NEmHza__btnDanger{color:var(--danger);background:0 0;border:1px solid #0000;flex:1;min-width:90px}.BookedMeetingCard-module__NEmHza__btnDanger:hover{background:var(--danger-glow)}@media (max-width:480px){.BookedMeetingCard-module__NEmHza__metadataSection{grid-template-columns:1fr;gap:.75rem}.BookedMeetingCard-module__NEmHza__cardActions{flex-direction:column}.BookedMeetingCard-module__NEmHza__btn{flex:none;width:100%}}
.page-module__xYnq6G__container{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.page-module__xYnq6G__header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.page-module__xYnq6G__title{color:var(--text-main);margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.page-module__xYnq6G__subtitle{color:var(--text-muted);font-size:.875rem}.page-module__xYnq6G__filterCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:1.5rem}.page-module__xYnq6G__filterGrid{grid-template-columns:2fr 1fr;align-items:flex-end;gap:1.5rem;margin-bottom:1.25rem;display:grid}@media (max-width:768px){.page-module__xYnq6G__filterGrid{grid-template-columns:1fr}}.page-module__xYnq6G__filterGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__xYnq6G__filterGroup label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module__xYnq6G__searchWrapper{align-items:center;display:flex;position:relative}.page-module__xYnq6G__searchIcon{color:var(--text-muted);position:absolute;left:.875rem}.page-module__xYnq6G__searchInput{width:100%;padding-left:2.5rem!important}.page-module__xYnq6G__buttonRow{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.page-module__xYnq6G__dateFilters{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__xYnq6G__filterBtn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.page-module__xYnq6G__filterBtnActive{background:var(--primary-glow);color:var(--primary);border-color:var(--primary);box-shadow:var(--shadow-sm)}.page-module__xYnq6G__filterBtn:hover:not(.page-module__xYnq6G__filterBtnActive){background:var(--surface-hover);color:var(--text-main)}.page-module__xYnq6G__resultsCount{color:var(--text-muted);font-size:.875rem}.page-module__xYnq6G__bookingsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.page-module__xYnq6G__bookingCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-left:4px solid var(--primary);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;gap:.85rem;padding:1rem 1.15rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.page-module__xYnq6G__bookingCardCompleted{border-left-color:var(--text-muted);opacity:.85}.page-module__xYnq6G__bookingCard:hover{box-shadow:var(--shadow-md);border-color:var(--border);border-left-color:var(--primary);transform:translateY(-2px)}.page-module__xYnq6G__cardHeader{flex-direction:column;gap:.4rem;display:flex}.page-module__xYnq6G__titleRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.page-module__xYnq6G__meetingTitle{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;max-width:220px;margin:0;font-size:.975rem;font-weight:700;overflow:hidden}.page-module__xYnq6G__statusBadge{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:600;line-height:1.2}.page-module__xYnq6G__statusBooked{background-color:var(--primary-glow);color:var(--primary)}.page-module__xYnq6G__statusCompleted{background-color:var(--surface-hover);color:var(--text-muted)}.page-module__xYnq6G__badgeRow{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.page-module__xYnq6G__meetingTypeBadge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border:1px solid #0000;border-radius:99px;padding:.18rem .5rem;font-size:.68rem;font-weight:700;line-height:1.2}.page-module__xYnq6G__meetingType_review{color:#7c3aed;background:#7c3aed1a;border-color:#7c3aed40}.page-module__xYnq6G__meetingType_lecture_session{color:#b45309;background:#d977061a;border-color:#d9770640}.page-module__xYnq6G__meetingType_mentor_session{color:#047857;background:#0596691a;border-color:#05966940}.page-module__xYnq6G__timeMetaRow{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.775rem;display:flex}.page-module__xYnq6G__timeMeta{color:var(--text-muted);align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.page-module__xYnq6G__timeMetaDot{color:var(--border);font-size:.7rem}.page-module__xYnq6G__durationBadge{color:var(--primary);background:var(--primary-glow);border-radius:12px;margin-left:auto;padding:.1rem .4rem;font-size:.7rem;font-weight:600}.page-module__xYnq6G__cardBody{border-top:1px dashed var(--border);flex-direction:column;gap:.6rem;padding-top:.6rem;display:flex}.page-module__xYnq6G__candidateRow{align-items:center;gap:.6rem;display:flex}.page-module__xYnq6G__avatar{background-color:var(--primary-glow);width:32px;height:32px;color:var(--primary);border:1px solid #0ea5e940;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.page-module__xYnq6G__candidateInfo{flex-direction:column;min-width:0;display:flex}.page-module__xYnq6G__candidateName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.page-module__xYnq6G__candidateId{color:var(--text-muted);font-size:.725rem}.page-module__xYnq6G__metaGrid{background:var(--surface-hover);border-radius:var(--radius-sm);border:1px solid var(--border);grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem .65rem;display:grid}.page-module__xYnq6G__metaItem{flex-direction:column;gap:.15rem;min-width:0;display:flex}.page-module__xYnq6G__metaLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.675rem;font-weight:600}.page-module__xYnq6G__metaValue{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.page-module__xYnq6G__meetCodePill{align-items:center;gap:.35rem;display:inline-flex}.page-module__xYnq6G__meetCodeText{font-family:var(--font-mono,monospace);color:var(--primary);font-size:.75rem;font-weight:600}.page-module__xYnq6G__copyBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.15rem;transition:all .15s;display:inline-flex}.page-module__xYnq6G__copyBtn:hover{color:var(--primary);background-color:var(--primary-glow)}.page-module__xYnq6G__descriptionText{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.775rem;line-height:1.35;display:-webkit-box;overflow:hidden}.page-module__xYnq6G__cardActions{border-top:1px solid var(--border);align-items:center;gap:.4rem;padding-top:.6rem;display:flex}.page-module__xYnq6G__actionBtnPrimary,.page-module__xYnq6G__actionBtnSecondary,.page-module__xYnq6G__actionBtnDanger{border-radius:var(--radius-sm);cursor:pointer;box-sizing:border-box;white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:.35rem;height:34px;padding:0 .65rem;font-size:.775rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.page-module__xYnq6G__actionBtnPrimary{background-color:var(--primary);color:#fff;border:1px solid #0000}.page-module__xYnq6G__actionBtnPrimary:hover{background-color:var(--primary-hover);color:#fff;text-decoration:none}.page-module__xYnq6G__actionBtnSecondary{background-color:var(--surface);color:var(--text-main);border:1px solid var(--border)}.page-module__xYnq6G__actionBtnSecondary:hover{background-color:var(--surface-hover);border-color:var(--primary);color:var(--primary)}.page-module__xYnq6G__actionBtnDanger{background-color:var(--danger-glow);color:var(--danger);border:1px solid #0000}.page-module__xYnq6G__actionBtnDanger:hover{background-color:var(--danger);color:#fff}.page-module__xYnq6G__loadingContainer{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:8rem 2rem;display:flex}.page-module__xYnq6G__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite page-module__xYnq6G__spin}@keyframes page-module__xYnq6G__spin{to{transform:rotate(360deg)}}.page-module__xYnq6G__emptyState{text-align:center;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:6rem 2rem;display:flex}.page-module__xYnq6G__emptyIconWrapper{background-color:var(--surface-hover);width:64px;height:64px;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module__xYnq6G__emptyTitle{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.page-module__xYnq6G__emptyText{color:var(--text-muted);max-width:350px;font-size:.875rem}.page-module__xYnq6G__clearFilterBtn{background-color:var(--primary-glow);color:var(--primary);border-radius:var(--radius-sm);cursor:pointer;border:1px solid #6366f133;margin-top:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.page-module__xYnq6G__clearFilterBtn:hover{background-color:var(--primary);color:#fff}@media (max-width:768px){.page-module__xYnq6G__container{padding:1rem}.page-module__xYnq6G__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}}.page-module__xYnq6G__statusToggleRow{margin-bottom:1rem;display:flex}.page-module__xYnq6G__statusToggleContainer{background-color:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px;display:flex}.page-module__xYnq6G__statusToggleBtn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.page-module__xYnq6G__statusToggleBtn:hover{color:var(--text-main)}.page-module__xYnq6G__statusToggleActive{background-color:var(--glass-bg);color:var(--primary);box-shadow:var(--shadow-sm);font-weight:600}.page-module__xYnq6G__customDateWrapper{align-items:center;gap:8px;margin-left:12px;display:flex}.page-module__xYnq6G__dateInput{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);color:var(--text-main);outline:none;padding:4px 10px;font-family:inherit;font-size:.875rem}.page-module__xYnq6G__dateInput:focus{border-color:var(--primary)}
