@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.loading-bar-container{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#38385b;animation:fadeIn 1s}.loading-text{font-family:"Press Start 2P",monospace;font-size:1.25rem;color:#fff;width:200px}@font-face{font-family:Pixel Operator;src:url(/assets/PixelOperator-C4gCAeI2.ttf)}body{font-family:Pixel Operator,serif;font-size:1.35rem;background-color:#38385b;margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;cursor:url(/cursor.png) 0 0,auto;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}button,a{cursor:url(/pointer.png) 0 0,pointer}.polka-bg{position:absolute;top:10px;left:130px;width:100%;height:100%;z-index:-1;background-color:#595983;border-radius:15px}.desktop{position:relative;display:grid;grid-template-columns:100px;grid-auto-rows:100px;grid-auto-flow:row;margin:10px;gap:30px}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#1a1a1ac1;color:#d5d5d5;display:flex;justify-content:center;align-items:center;font-size:1.5rem;z-index:9999}.shutdown-screen,.sleep-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:fadeIn 1s}.sleep-screen{background:#1d1d38}.sleep-screen img{width:120px;margin:20px;opacity:.5}.sleep-screen p{font-weight:700;color:#595983}.shutdown-screen{background:#000}.shutdown-screen p{font-weight:700;color:#514e56}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:18px}::-webkit-scrollbar-track{background:#ddd;border-left:6px solid white;border-right:6px solid white}::-webkit-scrollbar-thumb{background:#ebcb71;border:2px solid #b88f7b;position:relative}::-webkit-scrollbar-button{background-color:#fff;border:2px solid black;height:16px;display:block}::-webkit-scrollbar-button:vertical:start:decrement{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><polygon points="5,1 9,6 1,6" fill="black"/></svg>') center no-repeat;background-size:contain}::-webkit-scrollbar-button:vertical:end:increment{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><polygon points="1,4 9,4 5,9" fill="black"/></svg>') center no-repeat;background-size:contain}::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement{display:none}.desktop-icon{display:flex;flex-direction:column;align-items:center;cursor:url(/pointer.png) 0 0,pointer;border-radius:5px;width:100%;height:100%;padding:8px}.desktop-icon:hover{background-color:#677bed2e}.desktop-icon img{object-fit:contain;width:65px;margin-bottom:5px}.desktop-icon p{margin:0;background-color:#eeedf4;border-radius:5px;padding:2px 4px}.desktop-window{display:flex;flex-direction:column;position:absolute;border:2px solid #333;background-color:#ddd;border-right-width:4px;border-bottom-width:4px;animation:load-in .3s}@keyframes load-in{0%{transform:scale(0)}to{transform:scale(1)}}.window-titlebar{display:flex;justify-content:space-between;cursor:move;-webkit-user-select:none;user-select:none;padding:10px 0 0 10px}.window-title{font-weight:700}.window-bars{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:5px;margin:0 10px}.window-bars hr{margin:0;border:2px inset grey}.window-controls{display:flex;justify-content:flex-end}.window-controls button{margin-right:6px;padding:0;width:22px;height:22px}.minimize{background-color:#ebcb71;border:4px groove #735c2b}.close{background-color:#e86a6a;border:4px groove #783737}.window-content{display:flex;height:100%;overflow:auto;flex-direction:column;background-color:#fff;border:2px solid black;margin:5px}.folder-header{display:flex;align-items:center;background-color:#454541;border-top:2px solid black;padding:3px 8px}.folder-header p{color:#aaa;margin:0}.skill{display:flex;flex-direction:column;align-items:center}.skills-body{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;overflow-y:auto;padding:10px}.skill img{width:60px;height:60px;object-fit:contain}.skill p{margin:8px}.text-editor{width:100%;height:100%;resize:none;border:none;outline:none;font-size:1rem;padding:10px;box-sizing:border-box;font-family:monospace}.about-container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:10px;height:100%}.about-container h1,h3,p{margin:0}.about-container h1{margin-top:20px}.about-container .info{display:grid;grid-template-columns:auto auto;row-gap:15px;margin-top:20px;align-items:center}a{text-decoration:none;color:#fff;background-color:#595983;border-top:3px outset #9e9ec1;border-left:3px outset #9e9ec1;border-right:3px outset #38385b;border-bottom:3px outset #38385b}.about-container .links a{margin:3px;padding:5px}.about-container .links a:hover{background-color:#38385b}.about-container .links a:active{border-top:3px inset #38385b;border-left:3px inset #38385b;border-right:3px inset #9e9ec1;border-bottom:3px inset #9e9ec1}.computer-icon{width:80px}.projects-container{display:flex;height:100%;overflow:hidden;width:100%}.projects-list{border-right:2px solid #454541;width:250px}.list-item{display:flex;align-items:center;cursor:url(/pointer.png) 0 0,pointer;padding:5px}.list-item img{width:20px;margin-right:8px}.list-item:hover,.list-item.active{background-color:#ddd}.projects-details{width:100%;padding:20px;overflow-y:auto;overflow-x:hidden}.projects-details .image{display:flex;justify-content:center}.projects-details img{width:250px;border-radius:10px}.projects-details h3{margin-top:20px}.projects-details .subheading{font-weight:700;margin-top:20px}.row{display:flex;justify-content:space-between;align-items:center;text-align:right}.projects-details .description,.projects-details .label{color:#89898b}.projects-details a{padding:3px;margin-left:5px}.dino-game-container{display:flex;flex-direction:column;padding:20px;background:#f8f8f8;height:100%}.game-header{text-align:center;margin-bottom:20px}.game-header h2{margin:0 0 10px;color:#333;font-size:24px}.game-header p{margin:0;color:#666;font-size:14px}.game-canvas-container{margin:20px 0;border:2px solid #ddd;border-radius:8px;background:#fff;min-width:600px;min-height:200px;padding:10px;flex:1;display:flex;align-items:center;justify-content:center}.game-canvas-container>div{display:flex;align-items:center;justify-content:center;min-height:150px;width:100%;height:100%}.game-canvas-container .runner-container,.game-canvas-container .runner-canvas{width:100%!important;height:100%!important;display:block!important}.game-instructions{margin-top:20px;padding:20px;background:#fff;border-radius:8px;border:1px solid #ddd}.game-instructions h4{margin:0 0 15px;color:#333;font-size:18px}.game-instructions ul{margin:0;padding-left:20px;color:#666;line-height:1.6}.game-instructions li{margin-bottom:8px}.taskbar{display:flex;justify-content:space-between;position:fixed;bottom:0;align-items:center;z-index:100;height:40px;width:100%;background-color:#ddd;border-top:3px solid black;padding-left:5px}.tabs button{height:100%;font-family:Pixel Operator,serif;font-size:1.35rem;margin-right:5px;background-color:transparent}.tabs button:hover{background-color:#c2c2dd}.tabs .active,.tabs button:active{border-top:3px inset #9e9ec1;border-left:3px inset #9e9ec1;border-right:3px inset white;border-bottom:3px inset white}.tabs .minimized{border-top:3px outset white;border-left:3px outset white;border-right:3px outset #9e9ec1;border-bottom:3px outset #9e9ec1}.start-menu{display:flex;position:absolute;bottom:45px;left:5px;width:120px;background-color:#c2c2dd;border:3px solid black;box-shadow:2px 2px #000}.start-menu ul{list-style:none;padding:0;margin:0;width:100%}.start-menu ul li{padding:6px;cursor:url(/pointer.png) 0 0,pointer}.start-menu ul li:hover{background:#e9e8ef}.clock{align-items:center;text-align:center;font-weight:700;margin-right:10px}
