*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;background:#0b0b0f;color:#f5f5f5;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.app{min-height:100vh;display:flex;justify-content:center}.page{width:100%;max-width:720px;padding:1rem;margin:0 auto}.header{text-align:center;color:#f5c86a;margin-bottom:2rem;font-size:2.2rem}.nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;margin-bottom:1.5rem}.nav button{background:transparent;border:1px solid transparent;color:#f5e1a1;padding:.6rem 1rem;border-radius:12px;font-weight:600;cursor:pointer}.navActive{background:#f5e1a133;border-color:#f5e1a1}.userInfo{width:100%;text-align:center;font-size:.85rem;margin-top:.4rem}.navLogout{border-color:#f5e1a1}.card{background:linear-gradient(145deg,#2b220d,#1a1407);border:1px solid #c8a951;border-radius:18px;padding:1rem;margin-bottom:2rem;box-shadow:0 10px 30px #0009}.categoryTitle{color:#f5c86a;text-align:center;margin-bottom:1rem}.nomineeList{list-style:none;padding:0;margin:0}.nominee{background:#ffffff0d;border-radius:12px;padding:.8rem;margin-bottom:.8rem;display:flex;align-items:center;gap:12px;justify-content:space-between;overflow-x:hidden}.nomineeInfo{flex:1}.nomineeInfo span{display:block;font-size:.95rem}.buttons{display:flex;gap:.6rem}button{background:transparent;color:#f5c86a;border:1px solid #c8a951;cursor:pointer}.buttons button{width:auto;padding:.5rem .8rem;border-radius:12px;font-size:.9rem}.buttons button.primary{background-color:#caa7ff;font-weight:600}button:hover{background:#facd6d91}button.primary{background:#f5c86a;color:#1a1407;font-weight:700}.installBtn{display:block;margin:0 auto 1.5rem;background:#f5c86a;color:#1a1407;border:none;padding:.6rem 1.2rem;border-radius:999px;font-weight:700;cursor:pointer}.login{display:flex;flex-direction:column;gap:.75rem;max-width:320px;margin:2rem auto}.login input,.login button{width:100%;padding:.6rem;font-size:1rem}.login button{cursor:pointer}.poster{width:50px;height:auto;border-radius:6px;object-fit:cover}.seenCounter{margin-bottom:20px}.spinner-wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem}.spinner{width:36px;height:36px;border:4px solid #e5e5e5;border-top:4px solid #f5c86a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login{position:relative}.overlay{position:absolute;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:10}@media(max-width:600px){.buttons{flex-direction:column}.buttons button{width:100%}.nav{flex-direction:column;align-items:stretch}.nav button{width:100%}}
