.BottomNav-module__ymrK1W__bottomNav{height:var(--nav-height);background:var(--bg-secondary);border-top:1px solid var(--border-color);z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.BottomNav-module__ymrK1W__navItem{color:var(--icon-color);transition:color var(--transition-fast),transform var(--transition-fast);border-radius:var(--radius-md);flex-direction:column;align-items:center;gap:4px;padding:8px 16px;font-size:.75rem;text-decoration:none;display:flex}.BottomNav-module__ymrK1W__navItem:hover,.BottomNav-module__ymrK1W__navItem.BottomNav-module__ymrK1W__active{color:var(--color-accent)}.BottomNav-module__ymrK1W__navIcon{transition:transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.BottomNav-module__ymrK1W__navIcon svg{stroke-width:2px;width:24px;height:24px}.BottomNav-module__ymrK1W__navLabel{font-weight:500}
.PostCard-module__aJ-wiq__card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:transform var(--transition-fast),box-shadow var(--transition-fast);border-left-width:4px;margin-bottom:12px;padding:16px}.PostCard-module__aJ-wiq__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.PostCard-module__aJ-wiq__cardswap{border-left-color:var(--post-swap)}.PostCard-module__aJ-wiq__cardgiveaway{border-left-color:var(--post-giveaway)}.PostCard-module__aJ-wiq__cardrequest{border-left-color:var(--post-request)}.PostCard-module__aJ-wiq__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.PostCard-module__aJ-wiq__badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.PostCard-module__aJ-wiq__badgeswap{background:var(--post-swap-bg);color:var(--post-swap)}.PostCard-module__aJ-wiq__badgegiveaway{background:var(--post-giveaway-bg);color:var(--post-giveaway)}.PostCard-module__aJ-wiq__badgerequest{background:var(--post-request-bg);color:var(--post-request)}.PostCard-module__aJ-wiq__status{align-items:center;gap:6px;display:flex}.PostCard-module__aJ-wiq__statusDot{border-radius:50%;width:8px;height:8px}.PostCard-module__aJ-wiq__statusDotactive{background:var(--status-active);box-shadow:0 0 8px var(--status-active)}.PostCard-module__aJ-wiq__statusDotpending{background:var(--status-pending);animation:2s infinite PostCard-module__aJ-wiq__pulse}.PostCard-module__aJ-wiq__statusDotcompleted{background:var(--status-completed)}.PostCard-module__aJ-wiq__statusLabel{color:var(--text-muted);font-size:.75rem}@keyframes PostCard-module__aJ-wiq__pulse{0%,to{opacity:1}50%{opacity:.5}}.PostCard-module__aJ-wiq__courseInfo{margin-bottom:12px}.PostCard-module__aJ-wiq__courseId{color:var(--text-primary);font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:700;display:block}.PostCard-module__aJ-wiq__courseName{color:var(--text-secondary);margin-top:2px;font-size:.875rem;display:block}.PostCard-module__aJ-wiq__sectionWrapper{background:var(--bg-tertiary);border-radius:var(--radius-md);align-items:center;gap:12px;margin-bottom:12px;padding:12px;display:flex}.PostCard-module__aJ-wiq__sectionGroup{flex:1}.PostCard-module__aJ-wiq__sectionLabel{text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-size:.7rem;font-weight:600;display:block}.PostCard-module__aJ-wiq__sectionValue{color:var(--text-primary);font-size:1rem;font-weight:600}.PostCard-module__aJ-wiq__instructor{color:var(--text-primary);margin-top:4px;font-size:.8rem;font-weight:500;display:block}.PostCard-module__aJ-wiq__sectionTime{color:var(--text-muted);margin-top:2px;font-size:.75rem;display:block}.PostCard-module__aJ-wiq__arrow{color:var(--color-accent);font-size:1.25rem;font-weight:700}.PostCard-module__aJ-wiq__posterInfo{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:8px;font-size:.875rem;display:flex}.PostCard-module__aJ-wiq__posterName{color:var(--text-primary);font-weight:500}.PostCard-module__aJ-wiq__posterMeta{color:var(--text-muted)}.PostCard-module__aJ-wiq__contactInfo{background:var(--color-accent);background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-light)100%);border-radius:var(--radius-md);align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;display:flex}.PostCard-module__aJ-wiq__contactLabel{color:var(--text-inverse);font-size:.875rem}.PostCard-module__aJ-wiq__contactValue{color:var(--text-inverse);font-weight:600;text-decoration:none}.PostCard-module__aJ-wiq__contactValue:hover{text-decoration:underline}.PostCard-module__aJ-wiq__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.PostCard-module__aJ-wiq__timestamp{color:var(--text-muted);font-size:.75rem}.PostCard-module__aJ-wiq__actions{gap:8px;display:flex}.PostCard-module__aJ-wiq__actionBtn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);border:none;padding:6px 12px;font-size:.75rem;font-weight:500}.PostCard-module__aJ-wiq__completeBtn{background:var(--post-giveaway-bg);color:var(--post-giveaway)}.PostCard-module__aJ-wiq__completeBtn:hover{background:var(--post-giveaway);color:#fff}.PostCard-module__aJ-wiq__deleteBtn{background:var(--bg-tertiary);color:var(--text-muted)}.PostCard-module__aJ-wiq__deleteBtn:hover{background:var(--status-expired);color:#fff}.PostCard-module__aJ-wiq__footerLeft{align-items:center;gap:12px;display:flex}.PostCard-module__aJ-wiq__expiryTimer{color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;display:inline-flex}.PostCard-module__aJ-wiq__expiryTimerUrgent{color:var(--status-expired);background:#ef44441a;font-weight:600;animation:2s infinite PostCard-module__aJ-wiq__pulse}
.ThemeToggle-module__Z5gSZG__toggle{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-full);cursor:pointer;width:52px;height:28px;transition:background var(--transition-fast),border-color var(--transition-fast);padding:0;position:relative;overflow:hidden}.ThemeToggle-module__Z5gSZG__toggle:hover{border-color:var(--text-muted)}.ThemeToggle-module__Z5gSZG__thumb{background:var(--bg-secondary);width:22px;height:22px;transition:transform var(--transition-fast),background-color var(--transition-fast);box-shadow:var(--shadow-sm);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:2px;left:2px}[data-theme=dark] .ThemeToggle-module__Z5gSZG__thumb{background:var(--bg-primary);background:var(--color-primary-light);border:1px solid var(--border-color);transform:translate(24px)}.ThemeToggle-module__Z5gSZG__icon{width:14px;height:14px;transition:opacity var(--transition-fast)}.ThemeToggle-module__Z5gSZG__sunIcon{color:#f59e0b;fill:#f59e0b}.ThemeToggle-module__Z5gSZG__moonIcon{color:#f8f9fa;fill:#f8f9fa}
.auth-module__Y2OPrW__container{background:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary)100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-module__Y2OPrW__card{background:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:32px 24px;position:relative}.auth-module__Y2OPrW__themeToggleWrapper{position:absolute;top:16px;right:16px}.auth-module__Y2OPrW__logoWrapper{text-align:center;margin-bottom:32px}.auth-module__Y2OPrW__logoFrame{border-radius:var(--radius-lg);width:72px;height:72px;box-shadow:var(--shadow-md);background:var(--bg-card);justify-content:center;align-items:center;margin:0 auto 16px;display:flex;overflow:hidden}.auth-module__Y2OPrW__logo{object-fit:cover;width:100%;height:100%;transform:scale(1.5)}.auth-module__Y2OPrW__title{color:var(--text-primary);margin-bottom:4px;font-size:1.75rem;font-weight:700}.auth-module__Y2OPrW__subtitle{color:var(--text-muted);font-size:.875rem}.auth-module__Y2OPrW__form{margin-bottom:24px}.auth-module__Y2OPrW__formGroup{margin-bottom:16px}.auth-module__Y2OPrW__label{color:var(--text-secondary);margin-bottom:6px;font-size:.875rem;font-weight:500;display:block}.auth-module__Y2OPrW__input{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 16px;font-size:1rem}.auth-module__Y2OPrW__input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #c9a22726}.auth-module__Y2OPrW__input::placeholder{color:var(--text-muted)}.auth-module__Y2OPrW__input:disabled{opacity:.7;cursor:not-allowed}.auth-module__Y2OPrW__error{border-radius:var(--radius-md);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:16px;padding:12px;font-size:.875rem}.auth-module__Y2OPrW__submitBtn{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-light)100%);width:100%;color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:1rem;font-weight:600;display:flex}.auth-module__Y2OPrW__submitBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.auth-module__Y2OPrW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.auth-module__Y2OPrW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite auth-module__Y2OPrW__spin}@keyframes auth-module__Y2OPrW__spin{to{transform:rotate(360deg)}}.auth-module__Y2OPrW__toggle{text-align:center;justify-content:center;align-items:center;gap:8px;display:flex}.auth-module__Y2OPrW__toggleText{color:var(--text-muted);font-size:.875rem}.auth-module__Y2OPrW__toggleBtn{color:var(--color-accent);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:.875rem;font-weight:600}.auth-module__Y2OPrW__toggleBtn:hover{color:var(--color-accent-light);text-decoration:underline}.auth-module__Y2OPrW__toggleBtn:disabled{opacity:.7;cursor:not-allowed}.auth-module__Y2OPrW__passwordWrapper{width:100%;position:relative}.auth-module__Y2OPrW__passwordToggle{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-full);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-module__Y2OPrW__passwordToggle:hover{color:var(--text-primary);background:#0000000d}.auth-module__Y2OPrW__inputPassword{padding-right:48px!important}.auth-module__Y2OPrW__inputPassword::-ms-reveal{display:none}.auth-module__Y2OPrW__inputPassword::-ms-clear{display:none}
.matches-module__Ae3csa__page{background:var(--bg-primary);min-height:100vh;padding-bottom:calc(var(--nav-height) + 24px)}.matches-module__Ae3csa__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.matches-module__Ae3csa__header h1{font-size:1.25rem}.matches-module__Ae3csa__main{max-width:600px;margin:0 auto;padding:16px}.matches-module__Ae3csa__loading{justify-content:center;padding:48px;display:flex}.matches-module__Ae3csa__spinner{border:3px solid var(--border-color);border-top-color:var(--color-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite matches-module__Ae3csa__spin}@keyframes matches-module__Ae3csa__spin{to{transform:rotate(360deg)}}.matches-module__Ae3csa__section{margin-bottom:32px}.matches-module__Ae3csa__sectionTitle{color:var(--text-secondary);margin-bottom:12px;font-size:1rem}.matches-module__Ae3csa__empty{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:32px}.matches-module__Ae3csa__empty p{color:var(--text-muted)}.matches-module__Ae3csa__hint{margin-top:4px;font-size:.875rem}.matches-module__Ae3csa__matchCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-bottom:12px;padding:16px}.matches-module__Ae3csa__matchHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.matches-module__Ae3csa__matchBadge{background:var(--post-swap-bg);color:var(--post-swap);border-radius:var(--radius-full);padding:4px 10px;font-size:.75rem;font-weight:600}.matches-module__Ae3csa__matchBadgeAccepted{background:var(--post-giveaway-bg);color:var(--post-giveaway)}.matches-module__Ae3csa__matchTimer{color:var(--text-muted);font-size:.75rem}.matches-module__Ae3csa__matchContent{background:var(--bg-tertiary);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px;display:flex}.matches-module__Ae3csa__matchSide{text-align:center;flex:1}.matches-module__Ae3csa__matchLabel{text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;font-size:.7rem;display:block}.matches-module__Ae3csa__matchSection{color:var(--text-primary);font-size:1rem;font-weight:600}.matches-module__Ae3csa__matchArrow{color:var(--color-accent);margin:0 12px;font-size:1.5rem}.matches-module__Ae3csa__matchCourse{margin-bottom:12px}.matches-module__Ae3csa__courseId{color:var(--text-primary);font-family:JetBrains Mono,monospace;font-weight:600;display:block}.matches-module__Ae3csa__courseName{color:var(--text-secondary);font-size:.875rem}.matches-module__Ae3csa__matchUser{background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:12px;padding:10px 12px}.matches-module__Ae3csa__userName{color:var(--text-primary);font-weight:500;display:block}.matches-module__Ae3csa__userMeta{color:var(--text-muted);font-size:.75rem}.matches-module__Ae3csa__contactInfo{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-light)100%);border-radius:var(--radius-md);color:var(--text-inverse);margin-bottom:12px;padding:12px}.matches-module__Ae3csa__contactInfo a{color:var(--text-inverse);font-weight:600;text-decoration:underline}.matches-module__Ae3csa__matchStatus{background:var(--post-swap-bg);border-radius:var(--radius-md);margin-bottom:12px;padding:10px;font-size:.875rem}.matches-module__Ae3csa__waitingYou{color:var(--color-accent)}.matches-module__Ae3csa__waitingThem{color:var(--post-swap)}.matches-module__Ae3csa__matchActions{gap:8px;display:flex}.matches-module__Ae3csa__acceptBtn{background:var(--post-giveaway);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;flex:1;padding:12px;font-weight:600}.matches-module__Ae3csa__declineBtn{background:var(--bg-tertiary);color:var(--status-expired);border:1px solid var(--status-expired);border-radius:var(--radius-md);cursor:pointer;flex:1;padding:12px;font-weight:600}.matches-module__Ae3csa__completeBtn{background:var(--color-accent);width:100%;color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;border:none;padding:12px;font-weight:600}.matches-module__Ae3csa__postList{flex-direction:column;gap:12px;display:flex}.matches-module__Ae3csa__postCard{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-color);border-left-width:4px;padding:12px}.matches-module__Ae3csa__postCardswap{border-left-color:var(--post-swap)}.matches-module__Ae3csa__postCardgiveaway{border-left-color:var(--post-giveaway)}.matches-module__Ae3csa__postCardrequest{border-left-color:var(--post-request)}.matches-module__Ae3csa__postHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.matches-module__Ae3csa__postBadge{border-radius:var(--radius-full);padding:2px 8px;font-size:.75rem;font-weight:600}.matches-module__Ae3csa__postBadgeswap{background:var(--post-swap-bg);color:var(--post-swap)}.matches-module__Ae3csa__postBadgegiveaway{background:var(--post-giveaway-bg);color:var(--post-giveaway)}.matches-module__Ae3csa__postBadgerequest{background:var(--post-request-bg);color:var(--post-request)}.matches-module__Ae3csa__postStatus{text-transform:uppercase;border-radius:var(--radius-sm);padding:2px 6px;font-size:.7rem}.matches-module__Ae3csa__postStatusactive{background:var(--post-giveaway-bg);color:var(--post-giveaway)}.matches-module__Ae3csa__postStatuspending{background:var(--post-request-bg);color:var(--post-request)}.matches-module__Ae3csa__postDetails{margin-bottom:8px}.matches-module__Ae3csa__sections{color:var(--text-secondary);align-items:center;gap:8px;font-size:.875rem;display:flex}.matches-module__Ae3csa__arrow{color:var(--color-accent)}.matches-module__Ae3csa__postFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.matches-module__Ae3csa__postExpiry{color:var(--text-muted);font-size:.75rem}.matches-module__Ae3csa__postActions{gap:4px;display:flex}.matches-module__Ae3csa__completePostBtn,.matches-module__Ae3csa__deletePostBtn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:6px 12px;font-size:.75rem;font-weight:500}.matches-module__Ae3csa__completePostBtn{background:var(--post-giveaway-bg);color:var(--post-giveaway)}.matches-module__Ae3csa__deletePostBtn{background:var(--bg-tertiary);color:var(--text-muted)}.matches-module__Ae3csa__deletePostBtn:hover{color:#ef4444;background:#ef44441a}.matches-module__Ae3csa__tabs{border-bottom:1px solid var(--border-color);margin-bottom:24px;padding:0 16px;display:flex}.matches-module__Ae3csa__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.matches-module__Ae3csa__tab:hover{color:var(--text-primary);background:var(--bg-tertiary)}.matches-module__Ae3csa__activeTab{color:var(--color-accent);border-bottom-color:var(--color-accent);font-weight:600}.matches-module__Ae3csa__countBadge{background:var(--bg-tertiary);color:var(--text-muted);border-radius:999px;padding:2px 6px;font-size:.7rem;font-weight:600}.matches-module__Ae3csa__activeTab .matches-module__Ae3csa__countBadge{background:var(--color-accent);color:#fff}.matches-module__Ae3csa__declineNotifications{margin-bottom:24px}.matches-module__Ae3csa__declineCard{border-radius:var(--radius-md);background:#ef44441a;border:1px solid #ef44444d;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;display:flex}.matches-module__Ae3csa__declineContent{flex:1;align-items:center;gap:12px;display:flex}.matches-module__Ae3csa__declineIcon{font-size:1.25rem}.matches-module__Ae3csa__declineText{flex-direction:column;gap:2px;display:flex}.matches-module__Ae3csa__declineText strong{color:var(--text-primary)}.matches-module__Ae3csa__declineCourse{color:var(--text-muted);font-size:.75rem}.matches-module__Ae3csa__dismissBtn{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;padding:6px 12px;font-size:.75rem;font-weight:500}.matches-module__Ae3csa__dismissBtn:hover{background:var(--bg-secondary)}
.page-module___8aEwW__page{background:var(--bg-primary);min-height:100vh;padding-bottom:calc(var(--nav-height) + 24px)}.page-module___8aEwW__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:50;padding:16px;position:sticky;top:0}.page-module___8aEwW__headerTop{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-module___8aEwW__logoContainer{align-items:center;gap:10px;display:flex}.page-module___8aEwW__logoFrame{border-radius:var(--radius-md);justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.page-module___8aEwW__logoImage{object-fit:cover;transform:scale(1.4)}.page-module___8aEwW__logoText{color:var(--text-primary);font-size:1.25rem;font-weight:700}.page-module___8aEwW__searchWrapper{margin-bottom:12px;position:relative}.page-module___8aEwW__searchIcon{font-size:1rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.page-module___8aEwW__searchInput{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 16px 12px 44px;font-size:1rem}.page-module___8aEwW__searchInput:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #c9a22726}.page-module___8aEwW__searchInput::placeholder{color:var(--text-muted)}.page-module___8aEwW__filters{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.page-module___8aEwW__filters::-webkit-scrollbar{display:none}.page-module___8aEwW__filterBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);padding:8px 14px;font-size:.875rem;font-weight:500}.page-module___8aEwW__filterBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}.page-module___8aEwW__filterBtnActive{background:var(--color-accent)!important;border-color:var(--color-accent)!important;color:#fff!important}.page-module___8aEwW__main{max-width:600px;margin:0 auto;padding:16px}.page-module___8aEwW__postList{flex-direction:column;gap:12px;display:flex}.page-module___8aEwW__loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.page-module___8aEwW__spinner{border:3px solid var(--border-color);border-top-color:var(--color-accent);border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:.8s linear infinite page-module___8aEwW__spin}@keyframes page-module___8aEwW__spin{to{transform:rotate(360deg)}}.page-module___8aEwW__empty{text-align:center;padding:48px 24px}.page-module___8aEwW__emptyIcon{opacity:.5;margin-bottom:16px;font-size:4rem;display:block}.page-module___8aEwW__empty h3{color:var(--text-primary);margin-bottom:8px;font-size:1.25rem}.page-module___8aEwW__empty p{color:var(--text-muted)}
.post-module__eKrpXW__page{background:var(--bg-primary);min-height:100vh;padding-bottom:calc(var(--nav-height) + 24px)}.post-module__eKrpXW__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.post-module__eKrpXW__header h1{font-size:1.25rem}.post-module__eKrpXW__main{max-width:500px;margin:0 auto;padding:16px}.post-module__eKrpXW__maxPostsNotice{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:48px 24px}.post-module__eKrpXW__noticeIcon{margin-bottom:16px;font-size:3rem;display:block}.post-module__eKrpXW__maxPostsNotice h3{margin-bottom:8px;font-size:1.25rem}.post-module__eKrpXW__maxPostsNotice p{color:var(--text-muted);margin-bottom:24px}.post-module__eKrpXW__manageBtn{background:var(--color-accent);color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;border:none;padding:12px 24px;font-weight:500}.post-module__eKrpXW__typeSelection{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.post-module__eKrpXW__typeBtn{background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:all var(--transition-fast);padding:16px}.post-module__eKrpXW__typeBtn:hover{border-color:var(--color-accent)}.post-module__eKrpXW__typeBtnswap{border-color:var(--post-swap);background:var(--post-swap-bg)}.post-module__eKrpXW__typeBtngiveaway{border-color:var(--post-giveaway);background:var(--post-giveaway-bg)}.post-module__eKrpXW__typeBtnrequest{border-color:var(--post-request);background:var(--post-request-bg)}.post-module__eKrpXW__typeLabel{color:var(--text-primary);font-size:1rem;font-weight:600;display:block}.post-module__eKrpXW__typeDesc{color:var(--text-muted);margin-top:2px;font-size:.75rem;display:block}.post-module__eKrpXW__card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-bottom:16px;padding:20px}.post-module__eKrpXW__formGroup{margin-bottom:16px}.post-module__eKrpXW__formGroup:last-child{margin-bottom:0}.post-module__eKrpXW__label{color:var(--text-secondary);margin-bottom:6px;font-size:.875rem;font-weight:500;display:block}.post-module__eKrpXW__input{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 16px;font-size:1rem}.post-module__eKrpXW__input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #c9a22726}.post-module__eKrpXW__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.post-module__eKrpXW__courseName{color:var(--color-accent);margin-top:4px;font-size:.875rem;display:block}.post-module__eKrpXW__searchWrapper{position:relative}.post-module__eKrpXW__dropdown{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.post-module__eKrpXW__dropdownItem{border:none;border-bottom:1px solid var(--border-color);text-align:left;cursor:pointer;width:100%;transition:background var(--transition-fast);background:0 0;flex-direction:column;gap:2px;padding:12px 16px;display:flex}.post-module__eKrpXW__dropdownItem:last-child{border-bottom:none}.post-module__eKrpXW__dropdownItem:hover{background:var(--bg-tertiary)}.post-module__eKrpXW__dropdownId{color:var(--color-accent);font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600}.post-module__eKrpXW__dropdownName{color:var(--text-secondary);font-size:.875rem}.post-module__eKrpXW__selectedCourse{color:var(--status-active);margin-top:8px;font-size:.875rem;font-weight:500;display:block}.post-module__eKrpXW__infoNotice{background:var(--bg-tertiary);border-radius:var(--radius-md);color:var(--text-secondary);margin-bottom:16px;padding:12px 16px;font-size:.875rem}.post-module__eKrpXW__error{border-radius:var(--radius-md);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:16px;padding:12px;font-size:.875rem}.post-module__eKrpXW__submitBtn{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-light)100%);width:100%;color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:none;justify-content:center;align-items:center;padding:14px 24px;font-size:1rem;font-weight:600;display:flex}.post-module__eKrpXW__submitBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.post-module__eKrpXW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.post-module__eKrpXW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite post-module__eKrpXW__spin}@keyframes post-module__eKrpXW__spin{to{transform:rotate(360deg)}}.post-module__eKrpXW__postCount{text-align:center;color:var(--text-muted);margin-top:16px;font-size:.875rem}
.profile-module__5FeCNW__page{background:var(--bg-primary);min-height:100vh;padding-bottom:calc(var(--nav-height) + 24px)}.profile-module__5FeCNW__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.profile-module__5FeCNW__header h1{font-size:1.25rem}.profile-module__5FeCNW__main{max-width:500px;margin:0 auto;padding:16px}.profile-module__5FeCNW__completeNotice{background:var(--color-accent);color:var(--text-inverse);border-radius:var(--radius-md);align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-weight:500;display:flex}.profile-module__5FeCNW__card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-bottom:16px;padding:20px}.profile-module__5FeCNW__cardTitle{border-bottom:1px solid var(--border-color);margin-bottom:16px;padding-bottom:12px;font-size:1rem}.profile-module__5FeCNW__cardDesc{color:var(--text-secondary);margin-bottom:20px;font-size:.875rem;line-height:1.5}.profile-module__5FeCNW__formGroup{margin-bottom:16px}.profile-module__5FeCNW__label{color:var(--text-secondary);margin-bottom:6px;font-size:.875rem;font-weight:500;display:block}.profile-module__5FeCNW__input{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 16px;font-size:1rem}.profile-module__5FeCNW__input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #c9a22726}.profile-module__5FeCNW__input:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.profile-module__5FeCNW__inputError{animation:.4s cubic-bezier(.36,.07,.19,.97) both profile-module__5FeCNW__shake;border-color:#ef4444!important}@keyframes profile-module__5FeCNW__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.profile-module__5FeCNW__select{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);appearance:none;cursor:pointer;transition:border-color var(--transition-fast);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding:12px 36px 12px 16px;font-size:1rem}.profile-module__5FeCNW__select:focus{border-color:var(--color-accent);outline:none}.profile-module__5FeCNW__select:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.profile-module__5FeCNW__error{border-radius:var(--radius-md);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:16px;padding:12px;font-size:.875rem}.profile-module__5FeCNW__success{border-radius:var(--radius-md);color:#10b981;background:#10b9811a;border:1px solid #10b9814d;margin-bottom:16px;padding:12px;font-size:.875rem}.profile-module__5FeCNW__saveBtn{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-light)100%);width:100%;color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:none;justify-content:center;align-items:center;margin-bottom:24px;padding:14px 24px;font-size:1rem;font-weight:600;display:flex}.profile-module__5FeCNW__saveBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.profile-module__5FeCNW__saveBtn:disabled{opacity:.7;cursor:not-allowed}.profile-module__5FeCNW__statsCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-bottom:16px;padding:20px}.profile-module__5FeCNW__statsCard h3{color:var(--text-secondary);margin-bottom:16px;font-size:.875rem}.profile-module__5FeCNW__stats{gap:16px;display:flex}.profile-module__5FeCNW__stat{text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-md);flex:1;padding:16px}.profile-module__5FeCNW__statValue{color:var(--color-accent);font-size:2rem;font-weight:700;display:block}.profile-module__5FeCNW__statLabel{color:var(--text-muted);font-size:.75rem}.profile-module__5FeCNW__signOutBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:14px;font-size:1rem}.profile-module__5FeCNW__signOutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.profile-module__5FeCNW__loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.profile-module__5FeCNW__spinner{border:2px solid var(--border-color);border-top-color:var(--color-accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite profile-module__5FeCNW__spin}@keyframes profile-module__5FeCNW__spin{to{transform:rotate(360deg)}}.profile-module__5FeCNW__cardHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.profile-module__5FeCNW__cardHeader .profile-module__5FeCNW__cardTitle{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-module__5FeCNW__editBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:8px 16px;font-size:.875rem;font-weight:500}.profile-module__5FeCNW__editBtn:hover{background:var(--color-accent);border-color:var(--color-accent);color:var(--text-inverse)}.profile-module__5FeCNW__profileInfo{flex-direction:column;gap:16px;display:flex}.profile-module__5FeCNW__infoRow{flex-direction:column;gap:4px;display:flex}.profile-module__5FeCNW__infoLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.75rem;font-weight:500}.profile-module__5FeCNW__infoValue{color:var(--text-primary);font-size:1rem;font-weight:500}.profile-module__5FeCNW__editForm{flex-direction:column;gap:4px;display:flex}.profile-module__5FeCNW__editActions{gap:12px;margin-top:8px;display:flex}.profile-module__5FeCNW__editActions .profile-module__5FeCNW__saveBtn{flex:1;margin-bottom:0}.profile-module__5FeCNW__cancelBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);flex:1;padding:14px 24px;font-size:1rem;font-weight:500}.profile-module__5FeCNW__cancelBtn:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--text-secondary)}.profile-module__5FeCNW__cancelBtn:disabled{opacity:.7;cursor:not-allowed}.profile-module__5FeCNW__editWarning{border-radius:var(--radius-md);color:var(--text-secondary);text-align:center;background:#fbbf241a;border:1px solid #fbbf244d;margin-top:16px;padding:12px 16px;font-size:.875rem}.profile-module__5FeCNW__fieldError{color:#ef4444;margin-top:4px;font-size:.75rem;display:block}
.schedule-module__Fij23q__page{background:var(--bg-primary);min-height:100vh;padding-bottom:calc(var(--nav-height) + 24px)}.schedule-module__Fij23q__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.schedule-module__Fij23q__header h1{font-size:1.25rem}.schedule-module__Fij23q__main{max-width:500px;margin:0 auto;padding:16px}.schedule-module__Fij23q__steps{gap:8px;margin-bottom:24px;display:flex}.schedule-module__Fij23q__step{background:var(--bg-tertiary);height:4px;transition:background var(--transition-normal);border-radius:2px;flex:1}.schedule-module__Fij23q__stepActive{background:var(--color-accent)}.schedule-module__Fij23q__stepDone{background:var(--color-accent-dark)}.schedule-module__Fij23q__section{margin-bottom:20px}.schedule-module__Fij23q__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.875rem;font-weight:600}.schedule-module__Fij23q__searchWrapper{margin-bottom:12px;position:relative}.schedule-module__Fij23q__input{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 16px;font-size:1rem}.schedule-module__Fij23q__input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #00c38926}.schedule-module__Fij23q__input::placeholder{color:var(--text-muted)}.schedule-module__Fij23q__dropdown{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:50;max-height:240px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.schedule-module__Fij23q__dropdownItem{text-align:left;cursor:pointer;width:100%;transition:background var(--transition-fast);color:var(--text-primary);background:0 0;border:none;flex-direction:column;gap:2px;padding:10px 16px;font-size:.9rem;display:flex}.schedule-module__Fij23q__dropdownItem:hover{background:var(--bg-tertiary)}.schedule-module__Fij23q__dropdownId{color:var(--color-accent);font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600}.schedule-module__Fij23q__dropdownName{color:var(--text-secondary);font-size:.8rem}.schedule-module__Fij23q__selectedCourses{flex-direction:column;gap:8px;display:flex}.schedule-module__Fij23q__courseChip{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.schedule-module__Fij23q__courseChipInfo{flex-direction:column;gap:2px;display:flex}.schedule-module__Fij23q__courseChipId{color:var(--text-primary);font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600}.schedule-module__Fij23q__courseChipName{color:var(--text-secondary);font-size:.75rem}.schedule-module__Fij23q__removeBtn{background:var(--bg-tertiary);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.schedule-module__Fij23q__removeBtn:hover{background:var(--status-expired);color:#fff}.schedule-module__Fij23q__emptyCourses{text-align:center;color:var(--text-muted);background:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:var(--radius-md);padding:24px;font-size:.875rem}.schedule-module__Fij23q__compactBar{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;display:flex}.schedule-module__Fij23q__compactCourses{flex-wrap:wrap;flex:1;gap:6px;display:flex}.schedule-module__Fij23q__compactChip{background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-primary);padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600}.schedule-module__Fij23q__editCoursesBtn{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;padding:6px 12px;font-size:.8rem;font-weight:500}.schedule-module__Fij23q__editCoursesBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}.schedule-module__Fij23q__detailsToggle{text-align:center;color:var(--text-muted);cursor:pointer;border-top:1px solid var(--border-color);transition:color var(--transition-fast);padding:10px 16px;font-size:.8rem}.schedule-module__Fij23q__detailsToggle:hover{color:var(--color-accent)}.schedule-module__Fij23q__prefsCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.schedule-module__Fij23q__prefsHeader{cursor:pointer;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.schedule-module__Fij23q__prefsHeader:hover{background:var(--bg-tertiary)}.schedule-module__Fij23q__prefsHeaderTitle{color:var(--text-primary);font-size:.9rem;font-weight:600}.schedule-module__Fij23q__prefsChevron{color:var(--text-muted);transition:transform var(--transition-fast);font-size:.8rem}.schedule-module__Fij23q__prefsChevronOpen{transform:rotate(180deg)}.schedule-module__Fij23q__prefsBody{flex-direction:column;gap:16px;padding:0 16px 16px;display:flex}.schedule-module__Fij23q__prefGroup{flex-direction:column;gap:6px;display:flex}.schedule-module__Fij23q__prefLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}.schedule-module__Fij23q__timeRow{align-items:center;gap:8px;display:flex}.schedule-module__Fij23q__timeInput{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);flex:1;padding:8px 10px;font-size:.85rem}.schedule-module__Fij23q__timeInput:focus{border-color:var(--color-accent);outline:none}.schedule-module__Fij23q__timeSep{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.schedule-module__Fij23q__toggleRow{gap:4px;display:flex}.schedule-module__Fij23q__toggleBtn{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);flex:1;padding:8px 12px;font-size:.8rem;font-weight:500}.schedule-module__Fij23q__toggleBtn:first-child{border-radius:var(--radius-sm)0 0 var(--radius-sm)}.schedule-module__Fij23q__toggleBtn:last-child{border-radius:0 var(--radius-sm)var(--radius-sm)0}.schedule-module__Fij23q__toggleBtnActive{background:var(--color-accent);border-color:var(--color-accent);color:var(--text-inverse)}.schedule-module__Fij23q__select{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding:8px 30px 8px 10px;font-size:.85rem}.schedule-module__Fij23q__select:focus{border-color:var(--color-accent);outline:none}.schedule-module__Fij23q__prefCourseItem{border-bottom:1px solid var(--border-color);padding:8px 0}.schedule-module__Fij23q__prefCourseItem:last-child{border-bottom:none}.schedule-module__Fij23q__prefCourseName{color:var(--text-primary);margin-bottom:6px;font-size:.8rem;font-weight:600}.schedule-module__Fij23q__generateBtn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-dark)100%);color:#fff;cursor:pointer;width:100%;transition:all var(--transition-fast);box-shadow:var(--shadow-accent);border:none;margin-top:8px;padding:14px;font-size:1rem;font-weight:600}.schedule-module__Fij23q__generateBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00c38966}.schedule-module__Fij23q__generateBtn:active{transform:translateY(0)}.schedule-module__Fij23q__generateBtn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.schedule-module__Fij23q__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite schedule-module__Fij23q__spin;display:inline-block}@keyframes schedule-module__Fij23q__spin{to{transform:rotate(360deg)}}.schedule-module__Fij23q__resultsHeader{justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:16px;display:flex}.schedule-module__Fij23q__resultsTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700}.schedule-module__Fij23q__resultsCount{color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-full);padding:4px 10px;font-size:.8rem}.schedule-module__Fij23q__scheduleCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:box-shadow var(--transition-fast);margin-bottom:16px;overflow:hidden}.schedule-module__Fij23q__scheduleCard:hover{box-shadow:var(--shadow-md)}.schedule-module__Fij23q__scheduleCardHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.schedule-module__Fij23q__scheduleRank{color:var(--color-accent);font-size:.85rem;font-weight:700}.schedule-module__Fij23q__scheduleScore{color:var(--text-muted);font-size:.75rem}.schedule-module__Fij23q__prefWarnings{flex-wrap:wrap;gap:6px;padding:8px 16px;display:flex}.schedule-module__Fij23q__prefWarning{color:#f59e0b;border-radius:var(--radius-full);background:#f59e0b1a;padding:3px 8px;font-size:.7rem;font-weight:500}.schedule-module__Fij23q__saveBtn{border:1px solid var(--color-accent);border-radius:var(--radius-sm);color:var(--color-accent);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;padding:6px 14px;font-size:.8rem;font-weight:600}.schedule-module__Fij23q__saveBtn:hover{background:var(--color-accent);color:var(--text-inverse)}.schedule-module__Fij23q__saveFooter{border-top:1px solid var(--border-color);justify-content:center;padding:12px 16px;display:flex}.schedule-module__Fij23q__saveFooter .schedule-module__Fij23q__saveBtn,.schedule-module__Fij23q__saveFooter .schedule-module__Fij23q__unsaveBtn{width:100%}.schedule-module__Fij23q__savedHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.schedule-module__Fij23q__savedBadge{color:var(--color-accent);font-size:1rem;font-weight:700}.schedule-module__Fij23q__unsaveBtn{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:6px 14px;font-size:.8rem;font-weight:500}.schedule-module__Fij23q__unsaveBtn:hover{border-color:var(--status-expired);color:var(--status-expired)}.schedule-module__Fij23q__timetable{width:100%;padding:8px;overflow-x:auto}.schedule-module__Fij23q__ttContainer{min-width:300px;position:relative}.schedule-module__Fij23q__ttTimeAxis{width:40px;position:absolute;left:0}.schedule-module__Fij23q__ttTimeLabel{width:40px;color:var(--text-muted);text-align:right;padding-right:6px;font-size:.6rem;line-height:1;position:absolute;left:0;transform:translateY(-50%)}.schedule-module__Fij23q__ttColumns{gap:1px;margin-left:44px;display:flex}.schedule-module__Fij23q__ttColumn{flex:1;min-width:50px}.schedule-module__Fij23q__ttDayHeader{text-align:center;color:var(--text-primary);background:var(--bg-tertiary);border-radius:var(--radius-sm)var(--radius-sm)0 0;padding:6px 2px;font-size:.7rem;font-weight:600}.schedule-module__Fij23q__ttDayBody{background:var(--bg-secondary);border:1px solid var(--border-color);border-top:none;position:relative}.schedule-module__Fij23q__ttGridLine{background:var(--border-color);opacity:.5;height:1px;position:absolute;left:0;right:0}.schedule-module__Fij23q__ttBlock{z-index:1;border-left:3px solid;border-radius:4px;flex-direction:column;justify-content:center;padding:3px 4px;font-size:.6rem;line-height:1.3;display:flex;position:absolute;left:2px;right:2px;overflow:hidden}.schedule-module__Fij23q__ttBlockCourse{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.schedule-module__Fij23q__ttBlockSection{opacity:.8;white-space:nowrap;text-overflow:ellipsis;font-weight:400;overflow:hidden}.schedule-module__Fij23q__courseColor0{color:#3b82f6;background:#3b82f626;border-color:#3b82f6}.schedule-module__Fij23q__courseColor1{color:#10b981;background:#10b98126;border-color:#10b981}.schedule-module__Fij23q__courseColor2{color:#f59e0b;background:#f59e0b26;border-color:#f59e0b}.schedule-module__Fij23q__courseColor3{color:#ef4444;background:#ef444426;border-color:#ef4444}.schedule-module__Fij23q__courseColor4{color:#8b5cf6;background:#8b5cf626;border-color:#8b5cf6}.schedule-module__Fij23q__courseColor5{color:#ec4899;background:#ec489926;border-color:#ec4899}.schedule-module__Fij23q__courseColor6{color:#14b8a6;background:#14b8a626;border-color:#14b8a6}.schedule-module__Fij23q__courseColor7{color:#f97316;background:#f9731626;border-color:#f97316}[data-theme=dark] .schedule-module__Fij23q__courseColor0{background:#3b82f640}[data-theme=dark] .schedule-module__Fij23q__courseColor1{background:#10b98140}[data-theme=dark] .schedule-module__Fij23q__courseColor2{background:#f59e0b40}[data-theme=dark] .schedule-module__Fij23q__courseColor3{background:#ef444440}[data-theme=dark] .schedule-module__Fij23q__courseColor4{background:#8b5cf640}[data-theme=dark] .schedule-module__Fij23q__courseColor5{background:#ec489940}[data-theme=dark] .schedule-module__Fij23q__courseColor6{background:#14b8a640}[data-theme=dark] .schedule-module__Fij23q__courseColor7{background:#f9731640}.schedule-module__Fij23q__scheduleDetails{border-top:1px solid var(--border-color);flex-direction:column;gap:6px;padding:12px 16px;display:flex}.schedule-module__Fij23q__detailRow{border-bottom:1px solid var(--border-color);align-items:stretch;gap:12px;padding:8px 0;display:flex}.schedule-module__Fij23q__detailRow:last-child{border-bottom:none;padding-bottom:0}.schedule-module__Fij23q__detailColorBar{opacity:.8;border-radius:2px;flex-shrink:0;width:4px;margin:2px 0}.schedule-module__Fij23q__detailContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.schedule-module__Fij23q__detailHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.schedule-module__Fij23q__detailCourseName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.schedule-module__Fij23q__detailMeta{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:.75rem;display:flex;overflow:hidden}.schedule-module__Fij23q__detailSep{color:var(--text-muted);opacity:.6;font-size:.6rem}.schedule-module__Fij23q__detailSection{color:var(--text-primary);font-family:JetBrains Mono,monospace;font-weight:500}.schedule-module__Fij23q__detailTime{color:var(--text-secondary)}.schedule-module__Fij23q__detailProf{color:var(--text-secondary);font-weight:400}.schedule-module__Fij23q__requestLink{color:var(--color-accent);border:1px solid var(--color-accent);border-radius:var(--radius-sm);white-space:nowrap;transition:all var(--transition-fast);flex-shrink:0;margin-left:auto;padding:2px 8px;font-size:.7rem;font-weight:600;text-decoration:none}.schedule-module__Fij23q__requestLink:hover{background:var(--color-accent);color:var(--text-inverse)}.schedule-module__Fij23q__showMoreBtn{border:1px dashed var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;margin-bottom:16px;padding:12px;font-size:.9rem;font-weight:500}.schedule-module__Fij23q__showMoreBtn:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--bg-secondary)}.schedule-module__Fij23q__noResults{text-align:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-top:16px;padding:32px 16px}.schedule-module__Fij23q__noResultsIcon{margin-bottom:12px;font-size:2.5rem}.schedule-module__Fij23q__noResultsTitle{color:var(--text-primary);margin-bottom:6px;font-size:1rem;font-weight:600}.schedule-module__Fij23q__noResultsText{color:var(--text-muted);font-size:.85rem}.schedule-module__Fij23q__error{border-radius:var(--radius-md);color:var(--status-expired);background:#ef44441a;border:1px solid #ef44444d;margin-bottom:12px;padding:12px 16px;font-size:.875rem}.schedule-module__Fij23q__backBtn{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);width:100%;margin-top:12px;padding:8px 16px;font-size:.85rem}.schedule-module__Fij23q__backBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}.schedule-module__Fij23q__basketButtons{gap:12px;margin:16px 0;display:flex}.schedule-module__Fij23q__basketBtn{border-radius:var(--radius-md);color:#fff;cursor:pointer;transition:all var(--transition-fast);background:#374151;border:none;flex:1;padding:14px 16px;font-size:.9rem;font-weight:600;box-shadow:0 4px 6px -1px #0000001a}.schedule-module__Fij23q__basketBtn:hover{background:#4b5563;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.schedule-module__Fij23q__basketBtn:active{transform:translateY(0)}
