:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{margin:0;background:#f5f6f8;color:#1a1a1a}nav{display:flex;gap:1rem;align-items:center;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e0e0e0}nav a{color:#2d5bff;text-decoration:none;font-weight:500}nav a:hover{text-decoration:underline}nav button{margin-left:auto}main,#root>div{max-width:480px;margin:3rem auto;padding:0 1.5rem}h1{font-size:1.5rem;margin-bottom:.25rem}form{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;margin-top:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#444}input,select,textarea{font:inherit;padding:.55rem .7rem;border:1px solid #ccc;border-radius:6px}button{font:inherit;padding:.6rem 1rem;border:none;border-radius:6px;background:#2d5bff;color:#fff;cursor:pointer}button:hover{background:#234bd6}button:disabled{background:#a9b8ff;cursor:not-allowed}[role=alert]{color:#b3261e;background:#fdecea;border:1px solid #f5c2be;border-radius:6px;padding:.6rem .8rem;font-size:.9rem;margin:0}ul{list-style:none;padding:0}li{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:.9rem 1.1rem;margin-bottom:.6rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
