/* 每日单内容流程的基础布局；正式版与管理员测试版共用。 */
.test-day-screen{background:linear-gradient(155deg,#edf8f4 0%,#fffdf8 60%,#f4eadb 100%)}
.focus-day{min-height:calc(100vh - 175px);display:flex;flex-direction:column;justify-content:center;padding:25px 6px 55px}
.focus-progress{color:#88a39d;font-size:12px;letter-spacing:1px;margin:0 0 35px}.focus-day h1{font-family:serif;color:#204b48;font-size:32px;line-height:1.38;margin:0 0 26px}.focus-body{font-size:18px;line-height:2;color:#52736e;margin:0;white-space:pre-line}.focus-input{width:100%;min-height:180px;padding:17px;border-radius:16px;border:1px solid #cfe2db;background:rgba(255,255,255,.8);color:#3d625d;font:16px/1.8 "PingFang SC","Microsoft YaHei",sans-serif;outline:none;resize:vertical}.focus-input:focus{border-color:#5c9b92;box-shadow:0 0 0 3px rgba(92,155,146,.13)}.single-check{display:block;padding:18px;border-radius:15px;background:rgba(255,255,255,.75);color:#456b66;font-size:15px;line-height:1.6}.single-check input{accent-color:#45948b;width:18px;height:18px;vertical-align:-3px;margin-right:9px}.focus-quote{margin:0;padding:24px 4px;border-top:1px solid #c5ddd4;border-bottom:1px solid #c5ddd4;font-family:serif;color:#336e69;font-size:26px;line-height:1.7;text-align:center}
