.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}.itunes8-outer.app-window:not(.maximized){max-height:calc(100dvh - 48px);overflow:hidden;height:min(580px,calc(100dvh - 48px))}.itunes8-root{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;background:linear-gradient(180deg,#d4d4d4,#c8c8c8 8%,#b8b8b8);font-family:Tahoma,Segoe UI,Lucida Grande,sans-serif;font-size:11px;color:#111;-webkit-user-select:none;-moz-user-select:none;user-select:none}.itunes8-menubar{display:flex;align-items:center;gap:14px;padding:3px 8px 4px;background:linear-gradient(180deg,#e8e8e8,#d0d0d0);border-bottom:1px solid #888;font-size:11px}.itunes8-menubar>span{cursor:default}.itunes8-file-import-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0}.itunes8-menu-item{position:relative;padding:2px 6px;margin:-2px -6px;cursor:default;border-radius:2px}.itunes8-menu-item:hover{background:rgba(10,36,106,.12)}.itunes8-menu-dropdown{display:none;position:absolute;top:calc(100% - 1px);left:0;min-width:240px;padding:2px 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);box-shadow:2px 2px 4px rgba(0,0,0,.25);z-index:5000;color:var(--win-black);text-align:left}.itunes8-menu-item:focus-within .itunes8-menu-dropdown,.itunes8-menu-item:hover .itunes8-menu-dropdown{display:block}.itunes8-menu-dd-item{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;margin:0;padding:4px 20px 4px 24px;border:none;background:transparent;font:inherit;font-size:11px;color:inherit;text-align:left;cursor:default;white-space:nowrap}.itunes8-menu-dd-item:hover:not(:disabled):not(.disabled){background:var(--title-active);color:var(--win-white)}.itunes8-menu-dd-item.disabled{color:#888;cursor:default;pointer-events:none}.itunes8-menu-dd-divider{height:1px;margin:3px 2px;background:var(--win-dark);border-bottom:1px solid var(--win-white)}.itunes8-toolbar{display:flex;align-items:center;gap:8px;padding:6px 8px;background:repeating-linear-gradient(90deg,#c5c5c5,#c5c5c5 1px,#bdbdbd 0,#bdbdbd 2px);border-bottom:1px solid #666;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.itunes8-transport{display:flex;align-items:center;gap:4px}.itunes8-tbtn{width:28px;height:28px;border-radius:14px;border:1px solid #666;background:linear-gradient(180deg,#f0f0f0,#b8b8b8);box-shadow:inset 0 1px 0 rgba(255,255,255,.6);cursor:pointer;font-size:12px;line-height:1;padding:0}.itunes8-tbtn:hover{background:linear-gradient(180deg,#fff,#c8c8c8)}.itunes8-tbtn:active{background:linear-gradient(180deg,#a8a8a8,#d8d8d8)}.itunes8-volume{width:72px;height:4px;accent-color:#444}.itunes8-lcd{flex:1 1;min-width:120px;max-width:420px;margin:0 8px;padding:6px 10px;background:linear-gradient(180deg,#e4e4e4,#d0d0d0);border:1px solid #666;border-radius:8px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.itunes8-lcd-title{font-weight:600;font-size:12px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.itunes8-lcd-sub{font-size:10px;color:#444;margin-top:2px}.itunes8-lcd-bar-wrap{margin-top:6px;height:10px;background:#bbb;border-radius:5px;border:1px solid #888;position:relative;overflow:hidden}.itunes8-lcd-bar-fill{height:100%;background:linear-gradient(180deg,#6ae,#248);border-radius:4px}.itunes8-lcd-times{display:flex;justify-content:space-between;font-size:10px;color:#333;margin-top:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.itunes8-views{display:flex;gap:2px}.itunes8-view-btn{padding:2px 6px;font-size:10px;border:1px solid #888;background:linear-gradient(180deg,#eee,#ccc);border-radius:3px;cursor:default}.itunes8-view-btn.active{background:linear-gradient(180deg,#6ad,#248);color:#fff;border-color:#248}.itunes8-search-wrap{display:flex;align-items:center;gap:4px;margin-left:auto}.itunes8-search{width:140px;padding:3px 8px;border-radius:10px;border:1px solid #888;font-size:11px}.itunes8-body{display:flex;flex:1 1;min-height:0}.itunes8-sidebar{width:168px;min-width:140px;background:linear-gradient(90deg,#b9cce8,#a8b8d4 40%,#9aaccc);border-right:1px solid #678;overflow-y:auto;padding:6px 0}.itunes8-side-h{padding:4px 10px;font-size:10px;font-weight:700;color:#345;letter-spacing:.04em}.itunes8-side-item{padding:4px 10px 4px 22px;cursor:default;display:flex;align-items:center;gap:6px}.itunes8-side-item:hover{background:rgba(255,255,255,.25)}.itunes8-side-item.selected{background:linear-gradient(90deg,#2a4a9a,#4a7ae8);color:#fff}.itunes8-main{flex:1 1;display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff}.itunes8-viewbar{display:flex;align-items:center;gap:12px;padding:4px 8px;font-size:11px;color:#333;border-bottom:1px solid #ccc;background:linear-gradient(180deg,#f8f8f8,#ebebeb)}.itunes8-viewbar .itunes8-breadcrumb-root{font-weight:600;color:#222}.itunes8-view-dropdown{padding:2px 8px;border:1px solid #aaa;border-radius:3px;background:linear-gradient(180deg,#fff,#e8e8e8);cursor:default;font-size:11px}.itunes8-breadcrumb{padding:4px 8px;font-size:10px;color:#555;border-bottom:1px solid #ccc;background:#f5f5f5}.itunes8-main-inner{display:flex;flex:1 1;min-height:0;flex-direction:column}.itunes8-album-group{border-bottom:1px solid #ccc;background:#fff}.itunes8-album-banner{display:flex;align-items:flex-start;gap:12px;padding:10px 12px 8px;background:linear-gradient(180deg,#fafafa,#f0f0f0);border-bottom:1px solid #e0e0e0}.itunes8-album-art{width:72px;height:72px;min-width:72px;border:1px solid #bbb;border-radius:4px;background:linear-gradient(135deg,#e8ecf4,#a8b8d8);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#345;text-align:center;padding:4px;line-height:1.2}.itunes8-album-art.u2-soi{background:linear-gradient(135deg,#1a1a2e,#4a4a6a);color:#e8e8e8}.itunes8-album-meta{flex:1 1;min-width:0}.itunes8-album-title{font-size:13px;font-weight:700;color:#111}.itunes8-album-artist{font-size:11px;color:#444;margin-top:2px}.itunes8-album-stars{margin-top:6px;font-size:12px;letter-spacing:1px;color:#48f}.itunes8-album-col{width:120px;padding:8px;border-right:1px solid #ddd;background:#fafafa}.itunes8-stars{margin-top:6px;font-size:12px;letter-spacing:1px;color:#48f}.itunes8-table-wrap{flex:1 1;min-height:0;overflow-x:auto;overflow-y:auto;min-width:0;-webkit-overflow-scrolling:touch}.itunes8-table{width:100%;border-collapse:collapse;font-size:11px}.itunes8-global-thead,.itunes8-subtable{table-layout:fixed;width:100%;min-width:640px}.itunes8-track-cols .itunes8-cg-check{width:32px}.itunes8-track-cols .itunes8-cg-name{width:34%}.itunes8-track-cols .itunes8-cg-time{width:52px}.itunes8-track-cols .itunes8-cg-artist{width:22%}.itunes8-track-cols .itunes8-cg-genre{width:14%}.itunes8-track-cols .itunes8-cg-rating{width:76px}.itunes8-track-cols .itunes8-cg-plays{width:48px}.itunes8-global-thead{border-bottom:1px solid #aaa}.itunes8-global-thead thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;font-size:10px;font-weight:600;color:#333;background:linear-gradient(180deg,#f5f5f5,#dedede);box-shadow:0 1px 0 rgba(0,0,0,.08)}.itunes8-global-thead thead th,.itunes8-table th{text-align:left;padding:4px 8px;border-bottom:1px solid #aaa}.itunes8-table th{background:linear-gradient(180deg,#f0f0f0,#d8d8d8)}.itunes8-subtable{border-collapse:collapse;font-size:11px}.itunes8-subtable td{padding:3px 8px;border-bottom:1px solid #eee;vertical-align:middle}.itunes8-col-artist,.itunes8-col-genre,.itunes8-col-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itunes8-subtable tr:nth-child(2n) td{background:#f9fbff}.itunes8-col-check{text-align:center}.itunes8-col-plays,.itunes8-col-rating,.itunes8-col-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.itunes8-col-plays{text-align:right;color:#666}.itunes8-table td{padding:3px 8px;border-bottom:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.itunes8-table tr{cursor:default}.itunes8-table tr:hover td{background:#eef4ff}.itunes8-table tr.selected td{background:linear-gradient(180deg,#6ad,#248);color:#fff}.itunes8-table tr.playing td{font-weight:600}.itunes8-subtable tr{cursor:default}.itunes8-subtable tr:hover td{background:#eef4ff}.itunes8-subtable tr.selected td{background:linear-gradient(180deg,#6ad,#248);color:#fff}.itunes8-subtable tr.playing td{font-weight:600}.itunes8-col-store{width:22px;text-align:center}.itunes8-genius{width:168px;min-width:140px;background:linear-gradient(180deg,#e2e2e2,#d0d0d0);border-left:1px solid #888;padding:8px;overflow-y:auto;font-size:10px;color:#333}.itunes8-genius h3{margin:0 0 8px;font-size:11px;font-weight:600}.itunes8-genius-atom{text-align:center;font-size:36px;margin:8px 0;opacity:.85}.itunes8-footer{display:flex;align-items:center;gap:8px;padding:4px 8px;background:repeating-linear-gradient(90deg,#5a5a5a,#5a5a5a 1px,#525252 0,#525252 2px);border-top:1px solid #333;color:#ddd;font-size:10px}.itunes8-footer-btns{display:flex;gap:4px}.itunes8-fbtn{width:22px;height:20px;border:1px solid #444;background:#666;color:#eee;border-radius:2px;cursor:default;font-size:11px}.itunes8-footer-info{flex:1 1;text-align:center}.itunes8-spotify-btn{margin-left:8px;padding:2px 8px;font-size:10px;border-radius:3px;border:1px solid #060;background:linear-gradient(180deg,#8d8,#4a4);color:#020;cursor:pointer}.itunes8-spotify-btn:hover{filter:brightness(1.08)}