*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;background:linear-gradient(135deg,#111313,#181b1b);color:#e4e7e7;font-family:Times New Roman,Times,serif;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:Times New Roman,Times,serif;cursor:pointer}.loading{display:flex;justify-content:center;align-items:center;min-height:80vh;font-size:1.5rem;color:#949e9e}.error{display:flex;justify-content:center;align-items:center;min-height:80vh;font-size:1.2rem;color:#ff6b6b}.notes-page{min-height:100vh;background:linear-gradient(135deg,#111313,#181b1b);position:relative;padding:40px 20px 20px}.notes-header{text-align:center;color:#e4e7e7;margin-bottom:60px}.notes-header h1{font-size:3rem;margin:0;font-weight:400;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-transform:lowercase}.note-pack{position:fixed;top:120px;right:40px;z-index:100}.take-note-btn{background:#303636;border:none;padding:15px 30px;font-size:1rem;cursor:pointer;border-radius:12px;box-shadow:0 4px 15px #0006;transition:all .2s ease;color:#e4e7e7;font-weight:600;border:1px solid rgba(201,207,207,.1);text-transform:lowercase}.take-note-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0009;background:#495050}.note-form{background:#495050;padding:24px;border-radius:12px;margin-top:12px;box-shadow:0 4px 20px #00000080;width:320px;border:1px solid rgba(201,207,207,.1)}.note-form textarea{width:100%;min-height:100px;padding:12px;border:2px solid #616b6b;border-radius:8px;font-family:inherit;resize:vertical;margin-bottom:12px;background:#303636;color:#e4e7e7;font-size:.95rem}.note-form input{width:100%;padding:12px;border:2px solid #616b6b;border-radius:8px;margin-bottom:12px;background:#303636;color:#e4e7e7;font-size:.95rem}.note-form textarea:focus,.note-form input:focus{outline:none;border-color:#798686}.note-form textarea::placeholder,.note-form input::placeholder{color:#949e9e}.form-actions{display:flex;gap:10px}.form-actions button{flex:1;padding:12px;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease;text-transform:lowercase}.form-actions button[type=submit]{background:#798686;color:#f2f3f3}.form-actions button[type=submit]:hover{background:#616b6b}.form-actions button[type=button]{background:#949e9e;color:#181b1b}.form-actions button[type=button]:hover{background:#afb6b6}.notes-wall{position:relative;min-height:70vh;margin-top:20px;padding:20px}.sticky-note{position:absolute;width:220px;min-height:180px;padding:24px;box-shadow:0 6px 16px #00000080;cursor:move;transition:all .2s ease;transform:rotate(-2deg);font-family:Indie Flower,cursive;color:#111313;border-radius:4px}.sticky-note:nth-child(2n){transform:rotate(2deg)}.sticky-note:nth-child(3n){transform:rotate(-1deg)}.sticky-note:hover{transform:rotate(0) scale(1.05);box-shadow:0 10px 24px #000000b3;z-index:10}.note-content p{margin:0 0 12px;word-wrap:break-word;font-size:1rem;line-height:1.5}.note-sender{display:block;font-size:.9rem;font-style:italic;opacity:.8;margin-top:12px;text-transform:lowercase}.admin-badge{background:#495050;color:#e4e7e7;padding:6px 12px;border-radius:16px;font-size:.75rem;position:absolute;top:-12px;right:-12px;box-shadow:0 2px 8px #00000080;font-family:Times New Roman,Times,serif;text-transform:lowercase}.note-modal{position:fixed;inset:0;background:#111313f2;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#495050;color:#e4e7e7;padding:40px;border-radius:16px;max-width:550px;width:90%;position:relative;box-shadow:0 12px 48px #000c;border:1px solid rgba(201,207,207,.1)}.close-btn{position:absolute;top:12px;right:16px;background:none;border:none;font-size:2rem;cursor:pointer;color:#949e9e;transition:color .2s ease;font-family:Arial,sans-serif}.close-btn:hover{color:#e4e7e7}.modal-content h3{margin-top:0;color:#c9cfcf;font-weight:400;font-size:1.5rem;text-transform:lowercase}.modal-message{font-size:1.15rem;line-height:1.7;margin:24px 0;color:#e4e7e7}.modal-content small{color:#949e9e;font-size:.85rem}.admin-reply{background:#303636;padding:24px;border-radius:12px;margin-top:24px;border-left:4px solid #798686}.admin-reply h4{margin-top:0;color:#afb6b6;font-weight:400;font-size:1.2rem;text-transform:lowercase}.admin-reply p{color:#e4e7e7;line-height:1.6}@media(max-width:900px){.notes-header h1{font-size:2.5rem}.note-pack{top:100px;right:24px}.note-form{width:280px}.sticky-note{width:200px;min-height:160px;padding:20px}}@media(max-width:600px){.notes-page{padding:30px 16px 16px}.notes-header{margin-bottom:40px}.notes-header h1{font-size:2rem}.note-pack{position:static;margin:0 auto 30px;width:fit-content}.note-form{width:100%;max-width:320px}.sticky-note{width:180px;min-height:140px;padding:18px}.note-content p{font-size:.9rem}.modal-content{padding:32px 24px}}.coming-soon-page{min-height:calc(100vh - 73px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111313,#181b1b)}.coming-soon-content{text-align:center;padding:40px}.coming-soon-title{font-size:5rem;font-weight:400;color:#e4e7e7;margin:0 0 20px;text-transform:lowercase;letter-spacing:2px}.coming-soon-subtitle{font-size:1.5rem;color:#949e9e;margin:0 0 40px;text-transform:lowercase}.dots{display:flex;justify-content:center;gap:12px}.dot{width:12px;height:12px;background:#616b6b;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media(max-width:900px){.coming-soon-title{font-size:4rem}.coming-soon-subtitle{font-size:1.3rem}}@media(max-width:600px){.coming-soon-title{font-size:3rem}.coming-soon-subtitle{font-size:1.1rem}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:12px 32px;background:#181b1bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,207,207,.1);position:sticky;top:0;z-index:100}.nav-left{display:flex;align-items:center;gap:28px}.nav-left a{text-decoration:none;color:#c9cfcf;font-size:20px;font-weight:400;transition:color .2s ease;text-transform:lowercase}.nav-left a:hover{color:#e4e7e7}.brand{font-size:25px!important;font-weight:700!important;color:#e4e7e7!important}.nav-eyes{display:flex;gap:30px;position:absolute;left:50%;transform:translate(-50%)}.eye{width:40px;height:40px;background:#303636;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 8px #0006}.pupil{width:16px;height:16px;background:#e4e7e7;border-radius:50%;transition:transform .1s ease;box-shadow:0 2px 4px #0000004d}.nav-right{display:flex;align-items:center}.spotify{display:flex;align-items:center;gap:8px;text-decoration:none;padding:10px 18px;border-radius:20px;background:#30363680;transition:all .2s ease}.spotify.playing{color:#1db954;background:#1db9541a}.spotify.playing:hover{background:#1db95433}.spotify.idle{color:#949e9e;background:#3036364d}.spotify.idle:hover{color:#afb6b6;background:#30363680}.spotify.no-track{color:#616b6b;font-size:15px}.spotify-icon{font-size:17px}.spotify-text{font-size:15px;font-family:Arial,sans-serif;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.nav-eyes{display:none}.navbar{padding:14px 24px}.nav-left{gap:20px}.nav-left a{font-size:16px}.brand{font-size:19px!important}.spotify-text{max-width:200px}}@media(max-width:600px){.nav-left a:not(.brand){font-size:15px}.spotify-text{max-width:150px}}.home{max-width:1000px;margin:0 auto;padding:80px 40px;min-height:calc(100vh - 73px);display:flex;align-items:center;justify-content:center}.home-hero{width:100%}.typing-animation{font-size:4rem;font-weight:400;color:#e4e7e7;margin:0 0 60px;line-height:1.2;min-height:200px}.typing-animation .cursor{animation:blink 1s infinite;color:#949e9e}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.6rem;color:#c9cfcf;line-height:2;max-width:700px}.hero-description p{margin:0 0 20px;font-size:1.6rem}.hero-description ul{list-style:none;padding:0;margin:0}.hero-description li{margin:16px 0;font-size:1.6rem}.link-highlight{color:#e4e7e7;text-decoration:none;font-weight:600;border-bottom:2px solid #798686;padding-bottom:2px;transition:all .2s ease}.link-highlight:hover{color:#f2f3f3;border-bottom-color:#afb6b6}@media(max-width:900px){.home{padding:60px 32px}.typing-animation{font-size:3rem;min-height:150px;margin-bottom:50px}.hero-description,.hero-description p,.hero-description li{font-size:1.3rem}}@media(max-width:600px){.home{padding:40px 24px}.typing-animation{font-size:2.2rem;min-height:130px;margin-bottom:40px}.hero-description,.hero-description p,.hero-description li{font-size:1.1rem}}.projects-page{max-width:1400px;margin:0 auto;padding:60px 40px;min-height:calc(100vh - 73px)}.page-title{font-size:3.5rem;font-weight:400;color:#e4e7e7;margin:0 0 50px;text-transform:lowercase;letter-spacing:1px}@media(max-width:900px){.projects-page{padding:40px 24px}.page-title{font-size:2.5rem;margin-bottom:40px}}@media(max-width:600px){.projects-page{padding:30px 20px}.page-title{font-size:2rem;margin-bottom:30px}}.shelf-scroller{display:flex;overflow-x:auto;overflow-y:hidden;gap:30px;padding:20px 0 30px;cursor:grab;scrollbar-width:thin;scrollbar-color:#495050 transparent}.shelf-scroller::-webkit-scrollbar{height:8px}.shelf-scroller::-webkit-scrollbar-track{background:transparent}.shelf-scroller::-webkit-scrollbar-thumb{background:#495050;border-radius:10px}.shelf-scroller::-webkit-scrollbar-thumb:hover{background:#616b6b}.shelf-scroller:active{cursor:grabbing}.shelf-empty{padding:60px 20px;text-align:center;color:#949e9e;font-size:1.2rem}.game-card{width:320px;min-width:320px;background:linear-gradient(135deg,#303636,#495050);border-radius:16px;overflow:hidden;cursor:pointer;flex-shrink:0;box-shadow:0 8px 24px #0006;transition:all .3s ease;border:1px solid rgba(201,207,207,.1)}.game-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0009;border-color:#c9cfcf33}.game-card img{width:100%;height:200px;object-fit:cover;display:block;background:#181b1b}.no-cover{width:100%;height:200px;background:linear-gradient(135deg,#181b1b,#303636);display:flex;align-items:center;justify-content:center;color:#616b6b;font-size:1rem;text-transform:lowercase}.game-info{padding:20px;display:flex;flex-direction:column;gap:10px}.game-title{font-size:1.3rem;font-weight:600;color:#e4e7e7;text-transform:lowercase;letter-spacing:.5px}.opensource-badge{display:inline-block;background:#7986864d;color:#c9cfcf;padding:6px 12px;border-radius:8px;font-size:.85rem;text-transform:lowercase;border:1px solid rgba(121,134,134,.4);width:fit-content}@media(max-width:900px){.game-card{width:280px;min-width:280px}.game-card img,.no-cover{height:180px}.game-title{font-size:1.2rem}}@media(max-width:600px){.shelf-scroller{gap:20px}.game-card{width:240px;min-width:240px}.game-card img,.no-cover{height:150px}.game-info{padding:16px}.game-title{font-size:1.1rem}}
