*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f6f7fb;color:#172033;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{min-height:100vh;padding:56px 20px}.todo-board{width:min(880px,100%);margin:0 auto;padding:32px;background:#fff;border:1px solid #e8ecf4;border-radius:8px;box-shadow:0 18px 50px #1d2f4914}.todo-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:24px}.eyebrow{display:block;margin-bottom:6px;color:#1677ff;font-weight:700}.todo-header h1.ant-typography{margin:0;font-size:32px;line-height:1.2}.create-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:20px}.create-form .ant-form-item{margin-bottom:0}.todo-list{border-top:1px solid #eef1f6}.todo-list .ant-list-item{padding:18px 0}.todo-title{max-width:100%}.todo-title .ant-typography{overflow-wrap:anywhere}.done-icon{color:#2fb344}@media (max-width: 640px){.app-shell{padding:24px 12px}.todo-board{padding:20px}.todo-header{flex-direction:column}.create-form{grid-template-columns:1fr}}
