:root{--color-window-chrome:silver;--color-toolbar-bg:#bdbdbd;--color-button-normal:silver;--color-button-pressed:#a0a0a0;--color-button-disabled:gray;--color-address-bar:#fff;--color-content-bg:#fff;--color-text-primary:#000;--color-text-secondary:#333;--color-text-disabled:gray;--color-title-bar:navy;--color-title-bar-active:navy;--color-title-bar-inactive:gray;--color-title-text:#fff;--color-title-bar-text:#fff;--color-link:#00e;--color-visited-link:#551a8b;--color-separator:gray;--color-highlight:#316ac5;--font-family-system:"MS Sans Serif","Microsoft Sans Serif",sans-serif;--font-family-content:"Times New Roman",Times,serif;--font-size-system:11px;--font-size-content:12px;--font-size-title:11px;--spacing-xs:1px;--spacing-sm:2px;--spacing-md:4px;--spacing-lg:8px;--spacing-xl:12px;--border-width:1px;--border-outset-light:#fff;--border-outset-dark:gray;--border-inset-light:gray;--border-inset-dark:#000;--color-desktop-bg:teal;--color-icon-highlight:navy;--color-icon-text:#fff;--color-button-face:silver;--color-window-bg:silver;--color-border-light:#fff;--color-border-dark:gray;--taskbar-height:40px;--start-button-width:54px;--cursor-default:default;--cursor-pointer:pointer;--cursor-resize-ew:ew-resize;--window-title-bar-height:18px;--window-border-width:2px;--z-desktop:0;--z-window-base:1;--z-taskbar:1000;--z-start-menu:1001}*{box-sizing:border-box}body{font-family:var(--font-family-system);font-size:var(--font-size-system);background-color:var(--color-window-chrome);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;text-rendering:optimizeSpeed;cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"white\" stroke=\"black\" stroke-width=\"0.5\" d=\"M0,0 L0,12 L4,8 L6,13 L8,12 L6,7 L10,7 Z\"/></svg>") 0 0,default;margin:0;padding:0;overflow:hidden}*{cursor:inherit}button,a,[role=button]{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"white\" stroke=\"black\" stroke-width=\"0.5\" d=\"M4,0 L4,3 L0,3 L0,6 L4,6 L4,9 L7,9 L7,6 L11,6 L11,3 L7,3 L7,0 Z M8,7 L8,11 L11,11 L11,14 L14,14 L14,11 L11,11 L11,7 Z\"/></svg>") 7 7,pointer}input[type=text],textarea{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><rect x=\"7\" y=\"0\" width=\"2\" height=\"16\" fill=\"black\"/><rect x=\"4\" y=\"0\" width=\"8\" height=\"2\" fill=\"black\"/><rect x=\"4\" y=\"14\" width=\"8\" height=\"2\" fill=\"black\"/></svg>") 8 8,text}[style*="cursor: ew-resize"],.ai-panel-resizer,body.resizing,body.resizing *{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"16\" viewBox=\"0 0 24 16\"><path fill=\"black\" d=\"M0,7 L4,4 L4,6 L20,6 L20,4 L24,7 L20,10 L20,8 L4,8 L4,10 Z\"/><path fill=\"white\" d=\"M1,7 L4,5 L4,6.5 L20,6.5 L20,5 L23,7 L20,9 L20,7.5 L4,7.5 L4,9 Z\"/></svg>") 12 8,ew-resize!important}*{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}#root{flex-direction:column;width:100vw;height:100vh;display:flex}.retro-button{background:var(--color-button-normal);border-top:var(--border-width)solid var(--border-outset-light);border-left:var(--border-width)solid var(--border-outset-light);border-right:var(--border-width)solid var(--border-outset-dark);border-bottom:var(--border-width)solid var(--border-outset-dark);font-family:var(--font-family-system);font-size:var(--font-size-system);padding:var(--spacing-sm)var(--spacing-md);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;outline:none}.retro-button:active{border-top:var(--border-width)solid var(--border-inset-dark);border-left:var(--border-width)solid var(--border-inset-dark);border-right:var(--border-width)solid var(--border-outset-light);border-bottom:var(--border-width)solid var(--border-outset-light);background:var(--color-button-pressed)}.retro-button:disabled{color:var(--color-text-disabled);cursor:default}.retro-button:focus{outline:1px dotted var(--color-text-primary);outline-offset:-3px}.retro-inset{border-top:var(--border-width)solid var(--border-inset-dark);border-left:var(--border-width)solid var(--border-inset-dark);border-right:var(--border-width)solid var(--border-outset-light);border-bottom:var(--border-width)solid var(--border-outset-light);background:var(--color-address-bar)}.retro-outset{border-top:var(--border-width)solid var(--border-outset-light);border-left:var(--border-width)solid var(--border-outset-light);border-right:var(--border-width)solid var(--border-outset-dark);border-bottom:var(--border-width)solid var(--border-outset-dark);background:var(--color-button-normal)}.retro-toolbar-bg{background:var(--color-toolbar-bg)}.window-chrome{background:var(--color-window-chrome);border-top:2px solid var(--border-outset-light);border-left:2px solid var(--border-outset-light);border-right:2px solid var(--border-outset-dark);border-bottom:2px solid var(--border-outset-dark)}.title-bar{background:var(--color-title-bar);color:var(--color-title-text);font-family:var(--font-family-system);font-size:var(--font-size-title);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;justify-content:space-between;align-items:center;height:18px;padding:2px 4px;font-weight:700;display:flex}.title-bar.inactive{color:silver;background:gray}.title-text{white-space:nowrap;align-items:center;gap:4px;display:flex;overflow:hidden}.title-icon{flex-shrink:0;width:16px;height:16px}.window-controls{flex-shrink:0;gap:2px;display:flex}.window-control-button{background:var(--color-button-normal);border-top:1px solid var(--border-outset-light);border-left:1px solid var(--border-outset-light);border-right:1px solid var(--border-outset-dark);border-bottom:1px solid var(--border-outset-dark);width:16px;height:14px;color:var(--color-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:8px;font-weight:700;font-family:var(--font-family-system);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;justify-content:center;align-items:center;padding:0;display:flex}.window-control-button:active{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-button-pressed)}.window-control-button:hover{background:#d0d0d0}.minimize-button:after{content:"_";margin-top:2px;line-height:1}.maximize-button:after{content:"□";line-height:1}.close-button:after{content:"×";font-size:10px;line-height:1}.menu-bar{background:var(--color-window-chrome);border-bottom:1px solid var(--color-separator);font-family:var(--font-family-system);font-size:var(--font-size-system);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;height:20px;display:flex}.menu-item{cursor:pointer;border:1px solid #0000;align-items:center;height:100%;padding:4px 8px;display:flex}.menu-item:hover{background:var(--color-highlight);color:#fff;border:1px solid var(--color-highlight)}.menu-item:active{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);color:#fff;background:#1e4a8c}.WindowManager-module__windowManager___MZLgi{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.WindowManager-module__windowContainer___UY-EP{pointer-events:auto}.DownloadButton-module__downloadButton___Znhru{display:inline-block;position:relative}.DownloadButton-module__button___n5Uzc{background:var(--color-button-normal);cursor:pointer;height:22px;font-family:var(--font-family-system);color:var(--color-text-primary);white-space:nowrap;text-shadow:1px 1px #fff;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;border:1px solid gray;border-color:#fff gray gray #fff;justify-content:center;align-items:center;min-width:100px;padding:0 10px;font-size:11px;display:flex;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #404040}.DownloadButton-module__button___n5Uzc:hover:not(:disabled){background:#d4d0c8;box-shadow:inset 1px 1px #fff,inset -1px -1px gray}.DownloadButton-module__button___n5Uzc:active:not(:disabled){background:silver;border:1px solid #fff;border-color:#404040 #fff #fff #404040;box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray}.DownloadButton-module__button___n5Uzc:disabled{background:var(--color-button-normal);color:var(--color-text-disabled);cursor:default;opacity:.6;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #404040}.DownloadButton-module__error___xF4Xo{color:#c00;font-family:var(--font-system);white-space:nowrap;z-index:1000;text-rendering:optimizeSpeed;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;background:#fcc;border:1px solid #c00;margin-top:4px;padding:2px 6px;font-size:10px;position:absolute;top:100%;left:0}.NetscapeToolbar-module__toolbarContainer___ED4Jq{background:var(--color-toolbar-bg);border-bottom:1px solid var(--color-separator);font-family:var(--font-family-system);font-size:var(--font-size-system);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never}.NetscapeToolbar-module__toolbar___-XxMF{background:var(--color-toolbar-bg);border-bottom:1px solid var(--color-separator);align-items:flex-start;gap:2px;padding:4px 8px;display:flex}.NetscapeToolbar-module__toolbarButton___3w9RY{flex-direction:column;align-items:center;gap:2px;min-width:50px;display:flex}.NetscapeToolbar-module__iconButton___020vR{background:var(--color-button-normal);cursor:pointer;border:2px solid gray;border-color:#fff gray gray #fff;justify-content:center;align-items:center;width:42px;height:38px;margin:0;padding:2px;display:flex;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #404040}.NetscapeToolbar-module__iconButton___020vR:hover{background:#d4d0c8;box-shadow:inset 1px 1px #fff,inset -1px -1px gray}.NetscapeToolbar-module__iconButton___020vR:active{background:silver;border:2px solid #fff;border-color:#404040 #fff #fff #404040;padding:3px 1px 1px 3px;box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray}.NetscapeToolbar-module__iconButton___020vR:disabled{background:var(--color-button-normal);color:var(--color-text-disabled);cursor:default;opacity:.6;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #404040}.NetscapeToolbar-module__iconButton___020vR:disabled:hover{background:var(--color-button-normal);box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #404040}.NetscapeToolbar-module__iconButton___020vR:disabled:active{border:2px solid gray;border-color:#fff gray gray #fff;padding:2px}.NetscapeToolbar-module__buttonLabel___JRLx-{color:var(--color-text-primary);text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;text-shadow:1px 1px #fff;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;margin-top:2px;font-size:10px;font-weight:400;line-height:1}.NetscapeToolbar-module__aiButtonGroup___kmXuD{align-items:center;margin-left:auto;display:flex}.NetscapeToolbar-module__aiButton___w266J{border-top:1px solid var(--border-outset-light);border-left:1px solid var(--border-outset-light);border-right:1px solid var(--border-outset-dark);border-bottom:1px solid var(--border-outset-dark);background:var(--color-button-normal);cursor:pointer;height:36px;font-family:var(--font-family-system);font-size:var(--font-size-system);color:var(--color-text-primary);justify-content:center;align-items:center;padding:0 8px;font-weight:700;display:flex}.NetscapeToolbar-module__aiButton___w266J:hover{background:#d0d0d0}.NetscapeToolbar-module__aiButton___w266J:active{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-button-pressed)}.NetscapeToolbar-module__addressBarContainer___x12P2{background:var(--color-toolbar-bg);border-bottom:1px solid var(--color-separator);padding:4px 8px}.NetscapeToolbar-module__navigationButtons___CXrFT{background:var(--color-toolbar-bg);gap:1px;padding:2px 8px;display:flex}.NetscapeToolbar-module__navButton___JXgYj{background:var(--color-button-normal);cursor:pointer;height:22px;font-family:var(--font-family-system);color:var(--color-text-primary);white-space:nowrap;text-shadow:1px 1px #fff;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;border:1px solid gray;border-color:#fff gray gray #fff;justify-content:center;align-items:center;padding:0 10px;font-size:11px;display:flex;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #404040}.NetscapeToolbar-module__navButton___JXgYj:hover{background:#d4d0c8;box-shadow:inset 1px 1px #fff,inset -1px -1px gray}.NetscapeToolbar-module__navButton___JXgYj:active{background:silver;border:1px solid #fff;border-color:#404040 #fff #fff #404040;box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray}.NetscapeToolbar-module__downloadButtonWrapper___gmqdI{align-items:center;display:flex}.NetscapeToolbar-module__netscapeLogo___qYQ3R{border-right:1px solid var(--color-separator);justify-content:center;align-items:center;margin-right:8px;padding:4px 8px;display:flex}.NetscapeToolbar-module__logoImage___tO19n{width:48px;height:48px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.NetscapeToolbar-module__toolbarSeparator___AC8IG{background:linear-gradient(90deg,gray,#fff);width:2px;height:38px;margin:0 4px}.NetscapeToolbar-module__textButton___dT5B-{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-family-system);color:#000;white-space:nowrap;align-items:center;gap:4px;height:38px;padding:6px 12px;display:flex}.NetscapeToolbar-module__textButton___dT5B-:hover{background:#d0d0d0}.NetscapeToolbar-module__textButton___dT5B-:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:7px 11px 5px 13px}.NetscapeToolbar-module__textButton___dT5B-:disabled{color:gray;cursor:not-allowed}.NetscapeToolbar-module__badge___Pokcr{color:#fff;text-align:center;background:red;border-radius:10px;min-width:16px;padding:2px 6px;font-size:9px;font-weight:700}.ContentFrame-module__contentFrame___wG3Gm{border-top:2px solid var(--border-inset-dark);border-left:2px solid var(--border-inset-dark);border-right:2px solid var(--border-outset-light);border-bottom:2px solid var(--border-outset-light);background:#fff;flex-direction:column;flex:1;min-width:0;min-height:0;margin:2px;display:flex;position:relative;overflow:hidden}.ContentFrame-module__contentArea___2684q{font-family:var(--font-family-content);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;background:#fff;flex:1;min-width:0;min-height:0;padding:0;position:relative;overflow:auto}.ContentFrame-module__loadingState___0Qqa0{height:100%;padding:var(--spacing-xl);font-family:var(--font-family-system);font-size:var(--font-size-content);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;flex-direction:column;justify-content:center;align-items:center;display:flex}.ContentFrame-module__loadingText___5MsvI{margin-bottom:var(--spacing-lg);font-weight:400}.ContentFrame-module__loadingBar___N5m3f{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-content-bg);width:200px;height:16px;position:relative;overflow:hidden}.ContentFrame-module__loadingProgress___DDjBV{background:#00f;width:0%;height:100%;animation:2s linear infinite ContentFrame-module__loadingAnimation___KB9sf}@keyframes ContentFrame-module__loadingAnimation___KB9sf{0%{width:0%}50%{width:70%}to{width:100%}}.ContentFrame-module__defaultContent___NXj4x{background:#fff;flex-direction:column;flex:1;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:auto}.ContentFrame-module__placeholderPage___ecQGV{font-family:var(--font-family-content);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;padding:12px;line-height:1.2}.ContentFrame-module__pageHeader___5wcP4{text-align:center;margin-bottom:16px;padding-bottom:8px}.ContentFrame-module__pageTitle___-Zd3n{color:var(--color-link);font-size:18px;font-weight:700;font-family:var(--font-family-content);margin:0 0 4px}.ContentFrame-module__pageSubtitle___JsBqw{color:var(--color-text-primary);font-size:14px;font-style:italic;font-family:var(--font-family-content);margin:0}.ContentFrame-module__pageContent___rGHMv,.ContentFrame-module__section___OE3ef{margin-bottom:16px}.ContentFrame-module__netscapeCommLogo___dde-z{justify-content:center;margin-bottom:16px;display:flex}.ContentFrame-module__netscapeCommImage___46ga7{max-width:300px;height:auto;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.ContentFrame-module__sectionTitle___alr0x{color:var(--color-text-primary);font-size:16px;font-weight:700;font-family:var(--font-family-content);margin:0 0 8px}.ContentFrame-module__paragraph___hPsw-{text-align:left;margin:0 0 8px;font-size:12px}.ContentFrame-module__bulletList___oaVvZ{margin:0 0 8px 20px;padding:0;font-size:12px}.ContentFrame-module__bulletList___oaVvZ li{margin-bottom:2px}.ContentFrame-module__linkGrid___wfiID{margin-top:8px;display:block}.ContentFrame-module__quickLink___xwR2Q{color:var(--color-link);text-align:left;font-size:12px;font-family:var(--font-family-content);background:0 0;margin-right:12px;padding:2px 4px;text-decoration:underline;display:inline}.ContentFrame-module__quickLink___xwR2Q:hover{color:var(--color-visited-link);background:0 0}.ContentFrame-module__quickLink___xwR2Q:visited{color:var(--color-visited-link)}.ContentFrame-module__pageFooter___gYEsY{text-align:center;margin-top:16px}.ContentFrame-module__separator___k8u9u{border:none;border-top:1px solid gray;height:1px;margin:12px 0}.ContentFrame-module__footerText___s4m8-{color:var(--color-text-secondary);font-size:10px;font-style:italic;font-family:var(--font-family-content);margin:0}.ContentFrame-module__contentArea___2684q::-webkit-scrollbar{width:16px;height:16px}.ContentFrame-module__contentArea___2684q::-webkit-scrollbar-track{background:var(--color-window-chrome);border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light)}.ContentFrame-module__contentArea___2684q::-webkit-scrollbar-thumb{background:var(--color-button-normal);border-top:1px solid var(--border-outset-light);border-left:1px solid var(--border-outset-light);border-right:1px solid var(--border-outset-dark);border-bottom:1px solid var(--border-outset-dark)}.ContentFrame-module__contentArea___2684q::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.ContentFrame-module__contentArea___2684q::-webkit-scrollbar-thumb:active{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-button-pressed)}.ContentFrame-module__contentArea___2684q::-webkit-scrollbar-corner{background:var(--color-window-chrome)}.ContentFrame-module__contentArea___2684q{scrollbar-width:auto;scrollbar-color:var(--color-button-normal)var(--color-window-chrome)}.ContentFrame-module__searchResults___i5Z7a{font-family:var(--font-family-content);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;padding:12px;line-height:1.2}.ContentFrame-module__searchHeader___fLhWG{border-bottom:1px solid gray;margin-bottom:16px;padding-bottom:8px}.ContentFrame-module__searchTitle___oFZP3{color:var(--color-text-primary);font-size:16px;font-weight:700;font-family:var(--font-family-content);margin:0 0 4px}.ContentFrame-module__searchInfo___F9OmE{color:var(--color-text-secondary);margin:0;font-size:11px;font-style:italic}.ContentFrame-module__resultsList___FCMQ3{margin-bottom:16px}.ContentFrame-module__searchResult___qRl6i{border-bottom:1px dotted #ccc;margin-bottom:16px;padding-bottom:8px}.ContentFrame-module__searchResult___qRl6i:last-child{border-bottom:none}.ContentFrame-module__resultTitle___cH0YI{margin:0 0 2px;font-size:14px;font-weight:400}.ContentFrame-module__resultLink___RDeWv{color:var(--color-link);font-weight:700;text-decoration:underline}.ContentFrame-module__resultLink___RDeWv:hover,.ContentFrame-module__resultLink___RDeWv:visited{color:var(--color-visited-link)}.ContentFrame-module__resultUrl___-HxUF{color:green;margin:2px 0 4px;font-family:monospace;font-size:10px}.ContentFrame-module__resultDescription___C-KH0{color:var(--color-text-primary);margin:0;font-size:11px;line-height:1.3}.ContentFrame-module__searchFooter___1UPKI{text-align:center;margin-top:16px}.ContentFrame-module__urlContent___4gRGi{font-family:var(--font-family-content);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;padding:12px;line-height:1.2}.ContentFrame-module__urlHeader___Na7Um{border-bottom:1px solid gray;margin-bottom:16px;padding-bottom:8px}.ContentFrame-module__urlTitle___GaWlw{color:var(--color-text-primary);font-size:16px;font-weight:700;font-family:var(--font-family-content);margin:0}.ContentFrame-module__urlBody___8wfam{margin-bottom:16px}.ContentFrame-module__urlDisplay___NnmF7{word-break:break-all;background:#f0f0f0;border:1px solid gray;margin:8px 0;padding:8px;font-family:monospace;font-size:11px}.ContentFrame-module__loadLink___nme3b{color:var(--color-link);cursor:pointer;font-weight:700;text-decoration:underline}.ContentFrame-module__loadLink___nme3b:hover,.ContentFrame-module__loadLink___nme3b:visited{color:var(--color-visited-link)}.ContentFrame-module__iframeError___fOrrX{font-family:var(--font-family-system);background:#fff;height:100%;padding:20px;overflow:auto}.ContentFrame-module__errorHeader___-mNHe{background:#fee;border:2px inset silver;margin-bottom:15px;padding:10px}.ContentFrame-module__errorHeader___-mNHe h2{color:maroon;margin:0;font-size:16px}.ContentFrame-module__errorContent___CAcg1{line-height:1.4}.ContentFrame-module__errorContent___CAcg1 p{margin:10px 0;font-size:12px}.ContentFrame-module__errorActions___xD-ZU{gap:10px;margin:20px 0;display:flex}.ContentFrame-module__openNewTabButton___nunQb,.ContentFrame-module__tryAgainButton___sjnjc{border-top:1px solid var(--border-outset-light);border-left:1px solid var(--border-outset-light);border-right:1px solid var(--border-outset-dark);border-bottom:1px solid var(--border-outset-dark);background:var(--color-button-normal);cursor:pointer;font-family:var(--font-family-system);padding:6px 12px;font-size:11px}.ContentFrame-module__openNewTabButton___nunQb:hover,.ContentFrame-module__tryAgainButton___sjnjc:hover{background:#d0d0d0}.ContentFrame-module__openNewTabButton___nunQb:active,.ContentFrame-module__tryAgainButton___sjnjc:active{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-button-pressed)}.ContentFrame-module__alternativeOptions___2JiO-{background:#f0f8ff;border:1px solid #4169e1;margin-top:20px;padding:10px}.ContentFrame-module__alternativeOptions___2JiO- h3{color:navy;margin:0 0 10px;font-size:12px}.ContentFrame-module__alternativeOptions___2JiO- ul{margin:0;padding-left:20px;font-size:11px}.ContentFrame-module__alternativeOptions___2JiO- li{margin-bottom:5px}.ContentFrame-module__iframeLoading___j2WmR{text-align:center;font-family:var(--font-family-system);font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ContentFrame-module__iframeLoading___j2WmR .ContentFrame-module__loadingText___5MsvI{color:var(--color-text-primary);margin-bottom:10px}.ContentFrame-module__iframeLoading___j2WmR .ContentFrame-module__loadingBar___N5m3f{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-content-bg);width:200px;height:16px;position:relative;overflow:hidden}.ContentFrame-module__iframeLoading___j2WmR .ContentFrame-module__loadingProgress___DDjBV{background:#00f;width:0%;height:100%;animation:2s linear infinite ContentFrame-module__loadingAnimation___KB9sf}.ContentFrame-module__webContent___VJqDK{flex-direction:column;flex:1;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.ContentFrame-module__webFrame___A0AY5{background:#fff;border:none;flex:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%}.ContentFrame-module__electronBrowserView___CBeiQ{background:#fff;flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden}.ContentFrame-module__electronBrowserView___CBeiQ webview{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;display:block!important;position:relative!important}.ContentFrame-module__browserViewPlaceholder___7vOBe{background:#fff;flex:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;position:relative;overflow:hidden}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(./KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(./KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(./KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(./KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(./KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(./KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(./KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(./KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(./KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(./KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(./KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(./KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(./KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(./KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(./KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(./KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(./KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(./KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(./KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(./KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(./KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(./KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(./KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(./KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(./KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(./KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(./KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(./KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(./KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(./KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(./KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(./KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(./KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(./KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(./KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(./KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(./KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(./KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(./KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(./KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(./KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(./KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(./KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(./KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(./KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(./KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(./KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(./KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(./KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(./KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(./KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(./KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(./KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(./KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(./KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(./KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(./KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(./KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(./KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo)")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo)")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.TextSelectionBox-module__selectionBox___6B1bW{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);font-family:var(--font-family-system);background:#ff9;margin-bottom:12px;font-size:11px}.TextSelectionBox-module__header___Us7mo{color:#fff;background:linear-gradient(90deg,navy,#1084d0);justify-content:space-between;align-items:center;padding:2px 4px;font-weight:700;display:flex}.TextSelectionBox-module__title___mPevW{font-size:11px}.TextSelectionBox-module__closeButton___Z9DKz{border:1px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:#000;background:silver;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-size:12px;font-weight:700;line-height:1;display:flex}.TextSelectionBox-module__closeButton___Z9DKz:hover{background:#d0d0d0}.TextSelectionBox-module__closeButton___Z9DKz:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark)}.TextSelectionBox-module__content___VPmDm{max-height:150px;padding:8px;overflow-y:auto}.TextSelectionBox-module__textDisplay___liy2B{font-family:var(--font-family-content);word-wrap:break-word;white-space:pre-wrap;background:#fff;border:1px solid gray;padding:6px;font-size:11px;line-height:1.4}.TextSelectionBox-module__actions___I5gsJ{background:#ffc;border-top:1px solid gray;gap:6px;padding:8px;display:flex}.TextSelectionBox-module__actionButton___zpCoP{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-family-system);color:#000;min-width:75px;padding:4px 12px}.TextSelectionBox-module__actionButton___zpCoP:hover{background:#d0d0d0}.TextSelectionBox-module__actionButton___zpCoP:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:5px 11px 3px 13px}.WordSuggestions-module__container___sVoBU{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);font-family:var(--font-family-system);background:#ffc;margin-bottom:12px;font-size:11px}.WordSuggestions-module__header___ZTpDP{color:#000;background:linear-gradient(90deg,gold,orange);justify-content:space-between;align-items:center;padding:2px 4px;font-weight:700;display:flex}.WordSuggestions-module__title___v-SSr{font-size:11px}.WordSuggestions-module__closeButton___VwNZh{border:1px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:#000;background:silver;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-size:12px;font-weight:700;line-height:1;display:flex}.WordSuggestions-module__closeButton___VwNZh:hover{background:#d0d0d0}.WordSuggestions-module__closeButton___VwNZh:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark)}.WordSuggestions-module__content___DlqXF{max-height:250px;padding:12px;overflow-y:auto}.WordSuggestions-module__loading___hTdMH{text-align:center;color:#666;padding:20px;font-style:italic}.WordSuggestions-module__suggestionsList___VgiHr{flex-direction:column;gap:8px;display:flex}.WordSuggestions-module__suggestionItem___PasCe{background:#fff;border:1px solid gray;justify-content:space-between;align-items:center;gap:12px;padding:8px;display:flex}.WordSuggestions-module__suggestionWord___JOpKW{flex:1;font-size:12px}.WordSuggestions-module__suggestionWord___JOpKW strong{color:navy}.WordSuggestions-module__replaceButton___v9Zf5{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-family-system);color:#000;white-space:nowrap;padding:4px 12px}.WordSuggestions-module__replaceButton___v9Zf5:hover{background:#d0d0d0}.WordSuggestions-module__replaceButton___v9Zf5:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:5px 11px 3px 13px}.WordSuggestions-module__footer___SUohI{color:#666;text-align:center;background:#ffd;border-top:1px solid gray;padding:6px 12px;font-size:10px}.TabReferenceMenu-module__container___rBGPo{z-index:100;pointer-events:none;position:absolute;inset:0}.TabReferenceMenu-module__container___rBGPo>*{pointer-events:auto}.TabReferenceMenu-module__backdrop___Dl8fi{z-index:100;background:#0003;animation:.2s ease-out TabReferenceMenu-module__fadeIn___avkSz;position:absolute;inset:0}@keyframes TabReferenceMenu-module__fadeIn___avkSz{0%{opacity:0}to{opacity:1}}.TabReferenceMenu-module__menu___8r8TT{border-top:2px solid;border-color:var(--border-outset-light);z-index:101;max-height:70%;font-family:var(--font-family-system);background:#fff;flex-direction:column;font-size:11px;animation:.25s ease-out TabReferenceMenu-module__slideUp___K64u-;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000004d}@keyframes TabReferenceMenu-module__slideUp___K64u-{0%{transform:translateY(100%)}to{transform:translateY(0)}}.TabReferenceMenu-module__header___rjztc{color:#fff;background:linear-gradient(90deg,navy,#1084d0);border-bottom:1px solid gray;padding:6px 10px;font-size:11px;font-weight:700}.TabReferenceMenu-module__tabList___EgDl3{background:#fff;flex:1;padding:8px 0;overflow-y:auto}.TabReferenceMenu-module__emptyState___p8PrD{text-align:center;color:#666;padding:20px;font-size:11px;line-height:1.4}.TabReferenceMenu-module__tabItem___tAmru{cursor:pointer;border-bottom:1px solid #e0e0e0;align-items:center;gap:10px;padding:10px;transition:background .1s;display:flex}.TabReferenceMenu-module__tabItem___tAmru:hover{background:#e8e8e8}.TabReferenceMenu-module__tabItem___tAmru:active{background:#d0d0d0}.TabReferenceMenu-module__tabItem___tAmru.TabReferenceMenu-module__selected___ksWnv{color:#fff;background:navy}.TabReferenceMenu-module__tabItem___tAmru.TabReferenceMenu-module__selected___ksWnv .TabReferenceMenu-module__tabTitle___jP-pl{color:#fff}.TabReferenceMenu-module__tabItem___tAmru.TabReferenceMenu-module__selected___ksWnv .TabReferenceMenu-module__tabMeta___MKax9{color:#ccf}.TabReferenceMenu-module__tabIcon___t9Kcx{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.TabReferenceMenu-module__tabIcon___t9Kcx img{image-rendering:pixelated}.TabReferenceMenu-module__tabContent___CWAxQ{flex:1;min-width:0}.TabReferenceMenu-module__tabTitle___jP-pl{text-overflow:ellipsis;white-space:nowrap;color:#000;margin-bottom:2px;font-size:11px;font-weight:700;overflow:hidden}.TabReferenceMenu-module__tabMeta___MKax9{color:#666;font-size:10px}.TabReferenceMenu-module__tabList___EgDl3::-webkit-scrollbar{width:12px}.TabReferenceMenu-module__tabList___EgDl3::-webkit-scrollbar-track{background:#f0f0f0}.TabReferenceMenu-module__tabList___EgDl3::-webkit-scrollbar-thumb{background:silver;border:1px solid gray}.TabReferenceMenu-module__tabList___EgDl3::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.TabReferenceMenu-module__footer___Ej-nh{color:#666;text-align:center;background:#f0f0f0;border-top:1px solid #d0d0d0;flex-shrink:0;padding:8px 12px;font-size:10px}.SlashCommandMenu-module__container___b-3hG{z-index:100;pointer-events:none;position:absolute;inset:0}.SlashCommandMenu-module__container___b-3hG>*{pointer-events:auto}.SlashCommandMenu-module__backdrop___FSm33{z-index:100;background:#0003;animation:.2s ease-out SlashCommandMenu-module__fadeIn___bfN55;position:absolute;inset:0}@keyframes SlashCommandMenu-module__fadeIn___bfN55{0%{opacity:0}to{opacity:1}}.SlashCommandMenu-module__menu___b0vvj{border-top:2px solid;border-color:var(--border-outset-light);z-index:101;max-height:60%;font-family:var(--font-family-system);background:#fff;flex-direction:column;font-size:11px;animation:.25s ease-out SlashCommandMenu-module__slideUp___Hy4nw;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000004d}@keyframes SlashCommandMenu-module__slideUp___Hy4nw{0%{transform:translateY(100%)}to{transform:translateY(0)}}.SlashCommandMenu-module__header___IEV0V{color:#fff;background:linear-gradient(90deg,purple,#d010d0);border-bottom:1px solid gray;padding:6px 10px;font-size:11px;font-weight:700}.SlashCommandMenu-module__commandList___Twk9L{background:#fff;flex:1;padding:8px 0;overflow-y:auto}.SlashCommandMenu-module__commandItem___c1jfe{cursor:pointer;border-bottom:1px solid #e0e0e0;flex-direction:column;gap:2px;padding:10px 12px;transition:background .1s;display:flex}.SlashCommandMenu-module__commandItem___c1jfe:hover{background:#e8e8e8}.SlashCommandMenu-module__commandItem___c1jfe:active{background:#d0d0d0}.SlashCommandMenu-module__commandItem___c1jfe.SlashCommandMenu-module__selected___0rnsO{color:#fff;background:purple}.SlashCommandMenu-module__commandName___8v8Kg{font-family:Courier New,monospace;font-size:12px;font-weight:700}.SlashCommandMenu-module__commandItem___c1jfe.SlashCommandMenu-module__selected___0rnsO .SlashCommandMenu-module__commandName___8v8Kg{color:#fff}.SlashCommandMenu-module__commandDescription___Y0Xwd{color:#666;font-size:10px}.SlashCommandMenu-module__commandItem___c1jfe.SlashCommandMenu-module__selected___0rnsO .SlashCommandMenu-module__commandDescription___Y0Xwd{color:#fcf}.SlashCommandMenu-module__footer___rMIBb{color:#666;text-align:center;background:#f0f0f0;border-top:1px solid #d0d0d0;flex-shrink:0;padding:8px 12px;font-size:10px}.SlashCommandMenu-module__commandHeader___mcmLt{justify-content:space-between;align-items:center;width:100%;display:flex}.SlashCommandMenu-module__deleteButton___8-iu5{color:#666;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;font-weight:700;line-height:1}.SlashCommandMenu-module__deleteButton___8-iu5:hover{color:red}.SlashCommandMenu-module__commandItem___c1jfe.SlashCommandMenu-module__selected___0rnsO .SlashCommandMenu-module__deleteButton___8-iu5{color:#fcf}.SlashCommandMenu-module__commandItem___c1jfe.SlashCommandMenu-module__selected___0rnsO .SlashCommandMenu-module__deleteButton___8-iu5:hover{color:#fff}.SlashCommandMenu-module__addCommandButton___7V9Ms{text-align:center;cursor:pointer;color:navy;background:#f0f0f0;border-top:2px solid gray;padding:12px;font-weight:700;transition:background .1s}.SlashCommandMenu-module__addCommandButton___7V9Ms:hover{background:#e0e0e0}.SlashCommandMenu-module__addCommandButton___7V9Ms:active{background:#d0d0d0}.SlashCommandMenu-module__dialog___jEb4d{z-index:99999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SlashCommandMenu-module__dialogContent___Cx0-A{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);width:90%;max-width:400px;font-family:var(--font-family-system);background:silver}.SlashCommandMenu-module__dialogHeader___iTDE2{color:#fff;background:linear-gradient(90deg,navy,#1084d0);justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.SlashCommandMenu-module__dialogClose___d8oN9{background:var(--color-button-normal);border:1px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;width:16px;height:14px;color:var(--color-text-primary);justify-content:center;align-items:center;padding:0;font-size:12px;font-weight:700;display:flex}.SlashCommandMenu-module__dialogClose___d8oN9:hover{background:#d0d0d0}.SlashCommandMenu-module__dialogClose___d8oN9:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);background:var(--color-button-pressed)}.SlashCommandMenu-module__dialogBody___IGRez{flex-direction:column;gap:12px;padding:16px;display:flex}.SlashCommandMenu-module__label___v2NN6{flex-direction:column;gap:4px;font-size:11px;font-weight:700;display:flex}.SlashCommandMenu-module__input___AA94v,.SlashCommandMenu-module__textarea___JP--o{border:2px solid;border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);font-family:var(--font-family-system);background:#fff;outline:none;padding:4px 6px;font-size:11px}.SlashCommandMenu-module__textarea___JP--o{resize:vertical;min-height:60px}.SlashCommandMenu-module__dialogFooter___XniQa{border-top:1px solid gray;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.SlashCommandMenu-module__cancelButton___r-xQW,.SlashCommandMenu-module__saveButton___90ys9{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);font-family:var(--font-family-system);cursor:pointer;background:var(--color-button-normal);padding:4px 16px;font-size:11px;font-weight:700}.SlashCommandMenu-module__cancelButton___r-xQW:hover,.SlashCommandMenu-module__saveButton___90ys9:hover{background:#d0d0d0}.SlashCommandMenu-module__cancelButton___r-xQW:active,.SlashCommandMenu-module__saveButton___90ys9:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);background:var(--color-button-pressed)}.AIChatPanel-module__aiChatPanel___m0wFx{background:var(--color-window-bg);border-left:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);flex-direction:column;height:100%;display:none;position:relative}.AIChatPanel-module__aiChatPanel___m0wFx.AIChatPanel-module__open___4HbuI{display:flex}.AIChatPanel-module__resizeHandle___wQD4y{cursor:ew-resize;z-index:100;-webkit-user-select:none;user-select:none;touch-action:none;background:0 0;width:8px;position:absolute;top:0;bottom:0;left:0}.AIChatPanel-module__resizeHandle___wQD4y:hover{background:linear-gradient(90deg,#0000ff1a 0%,#00f3 50%,#0000ff1a 100%)}.AIChatPanel-module__resizeHandle___wQD4y:active{background:linear-gradient(90deg,#00f3 0%,#00f6 50%,#00f3 100%)}.AIChatPanel-module__header___s5Elu{background:var(--color-title-bar);color:var(--color-title-text);border-bottom:1px solid var(--color-border-dark);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.AIChatPanel-module__title___mXZ2B{flex:1;align-items:center;gap:4px;display:flex}.AIChatPanel-module__messageCount___iG9kV{opacity:.8;font-size:9px;font-weight:400}.AIChatPanel-module__headerButtons___leXAl{align-items:center;gap:4px;display:flex}.AIChatPanel-module__clearButton___-as47{background:var(--color-button-normal);border:1px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);cursor:pointer;justify-content:center;align-items:center;width:18px;height:14px;padding:0;font-size:10px;display:flex}.AIChatPanel-module__clearButton___-as47:hover{background:#d0d0d0}.AIChatPanel-module__clearButton___-as47:active{border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-button-pressed)}.AIChatPanel-module__closeButton___pxiWA{background:var(--color-button-normal);border:1px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);cursor:pointer;width:16px;height:14px;color:var(--color-text-primary);justify-content:center;align-items:center;padding:0;font-size:12px;font-weight:700;display:flex}.AIChatPanel-module__closeButton___pxiWA:hover{background:#d0d0d0}.AIChatPanel-module__closeButton___pxiWA:active{border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-button-pressed)}.AIChatPanel-module__messagesContainer___JCj9n{background:var(--color-window-bg);flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.AIChatPanel-module__selectedTextBox___NTsh4{border:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);background:#fffacd;border-radius:4px;margin-bottom:8px;padding:8px}.AIChatPanel-module__selectedTextHeader___Dxlpv{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.AIChatPanel-module__selectedTextLabel___-AGNc{color:#666;text-transform:uppercase;font-size:10px;font-weight:700}.AIChatPanel-module__clearTextButton___pXa74{background:var(--color-button-normal);border:1px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);cursor:pointer;width:16px;height:16px;color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:700;line-height:1;display:flex}.AIChatPanel-module__clearTextButton___pXa74:hover{background:#d0d0d0}.AIChatPanel-module__clearTextButton___pXa74:active{border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-button-pressed)}.AIChatPanel-module__selectedTextContent___uzSrU{color:var(--color-text-primary);background:#ffffff80;border-radius:2px;max-height:100px;margin-bottom:4px;padding:6px;font-size:12px;font-style:italic;line-height:1.4;overflow-y:auto}.AIChatPanel-module__selectedTextHint___FVfNa{color:#666;text-align:center;font-size:9px}.AIChatPanel-module__emptyState___2UQ-l{height:100%;color:var(--color-text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.AIChatPanel-module__emptyState___2UQ-l p{margin:0;font-size:14px}.AIChatPanel-module__emptyStateHint___KXAGG{color:#666!important;margin-top:8px!important;font-size:11px!important}.AIChatPanel-module__message___U36Z2{flex-direction:column;gap:4px;max-width:85%;animation:.2s ease-out AIChatPanel-module__slideIn___XjL5V;display:flex}@keyframes AIChatPanel-module__slideIn___XjL5V{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AIChatPanel-module__userMessage___ZPCi9{align-self:flex-end}.AIChatPanel-module__aiMessage___54fjc{align-self:flex-start}.AIChatPanel-module__messageImage___awHwE{border:1px solid var(--color-border-dark);border-radius:4px;max-width:100%;margin-bottom:8px;overflow:hidden}.AIChatPanel-module__messageImage___awHwE img{image-rendering:auto;width:100%;height:auto;display:block}.AIChatPanel-module__messageContent___-yAip{word-wrap:break-word;border:1px solid;border-radius:4px;padding:8px 12px;font-size:12px;line-height:1.4}.AIChatPanel-module__userMessage___ZPCi9 .AIChatPanel-module__messageContent___-yAip{background:var(--color-highlight);color:var(--color-title-text);border-color:#2952a3}.AIChatPanel-module__aiMessage___54fjc .AIChatPanel-module__messageContent___-yAip{color:var(--color-text-primary);border-color:var(--color-border-dark);background:#f0f0f0}.AIChatPanel-module__messageTime___GvQaD{color:var(--color-text-secondary);padding:0 4px;font-size:9px}.AIChatPanel-module__userMessage___ZPCi9 .AIChatPanel-module__messageTime___GvQaD{text-align:right}.AIChatPanel-module__aiMessage___54fjc .AIChatPanel-module__messageTime___GvQaD{text-align:left}.AIChatPanel-module__typingIndicator___4a-KH{animation:1.5s ease-in-out infinite AIChatPanel-module__pulse___FeMYn;display:inline-block}@keyframes AIChatPanel-module__pulse___FeMYn{0%,to{opacity:.4}50%{opacity:1}}.AIChatPanel-module__inputContainer___ExkFB{border-top:2px solid;border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-window-bg);flex-direction:column;gap:4px;padding:8px;display:flex}.AIChatPanel-module__screenshotPreview___OmbzV{border:1px solid var(--color-border-dark);background:#f0f0f0;border-radius:4px;align-items:center;gap:8px;padding:4px;display:flex;position:relative}.AIChatPanel-module__screenshotPreview___OmbzV img{border:1px solid var(--color-border-dark);image-rendering:auto;width:60px;height:auto}.AIChatPanel-module__screenshotLabel___-6wTI{color:var(--color-text-secondary);flex:1;font-size:10px}.AIChatPanel-module__clearScreenshotButton___KGfta{background:var(--color-button-normal);border:1px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);cursor:pointer;width:20px;height:20px;color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:700;line-height:1;display:flex}.AIChatPanel-module__clearScreenshotButton___KGfta:hover{background:#d0d0d0}.AIChatPanel-module__clearScreenshotButton___KGfta:active{border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-button-pressed)}.AIChatPanel-module__inputContainer___ExkFB form{gap:4px;display:flex}.AIChatPanel-module__input___geGtY{border:2px solid;border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);font-family:var(--font-family-system);background:var(--color-window-bg);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;outline:none;flex:1;padding:4px 8px;font-size:11px}.AIChatPanel-module__input___geGtY:focus{background:var(--color-address-bar)}.AIChatPanel-module__sendButton___iFo36{background:var(--color-button-normal);border:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);font-family:var(--font-family-system);cursor:pointer;color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;padding:4px 12px;font-size:11px;font-weight:700}.AIChatPanel-module__sendButton___iFo36:hover:not(:disabled){background:#d0d0d0}.AIChatPanel-module__sendButton___iFo36:active:not(:disabled){border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-button-pressed)}.AIChatPanel-module__sendButton___iFo36:disabled{color:var(--color-text-disabled);cursor:not-allowed}.AIChatPanel-module__referencedTabs___frd1P{background:#f0f0f0;border-bottom:1px solid gray;flex-wrap:wrap;gap:6px;padding:8px;display:flex}.AIChatPanel-module__tabChip___l1aIw{font-size:11px;font-family:var(--font-family-system);background:#fff;border:1px solid gray;border-radius:3px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.AIChatPanel-module__tabChip___l1aIw img{image-rendering:auto;flex-shrink:0;width:16px;height:16px}.AIChatPanel-module__removeTabButton___hhtUg{cursor:pointer;color:#666;background:0 0;border:none;margin-left:2px;padding:0;font-size:14px;font-weight:700;line-height:1}.AIChatPanel-module__removeTabButton___hhtUg:hover{color:red}.AIChatPanel-module__input___geGtY{resize:none;font-family:var(--font-family-system);line-height:1.4}.AIChatPanel-module__inputRow___uMsJ6{align-items:flex-end;gap:4px;width:100%;display:flex}.AIChatPanel-module__tabButton___3dyt4{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;width:32px;height:32px;font-size:16px;font-family:var(--font-family-system);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.AIChatPanel-module__tabButton___3dyt4:hover{background:#d0d0d0}.AIChatPanel-module__tabButton___3dyt4:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);background:var(--color-button-pressed)}.TabManager-module__overlay___Mf-h8{z-index:999999;pointer-events:auto;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.TabManager-module__modal___cM0xa{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);width:600px;max-width:90vw;max-height:80vh;font-family:var(--font-family-system);background:silver;flex-direction:column;display:flex;box-shadow:4px 4px 8px #00000080}.TabManager-module__titleBar___0t6NF{color:#fff;background:linear-gradient(90deg,navy,#1084d0);justify-content:space-between;align-items:center;padding:2px 4px;font-size:11px;font-weight:700;display:flex}.TabManager-module__title___0RoA5{padding-left:2px}.TabManager-module__closeButton___m4RWB{border:1px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:#000;background:silver;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-size:12px;font-weight:700;line-height:1;display:flex}.TabManager-module__closeButton___m4RWB:hover{background:#d0d0d0}.TabManager-module__closeButton___m4RWB:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark)}.TabManager-module__content___-N2U8{background:silver;flex:1;min-height:200px;padding:12px;overflow-y:auto}.TabManager-module__emptyState___V9cH5{text-align:center;color:#666;padding:40px 20px;font-size:12px}.TabManager-module__emptyState___V9cH5 p{margin:8px 0}.TabManager-module__tabList___5j1-f{flex-direction:column;gap:8px;display:flex}.TabManager-module__tabItem___wfuAQ{border:2px solid;border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);cursor:pointer;background:#fff;align-items:flex-start;gap:8px;padding:8px;transition:background .1s;display:flex}.TabManager-module__tabItem___wfuAQ:hover{background:#f0f0f0}.TabManager-module__tabIcon___1El7G{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;display:flex}.TabManager-module__tabIcon___1El7G img{image-rendering:pixelated}.TabManager-module__tabInfo___VH1-U{flex:1;min-width:0}.TabManager-module__tabTitle___bqU9A{text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:12px;font-weight:700;overflow:hidden}.TabManager-module__tabUrl___iKSot{color:green;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-family:monospace;font-size:10px;overflow:hidden}.TabManager-module__tabMeta___Rw2vq{color:#666;font-size:10px;font-style:italic}.TabManager-module__deleteButton___pbwTN{background:var(--color-button-normal);border:1px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:#000;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:14px;font-weight:700;line-height:1;display:flex}.TabManager-module__deleteButton___pbwTN:hover{background:#fcc}.TabManager-module__deleteButton___pbwTN:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark)}.TabManager-module__footer___uAE1p{border-top:1px solid gray;justify-content:flex-end;padding:10px 12px;display:flex}.TabManager-module__button___zrypu{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-family-system);color:#000;min-width:75px;padding:4px 20px}.TabManager-module__button___zrypu:hover{background:#d0d0d0}.TabManager-module__button___zrypu:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:5px 19px 3px 21px}.NetscapeWindow-module__windowContainer___tT0-w{background:var(--color-window-chrome);border-top:2px solid var(--border-outset-light);border-left:2px solid var(--border-outset-light);border-right:2px solid var(--border-outset-dark);border-bottom:2px solid var(--border-outset-dark);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:2px 2px 4px #0000004d}.NetscapeWindow-module__titleBar___L7p5k{background:var(--color-title-bar);color:var(--color-title-text);font-family:var(--font-family-system);font-size:var(--font-size-title);-webkit-user-select:none;user-select:none;cursor:move;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;justify-content:space-between;align-items:center;height:18px;padding:2px 4px;font-weight:700;display:flex}.NetscapeWindow-module__titleText___1ug0p{white-space:nowrap;align-items:center;gap:4px;display:flex;overflow:hidden}.NetscapeWindow-module__titleIcon___Nes6x{flex-shrink:0;width:16px;height:16px;display:block}.NetscapeWindow-module__windowControls___-uxrh{flex-shrink:0;gap:2px;display:flex}.NetscapeWindow-module__windowControlButton___Fp-DC{background:var(--color-button-normal);border-top:1px solid var(--border-outset-light);border-left:1px solid var(--border-outset-light);border-right:1px solid var(--border-outset-dark);border-bottom:1px solid var(--border-outset-dark);width:16px;height:14px;color:var(--color-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:8px;font-weight:700;font-family:var(--font-family-system);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;justify-content:center;align-items:center;padding:0;display:flex}.NetscapeWindow-module__windowControlButton___Fp-DC:active{border-top:1px solid var(--border-inset-dark);border-left:1px solid var(--border-inset-dark);border-right:1px solid var(--border-outset-light);border-bottom:1px solid var(--border-outset-light);background:var(--color-button-pressed)}.NetscapeWindow-module__windowControlButton___Fp-DC:hover{background:#d0d0d0}.NetscapeWindow-module__minimizeButton___DttRF:after{content:"_";margin-top:2px;line-height:1}.NetscapeWindow-module__maximizeButton___ogbSt:after{content:"□";font-size:9px;line-height:1}.NetscapeWindow-module__restoreButton___2WCTS:after{content:"❐";font-size:9px;line-height:1}.NetscapeWindow-module__closeButton___OwFDq:after{content:"×";font-size:10px;line-height:1}.NetscapeWindow-module__windowContent___Bc-np{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.NotepadApp-module__notepadApp___SAH4J{background:var(--color-window-chrome);flex-direction:column;width:100%;height:100%;display:flex}.NotepadApp-module__menuBar___ENem-{background:var(--color-window-chrome);border-bottom:1px solid var(--color-border-dark);align-items:center;gap:8px;padding:2px 4px;font-size:11px;display:flex;position:relative}.NotepadApp-module__menuGroup___eFvo8{position:relative}.NotepadApp-module__menuItem___VjsDt{cursor:pointer;-webkit-user-select:none;user-select:none;padding:2px 8px}.NotepadApp-module__menuItem___VjsDt:hover{background:var(--color-highlight);color:var(--color-title-text)}.NotepadApp-module__dropdown___cvRXO{background:var(--color-window-chrome);border:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);z-index:1000;min-width:150px;position:absolute;top:100%;left:0;box-shadow:2px 2px #0003}.NotepadApp-module__dropdownItem___1Kn5E{cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 12px}.NotepadApp-module__dropdownItem___1Kn5E:hover{background:var(--color-highlight);color:var(--color-title-text)}.NotepadApp-module__fileTypeSelector___1j1jg{margin-left:auto;margin-right:8px}.NotepadApp-module__fileTypeSelect___6jp4C{border:1px solid var(--color-border-dark);background:#fff;padding:2px 4px;font-family:MS Sans Serif,sans-serif;font-size:11px}.NotepadApp-module__fileName___Zbtir{margin-right:4px}.NotepadApp-module__fileNameInput___eDfuc{border:1px inset;border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:#fff;width:150px;padding:2px 4px;font-family:MS Sans Serif,sans-serif;font-size:11px}.NotepadApp-module__aiPanel___mScsX{border-bottom:1px solid var(--color-border-dark);background:#e0e0e0;padding:8px}.NotepadApp-module__aiHeader___ynCoy{margin-bottom:4px;font-size:11px;font-weight:700}.NotepadApp-module__aiInput___Jk1e9{border:1px inset;border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);width:100%;margin-bottom:4px;padding:4px;font-family:MS Sans Serif,sans-serif;font-size:11px}.NotepadApp-module__aiButtons___IiMga{gap:4px;display:flex}.NotepadApp-module__aiButton___uIOCH{background:var(--color-window-chrome);border:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);cursor:pointer;padding:4px 12px;font-family:MS Sans Serif,sans-serif;font-size:11px}.NotepadApp-module__aiButton___uIOCH:hover:not(:disabled){background:#d0d0d0}.NotepadApp-module__aiButton___uIOCH:active:not(:disabled){border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark)}.NotepadApp-module__aiButton___uIOCH:disabled{opacity:.5;cursor:not-allowed}.NotepadApp-module__contentArea___n62Eh{flex:1;min-height:0;display:flex}.NotepadApp-module__editorPane___qZs7s{flex-direction:column;flex:1;min-width:0;display:flex}.NotepadApp-module__textArea___j5nD8{resize:none;width:100%;color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;tab-size:2;background:#fff;border:none;outline:none;flex:1;padding:4px;font-family:Courier New,monospace;font-size:12px;line-height:1.4}.NotepadApp-module__textArea___j5nD8::placeholder{color:var(--color-text-disabled)}.NotepadApp-module__outputPane___lW1bT{border-left:2px solid var(--color-border-dark);background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.NotepadApp-module__outputHeader___MDm5t{background:var(--color-window-chrome);border-bottom:1px solid var(--color-border-dark);justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.NotepadApp-module__closeOutput___9oOuI{cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;line-height:1}.NotepadApp-module__closeOutput___9oOuI:hover{color:#fff;background:red}.NotepadApp-module__outputText___Hv4hp{white-space:pre-wrap;word-wrap:break-word;flex:1;margin:0;padding:8px;font-family:Courier New,monospace;font-size:11px;line-height:1.4;overflow:auto}.NotepadApp-module__previewFrame___ezZFj{background:#fff;border:none;flex:1;width:100%}.CalculatorApp-module__calculatorApp___7Lxdl{background:var(--color-window-chrome);flex-direction:column;gap:8px;width:100%;height:100%;padding:8px;display:flex}.CalculatorApp-module__display___OMWVG{border:2px solid;border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);text-align:right;color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;background:#9acd32;justify-content:flex-end;align-items:center;min-height:40px;padding:8px 12px;font-family:Courier New,monospace;font-size:20px;font-weight:700;display:flex;overflow:hidden}.CalculatorApp-module__buttonGrid___q-joa{flex:1;grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.CalculatorApp-module__button___nEaR7{background:var(--color-button-normal);border:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);cursor:pointer;min-height:40px;color:var(--color-text-primary);font-size:14px;font-weight:700;font-family:var(--font-family-system);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;padding:8px}.CalculatorApp-module__button___nEaR7:hover{filter:brightness(1.05)}.CalculatorApp-module__button___nEaR7:active{border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);background:var(--color-button-pressed)}.CalculatorApp-module__operatorButton___Lfmnx{background:gold}.CalculatorApp-module__equalsButton___R2SiW{background:tomato;grid-row:span 2}.CalculatorApp-module__zeroButton___uLUaX{grid-column:span 2}.MyComputerApp-module__myComputerApp___JGU2r{background:silver;flex-direction:column;width:100%;height:100%;display:flex}.MyComputerApp-module__toolbar___R2WCT{background:var(--color-window-bg);border-bottom:1px solid var(--color-border-dark);gap:2px;padding:2px 4px;display:flex}.MyComputerApp-module__toolbarButton___n-I64{cursor:pointer;font-size:11px;font-family:var(--font-family-system);color:var(--color-text-primary);background:0 0;border:none;padding:2px 8px}.MyComputerApp-module__toolbarButton___n-I64:hover{background:var(--color-highlight);color:var(--color-title-text)}.MyComputerApp-module__content___W9U2o{background:#fff;flex:1;padding:16px;overflow:auto}.MyComputerApp-module__driveList___fqWPB{flex-direction:column;gap:12px;display:flex}.MyComputerApp-module__driveItem___PdQx1{cursor:pointer;border:1px solid #0000;align-items:center;gap:12px;padding:8px;display:flex}.MyComputerApp-module__driveItem___PdQx1:hover{background:var(--color-highlight);color:var(--color-title-text);border:1px dotted var(--color-title-text)}.MyComputerApp-module__driveIcon___9Wg4S{justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;display:flex}.MyComputerApp-module__driveInfo___x1nPh{flex:1}.MyComputerApp-module__driveName___GFW7C{margin-bottom:4px;font-size:12px;font-weight:700}.MyComputerApp-module__driveDetails___CUt-3{color:var(--color-text-secondary);font-size:10px}.MyComputerApp-module__driveItem___PdQx1:hover .MyComputerApp-module__driveDetails___CUt-3{color:var(--color-title-text)}.MyComputerApp-module__statusBar___mQDdV{border-top:1px solid var(--color-border-dark);background:var(--color-window-bg);color:var(--color-text-primary);padding:2px 8px;font-size:11px}.RecycleBinApp-module__recycleBinApp___r5zAZ{background:var(--color-window-bg);flex-direction:column;width:100%;height:100%;display:flex}.RecycleBinApp-module__toolbar___tFXWb{background:var(--color-window-bg);border-bottom:1px solid var(--color-border-dark);gap:2px;padding:2px 4px;display:flex}.RecycleBinApp-module__toolbarButton___qjBgZ{cursor:pointer;font-size:11px;font-family:var(--font-family-system);color:var(--color-text-primary);background:0 0;border:none;padding:2px 8px}.RecycleBinApp-module__toolbarButton___qjBgZ:hover{background:var(--color-highlight);color:var(--color-title-text)}.RecycleBinApp-module__content___O0JZV{background:silver;flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.RecycleBinApp-module__emptyMessage___6fOuV{text-align:center;color:var(--color-text-secondary)}.RecycleBinApp-module__emptyIcon___D9oAH{opacity:.5;margin-bottom:16px;font-size:64px}.RecycleBinApp-module__emptyMessage___6fOuV p{margin:0;font-size:14px}.RecycleBinApp-module__statusBar___rTXck{border-top:1px solid var(--color-border-dark);background:var(--color-window-bg);color:var(--color-text-primary);padding:2px 8px;font-size:11px}.MinesweeperApp-module__minesweeperApp___43-7A{background:var(--color-window-chrome);flex-direction:column;align-items:center;gap:8px;width:100%;height:100%;padding:12px;display:flex}.MinesweeperApp-module__header___AFA9F{background:var(--color-window-chrome);border:2px solid;border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);justify-content:space-between;align-items:center;width:100%;max-width:300px;padding:8px;display:flex}.MinesweeperApp-module__counter___LNIB4{color:red;text-align:center;background:#000;border:1px solid #333;min-width:60px;padding:4px 8px;font-family:Courier New,monospace;font-size:24px;font-weight:700}.MinesweeperApp-module__resetButton___0MPTk{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:24px;display:flex}.MinesweeperApp-module__resetButton___0MPTk:active{border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);background:var(--color-button-pressed)}.MinesweeperApp-module__board___AMkmq{border:3px solid;border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);background:var(--color-window-chrome);padding:4px}.MinesweeperApp-module__row___bEBOP{display:flex}.MinesweeperApp-module__cell___CG9d0{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);background:var(--color-button-normal);width:24px;height:24px;font-size:14px;font-weight:700;font-family:var(--font-family-system);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;justify-content:center;align-items:center;display:flex}.MinesweeperApp-module__cell___CG9d0:hover:not(.MinesweeperApp-module__revealed___xbOn0){filter:brightness(1.05)}.MinesweeperApp-module__cell___CG9d0:active:not(.MinesweeperApp-module__revealed___xbOn0){border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark)}.MinesweeperApp-module__cell___CG9d0.MinesweeperApp-module__revealed___xbOn0{cursor:default;background:silver;border:1px solid gray}.MinesweeperApp-module__cell___CG9d0.MinesweeperApp-module__mine___7lSrF{background:red}.MinesweeperApp-module__cell___CG9d0.MinesweeperApp-module__flagged___ld2KS{background:var(--color-button-normal)}.MinesweeperApp-module__gameOverlay___pq9sw{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MinesweeperApp-module__messageBox___--2HJ{background:var(--color-window-chrome);border:3px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);flex-direction:column;align-items:center;gap:16px;padding:24px 32px;display:flex;box-shadow:4px 4px 8px #00000080}.MinesweeperApp-module__messageText___54Doe{font-size:24px;font-weight:700;font-family:var(--font-family-system);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset}.MinesweeperApp-module__reloadButton___hZk1v{font-size:14px;font-weight:700;font-family:var(--font-family-system);background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;padding:8px 24px}.MinesweeperApp-module__reloadButton___hZk1v:hover{filter:brightness(1.05)}.MinesweeperApp-module__reloadButton___hZk1v:active{border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);background:var(--color-button-pressed)}.PaintApp-module__paintApp___nUDTo{background:var(--color-window-chrome);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.PaintApp-module__toolbar___MGjeo{background:var(--color-window-chrome);border-bottom:2px solid;border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);flex-wrap:wrap;align-items:center;gap:12px;padding:8px;display:flex}.PaintApp-module__toolSection___Ih-w-{border:1px solid var(--border-inset-dark);background:var(--color-window-chrome);align-items:center;gap:4px;padding:4px;display:flex}.PaintApp-module__toolButton___fGGkA{background:var(--color-button-normal);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.PaintApp-module__toolButton___fGGkA svg{image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor;display:block}.PaintApp-module__toolButton___fGGkA:hover{filter:brightness(1.05)}.PaintApp-module__toolButton___fGGkA:active,.PaintApp-module__toolButton___fGGkA.PaintApp-module__active___tk-rs{border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);background:var(--color-button-pressed)}.PaintApp-module__label___aWyN4{font-size:11px;font-family:var(--font-family-system);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;margin-right:4px}.PaintApp-module__slider___IcQtH{cursor:pointer;width:80px;height:20px}.PaintApp-module__sizeValue___Otq-7{font-size:11px;font-family:var(--font-family-system);color:var(--color-text-primary);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;min-width:35px}.PaintApp-module__colorPalette___J0Mk5{border:1px solid var(--border-inset-dark);background:var(--color-window-chrome);grid-template-columns:repeat(8,1fr);gap:2px;padding:4px;display:grid}.PaintApp-module__colorButton___G8p3s{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;width:24px;height:24px;padding:0}.PaintApp-module__colorButton___G8p3s:hover{filter:brightness(1.1)}.PaintApp-module__colorButton___G8p3s.PaintApp-module__activeColor___QoZkE{border:3px solid #000;box-shadow:inset 0 0 0 1px #fff}.PaintApp-module__canvasContainer___nKHUN{background:var(--color-window-chrome);flex:1;justify-content:center;align-items:center;padding:8px;display:flex;overflow:auto}.PaintApp-module__canvas___HYgIH{border:2px solid;border-color:var(--border-inset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-inset-dark);cursor:crosshair;image-rendering:pixelated;background:#fff;display:block}.WeatherApp-module__weatherApp___FNaCM{background:var(--window-bg);flex-direction:column;height:100%;padding:8px;font-family:MS Sans Serif,sans-serif;display:flex}.WeatherApp-module__searchBar___UFoOs{margin-bottom:16px}.WeatherApp-module__searchForm___eYtaP{gap:4px;display:flex}.WeatherApp-module__searchInput___F-FpG{border:2px inset var(--border-dark);background:#fff;flex:1;padding:4px 6px;font-family:MS Sans Serif,sans-serif;font-size:11px}.WeatherApp-module__searchButton___xycrq{background:var(--button-face);border:2px outset var(--button-highlight);cursor:pointer;padding:4px 12px;font-family:MS Sans Serif,sans-serif;font-size:11px}.WeatherApp-module__searchButton___xycrq:active{border-style:inset}.WeatherApp-module__loading___8A4oF{text-align:center;color:var(--text-color);padding:40px}.WeatherApp-module__error___wNpBM{text-align:center;color:#c00;padding:40px}.WeatherApp-module__weatherDisplay___c5PdV{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.WeatherApp-module__location___qGoIo{color:var(--text-color);margin-bottom:16px;font-size:18px;font-weight:700}.WeatherApp-module__icon___5ahtZ{margin-bottom:16px;font-size:64px}.WeatherApp-module__temperature___unWIF{color:var(--text-color);margin-bottom:8px;font-size:48px;font-weight:700}.WeatherApp-module__condition___ToFOI{color:var(--text-color);margin-bottom:24px;font-size:16px}.WeatherApp-module__details___pHqwh{border:2px inset var(--border-dark);background:#fff;width:100%;max-width:300px;padding:12px}.WeatherApp-module__detailItem___k8yF5{justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.WeatherApp-module__detailLabel___nmH5-{color:var(--text-color);font-weight:700}.WeatherApp-module__detailValue___nlWYE{color:var(--text-color)}.WeatherApp-module__footer___1ZzL0{text-align:center;color:#666;margin-top:auto;padding-top:8px;font-size:10px}.WorldClockApp-module__worldClock___UFst3{background:var(--window-bg);flex-direction:column;height:100%;font-family:MS Sans Serif,sans-serif;display:flex;overflow:hidden}.WorldClockApp-module__localTime___lKWqf{text-align:center;color:#fff;background:linear-gradient(navy 0%,#1084d0 100%);padding:20px}.WorldClockApp-module__localLabel___yWGr8{opacity:.9;margin-bottom:8px;font-size:12px}.WorldClockApp-module__localClock___dGQiZ{letter-spacing:2px;margin-bottom:4px;font-family:Courier New,monospace;font-size:36px;font-weight:700}.WorldClockApp-module__localDate___QeoyI{opacity:.9;font-size:14px}.WorldClockApp-module__separator___eSgfz{background:var(--border-dark);height:2px}.WorldClockApp-module__worldTimes___aYkci{flex-direction:column;flex:1;display:flex;overflow:hidden}.WorldClockApp-module__header___iW8Jc{background:var(--button-face);border-bottom:2px solid var(--border-dark);padding:8px 12px;font-size:12px;font-weight:700}.WorldClockApp-module__timeZoneList___4hspj{flex:1;padding:4px;overflow-y:auto}.WorldClockApp-module__timeZoneItem___8CXq3{border:2px solid var(--border-light);border-right-color:var(--border-dark);border-bottom-color:var(--border-dark);background:#fff;justify-content:space-between;align-items:center;margin-bottom:2px;padding:12px;display:flex}.WorldClockApp-module__timeZoneItem___8CXq3:hover{background:#e0e0e0}.WorldClockApp-module__cityInfo___OmuAX{flex-direction:column;gap:2px;display:flex}.WorldClockApp-module__cityName___xZoKl{color:var(--text-color);font-size:13px;font-weight:700}.WorldClockApp-module__offsetName___wuuCS{color:#666;font-size:10px}.WorldClockApp-module__timeInfo___1uvhA{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.WorldClockApp-module__time___4cGxh{color:navy;font-family:Courier New,monospace;font-size:14px;font-weight:700}.WorldClockApp-module__date___b8ryE{color:#666;font-size:10px}.DoomApp-module__doomContainer___s8QgO{background:#000;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.DoomApp-module__gameFrame___CW-yA{background:#000;flex:1;width:100%;position:relative}.DoomApp-module__iframe___v6Yjf{pointer-events:auto;border:none;outline:none;width:100%;height:100%;display:block}.DoomApp-module__iframe___v6Yjf:focus{outline-offset:-2px;outline:2px solid #0f0}.DoomApp-module__instructions___biNpw{color:#0f0;text-align:center;background:#000;border-top:1px solid #0f0;padding:8px;font-family:Courier New,monospace;font-size:11px}.DoomApp-module__instructions___biNpw p{margin:2px 0}.DoomApp-module__instructions___biNpw strong{color:#ff0}.SolitaireApp-module__solitaireContainer___KFRgy{background:silver;flex-direction:column;width:100%;height:100%;font-family:MS Sans Serif,sans-serif;display:flex;overflow:auto}.SolitaireApp-module__welcomeScreen___e-Wz6{color:#000;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.SolitaireApp-module__title___yhKNx{text-shadow:2px 2px 4px #ffffff80;margin:0 0 10px;font-size:48px}.SolitaireApp-module__subtitle___aURl0{opacity:.9;margin:0 0 30px;font-size:18px}.SolitaireApp-module__newGameButton___VrYsF{background:var(--button-face);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;margin-bottom:30px;padding:12px 32px;font-family:MS Sans Serif,sans-serif;font-size:14px;font-weight:700}.SolitaireApp-module__newGameButton___VrYsF:hover{background:#d0d0d0}.SolitaireApp-module__newGameButton___VrYsF:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:13px 31px 11px 33px}.SolitaireApp-module__instructions___hucj7{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);background:#ffffff80;border-radius:8px;max-width:400px;padding:20px}.SolitaireApp-module__instructions___hucj7 h3{margin:0 0 15px;font-size:16px}.SolitaireApp-module__instructions___hucj7 ul{text-align:left;margin:0;padding-left:20px}.SolitaireApp-module__instructions___hucj7 li{margin:8px 0;font-size:13px}.SolitaireApp-module__gameArea___be15T{flex-direction:column;gap:30px;min-height:100%;padding:20px;display:flex}.SolitaireApp-module__topRow___VVefE{align-items:flex-start;gap:10px;display:flex}.SolitaireApp-module__stockPile___DEhFS,.SolitaireApp-module__wastePile___sW1Qf{cursor:pointer;border:2px dashed #0003;border-radius:4px;justify-content:center;align-items:center;width:70px;height:95px;display:flex}.SolitaireApp-module__stockPile___DEhFS:hover{background:#0000000d;border-color:#0006}.SolitaireApp-module__cardBack___td5cd{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border:2px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:70px;height:95px;font-size:48px;display:flex;box-shadow:2px 2px 4px #0000004d}.SolitaireApp-module__spacer___VnpnI{flex:1}.SolitaireApp-module__foundations___NpbXa{gap:10px;display:flex}.SolitaireApp-module__foundation___h2HIy{color:#0003;border:2px dashed #0003;border-radius:4px;justify-content:center;align-items:center;width:70px;height:95px;font-size:36px;display:flex}.SolitaireApp-module__tableau___bs28a{flex:1;gap:10px;display:flex}.SolitaireApp-module__tableauColumn___ltBD6{flex-direction:column;flex:1;gap:20px;min-width:70px;display:flex}.SolitaireApp-module__card___O0k6q{cursor:pointer;background:#fff;border:1px solid #333;border-radius:4px;width:70px;height:95px;transition:transform .1s;box-shadow:2px 2px 4px #0000004d}.SolitaireApp-module__card___O0k6q:hover{transform:translateY(-2px);box-shadow:2px 4px 6px #0006}.SolitaireApp-module__cardContent___9595h{flex-direction:column;height:100%;padding:4px;display:flex}.SolitaireApp-module__cardRank___mn-vc{font-size:18px;font-weight:700;line-height:1}.SolitaireApp-module__cardSuit___vlTNG{align-self:flex-end;margin-top:auto;font-size:24px}.SolitaireApp-module__controls___59jjW{justify-content:center;padding:10px;display:flex}.SolitaireApp-module__controlButton___abRV-{background:var(--button-face);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;padding:8px 24px;font-family:MS Sans Serif,sans-serif;font-size:12px;font-weight:700}.SolitaireApp-module__controlButton___abRV-:hover{background:#d0d0d0}.SolitaireApp-module__controlButton___abRV-:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:9px 23px 7px 25px}.SolitaireApp-module__selected___2eUM3{border:2px solid gold!important;transform:translateY(-4px)!important;box-shadow:0 4px 8px #ffd70099!important}.SolitaireApp-module__emptyPile___9xoER{color:#0000004d;cursor:pointer;justify-content:center;align-items:center;width:70px;height:95px;font-size:36px;display:flex}.SolitaireApp-module__emptyColumn___OPtre{border:2px dashed #0003;border-radius:4px;width:70px;height:95px}.SolitaireApp-module__foundationLabel___Gsax0{color:#0003;font-size:36px}.SolitaireApp-module__winOverlay___BwBVM{z-index:100;background:#000c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.SolitaireApp-module__winMessage___m7S-D{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);text-align:center;background:silver;padding:40px;box-shadow:4px 4px 8px #00000080}.SolitaireApp-module__winMessage___m7S-D h2{color:#000;margin:0 0 20px;font-size:32px}.PongApp-module__pongContainer___l0DnU{background:#2e7dd8;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-family:MS Sans Serif,sans-serif;display:flex;position:relative;overflow:hidden}.PongApp-module__startScreen___9X9qL{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.PongApp-module__title___DQMXM{letter-spacing:10px;text-shadow:0 0 20px #fff;margin:0 0 10px;font-size:72px}.PongApp-module__subtitle___uV1WZ{opacity:.8;margin:0 0 40px;font-size:18px}.PongApp-module__startButton___nJwv4{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;background:silver;margin-bottom:40px;padding:15px 40px;font-family:MS Sans Serif,sans-serif;font-size:16px;font-weight:700}.PongApp-module__startButton___nJwv4:hover{background:#d0d0d0}.PongApp-module__startButton___nJwv4:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:16px 39px 14px 41px}.PongApp-module__instructions___hAC1M{background:#ffffff1a;border-radius:8px;max-width:500px;padding:20px 30px}.PongApp-module__instructions___hAC1M h3{margin:0 0 20px;font-size:18px}.PongApp-module__controlsGrid___HV6RE{text-align:left;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:20px;display:grid}.PongApp-module__controlsGrid___HV6RE strong{color:#0f0}.PongApp-module__hint___zw8gE{opacity:.7;margin:20px 0 0;font-size:14px;font-style:italic}.PongApp-module__canvas___LRjNW{image-rendering:pixelated;border:2px solid #fff;box-shadow:0 0 20px #ffffff4d}.PongApp-module__controls___ynvwu{gap:10px;margin-top:20px;display:flex}.PongApp-module__controlButton___bT7qs{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;background:silver;padding:8px 20px;font-family:MS Sans Serif,sans-serif;font-size:12px;font-weight:700}.PongApp-module__controlButton___bT7qs:hover{background:#d0d0d0}.PongApp-module__controlButton___bT7qs:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:9px 19px 7px 21px}.PongApp-module__pausedOverlay___bMMBt{z-index:10;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PongApp-module__pausedText___MOLix{color:#fff;text-shadow:0 0 20px #fff;font-size:64px;font-weight:700;animation:1s ease-in-out infinite PongApp-module__pulse___bgPC-}@keyframes PongApp-module__pulse___bgPC-{0%,to{opacity:1}50%{opacity:.5}}.PongApp-module__winnerOverlay___YMaHj{z-index:20;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PongApp-module__winnerText___ggJhB{color:#0f0;text-shadow:0 0 20px #0f0;margin-bottom:30px;font-size:48px;font-weight:700;animation:.5s ease-in-out infinite PongApp-module__celebrate___4GOdH}@keyframes PongApp-module__celebrate___4GOdH{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.PongApp-module__playAgainButton___xRO1F{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;background:silver;padding:15px 40px;font-family:MS Sans Serif,sans-serif;font-size:16px;font-weight:700}.PongApp-module__playAgainButton___xRO1F:hover{background:#d0d0d0}.PongApp-module__playAgainButton___xRO1F:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:16px 39px 14px 41px}.PlaceholderWindow-module__windowContainer___JWwca{background:var(--color-window-bg);border:2px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);flex-direction:column;width:100%;height:100%;display:flex;box-shadow:1px 1px #00000080}.PlaceholderWindow-module__windowContainer___JWwca.PlaceholderWindow-module__active___v3GqU .PlaceholderWindow-module__titleBar___QaEw6{background:var(--color-title-bar-active);color:var(--color-title-bar-text)}.PlaceholderWindow-module__titleBar___QaEw6{height:var(--window-title-bar-height);background:var(--color-title-bar-inactive);color:var(--color-text-secondary);cursor:move;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--color-border-dark);justify-content:space-between;align-items:center;padding:2px 2px 2px 4px;display:flex}.PlaceholderWindow-module__titleText___KnPTA{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.PlaceholderWindow-module__windowControls___tB0PE{flex-shrink:0;gap:2px;display:flex}.PlaceholderWindow-module__windowControlButton___fCQtT{border:1px solid;border-color:var(--color-border-light)var(--color-border-dark)var(--color-border-dark)var(--color-border-light);background:var(--color-button-face);cursor:pointer;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-size:8px;font-weight:700;display:flex;position:relative}.PlaceholderWindow-module__windowControlButton___fCQtT:hover{filter:brightness(1.05)}.PlaceholderWindow-module__windowControlButton___fCQtT:active{border-color:var(--color-border-dark)var(--color-border-light)var(--color-border-light)var(--color-border-dark);padding:1px 0 0 1px}.PlaceholderWindow-module__minimizeButton___F8Amc:after{content:"";background:var(--color-text-primary);width:6px;height:2px;position:absolute;bottom:3px}.PlaceholderWindow-module__maximizeButton___RPidX:after{content:"";border:1px solid var(--color-text-primary);border-top:2px solid var(--color-text-primary);width:8px;height:8px;position:absolute}.PlaceholderWindow-module__restoreButton___QP1m4:after{content:"";border:1px solid var(--color-text-primary);border-top:2px solid var(--color-text-primary);width:7px;height:7px;position:absolute;top:2px;left:4px}.PlaceholderWindow-module__restoreButton___QP1m4:before{content:"";border:1px solid var(--color-text-primary);border-top:2px solid var(--color-text-primary);background:var(--color-button-face);width:7px;height:7px;position:absolute;top:4px;left:2px}.PlaceholderWindow-module__closeButton___HhUIN:before,.PlaceholderWindow-module__closeButton___HhUIN:after{content:"";background:var(--color-text-primary);width:9px;height:2px;position:absolute}.PlaceholderWindow-module__closeButton___HhUIN:before{transform:rotate(45deg)}.PlaceholderWindow-module__closeButton___HhUIN:after{transform:rotate(-45deg)}.PlaceholderWindow-module__windowContent___PSF4H{background:var(--color-window-bg);flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.PlaceholderWindow-module__placeholderContent___hcep0{text-align:center;color:var(--color-text-primary);padding:40px;font-size:14px}.PlaceholderWindow-module__placeholderContent___hcep0 p{margin:0}.DesktopIcon-module__desktopIcon___v0-cq{cursor:default;-webkit-user-select:none;user-select:none;z-index:1;pointer-events:auto;flex-direction:column;align-items:center;gap:4px;width:80px;padding:4px;display:flex;position:absolute}.DesktopIcon-module__iconImage___OIAzG{width:32px;height:32px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;justify-content:center;align-items:center;display:flex}.DesktopIcon-module__iconImage___OIAzG svg{width:32px;height:32px}.DesktopIcon-module__iconLabel___1lI1A{color:#fff;text-align:center;word-wrap:break-word;text-shadow:1px 1px 2px #000c;max-width:72px;font-family:MS Sans Serif,Arial,sans-serif;font-size:11px;line-height:1.2}.DesktopIcon-module__desktopIcon___v0-cq.DesktopIcon-module__selected___9ixPO .DesktopIcon-module__iconLabel___1lI1A{background-color:var(--color-icon-highlight);color:var(--color-icon-text);text-shadow:none;padding:1px 2px}.DesktopIcon-module__desktopIcon___v0-cq:active{cursor:grabbing}.DesktopIcon-module__desktopIcon___v0-cq.DesktopIcon-module__dropTarget___ojGL-{background-color:#ffff004d;border:2px dashed #ff0;border-radius:4px}.Desktop-module__desktop___AO5X-{background-color:var(--color-desktop-bg);z-index:var(--z-desktop);flex:1;position:relative;overflow:hidden}.Taskbar-module__taskbar___tYWVZ{height:var(--taskbar-height);background-color:var(--color-window-chrome);padding:var(--spacing-sm);align-items:center;gap:var(--spacing-sm);z-index:var(--z-taskbar);border-top:var(--border-width)solid var(--border-outset-light);box-shadow:inset 0 1px 0 var(--border-outset-light),inset 1px 0 0 var(--border-outset-light);display:flex}.Taskbar-module__taskbarButtons___3-KQu{gap:var(--spacing-sm);flex:1;display:flex;overflow:auto hidden}.Taskbar-module__startButton___abv70{background:var(--button-face);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;align-items:center;gap:4px;min-width:54px;height:22px;padding:2px 6px;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700;display:flex}.Taskbar-module__startButton___abv70:hover{background:var(--button-face)}.Taskbar-module__startButton___abv70:active,.Taskbar-module__startButton___abv70.Taskbar-module__pressed___zeHQ5{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:3px 5px 1px 7px}.Taskbar-module__startIcon___MWiTs{justify-content:center;align-items:center;margin-right:4px;display:inline-flex}.Taskbar-module__windowsLogo___3jLtY{grid-template-rows:6px 6px;grid-template-columns:6px 6px;gap:2px;width:14px;height:14px;display:grid}.Taskbar-module__logoSquare___kxvlC{width:6px;height:6px}.Taskbar-module__logoSquare___kxvlC:first-child{background:red}.Taskbar-module__logoSquare___kxvlC:nth-child(2){background:#0f0}.Taskbar-module__logoSquare___kxvlC:nth-child(3){background:#00f}.Taskbar-module__logoSquare___kxvlC:nth-child(4){background:#ff0}.Taskbar-module__startText___NhXzi{color:var(--text-color);font-size:11px;font-weight:700}.Taskbar-module__taskbarButton___ATkK6{background:var(--button-face);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:100px;max-width:160px;height:22px;padding:2px 6px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex;overflow:hidden}.Taskbar-module__taskbarButton___ATkK6:hover{background:var(--button-face)}.Taskbar-module__taskbarButton___ATkK6.Taskbar-module__active___L8Fgb{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:3px 5px 1px 7px}.Taskbar-module__startMenuOverlay___vm8xc{z-index:999;position:fixed;inset:0}.Taskbar-module__startMenu___4sOQ4{bottom:var(--taskbar-height);background:var(--button-face);border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);z-index:1000;display:flex;position:fixed;left:0;box-shadow:2px 2px 4px #0000004d}.Taskbar-module__startMenuHeader___IqEDS{color:#fff;writing-mode:vertical-rl;text-orientation:mixed;background:linear-gradient(90deg,navy 0%,#1084d0 100%);align-items:flex-end;min-width:32px;padding:4px 8px;font-family:MS Sans Serif,sans-serif;font-size:20px;font-weight:700;display:flex}.Taskbar-module__startMenuItems___UvA7X{background:silver;min-width:180px;padding:2px}.Taskbar-module__menuItem___luMVQ{text-align:left;cursor:pointer;width:100%;color:var(--text-color);background:0 0;border:none;padding:4px 24px 4px 8px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:block}.Taskbar-module__menuItem___luMVQ:hover{color:#fff;background:navy}.Taskbar-module__menuSeparator___XEnZW{background:var(--border-outset-dark);height:1px;margin:2px 4px}.Taskbar-module__systemTray___o5TnX{border:2px solid;border-color:var(--border-inset-dark)var(--border-inset-light)var(--border-inset-light)var(--border-inset-dark);background:var(--button-face);align-items:center;height:22px;margin-left:auto;padding:2px 8px;display:flex}.Taskbar-module__trayTime___cckN9{color:var(--text-color);font-family:MS Sans Serif,sans-serif;font-size:11px}.Taskbar-module__submenu___75kRP{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);background:silver;min-width:180px;padding:2px;position:absolute;left:100%;box-shadow:2px 2px 4px #0000004d}.Taskbar-module__menuItemWithArrow___n6wCr{justify-content:space-between;align-items:center;display:flex}.Taskbar-module__easterEgg___AEGRT{z-index:9999;background:#000080f2;justify-content:center;align-items:center;animation:.3s ease-in Taskbar-module__fadeIn___5N6VL;display:flex;position:fixed;inset:0}@keyframes Taskbar-module__fadeIn___5N6VL{0%{opacity:0}to{opacity:1}}.Taskbar-module__easterEggContent___H5-K3{text-align:center;animation:.5s ease-out Taskbar-module__slideIn___K2pJd}@keyframes Taskbar-module__slideIn___K2pJd{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.Taskbar-module__retroText___dcrrn{color:#ff0;text-shadow:2px 2px #f0f,4px 4px #0ff,6px 6px 8px #00000080;margin-bottom:20px;font-family:MS Sans Serif,sans-serif;font-size:48px;font-weight:700;animation:2s linear infinite Taskbar-module__rainbow___77ii8}@keyframes Taskbar-module__rainbow___77ii8{0%{color:#ff0}16%{color:#f0f}33%{color:#0ff}50%{color:#0f0}66%{color:#ff0}83%{color:#f0f}to{color:#ff0}}.Taskbar-module__retroSubtext___0Ep-u{color:#fff;margin-bottom:30px;font-family:MS Sans Serif,sans-serif;font-size:24px;animation:1s ease-in-out infinite Taskbar-module__pulse___565QC}@keyframes Taskbar-module__pulse___565QC{0%,to{opacity:1}50%{opacity:.6}}.Taskbar-module__spinningLogo___fDd6G{transform-origin:50%;animation:2s linear infinite Taskbar-module__spin___qcI7e;display:inline-block}@keyframes Taskbar-module__spin___qcI7e{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.5)}to{transform:rotate(360deg)scale(1)}}.Taskbar-module__spinningLogo___fDd6G .Taskbar-module__windowsLogo___3jLtY{grid-template-rows:20px 20px;grid-template-columns:20px 20px;gap:4px;width:44px;height:44px;display:grid}.Taskbar-module__spinningLogo___fDd6G .Taskbar-module__logoSquare___kxvlC{background:#fff;width:20px;height:20px;animation:1s ease-in-out infinite Taskbar-module__colorCycle___RB6JY}.Taskbar-module__spinningLogo___fDd6G .Taskbar-module__logoSquare___kxvlC:first-child{animation-delay:0s}.Taskbar-module__spinningLogo___fDd6G .Taskbar-module__logoSquare___kxvlC:nth-child(2){animation-delay:.25s}.Taskbar-module__spinningLogo___fDd6G .Taskbar-module__logoSquare___kxvlC:nth-child(3){animation-delay:.5s}.Taskbar-module__spinningLogo___fDd6G .Taskbar-module__logoSquare___kxvlC:nth-child(4){animation-delay:.75s}@keyframes Taskbar-module__colorCycle___RB6JY{0%,to{background:red}25%{background:#0f0}50%{background:#00f}75%{background:#ff0}}.DesktopEnvironment-module__desktopEnvironment___vLbUD{flex-direction:column;width:100vw;min-width:800px;height:100vh;min-height:600px;display:flex;overflow:hidden}.DesktopEnvironment-module__collisionEasterEgg___mr15b{z-index:10000;background:radial-gradient(circle,#f00c 0%,#000000e6 100%);justify-content:center;align-items:center;animation:.5s ease-in-out DesktopEnvironment-module__explosionFlash___Nosoj;display:flex;position:fixed;inset:0}@keyframes DesktopEnvironment-module__explosionFlash___Nosoj{0%,to{opacity:1}25%,75%{opacity:.7}50%{opacity:1}}.DesktopEnvironment-module__explosionEffect___Ls5pk{text-align:center;animation:.5s ease-in-out infinite DesktopEnvironment-module__shake___IVsCK}@keyframes DesktopEnvironment-module__shake___IVsCK{0%,to{transform:translate(0)rotate(0)}10%{transform:translate(-10px,-10px)rotate(-2deg)}20%{transform:translate(10px,10px)rotate(2deg)}30%{transform:translate(-10px,10px)rotate(-1deg)}40%{transform:translate(10px,-10px)rotate(1deg)}50%{transform:translate(-5px,5px)rotate(-2deg)}60%{transform:translate(5px,-5px)rotate(2deg)}70%{transform:translate(-5px,-5px)rotate(-1deg)}80%{transform:translate(5px,5px)rotate(1deg)}90%{transform:translate(-2px,2px)rotate(-1deg)}}.DesktopEnvironment-module__explosionText___3Qh7Z{color:red;text-shadow:0 0 10px red,0 0 20px red,0 0 30px red,0 0 40px #f60,0 0 70px #f60,0 0 80px #f60,0 0 100px #f60,0 0 150px #f60;margin-bottom:20px;font-family:MS Sans Serif,sans-serif;font-size:72px;font-weight:700;animation:.3s ease-in-out infinite DesktopEnvironment-module__textPulse___z-zzm}@keyframes DesktopEnvironment-module__textPulse___z-zzm{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.DesktopEnvironment-module__explosionSubtext___cAHlo{color:#ff0;text-shadow:2px 2px red,4px 4px #f60,6px 6px 10px #000c;margin-bottom:40px;font-family:MS Sans Serif,sans-serif;font-size:36px;font-weight:700;animation:.6s ease-in-out infinite DesktopEnvironment-module__bounce___7ctg-}@keyframes DesktopEnvironment-module__bounce___7ctg-{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.DesktopEnvironment-module__explosionEmojis___O74vc{justify-content:center;gap:30px;font-size:64px;display:flex}.DesktopEnvironment-module__floatingEmoji___6EZng{animation:2s ease-in-out infinite DesktopEnvironment-module__floatAndSpin___8gWKh;display:inline-block}@keyframes DesktopEnvironment-module__floatAndSpin___8gWKh{0%{transform:translateY(0)rotate(0)scale(1)}25%{transform:translateY(-30px)rotate(90deg)scale(1.2)}50%{transform:translateY(-60px)rotate(180deg)scale(1)}75%{transform:translateY(-30px)rotate(270deg)scale(1.2)}to{transform:translateY(0)rotate(360deg)scale(1)}}.DesktopEnvironment-module__dialogOverlay___ROt2q{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DesktopEnvironment-module__dialog___qUsrS{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);background:silver;min-width:400px;max-width:500px;font-family:MS Sans Serif,sans-serif;box-shadow:4px 4px 8px #00000080}.DesktopEnvironment-module__dialogTitleBar___4P3v3{color:#fff;background:linear-gradient(90deg,navy,#1084d0);justify-content:space-between;align-items:center;padding:2px 4px;font-size:11px;font-weight:700;display:flex}.DesktopEnvironment-module__dialogTitle___KYVFl{padding-left:2px}.DesktopEnvironment-module__dialogCloseButton___hKN6z{border:1px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:#000;background:silver;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-size:12px;font-weight:700;line-height:1;display:flex}.DesktopEnvironment-module__dialogCloseButton___hKN6z:hover{background:#d0d0d0}.DesktopEnvironment-module__dialogCloseButton___hKN6z:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark)}.DesktopEnvironment-module__dialogContent___0xy9F{text-align:center;color:#000;background:silver;padding:20px;font-size:12px}.DesktopEnvironment-module__dialogContent___0xy9F p{margin:10px 0}.DesktopEnvironment-module__dialogButtons___DSJhk{justify-content:center;gap:10px;padding:10px 20px 20px;display:flex}.DesktopEnvironment-module__dialogButton___4thUK{border:2px solid;border-color:var(--border-outset-light)var(--border-outset-dark)var(--border-outset-dark)var(--border-outset-light);cursor:pointer;color:#000;background:silver;min-width:75px;padding:4px 20px;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700}.DesktopEnvironment-module__dialogButton___4thUK:hover{background:#d0d0d0}.DesktopEnvironment-module__dialogButton___4thUK:active{border-color:var(--border-outset-dark)var(--border-outset-light)var(--border-outset-light)var(--border-outset-dark);padding:5px 19px 3px 21px}
