*{margin:0;padding:0;box-sizing:border-box;font-family:"MS Sans Serif",Tahoma,sans-serif;color:#000}body{overflow:hidden;background-color:#018281;background-image:url(https://i.redd.it/lmsj2hl64mw71.jpg);background-size:cover;background-position:50%;min-height:100vh;user-select:none}.desktop-icons{color:white}.desktop-icon{padding:5px}.folder-icon{background-image:url(https://duckduckgo.com/?q=folder+image&ia=images&iax=images&iai=https%3A%2F%2Fstatic.vecteezy.com%2Fsystem%2Fresources%2Fpreviews%2F000%2F439%2F792%2Foriginal%2Fvector-folder-icon.jpg);background-size:cover;width:80px;height:80px;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.5)}.folder-icon-text{color:white;font-size:16px;font-weight:700}.window{background-color:#ece9d8;border:2px solid #003366;border-radius:6px 6px 0 0;box-shadow:3px 3px 10px rgba(0,0,0,.3);overflow:hidden;transition:all .3s ease;position:absolute;left:50px;top:50px}.window.active-window{box-shadow:0 0 10px 2px rgba(0,132,255,.5)}.window.fullscreen{width:100vw!important;height:100vh!important;left:0!important;top:0!important;border-radius:0}.window-title-bar{background:linear-gradient(90deg,#0058b8,#003366);color:white;padding:5px 8px;display:flex;justify-content:space-between;align-items:center;cursor:move;user-select:none}.window-controls{display:flex;gap:5px}.window-controls button{background:none;border:none;color:white;width:20px;height:20px;min-width:20px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.window-controls button:hover{background-color:rgba(255,255,255,.2)}.window-content{padding:10px;background-color:white;height:calc(100% - 30px);overflow-y:auto}.profile-content{display:flex;gap:20px;align-items:flex-start}.profile-pic{border:2px solid #003366;border-radius:4px;width:150px;height:150px}.profile-content h2{color:#003366;margin-top:0;border-bottom:1px solid #003366;padding-bottom:5px}.skills-section{margin-top:15px}.skills-section h3{color:#003366;margin-bottom:10px}.skills-section ul{padding-left:20px;color:#333}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:10px}.project-card{border:1px solid #a0a0a0;border-radius:4px;overflow:hidden;transition:all .3s ease;background-color:#fff}.project-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.project-image-container{height:150px;overflow:hidden}.project-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image-container img{transform:scale(1.05)}.project-info{padding:10px}.project-info h3{color:#003366;margin:0 0 5px}.project-info p{color:#555;font-size:.9rem;margin:0 0 10px}.project-link{color:#0058b8;text-decoration:none;font-weight:700;display:inline-block;transition:all .2s ease}.project-link:hover{text-decoration:underline;color:#003366}.games-library{padding:10px}.games-library h2{color:#003366;text-align:center;margin-bottom:20px}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.game-card{background-color:#f0f0f0;border:1px solid #a0a0a0;border-radius:4px;padding:10px;text-align:center;cursor:pointer;transition:all .2s ease}.game-card:hover{background-color:#e0e0e0;transform:scale(1.05)}.game-card h3{color:#003366;font-size:1rem;margin:10px 0 5px}.game-card p{color:#555;font-size:.8rem;margin:0}.game-target{position:absolute;width:30px;height:30px;background-color:red;border-radius:50%;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.5);transition:all .1s ease;transform:translate(-50%,-50%)}.game-target:hover{transform:translate(-50%,-50%) scale(1.1)}.game-instructions{position:absolute;bottom:10px;left:0;right:0;text-align:center;color:white;font-weight:700;text-shadow:1px 1px 2px black}.minesweeper-container{padding:10px}.minesweeper-controls{justify-content:space-between;width:100%}.minesweeper-controls button{background:linear-gradient(180deg,#ece9d8,#d4d0c8);border:1px solid #a0a0a0;padding:5px 10px;cursor:pointer}.minesweeper-controls button:hover{background:linear-gradient(180deg,#d4d0c8,#ece9d8)}.minesweeper-grid{border:2px solid #a0a0a0;background-color:#d4d0c8}.minesweeper-row{display:flex}.minesweeper-cell{width:30px;height:30px;border:1px solid #a0a0a0;background:linear-gradient(180deg,#ece9d8,#d4d0c8)}.minesweeper-cell.revealed{background:#d4d0c8}.minesweeper-cell.flagged{background:linear-gradient(180deg,#ece9d8,#d4d0c8)}.minesweeper-cell:hover:not(.revealed):not(.flagged){background:linear-gradient(180deg,#f8f8f8,#e8e8e8)}.snake-game-container{background-color:#018281;overflow:hidden}.snake-segment{z-index:2}.snake-head{border-radius:50%}.snake-food{z-index:1}.ai-chat-container{display:flex;flex-direction:column;height:100%}.ai-header{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid #d4d0c8}.ai-header h3{margin:0;color:#003366}.ai-messages{flex:1;padding:10px;overflow-y:auto}.ai-message{background-color:#f0f0f0;padding:10px;border-radius:5px;margin-bottom:10px}.ai-input-form{display:flex;padding:10px;border-top:1px solid #d4d0c8}.ai-input-form input{flex:1;padding:8px;border:1px solid #a0a0a0;border-radius:3px}.spotify-embed{border:none;border-radius:5px;width:100%;height:380px}.taskbar{position:fixed;bottom:0;width:100%;height:40px;background:linear-gradient(180deg,#2c2f8f,#1e1e6a);justify-content:space-between;padding:0 10px;color:white;box-shadow:0 -2px 5px rgba(0,0,0,.3);z-index:1000}.start-button,.taskbar{display:flex;align-items:center}.start-button{background:linear-gradient(180deg,#3a6ea5,#1e4e8c);padding:5px 15px;border-radius:3px;cursor:pointer;gap:5px;font-weight:700;border:1px solid #4a8bd4;box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.start-button:hover{background:linear-gradient(180deg,#4a8bd4,#2a5e9c)}.taskbar-items{display:flex;gap:5px;flex-grow:1;justify-content:center}.taskbar-item{background:rgba(255,255,255,.1);padding:5px 10px;border-radius:3px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:.9rem;transition:all .2s ease}.taskbar-item.active{background:rgba(255,255,255,.3)}.taskbar-item:hover{background:rgba(255,255,255,.2)}.clock{padding:5px 10px;background:rgba(0,0,0,.2);border-radius:3px;font-size:.9rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes windowOpen{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes clickEffect{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.3)}to{transform:translate(-50%,-50%) scale(1)}}.active-window{box-shadow:0 0 10px 2px rgba(0,132,255,.5)}.fullscreen{width:100vw!important;height:100vh!important;left:0!important;top:0!important;border-radius:0!important}@media (max-width:768px){.window{width:90%!important;left:5%!important}.projects-grid{grid-template-columns:1fr}.profile-content{flex-direction:column}}.windows-xp-bg{background-color:#018281;background-image:url(https://i.redd.it/lmsj2hl64mw71.jpg);background-size:cover;background-position:50%;height:100vh;width:100vw;position:fixed;overflow:hidden}.desktop-icons{align-items:flex-start;gap:20px;padding:20px;position:absolute;top:0;left:0;z-index:1}.desktop-icon,.desktop-icons{display:flex;flex-direction:column}.desktop-icon{align-items:center;width:80px;text-align:center;cursor:pointer;color:white;text-shadow:1px 1px 2px rgba(0,0,0,.8);transition:all .2s ease;filter:drop-shadow(0 0 2px rgba(0,0,0,.5))}.desktop-icon:hover{background-color:rgba(49,106,197,.3);border-radius:3px}.desktop-icon span{margin-top:5px;font-size:12px}.start-menu{position:absolute;bottom:40px;left:0;width:300px;background:linear-gradient(180deg,#2c2f8f,#1e1e6a);border-radius:5px 5px 0 0;box-shadow:3px -3px 10px rgba(0,0,0,.3);color:white;z-index:1001;display:none}.start-menu.active{display:block}.start-header{padding:15px;background:linear-gradient(90deg,#0058b8,#003366);display:flex;align-items:center;gap:10px;border-radius:5px 5px 0 0}.start-profile-pic{width:50px;height:50px;border-radius:50%;border:2px solid white}.start-name{font-weight:700;font-size:1.2rem}.start-skills{font-size:.8rem;opacity:.8}.start-menu-items{padding:10px 0}.start-menu-item{padding:8px 15px;display:flex;align-items:center;gap:10px;cursor:pointer}.start-menu-item:hover{background-color:rgba(255,255,255,.1)}.game-container{position:relative;height:100%;background-color:#018281;overflow:hidden}.snake-game-container{position:relative;width:100%;height:100%;background-color:#333}.snake-segment{position:absolute;width:5%;height:5%;background-color:#4CAF50;border:1px solid #45a049;box-sizing:border-box;transition:all .1s ease}.snake-head{background-color:#2E7D32;border-radius:20%}.snake-food{position:absolute;width:5%;height:5%;background-color:#f44336;border-radius:50%;box-sizing:border-box}.snake-game-over{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.8);padding:20px;border-radius:5px;text-align:center;color:white}.tetris-container{display:flex;flex-direction:column;height:100%}.tetris-grid{display:grid;grid-template-rows:repeat(20,1fr);grid-template-columns:repeat(10,1fr);aspect-ratio:10/20;background-color:#333;margin:0 auto;width:100%;max-width:300px}.tetris-row{display:contents}.tetris-cell{border:1px solid rgba(255,255,255,.05);box-sizing:border-box}.tetris-cell.filled{background-color:#4CAF50}.tetris-controls{margin-top:20px;text-align:center;color:white}.minesweeper-container{display:flex;flex-direction:column;align-items:center;height:100%}.minesweeper-grid{display:grid;grid-template-rows:repeat(10,1fr);grid-template-columns:repeat(10,1fr);gap:2px;margin:10px 0;width:100%;max-width:400px}.minesweeper-row{display:contents}.minesweeper-cell{aspect-ratio:1;background-color:#ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;font-weight:700}.minesweeper-cell.revealed{background-color:#fff}.minesweeper-cell.flagged{background-color:#ffeb3b}.minesweeper-controls{margin-bottom:10px;display:flex;gap:10px;align-items:center}.game-over-message,.game-won-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.8);padding:20px;border-radius:5px;color:white;text-align:center}.chess-board{display:grid;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);width:100%;max-width:400px;aspect-ratio:1;margin:0 auto}.chess-row{display:contents}.chess-cell{display:flex;align-items:center;justify-content:center;position:relative}.chess-cell.light{background-color:#f0d9b5}.chess-cell.dark{background-color:#b58863}.chess-cell.selected{background-color:rgba(255,255,0,.5)}.chess-piece{font-size:2rem;cursor:pointer;user-select:none}.chess-piece.white{color:white;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.chess-piece.black{color:black;text-shadow:1px 1px 2px rgba(255,255,255,.5)}