body,html{margin:0;padding:0;height:100%;background-color:#2c2c2c;font-family:'Courier New',Courier,monospace;display:flex;justify-content:center;align-items:center;flex-direction:column}.room-environment{perspective:1000px;display:flex;justify-content:center;align-items:center;width:100%;flex:1}.laptop-chassis{display:flex;flex-direction:column;align-items:center;transform:rotateX(5deg);transition:transform .3s}.screen-lid{background-color:#b0b0b0;border-radius:15px 15px 0 0;padding:20px 20px 30px 20px;box-shadow:inset 0 0 10px rgba(0,0,0,.5),0 10px 20px rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;position:relative;border:2px solid #888}.webcam{width:8px;height:8px;background-color:#111;border-radius:50%;margin-bottom:10px;box-shadow:inset 0 0 2px #fff}.screen-bezel{background-color:#1a1a1a;padding:30px;border-radius:5px;box-shadow:inset 0 0 10px #000;position:relative}.logo{color:#555;text-align:center;font-size:14px;font-weight:700;letter-spacing:2px;margin-top:15px;font-family:sans-serif;text-shadow:-1px -1px 0 #000,1px 1px 0 #333}.screen-display{width:640px;height:480px;background-color:#000;position:relative;overflow:hidden;box-shadow:inset 0 0 40px rgba(255,255,255,.15)}.crt-effects{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;background:linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,.1) 50%);background-size:100% 4px;box-shadow:inset 0 0 50px rgba(0,0,0,.6)}@keyframes flicker{0%{opacity:.95}5%{opacity:.85}10%{opacity:.95}15%{opacity:1}100%{opacity:1}}.screen-display::after{content:" ";display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.02);opacity:0;z-index:1000;pointer-events:none;animation:flicker 4s infinite}.keyboard-deck{width:105%;height:25px;background-color:#a0a0a0;border-radius:0 0 10px 10px;position:relative;transform:perspective(800px) rotateX(25deg);transform-origin:top;box-shadow:0 20px 30px rgba(0,0,0,.6);border:1px solid #888;border-top:none;margin-top:-2px}.keyboard-deck::before{content:'';position:absolute;top:5px;left:10%;width:80%;height:8px;background-color:#888;border-radius:2px;box-shadow:inset 0 2px 5px rgba(0,0,0,.5)}.craptop-os{width:100%;height:100%;background-color:#034694;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 20px,transparent 20px,transparent 40px);font-family:Pixel,'Courier New',Courier,monospace;color:#fff;display:flex;flex-direction:column;overflow:hidden;cursor:wait;image-rendering:pixelated;filter:contrast(1.2) sepia(.2) saturate(.8) blur(.5px)}.desktop{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px;position:relative}.desktop::before{content:"CHELSEA FC";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-30deg);font-size:80px;color:rgba(255,255,255,.1);font-weight:700;white-space:nowrap;pointer-events:none;z-index:0}.icon{width:70px;text-align:center;cursor:pointer}.icon-img{width:45px;height:45px;background-color:#ccc;border:2px outset #fff;margin:0 auto 5px auto;display:flex;justify-content:center;align-items:center;color:#000;font-weight:700;font-size:24px}.icon-text{background-color:#00a;font-size:12px;padding:2px 4px;color:#fff;user-select:none}.taskbar{height:35px;background-color:silver;border-top:2px solid #fff;display:flex;align-items:center;padding:0 5px;color:#000;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px grey,inset 2px 2px #fff;z-index:100}.start-btn{background-color:silver;border:2px outset #fff;padding:2px 10px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:5px;height:25px;user-select:none}.start-btn:active{border:2px inset #fff}.window{position:absolute;background-color:silver;border:2px outset #fff;color:#000;box-shadow:2px 2px 5px rgba(0,0,0,.5);display:none;flex-direction:column}.window-header{background-color:#00a;color:#fff;padding:3px 5px;font-weight:700;display:flex;justify-content:space-between;align-items:center;font-size:14px;user-select:none}.close-btn{background-color:silver;color:#000;border:2px outset #fff;width:16px;height:16px;display:flex;justify-content:center;align-items:center;font-size:12px;cursor:pointer;font-weight:700}#error-win{top:100px;left:150px;width:350px;z-index:50}.window-content{padding:15px;font-size:14px}.error-icon{float:left;margin-right:15px;width:32px;height:32px;background:red;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700}#browser-win{top:10px;left:10px;width:610px;height:420px;display:none;z-index:10}.browser-toolbar{padding:5px;display:flex;gap:5px;border-bottom:2px groove #fff;background-color:silver;align-items:center;font-size:12px}.address-bar{flex:1;display:flex;align-items:center;background:#fff;border:2px inset #fff;padding:2px}.address-bar input{border:none;width:100%;outline:0;font-family:'Courier New',Courier,monospace;background:0 0}.browser-content{flex:1;background:#fff;border:2px inset #fff;margin:5px;display:flex;overflow-y:auto}.go-btn{border:2px outset #fff;background:silver;padding:2px 10px;cursor:pointer;font-family:inherit}.go-btn:active{border:2px inset #fff}.comedy-error{padding:20px;text-align:center;font-family:'Comic Sans MS',cursive,sans-serif;color:#555;background-color:#fcfcfc;width:100%}.comedy-error h2{color:#c00;font-size:24px;margin-bottom:15px;text-transform:uppercase;text-decoration:underline}.comedy-error p{font-size:16px;line-height:1.5;margin-bottom:10px}.dialup-status{margin-top:30px;padding:10px;background-color:#ffc;border:1px solid #cc0;font-size:12px;color:#880;font-family:'Courier New',Courier,monospace}.boot-screen{width:100%;height:100%;background-color:#000;color:#0f0;font-family:'Courier New',Courier,monospace;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;z-index:500;position:relative;image-rendering:pixelated}.bios-text{font-size:14px;line-height:1.5;flex:1}.loading-bar-container{width:80%;height:20px;border:2px solid #0f0;margin:20px auto;padding:2px}.loading-bar{height:100%;background-color:#0f0;width:0%;animation:load 5.5s steps(20) forwards}@keyframes load{0%{width:0%}10%{width:5%}20%{width:15%}30%{width:15%}50%{width:45%}60%{width:45%}70%{width:80%}90%{width:95%}100%{width:100%}}.mobile-boot-screen{display:none}@keyframes mobileLoad{0%{width:0%}20%{width:30%}40%{width:40%}80%{width:80%}100%{width:100%}}.mobile-status-bar{display:none}@media (max-width:768px){.laptop-chassis{transform:none;width:100%;height:100%;justify-content:center;transition:none}.screen-lid{border-radius:30px;padding:60px 15px 80px 15px;background-color:#000;border:4px solid #b0b0b0;box-shadow:0 0 20px rgba(0,0,0,.8);width:90vw;max-width:400px;height:85vh;max-height:700px;box-sizing:border-box}.screen-bezel{padding:0;border-radius:0;width:100%;height:100%;box-shadow:none;background:0 0}.screen-display{width:100%;height:100%;box-shadow:none;border-radius:4px}.keyboard-deck{display:none}.webcam{position:absolute;top:25px;width:10px;height:10px;left:50%;transform:translateX(-50%)}.screen-lid::after{content:'';position:absolute;bottom:20px;width:40px;height:40px;border-radius:50%;border:2px solid #333;background-color:#111;left:50%;transform:translateX(-50%);box-shadow:inset 0 2px 5px rgba(0,0,0,.5)}.screen-lid::before{content:'';position:absolute;bottom:33px;left:50%;transform:translateX(-50%);width:12px;height:12px;border:1px solid #444;border-radius:3px;z-index:10}.logo{display:none}.boot-screen{display:none!important}.mobile-boot-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;position:absolute;top:0;left:0;z-index:500}.mobile-boot-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.egg-icon{font-size:64px;margin-bottom:20px;text-shadow:0 0 10px rgba(255,255,255,.3)}.mobile-loading-text{font-size:14px;color:#aaa;text-align:center;padding:0 20px}.mobile-loading-bar-container{width:60%;height:4px;background-color:#333;border-radius:2px;margin-bottom:40px;overflow:hidden}.mobile-loading-bar{height:100%;background-color:#fff;width:0%;animation:mobileLoad 5.5s ease-in-out forwards}.window{width:100%!important;height:calc(100% - 24px)!important;left:0!important;top:24px!important;max-height:none;border:none!important;box-shadow:none!important;border-radius:0}#browser-win{width:100%!important;left:0!important;top:24px!important;height:calc(100% - 24px)!important}#coins-win{width:100%!important;left:0!important;top:24px!important;height:calc(100% - 24px)!important}.window-header{background-color:#f8f8f8!important;color:#000!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;padding:12px 15px!important;border-bottom:1px solid #ccc!important}.close-btn{background:0 0!important;border:none!important;color:#007aff!important;font-size:0!important;width:auto!important;height:auto!important;padding:0!important;font-weight:400!important}.close-btn::after{content:'Done';font-size:16px}.desktop{padding:15px;gap:20px;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.desktop::before{font-size:40px}.taskbar{display:none!important}.mobile-status-bar{display:flex;justify-content:flex-end;align-items:center;height:24px;background-color:#000;color:#fff;padding:0 15px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;z-index:200;width:100%;box-sizing:border-box}}