:root{font-family:system-ui,"Microsoft YaHei",sans-serif;color:#22352b;background:#f7f8f7;color-scheme:light}
*{box-sizing:border-box}
body{margin:0;-webkit-font-smoothing:antialiased}
.shell{max-width:720px;margin:auto;padding:0 28px 30px}
header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:32px 0 25px}
h1{font-size:19px;font-weight:650;margin:0}
header>span{font-size:12px;color:#748077;white-space:nowrap}
.duty-card{padding:25px 28px 20px;border:1px solid #dce3dc;border-radius:12px;background:#fff}
.label{font-size:12px;color:#748077;margin:0}
h2{font-size:38px;letter-spacing:2px;margin:12px 0 10px;font-weight:600}
.date-range{font-size:14px;margin:0 0 26px;font-variant-numeric:tabular-nums;color:#5e6e63}
.progress-label{display:flex;justify-content:space-between;font-size:12px;color:#6d7b71;margin-bottom:10px}
progress{appearance:none;display:block;width:100%;height:4px;border:0;border-radius:5px;overflow:hidden;background:#e7ece7}
progress::-webkit-progress-bar{background:#e7ece7}
progress::-webkit-progress-value{background:#53765e;border-radius:5px}
progress::-moz-progress-bar{background:#53765e}
.next-up{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#748077;margin-top:20px}
.next-up strong{font-weight:500;color:#293f30;margin-left:8px}
.remind-section{margin-top:18px}
button{width:100%;border:0;border-radius:8px;background:#365a43;color:#fff;padding:14px 18px;font:500 14px system-ui,"Microsoft YaHei",sans-serif;cursor:pointer}
button:hover:enabled{background:#294834}
button:focus-visible{outline:3px solid #93b29a;outline-offset:3px}
button:disabled{opacity:.5;cursor:default}
#feedback{font-size:11px;color:#7a857d;margin:10px 0 0;min-height:17px;text-align:center;line-height:1.6}
.schedule-section{margin-top:30px}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}
h3{font-size:14px;font-weight:600;margin:0}
.section-heading>span{font-size:11px;color:#7a857d}
.schedule{list-style:none;margin:0;padding:0;border-top:1px solid #dfe5df}
.schedule li{display:grid;grid-template-columns:88px 1fr;align-items:center;gap:10px;padding:15px 12px;border-bottom:1px solid #e3e7e3}
.schedule li.active{background:#eef3ed}
.schedule h4{font-size:14px;font-weight:500;margin:0}
.schedule .dates{font-size:12px;font-variant-numeric:tabular-nums;color:#6a776e;text-align:right;white-space:nowrap}
.rules{border-top:1px solid #dfe5df;margin-top:28px;padding-top:15px;font-size:11px;color:#748077;line-height:1.8}
.rules p{margin:0 0 3px}
.connection{padding:12px;border-radius:7px;background:#fff0db;color:#85602f;font-size:12px}
@media(max-width:480px){.shell{padding:0 20px 25px}header{padding:25px 0 21px}h1{font-size:17px}header>span{font-size:10px}.duty-card{padding:22px 22px 19px}h2{font-size:34px}.date-range{font-size:12px}.progress-label{font-size:10px}.schedule li{grid-template-columns:68px 1fr;padding:15px 9px}.schedule .dates{font-size:10px}.rules{font-size:10px}.next-up{font-size:11px}}