@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary: #3b4fe6;--color-primary-dark: #46a302;--color-secondary: #FF6B35;--color-accent: #1CB0F6;--color-warning: #FF9500;--color-danger: #FF4B4B;--color-purple: #CE82FF;--bg-primary: #ffffff;--bg-secondary: #f7f7f7;--bg-tertiary: #efefef;--bg-card: #ffffff;--bg-card-hover: #f5f5f5;--text-primary: #3c3c3c;--text-secondary: #6b6b6b;--text-muted: #9b9b9b;--border-subtle: #e5e5e5;--border-hover: #d0d0d0;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);--header-height: 64px;--mobile-menu-height: 72px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;color:var(--text-primary);background:var(--bg-secondary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}::selection{background:rgba(88,204,2,.2);color:var(--text-primary)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary)}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._header_hog0c_1{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;border-bottom:1px solid #e5e5e5;padding:0 1rem;height:64px;box-shadow:0 2px 8px rgba(0,0,0,.04)}._container_hog0c_14{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}._logo_hog0c_25{display:flex;align-items:center;gap:.75rem}._logoIcon_hog0c_31{width:40px;height:40px;transition:transform .3s ease}._logoIcon_hog0c_31:hover{transform:scale(1.1) rotate(5deg)}._logoText_hog0c_41{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff6b35,#f7931e,#ffd60a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}._stats_hog0c_52{display:flex;align-items:center;gap:1rem}._stat_hog0c_52{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#f7f7f7;border-radius:12px;transition:all .3s ease;cursor:pointer}._stat_hog0c_52:hover{background:#efefef;transform:translateY(-2px)}._statIcon_hog0c_74{width:24px;height:24px;display:flex;align-items:center;justify-content:center}._statValue_hog0c_82{font-size:.95rem;font-weight:600;color:#3c3c3c}._statStreak_hog0c_88 ._statValue_hog0c_82{color:#ff9500}._statXp_hog0c_92 ._statValue_hog0c_82{color:#3b4fe6}._profile_hog0c_97{display:flex;align-items:center;gap:.75rem;padding:.25rem;margin-left:.5rem;border-radius:50%;cursor:pointer;transition:all .3s ease}._profile_hog0c_97:hover{background:#f0f0f0}._avatar_hog0c_112{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}._initials_hog0c_126{text-transform:uppercase}._menuToggle_hog0c_131{display:none;width:44px;height:44px;background:#f7f7f7;border:none;border-radius:12px;color:#3c3c3c;cursor:pointer;transition:all .3s ease;padding:10px}._menuToggle_hog0c_131:hover{background:#efefef;transform:scale(1.05)}._menuToggle_hog0c_131 svg{width:100%;height:100%}@media(max-width:768px){._header_hog0c_1{padding:0 .75rem;height:56px}._logoText_hog0c_41{font-size:1.25rem}._logoIcon_hog0c_31{width:32px;height:32px}._stat_hog0c_52{padding:.4rem .6rem;gap:.3rem}._statIcon_hog0c_74{width:20px;height:20px}._statValue_hog0c_82{font-size:.85rem}._menuToggle_hog0c_131{display:flex;align-items:center;justify-content:center;width:40px;height:40px}}@media(max-width:480px){._stats_hog0c_52{gap:.5rem}._stat_hog0c_52{padding:.35rem .5rem}._statValue_hog0c_82{font-size:.8rem}}._mobileMenu_j91s3_1{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #e5e5e5;padding:.5rem .75rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));box-shadow:0 -2px 8px rgba(0,0,0,.04)}._container_j91s3_14{max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:.25rem}._item_j91s3_23{position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;background:transparent;border:none;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#9b9b9b;min-width:60px}._item_j91s3_23:hover{background:#f7f7f7;color:#6b6b6b}._itemActive_j91s3_44,._itemActive_j91s3_44:hover{color:#3b4fe6}._iconWrapper_j91s3_52{position:relative;display:flex;align-items:center;justify-content:center}._icon_j91s3_52{width:26px;height:26px;transition:transform .3s ease}._item_j91s3_23:hover ._icon_j91s3_52{transform:scale(1.1)}._itemActive_j91s3_44 ._icon_j91s3_52{transform:scale(1.15)}._badge_j91s3_73{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:10px;font-size:.7rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(255,107,53,.4);animation:_badgePulse_j91s3_1 2s ease-in-out infinite}@keyframes _badgePulse_j91s3_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._label_j91s3_104{font-size:.7rem;font-weight:500;letter-spacing:.02em;transition:all .3s ease}._itemActive_j91s3_44 ._label_j91s3_104{font-weight:600}._indicator_j91s3_115{position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#3b4fe6;border-radius:50%;box-shadow:0 0 8px rgba(88,204,2,.6);animation:_indicatorGlow_j91s3_1 2s ease-in-out infinite}@keyframes _indicatorGlow_j91s3_1{0%,to{box-shadow:0 0 8px rgba(88,204,2,.6)}50%{box-shadow:0 0 16px rgba(88,204,2,.8)}}@media(min-width:769px){._mobileMenu_j91s3_1{display:none}}@media(max-width:380px){._item_j91s3_23{min-width:50px;padding:.4rem .5rem}._icon_j91s3_52{width:22px;height:22px}._label_j91s3_104{font-size:.65rem}}._pageContent_1lef7_2{max-width:800px;margin:0 auto;padding:1.5rem}._pageTitle_1lef7_8{font-size:2rem;font-weight:700;color:#3c3c3c;margin-bottom:.5rem}._pageSubtitle_1lef7_15{font-size:1rem;color:#6b6b6b;margin-bottom:2rem}._lessonsGrid_1lef7_22{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}._lessonCard_1lef7_28{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:20px;border:1px solid #e5e5e5;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}._lessonCard_1lef7_28:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(88,204,2,.08) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}._lessonCard_1lef7_28:hover:before{opacity:1}._lessonCard_1lef7_28:hover{transform:translateY(-2px);border-color:rgba(88,204,2,.3);box-shadow:0 8px 24px rgba(0,0,0,.08)}._lessonCardLocked_1lef7_65{opacity:.6;cursor:not-allowed}._lessonCardLocked_1lef7_65:hover{transform:none;border-color:#e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.04)}._lessonCardLocked_1lef7_65:before{display:none}._lessonCardEmoji_1lef7_80{font-size:2.5rem;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:16px}._lessonCardInfo_1lef7_91{flex:1}._lessonCardTitle_1lef7_95{font-size:1.1rem;font-weight:600;color:#3c3c3c;margin-bottom:.5rem}._lessonCardProgress_1lef7_102{height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden}._lessonCardProgressBar_1lef7_109{height:100%;background:linear-gradient(90deg,#3b4fe6,#6bd900);border-radius:3px;transition:width .5s ease}._lessonCardLock_1lef7_65,._lessonCardCheck_1lef7_117{position:absolute;top:1rem;right:1rem;font-size:1.2rem}._lessonCardCheck_1lef7_117{width:28px;height:28px;background:#3b4fe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem}@media(max-width:768px){._pageContent_1lef7_2{padding:1rem}._pageTitle_1lef7_8{font-size:1.5rem}}@media(max-width:480px){._lessonsGrid_1lef7_22{grid-template-columns:1fr}}._loadingContainer_1lef7_155{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}._loadingSpinner_1lef7_163{width:48px;height:48px;border:4px solid #e5e5e5;border-top-color:#3b4fe6;border-radius:50%;animation:_spin_1lef7_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1lef7_1{to{transform:rotate(360deg)}}._loadingContainer_1lef7_155 p{color:#6b6b6b;font-size:.95rem}._errorBanner_1lef7_185{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff5f5;border:1px solid #feb2b2;border-radius:12px;color:#c53030;font-size:.9rem;margin-bottom:1.5rem}._retryButton_1lef7_198{margin-left:auto;padding:.4rem .75rem;background:#c53030;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .3s ease}._retryButton_1lef7_198:hover{background:#9b2c2c}._emptyState_1lef7_216{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._emptyStateIcon_1lef7_225{font-size:4rem;margin-bottom:1rem}._emptyState_1lef7_216 h3{font-size:1.25rem;font-weight:600;color:#3c3c3c;margin-bottom:.5rem}._emptyState_1lef7_216 p{color:#6b6b6b;font-size:.95rem}._lessonCardDescription_1lef7_243{font-size:.85rem;color:#6b6b6b;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._pageContent_116m3_1{max-width:600px;margin:0 auto;padding:2rem 1.5rem}._pageTitle_116m3_7{font-size:2rem;font-weight:800;color:#3c3c3c;margin-bottom:.5rem}._pageSubtitle_116m3_14{color:#6b6b6b;font-size:1.1rem;margin-bottom:2.5rem}._categorySection_116m3_20{margin-bottom:3rem}._categoryHeader_116m3_24{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}._categoryIcon_116m3_31{font-size:2rem;background:#fff;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.05)}._categoryTitle_116m3_43{font-size:1.25rem;font-weight:700;color:#3c3c3c;margin:0}._categoryDescription_116m3_50{font-size:.9rem;color:#6b6b6b;margin:.25rem 0 0}._practiceGrid_116m3_56{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._practiceCard_116m3_62{background:#fff;border:2px solid #e5e5e5;border-radius:20px;padding:1.25rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}._practiceCard_116m3_62:hover{transform:translateY(-4px);border-color:var(--accent-color);box-shadow:0 8px 16px rgba(0,0,0,.05)}._practiceCard_116m3_62:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--accent-color);opacity:0;transition:opacity .2s ease;z-index:0}._practiceCard_116m3_62:hover:before{opacity:.03}._cardEmoji_116m3_99{font-size:1.75rem;z-index:1}._cardContent_116m3_104{flex:1;z-index:1}._cardTitle_116m3_109{font-size:1.05rem;font-weight:700;color:#3c3c3c;margin:0}._cardCount_116m3_116{display:block;font-size:.8rem;color:#9b9b9b;font-weight:600;margin-top:.2rem}._cardButton_116m3_124{background:#f7f7f7;border:none;width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#9b9b9b;transition:all .2s ease;z-index:1}._practiceCard_116m3_62:hover ._cardButton_116m3_124{background:var(--accent-color);color:#fff}._cardButton_116m3_124 svg{width:16px;height:16px}._extraPractice_116m3_148{margin-top:2rem}._wisdomCard_116m3_152{background:#fff9e6;border:2px solid #ffebcc;border-radius:20px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem}._wisdomIcon_116m3_162{font-size:2rem}._wisdomText_116m3_166{font-size:1rem;color:#855d00;font-weight:500;line-height:1.5;margin:0}@media(max-width:480px){._practiceGrid_116m3_56{grid-template-columns:1fr}._pageContent_116m3_1{padding:1.5rem 1rem}._pageTitle_116m3_7{font-size:1.75rem}}._pageContent_d4siu_1{max-width:600px;margin:0 auto;padding:2rem 1.5rem}._pageHeader_d4siu_7{margin-bottom:2rem}._pageTitle_d4siu_11{font-size:2rem;font-weight:800;color:#3c3c3c;margin-bottom:.5rem}._pageSubtitle_d4siu_18{color:#6b6b6b;font-size:1.1rem}._leagueBanner_d4siu_24{background:linear-gradient(135deg,gold,orange);border-radius:20px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;color:#fff;box-shadow:0 8px 20px rgba(255,165,0,.2)}._leagueIcon_d4siu_36{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}._leagueInfo_d4siu_41{flex:1}._leagueTitle_d4siu_45{font-size:1.5rem;font-weight:800;margin:0}._leagueStatus_d4siu_51{font-size:.9rem;margin:.25rem 0 0;opacity:.9}._leagueTimer_d4siu_57{background:rgba(0,0,0,.08);padding:.5rem .75rem;border-radius:12px;text-align:center;min-width:80px}._timerLabel_d4siu_65{display:block;font-size:.7rem;text-transform:uppercase;font-weight:700;letter-spacing:.5px;opacity:.8}._timerValue_d4siu_74{font-weight:800;font-size:1rem}._tabs_d4siu_80{display:flex;background:#efefef;padding:4px;border-radius:14px;margin-bottom:1.5rem}._tab_d4siu_80{flex:1;padding:.75rem;border:none;background:none;border-radius:10px;font-weight:700;color:#6b6b6b;cursor:pointer;transition:all .2s ease}._tabActive_d4siu_100{background:#fff;color:#3c3c3c;box-shadow:0 2px 8px rgba(0,0,0,.05)}._leaderboardList_d4siu_107{display:flex;flex-direction:column;gap:.5rem}._leaderboardItem_d4siu_113{display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border-radius:16px;border:2px solid #e5e5e5;transition:all .2s ease}._leaderboardItemYou_d4siu_123{border-color:#3b4fe6;background:#f7fff0}._rankBadge_d4siu_128{width:32px;display:flex;justify-content:center;margin-right:.75rem}._medal_d4siu_135{font-size:1.5rem}._rankNumber_d4siu_139{font-weight:800;color:#9b9b9b;font-size:1rem}._userAvatar_d4siu_145{font-size:1.75rem;margin-right:1rem}._userInfo_d4siu_150{flex:1;display:flex;align-items:center;gap:.5rem}._userName_d4siu_157{font-weight:700;color:#3c3c3c;font-size:1.05rem}._youIndicator_d4siu_163{background:#3b4fe6;color:#fff;font-size:.65rem;font-weight:900;padding:2px 6px;border-radius:6px;letter-spacing:.5px}._userXp_d4siu_173{text-align:right;margin-right:1rem}._xpValue_d4siu_178{display:block;font-weight:800;color:#3c3c3c}._xpLabel_d4siu_184{display:block;font-size:.75rem;color:#9b9b9b;font-weight:700}._trend_d4siu_191{font-size:.75rem;width:16px;text-align:center}._trendup_d4siu_197{color:#58cc02}._trenddown_d4siu_201{color:#ff4b4b}._trendsame_d4siu_205{color:#9b9b9b}._footerNote_d4siu_209{margin-top:2rem;text-align:center;color:#9b9b9b;font-weight:500;font-size:.9rem}@media(max-width:480px){._pageContent_d4siu_1{padding:1rem}._leagueBanner_d4siu_24{flex-direction:column;text-align:center;padding:1.25rem}._leagueTimer_d4siu_57{width:100%}._userAvatar_d4siu_145{font-size:1.5rem;margin-right:.5rem}._xpValue_d4siu_178{font-size:.9rem}}._pageContent_1q724_2{max-width:800px;margin:0 auto;padding:1.5rem}._pageTitle_1q724_8{font-size:2rem;font-weight:700;color:#3c3c3c;margin-bottom:.5rem}._pageSubtitle_1q724_15{font-size:1rem;color:#6b6b6b;margin-bottom:2rem}._sectionTitle_1q724_21{font-size:1.3rem;font-weight:600;color:#3c3c3c;margin-bottom:1rem}._profileCard_1q724_29{text-align:center;padding:2rem;background:#fff;border-radius:24px;border:1px solid #e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.04)}._profileCardAvatar_1q724_38{font-size:5rem;margin-bottom:1rem}._profileCardName_1q724_43{font-size:1.5rem;font-weight:700;color:#3c3c3c;margin-bottom:.5rem}._profileCardLevel_1q724_50{color:#6b6b6b;margin-bottom:1.5rem}._profileCardBadges_1q724_55{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}._badge_1q724_62{padding:.5rem 1rem;background:#f7f7f7;border-radius:12px;font-size:.85rem;color:#3c3c3c;border:1px solid #e5e5e5}._statsOverview_1q724_72{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:2rem}._statCard_1q724_79{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:20px;border:1px solid #e5e5e5;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}._statCard_1q724_79:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}._statCardIcon_1q724_96{font-size:2rem}._statCardInfo_1q724_100{display:flex;flex-direction:column}._statCardValue_1q724_105{font-size:1.5rem;font-weight:700;color:#3c3c3c}._statCardLabel_1q724_111{font-size:.8rem;color:#9b9b9b}._statCardStreak_1q724_116 ._statCardValue_1q724_105{color:#ff9500}._statCardXp_1q724_120 ._statCardValue_1q724_105{color:#3b4fe6}._statCardLessons_1q724_124 ._statCardValue_1q724_105{color:#1cb0f6}._recentActivity_1q724_129{margin-top:2rem}._activityList_1q724_133{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}._activityItem_1q724_140{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border-radius:16px;border:1px solid #e5e5e5;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}._activityItem_1q724_140:hover{background:#fafafa}._activityItemContent_1q724_156{display:flex;flex-direction:column;gap:.25rem}._activityItemAction_1q724_162{font-size:.8rem;color:#9b9b9b}._activityItemLesson_1q724_167{font-size:1rem;font-weight:600;color:#3c3c3c}._activityItemMeta_1q724_173{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._activityItemXp_1q724_180{font-size:.9rem;font-weight:600;color:#3b4fe6}._activityItemTime_1q724_186{font-size:.75rem;color:#9b9b9b}._settingsSection_1q724_192{margin-top:2rem}._settingsList_1q724_196{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}._settingsItem_1q724_203{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:16px;border:1px solid #e5e5e5;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.04)}._settingsItem_1q724_203:hover{background:#fafafa;transform:translate(4px)}._settingsItemIcon_1q724_221{font-size:1.25rem}._settingsItemLabel_1q724_225{flex:1;font-weight:500;color:#3c3c3c}._settingsItemValue_1q724_231{font-size:.9rem;color:#9b9b9b}._logoutButton_1q724_236{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e5e5e5;border-radius:16px;cursor:pointer;width:100%;margin-top:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(255,75,75,.05)}._logoutButton_1q724_236:hover{background:#fff5f5;border-color:#ff4b4b;transform:translateY(-2px)}._logoutIcon_1q724_257{font-size:1.25rem}._logoutLabel_1q724_261{font-weight:600;color:#ff4b4b}@media(max-width:768px){._pageContent_1q724_2{padding:1rem}._pageTitle_1q724_8{font-size:1.5rem}}@media(max-width:480px){._statsOverview_1q724_72{grid-template-columns:1fr}._activityItem_1q724_140{flex-direction:column;align-items:flex-start;gap:.5rem}._activityItemMeta_1q724_173{flex-direction:row;width:100%;justify-content:space-between}}._loginPage_1j0hx_2{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1rem}._loginContainer_1j0hx_11{width:100%;max-width:420px;background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.08)}._logoSection_1j0hx_21{text-align:center;margin-bottom:2rem}._logoIcon_1j0hx_26{width:80px;height:80px;margin:0 auto 1rem}._logoText_1j0hx_32{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._tagline_1j0hx_42{font-size:.95rem;color:#6b6b6b}._loginForm_1j0hx_48{margin-bottom:1.5rem}._errorMessage_1j0hx_52{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff5f5;border:1px solid #feb2b2;border-radius:12px;color:#c53030;font-size:.9rem;margin-bottom:1rem}._errorIcon_1j0hx_65{font-size:1rem}._inputGroup_1j0hx_69{margin-bottom:1.25rem}._inputLabel_1j0hx_73{display:block;font-size:.9rem;font-weight:600;color:#3c3c3c;margin-bottom:.5rem}._inputWrapper_1j0hx_81{position:relative;display:flex;align-items:center}._inputIcon_1j0hx_87{position:absolute;left:1rem;font-size:1.1rem;pointer-events:none}._input_1j0hx_69{width:100%;padding:.875rem 1rem .875rem 3rem;background:#f7f7f7;border:2px solid transparent;border-radius:12px;font-size:1rem;color:#3c3c3c;transition:all .3s ease}._input_1j0hx_69:focus{outline:none;background:#fff;border-color:#3b4fe6;box-shadow:0 0 0 4px rgba(88,204,2,.1)}._input_1j0hx_69::placeholder{color:#9b9b9b}._input_1j0hx_69:disabled{opacity:.7;cursor:not-allowed}._showPasswordBtn_1j0hx_121{position:absolute;right:1rem;background:none;border:none;padding:.25rem;cursor:pointer;font-size:1.1rem;opacity:.6;transition:opacity .3s ease}._showPasswordBtn_1j0hx_121:hover{opacity:1}._forgotPassword_1j0hx_137{text-align:right;margin-bottom:1.5rem}._forgotPassword_1j0hx_137 a{font-size:.9rem;color:#3b4fe6;text-decoration:none;transition:color .3s ease}._forgotPassword_1j0hx_137 a:hover{color:#46a302;text-decoration:underline}._loginButton_1j0hx_155{width:100%;padding:1rem;background:linear-gradient(135deg,#3b4fe6,#6bd900);border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(88,204,2,.3)}._loginButton_1j0hx_155:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(88,204,2,.4)}._loginButton_1j0hx_155:active:not(:disabled){transform:translateY(0)}._loginButton_1j0hx_155:disabled{opacity:.7;cursor:not-allowed}._loadingSpinner_1j0hx_183{display:inline-block;animation:_spin_1j0hx_1 1s linear infinite}@keyframes _spin_1j0hx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._divider_1j0hx_199{display:flex;align-items:center;margin:1.5rem 0}._divider_1j0hx_199:before,._divider_1j0hx_199:after{content:"";flex:1;height:1px;background:#e5e5e5}._divider_1j0hx_199 span{padding:0 1rem;font-size:.85rem;color:#9b9b9b}._socialButtons_1j0hx_220{display:flex;gap:1rem;margin-bottom:1.5rem}._socialButton_1j0hx_220{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px;font-size:.9rem;font-weight:500;color:#3c3c3c;cursor:pointer;transition:all .3s ease}._socialButton_1j0hx_220:hover{background:#f7f7f7;border-color:#d0d0d0}._signupLink_1j0hx_249{text-align:center;font-size:.9rem;color:#6b6b6b}._signupLink_1j0hx_249 a{color:#3b4fe6;font-weight:600;text-decoration:none;transition:color .3s ease}._signupLink_1j0hx_249 a:hover{color:#46a302;text-decoration:underline}@media(max-width:480px){._loginContainer_1j0hx_11{padding:2rem 1.5rem;border-radius:20px}._logoIcon_1j0hx_26{width:60px;height:60px}._logoText_1j0hx_32{font-size:1.75rem}._socialButtons_1j0hx_220{flex-direction:column}}._contentViewScreen_1xgzu_2{height:100vh;height:100dvh;width:100vw;background:#fff;display:flex;flex-direction:column;overflow:hidden;position:fixed;top:0;left:0;z-index:1000}._closeButton_1xgzu_17{position:fixed;top:12px;left:12px;z-index:1001;width:40px;height:40px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}._closeButton_1xgzu_17:hover{background:#f5f5f5;box-shadow:0 4px 12px rgba(0,0,0,.15)}._closeButton_1xgzu_17 svg{width:20px;height:20px;color:#3c3c3c}._titleBar_1xgzu_47{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;padding:0 60px;z-index:999}._title_1xgzu_47{font-size:1.1rem;font-weight:600;color:#3c3c3c;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._mainContent_1xgzu_73{flex:1;margin-top:56px;height:calc(100vh - 56px);height:calc(100dvh - 56px);overflow:hidden}._iframeContainer_1xgzu_82{width:100%;height:100%;background:#fff}._loadingContainer_1xgzu_89{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._loadingSpinner_1xgzu_98{width:48px;height:48px;border:4px solid #e5e5e5;border-top-color:#3b4fe6;border-radius:50%;animation:_spin_1xgzu_1 1s linear infinite}@keyframes _spin_1xgzu_1{to{transform:rotate(360deg)}}._loadingContainer_1xgzu_89 p{color:#6b6b6b;font-size:.95rem}._errorContainer_1xgzu_119{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;text-align:center}._errorIcon_1xgzu_130{font-size:3rem}._errorContainer_1xgzu_119 h2{font-size:1.25rem;font-weight:600;color:#3c3c3c}._errorContainer_1xgzu_119 p{color:#6b6b6b;font-size:.95rem;max-width:300px}._retryButton_1xgzu_146{margin-top:1rem;padding:.75rem 1.5rem;background:#3b4fe6;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._retryButton_1xgzu_146:hover{background:#46a302;transform:translateY(-2px)}._noContent_1xgzu_165{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}._noContent_1xgzu_165 span{font-size:4rem}._noContent_1xgzu_165 p{color:#6b6b6b;font-size:1rem}@media(max-width:768px){._closeButton_1xgzu_17{top:8px;left:8px;width:36px;height:36px}._closeButton_1xgzu_17 svg{width:18px;height:18px}._titleBar_1xgzu_47{height:52px;padding:0 52px}._title_1xgzu_47{font-size:1rem}._mainContent_1xgzu_73{margin-top:52px;height:calc(100vh - 52px);height:calc(100dvh - 52px)}}._app_4x6et_2{min-height:100vh;background:#f7f7f7}._mainContent_4x6et_7{padding-top:80px;padding-bottom:100px;min-height:100vh}._mainContentImmersive_4x6et_13{padding-top:0;padding-bottom:0;height:100vh;height:100dvh;overflow:hidden}._loadingScreen_4x6et_22{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f7f7f7}._loadingSpinner_4x6et_30{text-align:center}._spinner_4x6et_34{width:48px;height:48px;border:4px solid #e5e5e5;border-top-color:#3b4fe6;border-radius:50%;animation:_spin_4x6et_34 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_4x6et_34{to{transform:rotate(360deg)}}._loadingSpinner_4x6et_30 p{color:#6b6b6b;font-size:.95rem}@media(max-width:768px){._mainContent_4x6et_7{padding-top:72px;padding-bottom:90px}}
