*,*:before,*:after{box-sizing:border-box}:root{line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;display:block;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background:url(/Captura.JPG) no-repeat center 80px;background-size:cover;background-attachment:fixed;background-color:#242424;color:#ffffffde}a{font-weight:500;color:#646cff;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1;margin:.5em 0}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,background-color .25s;color:inherit}button:hover{border-color:#646cff;background-color:#2a2a2a}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){body{color:#213547;background-color:#fff}a{color:#1a4fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}button:hover{background-color:#eaeaea}}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:6rem}.login-page h2{font-size:2rem;font-weight:700;color:#000;-webkit-text-stroke:1px white;margin-bottom:2rem}.osu-login-btn{background:#f6a;color:#fff;padding:.8rem 2rem;border-radius:10px;font-size:1.2rem;font-weight:700;border:none;cursor:pointer;transition:transform .2s ease,background .3s ease}.osu-login-btn:hover{background:#ff3385;transform:scale(1.05)}.beatmap-watcher{max-width:900px;margin:3rem auto;padding:2rem;background-color:#1e1e1ecc;border-radius:12px;box-shadow:0 4px 12px #0000004d}.beatmap-watcher h2{margin-bottom:1rem;font-size:2rem;text-align:center;color:#fff}.beatmap-watcher h3{margin-top:2rem;margin-bottom:.5rem;color:#ddd}.beatmap-watcher ul{list-style:disc;margin-left:1.5rem;color:#ccc}.beatmap-watcher li{margin-bottom:.5rem}.query-block{margin-bottom:20px}.query-header{cursor:pointer;font-size:16px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;gap:6px;background:#09051d;padding:6px 10px;border-radius:6px;-webkit-user-select:none;user-select:none;transition:background .2s ease}.query-header:hover{background:#361313}.category-header{cursor:pointer;font-size:14px;font-weight:600;margin:6px 0;display:flex;align-items:center;gap:6px;background:#151029;padding:4px 8px;border-radius:4px;-webkit-user-select:none;user-select:none;transition:background .2s ease}.category-header:hover{background:#2a1f45}.arrow{font-size:14px}.query-arrow{color:#4cafef}.category-arrow{color:#efc14c}.saved-header{cursor:pointer;font-size:15px;font-weight:700;margin:1.5rem 0 .5rem;display:flex;align-items:center;gap:6px;background:#0d0d1a;padding:6px 10px;border-radius:6px;-webkit-user-select:none;user-select:none;transition:background .2s ease;color:#e6e6e6}.saved-header:hover{background:#1f1f33}.saved-queries{list-style:none;margin:.5rem 0 1.5rem;padding:0}.saved-query-item{display:flex;justify-content:space-between;align-items:center;background:#1c1c2b;margin:4px 0;padding:6px 10px;border-radius:4px;font-size:14px;color:#ccc}.saved-query-item span{flex-grow:1}.delete-btn{background:transparent;border:none;color:#ff5c5c;font-size:14px;cursor:pointer;transition:color .2s}.delete-btn:hover{color:#ff1c1c}.saved-arrow{color:#7ad97a}.login-warning{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:5rem}.login-warning p{font-size:1.8rem;font-weight:700;color:#000;-webkit-text-stroke:1px white;margin-bottom:1rem}.login-link{background:#fffc;color:#000;padding:.5rem 1.5rem;border-radius:8px;font-weight:700;text-decoration:none;transition:background .3s ease,color .3s ease}.login-link:hover{background:#000;color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem 0}.loading-circle{width:48px;height:48px;border:4px solid white;border-top:4px solid black;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:18px;font-weight:700;color:#000;-webkit-text-stroke:1px white;text-align:center}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#1a1a1a;padding:1rem 2rem;color:#fff;position:sticky;top:0;z-index:1000}.navbar h1{margin:0;font-size:1.5rem}.navbar-links{display:flex;gap:1rem;align-items:center}.navbar a{color:#fff;text-decoration:none;font-weight:500}.navbar a:hover{color:#646cff}.navbar button{background:#242424;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;color:#fff}.navbar button:hover{background:#333}.notif-wrapper{position:relative}.notif-btn{position:relative;background:#242424;border:none;padding:.5rem .8rem;border-radius:8px;cursor:pointer;color:#fff;font-size:1.2rem}.notif-btn:hover{background:#333}.notif-badge{position:absolute;top:-5px;right:-5px;background:red;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:50%;font-weight:700}.notif-dropdown{position:absolute;right:0;top:120%;background:#1e1e1e;color:#fff;width:280px;max-height:350px;overflow-y:auto;border-radius:8px;box-shadow:0 4px 12px #0006;padding:.5rem;z-index:2000}.notif-empty{text-align:center;padding:1rem;font-size:.9rem;color:#aaa}.notif-actions{display:flex;justify-content:space-between;padding:.3rem .5rem;border-bottom:1px solid #333;margin-bottom:.5rem}.notif-actions button{background:#2a2a2a;font-size:.8rem;padding:.3rem .6rem}.notif-actions button:hover{background:#444}.notif-item{padding:.5rem;border-radius:6px;transition:background .2s ease}.notif-item a{color:#4cafef;text-decoration:none;font-size:.9rem}.notif-item a:hover{text-decoration:underline}.notif-item.unread{background:#2a2a2a}.notif-item.read{background:transparent;color:#aaa}.notif-item:hover{background:#333}
