.WorkflowsPage-module__VI2dVG__container{flex-direction:column;gap:24px;display:flex}.WorkflowsPage-module__VI2dVG__header{margin-bottom:24px;margin-left:-10px;position:absolute;top:0}.WorkflowsPage-module__VI2dVG__title{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:600;font-family:var(--font-display);margin:0;line-height:1.2;position:relative;top:16px}.WorkflowsPage-module__VI2dVG__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.WorkflowsPage-module__VI2dVG__toolbarFilters{flex:auto;min-width:0}.WorkflowsPage-module__VI2dVG__onboardingBanner{z-index:20;background:var(--accent-subtle);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;padding:12px 18px;display:flex;position:sticky;top:0}.WorkflowsPage-module__VI2dVG__onboardingBannerText{color:var(--text-secondary);font-size:14px;font-weight:500}.WorkflowsPage-module__VI2dVG__onboardingBannerCta{color:var(--accent);white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none}.WorkflowsPage-module__VI2dVG__onboardingBannerCta:hover{text-underline-offset:2px;text-decoration:underline}.WorkflowsPage-module__VI2dVG__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:20px;display:grid}.WorkflowsPage-module__VI2dVG__skeletonCard{background:linear-gradient(90deg, var(--bg-secondary) 0%, var(--bg-hover) 50%, var(--bg-secondary) 100%);border:1px solid var(--border-subtle);background-size:200% 100%;border-radius:14px;height:168px;animation:1.2s ease-in-out infinite WorkflowsPage-module__VI2dVG__skeletonShimmer}@keyframes WorkflowsPage-module__VI2dVG__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.WorkflowsPage-module__VI2dVG__emptyCta{background:var(--accent);color:#fff;border-radius:var(--radius);transition:background var(--transition);align-items:center;margin-top:8px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.WorkflowsPage-module__VI2dVG__emptyCta:hover{background:var(--accent-hover)}.WorkflowsPage-module__VI2dVG__emptyState{background:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:var(--radius-lg);color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:6px;padding:48px 16px;display:flex}.WorkflowsPage-module__VI2dVG__emptyTitle{color:var(--text-secondary);margin:0;font-size:14px;font-weight:600}.WorkflowsPage-module__VI2dVG__emptyHint{color:var(--text-muted);margin:0;font-size:13px}@media (max-width:768px){.WorkflowsPage-module__VI2dVG__container{gap:18px}.WorkflowsPage-module__VI2dVG__grid{grid-template-columns:minmax(0,1fr)}}@media (min-width:769px) and (max-width:1100px){.WorkflowsPage-module__VI2dVG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.WorkflowsPage-module__VI2dVG__shelves{flex-direction:column;gap:16px;display:flex;position:relative}.WorkflowsPage-module__VI2dVG__themeSection:before{content:"";background:var(--border-subtle);z-index:0;width:2px;position:absolute;top:44px;bottom:-44px;left:21px}.WorkflowsPage-module__VI2dVG__themeSection:last-child:before{bottom:0}.WorkflowsPage-module__VI2dVG__timelineRow{padding-left:56px;position:relative}.WorkflowsPage-module__VI2dVG__timelineRow:before{content:"";box-sizing:border-box;background:var(--bg-primary);border:1.5px solid var(--accent);z-index:1;border-radius:50%;width:9px;height:9px;position:absolute;top:7px;left:17px}.WorkflowsPage-module__VI2dVG__timelineRow>section{content-visibility:auto;contain-intrinsic-size:auto 280px}.WorkflowsPage-module__VI2dVG__shelfPeek{position:relative}.WorkflowsPage-module__VI2dVG__shelfPeekInner{pointer-events:none;max-height:81px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 28%,#0000 100%);mask-image:linear-gradient(#000 28%,#0000 100%)}.WorkflowsPage-module__VI2dVG__peekButtonWrap{pointer-events:none;justify-content:center;display:flex;position:absolute;bottom:-2px;left:0;right:0}.WorkflowsPage-module__VI2dVG__viewMoreWrap{justify-content:center;margin-top:14px;display:flex}.WorkflowsPage-module__VI2dVG__viewMore{pointer-events:auto;font-family:var(--font-display);color:var(--text-muted);background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);border-radius:999px;align-items:center;gap:6px;padding:7px 18px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000000f}.WorkflowsPage-module__VI2dVG__viewMore:hover{background:var(--bg-hover);color:var(--text-primary)}.WorkflowsPage-module__VI2dVG__viewMore svg{opacity:.7}.WorkflowsPage-module__VI2dVG__themes{flex-direction:column;gap:44px;display:flex}.WorkflowsPage-module__VI2dVG__themeSection{flex-direction:column;gap:10px;display:flex;position:relative}.WorkflowsPage-module__VI2dVG__themeHeader{flex-direction:row;align-items:center;gap:12px;display:flex}.WorkflowsPage-module__VI2dVG__themeHeaderText{flex-direction:column;gap:0;min-width:0;display:flex}.WorkflowsPage-module__VI2dVG__themeIcon{background:var(--accent-subtle);width:44px;height:44px;color:var(--accent);border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex}.WorkflowsPage-module__VI2dVG__themeIcon svg{width:18px;height:18px}.WorkflowsPage-module__VI2dVG__themeTitle{width:fit-content;font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-size:18px;font-weight:600;line-height:1.15;text-decoration:none;display:inline-block}.WorkflowsPage-module__VI2dVG__themeTitle:hover{color:var(--accent)}.WorkflowsPage-module__VI2dVG__themeTagline{color:var(--text-muted);margin:0;font-size:14px}.WorkflowsPage-module__VI2dVG__scopeHeader{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.WorkflowsPage-module__VI2dVG__scopeBack{color:var(--text-muted);font-size:13px;font-weight:600;font-family:var(--font-display);flex:none;text-decoration:none}.WorkflowsPage-module__VI2dVG__scopeBack:hover{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.WorkflowsPage-module__VI2dVG__scopeTitle{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);font-size:18px;font-weight:600}.WorkflowsPage-module__VI2dVG__loadMoreSpinner{color:var(--text-tertiary);justify-content:center;align-items:center;padding:24px 0;display:flex}.WorkflowsPage-module__VI2dVG__sentinel{width:100%;height:1px}
.WorkflowCard-module__YbLVuq__card{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:inherit;cursor:pointer;border-radius:14px;flex-direction:column;gap:14px;padding:22px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.WorkflowCard-module__YbLVuq__card:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 6px 16px #0000000d}button.WorkflowCard-module__YbLVuq__card{appearance:none;text-align:left;font:inherit;color:inherit;cursor:pointer;width:100%}.WorkflowCard-module__YbLVuq__body{flex-direction:column;flex:1;gap:6px;display:flex}.WorkflowCard-module__YbLVuq__title{color:var(--text-primary);letter-spacing:-.2px;font-size:16px;font-weight:600;line-height:1.35;font-family:var(--font-display);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.WorkflowCard-module__YbLVuq__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.WorkflowCard-module__YbLVuq__cardMedia{padding:22px 20px}.WorkflowCard-module__YbLVuq__media{background:var(--border-subtle);border-bottom:1px solid var(--border-subtle);border-radius:13px 13px 0 0;flex:none;gap:1px;height:84px;margin:-22px -20px 0;display:flex;position:relative;overflow:hidden}.WorkflowCard-module__YbLVuq__media:after{content:"";opacity:.32;pointer-events:none;background:#1a3a32;transition:opacity .25s;position:absolute;inset:0}.WorkflowCard-module__YbLVuq__mediaShot{object-fit:cover;object-position:top;background:var(--bg-elevated);filter:saturate(.6);flex:1 1 0;min-width:0;height:100%;transition:filter .25s}[data-theme=dark] .WorkflowCard-module__YbLVuq__mediaShot{filter:brightness(.85)saturate(.6)}.WorkflowCard-module__YbLVuq__cardMedia:hover .WorkflowCard-module__YbLVuq__media:after,.WorkflowCard-module__YbLVuq__cardMedia:focus-visible .WorkflowCard-module__YbLVuq__media:after{opacity:0}.WorkflowCard-module__YbLVuq__cardMedia:hover .WorkflowCard-module__YbLVuq__mediaShot,.WorkflowCard-module__YbLVuq__cardMedia:focus-visible .WorkflowCard-module__YbLVuq__mediaShot{filter:none}@media (prefers-reduced-motion:reduce){.WorkflowCard-module__YbLVuq__media:after,.WorkflowCard-module__YbLVuq__mediaShot{transition:none}}.WorkflowCard-module__YbLVuq__cardMedia .WorkflowCard-module__YbLVuq__strip{border-top:1px solid var(--border-subtle);background:0 0;margin:0 -20px -22px;padding:12px 10px 14px}.WorkflowCard-module__YbLVuq__strip{background:var(--bg-hover);border-radius:0 0 13px 13px;flex-wrap:nowrap;justify-content:center;align-items:center;gap:0;margin:0 -22px -22px;padding:14px 10px;display:flex;overflow:hidden}.WorkflowCard-module__YbLVuq__stripRow{align-items:center;min-width:0;display:inline-flex}.WorkflowCard-module__YbLVuq__node{background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-primary);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-width:0;max-width:150px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.WorkflowCard-module__YbLVuq__nodeWebrun{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.WorkflowCard-module__YbLVuq__nodeLabel{text-overflow:ellipsis;white-space:nowrap;line-height:1;overflow:hidden}.WorkflowCard-module__YbLVuq__nodeIcon{width:14px;height:14px;color:var(--text-secondary);flex-shrink:0}.WorkflowCard-module__YbLVuq__nodeIconLight{color:#fff;flex-shrink:0;width:14px;height:14px}.WorkflowCard-module__YbLVuq__nodeFavicon{border-radius:3px;flex-shrink:0}.WorkflowCard-module__YbLVuq__nodeIconBlank{background:var(--bg-tertiary);border-radius:3px;flex-shrink:0;width:14px;height:14px}.WorkflowCard-module__YbLVuq__nodeMore{background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;margin-left:6px;padding:5px 8px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.WorkflowCard-module__YbLVuq__chevron{width:12px;height:12px;color:var(--text-tertiary);flex-shrink:0;margin:0 4px}
.UserWorkflowCard-module__hs0SGq__card{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:inherit;cursor:pointer;border-radius:14px;flex-direction:column;gap:14px;padding:22px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.UserWorkflowCard-module__hs0SGq__card:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 6px 16px #0000000d}button.UserWorkflowCard-module__hs0SGq__card{appearance:none;text-align:left;font:inherit;color:inherit;cursor:pointer;width:100%}.UserWorkflowCard-module__hs0SGq__body{flex-direction:column;flex:1;gap:6px;display:flex}.UserWorkflowCard-module__hs0SGq__title{color:var(--text-primary);letter-spacing:-.2px;font-size:16px;font-weight:600;line-height:1.35;font-family:var(--font-display);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;padding-right:48px;display:-webkit-box;overflow:hidden}.UserWorkflowCard-module__hs0SGq__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.UserWorkflowCard-module__hs0SGq__strip{background:var(--bg-hover);border-radius:0 0 13px 13px;flex-wrap:nowrap;justify-content:center;align-items:center;gap:0;margin:0 -22px -22px;padding:14px 22px;display:flex;overflow:hidden}.UserWorkflowCard-module__hs0SGq__stripRow{align-items:center;min-width:0;display:inline-flex}.UserWorkflowCard-module__hs0SGq__node{background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-primary);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-width:0;max-width:150px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.UserWorkflowCard-module__hs0SGq__nodeWebrun{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.UserWorkflowCard-module__hs0SGq__nodeLabel{text-overflow:ellipsis;white-space:nowrap;line-height:1;overflow:hidden}.UserWorkflowCard-module__hs0SGq__nodeIconLight{color:#fff;flex-shrink:0;width:14px;height:14px}.UserWorkflowCard-module__hs0SGq__nodeFavicon{border-radius:3px;flex-shrink:0}.UserWorkflowCard-module__hs0SGq__nodeIconBlank{background:var(--bg-tertiary);border-radius:3px;flex-shrink:0;width:14px;height:14px}.UserWorkflowCard-module__hs0SGq__nodeMore{background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;margin-left:6px;padding:5px 8px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.UserWorkflowCard-module__hs0SGq__chevron{width:12px;height:12px;color:var(--text-tertiary);flex-shrink:0;margin:0 4px}.UserWorkflowCard-module__hs0SGq__agentBadge{z-index:1;background:var(--accent-subtle);border:1px solid rgba(var(--accent-rgb), .22);height:20px;color:var(--accent);white-space:nowrap;pointer-events:none;border-radius:999px;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:14px;right:14px}.UserWorkflowCard-module__hs0SGq__agentBadgeIcon{flex-shrink:0;width:12px;height:12px}
.actions-module__ZjEuta__liveContainer{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);margin:8px 0 4px;animation:.2s actions-module__ZjEuta__fadeInUp;overflow:hidden}.actions-module__ZjEuta__liveHeader{border-bottom:1px solid var(--border-subtle);text-transform:uppercase;letter-spacing:.5px;color:var(--sage);align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.actions-module__ZjEuta__liveLabel{margin-right:auto}.actions-module__ZjEuta__liveDot{background:var(--sage);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite actions-module__ZjEuta__pulse}.actions-module__ZjEuta__liveTabs{background:var(--bg-tertiary);border-radius:var(--radius-sm);gap:2px;padding:2px;display:flex}.actions-module__ZjEuta__liveTab{text-transform:none;letter-spacing:0;color:var(--text-tertiary);border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;display:inline-flex}.actions-module__ZjEuta__liveTab:hover{color:var(--text-primary)}.actions-module__ZjEuta__liveTabActive{background:var(--bg-elevated);color:var(--text-primary);box-shadow:var(--shadow-sm)}.actions-module__ZjEuta__liveTabCount{color:var(--text-muted);background:var(--bg-hover);border-radius:8px;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.4}.actions-module__ZjEuta__liveTabActive .actions-module__ZjEuta__liveTabCount{color:var(--accent);background:var(--accent-subtle)}.actions-module__ZjEuta__statusRow{color:var(--text-secondary);align-items:center;gap:10px;padding:7px 14px;font-size:13px;font-style:italic;display:flex}.actions-module__ZjEuta__emptyTab{color:var(--text-muted);text-align:center;padding:20px 14px;font-size:12px;font-style:italic}.actions-module__ZjEuta__liveList{max-height:240px;padding:6px 0;overflow-y:auto}.actions-module__ZjEuta__liveList::-webkit-scrollbar{width:4px}.actions-module__ZjEuta__liveList::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}.actions-module__ZjEuta__actionRow{color:var(--text-secondary);transition:background var(--transition-fast);align-items:center;gap:10px;padding:7px 14px;font-size:13px;display:flex}.actions-module__ZjEuta__actionRow:hover{background:var(--bg-hover)}.actions-module__ZjEuta__actionRowFailed{border-left:3px solid var(--danger);color:var(--danger-light);padding-left:11px}.actions-module__ZjEuta__actionIcon{text-align:center;flex-shrink:0;width:fit-content;font-size:14px;display:flex}.actions-module__ZjEuta__actionBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.actions-module__ZjEuta__actionLabel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.actions-module__ZjEuta__actionMeta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.actions-module__ZjEuta__actionStatus{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.actions-module__ZjEuta__statusSpinner{border:2px solid var(--border-subtle);border-top-color:var(--sage);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite actions-module__ZjEuta__spin}.actions-module__ZjEuta__statusCheck{color:var(--success);font-size:14px;line-height:1}.actions-module__ZjEuta__statusFailed{color:var(--danger);font-size:14px;line-height:1}.actions-module__ZjEuta__downloadMeta{color:var(--text-muted);align-items:center;gap:8px;font-size:11px;display:flex}.actions-module__ZjEuta__downloadUrl{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.actions-module__ZjEuta__copyBtn{width:20px;height:20px;color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.actions-module__ZjEuta__copyBtn:hover{color:var(--text-primary);background:var(--bg-hover);border-color:var(--border-color)}.actions-module__ZjEuta__abortBtn{color:var(--danger);background:var(--danger-subtle);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);border:1px solid #dc262633;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}.actions-module__ZjEuta__abortBtn:hover{border-color:var(--danger);background:#dc262633}.actions-module__ZjEuta__embedContainer{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-tertiary);width:100%;margin:18px auto -9px;overflow:hidden}.actions-module__ZjEuta__embedHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.actions-module__ZjEuta__embedHeader:hover{background:var(--bg-hover)}.actions-module__ZjEuta__embedHeaderLeft{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.actions-module__ZjEuta__embedHeaderIcon{font-size:14px;display:flex}.actions-module__ZjEuta__embedFailCount{color:var(--danger-light);font-size:12px;font-weight:500}.actions-module__ZjEuta__embedChevron{color:var(--text-muted);transition:transform var(--transition-fast);align-items:center;display:flex}.actions-module__ZjEuta__embedChevronOpen{transform:rotate(180deg)}.actions-module__ZjEuta__embedBadges{align-items:center;gap:8px;padding:0 14px;display:flex}.actions-module__ZjEuta__embedBadge{color:var(--text-muted);background:var(--bg-tertiary);border-left:1px solid var(--accent-subtle);align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;display:flex}.actions-module__ZjEuta__embedBadgeIcon{font-size:12px;display:flex}.actions-module__ZjEuta__embedExpanded{max-height:300px;padding:0;overflow-y:auto}.actions-module__ZjEuta__embedExpanded::-webkit-scrollbar{width:4px}.actions-module__ZjEuta__embedExpanded::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}.actions-module__ZjEuta__embedActionRow{color:var(--text-secondary);transition:background var(--transition-fast);align-items:center;gap:10px;padding:6px 14px;font-size:13px;display:flex}.actions-module__ZjEuta__embedActionRow:hover{background:var(--bg-hover)}.actions-module__ZjEuta__embedActionRowFailed{border-left:3px solid var(--danger);padding-left:11px}.actions-module__ZjEuta__actionIndex{width:10px;color:var(--text-muted);text-align:center;flex-shrink:0;font-size:11px;font-weight:500}.actions-module__ZjEuta__actionDuration{color:var(--text-muted);text-align:right;flex-shrink:0;min-width:12px;font-size:11px}@keyframes actions-module__ZjEuta__fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes actions-module__ZjEuta__pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes actions-module__ZjEuta__spin{to{transform:rotate(360deg)}}
.UrlSuggestPanel-module__Uj7QxG__panel{background:var(--bg-elevated,var(--bg-input));border:1px solid var(--border-color);z-index:50;border-radius:12px;max-height:360px;padding:6px;animation:.12s ease-out UrlSuggestPanel-module__Uj7QxG__urlSuggestSlide;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0000002e}@keyframes UrlSuggestPanel-module__Uj7QxG__urlSuggestSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.UrlSuggestPanel-module__Uj7QxG__row{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;transition:background var(--transition);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:500;display:flex}.UrlSuggestPanel-module__Uj7QxG__row:hover,.UrlSuggestPanel-module__Uj7QxG__rowActive{background:var(--accent-subtle,#7f7f7f1f)}.UrlSuggestPanel-module__Uj7QxG__favicon{object-fit:contain;border-radius:3px;flex-shrink:0;width:16px;height:16px}.UrlSuggestPanel-module__Uj7QxG__domain{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}
.style-module__MQOP_W__streamContainer{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-xl);max-height:100%;height:var(--stream-container-height,fit-content);flex-direction:column;display:flex;overflow:hidden}.style-module__MQOP_W__streamHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;height:50px;padding:14px 18px;display:flex}.style-module__MQOP_W__streamTitle{color:var(--text-primary);align-items:center;gap:16px;font-size:15px;font-weight:600;display:flex}.style-module__MQOP_W__streamTitleText{align-items:center;gap:8px;display:flex}.style-module__MQOP_W__recordingIndicator{background:var(--danger-light);width:10px;height:10px;box-shadow:0 0 0 3px rgba(var(--danger-rgb), .2);border-radius:50%;animation:2s ease-in-out infinite style-module__MQOP_W__pulse}@keyframes style-module__MQOP_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.style-module__MQOP_W__streamTitleMeta{color:var(--text-secondary);background:var(--accent-subtle);border:1px solid rgba(var(--accent-rgb), .3);border-radius:var(--radius);align-items:center;gap:4px;padding:5px 11px;font-size:12px;font-weight:600;display:flex}.style-module__MQOP_W__streamTitleMeta .style-module__MQOP_W__statValue{color:var(--accent);font-variant-numeric:tabular-nums;margin-left:4px;font-weight:700}.style-module__MQOP_W__streamControls{gap:10px;display:flex}.style-module__MQOP_W__streamBtn,.style-module__MQOP_W__streamBtnDanger{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-radius:10px;align-items:center;gap:8px;padding:7px 12px 7px 13px;font-size:14px;font-weight:500;display:flex}.style-module__MQOP_W__streamBtn:hover{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.style-module__MQOP_W__streamBtnDanger{color:var(--danger);border-color:var(--danger)}.style-module__MQOP_W__streamBtnDanger:hover{background:var(--danger-subtle);border-color:var(--danger)}.style-module__MQOP_W__streamContent{background:var(--bg-video);min-height:var(--stream-content-min-height,596px);--wr-font-display:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--wr-font-text:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--wr-font-mono:"SF Mono", "Menlo", "Monaco", "Courier New", monospace;--wr-accent:#007aff;--wr-accent-hover:#0066d6;--wr-accent-subtle:#007aff1f;--wr-surface:#f5f5f7;--wr-surface-raised:#fff;--wr-surface-sunken:#e8e8ed;--wr-toolbar-border:#b0b0b0;--wr-dark-surface:#1c1c1e;--wr-dark-raised:#2c2c2e;--wr-dark-sunken:#0e0e0e;--wr-dark-toolbar-border:#1a1a1c;--wr-text:#1d1d1f;--wr-text-secondary:#6e6e73;--wr-text-tertiary:#86868b;--wr-text-muted:#aeaeb2;--wr-text-light:#ffffffe6;--wr-text-light-secondary:#fff9;--wr-border:#00000026;--wr-border-subtle:#00000014;--wr-border-light:#ffffff1f;--wr-border-light-subtle:#ffffff0f;--wr-radius-sm:6px;--wr-radius-md:10px;--wr-radius-lg:16px;--wr-radius-xl:20px;--wr-shadow-window:0 25px 80px #0006, 0 8px 24px #0003, 0 0 0 .5px #0000001f, inset 0 .5px 0 #fff9;--wr-shadow-menu:0 10px 30px #0006;--wr-shadow-widget:0 8px 24px #00000026, 0 0 0 .5px #ffffff0f;--wr-glass-dark:#00000073;--wr-glass-blur:saturate(180%) blur(25px);--wr-glass-menu:#1e1e1ef2;--wr-space-xs:4px;--wr-space-sm:8px;--wr-space-md:12px;--wr-space-lg:16px;--wr-space-xl:20px;--wr-space-2xl:24px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.style-module__MQOP_W__streamVideo{object-fit:contain;width:100%;height:100%;display:none}.style-module__MQOP_W__streamVideo.style-module__MQOP_W__active{display:block}.style-module__MQOP_W__interactionCanvas{cursor:crosshair;z-index:50;width:100%;height:100%;position:absolute;top:0;left:0}.style-module__MQOP_W__streamPlaceholder{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 24px;animation:.5s ease-out style-module__MQOP_W__streamFadeIn;display:flex}@keyframes style-module__MQOP_W__streamFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.style-module__MQOP_W__streamPlaceholderIcon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:12px;display:flex;position:relative}.style-module__MQOP_W__streamPlaceholderIcon svg{width:28px;height:28px;color:var(--text-muted);opacity:.7}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__connecting{background:rgba(var(--accent-rgb), .08)}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__connecting:before{content:"";border:2px solid #0000;border-top-color:var(--accent);border-radius:50%;animation:1s linear infinite style-module__MQOP_W__streamSpin;position:absolute;inset:-4px}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__connecting:after{content:"";border:1.5px solid #0000;border-top-color:rgba(var(--accent-rgb), .3);border-radius:50%;animation:2s linear infinite reverse style-module__MQOP_W__streamSpin;position:absolute;inset:-10px}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__reconnecting{background:rgba(var(--terracotta-rgb,194, 97, 47), .08)}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__reconnecting:before{content:"";border:2px solid #0000;border-top-color:var(--terracotta);border-radius:50%;animation:.8s linear infinite style-module__MQOP_W__streamSpin;position:absolute;inset:-4px}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__reconnecting:after{content:"";border:1.5px solid #0000;border-top-color:rgba(var(--terracotta-rgb,194, 97, 47), .3);border-radius:50%;animation:1.6s linear infinite reverse style-module__MQOP_W__streamSpin;position:absolute;inset:-10px}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__failed{background:rgba(var(--danger-rgb), .1)}.style-module__MQOP_W__streamPlaceholderIcon.style-module__MQOP_W__failed svg{color:var(--danger);opacity:.9}@keyframes style-module__MQOP_W__streamSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.style-module__MQOP_W__streamPlaceholderTitle{color:var(--text-secondary);margin-bottom:2px;font-size:14px;font-weight:600}.style-module__MQOP_W__streamPlaceholderSub{color:var(--text-muted);opacity:.7;font-size:12px}.style-module__MQOP_W__preSessionHint{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px 24px;display:flex;position:absolute;inset:0}.style-module__MQOP_W__preSessionHintIcon{color:#ffffffd1;background:#ffffff0d;border:1px solid #ffffff17;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:2px;display:flex}.style-module__MQOP_W__preSessionHintTitle{color:#fffffff2;letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:1.3}.style-module__MQOP_W__preSessionHintText{color:#fff9;max-width:320px;font-size:13px;line-height:1.5}.style-module__MQOP_W__preSessionHintBadge{color:#ffffffc7;letter-spacing:.01em;background:#ffffff0d;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:7px;margin-top:4px;padding:5px 11px 5px 9px;font-size:11.5px;font-weight:500;display:inline-flex}.style-module__MQOP_W__preSessionHintBadgeDot{background:#34d399;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite style-module__MQOP_W__preSessionHintPulse;box-shadow:0 0 0 3px #34d3992e}@keyframes style-module__MQOP_W__preSessionHintPulse{0%,to{opacity:1}50%{opacity:.45}}.style-module__MQOP_W__orphanRecordingNotice{border:1px solid rgba(var(--danger-rgb), .25);background:rgba(var(--danger-rgb), .08);max-width:420px;color:var(--text-secondary);text-align:left;border-radius:10px;align-items:flex-start;gap:10px;margin-top:14px;padding:12px 14px;display:flex}.style-module__MQOP_W__orphanRecordingNotice svg{color:var(--danger);opacity:.9;flex-shrink:0;margin-top:1px}.style-module__MQOP_W__orphanRecordingNoticeBody{flex-direction:column;gap:2px;font-size:12px;line-height:1.45;display:flex}.style-module__MQOP_W__orphanRecordingNoticeLink{color:var(--terracotta);margin-top:6px;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s}.style-module__MQOP_W__orphanRecordingNoticeLink:hover{color:var(--terracotta-light);text-decoration:underline}.style-module__MQOP_W__reconnectBtn{background:var(--terracotta);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;margin-top:8px;padding:10px 28px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.style-module__MQOP_W__reconnectBtn:hover{background:var(--terracotta-light);box-shadow:0 4px 12px rgba(var(--terracotta-rgb,194, 97, 47), .3);transform:translateY(-1px)}.style-module__MQOP_W__takeOverBtn{z-index:100;background:linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);border:1px solid rgba(var(--teal-rgb), .4);color:#fff;cursor:pointer;box-shadow:0 4px 6px rgba(var(--teal-rgb), .3);opacity:0;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .3s;position:absolute;top:20px;right:20px}.style-module__MQOP_W__streamContent:hover .style-module__MQOP_W__takeOverBtn,.style-module__MQOP_W__chromeContentArea:hover .style-module__MQOP_W__takeOverBtn{opacity:1}.style-module__MQOP_W__takeOverBtn:hover{background:linear-gradient(135deg, var(--teal) 0%, #0f766e 100%);box-shadow:0 6px 12px rgba(var(--teal-rgb), .4);transform:translateY(-2px)}.style-module__MQOP_W__takeOverBtn.style-module__MQOP_W__active{background:linear-gradient(135deg, var(--success) 0%, var(--success-hover) 100%);border-color:rgba(var(--success-rgb), .4);box-shadow:0 4px 6px rgba(var(--success-rgb), .3)}.style-module__MQOP_W__dockArea{z-index:200;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.style-module__MQOP_W__dock{background:var(--wr-glass-dark);-webkit-backdrop-filter:saturate(150%)blur(20px);backdrop-filter:saturate(150%)blur(20px);opacity:0;border:1px solid #ffffff2e;border-radius:18px;align-items:flex-end;gap:4px;padding:6px 10px;transition:opacity .3s,transform .3s;display:flex;box-shadow:0 8px 32px #00000040,inset 0 .5px #ffffff26,inset 0 -.5px #0000001a}.style-module__MQOP_W__streamContent:hover .style-module__MQOP_W__dock{opacity:1}.style-module__MQOP_W__dockItem{border-radius:var(--wr-radius-md);cursor:pointer;transform-origin:bottom;background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;padding:6px 14px;transition:transform .15s,background .2s;display:flex;position:relative}@keyframes style-module__MQOP_W__dockBounce{0%,to{transform:translateY(0)}25%{transform:translateY(-12px)}50%{transform:translateY(-4px)}75%{transform:translateY(-8px)}}.style-module__MQOP_W__dockItemBouncing{animation:.6s style-module__MQOP_W__dockBounce}.style-module__MQOP_W__dockItem:hover{background:#ffffff1f}.style-module__MQOP_W__dockIcon{color:#ffffffe6;justify-content:center;align-items:center;display:inline-flex}.style-module__MQOP_W__dockLabel{color:#fffc;font-size:11px;font-weight:500;line-height:1}.style-module__MQOP_W__dockItemActive:after{content:"";background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.style-module__MQOP_W__dockDivider{background:#fff3;flex-shrink:0;width:1px;height:28px;margin:0 4px}.style-module__MQOP_W__dockPinned{opacity:1}@keyframes style-module__MQOP_W__dockOverflowSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.style-module__MQOP_W__dockOverflow{z-index:201;background:var(--wr-glass-dark);-webkit-backdrop-filter:saturate(150%)blur(20px);backdrop-filter:saturate(150%)blur(20px);border:1px solid #ffffff2e;border-radius:14px;max-width:calc(100vw - 24px);padding:10px;animation:.18s style-module__MQOP_W__dockOverflowSlide;position:absolute;bottom:calc(100% + 12px);right:0;box-shadow:0 8px 32px #00000059,inset 0 .5px #ffffff26}.style-module__MQOP_W__dockOverflowGrid{grid-template-columns:repeat(3,minmax(80px,1fr));gap:4px;display:grid}.style-module__MQOP_W__dockOverflowItem{transform-origin:50%}.style-module__MQOP_W__dockOverflowBadge{background:var(--teal,#14b8a6);color:#fff;text-align:center;pointer-events:none;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;line-height:16px;position:absolute;top:2px;right:2px;box-shadow:0 1px 2px #0006}@media (max-width:768px){.style-module__MQOP_W__dockOverflow{max-width:calc(100vw - 16px);right:-8px}.style-module__MQOP_W__dockOverflowGrid{grid-template-columns:repeat(3,1fr)}}.style-module__MQOP_W__desktopContextMenu{background:var(--wr-glass-menu);min-width:180px;-webkit-backdrop-filter:var(--wr-glass-blur);backdrop-filter:var(--wr-glass-blur);border-radius:var(--wr-radius-sm);padding:var(--wr-space-xs) 0;box-shadow:var(--wr-shadow-menu);z-index:500;border:1px solid #ffffff1a;animation:.1s ease-out style-module__MQOP_W__menuFadeIn;position:fixed}@keyframes style-module__MQOP_W__menuFadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.style-module__MQOP_W__contextMenuItem{width:calc(100% - 8px);padding:var(--wr-space-xs) 14px;font-size:13px;font-family:var(--wr-font-text);color:#ffffffd9;text-align:left;cursor:pointer;border-radius:var(--wr-radius-sm);margin:0 var(--wr-space-xs);background:0 0;border:none;display:block}.style-module__MQOP_W__contextMenuItem:hover{background:var(--wr-accent-hover);color:#fff}.style-module__MQOP_W__contextMenuDivider{height:1px;margin:var(--wr-space-xs) 0;background:#ffffff1a}.style-module__MQOP_W__overlayWindow{z-index:150;border-radius:var(--wr-radius-md);background:var(--wr-surface);border:1px solid var(--wr-border);box-shadow:var(--wr-shadow-window);flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) style-module__MQOP_W__windowOpen;display:flex;position:absolute;inset:8px 8px 56px;overflow:hidden}@keyframes style-module__MQOP_W__windowOpen{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes style-module__MQOP_W__windowMinimize{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.5)translateY(100px)}}.style-module__MQOP_W__overlayMinimizing{pointer-events:none;animation:.25s cubic-bezier(.4,0,1,1) forwards style-module__MQOP_W__windowMinimize}.style-module__MQOP_W__resizeEdgeTop,.style-module__MQOP_W__resizeEdgeBottom,.style-module__MQOP_W__resizeEdgeLeft,.style-module__MQOP_W__resizeEdgeRight,.style-module__MQOP_W__resizeCornerTL,.style-module__MQOP_W__resizeCornerTR,.style-module__MQOP_W__resizeCornerBL,.style-module__MQOP_W__resizeCornerBR{z-index:55;position:absolute}.style-module__MQOP_W__resizeEdgeTop{cursor:ns-resize;height:8px;top:-4px;left:14px;right:14px}.style-module__MQOP_W__resizeEdgeBottom{cursor:ns-resize;height:8px;bottom:-4px;left:14px;right:14px}.style-module__MQOP_W__resizeEdgeLeft{cursor:ew-resize;width:8px;top:14px;bottom:14px;left:-4px}.style-module__MQOP_W__resizeEdgeRight{cursor:ew-resize;width:8px;top:14px;bottom:14px;right:-4px}.style-module__MQOP_W__resizeCornerTL{cursor:nwse-resize;width:14px;height:14px;top:-4px;left:-4px}.style-module__MQOP_W__resizeCornerTR{cursor:nesw-resize;width:14px;height:14px;top:-4px;right:-4px}.style-module__MQOP_W__resizeCornerBL{cursor:nesw-resize;width:14px;height:14px;bottom:-4px;left:-4px}.style-module__MQOP_W__resizeCornerBR{cursor:nwse-resize;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='7' y1='1' x2='1' y2='7' stroke='%23999' stroke-width='1'/%3E%3Cline x1='7' y1='4' x2='4' y2='7' stroke='%23999' stroke-width='1'/%3E%3C/svg%3E");background-position:right 2px bottom 2px;background-repeat:no-repeat;background-size:8px 8px;width:14px;height:14px;transition:opacity .15s;bottom:-4px;right:-4px}.style-module__MQOP_W__resizeCornerBR:hover{opacity:1}.style-module__MQOP_W__overlayWindow:not(.style-module__MQOP_W__overlayMaximized){cursor:default}.style-module__MQOP_W__overlayWindowDark{background:var(--wr-dark-surface);border-color:#ffffff14}.style-module__MQOP_W__overlayMaximized{border-radius:0;transition:all .3s cubic-bezier(.16,1,.3,1);width:auto!important;height:auto!important;inset:25px 0 48px!important}.style-module__MQOP_W__overlayWindow ::-webkit-scrollbar{width:8px;height:8px}.style-module__MQOP_W__overlayWindow ::-webkit-scrollbar-track{background:0 0}.style-module__MQOP_W__overlayWindow ::-webkit-scrollbar-thumb{background:#0003 padding-box padding-box;border:2px solid #0000;border-radius:4px}.style-module__MQOP_W__overlayWindow ::-webkit-scrollbar-thumb:hover{background:#00000059 padding-box padding-box;border:2px solid #0000}.style-module__MQOP_W__overlayWindowDark ::-webkit-scrollbar-thumb{background:#fff3 padding-box padding-box;border:2px solid #0000}.style-module__MQOP_W__overlayWindowDark ::-webkit-scrollbar-thumb:hover{background:#ffffff59 padding-box padding-box;border:2px solid #0000}.style-module__MQOP_W__overlayTitleBar{border-bottom:1px solid var(--wr-toolbar-border);-webkit-user-select:none;user-select:none;cursor:grab;background:linear-gradient(#e8e8e8 0%,#d6d6d6 100%);flex-shrink:0;justify-content:center;align-items:center;height:38px;padding:0 14px;display:flex;position:relative}.style-module__MQOP_W__overlayTitleBar:after{content:"";opacity:.035;pointer-events:none;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");position:absolute;inset:0}.style-module__MQOP_W__overlayTitleBar:active{cursor:grabbing}.style-module__MQOP_W__overlayTitleBarDark{border-bottom-color:var(--wr-dark-toolbar-border);background:linear-gradient(#3a3a3c 0%,#2c2c2e 100%)}.style-module__MQOP_W__trafficLights{align-items:center;gap:8px;display:flex;position:absolute;left:14px}.style-module__MQOP_W__trafficBtn{cursor:default;box-sizing:border-box;color:#0000;border:.5px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;padding:0;display:flex}.style-module__MQOP_W__trafficLights:hover .style-module__MQOP_W__trafficBtn{color:#00000080}.style-module__MQOP_W__trafficBtn svg{display:block}.style-module__MQOP_W__trafficClose{cursor:pointer;background:linear-gradient(#ff6058 0%,#e2463b 100%);box-shadow:inset 0 0 0 .5px #0000001a}.style-module__MQOP_W__trafficClose:hover{background:linear-gradient(#ff4136 0%,#d63027 100%)}.style-module__MQOP_W__trafficMinimize{cursor:pointer;background:linear-gradient(#ffbd2e 0%,#dfa123 100%);box-shadow:inset 0 0 0 .5px #0000001a}.style-module__MQOP_W__trafficMinimize:hover{background:linear-gradient(#ffc842 0%,#e5ad28 100%)}.style-module__MQOP_W__trafficMaximize{cursor:pointer;background:linear-gradient(#28c941 0%,#1aab29 100%);box-shadow:inset 0 0 0 .5px #0000001a}.style-module__MQOP_W__trafficMaximize:hover{background:linear-gradient(#34d950 0%,#20b830 100%)}.style-module__MQOP_W__overlayTitle{color:#000000bf;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.style-module__MQOP_W__titleBarSpacer{width:60px;position:absolute;right:14px}.style-module__MQOP_W__fmToolbar{background:linear-gradient(#f0f0f0 0%,#e6e6e6 100%);border-bottom:1px solid #c8c8c8;align-items:center;gap:10px;padding:6px 12px;display:flex}.style-module__MQOP_W__fmNavBtns{gap:2px;display:flex}.style-module__MQOP_W__fmNavBtn{color:#555;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.style-module__MQOP_W__fmNavBtn:hover{background:#0000000f}.style-module__MQOP_W__fmBreadcrumb{color:#666;background:#fff;border:1px solid #c8c8c8;border-radius:6px;flex:1;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:flex;box-shadow:inset 0 1px 2px #0000000a}.style-module__MQOP_W__fmBreadcrumbItem{color:#555;align-items:center;display:flex}.style-module__MQOP_W__fmBreadcrumbActive{color:#1a1a1a;font-weight:600}.style-module__MQOP_W__fmBreadcrumbSep{color:#bbb;font-size:11px}.style-module__MQOP_W__fmSearch{color:#999;background:#fff;border:1px solid #c8c8c8;border-radius:6px;align-items:center;gap:5px;min-width:100px;padding:4px 10px;font-size:12px;display:flex;box-shadow:inset 0 1px 2px #0000000a}.style-module__MQOP_W__fmBody{flex:1;display:flex;overflow:hidden}.style-module__MQOP_W__fmSidebar{background:#f0f0f0;border-right:1px solid #d5d5d5;flex-shrink:0;width:160px;padding:8px 0;overflow-y:auto}.style-module__MQOP_W__fmSideSection{margin-bottom:12px}.style-module__MQOP_W__fmSideLabel{text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:2px;padding:4px 14px;font-size:10px;font-weight:700}.style-module__MQOP_W__fmSideItem{color:#333;cursor:pointer;border-radius:0;align-items:center;gap:8px;padding:5px 14px;font-size:12px;display:flex}.style-module__MQOP_W__fmSideItem:hover{background:#0000000a}.style-module__MQOP_W__fmSideItemActive{color:#007aff;background:#007aff1f}.style-module__MQOP_W__fmSideItemActive:hover{background:#007aff29}.style-module__MQOP_W__fmSideItemActive svg{color:#007aff}.style-module__MQOP_W__fmContent{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.style-module__MQOP_W__fmGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));align-content:start;gap:4px;padding:16px;display:grid;overflow-y:auto}.style-module__MQOP_W__fmFile{cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;transition:background .1s;display:flex}.style-module__MQOP_W__fmFile:hover{background:#007aff14}.style-module__MQOP_W__fmFileSelected{outline-offset:-2px;background:#007aff2e;outline:2px solid #007aff80}.style-module__MQOP_W__fmFileSelected:hover{background:#007aff38}.style-module__MQOP_W__fmFileSelected .style-module__MQOP_W__fmFileName{color:#007aff;font-weight:600}.style-module__MQOP_W__fmFileIcon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.style-module__MQOP_W__fmFileName{color:#222;text-align:center;word-break:break-word;max-width:76px;font-size:11px;line-height:1.3}.style-module__MQOP_W__fmStatusBar{color:#888;background:#f5f5f5;border-top:1px solid #ddd;flex-shrink:0;justify-content:space-between;align-items:center;padding:5px 14px;font-size:11px;display:flex}.style-module__MQOP_W__termBody{background:#0e0e0e;flex:1;padding:12px 14px;font-family:SF Mono,Menlo,Monaco,Courier New,monospace;font-size:12.5px;line-height:1.6;overflow-y:auto}.style-module__MQOP_W__termLine{white-space:pre}.style-module__MQOP_W__termPromptUser{color:#5af78e;font-weight:600}.style-module__MQOP_W__termPromptSep{color:#e4e4e4}.style-module__MQOP_W__termPromptDir{color:#57c7ff;font-weight:600}.style-module__MQOP_W__termPromptDollar{color:#e4e4e4}.style-module__MQOP_W__termCmd{color:#f3f3f3}.style-module__MQOP_W__termOutput{color:#b0b0b0;white-space:pre;margin-bottom:4px}.style-module__MQOP_W__termCursor{vertical-align:text-bottom;background:#c7c7c7;width:8px;height:15px;margin-left:4px;animation:1s step-end infinite style-module__MQOP_W__termBlink;display:inline-block;box-shadow:0 0 4px #c7c7c780}@keyframes style-module__MQOP_W__termBlink{0%,to{opacity:1}50%{opacity:0}}.style-module__MQOP_W__fmUploadBtn{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #c8c8c8;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;transition:all .15s;display:flex}.style-module__MQOP_W__fmUploadBtn:hover{color:#007aff;background:#007aff0f;border-color:#007aff}.style-module__MQOP_W__fmUploadBtn:disabled{opacity:.5;cursor:not-allowed}.style-module__MQOP_W__fmDropZone{z-index:10;color:#007aff;pointer-events:none;background:#007aff26;border:2px dashed #007aff99;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex;position:absolute;inset:0}.style-module__MQOP_W__fmEmptyState{color:#999;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:40px 20px;font-size:12px;display:flex}.style-module__MQOP_W__fmContextMenu{z-index:20;background:#fff;border:1px solid #d5d5d5;border-radius:8px;min-width:160px;padding:4px 0;font-size:12px;animation:.1s ease-out style-module__MQOP_W__streamFadeIn;position:absolute;box-shadow:0 8px 24px #0000002e,0 0 0 .5px #0000000f}.style-module__MQOP_W__fmContextMenuItem{color:#222;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:6px 14px;text-decoration:none;display:block}.style-module__MQOP_W__fmContextMenuItem:hover{color:#fff;background:#007aff}.style-module__MQOP_W__fmContextMenuItemDanger{color:#e74c3c}.style-module__MQOP_W__fmContextMenuItemDanger:hover{color:#fff;background:#e74c3c}.style-module__MQOP_W__fmContextMenuItemDisabled{color:#bbb;cursor:default;padding:6px 14px}.style-module__MQOP_W__fmContextMenuDivider{background:#e8e8e8;height:1px;margin:3px 0}.style-module__MQOP_W__fmSearchInput{color:#333;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.style-module__MQOP_W__fmSearchInput::placeholder{color:#999}.style-module__MQOP_W__fmDeleteConfirmOverlay{z-index:30;background:#0000004d;border-radius:0 0 8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.style-module__MQOP_W__fmDeleteConfirm{text-align:center;background:#fff;border-radius:12px;min-width:260px;max-width:320px;padding:20px 24px;box-shadow:0 12px 40px #0003,0 0 0 .5px #00000014}.style-module__MQOP_W__fmDeleteConfirmTitle{color:#222;word-break:break-word;margin-bottom:6px;font-size:14px;font-weight:600}.style-module__MQOP_W__fmDeleteConfirmText{color:#888;margin-bottom:16px;font-size:12px}.style-module__MQOP_W__fmDeleteConfirmActions{justify-content:center;gap:8px;display:flex}.style-module__MQOP_W__fmDeleteConfirmBtn,.style-module__MQOP_W__fmDeleteConfirmBtnDanger{cursor:pointer;color:#333;background:#f5f5f5;border:1px solid #d5d5d5;border-radius:6px;padding:6px 20px;font-size:12px;font-weight:600;transition:all .15s}.style-module__MQOP_W__fmDeleteConfirmBtn:hover{background:#e8e8e8}.style-module__MQOP_W__fmDeleteConfirmBtnDanger{color:#fff;background:#e74c3c;border-color:#c0392b}.style-module__MQOP_W__fmDeleteConfirmBtnDanger:hover{background:#c0392b}.style-module__MQOP_W__osPopupOverlay{z-index:210;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#00000052;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.style-module__MQOP_W__osPopup{text-align:center;min-width:320px;max-width:400px;font-family:var(--wr-font-display);background:#ffffffb8;border-radius:14px;padding:28px 32px 22px;box-shadow:0 24px 60px #0000002e,inset 0 0 0 .5px #ffffff4d,0 0 0 .5px #0000000f}.style-module__MQOP_W__osPopupTitle{color:#1d1d1f;letter-spacing:-.1px;margin-bottom:6px;font-size:14px;font-weight:700}.style-module__MQOP_W__osPopupText{color:#3a3a3c;margin-bottom:20px;font-size:13px;line-height:1.5}.style-module__MQOP_W__osPopupActions{border-top:.5px solid #00000014;justify-content:center;margin:0 -32px;padding:12px 32px 0;display:flex}.style-module__MQOP_W__osPopupBtn{color:#fff;cursor:pointer;letter-spacing:-.1px;background:#007aff;border:none;border-radius:6px;min-width:90px;padding:5px 32px;font-size:13px;font-weight:500;transition:background .15s}.style-module__MQOP_W__osPopupBtn:hover{background:#0062cc}.style-module__MQOP_W__osPopupBtn:active{background:#004fa3}.style-module__MQOP_W__chromeWindow{z-index:100;background:#dee1e6;border:1px solid #0000002e;border-radius:8px;flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) style-module__MQOP_W__windowOpen;display:flex;position:absolute;inset:16px 16px 72px;overflow:hidden;box-shadow:0 25px 80px #0006,0 8px 24px #0003,0 0 0 .5px #0000001f}.style-module__MQOP_W__chromeWindow:not(.style-module__MQOP_W__overlayMaximized){cursor:default}.style-module__MQOP_W__chromeTitleBar{-webkit-user-select:none;user-select:none;cursor:grab;background:#dee1e6;flex-shrink:0;align-items:flex-end;height:38px;padding:0 8px 0 78px;display:flex;position:relative}.style-module__MQOP_W__chromeTitleBar:active{cursor:grabbing}.style-module__MQOP_W__chromeTitleBar .style-module__MQOP_W__trafficLights{top:50%;left:12px;transform:translateY(-50%)}.style-module__MQOP_W__chromeTabBar{flex:1;align-items:flex-end;gap:1px;height:100%;padding-top:8px;display:flex;overflow:hidden}.style-module__MQOP_W__chromeTab{color:#5f6368;cursor:pointer;background:0 0;border-radius:8px 8px 0 0;flex-shrink:1;align-items:center;gap:8px;min-width:40px;max-width:240px;height:30px;padding:0 14px;font-size:12px;font-weight:400;transition:background .15s;display:flex;position:relative;overflow:visible;box-shadow:inset -1px 0 #c0c3c8}.style-module__MQOP_W__chromeTab:last-of-type{box-shadow:none}.style-module__MQOP_W__chromeTab:hover{box-shadow:none;background:#ffffff73}.style-module__MQOP_W__chromeTab:hover+.style-module__MQOP_W__chromeTab{box-shadow:none}.style-module__MQOP_W__chromeTabActive{color:#202124;box-shadow:none;z-index:2;background:#fff;font-weight:500}.style-module__MQOP_W__chromeTab:has(+.style-module__MQOP_W__chromeTabActive){box-shadow:none}.style-module__MQOP_W__chromeTabActive:hover{background:#fff}.style-module__MQOP_W__chromeTabActive:before,.style-module__MQOP_W__chromeTabActive:after{content:"";pointer-events:none;width:8px;height:8px;position:absolute;bottom:0}.style-module__MQOP_W__chromeTabActive:before{background:radial-gradient(circle at 0 0,#0000 7.5px,#fff 8px);left:-8px}.style-module__MQOP_W__chromeTabActive:after{background:radial-gradient(circle at 100% 0,#0000 7.5px,#fff 8px);right:-8px}.style-module__MQOP_W__chromeTabFavicon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.style-module__MQOP_W__chromeTabFavicon img{border-radius:2px;width:16px;height:16px}.style-module__MQOP_W__chromeTabFaviconFallback{color:#5f6368;width:16px;height:16px}.style-module__MQOP_W__chromeTabTitle{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;line-height:1.2;overflow:hidden}.style-module__MQOP_W__chromeTabClose{color:#5f6368;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;padding:0;transition:all .1s;display:flex}.style-module__MQOP_W__chromeTab:hover .style-module__MQOP_W__chromeTabClose{opacity:1}.style-module__MQOP_W__chromeTabClose:hover{color:#202124;background:#0000001f}.style-module__MQOP_W__chromeNewTab{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-bottom:2px;margin-left:4px;transition:background .15s;display:flex}.style-module__MQOP_W__chromeNewTab:hover{background:#0000000f}.style-module__MQOP_W__chromeToolbar{z-index:60;background:#fff;border-bottom:1px solid #dfe1e5;flex-shrink:0;align-items:center;gap:4px;height:38px;padding:4px 8px;display:flex;position:relative}.style-module__MQOP_W__chromeNavBtns{gap:0;display:flex}.style-module__MQOP_W__chromeNavBtn{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .15s;display:flex}.style-module__MQOP_W__chromeNavBtn:hover{background:#5f636814}.style-module__MQOP_W__chromeNavBtn:active{background:#5f636824}.style-module__MQOP_W__chromeNavBtnDisabled{opacity:.38;cursor:default;pointer-events:none}.style-module__MQOP_W__chromeAddressWrap{flex:1;min-width:0;display:flex;position:relative}.style-module__MQOP_W__chromeAddressBar{color:#202124;background:#f1f3f4;border-radius:16px;flex:1;align-items:center;gap:8px;min-width:0;height:30px;padding:0 14px;font-size:14px;transition:background .2s;display:flex;overflow:hidden}.style-module__MQOP_W__chromeAddressBar:hover{background:#e8eaed}.style-module__MQOP_W__chromeLockIcon{color:#5f6368;flex-shrink:0;align-items:center;display:flex}.style-module__MQOP_W__chromeAddressText{white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:Roboto,SF Pro Text,-apple-system,sans-serif;font-size:14px;overflow:hidden}.style-module__MQOP_W__chromeAddressDomain{color:#202124}.style-module__MQOP_W__chromeAddressPath{color:#5f6368}.style-module__MQOP_W__chromeMenuBtn{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .15s;display:flex}.style-module__MQOP_W__chromeMenuBtn:hover{background:#5f636814}.style-module__MQOP_W__chromeAddressInput{color:#202124;background:0 0;border:none;outline:none;flex:1;min-width:0;height:30px;padding:0;font-family:Roboto,SF Pro Text,-apple-system,sans-serif;font-size:14px;line-height:30px}.style-module__MQOP_W__chromeAddressInput::placeholder{color:#80868b}.style-module__MQOP_W__chromeAddrSpinner{pointer-events:none;border:2px solid #5f636840;border-top-color:#5f6368;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite style-module__MQOP_W__chromeAddrSpin}@keyframes style-module__MQOP_W__chromeAddrSpin{to{transform:rotate(360deg)}}.style-module__MQOP_W__chromeTakeOverBtn{z-index:5;cursor:pointer;background:linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);color:#fff;white-space:nowrap;border:none;border-radius:6px;padding:5px 14px;font-size:11px;font-weight:600;transition:all .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.style-module__MQOP_W__chromeTakeOverBtn:hover{background:linear-gradient(135deg, var(--teal) 0%, #0f766e 100%)}.style-module__MQOP_W__chromeTakeOverBtn.style-module__MQOP_W__active{background:linear-gradient(135deg, var(--success) 0%, var(--success-hover) 100%)}.style-module__MQOP_W__chromeContentArea{background:var(--bg-video);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.style-module__MQOP_W__chromeContentArea .style-module__MQOP_W__streamVideo{object-fit:cover;object-position:0 100%}.style-module__MQOP_W__takeOverHint{z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#00000080;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:500;animation:.2s ease-out style-module__MQOP_W__takeOverHintFadeIn;display:flex;position:absolute;inset:0}@keyframes style-module__MQOP_W__takeOverHintFadeIn{0%{opacity:0}to{opacity:1}}.style-module__MQOP_W__takeOverHintBtn{background:linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s}.style-module__MQOP_W__takeOverHintBtn:hover{background:linear-gradient(135deg, var(--teal) 0%, #0f766e 100%);transform:translateY(-1px)}[data-theme=dark] .style-module__MQOP_W__chromeWindow{background:#202124;border-color:#ffffff14;box-shadow:0 22px 70px #0000008c,0 0 0 .5px #ffffff0f}[data-theme=dark] .style-module__MQOP_W__chromeTitleBar{background:#202124}[data-theme=dark] .style-module__MQOP_W__chromeTab{color:#9aa0a6;box-shadow:inset -1px 0 #9aa0a640}[data-theme=dark] .style-module__MQOP_W__chromeTab:last-of-type{box-shadow:none}[data-theme=dark] .style-module__MQOP_W__chromeTab:hover{box-shadow:none;background:#ffffff0f}[data-theme=dark] .style-module__MQOP_W__chromeTab:hover+.style-module__MQOP_W__chromeTab{box-shadow:none}[data-theme=dark] .style-module__MQOP_W__chromeTabActive{color:#e8eaed;box-shadow:none;background:#323639}[data-theme=dark] .style-module__MQOP_W__chromeTab:has(+.style-module__MQOP_W__chromeTabActive){box-shadow:none}[data-theme=dark] .style-module__MQOP_W__chromeTabActive:hover{background:#323639}[data-theme=dark] .style-module__MQOP_W__chromeTabActive:before{background:radial-gradient(circle at 0 0,#0000 7.5px,#323639 8px)}[data-theme=dark] .style-module__MQOP_W__chromeTabActive:after{background:radial-gradient(circle at 100% 0,#0000 7.5px,#323639 8px)}[data-theme=dark] .style-module__MQOP_W__chromeTabFaviconFallback{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeTabClose{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeTabClose:hover{color:#e8eaed;background:#ffffff1f}[data-theme=dark] .style-module__MQOP_W__chromeNewTab{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeNewTab:hover{background:#ffffff0f}[data-theme=dark] .style-module__MQOP_W__chromeToolbar{background:#323639;border-bottom-color:#ffffff14}[data-theme=dark] .style-module__MQOP_W__chromeNavBtn{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeNavBtn:hover{background:#ffffff14}[data-theme=dark] .style-module__MQOP_W__chromeNavBtn:active{background:#ffffff24}[data-theme=dark] .style-module__MQOP_W__chromeAddressBar{color:#e8eaed;background:#202124}[data-theme=dark] .style-module__MQOP_W__chromeAddressBar:hover{background:#2a2a2d}[data-theme=dark] .style-module__MQOP_W__chromeLockIcon{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeAddressDomain{color:#e8eaed}[data-theme=dark] .style-module__MQOP_W__chromeAddressPath{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeMenuBtn{color:#9aa0a6}[data-theme=dark] .style-module__MQOP_W__chromeMenuBtn:hover{background:#ffffff14}[data-theme=dark] .style-module__MQOP_W__chromeAddressInput{color:#e8eaed}[data-theme=dark] .style-module__MQOP_W__chromeAddressInput::placeholder{color:#9aa0a6}@media (max-width:768px){.style-module__MQOP_W__streamContainer{max-width:100%}.style-module__MQOP_W__dock{gap:2px;padding:4px 8px;bottom:8px}.style-module__MQOP_W__dockItem{padding:4px 10px}.style-module__MQOP_W__dockLabel{font-size:10px}.style-module__MQOP_W__overlayWindow,.style-module__MQOP_W__chromeWindow{inset:4px 4px 48px}.style-module__MQOP_W__fmSidebar,.style-module__MQOP_W__fmSearch{display:none}.style-module__MQOP_W__fmGrid{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));padding:10px}}
.MenuBar-module__e1xYrW__menuBar{z-index:200;height:25px;padding:0 var(--wr-space-md);-webkit-backdrop-filter:var(--wr-glass-blur);backdrop-filter:var(--wr-glass-blur);font-family:var(--wr-font-text);color:var(--wr-text-light);-webkit-user-select:none;user-select:none;background:#00000038;justify-content:space-between;align-items:center;font-size:13px;display:flex;position:absolute;top:0;left:0;right:0}.MenuBar-module__e1xYrW__left{align-items:center;gap:0;height:100%;display:flex}.MenuBar-module__e1xYrW__right{align-items:center;gap:10px;height:100%;display:flex}.MenuBar-module__e1xYrW__appleMenu{color:#fffffff2;cursor:pointer;border-radius:var(--wr-radius-sm,4px);background:0 0;border:none;align-items:center;height:100%;padding:0 10px;font-size:16px;line-height:1;transition:background .1s;display:flex;position:relative}.MenuBar-module__e1xYrW__appleMenu:hover{background:var(--wr-border-light)}.MenuBar-module__e1xYrW__appleDropdown{background:var(--wr-glass-menu);min-width:200px;-webkit-backdrop-filter:var(--wr-glass-blur);backdrop-filter:var(--wr-glass-blur);border-radius:var(--wr-radius-sm);padding:var(--wr-space-xs) 0;box-shadow:var(--wr-shadow-menu);z-index:300;border:1px solid #ffffff1a;animation:.1s ease-out MenuBar-module__e1xYrW__menuFadeIn;position:absolute;top:100%;left:0}@keyframes MenuBar-module__e1xYrW__menuFadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.MenuBar-module__e1xYrW__dropdownItem{padding:var(--wr-space-xs) 14px;color:#ffffffd9;text-align:left;cursor:pointer;border-radius:var(--wr-radius-sm,4px);margin:0 var(--wr-space-xs);background:0 0;border:none;width:calc(100% - 8px);font-size:13px;display:block}.MenuBar-module__e1xYrW__dropdownItem:hover{background:var(--wr-accent-hover);color:#fff}.MenuBar-module__e1xYrW__dropdownDisabled{color:#ffffff4d;cursor:default;}.MenuBar-module__e1xYrW__dropdownDisabled:hover{color:#ffffff4d;background:0 0}.MenuBar-module__e1xYrW__dropdownDivider{height:1px;margin:var(--wr-space-xs) 0;background:#ffffff1a}.MenuBar-module__e1xYrW__appName{align-items:center;height:100%;padding:0 10px;font-weight:600;display:flex}.MenuBar-module__e1xYrW__menuItem{cursor:default;border-radius:var(--wr-radius-sm,4px);color:#ffffffd9;align-items:center;height:100%;padding:0 10px;transition:background .1s;display:flex}.MenuBar-module__e1xYrW__menuItem:hover{background:var(--wr-border-light)}.MenuBar-module__e1xYrW__statusIcon{color:#ffffffd9;align-items:center;display:flex}.MenuBar-module__e1xYrW__statusIconBtn{border-radius:var(--wr-radius-sm,4px);cursor:pointer;background:0 0;border:none;padding:2px 4px;transition:background .1s}.MenuBar-module__e1xYrW__statusIconBtn:hover{background:var(--wr-border-light);color:#fff}.MenuBar-module__e1xYrW__clock{font-variant-numeric:tabular-nums;letter-spacing:.2px;font-size:13px;font-weight:500}@media (max-width:768px){.MenuBar-module__e1xYrW__menuItem,.MenuBar-module__e1xYrW__appName{display:none}.MenuBar-module__e1xYrW__menuBar{padding:0 var(--wr-space-sm,8px);font-size:12px}}
.NotesApp-module__GvnANa__notesBody{flex-direction:column;flex:1;display:flex;overflow:hidden}.NotesApp-module__GvnANa__notesToolbar{align-items:center;gap:var(--wr-space-sm);padding:6px var(--wr-space-md);background:linear-gradient(#fbf5e3 0%,#f7efd5 100%);border-bottom:1px solid #e5dbb8;flex-shrink:0;display:flex}.NotesApp-module__GvnANa__notesToolbarBtn{color:#8b7b4f;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .1s;display:flex}.NotesApp-module__GvnANa__notesToolbarBtn:hover{background:#8b7b4f1f}.NotesApp-module__GvnANa__notesFormatDivider{background:#8b7b4f40;width:1px;height:16px;margin:0 2px}.NotesApp-module__GvnANa__notesSpacer{flex:1}.NotesApp-module__GvnANa__notesCount{color:#a89b6e;font-size:11px;font-weight:500}.NotesApp-module__GvnANa__notesContent{flex:1;display:flex;overflow:hidden}.NotesApp-module__GvnANa__notesSidebar{background:#f7f1dc;border-right:1px solid #e5dbb8;flex-shrink:0;width:180px;overflow-y:auto}.NotesApp-module__GvnANa__noteItem{cursor:pointer;border-bottom:1px solid #ede6cc;padding:10px 14px;transition:background .1s}.NotesApp-module__GvnANa__noteItem:hover{background:#8b7b4f0f}.NotesApp-module__GvnANa__noteItemActive{background:var(--wr-accent-subtle)}.NotesApp-module__GvnANa__noteItemActive:hover{background:#007aff29}.NotesApp-module__GvnANa__noteItemTitle{color:#3a3420;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:12px;font-weight:600;overflow:hidden}.NotesApp-module__GvnANa__noteItemPreview{color:#8b7b4f;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.NotesApp-module__GvnANa__noteItemDate{color:#b0a27a;margin-top:2px;font-size:10px}.NotesApp-module__GvnANa__notesEditor{background:#fefcf3;flex-direction:column;flex:1;display:flex}.NotesApp-module__GvnANa__notesTextarea{resize:none;padding:var(--wr-space-lg) var(--wr-space-xl);font-family:var(--wr-font-text);color:#2c2510;background:0 0;border:none;outline:none;flex:1;font-size:13px;line-height:1.6}.NotesApp-module__GvnANa__notesTextarea::placeholder{color:#c4b78e}.NotesApp-module__GvnANa__emptyState{justify-content:center;align-items:center;gap:var(--wr-space-sm);color:#b0a27a;flex-direction:column;flex:1;font-size:13px;display:flex}@media (max-width:768px){.NotesApp-module__GvnANa__notesSidebar{width:140px}}
.CalculatorApp-module__3ybCjG__calcBody{background:var(--wr-dark-surface);flex-direction:column;flex:1;display:flex;overflow:hidden}.CalculatorApp-module__3ybCjG__display{padding:var(--wr-space-md) var(--wr-space-xl) var(--wr-space-sm);text-align:right;background:linear-gradient(180deg, var(--wr-dark-surface) 0%, #232325 100%);flex-shrink:0}.CalculatorApp-module__3ybCjG__displayText{color:#fff;font-size:40px;font-weight:300;font-family:var(--wr-font-display);text-overflow:ellipsis;white-space:nowrap;line-height:1.1;overflow:hidden}.CalculatorApp-module__3ybCjG__buttons{background:#0a0a0a;flex:1;grid-template-columns:repeat(4,1fr);gap:1px;padding:1px;display:grid}.CalculatorApp-module__3ybCjG__btn{font-size:22px;font-weight:400;font-family:var(--wr-font-display);cursor:pointer;border:none;justify-content:center;align-items:center;min-height:0;padding:0;transition:filter .1s;display:flex}.CalculatorApp-module__3ybCjG__btn:active{filter:brightness(1.3)}.CalculatorApp-module__3ybCjG__btnNumber{color:#fff;background:#333336;}.CalculatorApp-module__3ybCjG__btnNumber:hover{background:#444447}.CalculatorApp-module__3ybCjG__btnFunction{color:var(--wr-dark-surface);background:#a5a5a5;}.CalculatorApp-module__3ybCjG__btnFunction:hover{background:#b5b5b5}.CalculatorApp-module__3ybCjG__btnOperator{color:#fff;background:#ff9f0a;}.CalculatorApp-module__3ybCjG__btnOperator:hover{background:#ffb340}.CalculatorApp-module__3ybCjG__btnOperatorActive{color:#ff9f0a;background:#fff;}.CalculatorApp-module__3ybCjG__btnOperatorActive:hover{background:#f0f0f0}.CalculatorApp-module__3ybCjG__btnZero{grid-column:span 2;justify-content:flex-start;padding-left:28px;}
.WeatherApp-module___-jtNG__weatherBody{color:#fff;font-family:var(--wr-font-display);background:linear-gradient(#2a6bc4 0%,#3a7bd5 20%,#5ca0f2 50%,#87bfff 80%,#a8d4ff 100%);flex-direction:column;flex:1;display:flex;overflow:hidden}.WeatherApp-module___-jtNG__current{padding:28px var(--wr-space-xl) var(--wr-space-xl);align-items:center;gap:var(--wr-space-xs);flex-direction:column;display:flex}.WeatherApp-module___-jtNG__location{letter-spacing:-.2px;text-shadow:0 1px 4px #00000026;font-size:22px;font-weight:500}.WeatherApp-module___-jtNG__temperature{letter-spacing:-2px;text-shadow:0 2px 8px #0000001a;font-size:64px;font-weight:200;line-height:1}.WeatherApp-module___-jtNG__condition{opacity:.9;text-shadow:0 1px 3px #0000001a;font-size:16px;font-weight:400}.WeatherApp-module___-jtNG__hiLo{opacity:.75;font-size:14px}.WeatherApp-module___-jtNG__sunIcon{margin:var(--wr-space-sm) 0}.WeatherApp-module___-jtNG__divider{height:1px;margin:0 var(--wr-space-xl);background:#fff3}.WeatherApp-module___-jtNG__forecast{padding:var(--wr-space-lg) var(--wr-space-md);flex-shrink:0;justify-content:space-around;display:flex}.WeatherApp-module___-jtNG__forecastDay{align-items:center;gap:var(--wr-space-sm,6px);flex-direction:column;font-size:12px;display:flex}.WeatherApp-module___-jtNG__forecastLabel{opacity:.85;text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.WeatherApp-module___-jtNG__forecastIcon{opacity:.9}.WeatherApp-module___-jtNG__forecastTemp{font-size:14px;font-weight:500}.WeatherApp-module___-jtNG__details{padding:0 var(--wr-space-xl) var(--wr-space-lg);flex:1;grid-template-columns:1fr 1fr;gap:1px;display:grid}.WeatherApp-module___-jtNG__detailItem{border-bottom:1px solid #ffffff1a;flex-direction:column;gap:2px;padding:10px 0;display:flex}.WeatherApp-module___-jtNG__detailLabel{text-transform:uppercase;letter-spacing:.5px;opacity:.6;font-size:10px;font-weight:500}.WeatherApp-module___-jtNG__detailValue{font-size:18px;font-weight:300}
.AboutWindow-module__A8Yx7a__aboutBody{justify-content:center;align-items:center;gap:var(--wr-space-xs);padding:var(--wr-space-2xl) 32px 28px;background:linear-gradient(180deg, var(--wr-surface) 0%, var(--wr-surface-sunken) 100%);text-align:center;font-family:var(--wr-font-display);-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;display:flex}.AboutWindow-module__A8Yx7a__logo{margin-bottom:var(--wr-space-md);color:var(--wr-text)}.AboutWindow-module__A8Yx7a__osName{color:var(--wr-text);letter-spacing:-.3px;font-size:22px;font-weight:600}.AboutWindow-module__A8Yx7a__version{color:var(--wr-text-tertiary);margin-bottom:14px;font-size:12px}.AboutWindow-module__A8Yx7a__specs{color:var(--wr-text-secondary);flex-direction:column;gap:3px;font-size:11px;line-height:1.4;display:flex}.AboutWindow-module__A8Yx7a__specLabel{color:var(--wr-text);font-weight:500}.AboutWindow-module__A8Yx7a__divider{background:var(--wr-border-subtle);width:100%;height:1px;margin:var(--wr-space-md) 0 var(--wr-space-sm)}.AboutWindow-module__A8Yx7a__copyright{color:var(--wr-text-muted);font-size:10px;line-height:1.4}
.SystemPreferences-module__q29exa__prefBody{background:var(--wr-surface);font-family:var(--wr-font-text);flex:1;display:flex;overflow:hidden}.SystemPreferences-module__q29exa__prefSidebar{border-right:1px solid var(--wr-border-subtle);width:180px;min-width:180px;padding:var(--wr-space-md) var(--wr-space-sm);background:#00000008;flex-direction:column;gap:2px;display:flex}.SystemPreferences-module__q29exa__sidebarItem{align-items:center;gap:var(--wr-space-sm);border-radius:var(--wr-radius-sm);color:var(--wr-text);cursor:pointer;text-align:left;background:0 0;border:none;padding:7px 10px;font-size:13px;transition:background .1s;display:flex}.SystemPreferences-module__q29exa__sidebarItem:hover{background:#0000000d}.SystemPreferences-module__q29exa__sidebarItemActive{color:#fff;background:var(--wr-accent)!important}.SystemPreferences-module__q29exa__sidebarIcon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SystemPreferences-module__q29exa__sidebarItemActive .SystemPreferences-module__q29exa__sidebarIcon{color:#fff}.SystemPreferences-module__q29exa__prefContent{padding:var(--wr-space-2xl);flex:1;overflow-y:auto}.SystemPreferences-module__q29exa__sectionTitle{color:var(--wr-text);margin:0 0 var(--wr-space-xs);font-size:17px;font-weight:600}.SystemPreferences-module__q29exa__sectionDesc{color:var(--wr-text-tertiary);margin:0 0 var(--wr-space-xl);font-size:12px}.SystemPreferences-module__q29exa__wallpaperGrid{gap:var(--wr-space-md);grid-template-columns:repeat(auto-fill,minmax(110px,1fr));display:grid}.SystemPreferences-module__q29exa__wallpaperThumb{aspect-ratio:16/10;border-radius:var(--wr-radius-md);cursor:pointer;padding-bottom:var(--wr-space-sm,6px);border:2px solid #0000;flex-direction:column;justify-content:flex-end;align-items:center;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.SystemPreferences-module__q29exa__wallpaperThumb:hover{transform:scale(1.03);box-shadow:0 4px 12px #00000026}.SystemPreferences-module__q29exa__wallpaperThumbActive{outline:3px solid var(--wr-accent);outline-offset:2px}.SystemPreferences-module__q29exa__checkIcon{filter:drop-shadow(0 1px 3px #0006);position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.SystemPreferences-module__q29exa__wallpaperName{color:var(--wr-text-light);text-shadow:0 1px 3px #00000080;font-size:10px;font-weight:500}.SystemPreferences-module__q29exa__aboutSection{flex-direction:column;align-items:flex-start;display:flex}.SystemPreferences-module__q29exa__aboutBtn{align-items:center;gap:var(--wr-space-sm);padding:var(--wr-space-sm) var(--wr-space-lg);border-radius:var(--wr-space-sm);background:var(--wr-surface-raised);color:var(--wr-text);cursor:pointer;border:1px solid #0000001f;font-size:13px;transition:background .1s;display:inline-flex}.SystemPreferences-module__q29exa__aboutBtn:hover{background:#f0f0f2}@media (max-width:768px){.SystemPreferences-module__q29exa__prefSidebar{width:140px;min-width:140px;padding:var(--wr-space-sm) var(--wr-space-xs)}.SystemPreferences-module__q29exa__sidebarItem{padding:6px var(--wr-space-sm);font-size:12px}.SystemPreferences-module__q29exa__wallpaperGrid{gap:var(--wr-space-sm);grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}
.DesktopWidgets-module__xhaB-q__widgetContainer{right:var(--wr-space-xl);gap:var(--wr-space-md);z-index:75;pointer-events:auto;-webkit-user-select:none;user-select:none;flex-direction:column;display:flex;position:absolute;top:45px}.DesktopWidgets-module__xhaB-q__clockWidget{-webkit-backdrop-filter:var(--wr-glass-blur);backdrop-filter:var(--wr-glass-blur);border-radius:var(--wr-radius-lg);padding:var(--wr-space-lg) var(--wr-space-xl);color:#fff;text-align:right;font-family:var(--wr-font-display);box-shadow:var(--wr-shadow-widget);background:#0003;border:1px solid #ffffff1a}.DesktopWidgets-module__xhaB-q__clockTime{letter-spacing:-1px;font-variant-numeric:tabular-nums;font-size:36px;font-weight:300;line-height:1}.DesktopWidgets-module__xhaB-q__clockDate{opacity:.7;margin-top:var(--wr-space-xs);font-size:13px;font-weight:400}.DesktopWidgets-module__xhaB-q__weatherWidget{-webkit-backdrop-filter:var(--wr-glass-blur);backdrop-filter:var(--wr-glass-blur);border-radius:var(--wr-radius-lg);color:#fff;font-family:var(--wr-font-display);cursor:pointer;box-shadow:var(--wr-shadow-widget);background:#0003;border:1px solid #ffffff1a;padding:14px 18px;transition:background .15s}.DesktopWidgets-module__xhaB-q__weatherWidget:hover{background:#0000004d}.DesktopWidgets-module__xhaB-q__weatherHeader{margin-bottom:var(--wr-space-xs);justify-content:space-between;align-items:center;display:flex}.DesktopWidgets-module__xhaB-q__weatherLocation{opacity:.8;font-size:12px;font-weight:500}.DesktopWidgets-module__xhaB-q__weatherTemp{letter-spacing:-1px;font-size:32px;font-weight:200;line-height:1}.DesktopWidgets-module__xhaB-q__weatherCondition{opacity:.85;margin-top:2px;font-size:13px;font-weight:400}.DesktopWidgets-module__xhaB-q__weatherHiLo{opacity:.6;margin-top:2px;font-size:11px}@media (max-width:768px){.DesktopWidgets-module__xhaB-q__widgetContainer{top:35px;right:10px}.DesktopWidgets-module__xhaB-q__clockTime{font-size:28px}.DesktopWidgets-module__xhaB-q__weatherTemp{font-size:24px}}
.SessionVitalsWidget-module__1GZKhq__svBody{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172ad9 0%,#1e293bd9 100%);border-radius:12px;flex-direction:column;height:100%;padding:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden}.SessionVitalsWidget-module__1GZKhq__svHeader{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.SessionVitalsWidget-module__1GZKhq__svTitle{color:#ffffffa6;font-size:13px;font-weight:500}.SessionVitalsWidget-module__1GZKhq__svDuration{color:#ffffffd9;font-family:SF Mono,monospace;font-size:13px}.SessionVitalsWidget-module__1GZKhq__svCostBlock{margin-bottom:14px}.SessionVitalsWidget-module__1GZKhq__svCost{color:#fff;font-size:32px;font-weight:600;line-height:1}.SessionVitalsWidget-module__1GZKhq__svCostLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-top:3px;font-size:10px}.SessionVitalsWidget-module__1GZKhq__svGrid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.SessionVitalsWidget-module__1GZKhq__svStat{background:#ffffff0f;border-radius:6px;padding:6px 8px}.SessionVitalsWidget-module__1GZKhq__svStatVal{color:#fff;font-size:16px;font-weight:600}.SessionVitalsWidget-module__1GZKhq__svStatLabel{color:#ffffff80;margin-top:1px;font-size:10px}.SessionVitalsWidget-module__1GZKhq__svNetwork{flex-direction:column;gap:3px;margin-top:auto;font-family:SF Mono,monospace;font-size:11px;display:flex}.SessionVitalsWidget-module__1GZKhq__svNetRow{color:#ffffffb3;align-items:center;gap:6px;display:flex}.SessionVitalsWidget-module__1GZKhq__svNetArrow{color:#ffffff80;font-size:12px}
.MemoryApp-module__fBy4Da__memBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden}.MemoryApp-module__fBy4Da__memToolbar{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.MemoryApp-module__fBy4Da__memBtn{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px}.MemoryApp-module__fBy4Da__memBtn:hover{background:var(--bg-hover)}.MemoryApp-module__fBy4Da__memBtn:disabled{opacity:.4;cursor:not-allowed}.MemoryApp-module__fBy4Da__memBtnPrimary{background:var(--accent);border-color:var(--accent);color:#fff;}.MemoryApp-module__fBy4Da__memBtnPrimary:hover{background:var(--accent-hover)}.MemoryApp-module__fBy4Da__memSearch{background:var(--bg-input);max-width:240px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;flex:1;padding:4px 10px;font-size:12px}.MemoryApp-module__fBy4Da__memSearch::placeholder{color:var(--text-muted)}.MemoryApp-module__fBy4Da__memSpacer{flex:1}.MemoryApp-module__fBy4Da__memCount{color:var(--text-tertiary);font-size:11px}.MemoryApp-module__fBy4Da__memTypeBar{border-bottom:1px solid var(--border-subtle);background:var(--bg-tertiary);gap:6px;padding:6px 12px;display:flex}.MemoryApp-module__fBy4Da__memTypeBtn{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;display:inline-flex}.MemoryApp-module__fBy4Da__memTypeActive{background:var(--bg-hover);color:var(--text-primary)}.MemoryApp-module__fBy4Da__memDot{border-radius:50%;width:7px;height:7px;display:inline-block}.MemoryApp-module__fBy4Da__memContent{flex:1;display:flex;overflow:hidden}.MemoryApp-module__fBy4Da__memSidebar{border-right:1px solid var(--border-subtle);width:38%;overflow-y:auto}.MemoryApp-module__fBy4Da__memItem{border-bottom:1px solid var(--border-subtle);cursor:pointer;padding:10px 12px}.MemoryApp-module__fBy4Da__memItem:hover{background:var(--bg-hover)}.MemoryApp-module__fBy4Da__memItemActive{background:var(--accent-subtle)}.MemoryApp-module__fBy4Da__memItemHeader{align-items:center;gap:6px;margin-bottom:4px;font-size:11px;display:flex}.MemoryApp-module__fBy4Da__memItemType{color:var(--text-secondary);font-weight:500}.MemoryApp-module__fBy4Da__memItemDate{color:var(--text-muted);margin-left:auto;font-size:10px}.MemoryApp-module__fBy4Da__memItemPreview{color:var(--text-primary);font-size:12px;line-height:1.35}.MemoryApp-module__fBy4Da__memItemTags{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.MemoryApp-module__fBy4Da__memTag{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:3px;padding:1px 6px;font-size:10px}.MemoryApp-module__fBy4Da__memDetail{flex:1;padding:16px;overflow-y:auto}.MemoryApp-module__fBy4Da__memForm{flex-direction:column;gap:8px;max-width:520px;display:flex}.MemoryApp-module__fBy4Da__memFormTitle{margin:0 0 6px;font-size:14px;font-weight:600}.MemoryApp-module__fBy4Da__memLabel{color:var(--text-secondary);margin-top:4px;font-size:11px}.MemoryApp-module__fBy4Da__memInput,.MemoryApp-module__fBy4Da__memTextarea{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:6px 8px;font-family:inherit;font-size:13px}.MemoryApp-module__fBy4Da__memTextarea{resize:vertical;min-height:60px}.MemoryApp-module__fBy4Da__memFormActions{gap:8px;margin-top:8px;display:flex}.MemoryApp-module__fBy4Da__memView{font-size:13px;line-height:1.55}.MemoryApp-module__fBy4Da__memViewHeader{align-items:center;gap:8px;margin-bottom:12px;display:flex}.MemoryApp-module__fBy4Da__memViewType{font-weight:600}.MemoryApp-module__fBy4Da__memViewDate{color:var(--text-muted);margin-left:auto;font-size:11px}.MemoryApp-module__fBy4Da__memViewContent{color:var(--text-primary);white-space:pre-wrap;margin-bottom:14px}.MemoryApp-module__fBy4Da__memViewSection{gap:6px;margin-bottom:6px;font-size:12px;display:flex}.MemoryApp-module__fBy4Da__memViewLabel{color:var(--text-secondary);flex-shrink:0;font-weight:600}.MemoryApp-module__fBy4Da__memViewTags{flex-wrap:wrap;gap:4px;margin-top:12px;display:flex}.MemoryApp-module__fBy4Da__memEmpty,.MemoryApp-module__fBy4Da__memEmptyState{text-align:center;color:var(--text-muted);padding:30px 20px;font-size:12px}.MemoryApp-module__fBy4Da__memEmptyHint{color:var(--text-muted);margin-top:8px;font-size:11px}
.SkillPermissionsModal-module__cjW2kG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.SkillPermissionsModal-module__cjW2kG__dialog{background:var(--bg-primary);width:480px;max-width:92%;max-height:88%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,sans-serif;display:flex;overflow:hidden;box-shadow:0 20px 60px #0009}.SkillPermissionsModal-module__cjW2kG__header{border-bottom:1px solid var(--border-subtle);padding:16px 20px 12px}.SkillPermissionsModal-module__cjW2kG__title{margin:0 0 4px;font-size:15px;font-weight:600}.SkillPermissionsModal-module__cjW2kG__subtitle{color:var(--text-tertiary);margin:0;font-size:12px}.SkillPermissionsModal-module__cjW2kG__skillName{color:#8b5cf6;font-weight:500}.SkillPermissionsModal-module__cjW2kG__body{flex:1;padding:14px 20px;overflow-y:auto}.SkillPermissionsModal-module__cjW2kG__intro{color:var(--text-secondary);margin:0 0 14px;font-size:12px;line-height:1.5}.SkillPermissionsModal-module__cjW2kG__section{margin-bottom:14px}.SkillPermissionsModal-module__cjW2kG__sectionLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;font-size:10px}.SkillPermissionsModal-module__cjW2kG__permRow{background:var(--bg-tertiary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:6px;align-items:flex-start;gap:10px;margin-bottom:4px;padding:8px 10px;font-size:13px;display:flex}.SkillPermissionsModal-module__cjW2kG__permRow:hover{background:var(--bg-hover)}.SkillPermissionsModal-module__cjW2kG__permRowChecked{border-color:var(--accent);background:var(--accent-subtle)}.SkillPermissionsModal-module__cjW2kG__checkbox{accent-color:var(--accent);margin-top:2px}.SkillPermissionsModal-module__cjW2kG__permLabel{flex:1;line-height:1.4}.SkillPermissionsModal-module__cjW2kG__permDomain{color:var(--teal);background:var(--teal-subtle);border-radius:3px;padding:1px 6px;font-family:SF Mono,monospace;font-size:11px}.SkillPermissionsModal-module__cjW2kG__empty{background:var(--success-subtle);border-left:2px solid var(--success);color:var(--text-secondary);border-radius:0 4px 4px 0;padding:12px;font-size:12px}.SkillPermissionsModal-module__cjW2kG__warning{background:var(--warning-subtle);border-left:2px solid var(--warning);color:var(--text-secondary);border-radius:0 4px 4px 0;margin-bottom:12px;padding:10px 12px;font-size:11px;line-height:1.5}.SkillPermissionsModal-module__cjW2kG__actions{border-top:1px solid var(--border-subtle);background:var(--bg-secondary);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.SkillPermissionsModal-module__cjW2kG__btn,.SkillPermissionsModal-module__cjW2kG__btnPrimary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:6px 14px;font-size:12px}.SkillPermissionsModal-module__cjW2kG__btn:hover{background:var(--bg-hover)}.SkillPermissionsModal-module__cjW2kG__btnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.SkillPermissionsModal-module__cjW2kG__btnPrimary:hover{background:var(--accent-hover)}.SkillPermissionsModal-module__cjW2kG__btnPrimary:disabled{opacity:.5;cursor:not-allowed}
.SkillsApp-module__hdkqwW__skillsBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,sans-serif;display:flex;overflow:hidden}.SkillsApp-module__hdkqwW__skillsToolbar{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.SkillsApp-module__hdkqwW__skillsBtn,.SkillsApp-module__hdkqwW__skillsBtnPrimary,.SkillsApp-module__hdkqwW__skillsBtnDanger{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px}.SkillsApp-module__hdkqwW__skillsBtn:hover{background:var(--bg-hover)}.SkillsApp-module__hdkqwW__skillsBtnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.SkillsApp-module__hdkqwW__skillsBtnPrimary:hover{background:var(--accent-hover)}.SkillsApp-module__hdkqwW__skillsBtnPrimary:disabled{opacity:.4;cursor:not-allowed}.SkillsApp-module__hdkqwW__skillsBtnDanger{background:var(--danger-subtle);border-color:var(--danger);color:var(--danger)}.SkillsApp-module__hdkqwW__skillsBtnDanger:hover{background:rgba(var(--danger-rgb), .2)}.SkillsApp-module__hdkqwW__skillsSelect{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:4px 8px;font-size:12px}.SkillsApp-module__hdkqwW__skillsSpacer{flex:1}.SkillsApp-module__hdkqwW__skillsContent{flex:1;display:flex;overflow:hidden}.SkillsApp-module__hdkqwW__skillsSidebar{border-right:1px solid var(--border-subtle);width:38%;overflow-y:auto}.SkillsApp-module__hdkqwW__skillItem{border-bottom:1px solid var(--border-subtle);cursor:pointer;padding:10px 12px}.SkillsApp-module__hdkqwW__skillItem:hover{background:var(--bg-hover)}.SkillsApp-module__hdkqwW__skillItemActive{background:var(--accent-subtle)}.SkillsApp-module__hdkqwW__skillItemHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.SkillsApp-module__hdkqwW__skillItemName{font-size:13px;font-weight:500}.SkillsApp-module__hdkqwW__skillStatus{border-radius:50%;width:7px;height:7px;display:inline-block}.SkillsApp-module__hdkqwW__skillStatusActive{background:var(--success);box-shadow:0 0 6px rgba(var(--success-rgb), .6)}.SkillsApp-module__hdkqwW__skillStatusInactive{background:var(--text-muted)}.SkillsApp-module__hdkqwW__skillItemMeta{color:var(--text-tertiary);font-size:11px}.SkillsApp-module__hdkqwW__skillsDetail{flex:1;padding:16px;overflow-y:auto}.SkillsApp-module__hdkqwW__skillsForm{flex-direction:column;gap:6px;max-width:600px;display:flex}.SkillsApp-module__hdkqwW__skillsFormTitle{margin:0 0 8px;font-size:14px;font-weight:600}.SkillsApp-module__hdkqwW__skillsLabel{color:var(--text-secondary);margin-top:4px;font-size:11px}.SkillsApp-module__hdkqwW__skillsInput,.SkillsApp-module__hdkqwW__skillsTextarea{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:6px 8px;font-family:inherit;font-size:13px}.SkillsApp-module__hdkqwW__skillsTextarea{resize:vertical;min-height:60px;font-family:SF Mono,monospace;font-size:12px}.SkillsApp-module__hdkqwW__skillsFormActions{gap:8px;margin-top:8px;display:flex}.SkillsApp-module__hdkqwW__skillsView{font-size:13px;line-height:1.55}.SkillsApp-module__hdkqwW__skillsViewHeader{align-items:center;gap:10px;margin-bottom:14px;display:flex}.SkillsApp-module__hdkqwW__skillsViewName{margin:0;font-size:18px;font-weight:600}.SkillsApp-module__hdkqwW__skillsBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600}.SkillsApp-module__hdkqwW__skillsBadgeActive{background:var(--success-subtle);color:var(--success)}.SkillsApp-module__hdkqwW__skillsBadgeInactive{background:var(--bg-elevated);color:var(--text-tertiary)}.SkillsApp-module__hdkqwW__skillsBadgeVerified{color:#8b5cf6;background:#8b5cf626;}.SkillsApp-module__hdkqwW__skillsViewSection{margin-bottom:14px}.SkillsApp-module__hdkqwW__skillsViewLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px;font-size:11px}.SkillsApp-module__hdkqwW__skillsTagRow{flex-wrap:wrap;gap:4px;display:flex}.SkillsApp-module__hdkqwW__skillsChip,.SkillsApp-module__hdkqwW__skillsChipMuted{background:var(--teal-subtle);color:var(--teal);border-radius:3px;padding:2px 8px;font-size:11px}.SkillsApp-module__hdkqwW__skillsChipMuted{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-subtle)}.SkillsApp-module__hdkqwW__skillsBody2{background:var(--bg-tertiary);color:var(--text-primary);white-space:pre-wrap;border:1px solid var(--border-subtle);border-radius:4px;margin:0;padding:10px 12px;font-family:SF Mono,monospace;font-size:12px;line-height:1.5;overflow-x:auto}.SkillsApp-module__hdkqwW__skillsTips{color:var(--text-secondary);margin:4px 0 0 18px;padding:0;font-size:12px}.SkillsApp-module__hdkqwW__skillsAgentNote{color:var(--text-secondary);background:#8b5cf614;border-left:2px solid #8b5cf6;margin-top:16px;padding:8px 10px;font-size:11px}.SkillsApp-module__hdkqwW__skillsAgentNote code{background:var(--bg-tertiary);color:#8b5cf6;border:1px solid var(--border-subtle);border-radius:3px;padding:1px 5px}.SkillsApp-module__hdkqwW__skillsEmpty,.SkillsApp-module__hdkqwW__skillsEmptyState{text-align:center;color:var(--text-muted);padding:30px 20px;font-size:12px}.SkillsApp-module__hdkqwW__skillsEmptyHint{color:var(--text-muted);margin-top:8px;font-size:11px}
.CronBuilder-module__LRYe7q__builder{flex-direction:column;gap:10px;display:flex}.CronBuilder-module__LRYe7q__grid{flex-wrap:wrap;gap:10px;display:flex}.CronBuilder-module__LRYe7q__col{flex-direction:column;flex:96px;gap:6px;min-width:96px;display:flex}.CronBuilder-module__LRYe7q__colLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.CronBuilder-module__LRYe7q__selectWrap{display:flex;position:relative}.CronBuilder-module__LRYe7q__select{appearance:none;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);text-overflow:ellipsis;padding:9px 30px 9px 12px;font-family:inherit;font-size:13px}.CronBuilder-module__LRYe7q__select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.CronBuilder-module__LRYe7q__select:hover:not(:disabled){border-color:var(--text-muted)}.CronBuilder-module__LRYe7q__select:disabled{opacity:.5;cursor:not-allowed}.CronBuilder-module__LRYe7q__chevron{pointer-events:none;color:var(--text-tertiary);display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.CronBuilder-module__LRYe7q__summary{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius);flex-direction:column;gap:3px;padding:9px 12px;display:flex}.CronBuilder-module__LRYe7q__summaryText{color:var(--text-primary);font-size:12px;font-weight:500}.CronBuilder-module__LRYe7q__summaryExpr{color:var(--text-tertiary);font-size:11px;font-family:var(--font-mono)}.CronBuilder-module__LRYe7q__toggleRow{justify-content:flex-end;display:flex}.CronBuilder-module__LRYe7q__toggleBtn{color:var(--text-tertiary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-family:inherit;font-size:11px;text-decoration:underline}.CronBuilder-module__LRYe7q__toggleBtn:hover:not(:disabled){color:var(--accent)}.CronBuilder-module__LRYe7q__toggleBtn:disabled{opacity:.5;cursor:not-allowed}.CronBuilder-module__LRYe7q__customInput{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;color:var(--text-primary);font-size:13px;font-family:var(--font-mono);transition:all var(--transition-fast);padding:10px 14px}.CronBuilder-module__LRYe7q__customInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.CronBuilder-module__LRYe7q__customInput:disabled{opacity:.5;cursor:not-allowed}.CronBuilder-module__LRYe7q__helper{color:var(--text-secondary);font-size:11px;font-family:var(--font-mono)}.CronBuilder-module__LRYe7q__customHint{color:var(--warning);font-size:11px;line-height:1.45}@media (max-width:560px){.CronBuilder-module__LRYe7q__grid{flex-direction:column;gap:12px}.CronBuilder-module__LRYe7q__col{flex:auto;width:100%}}
.ScheduleFields-module__6fCOUW__fields{flex-direction:column;gap:0;display:flex}.ScheduleFields-module__6fCOUW__scheduleField{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.ScheduleFields-module__6fCOUW__scheduleField:last-child{margin-bottom:0}.ScheduleFields-module__6fCOUW__scheduleLabel{color:var(--text-secondary);font-size:13px;font-weight:500}.ScheduleFields-module__6fCOUW__scheduleInput{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;color:var(--text-primary);transition:all var(--transition-fast);padding:10px 14px;font-family:inherit;font-size:13px}.ScheduleFields-module__6fCOUW__scheduleInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.ScheduleFields-module__6fCOUW__scheduleInput::placeholder{color:var(--text-secondary)}.ScheduleFields-module__6fCOUW__scheduleInput:disabled{opacity:.5;cursor:not-allowed}.ScheduleFields-module__6fCOUW__scheduleSegmented{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:10px;gap:4px;padding:4px;display:flex}.ScheduleFields-module__6fCOUW__scheduleSegment{text-align:center;color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex:1;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500}.ScheduleFields-module__6fCOUW__scheduleSegment:hover:not(:disabled){color:var(--text-primary)}.ScheduleFields-module__6fCOUW__scheduleSegment:disabled{opacity:.5;cursor:not-allowed}.ScheduleFields-module__6fCOUW__scheduleSegmentActive{background:var(--bg-primary);color:var(--text-primary);box-shadow:0 1px 3px #00000014}.ScheduleFields-module__6fCOUW__intervalPresets{flex-wrap:wrap;gap:6px;display:flex}.ScheduleFields-module__6fCOUW__intervalPreset{background:var(--bg-primary);height:32px;color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}.ScheduleFields-module__6fCOUW__intervalPreset:hover:not(:disabled){color:var(--text-primary);background:var(--bg-tertiary)}.ScheduleFields-module__6fCOUW__intervalPreset:disabled{opacity:.5;cursor:not-allowed}.ScheduleFields-module__6fCOUW__intervalPresetActive{background:var(--accent-subtle);color:var(--accent);border-color:rgba(var(--accent-rgb), .35)}.ScheduleFields-module__6fCOUW__intervalPresetCustom{cursor:default}.ScheduleFields-module__6fCOUW__scheduleHelper{color:var(--text-secondary);font-size:11px;font-family:var(--font-mono);margin-top:4px}.ScheduleFields-module__6fCOUW__expiryRow{align-items:center;gap:8px;display:flex}.ScheduleFields-module__6fCOUW__expiryRow .ScheduleFields-module__6fCOUW__scheduleInput{flex:1}.ScheduleFields-module__6fCOUW__expiryClearBtn{background:var(--bg-primary);height:38px;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);flex:none;padding:0 14px;font-family:inherit;font-size:12px;font-weight:500}.ScheduleFields-module__6fCOUW__expiryClearBtn:hover:not(:disabled){color:var(--text-primary);background:var(--bg-tertiary)}.ScheduleFields-module__6fCOUW__expiryClearBtn:disabled{opacity:.5;cursor:not-allowed}.ScheduleFields-module__6fCOUW__expirySetBtn{background:var(--bg-primary);height:32px;color:var(--text-secondary);border:1px dashed var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:999px;align-self:flex-start;padding:0 14px;font-family:inherit;font-size:12px;font-weight:500}.ScheduleFields-module__6fCOUW__expirySetBtn:hover:not(:disabled){color:var(--accent);border-color:rgba(var(--accent-rgb), .45);background:var(--accent-subtle)}.ScheduleFields-module__6fCOUW__expirySetBtn:disabled{opacity:.5;cursor:not-allowed}
.SchedulerApp-module__FyiGEG__schedBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,sans-serif;display:flex;overflow:hidden}.SchedulerApp-module__FyiGEG__schedToolbar{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.SchedulerApp-module__FyiGEG__schedBtn,.SchedulerApp-module__FyiGEG__schedBtnPrimary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px}.SchedulerApp-module__FyiGEG__schedBtn:hover{background:var(--bg-hover)}.SchedulerApp-module__FyiGEG__schedBtnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.SchedulerApp-module__FyiGEG__schedBtnPrimary:hover{background:var(--accent-hover)}.SchedulerApp-module__FyiGEG__schedBtnPrimary:disabled{opacity:.4;cursor:not-allowed}.SchedulerApp-module__FyiGEG__schedSelect{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:4px 8px;font-size:12px}.SchedulerApp-module__FyiGEG__schedSpacer{flex:1}.SchedulerApp-module__FyiGEG__schedError{background:var(--danger-subtle);color:var(--danger);border-bottom:1px solid rgba(var(--danger-rgb), .3);padding:8px 12px;font-size:12px}.SchedulerApp-module__FyiGEG__schedContent{flex:1;display:flex;overflow:hidden}.SchedulerApp-module__FyiGEG__schedList{border-right:1px solid var(--border-subtle);width:38%;overflow-y:auto}.SchedulerApp-module__FyiGEG__schedItem{border-bottom:1px solid var(--border-subtle);cursor:pointer;padding:10px 12px}.SchedulerApp-module__FyiGEG__schedItem:hover{background:var(--bg-hover)}.SchedulerApp-module__FyiGEG__schedItemActive{background:var(--accent-subtle)}.SchedulerApp-module__FyiGEG__schedItemHeader{align-items:center;gap:8px;margin-bottom:3px;display:flex}.SchedulerApp-module__FyiGEG__schedItemName{font-size:13px;font-weight:500}.SchedulerApp-module__FyiGEG__schedItemMeta{color:var(--text-secondary);font-size:11px}.SchedulerApp-module__FyiGEG__schedItemRun{color:var(--text-muted);margin-top:3px;font-size:10px}.SchedulerApp-module__FyiGEG__schedDot{border-radius:50%;width:8px;height:8px}.SchedulerApp-module__FyiGEG__status_active{background:var(--success);box-shadow:0 0 6px rgba(var(--success-rgb), .6)}.SchedulerApp-module__FyiGEG__status_paused{background:var(--warning)}.SchedulerApp-module__FyiGEG__status_completed{background:var(--text-muted)}.SchedulerApp-module__FyiGEG__status_failed{background:var(--danger)}.SchedulerApp-module__FyiGEG__schedDetail{flex:1;padding:16px;overflow-y:auto}.SchedulerApp-module__FyiGEG__schedForm{flex-direction:column;gap:4px;max-width:540px;display:flex}.SchedulerApp-module__FyiGEG__schedForm label{color:var(--text-secondary);margin-top:6px;font-size:11px}.SchedulerApp-module__FyiGEG__schedFormTitle{margin:0 0 8px;font-size:14px;font-weight:600}.SchedulerApp-module__FyiGEG__schedInput,.SchedulerApp-module__FyiGEG__schedTextarea{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:6px 8px;font-family:inherit;font-size:13px}.SchedulerApp-module__FyiGEG__schedTextarea{resize:vertical;min-height:60px;font-family:SF Mono,monospace;font-size:12px}.SchedulerApp-module__FyiGEG__schedFormActions{gap:8px;margin-top:10px;display:flex}.SchedulerApp-module__FyiGEG__schedView{font-size:13px;line-height:1.5}.SchedulerApp-module__FyiGEG__schedViewName{margin:0;font-size:18px;font-weight:600}.SchedulerApp-module__FyiGEG__schedViewMeta{color:var(--text-secondary);margin:4px 0 14px;font-size:12px}.SchedulerApp-module__FyiGEG__schedKvGrid{grid-template-columns:repeat(2,1fr);gap:6px 16px;margin-bottom:16px;font-size:12px;display:grid}.SchedulerApp-module__FyiGEG__schedKvGrid>div{gap:6px;display:flex}.SchedulerApp-module__FyiGEG__schedKvGrid span{color:var(--text-tertiary);min-width:80px}.SchedulerApp-module__FyiGEG__schedViewLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin:6px 0 4px;font-size:11px}.SchedulerApp-module__FyiGEG__schedViewPrompt{background:var(--bg-tertiary);color:var(--text-primary);white-space:pre-wrap;border:1px solid var(--border-subtle);border-radius:4px;margin:0 0 10px;padding:10px 12px;font-family:SF Mono,monospace;font-size:12px;line-height:1.5}.SchedulerApp-module__FyiGEG__schedEmpty,.SchedulerApp-module__FyiGEG__schedEmptyState{text-align:center;color:var(--text-muted);padding:30px 20px;font-size:12px}.SchedulerApp-module__FyiGEG__schedEmptyHint{color:var(--text-muted);margin-top:8px;font-size:11px}.SchedulerApp-module__FyiGEG__schedEmptyHint code{background:var(--bg-tertiary);color:#8b5cf6;border:1px solid var(--border-subtle);border-radius:3px;padding:1px 5px}
.VaultApp-module__RO2d1a__vaultBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,sans-serif;display:flex;overflow:hidden}.VaultApp-module__RO2d1a__vaultToolbar{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.VaultApp-module__RO2d1a__vaultBtn,.VaultApp-module__RO2d1a__vaultBtnPrimary,.VaultApp-module__RO2d1a__vaultBtnSm{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px}.VaultApp-module__RO2d1a__vaultBtn:hover{background:var(--bg-hover)}.VaultApp-module__RO2d1a__vaultBtnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.VaultApp-module__RO2d1a__vaultBtnPrimary:hover{background:var(--accent-hover)}.VaultApp-module__RO2d1a__vaultBtnPrimary:disabled{opacity:.4;cursor:not-allowed}.VaultApp-module__RO2d1a__vaultBtnSm{padding:2px 8px;font-size:10px}.VaultApp-module__RO2d1a__vaultSpacer{flex:1}.VaultApp-module__RO2d1a__vaultActive{background:var(--success-subtle);color:var(--success);border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;display:inline-flex}.VaultApp-module__RO2d1a__vaultActiveDot{background:var(--success);width:6px;height:6px;box-shadow:0 0 6px rgba(var(--success-rgb), .7);border-radius:50%;animation:1.6s ease-in-out infinite VaultApp-module__RO2d1a__pulse}@keyframes VaultApp-module__RO2d1a__pulse{0%,to{opacity:1}50%{opacity:.4}}.VaultApp-module__RO2d1a__vaultError{background:var(--danger-subtle);color:var(--danger);border-bottom:1px solid rgba(var(--danger-rgb), .3);justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;display:flex}.VaultApp-module__RO2d1a__vaultError button{color:var(--danger);cursor:pointer;background:0 0;border:none;font-size:14px}.VaultApp-module__RO2d1a__vaultContent{flex:1;display:flex;overflow:hidden}.VaultApp-module__RO2d1a__vaultList{border-right:1px solid var(--border-subtle);width:38%;overflow-y:auto}.VaultApp-module__RO2d1a__vaultItem{border-bottom:1px solid var(--border-subtle);cursor:pointer;padding:10px 12px}.VaultApp-module__RO2d1a__vaultItem:hover{background:var(--bg-hover)}.VaultApp-module__RO2d1a__vaultItemActive{background:var(--accent-subtle)}.VaultApp-module__RO2d1a__vaultDomain{margin-bottom:4px;font-size:13px;font-weight:500}.VaultApp-module__RO2d1a__vaultItemMeta{color:var(--text-tertiary);align-items:center;gap:8px;font-size:11px;display:flex}.VaultApp-module__RO2d1a__rotChip{border-radius:3px;padding:1px 6px;font-size:10px}.VaultApp-module__RO2d1a__rot_fresh{background:var(--success-subtle);color:var(--success)}.VaultApp-module__RO2d1a__rot_due-soon{background:var(--warning-subtle);color:var(--warning)}.VaultApp-module__RO2d1a__rot_overdue{background:var(--danger-subtle);color:var(--danger)}.VaultApp-module__RO2d1a__rot_unknown{background:var(--bg-elevated);color:var(--text-tertiary);border:1px solid var(--border-subtle)}.VaultApp-module__RO2d1a__vaultDetail{flex:1;padding:16px;overflow-y:auto}.VaultApp-module__RO2d1a__vaultForm{flex-direction:column;gap:4px;max-width:460px;display:flex}.VaultApp-module__RO2d1a__vaultForm label{color:var(--text-secondary);margin-top:6px;font-size:11px}.VaultApp-module__RO2d1a__vaultFormTitle{margin:0 0 8px;font-size:14px;font-weight:600}.VaultApp-module__RO2d1a__vaultInput{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:6px 8px;font-family:inherit;font-size:13px}.VaultApp-module__RO2d1a__vaultFieldRow{gap:6px;display:flex}.VaultApp-module__RO2d1a__vaultFieldRow .VaultApp-module__RO2d1a__vaultInput{flex:1}.VaultApp-module__RO2d1a__vaultFormActions{gap:8px;margin-top:10px;display:flex}.VaultApp-module__RO2d1a__vaultHint{color:var(--text-muted);margin-top:10px;font-size:11px;font-style:italic}.VaultApp-module__RO2d1a__vaultView{font-size:13px;line-height:1.5}.VaultApp-module__RO2d1a__vaultViewDomain{margin:0;font-size:18px;font-weight:600}.VaultApp-module__RO2d1a__vaultViewMeta{color:var(--text-tertiary);margin:4px 0 14px;font-size:12px}.VaultApp-module__RO2d1a__vaultViewSection{margin-bottom:14px}.VaultApp-module__RO2d1a__vaultViewLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;font-size:11px}.VaultApp-module__RO2d1a__vaultFieldView{border-bottom:1px solid var(--border-subtle);align-items:center;gap:10px;padding:6px 0;font-size:12px;display:flex}.VaultApp-module__RO2d1a__vaultFieldKey{min-width:120px;color:var(--text-secondary);font-weight:500}.VaultApp-module__RO2d1a__vaultFieldValue{color:var(--text-primary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:3px;flex:1;padding:3px 8px;font-family:SF Mono,monospace}.VaultApp-module__RO2d1a__vaultRevealBar{border-top:1px dashed var(--border-color);margin-top:12px;padding-top:8px}.VaultApp-module__RO2d1a__vaultRevealBar .VaultApp-module__RO2d1a__vaultInput{width:100%}.VaultApp-module__RO2d1a__vaultAgentNote{color:var(--text-secondary);background:#8b5cf614;border-left:2px solid #8b5cf6;margin-top:16px;padding:8px 10px;font-size:11px}.VaultApp-module__RO2d1a__vaultAgentNote code{background:var(--bg-tertiary);color:#8b5cf6;border:1px solid var(--border-subtle);border-radius:3px;padding:1px 5px}.VaultApp-module__RO2d1a__vaultEmpty,.VaultApp-module__RO2d1a__vaultEmptyState{text-align:center;color:var(--text-muted);padding:30px 20px;font-size:12px}.VaultApp-module__RO2d1a__vaultEmptyHint{color:var(--text-muted);margin-top:8px;font-size:11px}
.PolicyApp-module__K8yyQG__polBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,sans-serif;display:flex;overflow:hidden}.PolicyApp-module__K8yyQG__polToolbar{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.PolicyApp-module__K8yyQG__polToolbarLabel{font-size:13px;font-weight:600}.PolicyApp-module__K8yyQG__polBtn,.PolicyApp-module__K8yyQG__polBtnSm{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px}.PolicyApp-module__K8yyQG__polBtn:hover{background:var(--bg-hover)}.PolicyApp-module__K8yyQG__polBtnSm{padding:2px 8px;font-size:11px}.PolicyApp-module__K8yyQG__polSpacer{flex:1}.PolicyApp-module__K8yyQG__polActiveBadge{background:var(--success-subtle);color:var(--success);border-radius:999px;padding:2px 9px;font-size:11px}.PolicyApp-module__K8yyQG__polError{background:var(--danger-subtle);color:var(--danger);padding:8px 12px;font-size:12px}.PolicyApp-module__K8yyQG__polContent{flex:1;display:flex;overflow:hidden}.PolicyApp-module__K8yyQG__polList{border-right:1px solid var(--border-subtle);width:38%;overflow-y:auto}.PolicyApp-module__K8yyQG__polSectionHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;padding:10px 12px 6px;font-size:10px;font-weight:600}.PolicyApp-module__K8yyQG__polTemplate{border-bottom:1px solid var(--border-subtle);padding:8px 12px}.PolicyApp-module__K8yyQG__polTemplateName{margin-bottom:2px;font-size:13px;font-weight:500}.PolicyApp-module__K8yyQG__polTemplateDesc{color:var(--text-tertiary);margin-bottom:6px;font-size:11px}.PolicyApp-module__K8yyQG__polItem{border-bottom:1px solid var(--border-subtle);cursor:pointer;padding:10px 12px}.PolicyApp-module__K8yyQG__polItem:hover{background:var(--bg-hover)}.PolicyApp-module__K8yyQG__polItemActive{background:var(--accent-subtle)}.PolicyApp-module__K8yyQG__polItemName{font-size:13px;font-weight:500}.PolicyApp-module__K8yyQG__polItemDesc{color:var(--text-tertiary);font-size:11px}.PolicyApp-module__K8yyQG__polChip{color:#8b5cf6;background:#8b5cf626;border-radius:3px;margin-left:6px;padding:1px 6px;font-size:10px}.PolicyApp-module__K8yyQG__polDetail{flex:1;padding:16px;overflow-y:auto}.PolicyApp-module__K8yyQG__polView{font-size:13px;line-height:1.5}.PolicyApp-module__K8yyQG__polViewName{margin:0;font-size:18px;font-weight:600}.PolicyApp-module__K8yyQG__polViewDesc{color:var(--text-secondary);margin:4px 0 14px;font-size:12px}.PolicyApp-module__K8yyQG__polViewSection{margin-bottom:16px}.PolicyApp-module__K8yyQG__polViewLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;font-size:11px}.PolicyApp-module__K8yyQG__polViewMode{color:var(--text-secondary);margin-bottom:8px;font-size:11px}.PolicyApp-module__K8yyQG__polRule{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:3px;align-items:center;gap:8px;margin-bottom:3px;padding:4px 8px;font-size:12px;display:flex}.PolicyApp-module__K8yyQG__polActionChip{text-transform:uppercase;letter-spacing:.4px;border-radius:3px;padding:1px 7px;font-size:10px;font-weight:600}.PolicyApp-module__K8yyQG__act_allow{background:var(--success-subtle);color:var(--success)}.PolicyApp-module__K8yyQG__act_block{background:var(--danger-subtle);color:var(--danger)}.PolicyApp-module__K8yyQG__act_guardrail{background:var(--warning-subtle);color:var(--warning)}.PolicyApp-module__K8yyQG__polRuleNote{color:var(--text-muted);font-size:11px}.PolicyApp-module__K8yyQG__polAgentNote{color:var(--text-secondary);background:#8b5cf614;border-left:2px solid #8b5cf6;margin-top:16px;padding:8px 10px;font-size:11px}.PolicyApp-module__K8yyQG__polAgentNote code{background:var(--bg-tertiary);color:#8b5cf6;border:1px solid var(--border-subtle);border-radius:3px;padding:1px 5px}.PolicyApp-module__K8yyQG__polEmpty,.PolicyApp-module__K8yyQG__polEmptyState{text-align:center;color:var(--text-muted);padding:30px 20px;font-size:12px}.PolicyApp-module__K8yyQG__polEmptyHint{color:var(--text-muted);margin-top:8px;font-size:11px}.PolicyApp-module__K8yyQG__guardrailOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.2s PolicyApp-module__K8yyQG__fadeIn;display:flex;position:absolute;inset:0}@keyframes PolicyApp-module__K8yyQG__fadeIn{0%{opacity:0}to{opacity:1}}.PolicyApp-module__K8yyQG__guardrailCard{color:#e6e6e6;background:#2a2a2c;border:1px solid #fbbf2466;border-radius:12px;width:min(480px,90%);padding:20px;font-family:-apple-system,sans-serif;animation:.3s PolicyApp-module__K8yyQG__slideUp;box-shadow:0 20px 60px #0009,0 0 30px #fbbf2433}@keyframes PolicyApp-module__K8yyQG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PolicyApp-module__K8yyQG__guardrailHead{color:#fcd34d;align-items:center;gap:12px;margin-bottom:12px;display:flex}.PolicyApp-module__K8yyQG__guardrailTitle{color:#e6e6e6;font-size:15px;font-weight:600}.PolicyApp-module__K8yyQG__guardrailSubtitle{color:#fff9;text-transform:uppercase;letter-spacing:.6px;font-size:11px}.PolicyApp-module__K8yyQG__guardrailSummary{color:#e6e6e6;margin-bottom:12px;font-size:13px;line-height:1.5}.PolicyApp-module__K8yyQG__guardrailPayload{color:#ffffffd9;background:#0006;border-radius:4px;max-height:140px;margin:0 0 12px;padding:10px 12px;font-family:SF Mono,monospace;font-size:11px;overflow-x:auto}.PolicyApp-module__K8yyQG__guardrailReason{color:#e6e6e6;resize:none;background:#00000040;border:1px solid #ffffff1a;border-radius:4px;width:100%;min-height:50px;margin-bottom:12px;padding:8px;font-family:inherit;font-size:12px}.PolicyApp-module__K8yyQG__guardrailActions{justify-content:flex-end;gap:8px;display:flex}.PolicyApp-module__K8yyQG__guardrailReject,.PolicyApp-module__K8yyQG__guardrailModify,.PolicyApp-module__K8yyQG__guardrailApprove{cursor:pointer;border:1px solid;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500}.PolicyApp-module__K8yyQG__guardrailReject{color:#fca5a5;background:#ef444426;border-color:#ef444466}.PolicyApp-module__K8yyQG__guardrailReject:hover{background:#ef444440}.PolicyApp-module__K8yyQG__guardrailModify{color:#e6e6e6;background:#ffffff0f;border-color:#ffffff26}.PolicyApp-module__K8yyQG__guardrailModify:hover{background:#ffffff1f}.PolicyApp-module__K8yyQG__guardrailApprove{color:#fff;background:#10b981;border-color:#10b981}.PolicyApp-module__K8yyQG__guardrailApprove:hover{background:#059669}.PolicyApp-module__K8yyQG__hitToast{color:#e6e6e6;z-index:9000;background:#2a2a2c;border:1px solid #ef444466;border-left-width:4px;border-radius:6px;align-items:center;gap:10px;max-width:420px;padding:10px 14px;font-family:-apple-system,sans-serif;animation:.3s PolicyApp-module__K8yyQG__slideUpFade;display:flex;position:absolute;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000080}@keyframes PolicyApp-module__K8yyQG__slideUpFade{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.PolicyApp-module__K8yyQG__hitDot{background:#ef4444;border-radius:50%;flex-shrink:0;width:8px;height:8px}.PolicyApp-module__K8yyQG__hitContent{flex:1}.PolicyApp-module__K8yyQG__hitTitle{font-size:12px;font-weight:600}.PolicyApp-module__K8yyQG__hitDesc{color:#fff9;margin-top:2px;font-size:11px}.PolicyApp-module__K8yyQG__hitDismiss{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px}
.EditableTitle-module__pK9CNq__input{max-width:100%;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);background:0 0;border:1px solid #0000;border-radius:8px;margin-left:-6px;padding:2px 6px}.EditableTitle-module__pK9CNq__input:hover:not(:disabled){border-color:var(--border-subtle)}.EditableTitle-module__pK9CNq__input:focus{border-color:var(--accent);background:var(--bg-elevated);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.EditableTitle-module__pK9CNq__input:disabled{cursor:default}.EditableTitle-module__pK9CNq__input::placeholder{color:var(--text-muted)}
