.dashboard-module__XABe8G__page{min-height:calc(100vh - var(--header-height));z-index:1;padding:36px 0 80px;position:relative}.dashboard-module__XABe8G__header{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.dashboard-module__XABe8G__subtitle{color:var(--text-secondary);margin-top:6px;font-size:1rem}.dashboard-module__XABe8G__emptyState{text-align:center;padding:80px 20px}.dashboard-module__XABe8G__emptyIcon{background:var(--bg-elevated);width:80px;height:80px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.dashboard-module__XABe8G__emptyState h2{margin-bottom:8px;font-size:1.5rem}.dashboard-module__XABe8G__emptyState p{color:var(--text-secondary);margin-bottom:4px}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:28px;display:grid}.dashboard-module__XABe8G__statCard{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:14px;padding:18px;display:flex}.dashboard-module__XABe8G__statIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dashboard-module__XABe8G__statInfo{flex-direction:column;display:flex}.dashboard-module__XABe8G__statValue{font-family:DM Mono,monospace;font-size:1.4rem;font-weight:500;line-height:1.1}.dashboard-module__XABe8G__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:2px;font-size:.6875rem;font-weight:500}.dashboard-module__XABe8G__contentGrid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.dashboard-module__XABe8G__leftCol,.dashboard-module__XABe8G__rightCol{flex-direction:column;gap:20px;display:flex}.dashboard-module__XABe8G__sectionCard{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.dashboard-module__XABe8G__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-module__XABe8G__sectionTitle{margin-bottom:16px;font-family:Satoshi,sans-serif;font-size:.9375rem;font-weight:700}.dashboard-module__XABe8G__sectionHeader .dashboard-module__XABe8G__sectionTitle{margin-bottom:0}.dashboard-module__XABe8G__sectionMeta{color:var(--text-muted);font-family:DM Mono,monospace;font-size:.75rem}.dashboard-module__XABe8G__chart{gap:8px;height:200px;display:flex}.dashboard-module__XABe8G__chartYAxis{color:var(--text-muted);text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:28px;padding-bottom:20px;font-family:DM Mono,monospace;font-size:.625rem;display:flex}.dashboard-module__XABe8G__chartArea{border-left:1px solid var(--border);border-bottom:1px solid var(--border);flex:1;position:relative}.dashboard-module__XABe8G__chartGridLine{background:var(--bg-elevated);height:1px;position:absolute;left:0;right:0}.dashboard-module__XABe8G__chartBars{align-items:flex-end;gap:3px;height:100%;padding:0 4px;display:flex}.dashboard-module__XABe8G__chartBarWrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;height:100%;display:flex}.dashboard-module__XABe8G__chartBar{background:var(--accent-gradient);width:100%;max-width:32px;min-height:4px;transition:height .4s var(--ease-spring);border-radius:3px 3px 0 0;position:relative}.dashboard-module__XABe8G__chartBar:hover{opacity:.85}.dashboard-module__XABe8G__chartBarLabel{color:var(--text-muted);white-space:nowrap;opacity:0;transition:opacity var(--duration) var(--ease);font-family:DM Mono,monospace;font-size:.5625rem;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.dashboard-module__XABe8G__chartBar:hover .dashboard-module__XABe8G__chartBarLabel{opacity:1}.dashboard-module__XABe8G__chartXLabel{color:var(--text-muted);white-space:nowrap;margin-top:4px;font-size:.5rem}.dashboard-module__XABe8G__sessionList{flex-direction:column;display:flex}.dashboard-module__XABe8G__sessionRow{border-bottom:1px solid var(--bg-subtle);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.dashboard-module__XABe8G__sessionRow:last-child{border-bottom:none}.dashboard-module__XABe8G__sessionInfo{flex-direction:column;gap:2px;display:flex}.dashboard-module__XABe8G__sessionType{font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__sessionDate{color:var(--text-muted);align-items:center;gap:4px;font-size:.6875rem;display:inline-flex}.dashboard-module__XABe8G__sessionStats{align-items:center;gap:16px;display:flex}.dashboard-module__XABe8G__sessionWpm{color:var(--accent-primary);font-family:DM Mono,monospace;font-size:1rem;font-weight:500}.dashboard-module__XABe8G__sessionWpm small{color:var(--text-muted);font-size:.625rem;font-weight:400}.dashboard-module__XABe8G__sessionAcc{color:var(--success);font-family:DM Mono,monospace;font-size:.8125rem}.dashboard-module__XABe8G__sessionTime{color:var(--text-muted);font-family:DM Mono,monospace;font-size:.75rem}.dashboard-module__XABe8G__courseList{flex-direction:column;gap:12px;display:flex}.dashboard-module__XABe8G__courseRow{color:inherit;border-radius:var(--radius-sm);transition:background var(--duration) var(--ease);align-items:center;gap:10px;padding:6px;text-decoration:none;display:flex}.dashboard-module__XABe8G__courseRow:hover{background:var(--bg-subtle)}.dashboard-module__XABe8G__courseDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-module__XABe8G__courseInfo{flex:1;min-width:0}.dashboard-module__XABe8G__courseName{margin-bottom:4px;font-size:.8125rem;font-weight:600;display:block}.dashboard-module__XABe8G__courseBar{background:var(--bg-elevated);border-radius:2px;height:4px;overflow:hidden}.dashboard-module__XABe8G__courseBarFill{height:100%;transition:width .6s var(--ease-spring);border-radius:2px}.dashboard-module__XABe8G__coursePercent{color:var(--text-muted);text-align:right;width:32px;font-family:DM Mono,monospace;font-size:.75rem}.dashboard-module__XABe8G__courseSummary{border-top:1px solid var(--bg-subtle);color:var(--text-muted);text-align:center;margin-top:12px;padding-top:12px;font-family:DM Mono,monospace;font-size:.75rem}.dashboard-module__XABe8G__achievementGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.dashboard-module__XABe8G__achievementItem{border-radius:var(--radius-sm);background:var(--bg-subtle);opacity:.35;filter:grayscale();transition:all var(--duration) var(--ease);flex-direction:column;align-items:center;gap:4px;padding:12px 6px;display:flex}.dashboard-module__XABe8G__achievementUnlocked{opacity:1;filter:none;background:var(--accent-ultra-light)}.dashboard-module__XABe8G__achievementIcon{font-size:1.25rem}.dashboard-module__XABe8G__achievementLabel{color:var(--text-secondary);text-align:center;font-size:.625rem;font-weight:600;line-height:1.2}.dashboard-module__XABe8G__quickActions{flex-direction:column;gap:8px;display:flex}.dashboard-module__XABe8G__quickBtn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-base);color:var(--text-secondary);transition:all var(--duration) var(--ease);align-items:center;gap:10px;padding:12px 14px;font-size:.8125rem;font-weight:500;text-decoration:none;display:flex}.dashboard-module__XABe8G__quickBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-ultra-light)}@media (max-width:1100px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(3,1fr)}.dashboard-module__XABe8G__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-module__XABe8G__header{flex-direction:column;gap:12px}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__XABe8G__chart{height:160px}.dashboard-module__XABe8G__achievementGrid{grid-template-columns:repeat(3,1fr)}}.dashboard-module__XABe8G__guestBanner{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;display:flex;box-shadow:0 4px 12px #6366f133}.dashboard-module__XABe8G__guestBannerText{font-size:.9375rem}@media (max-width:768px){.dashboard-module__XABe8G__guestBanner{text-align:center;flex-direction:column;gap:12px}}
.WpmTrendChart-module__Ave_Pa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.WpmTrendChart-module__Ave_Pa__headerLeft{flex-direction:column;gap:4px;display:flex}.WpmTrendChart-module__Ave_Pa__eyebrow{letter-spacing:.24em;color:var(--accent-primary);text-transform:uppercase;align-items:center;gap:8px;font-family:DM Mono,monospace;font-size:9.5px;display:flex}.WpmTrendChart-module__Ave_Pa__eyebrow:before{content:"";background:var(--accent-primary);width:22px;height:1px}.WpmTrendChart-module__Ave_Pa__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-family:Clash Display,Satoshi,sans-serif;font-size:clamp(15px,2.5vw,20px);font-weight:700;line-height:1.1}.WpmTrendChart-module__Ave_Pa__titleHighlight{color:var(--success)}.WpmTrendChart-module__Ave_Pa__subtitle{color:var(--text-muted);margin-top:2px;font-family:DM Mono,monospace;font-size:10px}.WpmTrendChart-module__Ave_Pa__legend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:14px;font-family:DM Mono,monospace;font-size:10px;display:flex}.WpmTrendChart-module__Ave_Pa__legendItem{align-items:center;gap:6px;display:flex}.WpmTrendChart-module__Ave_Pa__legendAxis{opacity:.45;font-size:9px}.WpmTrendChart-module__Ave_Pa__legendDotWpm{background:var(--accent-gradient);border-radius:50%;flex-shrink:0;width:10px;height:10px}.WpmTrendChart-module__Ave_Pa__legendDotAcc{background:var(--success);border-radius:50%;flex-shrink:0;width:10px;height:10px}.WpmTrendChart-module__Ave_Pa__legendDash{border-top:2px dashed var(--accent-primary);opacity:.4;flex-shrink:0;width:18px;height:0}.WpmTrendChart-module__Ave_Pa__summaryRow{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.WpmTrendChart-module__Ave_Pa__pill{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:2px;min-width:90px;padding:10px 16px;display:flex}.WpmTrendChart-module__Ave_Pa__pillLabel{letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;font-family:DM Mono,monospace;font-size:9px}.WpmTrendChart-module__Ave_Pa__pillValue{letter-spacing:-.03em;font-family:Clash Display,sans-serif;font-size:22px;font-weight:700;line-height:1}.WpmTrendChart-module__Ave_Pa__pillUnit{color:var(--text-muted);margin-left:2px;font-size:11px;font-weight:400}.WpmTrendChart-module__Ave_Pa__pillDelta{margin-top:2px;font-family:DM Mono,monospace;font-size:9px}.WpmTrendChart-module__Ave_Pa__deltaUp{color:var(--success)}.WpmTrendChart-module__Ave_Pa__deltaDown{color:var(--error)}.WpmTrendChart-module__Ave_Pa__deltaNeutral{color:var(--text-muted)}.WpmTrendChart-module__Ave_Pa__chartWrap{position:relative}.WpmTrendChart-module__Ave_Pa__svg{width:100%;display:block}@keyframes WpmTrendChart-module__Ave_Pa__drawLine{to{stroke-dashoffset:0}}@keyframes WpmTrendChart-module__Ave_Pa__fadeArea{to{opacity:1}}.WpmTrendChart-module__Ave_Pa__lineAnim{stroke-dasharray:3000;stroke-dashoffset:3000px;animation:1.4s cubic-bezier(.22,1,.36,1) forwards WpmTrendChart-module__Ave_Pa__drawLine}.WpmTrendChart-module__Ave_Pa__lineAnimDelay{animation-delay:.18s}.WpmTrendChart-module__Ave_Pa__areaFade{opacity:0;animation:.7s .7s forwards WpmTrendChart-module__Ave_Pa__fadeArea}.WpmTrendChart-module__Ave_Pa__dot{cursor:pointer;transition:r .12s}.WpmTrendChart-module__Ave_Pa__dot:hover{r:7}.WpmTrendChart-module__Ave_Pa__tooltip{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);pointer-events:none;opacity:0;z-index:999;white-space:nowrap;box-shadow:var(--shadow-lg);border-radius:10px;padding:10px 14px;font-family:DM Mono,monospace;font-size:11px;line-height:1.7;transition:opacity .12s;position:fixed}.WpmTrendChart-module__Ave_Pa__tooltipVisible{opacity:1}.WpmTrendChart-module__Ave_Pa__tooltipDate{color:var(--text-muted);margin-bottom:2px;font-size:10px}.WpmTrendChart-module__Ave_Pa__tooltipWpm{color:var(--accent-primary);font-weight:700}.WpmTrendChart-module__Ave_Pa__tooltipAcc{color:var(--success);font-weight:700}.WpmTrendChart-module__Ave_Pa__topBorder{background:linear-gradient(90deg, transparent 0%, var(--accent-primary) 30%, var(--success) 70%, transparent 100%);opacity:.4;border-radius:1rem 1rem 0 0;height:2px;position:absolute;top:0;left:0;right:0}@media (max-width:768px){.WpmTrendChart-module__Ave_Pa__header{flex-direction:column;gap:8px}.WpmTrendChart-module__Ave_Pa__summaryRow{flex-wrap:wrap}.WpmTrendChart-module__Ave_Pa__pill{min-width:calc(50% - 8px)}}@media (max-width:480px){.WpmTrendChart-module__Ave_Pa__pill{min-width:100%}}
.KeystrokeHeatmap-module__JFwQtG__heatmapContainer{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.KeystrokeHeatmap-module__JFwQtG__emptyContainer{text-align:center;color:var(--text-muted);background:var(--bg-base);border-radius:var(--radius-sm);border:1px dashed var(--border);padding:3rem 2rem}.KeystrokeHeatmap-module__JFwQtG__keyboard{background:var(--bg-base);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;gap:.25rem;width:fit-content;max-width:100%;padding:1rem;display:flex;overflow-x:auto}.KeystrokeHeatmap-module__JFwQtG__row{justify-content:center;gap:.25rem;display:flex}.KeystrokeHeatmap-module__JFwQtG__key{border-radius:var(--radius-sm);width:3rem;height:3rem;transition:all var(--duration) var(--ease);cursor:default;border:1px solid #0000000d;justify-content:center;align-items:center;font-family:inherit;font-weight:500;display:flex;position:relative}.KeystrokeHeatmap-module__JFwQtG__key:hover{box-shadow:var(--shadow-md);z-index:10;transform:translateY(-2px)}.KeystrokeHeatmap-module__JFwQtG__keyLabel{color:var(--text-primary);font-size:.875rem}.KeystrokeHeatmap-module__JFwQtG__shiftLabel{opacity:.5;color:var(--text-secondary);font-size:.55em;line-height:1;position:absolute;top:2px;right:4px}.KeystrokeHeatmap-module__JFwQtG__errorCount{border-radius:var(--radius-xs);color:var(--text-primary);background:#0000001a;padding:.125rem .25rem;font-size:.625rem;font-weight:700;position:absolute;top:.25rem;right:.25rem}[data-theme=dark] .KeystrokeHeatmap-module__JFwQtG__keyLabel{color:var(--text-primary)}[data-theme=dark] .KeystrokeHeatmap-module__JFwQtG__errorCount{background:#ffffff26}.KeystrokeHeatmap-module__JFwQtG__keyBackspace,.KeystrokeHeatmap-module__JFwQtG__keyTab,.KeystrokeHeatmap-module__JFwQtG__keyBackslash{width:4.5rem}.KeystrokeHeatmap-module__JFwQtG__keyCaps{width:5.25rem}.KeystrokeHeatmap-module__JFwQtG__keyEnter{width:6rem}.KeystrokeHeatmap-module__JFwQtG__keyShiftLeft{width:6.75rem}.KeystrokeHeatmap-module__JFwQtG__keyShiftRight{width:7.5rem}.KeystrokeHeatmap-module__JFwQtG__keySpace{width:18rem}.KeystrokeHeatmap-module__JFwQtG__keySafe{background:var(--bg-surface);border-color:var(--border)}.KeystrokeHeatmap-module__JFwQtG__keyLow{background:#fef08a;border-color:#fde047}[data-theme=dark] .KeystrokeHeatmap-module__JFwQtG__keyLow{background:#854d0e;border-color:#a16207}.KeystrokeHeatmap-module__JFwQtG__keyMedium{color:#fff;background:#fb923c;border-color:#f97316}.KeystrokeHeatmap-module__JFwQtG__keyMedium .KeystrokeHeatmap-module__JFwQtG__keyLabel,.KeystrokeHeatmap-module__JFwQtG__keyMedium .KeystrokeHeatmap-module__JFwQtG__errorCount{color:#fff}[data-theme=dark] .KeystrokeHeatmap-module__JFwQtG__keyMedium{background:#c2410c;border-color:#ea580c}.KeystrokeHeatmap-module__JFwQtG__keyHigh{color:#fff;background:#ef4444;border-color:#dc2626}.KeystrokeHeatmap-module__JFwQtG__keyHigh .KeystrokeHeatmap-module__JFwQtG__keyLabel,.KeystrokeHeatmap-module__JFwQtG__keyHigh .KeystrokeHeatmap-module__JFwQtG__errorCount{color:#fff}[data-theme=dark] .KeystrokeHeatmap-module__JFwQtG__keyHigh{background:#991b1b;border-color:#b91c1c}.KeystrokeHeatmap-module__JFwQtG__legend{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;font-size:.8125rem;font-weight:500;display:flex}.KeystrokeHeatmap-module__JFwQtG__legendItem{align-items:center;gap:.5rem;display:flex}.KeystrokeHeatmap-module__JFwQtG__legendBox{border-radius:4px;width:1.25rem;height:1.25rem}
.WeakKeysWidget-module__06RN-G__container{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:20px;padding:24px}.WeakKeysWidget-module__06RN-G__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.WeakKeysWidget-module__06RN-G__headerLeft{align-items:center;gap:12px;display:flex}.WeakKeysWidget-module__06RN-G__icon{color:#dc2626;border-radius:var(--radius-sm);background:#fef2f2;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.WeakKeysWidget-module__06RN-G__title{margin:0;font-family:Satoshi,sans-serif;font-size:.9375rem;font-weight:700}.WeakKeysWidget-module__06RN-G__subtitle{color:var(--text-muted);margin:2px 0 0;font-size:.75rem}.WeakKeysWidget-module__06RN-G__ctaBtn{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;transition:transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);align-items:center;gap:6px;padding:8px 16px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.WeakKeysWidget-module__06RN-G__ctaBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.WeakKeysWidget-module__06RN-G__keysRow{gap:12px;display:flex}.WeakKeysWidget-module__06RN-G__keyCard{background:var(--bg-subtle);border-radius:var(--radius-sm);flex-direction:column;flex:1;align-items:center;gap:8px;padding:14px 8px;display:flex}.WeakKeysWidget-module__06RN-G__keyChar{color:var(--text-primary);font-family:DM Mono,monospace;font-size:1.5rem;font-weight:600}.WeakKeysWidget-module__06RN-G__barTrack{background:var(--bg-elevated);border-radius:2px;width:100%;height:4px;overflow:hidden}.WeakKeysWidget-module__06RN-G__barFill{height:100%;transition:width .6s var(--ease-spring);background:linear-gradient(90deg,#f87171,#dc2626);border-radius:2px}.WeakKeysWidget-module__06RN-G__keyCount{color:var(--text-muted);font-family:DM Mono,monospace;font-size:.625rem}@media (max-width:768px){.WeakKeysWidget-module__06RN-G__header{flex-direction:column;align-items:flex-start}.WeakKeysWidget-module__06RN-G__keysRow{flex-wrap:wrap}.WeakKeysWidget-module__06RN-G__keyCard{min-width:60px}}
.SkillBadge-module__PNgUlq__badge{vertical-align:middle;white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.SkillBadge-module__PNgUlq__emoji{font-size:.875rem}.SkillBadge-module__PNgUlq__label{letter-spacing:.02em}.SkillBadge-module__PNgUlq__beginner{color:#6b7280;background:#f3f4f6}.SkillBadge-module__PNgUlq__intermediate{color:#1d4ed8;background:#dbeafe}.SkillBadge-module__PNgUlq__advanced{color:#b45309;background:#fef3c7}.SkillBadge-module__PNgUlq__expert{color:#6d28d9;background:#ede9fe}.SkillBadge-module__PNgUlq__master{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fbbf24)}.SkillBadge-module__PNgUlq__legend{color:#4c1d95;background:linear-gradient(135deg,#ede9fe,#c084fc)}
.LanguageSwitcher-module__hXOlcq__container{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;gap:0;padding:3px;display:inline-flex;position:relative}.LanguageSwitcher-module__hXOlcq__indicator{background:var(--accent-gradient);z-index:0;border-radius:9px;width:calc(33.3333% - 2px);height:calc(100% - 6px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #4f46e540}.LanguageSwitcher-module__hXOlcq__option{z-index:1;cursor:pointer;color:var(--text-secondary);white-space:nowrap;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-width:72px;padding:6px 16px;font-size:.8125rem;font-weight:600;transition:color .25s;display:flex;position:relative}.LanguageSwitcher-module__hXOlcq__option:hover:not(.LanguageSwitcher-module__hXOlcq__active){color:var(--text-primary)}.LanguageSwitcher-module__hXOlcq__option.LanguageSwitcher-module__hXOlcq__active{color:#fff}.LanguageSwitcher-module__hXOlcq__shortLabel{display:none}.LanguageSwitcher-module__hXOlcq__fullLabel{display:inline}@media (max-width:640px){.LanguageSwitcher-module__hXOlcq__option{min-width:48px;padding:6px 12px}.LanguageSwitcher-module__hXOlcq__shortLabel{display:inline}.LanguageSwitcher-module__hXOlcq__fullLabel{display:none}}
