:root{--bg: #0f172a;--card: #1e293b;--ink: #f1f5f9;--muted: #94a3b8;--accent: #4f46e5;--accent-d: #4338ca;--good: #16a34a;--warn: #f59e0b;--bad: #ef4444;--line: #334155}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.wrap{max-width:480px;margin:0 auto;padding:16px 16px 96px}h1{font-size:1.5rem;margin:12px 0 4px}.muted{color:var(--muted)}.small{font-size:.85rem}button{font:inherit;cursor:pointer;border:none;border-radius:12px;padding:14px 18px;background:var(--accent);color:#fff;min-height:48px}button:active{background:var(--accent-d)}button:disabled{opacity:.5;cursor:not-allowed}input,select{font:inherit;width:100%;padding:14px;border-radius:12px;border:1px solid var(--line);background:var(--card);color:var(--ink);min-height:48px}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px;margin:12px 0}.head p{margin:4px 0 0;line-height:1.45}.add{display:flex;flex-direction:column;gap:10px}.limitmsg{margin:0}.upgrade{display:block;text-align:center;text-decoration:none;background:var(--warn);color:#1a1206;font-weight:700;border-radius:12px;padding:14px 18px;min-height:48px;margin:12px 0}.empty{text-align:center;padding:24px 0}.list{display:flex;flex-direction:column}.panrow{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.paninfo{min-width:0}.panname{font-weight:700;font-size:1.1rem;word-break:break-word}.badge{display:inline-block;margin-top:6px;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:999px}.badge.good{background:#16a34a2e;color:#4ade80}.badge.warn{background:#f59e0b2e;color:#fbbf24}.badge.bad{background:#ef44442e;color:#f87171}.iconbtn{flex:none;background:transparent;color:var(--muted);min-height:44px;min-width:44px;padding:0;border-radius:10px;font-size:1rem}.iconbtn:active{background:var(--line)}.tasks{margin:14px 0;display:flex;flex-direction:column;gap:8px}.task{display:flex;align-items:center;gap:10px}.dot{width:10px;height:10px;border-radius:50%;flex:none}.dot.good{background:var(--good)}.dot.warn{background:var(--warn)}.dot.bad{background:var(--bad)}.tasklabel{flex:1}.actions{display:flex;gap:10px}.actions button{flex:1}.ghost{background:transparent;border:1px solid var(--line);color:var(--ink)}.ghost:active{background:var(--line)}.pro{text-align:center;margin-top:16px}.foot{margin-top:24px;line-height:1.5;text-align:center}
