:root{color-scheme:light dark;--bg: #f4f6f9;--fg: #12141a;--muted: #5c6578;--card: #ffffff;--border: rgba(18, 20, 26, .12);--accent: #1a7a4c;--danger: #b42318;font-family:Vazirmatn,Tahoma,sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #12141a;--fg: #eef1f6;--muted: #9aa3b5;--card: #1c2030;--border: rgba(238, 241, 246, .12)}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg)}.page{max-width:720px;margin:0 auto;padding:1.25rem 1rem 3rem}.page--narrow{max-width:420px}h1{margin:0 0 .35rem;font-size:1.35rem}.muted{color:var(--muted);margin:.25rem 0;font-size:.9rem}.form{display:flex;flex-direction:column;gap:.85rem;margin-top:1.25rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem}input{font:inherit;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--card);color:inherit}button{font:inherit;padding:.65rem .9rem;border-radius:8px;border:0;background:var(--accent);color:#fff;cursor:pointer}button:disabled{opacity:.6;cursor:default}button.ghost{background:transparent;color:inherit;border:1px solid var(--border)}button.danger{background:var(--danger)}.error{color:var(--danger);margin:0}.banner{background:var(--card);border:1px solid var(--border);padding:.65rem .85rem;border-radius:8px}.bar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.bar__actions{display:flex;gap:.5rem}.note-field{margin-bottom:1rem}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.card p{margin:0}.card__actions{display:flex;gap:.5rem;margin-top:.65rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem;word-break:break-all}.footer{margin-top:2rem;font-size:.85rem}a{color:inherit}
