:root{color-scheme:dark;--orange:#FE5000;--bg:#111;--surface:#1b1b1b;--text:#f5f2e9;--muted:#a7a39a;--radius:14px}
*{box-sizing:border-box}html,body{width:240px;height:282px;margin:0;overflow:hidden;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif}.app{width:240px;height:282px;padding:8px;display:flex;flex-direction:column;gap:7px}header{min-height:24px;display:flex;align-items:center;justify-content:space-between}#status{font-size:11px;color:var(--muted)}.content{flex:1;min-height:0;overflow:auto;scrollbar-width:none}.content::-webkit-scrollbar{display:none}.card{background:var(--surface);border-radius:var(--radius);padding:10px}h1{font-size:18px;margin:0 0 6px}p{font-size:13px;line-height:1.3;margin:0;color:var(--muted)}footer{display:flex}button{min-height:44px;flex:1;border:0;border-radius:13px;background:var(--orange);color:#111;font-weight:700}.wheel-focus{outline:2px solid #fff;outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
