.notepad-hidden{display:none!important}.notepad-window{position:fixed;top:60px;left:80px;width:600px;height:400px;min-width:300px;min-height:200px;background:var(--win-bg);border-top:1px solid var(--win-white);border-left:1px solid var(--win-white);border-right:1px solid var(--win-black);border-bottom:1px solid var(--win-black);box-shadow:2px 2px 5px rgba(0,0,0,.5);display:flex;flex-direction:column;z-index:10;resize:both;overflow:hidden}.notepad-window.maximized{top:0;left:0;right:0;bottom:0;width:100%;height:100%;resize:none}.notepad-window.app-window-hidden,.notepad-window.minimized{display:none!important}.notepad-menu-bar{display:flex;align-items:center;padding:2px 4px;background:var(--win-bg);border-bottom:1px solid var(--win-dark);font-size:11px}.notepad-menu-item{padding:2px 8px;border:none;background:transparent;color:var(--win-black);cursor:pointer;font-family:inherit;position:relative}.notepad-menu-item:hover{background:var(--win-blue);color:var(--win-white)}.notepad-textarea-container{flex:1 1;display:flex;padding:2px;background:var(--win-bg)}.notepad-textarea{flex:1 1;border-top:1px solid var(--win-dark);border-left:1px solid var(--win-dark);border-right:1px solid var(--win-white);border-bottom:1px solid var(--win-white);background:var(--win-white);font-family:Fixedsys,Courier New,Courier,monospace;font-size:13px;resize:none;padding:4px;outline:none;white-space:pre;overflow:auto}.notepad-textarea.word-wrap{white-space:pre-wrap;overflow-x:hidden}.notepad-menu-dropdown{display:none;position:absolute;top:100%;left:0;background:var(--win-bg);border-top:1px solid var(--win-white);border-left:1px solid var(--win-white);border-right:1px solid var(--win-black);border-bottom:1px solid var(--win-black);min-width:150px;z-index:100;box-shadow:2px 2px 3px rgba(0,0,0,.3);color:var(--win-black);padding:2px;text-align:left}.notepad-menu-item:hover .notepad-menu-dropdown{display:block}.notepad-dropdown-item{padding:3px 16px;cursor:pointer;display:flex;justify-content:space-between}.notepad-dropdown-item:hover{background:var(--title-active);color:var(--win-white)}.notepad-dropdown-divider{height:1px;background:var(--win-dark);border-bottom:1px solid var(--win-white);margin:3px 0}.notepad-shortcut{color:inherit;padding-left:10px}.calculator-window{position:fixed;top:60px;left:80px;width:260px;height:250px;z-index:10;background-color:var(--win-bg);border-top:1px solid var(--win-white);border-left:1px solid var(--win-white);border-right:1px solid var(--win-black);border-bottom:1px solid var(--win-black);box-shadow:2px 2px 5px rgba(0,0,0,.5);font-family:"MS Sans Serif",Tahoma,sans-serif;font-size:11px;display:flex;flex-direction:column}.calculator-menu-bar{display:flex;padding:2px 0 2px 2px;border-bottom:1px solid #808080}.calculator-menu-item{padding:2px 6px;cursor:default}.calculator-menu-item:hover{background-color:#000080;color:white}.calculator-body{padding:6px;display:flex;flex-direction:column;flex:1 1;outline:none}.calculator-body:focus{outline:1px dotted var(--win-black);outline-offset:2px}.calculator-display-container{background-color:#ffffff;border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:2px;height:24px;margin-bottom:6px;display:flex;align-items:center;justify-content:flex-end;padding-right:4px}.calculator-display{font-family:Courier New,monospace;font-size:16px;width:100%;text-align:right;border:none;outline:none}.calculator-keypad{flex-direction:column}.calculator-keypad,.calculator-row{display:flex;gap:4px}.calculator-btn{flex:1 1;height:24px;background-color:#c0c0c0;border-color:#ffffff #808080 #808080 #ffffff;border-style:solid;border-width:1px;font-family:"MS Sans Serif",Tahoma,sans-serif;font-size:11px;cursor:default;display:flex;align-items:center;justify-content:center}.calculator-btn.calc-btn-keyboard-pressed,.calculator-btn:active{border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px;padding-top:2px;padding-left:1px}.calc-btn-red{color:#ff0000}.calc-btn-blue{color:#0000ff}.calc-btn-memory{color:#ff0000;width:32px;flex:none}.calc-memory-indicator{width:32px;height:24px;border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px;display:flex;align-items:center;justify-content:center;font-size:12px}.calculator-row-top{display:flex;gap:4px;margin-bottom:2px}.calculator-row-top .calc-btn-top{flex:1 1;min-width:0}.calculator-main-keys{display:flex;gap:4px}.calculator-memory-keys,.calculator-num-keys{display:flex;flex-direction:column;gap:4px}.calculator-num-keys{flex:1 1}.calculator-spacer{width:32px;height:24px}.paint-window{position:absolute;top:70px;left:90px;width:600px;height:450px;background-color:#c0c0c0;display:flex;flex-direction:column;border-top:1px solid var(--win-white);border-left:1px solid var(--win-white);border-right:1px solid var(--win-black);border-bottom:1px solid var(--win-black);box-shadow:2px 2px 5px rgba(0,0,0,.5);z-index:10;resize:both}.paint-window.app-window-hidden,.paint-window.minimized{display:none!important}.paint-window.maximized{top:0;left:0;right:0;bottom:0;width:100%;height:100%;resize:none}.paint-menu-bar{display:flex;background-color:#c0c0c0;padding:2px 0;border-bottom:1px solid #ffffff;box-shadow:0 1px 0 #808080;font-size:11px}.paint-menu-item{padding:2px 6px;cursor:default;position:relative}.paint-menu-item:hover{background-color:#000080;color:#ffffff}.paint-menu-item u{text-decoration:underline}.paint-body{display:flex;flex:1 1;overflow:hidden}.paint-toolbox{width:52px;background-color:#c0c0c0;padding:2px;display:flex;flex-wrap:wrap;align-content:flex-start;border-right:1px solid #808080;box-shadow:1px 0 0 #ffffff}.paint-tool{width:24px;height:24px;margin:0;padding:0;border:1px solid transparent;background-color:transparent;cursor:default;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.paint-tool:hover{border-color:#ffffff #808080 #808080 #ffffff;border-style:solid;border-width:1px}.paint-tool.active{border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px;background-color:#e0e0e0;background-image:repeating-linear-gradient(45deg,transparent,transparent 1px,#c0c0c0 0,#c0c0c0 2px)}.paint-tool img{width:16px;height:16px;pointer-events:none}.paint-tool-icon{font-size:12px;font-weight:700;pointer-events:none}.paint-canvas-container{flex:1 1;background-color:#808080;overflow:auto;padding:3px;position:relative}.paint-canvas-wrap{display:inline-block;background-color:#ffffff;border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px;box-shadow:inset 1px 1px 0 #000000;position:relative}#paint-canvas{display:block;cursor:crosshair}.paint-canvas-handle{width:5px;height:5px;background-color:#000000;position:absolute}.paint-canvas-handle.e{right:-5px;top:50%;transform:translateY(-50%);cursor:e-resize}.paint-canvas-handle.s{bottom:-5px;left:50%;transform:translateX(-50%);cursor:s-resize}.paint-canvas-handle.se{right:-5px;bottom:-5px;cursor:se-resize}.paint-bottom{background-color:#c0c0c0;padding:2px;display:flex;flex-direction:column}.paint-color-box{display:flex;align-items:center;padding:2px}.paint-color-box,.paint-selected-colors{border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px}.paint-selected-colors{width:32px;height:32px;position:relative;margin-right:4px;box-shadow:inset 1px 1px 0 #000000;background-image:repeating-linear-gradient(45deg,#c0c0c0 25%,transparent 0,transparent 75%,#c0c0c0 0,#c0c0c0),repeating-linear-gradient(45deg,#c0c0c0 25%,#ffffff 0,#ffffff 75%,#c0c0c0 0,#c0c0c0);background-position:0 0,4px 4px;background-size:8px 8px}.paint-color-primary,.paint-color-secondary{width:14px;height:14px;position:absolute;border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px;box-shadow:inset 1px 1px 0 #000000}.paint-color-secondary{right:2px;bottom:2px;background-color:#ffffff}.paint-color-primary{left:2px;top:2px;background-color:#000000;z-index:1}.paint-palette{display:grid;grid-template-columns:repeat(14,15px);grid-template-rows:repeat(2,15px);grid-gap:0;gap:0}.paint-color{width:15px;height:15px;box-sizing:border-box;box-shadow:inset 1px 1px 0 #000000;cursor:default}.paint-color,.paint-status-bar{border-color:#808080 #ffffff #ffffff #808080;border-style:solid;border-width:1px}.paint-status-bar{height:20px;display:flex;align-items:center;padding:0 4px;font-size:11px;margin-top:2px}.paint-status-text{flex:1 1}.paint-status-coord{width:100px;border-left:1px solid #808080;box-shadow:-1px 0 0 #ffffff;padding-left:4px}.winamp-window{width:275px;background-color:#000;border:1px solid #111;font-family:Arial,sans-serif;color:#00ff00;border-radius:4px;box-shadow:2px 2px 10px rgba(0,0,0,.5);position:absolute;top:100px;left:100px;z-index:100}.winamp-title-bar{background:linear-gradient(90deg,#000080,#1084d0);color:white;padding:2px 4px;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;cursor:move;border-bottom:1px solid #000}.winamp-title-bar .title-bar-controls button{background:#ccc;border-color:#fff #666 #666 #fff;border-style:solid;border-width:1px;font-size:8px;padding:0 4px;margin-left:2px;cursor:pointer;color:#000}.winamp-body{padding:10px;background:#222;border-top:1px solid #444}.winamp-display{background:#000;border-color:#555 #fff #fff #555;border-style:solid;border-width:2px;padding:4px;margin-bottom:10px;display:flex;align-items:center;width:100%;box-sizing:border-box}.winamp-time{font-size:20px;margin-right:10px}.winamp-marquee,.winamp-time{font-family:monospace;color:#00ff00}.winamp-marquee{font-size:10px;overflow:hidden;white-space:nowrap;width:150px;text-transform:uppercase}.winamp-controls{display:flex;justify-content:space-between}.winamp-btn{background:#333;color:#ccc;border-color:#999 #666 #666 #999;border-style:solid;border-width:1px;padding:4px 8px;cursor:pointer;font-size:14px}.winamp-btn:active{border-color:#333 #999 #999 #333;background:#222}.winamp-viz{display:block;width:100%;height:36px;background:#000;margin-bottom:8px;cursor:default}