@import"https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;600&display=swap";:root{font-family:"Noto Serif",serif,system-ui;line-height:1.5;color:#000}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;justify-items:center;background:#f5f5f5;color:#000}.container{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;text-align:center;display:grid;place-items:center}h1{margin-top:0}.actions{display:flex;justify-content:center;gap:.75rem;margin-top:1rem}button{border:1px solid #ddd;border-radius:8px;padding:.6rem 1rem;background:#fff;cursor:pointer;font-family:"Noto Serif",serif;-webkit-user-select:none;user-select:none;color:#000}button:hover{background:#f1f1f1}select{font-family:"Noto Serif",serif;color:#000;background:#fff}text{user-select:none;-webkit-user-select:none}.note-selected{background:#dbeafe}
