*{box-sizing:border-box}body{margin:0;padding:0;font-family:"MS Sans Serif","Microsoft Sans Serif",Arial,sans-serif;background:teal;color:#000;overflow:hidden;animation:retroBackground 20s ease-in-out infinite}@keyframes retroBackground{0%{background:teal}16.66%{background:purple}33.33%{background:olive}50%{background:maroon}66.66%{background:green}83.33%{background:navy}to{background:teal}}.retro-os{height:100vh;display:flex;flex-direction:column;background:silver;border:2px outset #c0c0c0}.title-bar{background:linear-gradient(90deg,navy,#1084d0);color:#fff;padding:2px 4px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:11px;height:20px;border-bottom:1px solid #000}.title-bar-controls{display:flex;gap:2px}.title-bar-controls button{background:silver;border:1px outset #c0c0c0;color:#000;width:16px;height:14px;font-size:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.title-bar-controls button:hover{background:#d4d0c8}.title-bar-controls button:active{border:1px inset #c0c0c0}.menu-bar{background:silver;border-bottom:1px solid #808080;padding:2px 4px;display:flex;gap:8px;height:20px;align-items:center}.menu-item{padding:2px 6px;cursor:pointer;font-size:11px;border:1px solid transparent}.menu-item:hover{background:navy;color:#fff}.toolbar{background:silver;border-bottom:1px solid #808080;padding:4px;display:flex;gap:4px;align-items:center;height:28px}.toolbar-button{background:silver;border:1px outset #c0c0c0;padding:2px 6px;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:2px}.toolbar-button:hover{background:#d4d0c8}.toolbar-button:active{border:1px inset #c0c0c0}.toolbar-separator{width:1px;height:16px;background:gray;margin:0 4px}.address-bar{background:silver;border-bottom:1px solid #808080;padding:4px;display:flex;align-items:center;gap:4px;height:24px;font-size:11px}.address-input{flex:1;background:#fff;border:1px inset #c0c0c0;padding:2px 4px;font-size:11px}.go-button{background:silver;border:1px outset #c0c0c0;padding:2px 8px;font-size:11px;cursor:pointer}.go-button:hover{background:#d4d0c8}.go-button:active{border:1px inset #c0c0c0}.main-content{flex:1;display:flex;flex-direction:column;background:#fff;margin:2px;border:1px inset #c0c0c0}.file-explorer{flex:1;display:flex;flex-direction:column}.file-list-header{background:silver;border-bottom:1px solid #808080;display:grid;grid-template-columns:1fr 100px 120px;padding:4px 8px;font-size:11px;font-weight:700}.file-list{flex:1;overflow-y:auto}.file-item{display:grid;grid-template-columns:20px 1fr 100px 120px;padding:8px;cursor:pointer;font-size:11px;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;-webkit-tap-highlight-color:transparent}.file-item:hover,.file-item.selected{background:navy;color:#fff}.file-icon{font-size:14px;text-align:center}.file-name{font-weight:700}.file-size,.file-date{color:#666}.file-item:hover .file-size,.file-item:hover .file-date,.file-item.selected .file-size,.file-item.selected .file-date{color:#ccc}.status-bar{background:silver;border-top:1px solid #808080;padding:2px 8px;display:flex;justify-content:space-between;font-size:11px;height:20px;align-items:center}.window{position:absolute;background:silver;border:2px outset #c0c0c0;box-shadow:2px 2px 4px #0000004d;min-width:300px;min-height:200px}.audio-window{top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.video-window{position:absolute;background:silver;border:2px outset #c0c0c0;box-shadow:2px 2px 4px #0000004d;display:flex;flex-direction:column;resize:both;overflow:hidden;min-width:300px;min-height:250px}.video-title-bar{cursor:move;-webkit-user-select:none;user-select:none}.video-window-body{flex:1;background:#000;padding:2px;display:flex;align-items:center;justify-content:center}.video-window video{max-width:100%;max-height:100%;background:#000}.stock-chart-window{position:fixed;width:450px;height:300px;background:silver;border:2px outset #c0c0c0;box-shadow:2px 2px 4px #0000004d;cursor:move;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.stock-chart-body{padding:10px;background:#000;height:calc(100% - 20px);display:flex;flex-direction:column}.stock-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#0f0;font-family:Courier New,monospace;font-weight:700}.stock-symbol{font-size:18px}.stock-price{font-size:20px}.stock-change{font-size:16px}.stock-chart{flex:1;background:#000;border:1px solid #00ff00}.stock-chart svg{width:100%;height:100%}.slot-machine-window{position:fixed;width:350px;height:250px;background:silver;border:2px outset #c0c0c0;box-shadow:2px 2px 4px #0000004d;cursor:move;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.slot-machine-body{padding:15px;background:#000;height:calc(100% - 20px);display:flex;flex-direction:column;align-items:center;justify-content:space-between}.slot-display{display:flex;gap:10px;margin-bottom:20px}.slot-reel{width:80px;height:80px;background:silver;border:2px inset #c0c0c0;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;color:#000}.slot-reel.spinning{animation:slotSpin .1s linear infinite}@keyframes slotSpin{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}to{transform:translateY(-10px)}}.slot-controls{display:flex;flex-direction:column;align-items:center;gap:10px}.credits-display{color:#0f0;font-family:Courier New,monospace;font-weight:700;font-size:14px}.spin-button{background:silver;border:2px outset #c0c0c0;padding:10px 20px;font-size:12px;cursor:pointer;font-weight:700;color:#000;min-width:150px}.spin-button:hover:not(:disabled){background:#d4d0c8}.spin-button:active:not(:disabled){border:2px inset #c0c0c0}.spin-button:disabled{opacity:.5;cursor:not-allowed}.window-body{padding:8px;background:silver}.audio-controls{display:flex;flex-direction:column;gap:12px;align-items:center}.play-button{background:silver;border:2px outset #c0c0c0;padding:8px 16px;font-size:12px;cursor:pointer;font-weight:700}.play-button:hover{background:#d4d0c8}.play-button:active{border:2px inset #c0c0c0}.volume-control{display:flex;align-items:center;gap:8px;font-size:11px}.volume-control input[type=range]{width:120px;height:12px;background:silver;border:1px inset #c0c0c0;outline:none}.volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:silver;border:1px outset #c0c0c0;cursor:pointer}.volume-control input[type=range]::-moz-range-thumb{width:16px;height:16px;background:silver;border:1px outset #c0c0c0;cursor:pointer}.file-list::-webkit-scrollbar{width:16px}.file-list::-webkit-scrollbar-track{background:silver;border:1px inset #c0c0c0}.file-list::-webkit-scrollbar-thumb{background:silver;border:1px outset #c0c0c0}.file-list::-webkit-scrollbar-thumb:hover{background:#d4d0c8}.cartiverse-prompt{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d1b3d,#1a1a1a);display:flex;align-items:center;justify-content:center;z-index:2000;animation:cartiverseGlow 3s ease-in-out infinite alternate}@keyframes cartiverseGlow{0%{background:linear-gradient(135deg,#1a1a1a,#2d1b3d,#1a1a1a)}to{background:linear-gradient(135deg,#2d1b3d,#4a1b5e,#2d1b3d)}}.cartiverse-content{background:silver;border:3px outset #c0c0c0;padding:30px;text-align:center;max-width:500px;box-shadow:4px 4px 8px #00000080;animation:cartiversePulse 2s ease-in-out infinite}@keyframes cartiversePulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.cartiverse-content h2{margin:0 0 15px;color:red;font-size:24px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.cartiverse-content p{margin:0 0 25px;font-size:14px;color:#000;font-weight:700}.enter-cartiverse-button{background:linear-gradient(45deg,red,#c00);border:3px outset #c0c0c0;padding:15px 30px;font-size:16px;cursor:pointer;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 4px 8px #0000004d}.enter-cartiverse-button:hover{background:linear-gradient(45deg,#c00,red);transform:translateY(-2px);box-shadow:0 6px 12px #0006}.enter-cartiverse-button:active{border:3px inset #c0c0c0;transform:translateY(0)}@media (max-width: 768px){.file-list-header{grid-template-columns:1fr 80px 100px}.file-item{grid-template-columns:20px 1fr 80px 100px;padding:12px 8px}.toolbar{flex-wrap:wrap;height:auto;min-height:28px}.audio-window{width:90vw;max-width:400px}.video-window{width:90vw!important;height:60vh!important;left:5vw!important;top:20vh!important}.video-window video{width:100%!important;height:100%!important}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
