@import"https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap";body{margin:0;user-select:none;-webkit-user-select:none;font-family:Doto,monospace;display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#000;color:#e0e0e0;line-height:1.6}.container{padding:20px}.card-wrapper{max-width:500px;width:100%;animation:fadeIn .5s ease-out;transform-origin:top left;box-shadow:0 0 20px #ffffff1a,0 0 40px #ffffff0d;position:relative;z-index:0;border:1px solid #666}.card{position:relative;overflow:hidden;z-index:1;padding:0;background-color:transparent}.card:after{content:"";position:absolute;inset:2px;background:#000;z-index:3}.scanlines{position:absolute;inset:2px;background:repeating-linear-gradient(0deg,rgba(0,0,0,.25),rgba(0,0,0,.25) 1px,transparent 1px,transparent 3px);pointer-events:none;z-index:5;animation:flicker .15s infinite}@keyframes flicker{0%,to{opacity:1}50%{opacity:.98}}.corner{position:absolute;width:20px;height:20px;z-index:6;pointer-events:none}.corner:before,.corner:after{content:"";position:absolute;background:#888;box-shadow:0 0 3px #ffffff4d}.top-left{top:4px;left:4px}.top-left:before{width:10px;height:2px;top:0;left:0}.top-left:after{width:2px;height:10px;top:0;left:0}.top-right{top:4px;right:4px}.top-right:before{width:10px;height:2px;top:0;right:0}.top-right:after{width:2px;height:10px;top:0;right:0}.bottom-left{bottom:4px;left:4px}.bottom-left:before{width:10px;height:2px;bottom:0;left:0}.bottom-left:after{width:2px;height:10px;bottom:0;left:0}.bottom-right{bottom:4px;right:4px}.bottom-right:before{width:10px;height:2px;bottom:0;right:0}.bottom-right:after{width:2px;height:10px;bottom:0;right:0}.card-content{position:relative;z-index:4;text-align:center;background-color:transparent;padding:20px 30px;display:flex;flex-direction:column;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ascii-logo{width:100%;transform:scale(.75);clip-path:inset(12% 0 12% 0);margin:-90px 0}.links{margin-top:15px;display:flex;justify-content:center;gap:10px;font-family:Doto,monospace}.icon{font-size:16px;color:#bbb;flex-shrink:0}.badge-icon{width:24px;height:24px;object-fit:contain}.notifiarr-section{margin-top:20px;padding-top:15px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:10px;justify-content:center}.project-badge{background:#1e1e1e99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);padding:8px 15px;font-size:.75em;color:#ccc;box-shadow:0 0 10px #ffffff0d,inset 0 0 20px #ffffff05;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;text-decoration:none;z-index:1;font-family:Doto,monospace;height:28px;box-sizing:border-box}.project-badge:hover{background:#323232cc;border-color:#ffffff4d;box-shadow:0 0 15px #ffffff1a,inset 0 0 15px #ffffff0d;color:#fff;animation:glitch-hover .4s infinite}@keyframes glitch-hover{0%,to{opacity:1}50%{opacity:.8}}.link-badge{border-radius:0;width:36px;height:36px;padding:0;justify-content:center;background:#1e1e1e99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);box-shadow:0 0 10px #ffffff0d,inset 0 0 20px #ffffff05;transition:all .2s ease}.link-badge:hover{background:#323232cc;border-color:#ffffff4d;box-shadow:0 0 15px #ffffff1a,inset 0 0 15px #ffffff0d;animation:glitch-hover .4s infinite}.project-link{padding:6px 12px;display:flex;align-items:center;justify-content:center;height:28px;box-sizing:border-box}.badge-logo{height:1.5em;width:auto;margin-left:6px}
