:root{--ink: #1f2747;--coral: #f2654e;--amber: #f0a23b;--green: #2e9e6b;--card: #eef1f8;--paper: #fbfcfe;--muted: #6b7894}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}.flex{display:flex}.col{display:flex;flex-direction:column}.center{align-items:center;justify-content:center}.between{display:flex;align-items:center;justify-content:space-between}.items-center{align-items:center}.gap1{gap:4px}.gap2{gap:8px}.gap3{gap:12px}.wrap{flex-wrap:wrap}.flex1{flex:1}.full{width:100%}.shell{max-width:720px;margin:0 auto;width:100%}.serif{font-family:Georgia,Times New Roman,serif}.muted{color:var(--muted)}.spin{animation:manari-spin 1s linear infinite}@keyframes manari-spin{to{transform:rotate(360deg)}}
