.NotificationDropdown-module__3FbIpW__container{position:relative}.NotificationDropdown-module__3FbIpW__trigger{border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--card-border);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex;position:relative}.NotificationDropdown-module__3FbIpW__trigger:hover{background:var(--surface);box-shadow:0 4px 12px color-mix(in srgb, var(--foreground) 5%, transparent);transform:scale(1.05)}.NotificationDropdown-module__3FbIpW__trigger:active{transform:scale(.95)}.NotificationDropdown-module__3FbIpW__badge{background:linear-gradient(135deg, var(--accent-red), var(--accent-red));min-width:18px;height:18px;color:var(--foreground);border-radius:var(--radius-full);box-shadow:0 2px 6px color-mix(in srgb, var(--accent-red) 40%, transparent);justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite NotificationDropdown-module__3FbIpW__badgePulse;display:flex;position:absolute;top:-4px;right:-4px}@keyframes NotificationDropdown-module__3FbIpW__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.NotificationDropdown-module__3FbIpW__backdrop{z-index:99;background:0 0;position:fixed;inset:0}.NotificationDropdown-module__3FbIpW__dropdown{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-2xl);width:380px;box-shadow:0 20px 40px color-mix(in srgb, var(--foreground) 15%, transparent), 0 0 0 1px color-mix(in srgb, var(--foreground) 5%, transparent);z-index:100;animation:.25s cubic-bezier(.16,1,.3,1) NotificationDropdown-module__3FbIpW__dropdownSlide;position:absolute;top:calc(100% + 12px);right:-8px;overflow:hidden}.NotificationDropdown-module__3FbIpW__dropdown:before{content:"";background:var(--card-bg);border-left:1px solid var(--card-border);border-top:1px solid var(--card-border);width:12px;height:12px;position:absolute;top:-6px;right:16px;transform:rotate(45deg)}@keyframes NotificationDropdown-module__3FbIpW__dropdownSlide{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.NotificationDropdown-module__3FbIpW__header{background:linear-gradient(135deg, var(--surface), var(--card-bg));border-bottom:1px solid var(--surface);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.NotificationDropdown-module__3FbIpW__header h3{color:var(--foreground);align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:700;display:flex}.NotificationDropdown-module__3FbIpW__header h3:before{content:"🔔";font-size:1.125rem}.NotificationDropdown-module__3FbIpW__markRead{color:color-mix(in srgb, var(--primary) 80%, var(--foreground));cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s}.NotificationDropdown-module__3FbIpW__markRead:hover{background:var(--primary);color:var(--foreground)}.NotificationDropdown-module__3FbIpW__list{scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;max-height:360px;overflow-y:auto}.NotificationDropdown-module__3FbIpW__list::-webkit-scrollbar{width:6px}.NotificationDropdown-module__3FbIpW__list::-webkit-scrollbar-track{background:0 0}.NotificationDropdown-module__3FbIpW__list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.NotificationDropdown-module__3FbIpW__item{border-bottom:1px solid var(--surface);cursor:pointer;gap:.875rem;padding:1rem 1.25rem;transition:all .15s;display:flex;position:relative}.NotificationDropdown-module__3FbIpW__item:last-child{border-bottom:none}.NotificationDropdown-module__3FbIpW__item:hover,.NotificationDropdown-module__3FbIpW__item:active{background:var(--surface)}.NotificationDropdown-module__3FbIpW__item.NotificationDropdown-module__3FbIpW__unread{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 8%, transparent), color-mix(in srgb, var(--primary) 4%, transparent))}.NotificationDropdown-module__3FbIpW__item.NotificationDropdown-module__3FbIpW__unread:before{content:"";background:linear-gradient(180deg, var(--primary), var(--secondary));width:3px;position:absolute;top:0;bottom:0;left:0}.NotificationDropdown-module__3FbIpW__item.NotificationDropdown-module__3FbIpW__unread:hover{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 12%, transparent), color-mix(in srgb, var(--primary) 8%, transparent))}.NotificationDropdown-module__3FbIpW__iconWrapper{background:var(--surface);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s;display:flex}.NotificationDropdown-module__3FbIpW__item:hover .NotificationDropdown-module__3FbIpW__iconWrapper{transform:scale(1.05)}.NotificationDropdown-module__3FbIpW__icon{flex-shrink:0;font-size:20px}.NotificationDropdown-module__3FbIpW__content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.NotificationDropdown-module__3FbIpW__title{color:var(--foreground);font-size:.8125rem;font-weight:600}.NotificationDropdown-module__3FbIpW__message{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;line-height:1.4;overflow:hidden}.NotificationDropdown-module__3FbIpW__time{color:var(--text-tertiary,var(--text-secondary));align-items:center;gap:.25rem;font-size:.6875rem;display:flex}.NotificationDropdown-module__3FbIpW__time:before{content:"•";color:var(--border-color)}.NotificationDropdown-module__3FbIpW__footer{background:var(--surface);border-top:1px solid var(--surface);padding:.875rem 1.25rem}.NotificationDropdown-module__3FbIpW__footer button{background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:var(--radius-lg);width:100%;color:var(--foreground);cursor:pointer;border:none;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s}.NotificationDropdown-module__3FbIpW__footer button:hover{box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent);transform:translateY(-1px)}.NotificationDropdown-module__3FbIpW__footer button:active{transform:translateY(0)}.NotificationDropdown-module__3FbIpW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.NotificationDropdown-module__3FbIpW__empty span{opacity:.5;margin-bottom:.75rem;font-size:3rem}.NotificationDropdown-module__3FbIpW__empty p{color:var(--text-secondary);margin:0;font-size:.875rem}@media (max-width:480px){.NotificationDropdown-module__3FbIpW__dropdown{border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;width:100%;max-height:70vh;animation:.3s cubic-bezier(.16,1,.3,1) NotificationDropdown-module__3FbIpW__slideUp;position:fixed;inset:auto 0 0}.NotificationDropdown-module__3FbIpW__dropdown:before{display:none}@keyframes NotificationDropdown-module__3FbIpW__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.NotificationDropdown-module__3FbIpW__backdrop{background:color-mix(in srgb, var(--foreground) 50%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}
.LanguageSwitcher-module__tgvfQW__container{position:relative}.LanguageSwitcher-module__tgvfQW__trigger{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.LanguageSwitcher-module__tgvfQW__trigger:hover{background:var(--surface);border-color:var(--border-color)}.LanguageSwitcher-module__tgvfQW__flag{font-size:1rem}.LanguageSwitcher-module__tgvfQW__code{color:var(--foreground);font-weight:500}.LanguageSwitcher-module__tgvfQW__arrow{color:var(--text-secondary);font-size:.625rem;transition:transform .2s}.LanguageSwitcher-module__tgvfQW__dropdown{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);min-width:140px;box-shadow:0 10px 40px color-mix(in srgb, var(--foreground) 15%, transparent);z-index:100;animation:.2s LanguageSwitcher-module__tgvfQW__slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}@keyframes LanguageSwitcher-module__tgvfQW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__tgvfQW__option{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;transition:background .15s;display:flex}.LanguageSwitcher-module__tgvfQW__option:hover{background:var(--surface)}.LanguageSwitcher-module__tgvfQW__option.LanguageSwitcher-module__tgvfQW__active{background:color-mix(in srgb, var(--primary) 10%, transparent);color:color-mix(in srgb, var(--primary) 90%, var(--foreground))}.LanguageSwitcher-module__tgvfQW__optionFlag{font-size:1.125rem}.LanguageSwitcher-module__tgvfQW__optionName{flex:1;font-weight:500}.LanguageSwitcher-module__tgvfQW__check{color:var(--primary);font-weight:700}
.Footer-module__3hUVsW__footer{background:var(--surface);color:var(--foreground);border-top:1px solid var(--border-color);margin-top:4rem;padding:4rem 0 2rem}.Footer-module__3hUVsW__container{flex-direction:column;gap:3rem;display:flex}.Footer-module__3hUVsW__grid{grid-template-columns:2fr repeat(3,1fr) 1.5fr;gap:2rem;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__3hUVsW__tagline{color:var(--text-tertiary,var(--text-secondary));font-size:.875rem;line-height:1.6}.Footer-module__3hUVsW__social{gap:1rem;display:flex}.Footer-module__3hUVsW__social a{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);width:36px;height:36px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.Footer-module__3hUVsW__social a:hover{background:color-mix(in srgb, var(--primary) 10%, var(--surface-hover));color:var(--primary);border-color:color-mix(in srgb, var(--primary) 30%, transparent);transform:translateY(-2px)}.Footer-module__3hUVsW__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__3hUVsW__links h4{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__links a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.Footer-module__3hUVsW__links a:hover{color:var(--primary)}.Footer-module__3hUVsW__stats{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__stats h4{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__stat{flex-direction:column;display:flex}.Footer-module__3hUVsW__statValue{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Footer-module__3hUVsW__statLabel{color:var(--text-tertiary,var(--text-secondary));font-size:.75rem}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border-color);color:var(--text-tertiary,var(--text-secondary));justify-content:space-between;padding-top:2rem;font-size:.875rem;display:flex}@media (max-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(3,1fr)}.Footer-module__3hUVsW__brand{grid-column:1/-1}.Footer-module__3hUVsW__stats{flex-direction:row;grid-column:1/-1;gap:2rem}}@media (max-width:640px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:.5rem}}
