.chat-module__Yf7yya__threadsOverlay{z-index:998;position:fixed;inset:0}.chat-module__Yf7yya__threadsPanel{top:var(--header-height,60px);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);z-index:999;flex-direction:column;width:360px;max-height:480px;animation:.2s chat-module__Yf7yya__slideDown;display:flex;position:fixed;right:80px;overflow:hidden;box-shadow:0 8px 32px #0006}.chat-module__Yf7yya__threadsPanelBottom{border-radius:var(--radius-xl);animation:.2s chat-module__Yf7yya__slideUp;inset:auto auto 150px 24px}@keyframes chat-module__Yf7yya__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.chat-module__Yf7yya__threadsPanelHeader{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.chat-module__Yf7yya__threadsPanelHeader h3{font-size:var(--text-base);margin:0}.chat-module__Yf7yya__threadsList{flex:1;overflow-y:auto}.chat-module__Yf7yya__threadItem{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);cursor:pointer;text-align:left;width:100%;color:inherit;transition:background var(--transition-fast);background:0 0;border:none;display:flex}.chat-module__Yf7yya__threadItem:hover{background:var(--bg-tertiary)}.chat-module__Yf7yya__threadInfo{flex:1;min-width:0}.chat-module__Yf7yya__threadName{font-weight:var(--weight-semibold);font-size:var(--text-md);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-module__Yf7yya__threadPreview{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-module__Yf7yya__threadTime{font-size:var(--text-2xs);color:var(--text-tertiary);flex-shrink:0}.chat-module__Yf7yya__threadsEmpty{padding:var(--space-xl);text-align:center;color:var(--text-tertiary);font-size:var(--text-md)}.chat-module__Yf7yya__threadsFooter{border-top:1px solid var(--border-subtle);padding:var(--space-sm) var(--space-lg);text-align:center}.chat-module__Yf7yya__showAllLink{color:var(--brand-primary-light);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-decoration:none}.chat-module__Yf7yya__showAllLink:hover{text-decoration:underline}.chat-module__Yf7yya__threadsSearch{padding:var(--space-sm) var(--space-lg);border-bottom:1px solid var(--border-subtle)}.chat-module__Yf7yya__threadsSearch input{width:100%;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-tertiary);color:var(--text-primary);font-size:var(--text-sm)}.chat-module__Yf7yya__searchResults{border-top:1px solid var(--border-subtle)}.chat-module__Yf7yya__searchResultItem{align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-lg);cursor:pointer;text-align:left;width:100%;color:inherit;font-size:var(--text-sm);background:0 0;border:none;display:flex}.chat-module__Yf7yya__searchResultItem:hover{background:var(--bg-tertiary)}.chat-module__Yf7yya__chatWindowsContainer{gap:var(--space-sm);z-index:997;pointer-events:none;align-items:flex-end;display:flex;position:fixed;bottom:0;right:16px}.chat-module__Yf7yya__chatWindow{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl) var(--radius-xl) 0 0;pointer-events:auto;flex-direction:column;width:340px;height:420px;animation:.2s chat-module__Yf7yya__slideUp;display:flex;overflow:hidden;box-shadow:0 -4px 24px #0000004d}.chat-module__Yf7yya__chatWindowMinimized{cursor:pointer;width:220px;height:44px}@keyframes chat-module__Yf7yya__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-module__Yf7yya__chatWindowHeader{align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-sm);background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);cursor:pointer;flex-shrink:0;min-height:42px;display:flex}.chat-module__Yf7yya__chatWindowHeader:hover{background:var(--bg-hover,#ffffff0d)}.chat-module__Yf7yya__chatWindowName{font-weight:var(--weight-semibold);font-size:var(--text-sm);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.chat-module__Yf7yya__chatWindowControls{gap:var(--space-2xs);display:flex}.chat-module__Yf7yya__chatWindowControls button{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.chat-module__Yf7yya__chatWindowControls button:hover{color:var(--text-primary);background:#ffffff29;border-color:#fff3}.chat-module__Yf7yya__chatMessages{padding:var(--space-sm);gap:var(--space-xs);flex-direction:column;flex:1;display:flex;overflow-y:auto}.chat-module__Yf7yya__chatMsgRow{flex-direction:column;gap:2px;max-width:80%;display:flex;position:relative}.chat-module__Yf7yya__chatMsgRowMine{align-self:flex-end;align-items:flex-end}.chat-module__Yf7yya__chatMsgRowTheirs{align-self:flex-start;align-items:flex-start}.chat-module__Yf7yya__chatBubble{padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-lg);font-size:var(--text-sm);word-break:break-word;max-width:100%;line-height:1.4}.chat-module__Yf7yya__chatBubbleMine{background:var(--brand-primary);color:#fff;border-bottom-right-radius:4px}.chat-module__Yf7yya__chatBubbleTheirs{background:var(--bg-tertiary);color:var(--text-primary);border-bottom-left-radius:4px}.chat-module__Yf7yya__chatBubbleTimeStandalone{text-align:inherit;padding:0 4px;margin-top:2px!important}.chat-module__Yf7yya__chatBubbleSender{font-size:var(--text-2xs);font-weight:var(--weight-semibold);margin-bottom:var(--space-2xs);opacity:.7}.chat-module__Yf7yya__chatBubbleTime{font-size:var(--text-2xs);opacity:.5;margin-top:var(--space-2xs);text-align:right}.chat-module__Yf7yya__chatToast{margin:0 var(--space-xs);padding:var(--space-2xs) var(--space-sm);color:var(--text-primary);border-radius:var(--radius-md);font-size:var(--text-xs);text-align:center;background:#dc262626;border:1px solid #dc262666;flex-shrink:0;animation:.2s ease-out chat-module__Yf7yya__chatToastFadeIn}@keyframes chat-module__Yf7yya__chatToastFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-module__Yf7yya__chatInputBar{gap:var(--space-xs);padding:var(--space-xs);border-top:1px solid var(--border-subtle);flex-shrink:0;align-items:flex-end;display:flex}.chat-module__Yf7yya__chatInputBar input{padding:var(--space-xs) var(--space-sm);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-tertiary);color:var(--text-primary);font-size:var(--text-sm);flex:1}.chat-module__Yf7yya__chatTextareaWrapper{flex:1;min-width:0}.chat-module__Yf7yya__chatTextarea{width:100%;padding:var(--space-xs) var(--space-sm);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-tertiary);color:var(--text-primary);font-size:var(--text-sm);resize:none;min-height:calc(1em * 1.4 + var(--space-xs) * 2 + 2px);max-height:110px;font-family:inherit;line-height:1.4;overflow-y:auto}.chat-module__Yf7yya__chatSendBtn{padding:var(--space-xs) var(--space-md);background:var(--brand-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;border:none;flex-shrink:0;align-self:flex-end;height:32px}.chat-module__Yf7yya__chatSendBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__Yf7yya__chatEmpty{color:var(--text-tertiary);font-size:var(--text-sm);flex:1;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.chat-module__Yf7yya__threadsPanel{border-radius:var(--radius-xl);width:auto;max-height:60vh;animation:.2s chat-module__Yf7yya__slideUp;inset:auto 8px 140px}.chat-module__Yf7yya__chatWindowsContainer{z-index:var(--z-toast);gap:0;inset:0}.chat-module__Yf7yya__chatWindow{top:0;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom,0px));max-height:none;box-shadow:none;z-index:var(--z-toast);border:none;border-radius:0;position:fixed;width:100%!important;height:auto!important}.chat-module__Yf7yya__chatWindowMinimized{border-radius:var(--radius-2xl);border:1px solid var(--border-subtle);z-index:1050;width:auto;height:auto;position:fixed;inset:auto auto 70px 8px;box-shadow:0 4px 16px #0000004d}.chat-module__Yf7yya__chatWindowHeader{padding:var(--space-sm) var(--space-md);min-height:52px;padding-top:max(var(--space-sm), env(safe-area-inset-top,8px))}.chat-module__Yf7yya__chatWindowName{font-size:var(--text-md)}.chat-module__Yf7yya__chatMessages{padding:var(--space-md);gap:var(--space-sm)}.chat-module__Yf7yya__chatBubble{font-size:var(--text-md);padding:var(--space-sm) var(--space-md)}.chat-module__Yf7yya__chatInputBar{padding:var(--space-sm) var(--space-md);padding-bottom:max(var(--space-sm), env(safe-area-inset-bottom,8px))}.chat-module__Yf7yya__chatInputBar input{font-size:var(--text-base);padding:var(--space-sm) var(--space-md)}.chat-module__Yf7yya__chatTextarea{font-size:var(--text-base);padding:var(--space-sm) var(--space-md);max-height:140px}.chat-module__Yf7yya__hideOnMobile{display:none!important}.chat-module__Yf7yya__chatWindowControls button{font-size:var(--text-lg);padding:var(--space-sm) var(--space-3)}}.chat-module__Yf7yya__backArrow{color:var(--text-primary);cursor:pointer;font-size:var(--text-xl);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;display:none}.chat-module__Yf7yya__backArrow:hover{background:#ffffff1a}@media (max-width:768px){.chat-module__Yf7yya__backArrow{justify-content:center;align-items:center;display:flex}}.chat-module__Yf7yya__chatImageGrid{gap:var(--space-xs);margin-top:var(--space-sm);border-radius:var(--radius-md);grid-template-columns:repeat(auto-fill,minmax(100px,1fr));display:grid;overflow:hidden}.chat-module__Yf7yya__chatImage{object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;width:100%;height:100px;transition:opacity var(--transition-fast)}.chat-module__Yf7yya__chatImage:hover{opacity:.85}.chat-module__Yf7yya__chatPendingImages{gap:var(--space-xs);padding:6px var(--space-xs);border-top:1px solid var(--border-subtle);flex-shrink:0;display:flex;overflow-x:auto}.chat-module__Yf7yya__chatPendingImageWrap{flex-shrink:0;position:relative}.chat-module__Yf7yya__chatPendingImage{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-subtle);width:52px;height:52px}.chat-module__Yf7yya__chatPendingImageRemove{background:var(--brand-heart);color:#fff;cursor:pointer;width:18px;height:18px;font-size:var(--text-2xs);border:none;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}button.chat-module__Yf7yya__chatAttachBtn{background:var(--bg-tertiary);border:1px solid var(--border-subtle);cursor:pointer;width:32px;min-width:32px;height:32px;min-height:32px;color:var(--text-secondary);border-radius:var(--radius-md);transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);font-size:var(--text-base);flex:0 0 32px;justify-content:center;align-self:flex-end;align-items:center;padding:0;display:inline-flex}button.chat-module__Yf7yya__chatAttachBtn:hover{color:var(--text-primary);background:#ffffff1a;border-color:#ffffff2e}.chat-module__Yf7yya__chatFileAttachment{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-sm);margin-top:var(--space-sm);border-radius:var(--radius-md);cursor:pointer;color:inherit;transition:background var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;text-decoration:none;display:flex}.chat-module__Yf7yya__chatFileAttachment:hover{background:#ffffff1a}.chat-module__Yf7yya__chatFileIcon{font-size:var(--text-2xl);flex-shrink:0}.chat-module__Yf7yya__chatFileInfo{flex:1;min-width:0}.chat-module__Yf7yya__chatFileName{font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-module__Yf7yya__chatFileSize{font-size:var(--text-2xs);opacity:.6}.chat-module__Yf7yya__chatPendingFiles{gap:var(--space-xs);padding:4px var(--space-xs);flex-shrink:0;display:flex;overflow-x:auto}.chat-module__Yf7yya__chatPendingFileChip{align-items:center;gap:var(--space-xs);padding:3px var(--space-sm);border-radius:var(--radius-lg);font-size:var(--text-2xs);background:#ffffff14;border:1px solid #ffffff1f;flex-shrink:0;max-width:160px;display:flex}.chat-module__Yf7yya__chatPendingFileChip span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-module__Yf7yya__chatPendingFileChipRemove{color:var(--brand-heart);cursor:pointer;font-size:var(--text-xs);padding:0 var(--space-2xs);background:0 0;border:none;flex-shrink:0}
.header-module__9iNmeq__header{z-index:1001;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);height:var(--header-height);padding-top:env(safe-area-inset-top,0px);will-change:transform;background:#000000eb;transition:transform .25s;position:sticky;top:0}@media (max-width:768px){html[data-scroll-dir=down] .header-module__9iNmeq__header{transform:translateY(-100%)}}.header-module__9iNmeq__inner{max-width:1200px;height:100%;padding:0 var(--space-md);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid}.header-module__9iNmeq__logo{align-items:center;gap:var(--space-xs);text-decoration:none;display:inline-flex}.header-module__9iNmeq__logoIcon{align-items:center;display:flex}.header-module__9iNmeq__logoText{object-fit:contain;flex-shrink:0;width:auto;height:22px;display:block}.header-module__9iNmeq__logoTextBold{font-family:var(--font-heading);letter-spacing:.04em;color:#fff;white-space:nowrap;text-transform:uppercase;font-size:1.35rem;font-weight:900;line-height:1}.header-module__9iNmeq__logoTextThin{font-family:var(--font-heading);letter-spacing:.04em;color:#fff;white-space:nowrap;text-transform:uppercase;font-size:1.35rem;font-weight:100;line-height:1}.header-module__9iNmeq__centerTabs{align-items:center;gap:var(--space-2xs);height:100%;display:flex}.header-module__9iNmeq__navTab{padding:var(--space-sm) var(--space-5);height:100%;color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:1px;min-width:72px;text-decoration:none;transition:color .2s,background .15s;display:flex;position:relative}.header-module__9iNmeq__navTab:hover{color:var(--text-primary);background:#ffffff0a}.header-module__9iNmeq__navTabIcon{font-size:var(--text-xl);color:inherit;justify-content:center;align-items:center;line-height:1;display:flex}.header-module__9iNmeq__navTabLabel{font-size:var(--text-2xs);font-weight:var(--weight-medium);letter-spacing:.02em;white-space:nowrap}.header-module__9iNmeq__navTabActive{color:var(--brand-accent-light)}.header-module__9iNmeq__navTabActive .header-module__9iNmeq__navTabIcon{color:var(--brand-pink);filter:drop-shadow(0 0 6px #f9731659)}.header-module__9iNmeq__navTabActive .header-module__9iNmeq__navTabIcon svg{stroke:url(#brand-gradient)}.header-module__9iNmeq__navTabActive:after{content:"";background:linear-gradient(90deg,#f97316 0%,#ef4444 50%,#ec4899 100%);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:8px;right:8px}.header-module__9iNmeq__rightUtils{justify-content:flex-end;align-items:center;gap:var(--space-sm);display:flex}.header-module__9iNmeq__mobileOnly{display:none}.header-module__9iNmeq__headerChatBtn{display:flex}.header-module__9iNmeq__utilBtn{cursor:pointer;width:36px;height:36px;color:var(--text-secondary);font-size:var(--text-base);transition:background var(--transition-fast), color .15s;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.header-module__9iNmeq__utilBtn:hover{color:var(--brand-accent-light);background:#ffffff1a}.header-module__9iNmeq__badge{min-width:17px;height:17px;padding:0 var(--space-xs);color:#fff;font-size:var(--text-2xs);font-weight:var(--weight-bold);text-align:center;-webkit-text-fill-color:#fff;pointer-events:none;background:linear-gradient(135deg,#f97316 0%,#ef4444 50%,#ec4899 100%);border-radius:9px;line-height:17px;animation:.3s cubic-bezier(.16,1,.3,1) header-module__9iNmeq__badgePop;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 6px #ec489959}@keyframes header-module__9iNmeq__badgePop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.header-module__9iNmeq__profileBtn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:relative}.header-module__9iNmeq__profileAvatar{width:32px;height:32px;transition:border-color var(--transition-fast);border:2px solid #0000;border-radius:50%;overflow:hidden}.header-module__9iNmeq__profileBtn:hover .header-module__9iNmeq__profileAvatar{border-color:#ec489966}.header-module__9iNmeq__profileAvatarImg{object-fit:cover;width:100%;height:100%}.header-module__9iNmeq__profileAvatarFallback{background:var(--gradient-brand);color:#fff;width:100%;height:100%;font-weight:var(--weight-bold);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.header-module__9iNmeq__profileDropdown{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:220px;z-index:var(--z-toast);padding:var(--space-xs) 0;animation:.15s header-module__9iNmeq__dropdownSlide;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #0006}.header-module__9iNmeq__profileDropdownOverlay{z-index:1099;position:fixed;inset:0}@keyframes header-module__9iNmeq__dropdownSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-module__9iNmeq__dropdownItem{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;text-decoration:none;transition:background .1s;display:flex}.header-module__9iNmeq__dropdownItem:hover{background:#ffffff0d}.header-module__9iNmeq__dropdownItemIcon{font-size:var(--text-base);text-align:center;width:20px;color:var(--brand-accent-light);justify-content:center;align-items:center;display:flex}.header-module__9iNmeq__dropdownDivider{background:var(--border-subtle);height:1px;margin:var(--space-xs) 0}.header-module__9iNmeq__dropdownSignout{color:#f87171}@media (max-width:768px){.header-module__9iNmeq__header{height:calc(var(--header-height) + env(safe-area-inset-top,0px))}.header-module__9iNmeq__inner{padding:0 var(--space-sm);justify-content:space-between;display:flex}.header-module__9iNmeq__centerTabs{display:none}.header-module__9iNmeq__logoText{height:18px}.header-module__9iNmeq__logoTextBold,.header-module__9iNmeq__logoTextThin{font-size:1.15rem}.header-module__9iNmeq__utilBtn{width:34px;height:34px;font-size:var(--text-base)}.header-module__9iNmeq__profileAvatar{width:30px;height:30px}.header-module__9iNmeq__badge{min-width:18px;height:18px;font-size:var(--text-2xs);line-height:18px}.header-module__9iNmeq__mobileOnly{display:flex}.header-module__9iNmeq__headerChatBtn{display:none!important}}
.circles-module__km-lAG__toolbar{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.circles-module__km-lAG__toolbarHint{color:var(--text-tertiary);font-size:.8125rem}.circles-module__km-lAG__emptyState{text-align:center;padding:var(--space-3xl) var(--space-xl);color:var(--text-secondary);align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.circles-module__km-lAG__emptyIcon{color:var(--text-tertiary);margin-bottom:var(--space-sm)}.circles-module__km-lAG__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.circles-module__km-lAG__card{transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;padding:0;display:flex;overflow:hidden}.circles-module__km-lAG__cardBanner{background:var(--bg-surface);flex-shrink:0;width:100%;height:110px;position:relative;overflow:hidden}.circles-module__km-lAG__cardBanner img{object-fit:cover;width:100%;height:100%;display:block}.circles-module__km-lAG__cardBannerOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#020617bf 100%);position:absolute;inset:0}.circles-module__km-lAG__cardBannerEmoji{filter:drop-shadow(0 1px 2px #0006);font-size:1.5rem;position:absolute;top:10px;left:12px}.circles-module__km-lAG__cardBannerTitle{color:#fff;font-size:1rem;font-weight:var(--weight-bold);text-shadow:0 1px 3px #00000080;line-height:1.2;position:absolute;bottom:10px;left:12px;right:12px}.circles-module__km-lAG__cardBody{gap:var(--space-sm);padding:var(--space-md);flex-direction:column;display:flex}.circles-module__km-lAG__cardActionsOverlay{z-index:2;gap:4px;display:flex;position:absolute;top:8px;right:8px}.circles-module__km-lAG__cardActionsOverlay .circles-module__km-lAG__iconBtn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:1px solid #ffffff2e}.circles-module__km-lAG__cardActionsOverlay .circles-module__km-lAG__iconBtn:hover{background:#0009}@media (hover:hover) and (pointer:fine){.circles-module__km-lAG__card:hover{box-shadow:var(--shadow-md), 0 0 24px color-mix(in srgb, var(--brand-primary) 22%, transparent);border-color:color-mix(in srgb, var(--brand-primary) 35%, var(--border-subtle));transform:translateY(-1px)}}.circles-module__km-lAG__cardHead{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);display:flex}.circles-module__km-lAG__cardTitle{align-items:center;gap:var(--space-sm);flex:1;min-width:0;display:flex}.circles-module__km-lAG__cardEmoji{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:inline-flex}.circles-module__km-lAG__cardName{font-size:var(--text-base);font-weight:var(--weight-semibold);line-height:1.2}.circles-module__km-lAG__cardDesc{color:var(--text-tertiary);margin-top:2px;font-size:.75rem}.circles-module__km-lAG__cardActions{flex-shrink:0;gap:4px;display:flex}.circles-module__km-lAG__iconBtn{border-radius:var(--radius-full);border:1px solid var(--border-subtle);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.circles-module__km-lAG__iconBtn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.circles-module__km-lAG__confirmInline{gap:4px;display:flex}.circles-module__km-lAG__confirmBtn{border-radius:var(--radius-full);font-size:.6875rem;font-weight:var(--weight-semibold);border:1px solid var(--border-subtle);background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;padding:4px 10px}.circles-module__km-lAG__confirmDanger{color:var(--brand-heart);background:#f43f5e1f;border-color:#f43f5e4d}.circles-module__km-lAG__memberCount{color:var(--text-tertiary);font-size:.6875rem;font-weight:var(--weight-semibold);align-items:center;gap:4px;display:inline-flex}.circles-module__km-lAG__memberList{flex-wrap:wrap;gap:4px;display:flex}.circles-module__km-lAG__emptyMembers{color:var(--text-tertiary);font-size:.75rem;font-style:italic}.circles-module__km-lAG__memberChip{border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border-subtle);font-size:.6875rem;font-weight:var(--weight-medium);color:var(--text-secondary);align-items:center;gap:4px;padding:2px 8px 2px 2px;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.circles-module__km-lAG__memberChip:hover{background:var(--bg-elevated);border-color:var(--border-strong);color:var(--text-primary)}}.circles-module__km-lAG__memberAvatar{border-radius:var(--radius-full);object-fit:cover;width:18px;height:18px}.circles-module__km-lAG__memberInitial{border-radius:var(--radius-full);width:18px;height:18px;font-size:.625rem;font-weight:var(--weight-bold);color:#fff;background:var(--text-tertiary);justify-content:center;align-items:center;display:inline-flex}.circles-module__km-lAG__memberName{white-space:nowrap}.circles-module__km-lAG__memberMore{border-radius:var(--radius-full);background:var(--bg-surface);font-size:.6875rem;font-weight:var(--weight-semibold);color:var(--text-tertiary);align-items:center;padding:2px 8px;display:inline-flex}.circles-module__km-lAG__cardFooter{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px dashed var(--border-subtle);justify-content:flex-start;display:flex}.circles-module__km-lAG__modalBackdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:var(--z-modal-backdrop);background:#020617b8;justify-content:center;align-items:flex-end;padding:0;animation:.18s ease-out circles-module__km-lAG__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:640px){.circles-module__km-lAG__modalBackdrop{padding:var(--space-lg);align-items:center}}@keyframes circles-module__km-lAG__fadeIn{0%{opacity:0}to{opacity:1}}.circles-module__km-lAG__modal{background:var(--bg-secondary);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:540px;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 16px);gap:var(--space-md);flex-direction:column;max-height:90dvh;display:flex;overflow-y:auto}@media (min-width:640px){.circles-module__km-lAG__modal{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);padding:var(--space-lg)}}.circles-module__km-lAG__modalHeader{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.circles-module__km-lAG__modalHeader h3{font-size:var(--text-lg);font-weight:var(--weight-bold);margin:0}.circles-module__km-lAG__modalClose{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.circles-module__km-lAG__modalClose:hover{background:var(--bg-surface-hover)}.circles-module__km-lAG__emojiRow{flex-wrap:wrap;gap:6px;display:flex}.circles-module__km-lAG__emojiBtn{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface);cursor:pointer;width:38px;height:38px;transition:background var(--transition-fast), border-color var(--transition-fast);font-size:1.125rem}.circles-module__km-lAG__emojiBtn:hover{background:var(--bg-surface-hover)}.circles-module__km-lAG__emojiBtnActive{background:color-mix(in srgb, var(--color-active) 18%, transparent);border-color:var(--color-active)}.circles-module__km-lAG__errorText{color:var(--brand-heart);border-radius:var(--radius-md);background:#f43f5e14;border:1px solid #f43f5e33;padding:6px 10px;font-size:.8125rem}.circles-module__km-lAG__modalActions{justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.circles-module__km-lAG__moreDetails{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px dashed var(--border-subtle);gap:var(--space-md);flex-direction:column;display:flex}.circles-module__km-lAG__moreDetails>summary{cursor:pointer;font-size:.8125rem;font-weight:var(--weight-semibold);color:var(--text-tertiary);-webkit-user-select:none;user-select:none;padding:4px 0;list-style:none}.circles-module__km-lAG__moreDetails>summary::-webkit-details-marker{display:none}.circles-module__km-lAG__moreDetails>summary:before{content:"▸ ";transition:transform .15s;display:inline-block}.circles-module__km-lAG__moreDetails[open]>summary:before{transform:rotate(90deg)}.circles-module__km-lAG__imagePickerWrap{grid-template-columns:repeat(6,1fr);gap:6px;display:grid}@media (max-width:480px){.circles-module__km-lAG__imagePickerWrap{grid-template-columns:repeat(3,1fr)}}.circles-module__km-lAG__imagePickerBtn{aspect-ratio:1;border-radius:var(--radius-md);background:var(--bg-surface);cursor:pointer;border:2px solid #0000;padding:0;transition:transform .12s,border-color .12s;position:relative;overflow:hidden}.circles-module__km-lAG__imagePickerBtn img{object-fit:cover;width:100%;height:100%;display:block}.circles-module__km-lAG__imagePickerBtnActive{border-color:var(--color-active);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-active) 25%, transparent)}.circles-module__km-lAG__imagePickerBtn:not(.circles-module__km-lAG__imagePickerBtnActive):hover{transform:scale(1.03)}
.bottomtabbar-module__e9FwyG__bottomBar{display:none}@media (max-width:768px){.bottomtabbar-module__e9FwyG__bottomBar{z-index:var(--z-dropdown);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-subtle);padding:var(--space-xs) 0;padding-bottom:max(4px, env(safe-area-inset-bottom));will-change:transform;background:#000000f2;justify-content:space-around;align-items:center;transition:transform .25s;display:flex;position:fixed;bottom:0;left:0;right:0}html[data-scroll-dir=down] .bottomtabbar-module__e9FwyG__bottomBar{transform:translateY(100%)}.bottomtabbar-module__e9FwyG__tab{padding:var(--space-xs) 2px;min-width:0;color:var(--text-tertiary);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:1px;text-decoration:none;display:flex;position:relative}.bottomtabbar-module__e9FwyG__tab:active{transform:scale(.92)}.bottomtabbar-module__e9FwyG__tabIcon{font-size:var(--text-xl);color:inherit;justify-content:center;align-items:center;line-height:1;display:flex;position:relative}.bottomtabbar-module__e9FwyG__tabBadge{border-radius:var(--radius-md);background:var(--brand-heart);color:#fff;min-width:16px;height:16px;font-size:var(--text-2xs);font-weight:var(--weight-bold);padding:0 var(--space-xs);justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;top:-4px;right:-8px;box-shadow:0 2px 6px #ef444466}.bottomtabbar-module__e9FwyG__tabBadgeInvite{background:var(--brand-primary,#f97316);left:-8px;right:auto;box-shadow:0 2px 6px #f9731666}.bottomtabbar-module__e9FwyG__tabLabel{font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.01em}.bottomtabbar-module__e9FwyG__tabActive{color:var(--brand-primary-light)}.bottomtabbar-module__e9FwyG__tabActive .bottomtabbar-module__e9FwyG__tabIcon{color:var(--brand-primary);filter:drop-shadow(0 0 6px #f973164d)}.bottomtabbar-module__e9FwyG__tabActive:after{content:"";background:linear-gradient(90deg,#fb923c 0%,#ef4444 100%);border-radius:1px;width:20px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}}
.invite-link-module__unI7TW__trigger{border-radius:var(--radius-full);font-size:.75rem;font-weight:var(--weight-semibold);color:#22d3ee;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);white-space:nowrap;background:#22d3ee1a;border:1px solid #22d3ee59;align-items:center;gap:6px;padding:6px 12px;display:inline-flex}.invite-link-module__unI7TW__trigger:hover{background:#22d3ee2e;border-color:#22d3ee}.invite-link-module__unI7TW__triggerCompact{border-radius:var(--radius-full);border:1px solid var(--border-subtle);background:var(--bg-surface);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.invite-link-module__unI7TW__triggerCompact:hover{color:#22d3ee;background:#22d3ee1f;border-color:#22d3ee66}.invite-link-module__unI7TW__modalBackdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:var(--z-modal-backdrop);background:#020617b8;justify-content:center;align-items:flex-end;padding:0;animation:.18s ease-out invite-link-module__unI7TW__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:640px){.invite-link-module__unI7TW__modalBackdrop{padding:var(--space-lg);align-items:center}}@keyframes invite-link-module__unI7TW__fadeIn{0%{opacity:0}to{opacity:1}}.invite-link-module__unI7TW__modal{background:var(--bg-secondary);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:520px;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 16px);gap:var(--space-md);flex-direction:column;max-height:90dvh;display:flex;overflow-y:auto}@media (min-width:640px){.invite-link-module__unI7TW__modal{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);padding:var(--space-lg)}}.invite-link-module__unI7TW__header{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.invite-link-module__unI7TW__header h3{font-size:var(--text-lg);font-weight:var(--weight-bold);margin:0}.invite-link-module__unI7TW__close{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.invite-link-module__unI7TW__close:hover{background:var(--bg-surface-hover)}.invite-link-module__unI7TW__intro{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.invite-link-module__unI7TW__intro strong{color:var(--text-primary)}.invite-link-module__unI7TW__hint{color:var(--text-tertiary);margin-top:4px;font-size:.6875rem;display:block}.invite-link-module__unI7TW__modalActions{justify-content:flex-end;gap:var(--space-sm);display:flex}.invite-link-module__unI7TW__linkBox{gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-subtle);flex-direction:column;display:flex}.invite-link-module__unI7TW__linkUrl{word-break:break-all;color:var(--text-primary);border-radius:var(--radius-sm);background:var(--bg-secondary);border:1px solid var(--border-subtle);padding:8px 10px;font-family:ui-monospace,SF Mono,monospace;font-size:.8125rem}.invite-link-module__unI7TW__linkActions{gap:6px;display:flex}.invite-link-module__unI7TW__linkBtn{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;transition:background var(--transition-fast);flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;display:inline-flex}.invite-link-module__unI7TW__linkBtn:hover{background:var(--bg-surface-hover)}.invite-link-module__unI7TW__linkBtnPrimary{color:#22d3ee;background:linear-gradient(135deg,#22d3ee2e,#6366f12e);border-color:#22d3ee59}.invite-link-module__unI7TW__linkBtnPrimary:hover{background:linear-gradient(135deg,#22d3ee4d,#6366f14d)}.invite-link-module__unI7TW__linkBtnFacebook{color:#4a9cf5;background:#1877f21a;border-color:#1877f247}.invite-link-module__unI7TW__linkBtnFacebook:hover{background:#1877f233;border-color:#1877f280}.invite-link-module__unI7TW__previewMsg{color:var(--text-tertiary);margin:0;font-size:.75rem;font-style:italic}.invite-link-module__unI7TW__tinyHint{color:var(--text-tertiary);margin:0;font-size:.6875rem}
.feedback-bubble-module__WDME5q__root{bottom:calc(76px + env(safe-area-inset-bottom,0px));z-index:var(--z-max);align-items:flex-end;gap:var(--space-sm);font-family:var(--font-body);flex-direction:column;display:flex;position:fixed;right:20px}.feedback-bubble-module__WDME5q__fab{cursor:pointer;width:52px;height:52px;font-size:var(--text-2xl);background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-heart) 100%);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 4px 20px #0006,0 0 0 2px #f973164d}.feedback-bubble-module__WDME5q__fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #f9731680,0 0 0 2px #f9731666}.feedback-bubble-module__WDME5q__fab:active{transform:scale(.95)}.feedback-bubble-module__WDME5q__fabActive{background:var(--bg-tertiary);font-size:var(--text-xl);box-shadow:0 4px 16px #0000004d}.feedback-bubble-module__WDME5q__fab:before{content:"";background:linear-gradient(135deg, var(--brand-primary), var(--brand-heart));opacity:0;z-index:var(--z-below);border-radius:50%;animation:3s ease-in-out infinite feedback-bubble-module__WDME5q__fabPulse;position:absolute;inset:-3px}@keyframes feedback-bubble-module__WDME5q__fabPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.15)}}.feedback-bubble-module__WDME5q__fabActive:before{opacity:0;animation:none}.feedback-bubble-module__WDME5q__quickMenu{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:240px;z-index:calc(var(--z-toast) + 1);animation:.25s cubic-bezier(.16,1,.3,1) feedback-bubble-module__WDME5q__slideUpFade;position:absolute;bottom:64px;right:0;overflow:hidden}@keyframes feedback-bubble-module__WDME5q__slideUpFade{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.feedback-bubble-module__WDME5q__quickMenuTitle{padding:var(--space-md) var(--space-md) var(--space-sm);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.feedback-bubble-module__WDME5q__quickMenuItem{align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-3) var(--space-md);color:var(--text-primary);font-size:var(--text-md);font-family:var(--font-body);cursor:pointer;text-align:left;transition:background var(--transition-fast);background:0 0;border:none;display:flex}.feedback-bubble-module__WDME5q__quickMenuItem:hover{background:var(--bg-tertiary)}.feedback-bubble-module__WDME5q__quickMenuItem:last-child{border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.feedback-bubble-module__WDME5q__capturing{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-md) var(--space-lg);align-items:center;gap:var(--space-3);color:var(--text-secondary);font-size:var(--text-md);box-shadow:var(--shadow-lg);animation:.2s feedback-bubble-module__WDME5q__slideUpFade;display:flex;position:absolute;bottom:64px;right:0}.feedback-bubble-module__WDME5q__capturingSpinner{border:2px solid var(--border-subtle);border-top-color:var(--brand-primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite feedback-bubble-module__WDME5q__spin}@keyframes feedback-bubble-module__WDME5q__spin{to{transform:rotate(360deg)}}.feedback-bubble-module__WDME5q__annotateOverlay{-webkit-backdrop-filter:blur(4px);z-index:var(--z-toast);padding:var(--space-md);background:#000c;justify-content:center;align-items:center;animation:.2s feedback-bubble-module__WDME5q__fadeIn;display:flex;position:fixed;inset:0}@keyframes feedback-bubble-module__WDME5q__fadeIn{0%{opacity:0}to{opacity:1}}.feedback-bubble-module__WDME5q__annotatePanel{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden}.feedback-bubble-module__WDME5q__annotateHeader{padding:var(--space-md) var(--space-5);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.feedback-bubble-module__WDME5q__annotateHeader h3{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.feedback-bubble-module__WDME5q__annotateSkip{color:var(--text-secondary);font-size:var(--text-md);cursor:pointer;font-family:var(--font-body);transition:color var(--transition-fast);background:0 0;border:none}.feedback-bubble-module__WDME5q__annotateSkip:hover{color:var(--text-primary)}.feedback-bubble-module__WDME5q__annotateToolbar{align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-5);border-bottom:1px solid var(--border-subtle);background:var(--bg-tertiary);flex-wrap:wrap;display:flex}.feedback-bubble-module__WDME5q__toolGroup{gap:var(--space-xs);display:flex}.feedback-bubble-module__WDME5q__toolBtn{border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;font-size:var(--text-base);color:var(--text-secondary);transition:all var(--transition-fast);font-family:var(--font-body);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.feedback-bubble-module__WDME5q__toolBtn:hover{background:var(--bg-elevated);border-color:var(--border-subtle)}.feedback-bubble-module__WDME5q__toolBtnActive{background:var(--bg-elevated);border-color:var(--brand-primary);color:var(--text-primary);box-shadow:0 0 0 1px #f9731633}.feedback-bubble-module__WDME5q__colorGroup{gap:var(--space-sm);padding:0 var(--space-sm);border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);display:flex}.feedback-bubble-module__WDME5q__colorDot{cursor:pointer;width:22px;height:22px;transition:all var(--transition-fast);border:2px solid #0000;border-radius:50%;padding:0}.feedback-bubble-module__WDME5q__colorDot:hover{transform:scale(1.15)}.feedback-bubble-module__WDME5q__colorDotActive{border-color:#fff;transform:scale(1.1);box-shadow:0 0 0 2px #ffffff4d}.feedback-bubble-module__WDME5q__zoomGroup{align-items:center;gap:var(--space-xs);padding-left:var(--space-sm);border-left:1px solid var(--border-subtle);margin-left:auto;display:flex}.feedback-bubble-module__WDME5q__zoomLabel{font-size:var(--text-xs);color:var(--text-secondary);text-align:center;font-variant-numeric:tabular-nums;min-width:40px}.feedback-bubble-module__WDME5q__canvasContainer{padding:var(--space-md);-webkit-overflow-scrolling:touch;background:#0000004d;flex:1;justify-content:center;align-items:flex-start;display:flex;overflow:auto}.feedback-bubble-module__WDME5q__canvas{border-radius:var(--radius-md);touch-action:none;box-shadow:0 2px 12px #0006}.feedback-bubble-module__WDME5q__annotateFooter{justify-content:flex-end;gap:var(--space-3);padding:var(--space-md) var(--space-5);border-top:1px solid var(--border-subtle);display:flex}.feedback-bubble-module__WDME5q__formPanel{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:340px;max-width:calc(100vw - 40px);animation:.3s cubic-bezier(.16,1,.3,1) feedback-bubble-module__WDME5q__slideUpFade;position:absolute;bottom:64px;right:0;overflow:hidden}.feedback-bubble-module__WDME5q__formHeader{padding:var(--space-md) var(--space-5);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.feedback-bubble-module__WDME5q__formHeader h3{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.feedback-bubble-module__WDME5q__formClose{background:var(--bg-tertiary);width:28px;height:28px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-md);transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.feedback-bubble-module__WDME5q__formClose:hover{background:var(--bg-elevated);color:var(--text-primary)}.feedback-bubble-module__WDME5q__formError{margin:var(--space-3) var(--space-5) 0;padding:var(--space-sm) var(--space-3);border-radius:var(--radius-sm);color:#f85149;font-size:var(--text-sm);background:#f851491a;border:1px solid #f851494d}.feedback-bubble-module__WDME5q__screenshotPreview{margin:var(--space-3) var(--space-5) 0;border-radius:var(--radius-md);border:1px solid var(--border-subtle);position:relative;overflow:hidden}.feedback-bubble-module__WDME5q__screenshotPreview img{object-fit:cover;width:100%;max-height:150px;display:block}.feedback-bubble-module__WDME5q__screenshotRemove{padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);font-family:var(--font-body);background:#000000bf;border:none;position:absolute;top:4px;right:4px}.feedback-bubble-module__WDME5q__screenshotRemove:hover{background:#f85149e6}.feedback-bubble-module__WDME5q__formInput{width:calc(100% - 2.5rem);margin:var(--space-3) var(--space-5) 0;padding:var(--space-sm) var(--space-3);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-md);transition:border-color var(--transition-fast);outline:none;display:block}.feedback-bubble-module__WDME5q__formInput:focus{border-color:var(--brand-primary)}.feedback-bubble-module__WDME5q__formTextarea{width:calc(100% - 2.5rem);margin:var(--space-sm) var(--space-5) 0;padding:var(--space-sm) var(--space-3);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-md);resize:vertical;transition:border-color var(--transition-fast);outline:none;line-height:1.5;display:block}.feedback-bubble-module__WDME5q__formTextarea:focus{border-color:var(--brand-primary)}.feedback-bubble-module__WDME5q__formSubmit{width:calc(100% - 2.5rem);margin:var(--space-3) var(--space-5) var(--space-5);display:block}.feedback-bubble-module__WDME5q__successMsg{align-items:center;gap:var(--space-sm);padding:var(--space-xl);text-align:center;color:#3fb950;font-weight:var(--weight-semibold);font-size:var(--text-base);flex-direction:column;animation:.3s feedback-bubble-module__WDME5q__fadeIn;display:flex}.feedback-bubble-module__WDME5q__successIcon{font-size:var(--text-4xl)}.feedback-bubble-module__WDME5q__destOverlay{-webkit-backdrop-filter:blur(4px);z-index:var(--z-toast);padding:var(--space-md);background:#000000bf;justify-content:center;align-items:center;animation:.2s feedback-bubble-module__WDME5q__fadeIn;display:flex;position:fixed;inset:0}.feedback-bubble-module__WDME5q__destPanel{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) feedback-bubble-module__WDME5q__slideUpFade;overflow-y:auto}.feedback-bubble-module__WDME5q__destHeader{padding:var(--space-md) var(--space-5);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.feedback-bubble-module__WDME5q__destHeader h3{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.feedback-bubble-module__WDME5q__destPreview{padding:var(--space-md) var(--space-5) 0}.feedback-bubble-module__WDME5q__destPreview img{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-subtle);width:100%;max-height:220px}.feedback-bubble-module__WDME5q__destOptions{gap:var(--space-sm);padding:var(--space-5);flex-direction:column;display:flex}.feedback-bubble-module__WDME5q__destOption{align-items:center;gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;text-align:left;font-family:var(--font-body);transition:all var(--transition-fast);display:flex}.feedback-bubble-module__WDME5q__destOption:hover{background:var(--bg-elevated);border-color:var(--brand-primary);transform:translateY(-1px)}.feedback-bubble-module__WDME5q__destOptionEmoji{font-size:var(--text-3xl);flex-shrink:0}.feedback-bubble-module__WDME5q__destOptionText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.feedback-bubble-module__WDME5q__destOptionText strong{font-size:var(--text-md);font-weight:var(--weight-semibold)}.feedback-bubble-module__WDME5q__destOptionText small{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.4}.feedback-bubble-module__WDME5q__popupRoot{bottom:calc(76px + env(safe-area-inset-bottom,0px) + 64px);width:380px;max-width:calc(100vw - 40px);height:560px;max-height:calc(100vh - 200px);z-index:var(--z-toast);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) feedback-bubble-module__WDME5q__slideUpFade;display:flex;position:fixed;right:20px;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0a}.feedback-bubble-module__WDME5q__popupPanel{flex-direction:column;flex:1;min-height:0;display:flex}.feedback-bubble-module__WDME5q__popupHeader{justify-content:space-between;align-items:center;gap:var(--space-sm);border-bottom:1px solid var(--border-subtle);background:var(--bg-tertiary);flex-shrink:0;padding:12px 16px;display:flex}.feedback-bubble-module__WDME5q__popupTitle{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.feedback-bubble-module__WDME5q__popupTitleEmoji{flex-shrink:0;font-size:22px}.feedback-bubble-module__WDME5q__popupTitleText{flex-direction:column;gap:2px;min-width:0;display:flex}.feedback-bubble-module__WDME5q__popupTitleMain{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text-primary)}.feedback-bubble-module__WDME5q__popupSubtitleOnline{font-size:var(--text-xs);color:#3fb950;font-weight:var(--weight-medium)}.feedback-bubble-module__WDME5q__popupSubtitleBusy{font-size:var(--text-xs);color:var(--brand-primary);font-weight:var(--weight-medium)}.feedback-bubble-module__WDME5q__popupSubtitleOffline{font-size:var(--text-xs);color:var(--text-secondary)}.feedback-bubble-module__WDME5q__popupHeaderActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.feedback-bubble-module__WDME5q__popupBack{background:var(--bg-elevated);width:44px;height:44px;color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;display:none}.feedback-bubble-module__WDME5q__popupBack:active{background:var(--bg-secondary)}@media (hover:hover) and (pointer:fine){.feedback-bubble-module__WDME5q__popupBack:hover{background:var(--bg-secondary)}}.feedback-bubble-module__WDME5q__popupClose{width:32px;height:32px;color:var(--text-secondary);font-size:var(--text-md);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feedback-bubble-module__WDME5q__popupClose:hover{background:var(--bg-elevated);color:var(--text-primary)}.feedback-bubble-module__WDME5q__popupContextBar{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);font-size:var(--text-xs);color:var(--text-secondary);font-family:var(--font-mono,monospace);white-space:nowrap;align-items:center;gap:6px;padding:6px 16px;display:flex;overflow:hidden}.feedback-bubble-module__WDME5q__popupContextBar>span{text-overflow:ellipsis;overflow:hidden}.feedback-bubble-module__WDME5q__popupMessages{-webkit-overflow-scrolling:touch;padding:var(--space-md);scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;min-height:0;display:flex;overflow-y:auto}.feedback-bubble-module__WDME5q__popupEmpty{text-align:center;color:var(--text-secondary);padding:var(--space-md);font-size:var(--text-sm);margin:auto;line-height:1.5}.feedback-bubble-module__WDME5q__popupEmptyEmoji{opacity:.6;margin-bottom:12px;font-size:44px}.feedback-bubble-module__WDME5q__popupEmptyWarn{border-radius:var(--radius-sm);color:var(--brand-primary);font-size:var(--text-xs);text-align:left;background:#f973161a;border:1px solid #f973164d;margin-top:12px;padding:10px}.feedback-bubble-module__WDME5q__popupEmptyWarn code{background:var(--bg-tertiary);color:var(--text-primary);border-radius:4px;padding:2px 6px;font-size:11px}.feedback-bubble-module__WDME5q__popupTaskWrap{flex-direction:column;gap:8px;display:flex}.feedback-bubble-module__WDME5q__popupMsg{flex-direction:column;gap:4px;max-width:92%;display:flex}.feedback-bubble-module__WDME5q__popupMsgUser{align-self:flex-end;align-items:flex-end}.feedback-bubble-module__WDME5q__popupMsgAssistant{align-self:flex-start;align-items:flex-start}.feedback-bubble-module__WDME5q__popupMsgBubble{font-size:var(--text-sm);white-space:pre-wrap;word-wrap:break-word;border-radius:14px;padding:8px 12px;line-height:1.5}.feedback-bubble-module__WDME5q__popupMsgUser .feedback-bubble-module__WDME5q__popupMsgBubble{background:linear-gradient(135deg, var(--brand-primary), var(--brand-heart));color:#fff;border-bottom-right-radius:4px}.feedback-bubble-module__WDME5q__popupMsgAssistant .feedback-bubble-module__WDME5q__popupMsgBubble{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-subtle);border-bottom-left-radius:4px}.feedback-bubble-module__WDME5q__popupMsgError{color:#f85149!important;background:#f851491a!important;border-color:#f851494d!important}.feedback-bubble-module__WDME5q__popupMsgRunning{background:#f9731614!important;border-color:#f9731640!important}.feedback-bubble-module__WDME5q__popupRunningHead{font-size:var(--text-sm);color:var(--text-primary);font-weight:var(--weight-medium);align-items:center;gap:8px;display:flex}.feedback-bubble-module__WDME5q__popupRunningSpinner{border:2px solid var(--border-subtle);border-top-color:var(--brand-primary);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite feedback-bubble-module__WDME5q__spin}.feedback-bubble-module__WDME5q__popupRunningLogs{border-top:1px dashed var(--border-subtle);flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;display:flex}.feedback-bubble-module__WDME5q__popupRunningLogLine{font-family:var(--font-mono,monospace);color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;font-size:11px;line-height:1.4}.feedback-bubble-module__WDME5q__popupLogs{font-size:var(--text-xs);margin-top:4px}.feedback-bubble-module__WDME5q__popupLogs summary{cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;padding:4px 8px;list-style:none}.feedback-bubble-module__WDME5q__popupLogs summary::-webkit-details-marker{display:none}.feedback-bubble-module__WDME5q__popupLogs summary:before{content:"▸ "}.feedback-bubble-module__WDME5q__popupLogs[open] summary:before{content:"▾ "}.feedback-bubble-module__WDME5q__popupLogs summary:hover{background:var(--bg-tertiary);color:var(--text-primary)}.feedback-bubble-module__WDME5q__popupLogsBody{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:4px;max-height:240px;margin-top:6px;padding:8px 10px;display:flex;overflow-y:auto}.feedback-bubble-module__WDME5q__popupLogsLine{font-family:var(--font-mono,monospace);color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;font-size:11px;line-height:1.4}.feedback-bubble-module__WDME5q__popupError{margin:0 var(--space-md) 8px;border-radius:var(--radius-sm);color:#f85149;font-size:var(--text-xs);background:#f851491a;border:1px solid #f851494d;padding:8px 12px}.feedback-bubble-module__WDME5q__popupInputArea{border-top:1px solid var(--border-subtle);background:var(--bg-tertiary);padding:10px 12px calc(env(safe-area-inset-bottom,0px) + 10px);flex-shrink:0}.feedback-bubble-module__WDME5q__popupPendingImage{margin-bottom:8px;display:inline-block;position:relative}.feedback-bubble-module__WDME5q__popupPendingImage img{border-radius:var(--radius-md);border:1px solid var(--border-subtle);object-fit:cover;max-width:120px;max-height:80px;display:block}.feedback-bubble-module__WDME5q__popupPendingImageRemove{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:20px;height:20px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:flex;position:absolute;top:-6px;right:-6px}.feedback-bubble-module__WDME5q__popupInputRow{align-items:flex-end;gap:8px;display:flex}.feedback-bubble-module__WDME5q__popupAttachBtn,.feedback-bubble-module__WDME5q__popupSendBtn{cursor:pointer;width:36px;height:36px;font-size:var(--text-md);transition:all var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feedback-bubble-module__WDME5q__popupAttachBtn{background:var(--bg-secondary);color:var(--text-primary)}.feedback-bubble-module__WDME5q__popupAttachBtn:hover:not(:disabled){background:var(--bg-elevated)}.feedback-bubble-module__WDME5q__popupSendBtn{background:linear-gradient(135deg, var(--brand-primary), var(--brand-heart));color:#fff;font-weight:700;font-size:var(--text-lg)}.feedback-bubble-module__WDME5q__popupSendBtn:hover:not(:disabled){transform:scale(1.05)}.feedback-bubble-module__WDME5q__popupAttachBtn:disabled,.feedback-bubble-module__WDME5q__popupSendBtn:disabled{opacity:.4;cursor:not-allowed}.feedback-bubble-module__WDME5q__popupInput{background:var(--bg-secondary);border:1px solid var(--border-subtle);min-height:36px;max-height:140px;color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);resize:none;transition:border-color var(--transition-fast);border-radius:18px;outline:none;flex:1;padding:8px 12px;line-height:1.4}.feedback-bubble-module__WDME5q__popupInput:focus{border-color:var(--brand-primary)}.feedback-bubble-module__WDME5q__quickMenuItemPrimary{font-weight:var(--weight-semibold);background:linear-gradient(135deg,#f973161f,#f973160a)}.feedback-bubble-module__WDME5q__quickMenuItemPrimary:hover{background:linear-gradient(135deg,#f9731633,#f9731614)}.feedback-bubble-module__WDME5q__destOptionPrimary{background:linear-gradient(135deg,#f9731614,#f9731605);border-color:#f9731666}.feedback-bubble-module__WDME5q__sessionsPanel{bottom:calc(76px + env(safe-area-inset-bottom,0px) + 64px);width:380px;max-width:calc(100vw - 40px);height:560px;max-height:calc(100vh - 200px);z-index:calc(var(--z-toast) + 1);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) feedback-bubble-module__WDME5q__slideUpFade;display:flex;position:fixed;right:20px;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0a}.feedback-bubble-module__WDME5q__sessionsHeader{border-bottom:1px solid var(--border-subtle);background:var(--bg-tertiary);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.feedback-bubble-module__WDME5q__sessionsHeader h3{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text-primary);margin:0}.feedback-bubble-module__WDME5q__sessionsToolbar{border-bottom:1px solid var(--border-subtle);flex-shrink:0;gap:8px;padding:10px 12px;display:flex}.feedback-bubble-module__WDME5q__sessionsSearch{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);transition:border-color var(--transition-fast);border-radius:18px;outline:none;flex:1;padding:8px 12px}.feedback-bubble-module__WDME5q__sessionsSearch:focus{border-color:var(--brand-primary)}.feedback-bubble-module__WDME5q__sessionsNewBtn{background:linear-gradient(135deg, var(--brand-primary), var(--brand-heart));color:#fff;font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;white-space:nowrap;transition:transform var(--transition-fast);border:none;border-radius:18px;padding:0 14px}.feedback-bubble-module__WDME5q__sessionsNewBtn:hover{transform:scale(1.04)}.feedback-bubble-module__WDME5q__sessionsList{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:6px;min-height:0;padding:4px 8px 12px;display:flex;overflow-y:auto}.feedback-bubble-module__WDME5q__sessionsLoading,.feedback-bubble-module__WDME5q__sessionsEmpty{text-align:center;color:var(--text-secondary);padding:var(--space-lg);font-size:var(--text-sm);margin:auto;line-height:1.5}.feedback-bubble-module__WDME5q__sessionItem{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;text-align:left;font-family:var(--font-body);color:var(--text-primary);transition:all var(--transition-fast);flex-direction:column;gap:4px;padding:10px 12px;display:flex}.feedback-bubble-module__WDME5q__sessionItem:hover{background:var(--bg-elevated);border-color:#f9731666}.feedback-bubble-module__WDME5q__sessionItemTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.feedback-bubble-module__WDME5q__sessionItemTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.feedback-bubble-module__WDME5q__sessionItemPin{margin-right:4px;font-size:12px}.feedback-bubble-module__WDME5q__sessionItemTime{font-size:var(--text-xs);color:var(--text-secondary);font-variant-numeric:tabular-nums;flex-shrink:0}.feedback-bubble-module__WDME5q__sessionItemPreview{font-size:var(--text-xs);color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.feedback-bubble-module__WDME5q__sessionItemMeta{font-size:var(--text-xs);color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:2px;display:flex}.feedback-bubble-module__WDME5q__sessionItemActions{gap:4px;display:flex}.feedback-bubble-module__WDME5q__sessionItemAction{border-radius:var(--radius-sm);cursor:pointer;opacity:.6;width:24px;height:24px;transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:13px;display:inline-flex}.feedback-bubble-module__WDME5q__sessionItemAction:hover{opacity:1;background:var(--bg-elevated)}.feedback-bubble-module__WDME5q__minimizedStrip{flex-wrap:wrap-reverse;justify-content:flex-end;gap:6px;max-width:320px;display:flex}.feedback-bubble-module__WDME5q__minimizedTab{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-xs);cursor:pointer;transition:all var(--transition-fast);border-radius:18px;align-items:center;gap:6px;max-width:180px;padding:6px 10px 6px 8px;display:inline-flex;box-shadow:0 4px 12px #00000040}.feedback-bubble-module__WDME5q__minimizedTab:hover{background:var(--bg-elevated);border-color:#f9731666;transform:translateY(-1px)}.feedback-bubble-module__WDME5q__minimizedTabEmoji{font-size:14px}.feedback-bubble-module__WDME5q__minimizedTabLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.feedback-bubble-module__WDME5q__minimizedTabClose{width:18px;height:18px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.feedback-bubble-module__WDME5q__minimizedTabClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}@media (max-width:768px){.feedback-bubble-module__WDME5q__sessionsPanel{border:none;border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;inset:0}.feedback-bubble-module__WDME5q__sessionsHeader{padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 12px}.feedback-bubble-module__WDME5q__popupRoot{right:0!important}.feedback-bubble-module__WDME5q__minimizedStrip{max-width:calc(100vw - 100px)}.feedback-bubble-module__WDME5q__root{right:16px;bottom:calc(76px + env(safe-area-inset-bottom,0px))}.feedback-bubble-module__WDME5q__fab{width:48px;height:48px;font-size:var(--text-xl)}.feedback-bubble-module__WDME5q__quickMenu{bottom:58px}.feedback-bubble-module__WDME5q__formPanel{width:calc(100vw - 32px);bottom:58px;right:-4px}.feedback-bubble-module__WDME5q__annotatePanel{border-radius:var(--radius-lg);max-height:95vh}.feedback-bubble-module__WDME5q__annotateToolbar{gap:var(--space-sm);padding:var(--space-sm) var(--space-3)}.feedback-bubble-module__WDME5q__capturing{bottom:58px}.feedback-bubble-module__WDME5q__destPanel{border-radius:var(--radius-lg);max-height:95vh}.feedback-bubble-module__WDME5q__popupRoot{z-index:9999;border:none;border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;inset:0;transform:translateZ(0)}.feedback-bubble-module__WDME5q__popupHeader{padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 12px}.feedback-bubble-module__WDME5q__popupBack{display:inline-flex}.feedback-bubble-module__WDME5q__popupClose{width:44px;height:44px;color:var(--text-primary);font-size:var(--text-lg)}.feedback-bubble-module__WDME5q__popupMsg{max-width:88%}}
.network-module__c71rzq__pendingBadge{width:18px;height:18px;font-size:var(--text-2xs);font-weight:var(--weight-bold);color:#fff;background:var(--brand-heart);margin-left:var(--space-xs);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.network-module__c71rzq__filterBar{gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap;align-items:center;display:flex}.network-module__c71rzq__searchInput{flex:1;min-width:140px}.network-module__c71rzq__resultCount{font-size:var(--text-sm);color:var(--text-tertiary);margin-bottom:var(--space-lg)}.network-module__c71rzq__advancedFilters{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-md);margin-bottom:var(--space-lg);animation:.2s ease-out network-module__c71rzq__slideDown}@keyframes network-module__c71rzq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.network-module__c71rzq__filterGrid{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(150px,1fr));display:grid}.network-module__c71rzq__filterItem{gap:var(--space-xs);flex-direction:column;display:flex}.network-module__c71rzq__filterLabel{font-size:var(--text-2xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.network-module__c71rzq__playerRow{border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--border-subtle);color:inherit;cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;min-width:0;padding:10px 12px;text-decoration:none;display:flex}@media (hover:hover) and (pointer:fine){.network-module__c71rzq__playerRow:hover{background:color-mix(in srgb, var(--bg-elevated) 60%, var(--bg-tertiary));border-color:color-mix(in srgb, var(--brand-primary) 30%, var(--border-subtle));transform:translateY(-1px)}}.network-module__c71rzq__playerRow:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.network-module__c71rzq__playerAvatar{background:var(--bg-tertiary);color:#fff;width:44px;height:44px;font-weight:var(--weight-semibold);border:1.5px solid color-mix(in srgb, var(--brand-primary) 20%, transparent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:inline-flex;overflow:hidden}.network-module__c71rzq__playerAvatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.network-module__c71rzq__playerInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.network-module__c71rzq__playerNameLine{align-items:center;gap:8px;min-width:0;display:flex}.network-module__c71rzq__playerName{font-size:.9375rem;font-weight:var(--weight-semibold);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.network-module__c71rzq__playerMetaLine{color:var(--text-secondary);align-items:center;gap:6px;min-width:0;font-size:.75rem;display:flex}.network-module__c71rzq__playerCity{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:3px;min-width:0;display:inline-flex;overflow:hidden}.network-module__c71rzq__playerSkillPill{font-size:.6875rem;font-weight:var(--weight-semibold);letter-spacing:.2px;border-radius:999px;flex-shrink:0;align-items:center;gap:2px;padding:2px 7px;display:inline-flex}.network-module__c71rzq__playerActions{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.network-module__c71rzq__iconBtn{border:1px solid var(--border-subtle);background:var(--bg-tertiary);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}@media (hover:hover) and (pointer:fine){.network-module__c71rzq__iconBtn:hover:not(:disabled){background:color-mix(in srgb, var(--brand-primary) 14%, var(--bg-tertiary));border-color:color-mix(in srgb, var(--brand-primary) 40%, var(--border-subtle));color:var(--brand-primary-light)}}.network-module__c71rzq__iconBtnPrimary{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark,var(--brand-primary)));color:#0a0f1a;border-color:#0000}.network-module__c71rzq__iconBtnSuccess{color:#10b981;background:color-mix(in srgb, #10b981 10%, var(--bg-tertiary));border-color:#10b9814d}.network-module__c71rzq__iconBtn:disabled{opacity:.55;cursor:default}.network-module__c71rzq__skillRookie{color:#10b981;background:#10b98126}.network-module__c71rzq__skillIntermediate{color:#06b6d4;background:#06b6d426}.network-module__c71rzq__skillCompetitive{color:#818cf8;background:#6366f126}.network-module__c71rzq__skillAdvanced{color:#c084fc;background:#a855f726}.network-module__c71rzq__skillElite{color:#fbbf24;background:#f59e0b2e}.network-module__c71rzq__playerSearchWrap{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:999px;align-items:center;height:40px;margin-bottom:12px;padding:0 14px;display:flex;position:relative}.network-module__c71rzq__playerSearchWrap:focus-within{border-color:color-mix(in srgb, var(--brand-primary) 50%, var(--border-subtle))}.network-module__c71rzq__playerSearchIcon{color:var(--text-tertiary);flex-shrink:0;margin-right:8px}.network-module__c71rzq__playerSearchInput{font:inherit;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.9375rem}.network-module__c71rzq__playerSearchInput::placeholder{color:var(--text-tertiary)}.network-module__c71rzq__playerSearchClear{background:var(--bg-tertiary);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:6px;display:inline-flex}.network-module__c71rzq__playerList{flex-direction:column;gap:8px;display:flex}.network-module__c71rzq__playerEmpty{text-align:center;color:var(--text-tertiary);flex-direction:column;align-items:center;padding:48px 16px;font-size:.875rem;display:flex}.network-module__c71rzq__playerEmpty p{margin:0}.network-module__c71rzq__statusPill{padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);cursor:default;justify-content:center;align-items:center;display:inline-flex}.network-module__c71rzq__connectionCard{align-items:center;gap:var(--space-md);padding:var(--space-md);display:flex}.network-module__c71rzq__connectionInfo{flex:1;min-width:0}.network-module__c71rzq__connectionName{font-weight:var(--weight-semibold);font-size:var(--text-md)}.network-module__c71rzq__connectionMeta{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:var(--space-2xs)}.network-module__c71rzq__connectionActions{gap:var(--space-xs);flex-shrink:0;align-items:center;display:flex}.network-module__c71rzq__heartBtn{font-size:var(--text-xl);cursor:pointer;transition:transform var(--transition-fast);padding:var(--space-xs);background:0 0;border:none}.network-module__c71rzq__heartBtn:hover{transform:scale(1.2)}.network-module__c71rzq__emptyState{text-align:center;padding:var(--space-2xl);color:var(--text-tertiary)}.network-module__c71rzq__suggestSection{margin-bottom:var(--space-xl)}.network-module__c71rzq__suggestTitle{margin:0 0 var(--space-sm);font-size:.9375rem;font-weight:var(--weight-semibold);color:var(--text-primary);align-items:center;gap:6px;display:flex}.network-module__c71rzq__suggestRow{scrollbar-width:none;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.network-module__c71rzq__suggestRow::-webkit-scrollbar{display:none}.network-module__c71rzq__suggestCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;flex-direction:column;flex:0 0 150px;align-items:center;gap:6px;padding:14px 10px 10px;display:flex;position:relative}.network-module__c71rzq__suggestDismiss{border-radius:var(--radius-full);color:#fff;cursor:pointer;z-index:2;width:22px;height:22px;transition:background var(--transition-fast);background:#0006;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:6px;right:6px}.network-module__c71rzq__suggestDismiss:hover{background:#000000b3}.network-module__c71rzq__suggestAvatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--brand-accent), #ec4899);color:#fff;width:64px;height:64px;font-weight:var(--weight-bold);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;text-decoration:none;display:flex;overflow:hidden}.network-module__c71rzq__suggestAvatar img{object-fit:cover;width:100%;height:100%}.network-module__c71rzq__suggestName{font-size:.8125rem;font-weight:var(--weight-semibold);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;text-decoration:none;display:-webkit-box;overflow:hidden}.network-module__c71rzq__suggestMeta{color:var(--text-tertiary);margin-bottom:4px;font-size:.6875rem}.network-module__c71rzq__suggestAddBtn{background:var(--brand-accent);color:#fff;border-radius:var(--radius-full);width:100%;font-size:.75rem;font-weight:var(--weight-semibold);cursor:pointer;transition:opacity var(--transition-fast);border:none;justify-content:center;align-items:center;gap:4px;padding:6px 8px;display:inline-flex}.network-module__c71rzq__suggestAddBtn:hover{opacity:.9}.network-module__c71rzq__suggestAddBtn:disabled{opacity:.5;cursor:not-allowed}.network-module__c71rzq__inviteBanner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#22d3ee12,#6366f112);border:1px solid #22d3ee2e;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}.network-module__c71rzq__inviteBannerContent{align-items:center;gap:10px;min-width:0;display:flex}.network-module__c71rzq__inviteBannerEmoji{flex-shrink:0;font-size:1.375rem;line-height:1}.network-module__c71rzq__inviteBannerText{flex-direction:column;gap:2px;min-width:0;display:flex}.network-module__c71rzq__inviteBannerTitle{font-size:.875rem;font-weight:var(--weight-semibold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.network-module__c71rzq__inviteBannerSub{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}@media (max-width:768px){.network-module__c71rzq__mainTabs{gap:0}.network-module__c71rzq__mainTab{padding:var(--space-sm) var(--space-sm);font-size:var(--text-sm)}.network-module__c71rzq__filterBar select{min-width:100px}.network-module__c71rzq__searchInput{width:100%;min-width:0}.network-module__c71rzq__playerStats{gap:var(--space-md)}.network-module__c71rzq__filterGrid{grid-template-columns:repeat(2,1fr)}.network-module__c71rzq__connectionActions{gap:var(--space-xs);flex-direction:column}}
.player-module__I7VF0a__heroWrap{margin:0 calc(var(--space-md) * -1) 0;position:relative}@media (min-width:769px){.player-module__I7VF0a__heroWrap{margin:0 calc(var(--space-lg) * -1) 0}}.player-module__I7VF0a__hero{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);width:100%;height:340px;position:relative;overflow:hidden}@media (min-width:769px){.player-module__I7VF0a__hero{border-radius:var(--radius-lg);height:400px}}.player-module__I7VF0a__heroImg{object-fit:cover;display:block;-webkit-mask-image:linear-gradient(#000 0% 55%,#0009 80%,#0000 100%);mask-image:linear-gradient(#000 0% 55%,#0009 80%,#0000 100%);width:100%!important;height:100%!important}.player-module__I7VF0a__heroTopGrad{pointer-events:none;background:linear-gradient(#0000008c 0%,#0000 100%);height:130px;position:absolute;top:0;left:0;right:0}.player-module__I7VF0a__heroFade{background:linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--bg-primary) 60%, transparent) 55%, var(--bg-primary) 100%);pointer-events:none;height:140px;position:absolute;bottom:0;left:0;right:0}.player-module__I7VF0a__identityBlock{padding:0 var(--space-md);margin-top:-90px;margin-bottom:var(--space-lg);z-index:2;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}@media (min-width:769px){.player-module__I7VF0a__identityBlock{margin-top:-100px}}.player-module__I7VF0a__heroAvatar{background:var(--gradient-brand);width:116px;height:116px;font-size:var(--text-3xl);color:#fff;border:4px solid var(--bg-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden;box-shadow:0 6px 24px #00000059}.player-module__I7VF0a__heroAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.player-module__I7VF0a__playerName{font-size:var(--text-2xl);text-align:center;letter-spacing:-.01em;word-break:break-word;margin:6px 0 0;font-weight:700;line-height:1.15}@media (min-width:769px){.player-module__I7VF0a__playerName{font-size:var(--text-3xl)}}.player-module__I7VF0a__playerMeta{font-size:var(--text-sm);color:var(--text-secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:inline-flex}.player-module__I7VF0a__metaCity{align-items:center;gap:4px;display:inline-flex}.player-module__I7VF0a__skillBadge{border-radius:var(--radius-full);background:color-mix(in srgb, var(--text-primary) 7%, transparent);border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:var(--text-xs);text-transform:lowercase;letter-spacing:.01em;align-items:center;padding:3px 10px;font-weight:600;display:inline-flex}.player-module__I7VF0a__endorsementPill{border-radius:var(--radius-full);background:color-mix(in srgb, var(--text-primary) 6%, transparent);border:1px solid var(--border-subtle);font-size:var(--text-2xs);color:var(--text-secondary);align-items:center;gap:4px;padding:3px 10px;font-weight:600;display:inline-flex}.player-module__I7VF0a__endorsementPill>strong{color:var(--text-primary);margin-left:2px;font-weight:700}.player-module__I7VF0a__playerBio{color:var(--text-secondary);font-size:var(--text-md);text-align:center;max-width:560px;margin:4px auto 0;line-height:1.6}.player-module__I7VF0a__heroChips{flex-wrap:wrap;justify-content:center;gap:6px;max-width:560px;display:flex}.player-module__I7VF0a__heroRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.player-module__I7VF0a__profileGrid{gap:var(--space-xl);grid-template-columns:1fr 320px;max-width:100%;display:grid;overflow-x:clip}@media (max-width:768px){.player-module__I7VF0a__profileGrid{grid-template-columns:1fr;min-width:0;max-width:100%}.player-module__I7VF0a__profileGrid>*{min-width:0;max-width:100%}.player-module__I7VF0a__statGrid{grid-template-columns:repeat(2,1fr)}.player-module__I7VF0a__videoGrid{grid-template-columns:1fr}}.player-module__I7VF0a__statGrid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.player-module__I7VF0a__statBox{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-md);text-align:center}.player-module__I7VF0a__statValue{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--brand-primary-light)}.player-module__I7VF0a__statLabel{font-size:var(--text-2xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:var(--space-xs)}.player-module__I7VF0a__skillBars{gap:var(--space-sm);flex-direction:column;display:flex}.player-module__I7VF0a__skillRow{align-items:center;gap:var(--space-sm);display:flex}.player-module__I7VF0a__skillLabel{width:120px;font-size:var(--text-sm);color:var(--text-secondary);flex-shrink:0}.player-module__I7VF0a__skillBarBg{background:var(--bg-tertiary);border-radius:var(--radius-xs);flex:1;height:8px;overflow:hidden}.player-module__I7VF0a__skillBarFill{background:linear-gradient(90deg, var(--brand-primary), var(--brand-primary-light));border-radius:var(--radius-xs);height:100%;transition:width .5s}.player-module__I7VF0a__skillValue{text-align:right;width:30px;font-size:var(--text-xs);color:var(--text-tertiary);flex-shrink:0}.player-module__I7VF0a__videoGrid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.player-module__I7VF0a__videoCard{background:var(--bg-tertiary);border-radius:var(--radius-lg);overflow:hidden}.player-module__I7VF0a__videoEmbed{aspect-ratio:16/9;border:none;width:100%;display:block}.player-module__I7VF0a__videoLink{padding:var(--space-lg);text-align:center;color:var(--brand-primary-light);font-size:var(--text-sm);word-break:break-all;display:block}.player-module__I7VF0a__videoInfo{padding:var(--space-sm) var(--space-md) var(--space-md)}.player-module__I7VF0a__addVideoForm{background:var(--bg-tertiary);padding:var(--space-md);border-radius:var(--radius-lg);gap:var(--space-sm);flex-direction:column;display:flex}.player-module__I7VF0a__deleteVideoBtn{color:var(--color-error);cursor:pointer;font-size:var(--text-2xs);margin-top:var(--space-xs);background:0 0;border:none;padding:0}.player-module__I7VF0a__deleteVideoBtn:hover{text-decoration:underline}.player-module__I7VF0a__eventLink{padding:var(--space-sm) var(--space-md);background:var(--bg-tertiary);border-radius:var(--radius-md);color:inherit;transition:background var(--transition-fast);text-decoration:none;display:block}.player-module__I7VF0a__eventLink:hover{background:var(--bg-hover,#ffffff0d)}.player-module__I7VF0a__feedbackItem{padding:var(--space-sm);background:var(--bg-tertiary);border-radius:var(--radius-md)}
.SkillLevelPicker-module__p0N9Ya__wrap{flex-direction:column;gap:10px;display:flex}.SkillLevelPicker-module__p0N9Ya__headerRow{align-items:center;gap:6px;margin-bottom:2px;display:flex}.SkillLevelPicker-module__p0N9Ya__headerTitle{color:var(--text-primary);font-size:.875rem;font-weight:700}.SkillLevelPicker-module__p0N9Ya__headerActive{color:var(--text-tertiary);margin-left:auto;font-size:.75rem;font-weight:600}.SkillLevelPicker-module__p0N9Ya__bucketRow{align-items:center;gap:12px;display:flex}.SkillLevelPicker-module__p0N9Ya__bucketHeader{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.SkillLevelPicker-module__p0N9Ya__bucketLabel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.SkillLevelPicker-module__p0N9Ya__chips{flex-shrink:0;gap:6px;display:flex}.SkillLevelPicker-module__p0N9Ya__chip{border:1px solid var(--border-default);background:var(--bg-primary);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.SkillLevelPicker-module__p0N9Ya__chip:hover:not(:disabled){border-color:var(--brand-primary,#6366f1);color:var(--text-primary)}.SkillLevelPicker-module__p0N9Ya__chip:disabled{opacity:.4;cursor:not-allowed}.SkillLevelPicker-module__p0N9Ya__chipActive{background:var(--brand-primary,#6366f1);border-color:var(--brand-primary,#6366f1);color:#fff;transform:scale(1.05)}.SkillLevelPicker-module__p0N9Ya__chipSibling{border-color:color-mix(in srgb, var(--brand-primary,#6366f1) 40%, transparent);background:color-mix(in srgb, var(--brand-primary,#6366f1) 10%, transparent);color:var(--text-primary)}.SkillLevelPicker-module__p0N9Ya__description{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:8px;flex-direction:column;gap:4px;margin-top:4px;padding:10px 12px;font-size:.8125rem;line-height:1.5;display:flex}.SkillLevelPicker-module__p0N9Ya__descriptionTitle{color:var(--text-primary);font-size:.875rem;font-weight:700}.SkillLevelPicker-module__p0N9Ya__descriptionBody{color:var(--text-secondary)}
.reminder-settings-module__NnsDlG__card{gap:var(--space-md);padding:var(--space-lg);flex-direction:column;display:flex}.reminder-settings-module__NnsDlG__header{align-items:flex-start;gap:var(--space-sm);display:flex}.reminder-settings-module__NnsDlG__headerIcon{color:#fb923c;flex-shrink:0;margin-top:2px}.reminder-settings-module__NnsDlG__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);margin:0 0 2px}.reminder-settings-module__NnsDlG__sub{color:var(--text-tertiary);margin:0;font-size:.8125rem}.reminder-settings-module__NnsDlG__options{flex-direction:column;gap:6px;display:flex}.reminder-settings-module__NnsDlG__option{align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--weight-medium);text-align:left;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);padding:10px 14px;display:flex}.reminder-settings-module__NnsDlG__option:hover{background:var(--bg-surface-hover)}.reminder-settings-module__NnsDlG__optionActive{background:#f973161f;border-color:#f9731673}.reminder-settings-module__NnsDlG__optionCheck{border-radius:var(--radius-sm);border:1.5px solid var(--border-subtle);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.reminder-settings-module__NnsDlG__optionActive .reminder-settings-module__NnsDlG__optionCheck{background:#fb923c;border-color:#fb923c}.reminder-settings-module__NnsDlG__optionLabel{flex:1}.reminder-settings-module__NnsDlG__actions{align-items:center;gap:var(--space-md);flex-wrap:wrap;justify-content:flex-end;display:flex}.reminder-settings-module__NnsDlG__saveBtn{min-width:100px}.reminder-settings-module__NnsDlG__hint{color:var(--text-tertiary);margin-right:auto;font-size:.75rem}
.notification-activity-module__uwHG0a__card{padding:var(--space-lg)}.notification-activity-module__uwHG0a__header{gap:var(--space-md);margin-bottom:var(--space-md);align-items:flex-start;display:flex}.notification-activity-module__uwHG0a__headerIcon{color:var(--brand-primary-light);margin-top:2px}.notification-activity-module__uwHG0a__title{font-size:var(--text-md);font-weight:var(--weight-bold);color:var(--text-primary);margin:0 0 4px}.notification-activity-module__uwHG0a__sub{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-snug);margin:0}.notification-activity-module__uwHG0a__rows{gap:var(--space-xs);flex-direction:column;display:flex}.notification-activity-module__uwHG0a__row{gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface);cursor:pointer;text-align:left;transition:background var(--transition-fast), border-color var(--transition-fast);grid-template-columns:32px 1fr 44px;align-items:center;display:grid}.notification-activity-module__uwHG0a__row:disabled{opacity:.6;cursor:not-allowed}@media (hover:hover) and (pointer:fine){.notification-activity-module__uwHG0a__row:hover:not(:disabled){background:var(--bg-surface-hover);border-color:var(--border-default)}}.notification-activity-module__uwHG0a__rowIcon{color:var(--brand-accent-light);justify-content:center;align-items:center;display:inline-flex}.notification-activity-module__uwHG0a__rowText{flex-direction:column;gap:2px;min-width:0;display:flex}.notification-activity-module__uwHG0a__rowTitle{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text-primary)}.notification-activity-module__uwHG0a__rowDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-snug)}.notification-activity-module__uwHG0a__toggle{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--border-default);width:44px;height:26px;transition:background var(--transition-fast), border-color var(--transition-fast);flex-shrink:0;position:relative}.notification-activity-module__uwHG0a__toggleOn{background:var(--gradient-brand);border-color:#0000}.notification-activity-module__uwHG0a__toggleKnob{border-radius:var(--radius-full);width:20px;height:20px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast);background:#fff;position:absolute;top:2px;left:2px}.notification-activity-module__uwHG0a__toggleOn .notification-activity-module__uwHG0a__toggleKnob{transform:translate(18px)}
.ProfileForm-module__H-_zWG__tabsWrap{z-index:var(--z-sticky);background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);margin:0 calc(-1 * var(--space-md));padding:0 var(--space-md);position:sticky;top:0}.ProfileForm-module__H-_zWG__tabsScroll{gap:var(--space-md);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.ProfileForm-module__H-_zWG__tabsScroll::-webkit-scrollbar{display:none}.ProfileForm-module__H-_zWG__tab{color:var(--text-tertiary);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-semibold);white-space:nowrap;cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:6px;padding:12px 4px;line-height:1.2;display:inline-flex}.ProfileForm-module__H-_zWG__tab:active{transform:scale(.97)}.ProfileForm-module__H-_zWG__tabActive{color:var(--color-active-strong);border-bottom-color:var(--color-active-strong)}.ProfileForm-module__H-_zWG__tabBadge{border-radius:var(--radius-full);background:color-mix(in srgb, var(--color-active) 18%, transparent);min-width:18px;height:18px;color:var(--color-active-light);font-size:var(--text-2xs);font-weight:var(--weight-bold);justify-content:center;align-items:center;padding:0 5px;display:inline-flex}.ProfileForm-module__H-_zWG__tabActive .ProfileForm-module__H-_zWG__tabBadge{background:color-mix(in srgb, var(--color-active-strong) 28%, transparent);color:var(--color-active-strong)}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__tab:not(.ProfileForm-module__H-_zWG__tabActive):hover{color:var(--text-secondary)}}@media (min-width:769px){.ProfileForm-module__H-_zWG__tabsWrap{margin:0 calc(-1 * var(--space-lg));padding:0 var(--space-lg)}.ProfileForm-module__H-_zWG__tabsScroll{gap:var(--space-lg)}}.ProfileForm-module__H-_zWG__heroBlock{position:relative}.ProfileForm-module__H-_zWG__heroEditPill{z-index:3;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:var(--text-xs);font-weight:var(--weight-semibold);cursor:pointer;transition:background var(--transition-fast), transform var(--transition-fast);background:#00000073;border:1px solid #fff3;align-items:center;gap:6px;padding:8px 12px;display:inline-flex;position:absolute;top:12px;right:12px}.ProfileForm-module__H-_zWG__heroEditPill:active{transform:scale(.97)}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__heroEditPill:hover{background:#000000a6}}.ProfileForm-module__H-_zWG__heroMeta{text-align:center;padding:8px 0 var(--space-md);flex-direction:column;align-items:center;gap:4px;display:flex}.ProfileForm-module__H-_zWG__heroName{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--text-primary);line-height:var(--leading-tight);margin:0}.ProfileForm-module__H-_zWG__heroSub{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:8px;margin:0;display:inline-flex}.ProfileForm-module__H-_zWG__heroSubDot{background:var(--text-tertiary);border-radius:50%;width:3px;height:3px}.ProfileForm-module__H-_zWG__heroStars{letter-spacing:1px;color:var(--brand-pink);font-size:var(--text-xs)}.ProfileForm-module__H-_zWG__statsStrip{gap:var(--space-sm);padding:var(--space-md);background:var(--surface-secondary,var(--bg-surface));border:1px solid var(--border-subtle);border-radius:var(--radius-md);grid-template-columns:repeat(auto-fit,minmax(72px,1fr));display:grid}.ProfileForm-module__H-_zWG__statBlock{text-align:center}.ProfileForm-module__H-_zWG__statValue{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-extrabold);color:var(--text-primary);line-height:1}.ProfileForm-module__H-_zWG__statValueAccent{background:linear-gradient(135deg, var(--color-active-light), var(--color-active-strong));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.ProfileForm-module__H-_zWG__statLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-top:4px}.ProfileForm-module__H-_zWG__panelBackdrop{z-index:var(--z-fullscreen);-webkit-backdrop-filter:blur(2px);background:#0000008c;animation:.15s ease-out ProfileForm-module__H-_zWG__fadeIn;position:fixed;inset:0}.ProfileForm-module__H-_zWG__panel{z-index:calc(var(--z-fullscreen) + 1);background:var(--bg-primary);flex-direction:column;animation:.2s cubic-bezier(.4,0,.2,1) ProfileForm-module__H-_zWG__slideUp;display:flex;position:fixed;inset:0}.ProfileForm-module__H-_zWG__panelHeader{align-items:center;gap:var(--space-sm);padding:calc(env(safe-area-inset-top,0px) + 12px) var(--space-md) 12px;border-bottom:1px solid var(--border-subtle);background:var(--bg-primary);flex-shrink:0;display:flex}.ProfileForm-module__H-_zWG__backBtn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.ProfileForm-module__H-_zWG__backBtn:active{transform:scale(.95)}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__backBtn:hover{background:var(--bg-surface-hover)}}.ProfileForm-module__H-_zWG__panelTitle{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--weight-bold);margin:0}.ProfileForm-module__H-_zWG__panelBody{min-width:0;padding:var(--space-md);padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--space-2xl));gap:var(--space-md);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.ProfileForm-module__H-_zWG__panelBody>*{min-width:0;max-width:100%}@keyframes ProfileForm-module__H-_zWG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProfileForm-module__H-_zWG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (min-width:769px){.ProfileForm-module__H-_zWG__panel{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);width:min(540px,90vw);box-shadow:var(--shadow-lg);inset:5vh 5vw 5vh auto;overflow:hidden}.ProfileForm-module__H-_zWG__panelHeader{padding:16px 20px}}.ProfileForm-module__H-_zWG__tabEmpty{text-align:center;padding:var(--space-2xl) var(--space-md);color:var(--text-tertiary)}.ProfileForm-module__H-_zWG__tabEmptyIcon{margin-bottom:var(--space-sm);opacity:.6;font-size:2.25rem}.ProfileForm-module__H-_zWG__tabEmptyTitle{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text-secondary);margin:0 0 4px}.ProfileForm-module__H-_zWG__tabEmptyDesc{font-size:var(--text-xs);margin:0}.ProfileForm-module__H-_zWG__tabSections{gap:var(--space-lg);padding-top:var(--space-lg);flex-direction:column;min-width:0;display:flex}.ProfileForm-module__H-_zWG__profileRoot{gap:var(--space-md);flex-direction:column;min-width:0;display:flex;overflow-x:hidden}.ProfileForm-module__H-_zWG__liveBanner{border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--weight-semibold);margin-bottom:var(--space-sm);background:linear-gradient(135deg,#ef444429 0%,#ef44440f 100%);border:1px solid #ef44444d;align-items:center;gap:10px;padding:10px 14px;display:flex}.ProfileForm-module__H-_zWG__liveDot{background:#ef4444;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.4s ease-in-out infinite ProfileForm-module__H-_zWG__livePulse;box-shadow:0 0 0 4px #ef444440}@keyframes ProfileForm-module__H-_zWG__livePulse{0%,to{transform:scale(1);box-shadow:0 0 #ef444499}50%{transform:scale(1.15);box-shadow:0 0 0 8px #ef444400}}@media (prefers-reduced-motion:reduce){.ProfileForm-module__H-_zWG__liveDot{animation:none}}.ProfileForm-module__H-_zWG__endorsementsPill{border-radius:var(--radius-full);border:1px solid color-mix(in srgb, var(--color-active) 30%, transparent);background:color-mix(in srgb, var(--color-active) 10%, transparent);color:var(--color-active-light);font-size:var(--text-2xs);font-weight:var(--weight-semibold);cursor:pointer;transition:background var(--transition-fast);-webkit-tap-highlight-color:transparent;align-items:center;gap:6px;margin:6px auto 0;padding:4px 10px;display:inline-flex}.ProfileForm-module__H-_zWG__endorsementsPill:active{transform:scale(.97)}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__endorsementsPill:hover{background:color-mix(in srgb, var(--color-active) 16%, transparent)}}.ProfileForm-module__H-_zWG__endorsementsCard{padding:var(--space-md);flex-wrap:wrap;gap:6px;display:flex}.ProfileForm-module__H-_zWG__endorsementChip{border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border-subtle);font-size:var(--text-2xs);font-weight:var(--weight-semibold);color:var(--text-secondary);align-items:center;gap:4px;padding:5px 10px;display:inline-flex}.ProfileForm-module__H-_zWG__endorsementChipScore{color:var(--color-active-light);font-weight:var(--weight-bold)}.ProfileForm-module__H-_zWG__heatmap{gap:var(--space-sm);flex-direction:column;min-width:0;display:flex;overflow:hidden}.ProfileForm-module__H-_zWG__heatmapTitle{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.ProfileForm-module__H-_zWG__heatmapGrid{grid-template-columns:repeat(53,1fr);gap:2px;padding-bottom:4px;display:grid;overflow-x:auto}.ProfileForm-module__H-_zWG__heatmapCell{aspect-ratio:1;background:var(--bg-surface);border-radius:2px;min-width:8px}.ProfileForm-module__H-_zWG__heatmapCellL1{background:color-mix(in srgb, var(--color-active) 22%, var(--bg-surface))}.ProfileForm-module__H-_zWG__heatmapCellL2{background:color-mix(in srgb, var(--color-active) 45%, var(--bg-surface))}.ProfileForm-module__H-_zWG__heatmapCellL3{background:color-mix(in srgb, var(--color-active) 70%, var(--bg-surface))}.ProfileForm-module__H-_zWG__heatmapCellL4{background:var(--color-active-strong);box-shadow:0 0 4px color-mix(in srgb, var(--color-active-strong) 60%, transparent)}.ProfileForm-module__H-_zWG__heatmapCellClickable{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);border:none;outline:none;padding:0;text-decoration:none;display:block}.ProfileForm-module__H-_zWG__heatmapCellClickable:active{transform:scale(.92)}.ProfileForm-module__H-_zWG__heatmapCellClickable:focus-visible{outline:2px solid var(--color-active-strong);outline-offset:1px}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__heatmapCellClickable:hover{filter:brightness(1.25);box-shadow:0 0 0 1px var(--color-active-strong)}}.ProfileForm-module__H-_zWG__heatmapLegend{font-size:var(--text-2xs);color:var(--text-tertiary);align-items:center;gap:4px;display:flex}.ProfileForm-module__H-_zWG__heatmapLegendCell{border-radius:2px;width:10px;height:10px}.ProfileForm-module__H-_zWG__heatmapPickerBackdrop{z-index:var(--z-fullscreen);-webkit-backdrop-filter:blur(2px);padding:var(--space-md);background:#0000008c;justify-content:center;align-items:center;animation:.15s ease-out ProfileForm-module__H-_zWG__fadeIn;display:flex;position:fixed;inset:0}.ProfileForm-module__H-_zWG__heatmapPicker{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:420px;max-height:min(80vh,560px);box-shadow:var(--shadow-lg);flex-direction:column;animation:.2s cubic-bezier(.4,0,.2,1) ProfileForm-module__H-_zWG__slideUp;display:flex;overflow:hidden}.ProfileForm-module__H-_zWG__heatmapPickerHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);border-bottom:1px solid var(--border-subtle);display:flex}.ProfileForm-module__H-_zWG__heatmapPickerTitle{font-family:var(--font-heading);font-size:var(--text-md);font-weight:var(--weight-bold);color:var(--text-primary);text-transform:capitalize}.ProfileForm-module__H-_zWG__heatmapPickerSub{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:2px}.ProfileForm-module__H-_zWG__heatmapPickerClose{border-radius:var(--radius-full);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.ProfileForm-module__H-_zWG__heatmapPickerClose:active{transform:scale(.95)}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__heatmapPickerClose:hover{background:var(--bg-surface);color:var(--text-primary)}}.ProfileForm-module__H-_zWG__heatmapPickerList{padding:var(--space-xs);flex-direction:column;gap:4px;margin:0;list-style:none;display:flex;overflow-y:auto}.ProfileForm-module__H-_zWG__heatmapPickerItem{border-radius:var(--radius-md);background:var(--bg-surface);color:var(--text-primary);transition:background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);-webkit-tap-highlight-color:transparent;border:1px solid #0000;flex-direction:column;gap:4px;padding:10px 12px;text-decoration:none;display:flex}.ProfileForm-module__H-_zWG__heatmapPickerItem:active{transform:scale(.99)}@media (hover:hover) and (pointer:fine){.ProfileForm-module__H-_zWG__heatmapPickerItem:hover{background:var(--bg-surface-hover,var(--bg-surface));border-color:color-mix(in srgb, var(--color-active) 35%, transparent)}}.ProfileForm-module__H-_zWG__heatmapPickerItemTeams{font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}.ProfileForm-module__H-_zWG__heatmapPickerVs{color:var(--text-tertiary);font-weight:var(--weight-regular);margin:0 4px}.ProfileForm-module__H-_zWG__heatmapPickerItemMeta{font-size:var(--text-2xs);color:var(--text-tertiary);flex-wrap:wrap;gap:6px 10px;display:flex}.ProfileForm-module__H-_zWG__heatmapPickerWin{color:var(--color-success,#10b981);font-weight:var(--weight-semibold)}.ProfileForm-module__H-_zWG__heatmapPickerLoss{color:var(--text-secondary);font-weight:var(--weight-semibold)}.ProfileForm-module__H-_zWG__promptCard{padding:var(--space-md);border-left:3px solid var(--color-active-light);flex-direction:column;gap:4px;display:flex}.ProfileForm-module__H-_zWG__promptQuestion{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-weight:var(--weight-semibold);margin:0}.ProfileForm-module__H-_zWG__promptAnswer{color:var(--text-primary);font-size:var(--text-md);margin:0;line-height:1.5}
