.GlobalSearch-module__i8G_3G__searchOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;opacity:0;visibility:hidden;background:#0a192f66;justify-content:center;padding-top:15vh;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.GlobalSearch-module__i8G_3G__searchOverlay.GlobalSearch-module__i8G_3G__active{opacity:1;visibility:visible}.GlobalSearch-module__i8G_3G__searchContent{background:var(--white);border:1px solid #fff3;border-radius:19px;flex-direction:column;width:100%;max-width:680px;height:fit-content;max-height:70vh;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:scale(.95)translateY(20px);box-shadow:0 30px 60px -12px #0a192f40}.GlobalSearch-module__i8G_3G__searchOverlay.GlobalSearch-module__i8G_3G__active .GlobalSearch-module__i8G_3G__searchContent{transform:scale(1)translateY(0)}.GlobalSearch-module__i8G_3G__searchHeader{padding:24px var(--space-xl);border-bottom:1px solid var(--gray-100);align-items:center;gap:var(--space-lg);background:var(--gray-50);display:flex}.GlobalSearch-module__i8G_3G__searchInput{color:var(--navy-900);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1.3rem;font-weight:500}.GlobalSearch-module__i8G_3G__searchInput::placeholder{color:var(--gray-400)}.GlobalSearch-module__i8G_3G__searchIcon{color:var(--navy-900);opacity:.6}.GlobalSearch-module__i8G_3G__closeHint{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:6px 10px;font-size:.7rem;font-weight:700}.GlobalSearch-module__i8G_3G__resultsList{padding:var(--space-md);background:var(--white);flex-direction:column;gap:8px;display:flex;overflow-y:auto}.GlobalSearch-module__i8G_3G__resultItem{align-items:center;gap:var(--space-xl);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;width:100%;padding:16px;text-decoration:none;transition:all .2s;display:flex}.GlobalSearch-module__i8G_3G__resultItem:hover{background:var(--gray-50);border-color:var(--gray-100)}.GlobalSearch-module__i8G_3G__resultIcon{background:var(--white);width:48px;height:48px;color:var(--navy-900);border:1px solid var(--gray-100);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #0000000d}.GlobalSearch-module__i8G_3G__resultInfo{flex:1;min-width:0}.GlobalSearch-module__i8G_3G__resultTitle{color:var(--navy-900);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1.1rem;font-weight:700;overflow:hidden}.GlobalSearch-module__i8G_3G__resultMeta{color:var(--gray-500);align-items:center;gap:12px;font-size:.85rem;display:flex}.GlobalSearch-module__i8G_3G__typeTag{background:var(--navy-900);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:3px 8px;font-size:.65rem;font-weight:800}.GlobalSearch-module__i8G_3G__emptyState{padding:var(--space-3xl) var(--space-xl);text-align:center;color:var(--gray-500)}.GlobalSearch-module__i8G_3G__emptyState p{font-size:1rem;font-weight:500}.GlobalSearch-module__i8G_3G__navSearchTrigger{width:38px;height:38px;color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:inline-flex;position:relative}.GlobalSearch-module__i8G_3G__navSearchTrigger:hover{color:var(--navy-900);background:#0000000d}.GlobalSearch-module__i8G_3G__navSearchTrigger svg{color:currentColor}.GlobalSearch-module__i8G_3G__kbd{color:#6b7280;box-shadow:none;background:#ffffffe6;border:1px solid #0f172a14;border-radius:999px;padding:.18rem .45rem;font-family:system-ui,-apple-system,sans-serif;font-size:.62rem;font-weight:700;line-height:1.2}.GlobalSearch-module__i8G_3G__shortcutTooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;min-height:36px;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);background:#000080f5;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)translate(4px)}.GlobalSearch-module__i8G_3G__shortcutTooltip .GlobalSearch-module__i8G_3G__kbd{color:#ffffffeb;background:#ffffff1f;border-color:#ffffff2e}.GlobalSearch-module__i8G_3G__navSearchTrigger:hover .GlobalSearch-module__i8G_3G__shortcutTooltip,.GlobalSearch-module__i8G_3G__navSearchTrigger:focus-visible .GlobalSearch-module__i8G_3G__shortcutTooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}.GlobalSearch-module__i8G_3G__navSearchTrigger.GlobalSearch-module__i8G_3G__isActive .GlobalSearch-module__i8G_3G__shortcutTooltip{opacity:0;visibility:hidden;transform:translateY(-50%)translate(4px)}@keyframes GlobalSearch-module__i8G_3G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:700px){.GlobalSearch-module__i8G_3G__searchContent{max-width:90%}.GlobalSearch-module__i8G_3G__navSearchTrigger{width:38px;height:38px}.GlobalSearch-module__i8G_3G__shortcutTooltip{display:none}.GlobalSearch-module__i8G_3G__searchHeader{gap:5px;padding:10px 20px}.GlobalSearch-module__i8G_3G__hiddenSm{display:none}.GlobalSearch-module__i8G_3G__searchInput{font-size:1.1rem}.GlobalSearch-module__i8G_3G__searchIcon{min-width:22px}}.theme-dark .GlobalSearch-module__i8G_3G__navSearchTrigger{color:#fff9}.theme-dark .GlobalSearch-module__i8G_3G__navSearchTrigger:hover{color:#fffffff2;background:#ffffff1a}.theme-dark .GlobalSearch-module__i8G_3G__searchContent{background:#1e1e38;border-color:#2a2a48;box-shadow:0 30px 60px #0009}.theme-dark .GlobalSearch-module__i8G_3G__searchHeader{background:#16162a;border-bottom-color:#2a2a48}.theme-dark .GlobalSearch-module__i8G_3G__searchInput{color:#fffffff2}.theme-dark .GlobalSearch-module__i8G_3G__searchInput::placeholder{color:#ffffff4d}.theme-dark .GlobalSearch-module__i8G_3G__searchIcon{color:#fff9}.theme-dark .GlobalSearch-module__i8G_3G__closeHint{color:#fff9;background:#1e1e38;border-color:#2a2a48}:is(.theme-dark .GlobalSearch-module__i8G_3G__resultsList,.theme-dark .GlobalSearch-module__i8G_3G__emptyState){background:#1e1e38}.theme-dark .GlobalSearch-module__i8G_3G__emptyState p{color:#fff9}.theme-dark .GlobalSearch-module__i8G_3G__resultItem:hover{background:#2a2a4a;border-color:#363660}.theme-dark .GlobalSearch-module__i8G_3G__resultIcon{color:#ffffffd9;background:#16162a;border-color:#2a2a48}.theme-dark .GlobalSearch-module__i8G_3G__resultTitle{color:#fffffff2}.theme-dark .GlobalSearch-module__i8G_3G__resultMeta{color:#ffffff80}.theme-dark .GlobalSearch-module__i8G_3G__typeTag{color:#fff;background:#4a4ae0}
.Notifications-module__OxqaRa__notificationsContainer{position:relative}.Notifications-module__OxqaRa__bellButton{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:relative}.Notifications-module__OxqaRa__bellButton:hover{color:var(--navy-900);background:#0000000d}.Notifications-module__OxqaRa__unreadBadge{border:2px solid var(--white);background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.Notifications-module__OxqaRa__dropdown{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);z-index:1000;opacity:0;visibility:hidden;width:380px;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 12px);right:-80px;overflow:hidden;transform:translateY(10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Notifications-module__OxqaRa__dropdown.Notifications-module__OxqaRa__isOpen{opacity:1;visibility:visible;transform:translateY(0)}.Notifications-module__OxqaRa__header{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--gray-100);background:#fff;justify-content:space-between;align-items:center;gap:5px;display:flex}.Notifications-module__OxqaRa__header h3{color:var(--navy-900);font-size:1rem;font-weight:700}.Notifications-module__OxqaRa__markAllText{color:var(--navy-600);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.Notifications-module__OxqaRa__markAllText:hover{text-decoration:underline}.Notifications-module__OxqaRa__headerCount{font-size:var(--text-xs);color:var(--accent);background:var(--accent-soft);border-radius:var(--r-pill);margin-right:auto;padding:2px 8px;font-weight:500}.Notifications-module__OxqaRa__tabs{border-bottom:1px solid var(--gray-100);background:var(--gray-50);gap:0;padding:8px 12px;display:flex;overflow-x:auto}.Notifications-module__OxqaRa__tab{color:var(--gray-500);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:6px 10px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.Notifications-module__OxqaRa__tab:hover{color:var(--navy-900)}.Notifications-module__OxqaRa__tabActive{background:var(--white);color:var(--navy-900);box-shadow:0 1px 4px #0f172a14}.Notifications-module__OxqaRa__list{max-height:400px;overflow-y:auto}.Notifications-module__OxqaRa__item{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--gray-50);gap:var(--space-md);text-align:left;background:var(--white);cursor:pointer;border:none;width:100%;transition:background .2s;display:flex}.Notifications-module__OxqaRa__item:last-child{border-bottom:none}.Notifications-module__OxqaRa__item:hover{background:var(--gray-50)}.Notifications-module__OxqaRa__itemUnread{background:#fff}.Notifications-module__OxqaRa__itemUnread:before{content:"";background:var(--navy-900);width:3px;position:absolute;top:0;bottom:0;left:0}.Notifications-module__OxqaRa__iconBox{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Notifications-module__OxqaRa__iconInfo{color:#3b82f6;background:#3b82f61a}.Notifications-module__OxqaRa__iconSuccess{color:#10b981;background:#10b9811a}.Notifications-module__OxqaRa__iconWarning{color:#f59e0b;background:#f59e0b1a}.Notifications-module__OxqaRa__sourceRequest{background:linear-gradient(135deg, var(--navy-600), var(--navy-900));color:var(--white)}.Notifications-module__OxqaRa__sourceLibrary{color:#2563eb;background:#3b82f61f}.Notifications-module__OxqaRa__sourceCommunity{color:#7c3aed;background:#7c3aed1f}.Notifications-module__OxqaRa__sourceSocial{color:#dc2743;background:#dc27431f}.Notifications-module__OxqaRa__notiContent{flex:1;min-width:0}.Notifications-module__OxqaRa__notiTitle{color:var(--navy-900);margin-bottom:2px;font-size:1rem;font-weight:600}.Notifications-module__OxqaRa__notiMessage{color:var(--gray-500);font-size:.9rem;line-height:1.4}.Notifications-module__OxqaRa__notiTime{color:var(--gray-400);flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:.8rem;display:flex}.Notifications-module__OxqaRa__sourceLabel{letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.Notifications-module__OxqaRa__sourceTextRequest,.Notifications-module__OxqaRa__sourceTextLibrary{color:#2563eb}.Notifications-module__OxqaRa__sourceTextCommunity{color:#7c3aed}.Notifications-module__OxqaRa__sourceTextSocial{color:#dc2743}.Notifications-module__OxqaRa__metaDot{background:var(--gray-300);border-radius:50%;width:3px;height:3px}.Notifications-module__OxqaRa__emptyState{padding:var(--space-2xl) var(--space-lg);text-align:center;color:var(--gray-400);font-size:1rem}@media (max-width:600px){.Notifications-module__OxqaRa__dropdown{width:auto;max-width:none;position:fixed;top:60px;left:10px;right:10px}}.theme-dark .Notifications-module__OxqaRa__bellButton{color:#fff9}.theme-dark .Notifications-module__OxqaRa__bellButton:hover{color:#fffffff2;background:#ffffff1a}.theme-dark .Notifications-module__OxqaRa__unreadBadge{border-color:var(--surface)}.theme-dark .Notifications-module__OxqaRa__dropdown{background:#1e1e38;border-color:#2a2a48;box-shadow:0 20px 40px #0009}.theme-dark .Notifications-module__OxqaRa__header{background:#16162a;border-bottom-color:#2a2a48}.theme-dark .Notifications-module__OxqaRa__header h3{color:#ffffffeb}.theme-dark .Notifications-module__OxqaRa__markAllText{color:#ffffff80}.theme-dark .Notifications-module__OxqaRa__markAllText:hover{color:#ffffffe6}.theme-dark .Notifications-module__OxqaRa__tabs{background:#16162a;border-bottom-color:#2a2a48}.theme-dark .Notifications-module__OxqaRa__tab{color:#ffffff73}.theme-dark .Notifications-module__OxqaRa__tab:hover{color:#ffffffd9}.theme-dark .Notifications-module__OxqaRa__tabActive{color:#fffffff2;background:#2a2a4a;box-shadow:0 1px 4px #0000004d}.theme-dark .Notifications-module__OxqaRa__item{background:#1e1e38;border-bottom-color:#2a2a48}.theme-dark .Notifications-module__OxqaRa__item:hover{background:#28284a}.theme-dark .Notifications-module__OxqaRa__itemUnread{background:#1a1a3a}.theme-dark .Notifications-module__OxqaRa__itemUnread:before{background:#4a4ae0}.theme-dark .Notifications-module__OxqaRa__list{background:#1e1e38}.theme-dark .Notifications-module__OxqaRa__notiTitle{color:#ffffffeb}.theme-dark .Notifications-module__OxqaRa__notiMessage{color:#fff9}.theme-dark .Notifications-module__OxqaRa__notiTime{color:#ffffff61}.theme-dark .Notifications-module__OxqaRa__metaDot{background:#fff3}.theme-dark .Notifications-module__OxqaRa__emptyState{color:#fff6}.theme-dark .Notifications-module__OxqaRa__headerCount{color:#8888f0;background:#4a4ae040}
