.AvatarUpload-module__Zcwd1a__avatarUpload{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.AvatarUpload-module__Zcwd1a__avatarPreview{background:var(--bg-secondary,#f0f0f0);border-radius:50%;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.AvatarUpload-module__Zcwd1a__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.AvatarUpload-module__Zcwd1a__avatarOverlay{background:#00000080;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.AvatarUpload-module__Zcwd1a__avatarSpinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite AvatarUpload-module__Zcwd1a__spin}@keyframes AvatarUpload-module__Zcwd1a__spin{to{transform:rotate(360deg)}}.AvatarUpload-module__Zcwd1a__avatarActions{flex-direction:row;align-items:center;gap:12px;display:flex}.AvatarUpload-module__Zcwd1a__btnUpload{border-radius:var(--radius-sm,8px);background:var(--primary,#6366f1);color:#fff;cursor:pointer;height:36px;font-size:13px;font-family:var(--font-family,inherit);font-weight:var(--font-medium,500);border:none;justify-content:center;align-items:center;padding:0 20px;transition:background .2s;display:flex}.AvatarUpload-module__Zcwd1a__btnUpload:hover{background:var(--primary-dark,#4f46e5)}.AvatarUpload-module__Zcwd1a__btnUpload:disabled{opacity:.6;cursor:not-allowed}.AvatarUpload-module__Zcwd1a__btnDelete{border-radius:var(--radius-sm,8px);height:36px;color:var(--accent-red,#ef4444);border:1px solid var(--accent-red,#ef4444);cursor:pointer;font-size:13px;font-family:var(--font-family,inherit);font-weight:var(--font-medium,500);background:0 0;justify-content:center;align-items:center;padding:0 20px;transition:all .2s;display:flex}.AvatarUpload-module__Zcwd1a__btnDelete:hover{background:var(--accent-red-light,#fef2f2)}.AvatarUpload-module__Zcwd1a__btnDelete:disabled{opacity:.6;cursor:not-allowed}.AvatarUpload-module__Zcwd1a__hiddenInput{display:none}.AvatarUpload-module__Zcwd1a__avatarInfo{font-size:12px;font-family:var(--font-family,inherit);font-weight:var(--font-normal,400);color:var(--text-muted,#9ca3af);text-align:center;margin:0;line-height:1.5}.AvatarUpload-module__Zcwd1a__cropModalOverlay{z-index:1100;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AvatarUpload-module__Zcwd1a__cropModal{background:var(--bg-primary,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:16px;flex-direction:column;gap:20px;width:100%;max-width:380px;padding:28px;display:flex}.AvatarUpload-module__Zcwd1a__cropTitle{font-size:16px;font-family:var(--font-family,inherit);font-weight:var(--font-semibold,600);color:var(--text,#111827);text-align:center;margin:0}.AvatarUpload-module__Zcwd1a__cropPreviewContainer{cursor:grab;background:var(--bg-secondary,#f3f4f6);width:280px;height:280px;box-shadow:0 0 0 2px var(--primary,#6366f1);-webkit-user-select:none;user-select:none;border-radius:50%;margin:0 auto;position:relative;overflow:hidden}.AvatarUpload-module__Zcwd1a__cropPreviewContainer:active{cursor:grabbing}.AvatarUpload-module__Zcwd1a__cropImage{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.AvatarUpload-module__Zcwd1a__cropGridH{pointer-events:none;background:#fff6;height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.AvatarUpload-module__Zcwd1a__cropGridV{pointer-events:none;background:#fff6;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.AvatarUpload-module__Zcwd1a__cropZoom{flex-direction:column;gap:8px;width:100%;display:flex}.AvatarUpload-module__Zcwd1a__cropZoomLabel{font-size:12px;font-family:var(--font-family,inherit);font-weight:var(--font-medium,500);color:var(--text-secondary,#6b7280);text-align:center}.AvatarUpload-module__Zcwd1a__cropRange{appearance:none;background:var(--bg-secondary,#f3f4f6);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.AvatarUpload-module__Zcwd1a__cropRange::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary,#6366f1);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.AvatarUpload-module__Zcwd1a__cropRange::-moz-range-thumb{background:var(--primary,#6366f1);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.AvatarUpload-module__Zcwd1a__cropActions{flex-direction:row;justify-content:flex-end;gap:12px;width:100%;display:flex}.AvatarUpload-module__Zcwd1a__btnCropCancel{border-radius:var(--radius-sm,8px);background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);cursor:pointer;height:36px;font-size:13px;font-family:var(--font-family,inherit);font-weight:var(--font-normal,400);color:var(--text-secondary,#6b7280);justify-content:center;align-items:center;padding:0 18px;transition:all .2s;display:flex}.AvatarUpload-module__Zcwd1a__btnCropCancel:hover{background:var(--bg-secondary,#f3f4f6)}.AvatarUpload-module__Zcwd1a__btnCropConfirm{border-radius:var(--radius-sm,8px);background:var(--primary,#6366f1);cursor:pointer;height:36px;font-size:13px;font-family:var(--font-family,inherit);font-weight:var(--font-medium,500);color:#fff;border:none;justify-content:center;align-items:center;padding:0 18px;transition:background .2s;display:flex}.AvatarUpload-module__Zcwd1a__btnCropConfirm:hover{background:var(--primary-dark,#4f46e5)}
.settings-module__iMsqdW__settingsPage{max-width:800px;margin:0 auto}.settings-module__iMsqdW__settingsTitle{color:var(--text);margin:0 0 24px;font-size:1.5rem;font-weight:700}.settings-module__iMsqdW__settingsSection{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;padding:24px}.settings-module__iMsqdW__settingsSectionTitle{color:var(--text);border-bottom:1px solid var(--border);margin:0 0 16px;padding-bottom:12px;font-size:1.1rem;font-weight:600}.settings-module__iMsqdW__settingsSectionDesc{color:var(--text-muted);margin:-8px 0 16px;font-size:.875rem;line-height:1.5}.settings-module__iMsqdW__settingsRow{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.settings-module__iMsqdW__settingsRow+.settings-module__iMsqdW__settingsRow{border-top:1px solid var(--border)}.settings-module__iMsqdW__settingsLabel{color:var(--text);font-size:.9rem;font-weight:500}.settings-module__iMsqdW__settingsDescription{color:var(--text-muted);margin-top:2px;font-size:.8rem}.settings-module__iMsqdW__settingsControl{align-items:center;gap:12px;display:flex}.settings-module__iMsqdW__settingsList{flex-direction:column;gap:4px;display:flex}.settings-module__iMsqdW__settingsItem{color:var(--text);cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .15s;display:flex}.settings-module__iMsqdW__settingsItem:hover{background:var(--bg)}.settings-module__iMsqdW__settingsItemIcon{background:var(--bg-secondary);width:36px;height:36px;color:var(--text-muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-module__iMsqdW__settingsItemContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.settings-module__iMsqdW__settingsItemTitle{color:var(--text);font-size:.875rem;font-weight:600}.settings-module__iMsqdW__settingsItemDesc{color:var(--text-muted);font-size:.75rem}.settings-module__iMsqdW__settingsItemArrow{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.settings-module__iMsqdW__toggleItem{cursor:default}.settings-module__iMsqdW__toggleItem:hover{background:0 0}.settings-module__iMsqdW__toggle{cursor:pointer;background:var(--border);border:none;border-radius:12px;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.settings-module__iMsqdW__toggleActive{background:var(--primary)}.settings-module__iMsqdW__toggleKnob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.settings-module__iMsqdW__toggleActive .settings-module__iMsqdW__toggleKnob{transform:translate(20px)}.settings-module__iMsqdW__toggleLabel{cursor:pointer;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.settings-module__iMsqdW__toggleLabel input{opacity:0;width:0;height:0;position:absolute}.settings-module__iMsqdW__slider{background:var(--border);border-radius:12px;width:44px;height:24px;transition:background .2s;display:block;position:relative}.settings-module__iMsqdW__slider:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.settings-module__iMsqdW__toggleLabel input:checked+.settings-module__iMsqdW__slider{background:var(--primary)}.settings-module__iMsqdW__toggleLabel input:checked+.settings-module__iMsqdW__slider:after{transform:translate(20px)}.settings-module__iMsqdW__settingsSelect,.settings-module__iMsqdW__themeSelect{border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.85rem}.settings-module__iMsqdW__settingsSelect:focus,.settings-module__iMsqdW__themeSelect:focus{border-color:var(--primary);outline:none}.settings-module__iMsqdW__languageSelect{border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.85rem}.settings-module__iMsqdW__languageSelect:focus{border-color:var(--primary);outline:none}.settings-module__iMsqdW__settingsActions{justify-content:flex-end;margin-top:20px;display:flex}.settings-module__iMsqdW__languageItem{background:var(--bg);cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;box-sizing:border-box;border:1.5px solid #0000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .15s;display:flex}.settings-module__iMsqdW__languageItem:hover{border-color:var(--primary)}.settings-module__iMsqdW__languageItemActive{border-color:var(--primary);background:var(--primary-light)}.settings-module__iMsqdW__languageFlag{flex-shrink:0;font-size:1.5rem;line-height:1}.settings-module__iMsqdW__languageCheck{flex-shrink:0;align-items:center;display:flex}.settings-module__iMsqdW__shortcutsHint{color:var(--text-muted);margin:-8px 0 16px;font-size:.85rem;font-style:italic}.settings-module__iMsqdW__shortcutsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.settings-module__iMsqdW__shortcutCard{background:var(--bg);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.settings-module__iMsqdW__shortcutKeys{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:.75rem;font-weight:600;display:inline-flex}.settings-module__iMsqdW__shortcutDesc{color:var(--text-secondary);flex:1;font-size:.85rem}.settings-module__iMsqdW__dangerZone{border:1px solid var(--error);border-radius:var(--radius);background:var(--error-light);padding:24px}.settings-module__iMsqdW__dangerZoneTitle{color:var(--error);margin:0 0 8px;font-size:1rem;font-weight:600}.settings-module__iMsqdW__dangerZoneText{color:var(--text-secondary);margin:0 0 16px;font-size:.85rem}.settings-module__iMsqdW__dangerTitle,.settings-module__iMsqdW__dangerItem{color:var(--error)}.settings-module__iMsqdW__dangerItem:hover{background:#ef44441a}.settings-module__iMsqdW__message{border-radius:12px;margin-top:16px;padding:12px 16px;font-size:.875rem;font-weight:500}.settings-module__iMsqdW__messageError{background:var(--error-light);color:var(--error);border:1px solid var(--error)}.settings-module__iMsqdW__messageSuccess{background:var(--success-light);color:#166534;border:1px solid var(--success)}.settings-module__iMsqdW__formGroup{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.settings-module__iMsqdW__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.settings-module__iMsqdW__formInput{border:1.5px solid var(--border);width:100%;color:var(--text);background:var(--bg);box-sizing:border-box;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:.9rem}.settings-module__iMsqdW__formInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.settings-module__iMsqdW__formError{color:var(--error);background:var(--error-light);border-radius:8px;margin-bottom:16px;padding:8px;font-size:.85rem}.settings-module__iMsqdW__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.settings-module__iMsqdW__modalContent{background:var(--surface);border-radius:var(--radius);width:100%;max-width:480px;box-shadow:var(--shadow-lg);padding:32px}.settings-module__iMsqdW__modalDanger{border:2px solid var(--error)}.settings-module__iMsqdW__modalActions{gap:12px;margin-top:24px;display:flex}.settings-module__iMsqdW__modalActions .settings-module__iMsqdW__btn{flex:1}.settings-module__iMsqdW__settingsPageHeader{margin-bottom:32px}.settings-module__iMsqdW__settingsPageTitle{color:var(--text);margin:0 0 8px;font-size:1.75rem;font-weight:700}.settings-module__iMsqdW__settingsPageSubtitle{color:var(--text-muted);margin:0;font-size:.95rem}.settings-module__iMsqdW__settingsTabs{gap:8px;margin-bottom:24px;padding-bottom:4px;display:flex;overflow-x:auto}.settings-module__iMsqdW__settingsTab{border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.settings-module__iMsqdW__settingsTab:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.settings-module__iMsqdW__settingsTabActive{background:var(--primary);color:#fff;border-color:var(--primary)}.settings-module__iMsqdW__settingsTabIcon{font-size:1.1rem;line-height:1}.settings-module__iMsqdW__settingsTabLabel{font-weight:600}.settings-module__iMsqdW__settingsContent{min-height:300px}@media (max-width:768px){.settings-module__iMsqdW__settingsRow{flex-direction:column;align-items:flex-start;gap:12px}.settings-module__iMsqdW__settingsTabs{flex-wrap:nowrap}.settings-module__iMsqdW__shortcutsGrid{grid-template-columns:1fr}}
.Skeleton-module__S__-3q__stack{flex-direction:column;display:flex}.Skeleton-module__S__-3q__flex1{flex:1;min-width:0}.Skeleton-module__S__-3q__card{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md,12px);padding:16px}.Skeleton-module__S__-3q__cardHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.Skeleton-module__S__-3q__eventRow{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md,12px);align-items:center;gap:12px;padding:12px;display:flex}.Skeleton-module__S__-3q__calHeader{align-items:center;gap:8px;display:flex}.Skeleton-module__S__-3q__calGrid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.Skeleton-module__S__-3q__statsRow{flex-wrap:wrap;gap:12px;display:flex}.Skeleton-module__S__-3q__page{flex-direction:column;gap:16px;width:100%;max-width:1200px;margin:0 auto;padding:24px;display:flex}.Skeleton-module__S__-3q__pageHeader{align-items:center;display:flex}
.PullToRefresh-module__nHCmGG__wrapper{height:100%;min-height:100%;position:relative}.PullToRefresh-module__nHCmGG__indicator{z-index:10;pointer-events:none;will-change:transform, opacity;backface-visibility:hidden;flex-direction:column;align-items:center;gap:8px;padding-top:12px;display:flex;position:absolute;top:0;left:0;right:0;transform:translateZ(0)}.PullToRefresh-module__nHCmGG__spinner{border:2px solid var(--border,#e5e7eb);background:var(--surface,#fff);width:28px;height:28px;box-shadow:var(--shadow-sm,0 1px 2px #0000001a);border-radius:50%;position:relative;overflow:hidden}.PullToRefresh-module__nHCmGG__spinnerActive{border-top-color:var(--primary,#7c5cfc);will-change:transform;animation:.8s linear infinite PullToRefresh-module__nHCmGG__spin}.PullToRefresh-module__nHCmGG__spinnerFill{background:var(--primary,#7c5cfc);height:100%;transition:width .1s linear}.PullToRefresh-module__nHCmGG__label{font-size:var(--text-xs,.75rem);font-weight:var(--font-semibold,600);color:var(--text-secondary,#6b7280)}.PullToRefresh-module__nHCmGG__content{will-change:transform;backface-visibility:hidden;height:100%;transform:translateZ(0)}@keyframes PullToRefresh-module__nHCmGG__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.PullToRefresh-module__nHCmGG__spinnerActive{animation:none}.PullToRefresh-module__nHCmGG__spinnerFill,.PullToRefresh-module__nHCmGG__indicator,.PullToRefresh-module__nHCmGG__content{transition:none}}
.events-module__PzSHDG__eventsPage{background:#f7f6f3;flex-direction:column;gap:0;width:100%;min-height:100%;display:flex}.events-module__PzSHDG__eventsHeader{background:#fff;border-bottom:1px solid #e8e5e0;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.events-module__PzSHDG__eventsHeaderLeft{align-items:center;gap:12px;display:flex}.events-module__PzSHDG__eventsHeaderTitle{color:#1a1a2e;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:700}.events-module__PzSHDG__eventsHeaderCount{color:#3d5a80;white-space:nowrap;background:#eef2f7;border-radius:12px;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.events-module__PzSHDG__eventsHeaderRight{align-items:center;gap:8px;display:flex}.events-module__PzSHDG__btnOutline{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0ddd6;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.events-module__PzSHDG__btnOutline:hover{color:#3d5a80;border-color:#3d5a80}.events-module__PzSHDG__btnPrimary{color:#fff;cursor:pointer;white-space:nowrap;background:#3d5a80;border:none;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.events-module__PzSHDG__btnPrimary:hover{background:#2c4a6e}.events-module__PzSHDG__statsRow{background:#fff;border-bottom:1px solid #e8e5e0;flex-shrink:0;align-items:center;gap:32px;padding:12px 24px;display:flex}.events-module__PzSHDG__statItem{align-items:center;gap:8px;display:flex}.events-module__PzSHDG__statIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.events-module__PzSHDG__statIconEvents{color:#3d5a80;background:#eef2f7}.events-module__PzSHDG__statIconUpcoming{color:#f5a623;background:#fff3e0}.events-module__PzSHDG__statIconCompleted{color:#2e7d32;background:#e8f5e9}.events-module__PzSHDG__statInfo{flex-direction:column;gap:1px;display:flex}.events-module__PzSHDG__statNumber{color:#1a1a2e;font-size:20px;font-weight:700;line-height:1}.events-module__PzSHDG__statLabel{color:#888;font-size:12px;line-height:1}.events-module__PzSHDG__statDivider{background:#e8e5e0;flex-shrink:0;width:1px;height:32px}.events-module__PzSHDG__filtersBar{background:#fff;border-bottom:1px solid #e8e5e0;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;display:flex}.events-module__PzSHDG__filtersTabs{align-items:center;gap:4px;display:flex}.events-module__PzSHDG__filterTab{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;height:32px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.events-module__PzSHDG__filterTab:hover{color:#333;background:#f0ede8}.events-module__PzSHDG__filterTabActive{color:#fff;background:#3d5a80}.events-module__PzSHDG__filterTabActive:hover{color:#fff;background:#2c4a6e}.events-module__PzSHDG__filtersRight{align-items:center;gap:8px;display:flex}.events-module__PzSHDG__searchBox{background:#f5f3ef;border:1px solid #e0ddd6;border-radius:8px;align-items:center;gap:8px;width:220px;height:34px;padding:0 12px;transition:border-color .2s;display:flex}.events-module__PzSHDG__searchBox:focus-within{background:#fff;border-color:#3d5a80}.events-module__PzSHDG__searchBox svg{color:#b0a99e;flex-shrink:0}.events-module__PzSHDG__searchInput{color:#333;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}.events-module__PzSHDG__searchInput::placeholder{color:#b0a99e}.events-module__PzSHDG__sortButton{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0ddd6;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.events-module__PzSHDG__sortButton:hover{border-color:#3d5a80}.events-module__PzSHDG__sortButtonActive{color:#3d5a80;background:#eef2f7;border-color:#3d5a80}.events-module__PzSHDG__viewToggle{background:#eee9e3;border-radius:8px;align-items:center;gap:2px;height:34px;padding:4px;display:flex}.events-module__PzSHDG__viewBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:26px;transition:all .2s;display:flex}.events-module__PzSHDG__viewBtn:hover{color:#333}.events-module__PzSHDG__viewBtnActive{color:#3d5a80;background:#fff;box-shadow:0 1px 2px #00000014}.events-module__PzSHDG__contentArea{background:#f7f6f3;flex-direction:column;flex:1;gap:20px;padding:20px 24px;display:flex;overflow-y:auto}.events-module__PzSHDG__section{flex-direction:column;gap:12px;display:flex}.events-module__PzSHDG__sectionHeader{align-items:center;gap:8px;display:flex}.events-module__PzSHDG__sectionTitle{color:#1a1a2e;margin:0;font-size:15px;font-weight:700}.events-module__PzSHDG__sectionBadge{white-space:nowrap;border-radius:10px;align-items:center;height:20px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.events-module__PzSHDG__sectionBadgeUpcoming{color:#3d5a80;background:#e8f0fa}.events-module__PzSHDG__sectionBadgePast{color:#888077;background:#f0ede8}.events-module__PzSHDG__upcomingGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.events-module__PzSHDG__eventCard{cursor:pointer;background:#fff;border:1px solid #e8e5e0;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000012}.events-module__PzSHDG__eventCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.events-module__PzSHDG__eventCardCover{flex-shrink:0;width:100%;height:120px;position:relative;overflow:hidden}.events-module__PzSHDG__eventCardCoverImg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.events-module__PzSHDG__eventCardCoverGradient{width:100%;height:100%}.events-module__PzSHDG__eventCardStatus{color:#fff;white-space:nowrap;border-radius:11px;align-items:center;gap:4px;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:10px;left:10px}.events-module__PzSHDG__statusConfirmed{background:#3cb76a}.events-module__PzSHDG__statusOngoing{background:#2a86da}.events-module__PzSHDG__statusPending{background:#f5a623}.events-module__PzSHDG__statusCompleted{background:#888}.events-module__PzSHDG__eventCardSource{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background:#0006;border-radius:10px;align-items:center;height:20px;padding:0 8px;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:10px;right:10px}.events-module__PzSHDG__externalEventLabel{color:#888;font-size:11px;font-weight:500}.events-module__PzSHDG__eventCardBody{flex-direction:column;gap:8px;padding:14px;display:flex}.events-module__PzSHDG__eventCardCategory{white-space:nowrap;border-radius:4px;align-items:center;width:fit-content;height:20px;padding:0 8px;font-size:11px;font-weight:500;display:inline-flex}.events-module__PzSHDG__categoryFamily{color:#3d5a80;background:#eef2f7}.events-module__PzSHDG__categoryEducation{color:#e07b00;background:#fff3e0}.events-module__PzSHDG__categorySport{color:#2e7d32;background:#e8f5e9}.events-module__PzSHDG__categoryPersonal{color:#c62828;background:#fce4ec}.events-module__PzSHDG__categoryCustom{color:#6a1b9a;background:#f3e5f5}.events-module__PzSHDG__eventCardTitle{color:#1a1a2e;margin:0;font-size:15px;font-weight:700;line-height:1.3}.events-module__PzSHDG__eventCardMeta{flex-direction:column;gap:4px;display:flex}.events-module__PzSHDG__metaRow{align-items:center;gap:6px;display:flex}.events-module__PzSHDG__metaIcon{color:#7a8fa6;flex-shrink:0;width:12px;height:12px}.events-module__PzSHDG__metaText{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.events-module__PzSHDG__eventCardFooter{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.events-module__PzSHDG__participantsAvatars{align-items:center;display:flex}.events-module__PzSHDG__participantAvatar{color:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-right:-8px;font-size:10px;font-weight:600;display:flex}.events-module__PzSHDG__participantAvatar:first-child{margin-left:0}.events-module__PzSHDG__participantAvatarImg{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:26px;min-width:26px;height:26px;min-height:26px;margin-right:-8px}.events-module__PzSHDG__participantAvatarImg:first-child{margin-left:0}.events-module__PzSHDG__noParticipantsLabel{color:#9aa5b1;font-size:11px}.events-module__PzSHDG__participantMore{color:#fff;background:#7b9e87;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:600;display:flex}.events-module__PzSHDG__chevronRight{color:#999;flex-shrink:0;width:16px;height:16px}.events-module__PzSHDG__pastList{flex-direction:column;gap:8px;display:flex}.events-module__PzSHDG__pastEventCard{opacity:.75;cursor:pointer;background:#fff;border:1px solid #e8e5e0;border-radius:10px;align-items:center;gap:14px;padding:14px;transition:all .2s;display:flex}.events-module__PzSHDG__pastEventCard:hover{opacity:1;box-shadow:0 2px 8px #00000012}.events-module__PzSHDG__pastEventBar{border-radius:2px;flex-shrink:0;width:4px;height:50px}.events-module__PzSHDG__pastEventContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.events-module__PzSHDG__pastEventTitle{color:#333;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600;display:flex;overflow:hidden}.events-module__PzSHDG__pastEventSource{color:#fff;white-space:nowrap;background:#00000059;border-radius:9px;flex-shrink:0;align-items:center;height:18px;padding:0 6px;font-size:10px;font-weight:600;display:inline-flex}.events-module__PzSHDG__pastEventMeta{align-items:center;gap:12px;display:flex}.events-module__PzSHDG__pastMetaItem{color:#888;white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.events-module__PzSHDG__pastMetaIcon{color:#9e9a94;flex-shrink:0;width:11px;height:11px}.events-module__PzSHDG__pastEventBadge{color:#666;white-space:nowrap;background:#f0ede8;border-radius:12px;flex-shrink:0;align-items:center;gap:4px;height:24px;padding:0 10px;font-size:11px;font-weight:500;display:inline-flex}.events-module__PzSHDG__pastEventBadge svg{width:11px;height:11px}.events-module__PzSHDG__showMore{justify-content:center;padding:8px 0;display:flex}.events-module__PzSHDG__showMoreBtn{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd9d3;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.events-module__PzSHDG__showMoreBtn:hover{color:#3d5a80;border-color:#3d5a80}.events-module__PzSHDG__loadingState{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.events-module__PzSHDG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.events-module__PzSHDG__emptyState h3{color:#333;margin:0;font-size:18px;font-weight:600}.events-module__PzSHDG__emptyState p{color:#888;margin:0;font-size:14px}@media (max-width:1023px){.events-module__PzSHDG__eventsHeader{padding:0 16px}.events-module__PzSHDG__eventsHeaderTitle{font-size:18px}.events-module__PzSHDG__statsRow{flex-wrap:wrap;gap:16px;padding:12px 16px}.events-module__PzSHDG__statNumber{font-size:18px}.events-module__PzSHDG__filtersBar{flex-direction:column;align-items:stretch;padding:12px 16px}.events-module__PzSHDG__filtersTabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.events-module__PzSHDG__filtersRight{flex-wrap:wrap}.events-module__PzSHDG__searchBox{width:100%;max-width:none}.events-module__PzSHDG__contentArea{padding:16px}.events-module__PzSHDG__upcomingGrid{grid-template-columns:1fr}.events-module__PzSHDG__statDivider:nth-child(4){display:none}}@media (max-width:767px){.events-module__PzSHDG__eventsHeader{height:56px}.events-module__PzSHDG__eventsHeaderTitle{font-size:16px}.events-module__PzSHDG__eventsHeaderCount{height:22px;padding:0 8px;font-size:11px}.events-module__PzSHDG__statsRow{gap:12px;padding:10px 12px}.events-module__PzSHDG__statItem{gap:6px}.events-module__PzSHDG__statIcon{width:28px;height:28px}.events-module__PzSHDG__statNumber{font-size:16px}.events-module__PzSHDG__statLabel{font-size:10px}.events-module__PzSHDG__statDivider{height:28px}.events-module__PzSHDG__filtersBar{gap:8px;padding:10px 12px}.events-module__PzSHDG__filterTab{height:28px;padding:0 10px;font-size:12px}.events-module__PzSHDG__contentArea{gap:16px;padding:12px}.events-module__PzSHDG__section{gap:8px}.events-module__PzSHDG__sectionTitle{font-size:14px}.events-module__PzSHDG__upcomingGrid{gap:12px}.events-module__PzSHDG__eventCard{border-radius:10px}.events-module__PzSHDG__eventCardBody{padding:12px}.events-module__PzSHDG__eventCardTitle{font-size:14px}.events-module__PzSHDG__eventCardDate{font-size:12px}.events-module__PzSHDG__pastEventItem{padding:10px 12px}.events-module__PzSHDG__pastEventTitle{font-size:13px}.events-module__PzSHDG__pastEventDate{font-size:11px}.events-module__PzSHDG__emptyState svg{width:60px;height:60px}.events-module__PzSHDG__emptyStateTitle{font-size:16px}.events-module__PzSHDG__emptyStateText{font-size:13px}}@media (max-width:480px){.events-module__PzSHDG__eventsHeaderRight{gap:6px}.events-module__PzSHDG__btnOutline span,.events-module__PzSHDG__btnPrimary span{display:none}.events-module__PzSHDG__btnOutline{height:32px;padding:0 10px;font-size:12px}.events-module__PzSHDG__btnPrimary{height:32px;padding:0 12px;font-size:12px}.events-module__PzSHDG__statsRow{justify-content:space-between}.events-module__PzSHDG__sortButton{height:30px;padding:0 8px;font-size:12px}.events-module__PzSHDG__viewToggle{height:30px}.events-module__PzSHDG__viewBtn{width:24px;height:24px}}
.profile-module__rzfzIq__profilePage{width:100%;height:100%}.profile-module__rzfzIq__profileHeader{border-bottom:1px solid var(--border);background:var(--surface);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 32px;display:flex}.profile-module__rzfzIq__headerTitle{flex-direction:column;gap:2px;display:flex}.profile-module__rzfzIq__headerTitle h1{font-size:17px;font-family:var(--font-family);font-weight:var(--font-semibold);color:var(--text);margin:0}.profile-module__rzfzIq__headerTitle p{font-size:12px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-muted);margin:0}.profile-module__rzfzIq__headerActions{flex-direction:row;align-items:center;gap:12px;display:flex}.profile-module__rzfzIq__editButton{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;height:34px;font-size:13px;font-family:var(--font-family);font-weight:var(--font-medium);transition:background var(--duration-fast) var(--ease-out);border:none;flex-direction:row;align-items:center;gap:8px;padding:0 16px;display:flex}.profile-module__rzfzIq__editButton:hover{background:var(--primary-dark)}.profile-module__rzfzIq__editButton svg{flex-shrink:0;width:14px;height:14px}.profile-module__rzfzIq__profileContent{background:var(--bg);flex-direction:row;align-items:flex-start;gap:24px;width:100%;height:100%;padding:24px;display:flex}.profile-module__rzfzIq__profileSidebar{flex-direction:column;align-self:stretch;gap:16px;width:300px;min-width:300px;display:flex}.profile-module__rzfzIq__userCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:14px;width:100%;padding:28px 24px;display:flex}.profile-module__rzfzIq__avatarCircle{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.profile-module__rzfzIq__avatarCircle img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.profile-module__rzfzIq__avatarInitials{font-size:28px;font-family:var(--font-family);font-weight:var(--font-semibold);color:#fff}.profile-module__rzfzIq__avatarCircle{cursor:pointer;position:relative}.profile-module__rzfzIq__avatarOverlay{opacity:0;color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-module__rzfzIq__avatarCircle:hover .profile-module__rzfzIq__avatarOverlay{opacity:1}.profile-module__rzfzIq__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-module__rzfzIq__avatarModal{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:400px;padding:32px;position:relative}.profile-module__rzfzIq__modalCloseBtn{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:absolute;top:12px;right:12px}.profile-module__rzfzIq__modalCloseBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.profile-module__rzfzIq__userInfo{flex-direction:column;align-items:center;gap:4px;display:flex}.profile-module__rzfzIq__userName{font-size:17px;font-family:var(--font-family);font-weight:var(--font-semibold);color:var(--text);margin:0}.profile-module__rzfzIq__userEmail{font-size:13px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-muted);margin:0}.profile-module__rzfzIq__proBadge{border-radius:var(--radius-sm);background:var(--primary);color:#fff;height:24px;font-size:11px;font-family:var(--font-family);font-weight:var(--font-medium);flex-direction:row;align-items:center;gap:6px;padding:0 12px;display:flex}.profile-module__rzfzIq__proBadge svg{flex-shrink:0;width:11px;height:11px}.profile-module__rzfzIq__divider{background:var(--border);width:100%;height:1px}.profile-module__rzfzIq__userMeta{flex-direction:column;gap:10px;width:100%;display:flex}.profile-module__rzfzIq__metaItem{flex-direction:row;align-items:center;gap:10px;width:100%;display:flex}.profile-module__rzfzIq__metaIcon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.profile-module__rzfzIq__metaIcon svg{width:100%;height:100%}.profile-module__rzfzIq__metaText{font-size:13px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-secondary);margin:0}.profile-module__rzfzIq__statsRow{flex-direction:row;gap:8px;width:100%;display:flex}.profile-module__rzfzIq__statCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-height:72px;padding:12px 8px;display:flex}.profile-module__rzfzIq__statValue{font-size:22px;font-family:var(--font-mono);font-weight:var(--font-semibold);color:var(--primary);margin:0;line-height:1}.profile-module__rzfzIq__statValueGreen{color:var(--accent-emerald);}.profile-module__rzfzIq__statValueRed{color:var(--accent-red);}.profile-module__rzfzIq__statLabel{font-size:11px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-muted);margin:0}.profile-module__rzfzIq__quickActions{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:4px;width:100%;padding:16px;display:flex}.profile-module__rzfzIq__quickActionsTitle{font-size:13px;font-family:var(--font-family);font-weight:var(--font-semibold);color:var(--text);margin:0 0 4px}.profile-module__rzfzIq__quickActionItem{border-radius:var(--radius-sm);cursor:pointer;width:100%;height:36px;transition:background var(--duration-fast) var(--ease-out);background:0 0;border:none;flex-direction:row;align-items:center;gap:10px;padding:0 4px;display:flex;position:relative}.profile-module__rzfzIq__quickActionItem:hover{background:var(--bg-secondary)}.profile-module__rzfzIq__quickActionIcon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.profile-module__rzfzIq__quickActionIcon svg{width:100%;height:100%}.profile-module__rzfzIq__quickActionText{font-size:13px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text);text-align:left;flex:1;margin:0}.profile-module__rzfzIq__quickActionTextDanger{color:var(--accent-red);}.profile-module__rzfzIq__quickActionArrow{width:14px;height:14px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.profile-module__rzfzIq__quickActionArrow svg{width:100%;height:100%}.profile-module__rzfzIq__profileMain{flex-direction:column;flex:1;align-self:stretch;gap:20px;min-width:0;display:flex}.profile-module__rzfzIq__tabsBar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:row;align-items:center;gap:0;width:100%;height:44px;padding:0 4px;display:flex}.profile-module__rzfzIq__tabItem{border-radius:var(--radius-sm);cursor:pointer;height:34px;font-size:13px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-out);white-space:nowrap;background:0 0;border:none;flex-direction:row;align-items:center;gap:8px;padding:0 16px;display:flex}.profile-module__rzfzIq__tabItem:hover{color:var(--text);background:var(--bg-secondary)}.profile-module__rzfzIq__tabItemActive{background:var(--primary);color:#fff;}.profile-module__rzfzIq__tabItemActive:hover{background:var(--primary-dark);color:#fff}.profile-module__rzfzIq__tabIcon{flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;display:flex}.profile-module__rzfzIq__tabIcon svg{width:100%;height:100%}.profile-module__rzfzIq__contentPanel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;flex:1;align-self:stretch;gap:20px;padding:24px;display:flex}.profile-module__rzfzIq__panelHeader{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.profile-module__rzfzIq__panelTitle{font-size:15px;font-family:var(--font-family);font-weight:var(--font-semibold);color:var(--text);margin:0}.profile-module__rzfzIq__savedBadge{border-radius:var(--radius-sm);background:var(--accent-emerald-light);border:1px solid var(--accent-emerald);height:22px;font-size:11px;font-family:var(--font-family);font-weight:var(--font-medium);color:var(--accent-emerald);align-items:center;padding:0 10px;display:flex}.profile-module__rzfzIq__panelDivider{background:var(--border);width:100%;height:1px}.profile-module__rzfzIq__formRow{flex-direction:row;gap:16px;width:100%;display:flex}.profile-module__rzfzIq__formField{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.profile-module__rzfzIq__formLabel{font-size:13px;font-family:var(--font-family);font-weight:var(--font-medium);color:var(--text);margin:0}.profile-module__rzfzIq__formInput{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:40px;font-size:14px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text);box-sizing:border-box;transition:border-color var(--duration-fast) var(--ease-out);outline:none;padding:0 12px}.profile-module__rzfzIq__formInput:focus{border-color:var(--primary)}.profile-module__rzfzIq__formInputWithIcon{flex-direction:row;align-items:center;gap:8px;padding:0 12px;display:flex;}.profile-module__rzfzIq__formInputWithIcon svg{width:14px;height:14px;color:var(--text-muted);flex-shrink:0}.profile-module__rzfzIq__formTextarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:72px;font-size:13px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text);resize:vertical;box-sizing:border-box;transition:border-color var(--duration-fast) var(--ease-out);outline:none;padding:12px;line-height:1.6}.profile-module__rzfzIq__formTextarea:focus{border-color:var(--primary)}.profile-module__rzfzIq__formActions{flex-direction:row;justify-content:flex-end;gap:10px;width:100%;display:flex}.profile-module__rzfzIq__cancelButton{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);cursor:pointer;height:36px;font-size:13px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-out);align-items:center;padding:0 18px;display:flex}.profile-module__rzfzIq__cancelButton:hover{background:var(--bg-secondary)}.profile-module__rzfzIq__saveButton{border-radius:var(--radius-sm);background:var(--primary);cursor:pointer;height:36px;font-size:13px;font-family:var(--font-family);font-weight:var(--font-medium);color:#fff;transition:background var(--duration-fast) var(--ease-out);border:none;flex-direction:row;align-items:center;gap:8px;padding:0 18px;display:flex}.profile-module__rzfzIq__saveButton:hover{background:var(--primary-dark)}.profile-module__rzfzIq__saveButton svg{flex-shrink:0;width:13px;height:13px}.profile-module__rzfzIq__rightSidebar{flex-direction:column;align-self:stretch;gap:16px;width:280px;min-width:280px;display:flex}.profile-module__rzfzIq__achievementsCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:12px;width:100%;padding:16px;display:flex}.profile-module__rzfzIq__achievementsTitle{font-size:13px;font-family:var(--font-family);font-weight:var(--font-semibold);color:var(--text);margin:0}.profile-module__rzfzIq__achievementItem{border-radius:var(--radius-sm);flex-direction:row;align-items:center;gap:10px;padding:10px 12px;display:flex}.profile-module__rzfzIq__achievementGreen{background:var(--accent-emerald-light);}.profile-module__rzfzIq__achievementBlue{background:var(--primary-light);}.profile-module__rzfzIq__achievementRed{background:var(--accent-red-light);}.profile-module__rzfzIq__achievementIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.profile-module__rzfzIq__achievementIconGreen{background:var(--accent-emerald);}.profile-module__rzfzIq__achievementIconBlue{background:var(--primary);}.profile-module__rzfzIq__achievementIconRed{background:var(--accent-red);}.profile-module__rzfzIq__achievementIcon svg{color:#fff;width:16px;height:16px}.profile-module__rzfzIq__achievementInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-module__rzfzIq__achievementName{font-size:12px;font-family:var(--font-family);font-weight:var(--font-medium);color:var(--text);margin:0}.profile-module__rzfzIq__achievementDesc{font-size:11px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-muted);margin:0}.profile-module__rzfzIq__activityCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;flex:1;align-self:stretch;gap:12px;padding:16px;display:flex}.profile-module__rzfzIq__activityTitle{font-size:13px;font-family:var(--font-family);font-weight:var(--font-semibold);color:var(--text);margin:0}.profile-module__rzfzIq__activityDivider{background:var(--border);width:100%;height:1px}.profile-module__rzfzIq__activityItem{flex-direction:row;align-items:flex-start;gap:10px;width:100%;display:flex}.profile-module__rzfzIq__activityDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.profile-module__rzfzIq__activityDotGreen{background:var(--accent-emerald);}.profile-module__rzfzIq__activityDotBlue{background:var(--primary);}.profile-module__rzfzIq__activityDotRed{background:var(--accent-red);}.profile-module__rzfzIq__activityDotGray{background:var(--text-muted);}.profile-module__rzfzIq__activityInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-module__rzfzIq__activityText{font-size:12px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text);white-space:nowrap;text-overflow:ellipsis;width:220px;margin:0;line-height:1.5;overflow:hidden}.profile-module__rzfzIq__activityTime{font-size:11px;font-family:var(--font-family);font-weight:var(--font-normal);color:var(--text-muted);margin:0}.profile-module__rzfzIq__loadingState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.profile-module__rzfzIq__loadingState p{color:var(--text-secondary);margin-top:1rem;font-size:.95rem}.profile-module__rzfzIq__message{border-radius:var(--radius-sm);font-size:13px;font-family:var(--font-family);font-weight:var(--font-medium);padding:12px 16px}.profile-module__rzfzIq__messageError{background:var(--accent-red-light);color:var(--accent-red);border:1px solid var(--accent-red)}.profile-module__rzfzIq__messageSuccess{background:var(--accent-emerald-light);color:var(--accent-emerald);border:1px solid var(--accent-emerald)}@media (max-width:1200px){.profile-module__rzfzIq__rightSidebar{display:none}}@media (max-width:900px){.profile-module__rzfzIq__profileSidebar{width:240px;min-width:240px}}@media (max-width:768px){.profile-module__rzfzIq__profileContent{flex-direction:column;padding:16px}.profile-module__rzfzIq__profileSidebar{width:100%;min-width:unset}.profile-module__rzfzIq__profileHeader{padding:0 16px}.profile-module__rzfzIq__formRow{flex-direction:column}.profile-module__rzfzIq__rightSidebar{display:none}.profile-module__rzfzIq__statsRow{flex-wrap:wrap}.profile-module__rzfzIq__statCard{flex:unset;min-width:calc(33.33% - 6px)}.profile-module__rzfzIq__tabsBar{gap:4px;overflow-x:auto}.profile-module__rzfzIq__tabItem{padding:0 12px;font-size:12px}}
