*{margin:0;padding:0;box-sizing:border-box}body{font-family:Fredoka,system-ui,-apple-system,sans-serif;line-height:1.5}.dashboard{min-height:100vh;background:linear-gradient(135deg,#ffd93d,#ff6b9d,#6bcf7f);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.dashboard__lights{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(10,1fr)}.dashboard__light{width:30px;height:30px;border-radius:50%;border:3px solid #000;animation:flash 1s infinite;justify-self:center;align-self:center}.dashboard__light:nth-child(1){animation-delay:.05s}.dashboard__light:nth-child(2){animation-delay:.1s}.dashboard__light:nth-child(3){animation-delay:.15s}.dashboard__light:nth-child(4){animation-delay:.2s}.dashboard__light:nth-child(5){animation-delay:.25s}.dashboard__light:nth-child(6){animation-delay:.3s}.dashboard__light:nth-child(7){animation-delay:.35s}.dashboard__light:nth-child(8){animation-delay:.4s}.dashboard__light:nth-child(9){animation-delay:.45s}.dashboard__light:nth-child(10){animation-delay:.5s}.dashboard__light:nth-child(11){animation-delay:.55s}.dashboard__light:nth-child(12){animation-delay:.6s}.dashboard__light:nth-child(13){animation-delay:.65s}.dashboard__light:nth-child(14){animation-delay:.7s}.dashboard__light:nth-child(15){animation-delay:.75s}.dashboard__light:nth-child(16){animation-delay:.8s}.dashboard__light:nth-child(17){animation-delay:.85s}.dashboard__light:nth-child(18){animation-delay:.9s}.dashboard__light:nth-child(19){animation-delay:.95s}.dashboard__light:nth-child(20){animation-delay:1s}.dashboard__light:nth-child(21){animation-delay:1.05s}.dashboard__light:nth-child(22){animation-delay:1.1s}.dashboard__light:nth-child(23){animation-delay:1.15s}.dashboard__light:nth-child(24){animation-delay:1.2s}.dashboard__light:nth-child(25){animation-delay:1.25s}.dashboard__light:nth-child(26){animation-delay:1.3s}.dashboard__light:nth-child(27){animation-delay:1.35s}.dashboard__light:nth-child(28){animation-delay:1.4s}.dashboard__light:nth-child(29){animation-delay:1.45s}.dashboard__light:nth-child(30){animation-delay:1.5s}.dashboard__light:nth-child(31){animation-delay:1.55s}.dashboard__light:nth-child(32){animation-delay:1.6s}.dashboard__light:nth-child(33){animation-delay:1.65s}.dashboard__light:nth-child(34){animation-delay:1.7s}.dashboard__light:nth-child(35){animation-delay:1.75s}.dashboard__light:nth-child(36){animation-delay:1.8s}.dashboard__card{background:#fff;border:6px solid #000;border-radius:30px;padding:3rem 2rem;text-align:center}.dashboard__name{font-size:2rem;color:#000;margin-bottom:1.5rem;font-weight:800;text-transform:uppercase;border:6px solid #000;background:#fd8fb4;padding:1rem;border-radius:15px}.dashboard__ticket-wrapper{margin-top:1em;width:200px;max-width:400px}.dashboard__ticket-wrapper svg{width:100%;height:auto}.dashboard__loading,.dashboard__error{color:#000;font-size:2rem;font-weight:800;background:#fff;border:5px solid #000;padding:2rem;border-radius:20px;max-width:260px;background:#d31616;color:#fff}.dashboard__debug{position:fixed;bottom:1rem;left:1rem;right:1rem;background:#000000e6;color:#0f0;border:2px solid #0f0;border-radius:8px;font-family:monospace;font-size:.75rem;max-height:40vh;overflow-y:auto;z-index:9999}.dashboard__debug-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-bottom:1px solid #0f0;position:sticky;top:0;background:#000000f2}.dashboard__debug-header button{background:none;border:1px solid #0f0;color:#0f0;cursor:pointer;padding:.25rem .5rem;border-radius:4px}.dashboard__debug-header button:hover{background:#0f0;color:#000}.dashboard__debug pre{margin:0;padding:.5rem;white-space:pre-wrap;word-break:break-all}@keyframes flash{0%,to{background-color:#ff6b9d;box-shadow:0 0 20px #ff6b9d}25%{background-color:#ffd93d;box-shadow:0 0 20px #ffd93d}50%{background-color:#6bcf7f;box-shadow:0 0 20px #6bcf7f}75%{background-color:#4a90e2;box-shadow:0 0 20px #4a90e2}}.update-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:9999;animation:slideUp .3s ease-out}.update-notification__content{background:#fff;border:5px solid #000;border-radius:20px;padding:1.5rem 2rem;box-shadow:8px 8px #000;max-width:400px}.update-notification__message{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:1rem;text-align:center}.update-notification__buttons{display:flex;gap:1rem;justify-content:center}.update-notification__button{padding:.75rem 1.5rem;border:4px solid #000;border-radius:12px;font-family:Fredoka,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .1s ease}.update-notification__button:hover{transform:scale(1.05)}.update-notification__button:active{transform:scale(.95)}.update-notification__button--primary{background:#6bcf7f;color:#000}.update-notification__button--secondary{background:#ffd93d;color:#000}@keyframes slideUp{0%{transform:translate(-50%,100px);opacity:0}to{transform:translate(-50%);opacity:1}}
