:root{color-scheme:light;font-family:system-ui,sans-serif}body{margin:0;min-height:100vh;background:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center}.screen{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}.tap-target{display:flex;align-items:center;justify-content:center;padding:3rem;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.spinner{width:2rem;height:2rem;border:3px solid #e0e0e0;border-top-color:#1a1a1a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.debug{font-size:15px;line-height:1.5;padding:1.5rem;max-width:40rem;margin:0 auto}.debug .mono{font-family:ui-monospace,monospace;word-break:break-all;background:#f2f2f2;padding:.5rem;border-radius:6px}.debug button{font-size:16px;padding:.6rem 1.2rem;margin-top:.5rem}.notify-app{box-sizing:border-box;min-height:100vh;width:100%;padding:48px 24px 36px;background:radial-gradient(circle at 80% 0,#173753 0,transparent 38%),#07111f;color:#eef7f4;font-family:ui-rounded,system-ui,sans-serif}.notify-app>*{max-width:520px;margin-left:auto;margin-right:auto}.notify-mark{width:58px;height:58px;border:2px solid #55e6a5;border-radius:18px;display:grid;place-items:center;color:#55e6a5;font-size:28px;font-weight:800;margin-left:0}.notify-app .eyebrow{color:#55e6a5;font-size:12px;font-weight:800;letter-spacing:.18em;margin-top:32px}.notify-app h1{font-size:42px;line-height:1.02;letter-spacing:-.04em;margin:10px auto 18px}.notify-app .lead{color:#adc0c8;font-size:18px;line-height:1.55}.notify-card{display:flex;gap:14px;align-items:center;background:#102235;border:1px solid #254157;border-radius:18px;padding:18px;margin-top:28px}.notify-card div{display:flex;flex-direction:column;gap:4px}.notify-card small{color:#8da4ae}.status-dot{width:12px;height:12px;border-radius:50%;background:#f5a94d;box-shadow:0 0 0 6px #f5a94d1f}.status-dot.ok{background:#55e6a5;box-shadow:0 0 0 6px #55e6a51f}.notify-app button{display:block;width:100%;padding:16px;margin-top:14px;border-radius:14px;font-size:16px;font-weight:750}.notify-app .primary{border:0;background:#55e6a5;color:#062016}.notify-app .secondary{border:1px solid #31516a;background:transparent;color:#eef7f4}.last-event{margin-top:28px;border-radius:18px;padding:20px;background:#102235;border-left:4px solid #55e6a5}.last-event.error{border-left-color:#ff6b6b}.last-event small{letter-spacing:.14em;color:#8da4ae}.last-event h2{margin:8px 0}.last-event p{color:#c8d7dc}.install-note{text-align:center;color:#718b97;font-size:13px;margin-top:28px}.pair-code{box-sizing:border-box;width:100%;padding:15px;margin-top:14px;border:1px solid #31516a;border-radius:14px;background:#102235;color:#eef7f4;font:700 18px ui-monospace,monospace;letter-spacing:.12em;text-transform:lowercase}
