:root{color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0;--accent: #38bdf8;--muted: #94a3b8;--wave: #7dd3fc}*{box-sizing:border-box}body{margin:0;min-height:100dvh;display:grid;place-items:center;padding:1.25rem;padding-bottom:max(2.25rem,env(safe-area-inset-bottom))}.app-version{position:fixed;bottom:max(.4rem,env(safe-area-inset-bottom));right:max(.65rem,env(safe-area-inset-right));font-size:.68rem;letter-spacing:.04em;color:var(--muted);opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none}#app{width:100%;max-width:26rem}.view{min-height:60vh;display:flex;flex-direction:column;justify-content:center}.panel{text-align:center}.panel--enough{gap:1rem;display:flex;flex-direction:column}.title{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 1.25rem}.subtitle{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:lowercase;color:var(--muted);margin:1.5rem 0 .75rem}.body{font-size:1.05rem;line-height:1.55;margin:0;color:#cbd5e1}.motto-line{font-size:1.4rem;font-weight:500;line-height:1.45;margin:.25rem 0 0;color:#f1f5f9}.wave{color:var(--wave);opacity:.85;margin:0 .2em;font-weight:400}.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.25rem}.choice{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #334155;background:#1e293b;color:#e2e8f0;font:inherit;font-size:.95rem;font-weight:500;padding:.85rem .75rem;border-radius:.65rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.choice:hover{border-color:var(--accent);background:#172554}.choice:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-stack{display:flex;flex-direction:column;gap:.65rem;margin-top:1.75rem}.action{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--accent);font:inherit;font-size:.95rem;font-weight:500;text-decoration:underline;text-underline-offset:.2em;cursor:pointer;padding:.5rem;border-radius:.35rem}.action:hover{color:#7dd3fc}.action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.text-link{margin-top:.5rem;font-size:.88rem;color:var(--muted);text-decoration:underline;text-underline-offset:.2em}.text-link:hover{color:#cbd5e1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.journey{margin:.5rem 0 0;border-radius:.75rem;overflow:hidden;border:1px solid #1e293b;background:#020617}.journey__svg{display:block;width:100%;height:auto;vertical-align:middle}.journey__path{opacity:.6}.journey__bear{animation:bear-march 12s ease-in-out infinite;transform-box:fill-box;transform-origin:center}@keyframes bear-march{0%{transform:translate(18px,118px) rotate(-8deg)}22%{transform:translate(92px,56px) rotate(-18deg)}48%{transform:translate(122px,44px) rotate(0)}72%{transform:translate(176px,92px) rotate(14deg)}to{transform:translate(222px,118px) rotate(4deg)}}.journey__plane{animation:plane-loop 5s ease-in-out infinite}@keyframes plane-loop{0%{transform:translate(200px,28px) rotate(12deg)}50%{transform:translate(40px,20px) rotate(-8deg)}to{transform:translate(200px,28px) rotate(12deg)}}.journey__caption{margin:0;padding:.5rem .75rem .75rem;font-size:.8rem;color:var(--muted);letter-spacing:.04em}.notify-panel{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid #1e293b;max-width:26rem;margin-left:auto;margin-right:auto;text-align:left}.notify-panel__title{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .5rem}.notify-panel__hint{font-size:.85rem;line-height:1.45;color:#94a3b8;margin:0 0 1rem}.notify-panel__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.9rem;margin-bottom:.5rem}.notify-panel__time{font:inherit;padding:.35rem .5rem;border-radius:.4rem;border:1px solid #334155;background:#1e293b;color:#e2e8f0}.notify-panel__tz{font-size:.8rem;color:var(--muted);margin:0 0 1rem}.notify-panel__actions{margin-bottom:.5rem}.notify-panel__enable{width:100%}.notify-panel__status{font-size:.85rem;color:#a5b4fc;margin:0;min-height:1.25rem}.notify-panel__debug{margin-top:.75rem;border-radius:.4rem;border:1px solid #334155;background:#0f172a;padding:.35rem .65rem .65rem}.notify-panel__debug-summary{cursor:pointer;font-size:.8rem;color:var(--muted);list-style:none}.notify-panel__debug-summary::-webkit-details-marker{display:none}.notify-panel__debug-summary:before{content:"▸ ";display:inline-block;width:.9em}.notify-panel__debug[open] .notify-panel__debug-summary:before{content:"▾ "}.notify-panel__debug-pre{margin:.5rem 0 0;padding:.5rem .6rem;max-height:14rem;overflow:auto;font-size:.72rem;line-height:1.35;color:#cbd5e1;white-space:pre-wrap;word-break:break-word;background:#020617;border-radius:.3rem;border:1px solid #1e293b}.notify-panel__recovery{margin:1rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center;justify-content:center}.notify-panel__recovery .action{font-size:.8rem;padding:.35rem .5rem}
