nav{display:flex;justify-content:center;align-items:center;gap:2.5rem;padding:1rem 0;background:#0e0e0e;border-bottom:2px solid #1a1a1a;text-align:center}nav a{text-decoration:none;font-family:Pixelated Elegance,monospace;font-size:1.2rem;letter-spacing:1px;color:#ddd;position:relative;transition:color .3s ease,text-shadow .3s ease}nav a:first-of-type{color:#ccc}nav a:first-of-type:hover{color:#00eaff;text-shadow:0 0 6px #00eaff}nav a[href*=tierlists]{background:linear-gradient(90deg,#00eaff,#39ff14,#ff6e00,#f0f,#00eaff);background-size:400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:neonGradient 5s linear infinite;text-shadow:0 0 10px rgba(255,255,255,.1)}@keyframes neonGradient{0%{background-position:0%}to{background-position:400%}}nav a[href*=tierlists]:hover{text-shadow:0 0 12px rgba(255,255,255,.6),0 0 22px rgba(41,171,226,.4)}.nav-user{display:flex;align-items:center;gap:1rem;font-family:Pixelated Elegance,monospace;position:absolute;right:2rem}.nav-user span{color:#0fa}.nav-user button,.nav-user a{background:#ff4c4c;border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.nav-user button:hover,.nav-user a:hover{transform:scale(1.05);box-shadow:0 0 10px #ff4c4cb3}.nav-user a{background:#0fa;color:#000}nav a{text-decoration:none!important;font-family:Pixelated Elegance,monospace;font-size:1.2rem;letter-spacing:1px;color:#ddd;position:relative;transition:color .3s ease,text-shadow .3s ease}nav a,nav a:visited,nav a:hover,nav a:focus,nav a:active{text-decoration:none!important;outline:none}@media(max-width:768px){nav{flex-direction:column;gap:1rem;position:relative;padding:.8rem 0}.nav-links{display:none;flex-direction:column;align-items:center;gap:1rem;width:100%;background:#0e0e0e;border-top:1px solid #1a1a1a;padding-top:.8rem}.nav-links.open{display:flex}.nav-toggle{display:block;position:absolute;top:1rem;left:1rem;background:transparent;border:none;font-size:1.8rem;color:#00eaff;cursor:pointer;text-shadow:0 0 6px #00eaff}.nav-user{position:static;justify-content:center}}@media(min-width:769px){nav{gap:3.5rem}.nav-toggle{display:none}.nav-links{display:flex!important;flex-direction:row;align-items:center;justify-content:center;gap:3rem}}nav .nav-user a{display:inline-block;padding:.4rem 1rem;color:#0e0e0e;border:2px solid #55cdfc;border-radius:8px;font-family:Pixelated Elegance,monospace;text-decoration:none;letter-spacing:1px;font-size:1rem;transition:all .25s ease;box-shadow:0 0 8px #55cdfc40}nav .nav-user a:hover{background:#55cdfc;color:#0e0e0e;box-shadow:0 0 10px #55cdfc99,0 0 20px #f7a8b880;transform:translateY(-1px)}@media(min-width:769px)and (max-width:1724px){nav{justify-content:flex-start;padding-left:2rem;padding-right:2rem;gap:2rem}.nav-links{justify-content:flex-start;margin-left:0}.nav-user{position:absolute;right:1rem}}.tier-item{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#141414;border:3px solid #333;border-radius:14px;overflow:hidden;width:220px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 0 10px #ffffff0d}.tier-item:hover{transform:translateY(-5px);box-shadow:0 0 20px #ffffff1a}.tier-item-cover{width:100%;aspect-ratio:1 / 1;object-fit:cover}.tier-item-info{text-align:center;padding:.8rem .5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.tier-item-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.2rem}.tier-item-artist{font-size:.85rem;color:#aaa}.tier-item-rating{display:flex;flex-direction:column;width:100%;text-align:center;padding:.6rem 0;background:#1c1c1c;font-weight:700;color:#fff;align-items:center;gap:4px;border-top:1px solid #333}.tier-item-rating input[type=range]{width:70%;accent-color:#00ffaa;cursor:pointer}.rating-value{font-weight:600;text-align:center;margin-bottom:2px}.trash-button{position:absolute;top:8px;right:8px;z-index:2;background:#000000b3;border:1px solid #000;border-radius:50%;cursor:pointer;color:#f05;transition:all .2s ease;opacity:0;padding:6px;display:flex;align-items:center;justify-content:center}.tier-item:hover .trash-button{opacity:1}.trash-button:hover{background:#000000e6;color:#f38;transform:scale(1.1);box-shadow:0 0 6px #f38}.trash-button:disabled{opacity:.5;cursor:not-allowed}.trash-button svg{pointer-events:none}@media(hover:none)and (pointer:coarse){.trash-button{opacity:1}}@media(max-width:768px){.tier-item{flex-direction:row;align-items:center;width:90vw;max-width:500px;height:auto;margin:.8rem auto;border-radius:16px;padding:.6rem;position:relative}.tier-item-cover{width:90px;height:90px;flex-shrink:0;border-radius:10px;margin-left:2.2rem;margin-right:.8rem}.tier-item-info{flex-grow:1;text-align:left;padding:0;display:flex;flex-direction:column;justify-content:center}.tier-item-title{font-size:1rem;margin-bottom:.3rem}.tier-item-artist{font-size:.85rem;color:#bbb}.tier-item-rating{flex-direction:column;align-items:flex-end;justify-content:center;background:transparent;border-top:none;padding:0;width:auto}.tier-item-rating input[type=range]{width:80px;margin-top:4px}.trash-button{position:absolute;top:8px;left:8px;right:auto;opacity:1;background:#0009;padding:6px;border-radius:50%;z-index:3;transform:none!important}.tier-item:hover{transform:none;box-shadow:0 0 14px #ffffff1a}}@media(max-width:480px){.tier-item{position:relative;flex-direction:row;align-items:center;justify-content:space-between}.tier-item-cover{margin-left:2rem}.tier-item-rating{align-items:flex-end;padding-right:.4rem}.tier-item-title{font-size:.95rem}.tier-item-artist{font-size:.8rem}.tier-item-rating input[type=range]{width:70px}.trash-button{position:absolute;top:6px;left:6px;right:auto;background:#0009;padding:5px;z-index:3}}.tier-10{border-color:#ffd300;box-shadow:0 0 20px #ffd300f2}.tier-9{border-color:#ff6e00;box-shadow:0 0 18px #ff6e00d9}.tier-8{border-color:#ff2b2b;box-shadow:0 0 20px #ff2b2bcc}.tier-7{border-color:#d94dff;box-shadow:0 0 20px #d94dffd9,0 0 35px #d94dff80}.tier-6{border-color:#f9d;box-shadow:0 0 14px #ff99ddb3}.tier-5{border-color:#04f;box-shadow:0 0 12px #04f9}.tier-4{border-color:#0ff;box-shadow:0 0 12px #0ff9}.tier-3{border-color:#39ff14;box-shadow:0 0 10px #39ff148c}.tier-2{border-color:#0b6623;box-shadow:0 0 8px #0b662380}.tier-1{border-color:#999;box-shadow:0 0 8px #9996}.tier-0{border-color:#444;box-shadow:0 0 8px #44444459}:root{--tier-0-color: #444444;--tier-1-color: #999999;--tier-2-color: #0b6623;--tier-3-color: #39ff14;--tier-4-color: #00ffff;--tier-5-color: #0044ff;--tier-6-color: #ff99dd;--tier-7-color: #d94dff;--tier-8-color: #ff2b2b;--tier-9-color: #ff6e00;--tier-10-color: #ffd300}.tier-item-title{word-break:normal;overflow-wrap:break-word;white-space:normal;max-width:100%;line-height:1.2}.tier-item-info{min-width:0}@media(max-width:768px){.tier-item{overflow:hidden}.tier-item-title{word-break:normal;overflow-wrap:break-word}}.search-albums{display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at center,#0a0a0a,#050505);color:#fdfdfd;padding:2rem;border-radius:16px;box-shadow:0 0 30px #00ffc81a,0 0 60px #8f00ff0d}.search-form{display:flex;gap:.8rem;margin-bottom:1.5rem;justify-content:center}.search-form input[type=text]{width:260px;padding:.6rem 1rem;font-size:1rem;border:2px solid #0ff1ce;border-radius:10px;outline:none;background:#141414e6;color:#fff;font-family:Pixelated Elegance,sans-serif;letter-spacing:1px;transition:all .2s ease;box-shadow:0 0 10px #00ffc826}.search-form input[type=text]:focus{box-shadow:0 0 12px #00ffc880,0 0 20px #8f00ff66;border-color:#8f00ff}.search-form button{background:linear-gradient(135deg,#0ff1ce,#8f00ff);background-size:200%;color:#fff;font-family:Pixelated Elegance,sans-serif;font-weight:600;border:2px solid #0ff1ce;border-radius:10px;padding:.6rem 1.4rem;cursor:pointer;letter-spacing:1px;transition:all .25s ease;box-shadow:0 0 10px #8f00ff66,0 0 16px #00ffc84d}.search-form button:hover{transform:translateY(-2px) scale(1.03);background-position:right;border-color:#8f00ff;box-shadow:0 0 18px #8f00ffb3,0 0 26px #00ffc880}.results-container{width:100%;max-width:640px;max-height:420px;overflow-y:auto;border:2px solid rgba(0,255,200,.25);border-radius:12px;padding:1rem;background:#0a0a0ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 20px #00ffc81a}.album-list{list-style:none;padding:0;margin:0}.album-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;border-bottom:1px solid rgba(143,0,255,.15);transition:background .2s ease,transform .15s ease}.album-item:hover{background:#8f00ff14;transform:translate(2px)}.album-thumb{width:70px;height:70px;border-radius:8px;object-fit:cover;box-shadow:0 0 10px #00ffc84d}.album-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.3rem}.album-info h4{font-family:Pixelated Elegance,sans-serif;color:#0ff1ce;font-size:1rem;margin:0;text-shadow:0 0 6px rgba(0,255,200,.5)}.album-info p{font-size:.85rem;color:#ccc;margin:0}.rating-slider{display:flex;flex-direction:column;align-items:center;gap:.25rem}.rating-slider input[type=range]{width:120px;accent-color:#8f00ff;cursor:pointer}.rating-slider span{font-size:.8rem;color:#0ff1ce}.add-btn{background:linear-gradient(135deg,#007a73,#5e00a8);background-size:200%;color:#fdfdfd;border:2px solid #00bfa5;border-radius:8px;padding:.45rem 1rem;font-size:.85rem;font-family:Pixelated Elegance,sans-serif;letter-spacing:1px;cursor:pointer;transition:all .25s ease;box-shadow:0 0 10px #00bfa540,0 0 16px #5e00a840;text-shadow:0 0 4px rgba(0,255,200,.4)}.add-btn:hover{transform:translateY(-2px) scale(1.03);background-position:right;border-color:#5e00a8;box-shadow:0 0 18px #00bfa580,0 0 26px #5e00a866}.add-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){html,body{overflow-x:hidden}.search-albums{width:100%;max-width:100%;padding:1rem;box-sizing:border-box;overflow-x:hidden}.search-form{flex-direction:column;align-items:stretch;width:100%;gap:.6rem}.search-form input[type=text],.search-form button{width:100%;max-width:100%;box-sizing:border-box}.results-container{width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.album-list{width:100%;overflow-x:hidden}.album-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;width:100%;max-width:100%;box-sizing:border-box}.album-thumb{width:80px;height:80px;flex-shrink:0}.album-info{width:100%;overflow-wrap:break-word}.add-btn{width:100%;max-width:100%;box-sizing:border-box}}.reviews-page{background:#0e0e0e;color:#eee;min-height:100vh;padding:3rem 2rem;font-family:Inter,sans-serif}.page-title{text-align:center;font-size:2.2rem;margin-bottom:2rem;letter-spacing:1px;color:#fff}.album-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.tierlist-page{background:#0e0e0e;min-height:100vh;padding:2rem;color:#fff;text-align:center;gap:2rem}.tier-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}.admin-controls{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #333}.popup-overlay{position:fixed;inset:0;background:#050505d9;display:flex;align-items:center;justify-content:center;z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.popup-content{background:#111;border-radius:1rem;padding:2rem;max-width:480px;width:90%;color:#fff;text-align:center;box-shadow:0 0 25px #29abe24d,0 0 40px #f7a8b833;animation:popupFadeIn .25s ease-out;position:relative}.popup-content h2{font-family:Pixelated Elegance,sans-serif;font-size:1.8rem;margin-bottom:1rem;letter-spacing:1px;background:linear-gradient(135deg,#2bb7ff,#55cdfc 15%,#f7a8b8 35%,#fff,#f7a8b8 65%,#55cdfc 85%,#2bb7ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(85,205,252,.4),0 0 14px rgba(247,168,184,.3)}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.popup-content{animation:popupFadeIn .25s ease-out,neonPulse 4s infinite alternate ease-in-out}@keyframes neonPulse{0%{box-shadow:0 0 18px #29abe240,0 0 28px #f7a8b826}to{box-shadow:0 0 30px #29abe273,0 0 50px #f7a8b84d}}.search-bar{display:flex;justify-content:center;align-items:center;margin:2rem auto;max-width:500px;background:repeating-linear-gradient(45deg,#181818,#181818 10px,#1c1c1c 10px 20px);border:2px solid #29abe2;border-radius:10px;padding:.5rem;box-shadow:0 0 10px #29abe266;transition:box-shadow .3s ease,border-color .3s ease}.search-bar:focus-within{border-color:#00eaff;box-shadow:0 0 16px #00eaff99}.search-bar input{width:100%;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;font-family:Pixelated Elegance,monospace;letter-spacing:1px;text-align:center}.search-bar input::placeholder{color:#aaa;font-style:italic;opacity:.8}.search-bar input:focus{animation:blink-border 1s infinite alternate}.filter-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.filter-controls .search-bar,.filter-controls .filter-bar{width:100%;max-width:600px}.filter-bar{display:flex;justify-content:space-between;gap:.75rem}.filter-bar select{flex:1;min-width:0}.filter-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.filter-bar input{flex:1;min-width:200px;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;font-family:Pixelated Elegance,monospace;letter-spacing:1px;text-align:center}.filter-bar input::placeholder{color:#aaa;font-style:italic;opacity:.8}.filter-bar select{background:#0f0f0ff2;border:2px solid #29abe2;color:#fff;font-family:Pixelated Elegance,monospace;font-size:.95rem;border-radius:8px;padding:.4rem .8rem;cursor:pointer;text-align:center;transition:box-shadow .3s ease,border-color .3s ease}.filter-bar select:hover{border-color:#00eaff;box-shadow:0 0 10px #00eaff99}.filter-bar select:focus{outline:none;border-color:#39ff14;box-shadow:0 0 12px #39ff14b3}@keyframes blink-border{0%{box-shadow:0 0 10px #29abe2}to{box-shadow:0 0 20px #00eaff}}.filter-bar select:focus{animation:none;box-shadow:0 0 12px #00eaff99}.tier-filter{background:#0f0f0ff2;color:#fff;font-family:Pixelated Elegance,monospace;font-size:.95rem;border:2px solid var(--accent-color, #29abe2);border-radius:8px;padding:.4rem .8rem;cursor:pointer;text-align:center;transition:box-shadow .25s ease,border-color .25s ease}.tier-filter:hover{filter:brightness(1.2)}.tier-filter option{background:#111;color:#fff}.view-toggle{display:flex;justify-content:center;margin-bottom:1.5rem}.btn-toggle-neon{background:transparent;border:2px solid var(--accent-color, #29abe2);color:#29abe2;padding:.5rem 1rem;border-radius:12px;font-family:Pixelated Elegance,monospace;cursor:pointer;transition:all .3s ease}.btn-toggle-neon:hover{background:#29abe2;color:#0a0a0a;box-shadow:0 0 15px #29abe2}.tier-overview-page{padding:2rem 1rem;background:#0a0a0a;color:#fff;text-align:center;min-height:100vh}.tier-overview-container{display:flex;flex-direction:column;gap:0}.tier-row{border-left:3px solid var(--tier-color, #29abe2);border-right:3px solid var(--tier-color, #29abe2);padding:1.2rem 1rem;position:relative;transition:all .3s ease}.tier-row:before{content:"";position:absolute;left:-2px;top:0;height:105%;width:7px;filter:drop-shadow(0 0 4px var(--tier-color, #29abe2))}.tier-row:after{content:"";position:absolute;right:-2px;top:0;height:105%;width:7px;filter:drop-shadow(0 0 4px var(--tier-color, #29abe2))}.tier-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.08)}.tier-label{font-size:1.4rem;margin-bottom:.8rem;font-family:Pixelated Elegance,monospace;color:var(--tier-color, #29abe2);letter-spacing:1px;background:none;border:none;padding:.2rem 0;display:inline-block;text-transform:uppercase;image-rendering:pixelated;text-rendering:optimizeSpeed;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;text-shadow:0 0 1px var(--tier-color, #29abe2),0 0 2px var(--tier-color, #29abe2),1px 1px 0 #000,-1px -1px 0 #000}.tier-row:after{content:"";position:absolute;bottom:-1.2rem;left:-2px;width:calc(100% + 4px);height:2px;background:linear-gradient(90deg,#fdfdfd,#fff,#fdfdfd,#fff,#fdfdfd);box-shadow:0 0 4px #fff,0 0 8px #fff;opacity:.9;border-radius:2px}.tier-albums{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.tier-album{display:flex;flex-direction:column;align-items:center;width:90px}.album-wrapper{position:relative;width:90px;height:90px;border:1px solid #222;background:#111;border-radius:6px;overflow:hidden;box-shadow:0 0 8px #ffffff0d;transition:transform .25s ease,box-shadow .25s ease}.album-wrapper:hover{transform:scale(1.06);box-shadow:0 0 18px #55cdfc40,0 0 25px #f7a8b833}.tier-album-cover{width:100%;height:100%;object-fit:cover;display:block}.album-overlay{position:absolute;inset:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;opacity:0;transition:opacity .25s ease;padding:.4rem}.album-wrapper:hover .album-overlay{opacity:1}.overlay-title{color:#fff;font-size:.7rem;font-weight:600;text-shadow:0 0 4px rgba(255,255,255,.3);margin-bottom:.2rem}.overlay-artist{color:#0fa;font-size:.6rem;opacity:.9;text-shadow:0 0 4px rgba(0,255,170,.3)}.tier-10{--tier-color: #ffd700}.tier-9{--tier-color: #ff934a}.tier-8{--tier-color: #ff5757}.tier-7{--tier-color: #d97dff}.tier-6{--tier-color: #ffb7e8}.tier-5{--tier-color: #669aff}.tier-4{--tier-color: #66ffff}.tier-3{--tier-color: #80ff66}.tier-2{--tier-color: #4cff7c}.tier-1{--tier-color: #c9c9c9}.tier-0{--tier-color: #777}@media(max-width:768px){.tier-album{width:70px}.album-wrapper{width:70px;height:70px}.tier-label{font-size:1.1rem}}.tier-row:not(:last-child):before{z-index:0}.tier-row:before,.tier-row:after{z-index:1}body{margin:0;background:#fdfdfd;font-family:system-ui,sans-serif}nav a{color:#00f;text-decoration:none}nav a:hover{text-decoration:underline}.btn-add-neon{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#0ff1ce,#8f00ff);background-size:200%;color:#fff;font-family:Pixelated Elegance,sans-serif;font-weight:600;font-size:1.1rem;padding:.8rem 1.6rem;border:2px solid #0ff1ce;border-radius:10px;cursor:pointer;letter-spacing:1px;transition:all .25s ease;box-shadow:0 0 12px #8f00ff66,0 0 18px #00ffc84d;text-shadow:0 0 4px rgba(0,255,200,.6);z-index:10}.btn-add-neon:hover{transform:translateY(-3px) scale(1.03);background-position:right;box-shadow:0 0 20px #8f00ffb3,0 0 30px #00ffc880;border-color:#8f00ff}.btn-close-neon{margin-top:1rem;background:linear-gradient(135deg,#ff2e63,#8f00ff);background-size:200%;color:#fff;font-family:Pixelated Elegance,sans-serif;font-weight:600;padding:.6rem 1.2rem;border:2px solid #ff2e63;border-radius:10px;cursor:pointer;letter-spacing:1px;transition:all .25s ease;box-shadow:0 0 10px #ff2e6366,0 0 16px #8f00ff4d;text-shadow:0 0 4px rgba(255,46,99,.6)}.btn-close-neon:hover{transform:translateY(-2px) scale(1.03);background-position:right;border-color:#ff005c;box-shadow:0 0 18px #ff2e63b3,0 0 26px #8f00ff80}.btn-save-neon{background:linear-gradient(135deg,#00ffa3,#00c9ff);background-size:200%;color:#fff;font-family:Pixelated Elegance,sans-serif;font-weight:600;padding:.6rem 1.4rem;border:2px solid #00ffa3;border-radius:10px;cursor:pointer;letter-spacing:1px;transition:all .25s ease;box-shadow:0 0 10px #00ffa366,0 0 16px #00c9ff4d;text-shadow:0 0 4px rgba(0,255,200,.6)}.btn-save-neon:hover{transform:translateY(-2px) scale(1.03);background-position:right;border-color:#00c9ff;box-shadow:0 0 18px #00ffa3b3,0 0 26px #00c9ff80}.btn-edit-neon{background:linear-gradient(135deg,#ff00e5,#7a00ff);background-size:200%;color:#fff;font-family:Pixelated Elegance,sans-serif;font-weight:600;padding:.6rem 1.2rem;border:2px solid #ff00e5;border-radius:10px;cursor:pointer;letter-spacing:1px;transition:all .25s ease;box-shadow:0 0 10px #ff00e566,0 0 16px #7a00ff4d;text-shadow:0 0 4px rgba(255,0,229,.6)}.btn-edit-neon:hover{transform:translateY(-2px) scale(1.03);background-position:right;border-color:#7a00ff;box-shadow:0 0 18px #ff00e5b3,0 0 26px #7a00ff80}.btn-neutral-neon{background:linear-gradient(135deg,#444,#777);background-size:200%;color:#fff;font-family:Pixelated Elegance,sans-serif;font-weight:600;padding:.6rem 1.2rem;border:2px solid #666;border-radius:10px;cursor:pointer;letter-spacing:1px;transition:all .25s ease;box-shadow:0 0 8px #ffffff26,0 0 14px #ffffff1a;text-shadow:0 0 3px rgba(255,255,255,.3)}.btn-neutral-neon:hover{transform:translateY(-2px) scale(1.03);background-position:right;box-shadow:0 0 14px #ffffff40,0 0 22px #fff3}.neon-text{color:#0ff1ce;text-shadow:0 0 6px #0ff1ce,0 0 12px #8f00ff}.neon-border{border:2px solid #0ff1ce;box-shadow:0 0 8px #00ffc866}.neon-glow{box-shadow:0 0 12px #00ffc866,0 0 20px #8f00ff4d}.neon-hover:hover{filter:brightness(1.3);transform:scale(1.03)}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:radial-gradient(circle at top left,#0e0e0e,#050505);color:#fff;font-family:Inter,sans-serif;text-align:center;padding:2rem}.login-page h1{font-family:Pixelated Elegance,sans-serif;font-size:2.5rem;letter-spacing:2px;background:linear-gradient(135deg,#2bb7ff,#55cdfc 15%,#f7a8b8 35%,#fff,#f7a8b8 65%,#55cdfc 85%,#2bb7ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(85,205,252,.5),0 0 14px rgba(247,168,184,.4);margin-bottom:2rem}.login-page form{background:#111;padding:2rem 2.5rem;border-radius:1rem;box-shadow:0 0 20px #29abe233;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px}.login-page input{background:#1a1a1a;border:2px solid #333;color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;font-family:Inter,sans-serif}.login-page input:focus{outline:none;border-color:#55cdfc;box-shadow:0 0 10px #55cdfc66}.login-page button{background:linear-gradient(135deg,#55cdfc,#f7a8b8,#fff,#f7a8b8,#55cdfc);background-size:200%;color:#0e0e0e;font-weight:600;padding:.75rem 1rem;border:none;border-radius:10px;cursor:pointer;font-family:Pixelated Elegance,sans-serif;letter-spacing:1px;transition:transform .2s ease,box-shadow .2s ease}.login-page button:hover{transform:translateY(-2px);box-shadow:0 0 12px #55cdfc99,0 0 18px #f7a8b880}.login-page p{margin-top:.5rem;font-size:.9rem;color:#f7a8b8}@font-face{font-family:Pixelated Elegance;src:url(/assets/PixelatedEleganceRegular-ovyAA-BIbZ1ONA.ttf) format("truetype");font-weight:400;font-style:normal}body{font-family:Inter,sans-serif;color:#eee;background-color:#0e0e0e;line-height:1.6}h1,h2{font-family:Pixelated Elegance,sans-serif;letter-spacing:2px;image-rendering:pixelated;background:linear-gradient(135deg,#00bfff,#33e0ff 15%,#ff6ec7 35%,#fff,#ff6ec7 65%,#33e0ff 85%,#00bfff);background-size:50% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(85,205,252,.5),0 0 14px rgba(247,168,184,.4),0 0 20px rgba(255,255,255,.3);margin-bottom:1rem}@keyframes transGradientShift{0%{background-position:100% 50%}to{background-position:0% 50%}}h1.animate,h2.animate{animation:transGradientShift 8s linear infinite}h1{font-size:3rem;text-transform:uppercase;margin-top:1rem}h2{font-size:2rem;opacity:.95}
