.style-module__MQOP_W__streamContainer{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-xl);flex-direction:column;height:fit-content;max-height:100%;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);--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;min-height:596px;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__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:20;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:175;-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{background:#fff;border-bottom:1px solid #dfe1e5;flex-shrink:0;align-items:center;gap:4px;height:38px;padding:4px 8px;display:flex}.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__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__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}
.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}
.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}
.AuditApp-module__85K3QW__auditBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,sans-serif;display:flex;overflow:hidden}.AuditApp-module__85K3QW__auditToolbar{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.AuditApp-module__85K3QW__auditSearch{background:var(--bg-input);max-width:280px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;flex:1;padding:4px 10px;font-size:12px}.AuditApp-module__85K3QW__auditBtn{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}.AuditApp-module__85K3QW__auditBtn:hover{background:var(--bg-hover)}.AuditApp-module__85K3QW__auditSpacer{flex:1}.AuditApp-module__85K3QW__chainBadge{cursor:help;border-radius:4px;padding:2px 9px;font-size:11px;font-weight:600}.AuditApp-module__85K3QW__chainOk{background:var(--success-subtle);color:var(--success)}.AuditApp-module__85K3QW__chainBad{background:var(--danger-subtle);color:var(--danger)}.AuditApp-module__85K3QW__auditTabs{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);padding:0 12px;display:flex}.AuditApp-module__85K3QW__auditTab{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:6px 12px;font-size:12px}.AuditApp-module__85K3QW__auditTab:hover{color:var(--text-primary)}.AuditApp-module__85K3QW__auditTabActive{color:var(--text-primary);border-bottom-color:var(--accent)}.AuditApp-module__85K3QW__auditError{background:var(--danger-subtle);color:var(--danger);padding:8px 12px;font-size:12px}.AuditApp-module__85K3QW__auditList{flex:1;overflow-y:auto}.AuditApp-module__85K3QW__auditEntry{border-bottom:1px solid var(--border-subtle);align-items:center;gap:10px;padding:5px 12px;font-family:SF Mono,monospace;font-size:11px;display:flex}.AuditApp-module__85K3QW__auditEntry:hover{background:var(--bg-hover)}.AuditApp-module__85K3QW__sevDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.AuditApp-module__85K3QW__sev_info{background:var(--text-muted)}.AuditApp-module__85K3QW__sev_warning{background:var(--warning)}.AuditApp-module__85K3QW__sev_critical{background:var(--danger);box-shadow:0 0 4px rgba(var(--danger-rgb), .6)}.AuditApp-module__85K3QW__auditTs{color:var(--text-tertiary);flex-shrink:0;width:130px}.AuditApp-module__85K3QW__auditAction{color:var(--teal);flex-shrink:0;min-width:140px}.AuditApp-module__85K3QW__auditActor{color:var(--text-secondary);flex-shrink:0;min-width:120px}.AuditApp-module__85K3QW__auditTarget{color:var(--text-tertiary);flex-shrink:0;min-width:120px}.AuditApp-module__85K3QW__auditDetail{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.AuditApp-module__85K3QW__auditEmpty{text-align:center;color:var(--text-muted);padding:30px;font-size:12px}.AuditApp-module__85K3QW__auditFooter{background:var(--bg-tertiary);color:var(--text-muted);border-top:1px solid var(--border-subtle);text-align:center;padding:6px 12px;font-size:10px}
.PermissionsApp-module__m_9nJq__permBody{background:var(--bg-primary);height:100%;color:var(--text-primary);flex-direction:column;font-family:-apple-system,sans-serif;display:flex;overflow:hidden}.PermissionsApp-module__m_9nJq__permHead{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.PermissionsApp-module__m_9nJq__permIdentity{flex-direction:column;gap:2px;display:flex}.PermissionsApp-module__m_9nJq__permWho{font-size:14px;font-weight:600}.PermissionsApp-module__m_9nJq__permRole{color:var(--text-tertiary);font-size:11px}.PermissionsApp-module__m_9nJq__permBtn{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}.PermissionsApp-module__m_9nJq__permBtn:hover{background:var(--bg-hover)}.PermissionsApp-module__m_9nJq__permTabs{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);padding:0 12px;display:flex}.PermissionsApp-module__m_9nJq__permTab{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:6px 14px;font-size:12px}.PermissionsApp-module__m_9nJq__permTab:hover{color:var(--text-primary)}.PermissionsApp-module__m_9nJq__permTabActive{color:var(--text-primary);border-bottom-color:var(--accent)}.PermissionsApp-module__m_9nJq__permContent{flex:1;padding:12px;overflow-y:auto}.PermissionsApp-module__m_9nJq__permRbac{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.PermissionsApp-module__m_9nJq__permGroup{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:6px;padding:10px 12px}.PermissionsApp-module__m_9nJq__permGroupTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;font-size:11px;font-weight:600}.PermissionsApp-module__m_9nJq__permKvList{flex-direction:column;gap:4px;display:flex}.PermissionsApp-module__m_9nJq__permKv{align-items:center;gap:10px;font-size:11px;display:flex}.PermissionsApp-module__m_9nJq__permKvKey{color:var(--text-secondary);min-width:130px;font-family:SF Mono,monospace}.PermissionsApp-module__m_9nJq__valTrue{color:var(--success);font-weight:600}.PermissionsApp-module__m_9nJq__valFalse{color:var(--danger);font-weight:600}.PermissionsApp-module__m_9nJq__valString{color:var(--warning);font-family:SF Mono,monospace}.PermissionsApp-module__m_9nJq__valNumber{color:var(--teal);font-family:SF Mono,monospace}.PermissionsApp-module__m_9nJq__valArray{color:var(--text-secondary);font-family:SF Mono,monospace}.PermissionsApp-module__m_9nJq__valNeutral{color:var(--text-muted)}.PermissionsApp-module__m_9nJq__permTools{flex-direction:column;gap:6px;display:flex}.PermissionsApp-module__m_9nJq__permTool{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-left:3px solid var(--success);border-radius:4px;padding:8px 12px}.PermissionsApp-module__m_9nJq__permToolBlocked{border-left-color:var(--danger);opacity:.7}.PermissionsApp-module__m_9nJq__permToolHeader{align-items:center;gap:8px;margin-bottom:3px;display:flex}.PermissionsApp-module__m_9nJq__permToolDot{border-radius:50%;width:7px;height:7px}.PermissionsApp-module__m_9nJq__permToolDotOk{background:var(--success)}.PermissionsApp-module__m_9nJq__permToolDotBlocked{background:var(--danger)}.PermissionsApp-module__m_9nJq__permToolName{color:var(--teal);font-family:SF Mono,monospace;font-size:12px}.PermissionsApp-module__m_9nJq__permToolCap{color:#8b5cf6;background:#8b5cf626;border-radius:3px;padding:1px 6px;font-family:SF Mono,monospace;font-size:10px}.PermissionsApp-module__m_9nJq__permToolDesc{color:var(--text-secondary);margin-top:2px;font-size:11px;line-height:1.4}.PermissionsApp-module__m_9nJq__permToolReason{color:var(--danger);margin-top:4px;font-size:11px;font-style:italic}.PermissionsApp-module__m_9nJq__permEmpty{text-align:center;color:var(--text-muted);padding:30px;font-size:12px}
.DesktopFolders-module__L3Ur6G__desktopFolders{pointer-events:none;z-index:10;position:absolute;inset:0}.DesktopFolders-module__L3Ur6G__folderIcon{pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;flex-direction:column;align-items:center;padding:6px 4px 4px;transition:background .12s,transform 80ms;display:flex;position:absolute}.DesktopFolders-module__L3Ur6G__folderIcon:hover{background:#ffffff14}.DesktopFolders-module__L3Ur6G__folderIconDrag{z-index:100;background:#3b82f633;transform:scale(1.05)}.DesktopFolders-module__L3Ur6G__folderArt{filter:drop-shadow(0 2px 6px #0006);position:relative}.DesktopFolders-module__L3Ur6G__folderBadge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:-4px;right:-6px;box-shadow:0 1px 4px #00000080}.DesktopFolders-module__L3Ur6G__folderLabel{color:#fff;text-align:center;text-shadow:0 1px 3px #000000d9;white-space:nowrap;text-overflow:ellipsis;max-width:78px;margin-top:4px;font-family:-apple-system,sans-serif;font-size:11px;font-weight:500;overflow:hidden}.DesktopFolders-module__L3Ur6G__contextMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9000;background:#28282af2;border:1px solid #ffffff1a;border-radius:6px;min-width:180px;padding:4px;font-family:-apple-system,sans-serif;position:fixed;box-shadow:0 10px 32px #0009}.DesktopFolders-module__L3Ur6G__contextItem{color:#e6e6e6;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:3px;width:100%;padding:5px 12px;font-size:12px;display:block}.DesktopFolders-module__L3Ur6G__contextItem:hover{background:#3b82f633}.DesktopFolders-module__L3Ur6G__contextDivider{background:#ffffff0f;height:1px;margin:3px 0}.DesktopFolders-module__L3Ur6G__createDialog{z-index:9500;color:#e6e6e6;background:#2a2a2c;border:1px solid #ffffff1f;border-radius:10px;width:280px;padding:16px;font-family:-apple-system,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0009}.DesktopFolders-module__L3Ur6G__createDialogTitle{margin-bottom:10px;font-size:13px;font-weight:600}.DesktopFolders-module__L3Ur6G__createDialogInput{color:#e6e6e6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;width:100%;margin-bottom:12px;padding:6px 8px;font-family:inherit;font-size:13px}.DesktopFolders-module__L3Ur6G__createDialogActions{justify-content:flex-end;gap:8px;display:flex}.DesktopFolders-module__L3Ur6G__createDialogActions button{color:#e6e6e6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;padding:4px 12px;font-size:12px}.DesktopFolders-module__L3Ur6G__createDialogActions .DesktopFolders-module__L3Ur6G__primary{color:#fff;background:#2563eb;border-color:#2563eb}.DesktopFolders-module__L3Ur6G__createDialogActions .DesktopFolders-module__L3Ur6G__primary:disabled{opacity:.4;cursor:not-allowed}
.ComplianceModeBadge-module__LsTrxq__cmWrap{display:inline-block;position:relative}.ComplianceModeBadge-module__LsTrxq__cmBadge{text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#0000004d;border:1px solid;border-radius:999px;align-items:center;gap:5px;padding:2px 10px;font-family:-apple-system,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.ComplianceModeBadge-module__LsTrxq__cmBadge:hover{background:#00000080}.ComplianceModeBadge-module__LsTrxq__cmDot{border-radius:50%;width:7px;height:7px}.ComplianceModeBadge-module__LsTrxq__cmMenu{z-index:5000;background:#2a2a2c;border:1px solid #ffffff1f;border-radius:8px;width:280px;padding:6px;font-family:-apple-system,sans-serif;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 40px #0009}.ComplianceModeBadge-module__LsTrxq__cmMenuTitle{color:#fff6;text-transform:uppercase;letter-spacing:.6px;padding:6px 8px;font-size:10px;font-weight:600}.ComplianceModeBadge-module__LsTrxq__cmMenuItem{color:#e6e6e6;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:flex-start;gap:10px;width:100%;padding:8px 10px;display:flex}.ComplianceModeBadge-module__LsTrxq__cmMenuItem:hover{background:#ffffff0f}.ComplianceModeBadge-module__LsTrxq__cmMenuItemActive{background:#3b82f61f}.ComplianceModeBadge-module__LsTrxq__cmMenuItem .ComplianceModeBadge-module__LsTrxq__cmDot{flex-shrink:0;margin-top:5px}.ComplianceModeBadge-module__LsTrxq__cmMenuLabel{margin-bottom:2px;font-size:12px;font-weight:600}.ComplianceModeBadge-module__LsTrxq__cmMenuDesc{color:#ffffff8c;font-size:10px;line-height:1.4}
.networkActivity-module__urFEaG__container{flex-direction:column;flex:1;display:flex;overflow-y:auto}.networkActivity-module__urFEaG__empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.networkActivity-module__urFEaG__emptyIcon{background:var(--bg-tertiary);width:48px;height:48px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.networkActivity-module__urFEaG__empty h3{color:var(--text-primary);margin:0 0 8px;font-size:18px;font-weight:600}.networkActivity-module__urFEaG__empty p{color:var(--text-muted);margin:0;font-size:14px}.networkActivity-module__urFEaG__summary{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.networkActivity-module__urFEaG__summaryStats{align-items:center;gap:12px;display:flex}.networkActivity-module__urFEaG__statItem{align-items:baseline;gap:5px;display:flex}.networkActivity-module__urFEaG__statValue{color:var(--text-primary);font-size:16px;font-weight:700}.networkActivity-module__urFEaG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:500}.networkActivity-module__urFEaG__statDivider{background:var(--border-subtle);width:1px;height:20px}.networkActivity-module__urFEaG__searchToggle{border:1px solid var(--border-subtle);background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-muted);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.networkActivity-module__urFEaG__searchToggle:hover{background:var(--bg-hover);color:var(--text-primary)}.networkActivity-module__urFEaG__searchToggleActive{background:var(--bg-hover);border-color:var(--border-focus);color:var(--text-primary)}.networkActivity-module__urFEaG__searchRow{border-bottom:1px solid var(--border-subtle);flex-shrink:0;padding:8px 16px}.networkActivity-module__urFEaG__searchBox{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-muted);transition:border-color var(--transition-fast);align-items:center;gap:6px;padding:6px 10px;display:flex}.networkActivity-module__urFEaG__searchBox:focus-within{border-color:var(--border-focus)}.networkActivity-module__urFEaG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:13px}.networkActivity-module__urFEaG__searchInput::placeholder{color:var(--text-muted)}.networkActivity-module__urFEaG__domainChips{scrollbar-width:none;flex-wrap:nowrap;flex-shrink:0;gap:6px;width:90%;display:flex;overflow-x:auto}.networkActivity-module__urFEaG__domainChips::-webkit-scrollbar{display:none}.networkActivity-module__urFEaG__domainChip{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.networkActivity-module__urFEaG__domainChip:hover{background:var(--bg-hover);border-color:var(--border-color)}.networkActivity-module__urFEaG__domainChipActive{background:var(--bg-hover);border-color:var(--text-secondary);color:var(--text-primary);font-weight:600}.networkActivity-module__urFEaG__domainDot{background:var(--success);border-radius:50%;flex-shrink:0;width:6px;height:6px}.networkActivity-module__urFEaG__domainCount{color:var(--text-muted);background:var(--bg-secondary);border-radius:8px;padding:1px 5px;font-size:10px;font-weight:600}.networkActivity-module__urFEaG__groups{flex:1;overflow-y:auto}.networkActivity-module__urFEaG__group{border-bottom:1px solid var(--border-subtle)}.networkActivity-module__urFEaG__group:last-child{border-bottom:none}.networkActivity-module__urFEaG__groupHeader{cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast);color:var(--text-primary);background:0 0;border:none;align-items:center;gap:8px;padding:10px 16px;display:flex}.networkActivity-module__urFEaG__groupHeader:hover{background:var(--bg-tertiary)}.networkActivity-module__urFEaG__groupChevron{color:var(--text-muted);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.networkActivity-module__urFEaG__groupChevronOpen{transform:rotate(90deg)}.networkActivity-module__urFEaG__groupId{flex-shrink:0}.networkActivity-module__urFEaG__actionIdBadge{border-radius:var(--radius-sm);background:var(--teal-subtle);color:var(--teal);padding:2px 8px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:12px;font-weight:600;display:inline-block}.networkActivity-module__urFEaG__actionIdBadgeNeutral{border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-muted);padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.networkActivity-module__urFEaG__groupMeta{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.networkActivity-module__urFEaG__groupCount{color:var(--text-muted);font-size:12px;font-weight:500}.networkActivity-module__urFEaG__taskIdLabel{color:var(--text-muted);background:var(--bg-tertiary);border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:11px;font-weight:500}.networkActivity-module__urFEaG__groupBody{padding:0 0 4px}.networkActivity-module__urFEaG__urlRow{transition:background var(--transition-fast);align-items:center;gap:10px;min-width:0;padding:6px 16px 6px 20px;display:flex}.networkActivity-module__urFEaG__urlRow:hover{background:var(--bg-tertiary)}.networkActivity-module__urFEaG__urlRow:hover .networkActivity-module__urFEaG__urlActions{opacity:1}.networkActivity-module__urFEaG__urlTimestamp{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-family:SF Mono,Monaco,Courier New,monospace;font-size:11px}.networkActivity-module__urFEaG__urlContent{flex:1;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.networkActivity-module__urFEaG__urlDomain{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.networkActivity-module__urFEaG__urlPath{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.networkActivity-module__urFEaG__urlActions{opacity:0;transition:opacity var(--transition-fast);flex-shrink:0;align-items:center;gap:4px;display:flex}.networkActivity-module__urFEaG__urlActionBtn{width:24px;height:24px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;text-decoration:none;display:flex}.networkActivity-module__urFEaG__urlActionBtn:hover{background:var(--bg-hover);color:var(--text-primary)}
.fileActivity-module__i5Ep3G__container{flex-direction:column;flex:1;display:flex;overflow-y:auto}.fileActivity-module__i5Ep3G__empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.fileActivity-module__i5Ep3G__emptyIcon{background:var(--bg-tertiary);width:48px;height:48px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.fileActivity-module__i5Ep3G__empty h3{color:var(--text-primary);margin:0 0 8px;font-size:18px;font-weight:600}.fileActivity-module__i5Ep3G__empty p{color:var(--text-muted);margin:0;font-size:14px}.fileActivity-module__i5Ep3G__summary{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.fileActivity-module__i5Ep3G__summaryStats{align-items:center;gap:12px;display:flex}.fileActivity-module__i5Ep3G__statItem{align-items:baseline;gap:5px;display:flex}.fileActivity-module__i5Ep3G__statValue{color:var(--text-primary);font-size:16px;font-weight:700}.fileActivity-module__i5Ep3G__statSuccess{color:var(--success)}.fileActivity-module__i5Ep3G__statDanger{color:var(--danger)}.fileActivity-module__i5Ep3G__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:500}.fileActivity-module__i5Ep3G__statDivider{background:var(--border-subtle);width:1px;height:20px}.fileActivity-module__i5Ep3G__searchToggle{border:1px solid var(--border-subtle);background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-muted);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.fileActivity-module__i5Ep3G__searchToggle:hover{background:var(--bg-hover);color:var(--text-primary)}.fileActivity-module__i5Ep3G__searchToggleActive{background:var(--bg-hover);border-color:var(--border-focus);color:var(--text-primary)}.fileActivity-module__i5Ep3G__searchRow{border-bottom:1px solid var(--border-subtle);flex-shrink:0;padding:8px 16px}.fileActivity-module__i5Ep3G__searchBox{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-muted);transition:border-color var(--transition-fast);align-items:center;gap:6px;padding:6px 10px;display:flex}.fileActivity-module__i5Ep3G__searchBox:focus-within{border-color:var(--border-focus)}.fileActivity-module__i5Ep3G__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:13px}.fileActivity-module__i5Ep3G__searchInput::placeholder{color:var(--text-muted)}.fileActivity-module__i5Ep3G__statusChips{scrollbar-width:none;flex-wrap:nowrap;flex-shrink:0;gap:6px;width:90%;display:flex;overflow-x:auto}.fileActivity-module__i5Ep3G__statusChips::-webkit-scrollbar{display:none}.fileActivity-module__i5Ep3G__statusChip{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.fileActivity-module__i5Ep3G__statusChip:hover{background:var(--bg-hover);border-color:var(--border-color)}.fileActivity-module__i5Ep3G__statusChipActive{background:var(--bg-hover);border-color:var(--text-secondary);color:var(--text-primary);font-weight:600}.fileActivity-module__i5Ep3G__chipDotSuccess{background:var(--success);border-radius:50%;flex-shrink:0;width:6px;height:6px}.fileActivity-module__i5Ep3G__chipDotWarning{background:var(--warning);border-radius:50%;flex-shrink:0;width:6px;height:6px}.fileActivity-module__i5Ep3G__chipDotDanger{background:var(--danger);border-radius:50%;flex-shrink:0;width:6px;height:6px}.fileActivity-module__i5Ep3G__chipCount{color:var(--text-muted);background:var(--bg-secondary);border-radius:8px;padding:1px 5px;font-size:10px;font-weight:600}.fileActivity-module__i5Ep3G__groups{flex:1;overflow-y:auto}.fileActivity-module__i5Ep3G__group{border-bottom:1px solid var(--border-subtle)}.fileActivity-module__i5Ep3G__group:last-child{border-bottom:none}.fileActivity-module__i5Ep3G__groupHeader{cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast);color:var(--text-primary);background:0 0;border:none;align-items:center;gap:8px;padding:10px 16px;display:flex}.fileActivity-module__i5Ep3G__groupHeader:hover{background:var(--bg-tertiary)}.fileActivity-module__i5Ep3G__groupChevron{color:var(--text-muted);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.fileActivity-module__i5Ep3G__groupChevronOpen{transform:rotate(90deg)}.fileActivity-module__i5Ep3G__groupId{flex-shrink:0}.fileActivity-module__i5Ep3G__taskIdBadge{border-radius:var(--radius-sm);background:var(--teal-subtle);color:var(--teal);padding:2px 8px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:12px;font-weight:600;display:inline-block}.fileActivity-module__i5Ep3G__groupMeta{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.fileActivity-module__i5Ep3G__groupCount{color:var(--text-muted);font-size:12px;font-weight:500}.fileActivity-module__i5Ep3G__groupStatusBadge{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.fileActivity-module__i5Ep3G__groupStatusSuccess{background:var(--success-subtle);color:var(--success)}.fileActivity-module__i5Ep3G__groupStatusPartial{background:var(--warning-subtle);color:var(--warning)}.fileActivity-module__i5Ep3G__groupBody{flex-direction:column;gap:6px;padding:4px 16px 8px;display:flex}.fileActivity-module__i5Ep3G__fileCard{border:1px solid var(--border-subtle);background:var(--bg-secondary);transition:all var(--transition-fast);border-radius:8px;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.fileActivity-module__i5Ep3G__fileCard:hover{border-color:var(--border-color);background:var(--bg-tertiary);box-shadow:0 1px 4px #0000000f}.fileActivity-module__i5Ep3G__fileCard:hover .fileActivity-module__i5Ep3G__fileActions{opacity:1}.fileActivity-module__i5Ep3G__fileIconArea{border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1px;width:44px;height:44px;display:flex;position:relative}.fileActivity-module__i5Ep3G__fileIconSuccess{background:var(--success-subtle);color:var(--success)}.fileActivity-module__i5Ep3G__fileIconWarning{background:var(--warning-subtle);color:var(--warning);animation:1.5s ease-in-out infinite fileActivity-module__i5Ep3G__cardPulse}.fileActivity-module__i5Ep3G__fileIconDanger{background:var(--danger-subtle);color:var(--danger)}@keyframes fileActivity-module__i5Ep3G__cardPulse{0%,to{opacity:1}50%{opacity:.5}}.fileActivity-module__i5Ep3G__fileIconExt{text-transform:uppercase;letter-spacing:.4px;margin-top:-2px;font-size:8px;font-weight:700;line-height:1}.fileActivity-module__i5Ep3G__fileDetails{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.fileActivity-module__i5Ep3G__fileNameRow{align-items:center;gap:6px;min-width:0;display:flex}.fileActivity-module__i5Ep3G__fileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.fileActivity-module__i5Ep3G__fileExtBadge{color:var(--teal);background:var(--teal-subtle);text-transform:uppercase;letter-spacing:.3px;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:700}.fileActivity-module__i5Ep3G__fileSourceUrl{color:var(--text-muted);min-width:0;transition:color var(--transition-fast);align-items:center;gap:4px;font-size:11px;text-decoration:none;display:inline-flex}.fileActivity-module__i5Ep3G__fileSourceUrl span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.fileActivity-module__i5Ep3G__fileSourceUrl:hover{color:var(--text-secondary)}.fileActivity-module__i5Ep3G__fileSourceUrl svg{flex-shrink:0}.fileActivity-module__i5Ep3G__fileTimestamp{color:var(--text-muted);white-space:nowrap;font-family:SF Mono,Monaco,Courier New,monospace;font-size:10px}.fileActivity-module__i5Ep3G__fileActions{opacity:0;transition:opacity var(--transition-fast);flex-shrink:0;align-items:center;gap:2px;display:flex}.fileActivity-module__i5Ep3G__fileActionBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;text-decoration:none;display:flex}.fileActivity-module__i5Ep3G__fileActionBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.fileActivity-module__i5Ep3G__downloadBtn{color:var(--text-secondary)}.fileActivity-module__i5Ep3G__downloadBtn:hover{background:var(--success-subtle);color:var(--success)}
