.collection-schedule-page{color:#314844;font-size:13px;min-width:0}
.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 0 14px;flex-wrap:wrap}
.collection-toolbar strong{font-size:15px;color:#203e36}
.collection-toolbar p{margin:7px 0 0;line-height:1.6;color:#748781;font-size:12px}
.collection-toolbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.collection-primary,.collection-secondary,.collection-save{min-height:34px;padding:6px 14px;border-radius:4px;font:inherit;cursor:pointer}
.collection-primary{border:1px solid #258dd7;background:#258dd7;color:#fff}
.collection-secondary{border:1px solid #c4d1ce;background:#fff;color:#49645c}
.collection-save{border:1px solid #24b66e;background:#24b66e;color:#fff;min-width:70px}
.collection-schedule-page button:disabled,.collection-dialog button:disabled,.collection-dialog input:disabled,.collection-dialog select:disabled{opacity:.55;cursor:not-allowed}
.collection-schedule-page button:focus-visible,.collection-dialog button:focus-visible,.collection-dialog input:focus-visible,.collection-dialog select:focus-visible,.collection-pagination select:focus-visible{outline:2px solid #168bd3;outline-offset:2px}
.collection-table-wrap{width:100%;overflow:auto;border:1px solid #d7e1df;background:#fff}
.collection-table,.collection-roster-table{width:100%;border-collapse:collapse;table-layout:fixed}
.collection-col-index{width:4.5%}
.collection-col-day{width:10%}
.collection-col-count{width:10%}
.collection-col-operator{width:12%}
.collection-col-time{width:16%}
.collection-col-action{width:6.5%}
.collection-table th,.collection-table td,.collection-roster-table th,.collection-roster-table td{padding:8px 7px;border-bottom:1px solid #dce5e3;border-right:1px solid #dce5e3;text-align:center;vertical-align:middle;overflow-wrap:anywhere;line-height:1.5}
.collection-table th,.collection-roster-table th{background:#f7faf8;font-weight:700;color:#20342e}
.collection-table th:last-child,.collection-table td:last-child,.collection-roster-table th:last-child,.collection-roster-table td:last-child{border-right:0}
.collection-table tr:last-child td,.collection-roster-table tr:last-child td{border-bottom:0}
.collection-table tbody tr:hover,.collection-roster-table tbody tr:hover{background:#fafcfb}
.collection-table td.collection-members-cell{text-align:left}
.collection-member-name{display:inline;overflow-wrap:anywhere}
.collection-member-name+.collection-member-name::before{content:'、';color:#82958e}
.collection-member-name small{display:inline-block;margin-left:3px;padding:0 3px;border-radius:3px;background:#edf3fb;color:#5179a4;font-size:10px;vertical-align:1px}
.collection-time{font-size:11px;font-variant-numeric:tabular-nums}
.collection-edit{min-height:26px;padding:3px 7px;border:1px solid #258dd7;border-radius:3px;background:#fff;color:#1678bb;font:inherit;font-size:12px;white-space:nowrap;cursor:pointer}
.collection-edit:hover{background:#eef7fd}
.collection-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:13px;color:#71847f;font-size:12px}
.collection-pagination>label{display:flex;align-items:center;gap:6px}
.collection-pagination select{padding:5px 7px;border:1px solid #c4d1ce;background:#fff;border-radius:4px;color:#49645c;font:inherit}
.collection-pagination .admin-pagination{margin-top:0}
.collection-footnote{margin:12px 0 0;color:#748781;font-size:11px;line-height:1.7;overflow-wrap:anywhere}
.collection-muted{color:#81928c;font-size:12px}
.collection-empty{min-height:220px;display:grid;place-items:center;color:#748781;text-align:center}
.collection-notice,.collection-error{padding:11px 13px;border-radius:4px;line-height:1.6;margin:0 0 12px;overflow-wrap:anywhere}
.collection-notice{background:#e7f7ef;color:#176747}
.collection-error{background:#fff0ee;color:#ad4038}
.collection-error .collection-secondary{display:block;margin-top:10px}
.collection-dialog{width:min(690px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:7px;color:#293f3b;background:#fff;box-shadow:0 18px 60px #0005;overflow:auto;font-size:13px}
.collection-dialog::backdrop{background:#10231d80}
.collection-dialog header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 20px;border-bottom:1px solid #dfe7e5}
.collection-dialog h2{margin:0;font-size:17px}
.collection-dialog header button{border:0;background:transparent;color:#6c7c78;font-size:25px;cursor:pointer;min-width:30px;min-height:30px}
.collection-dialog-body{padding:17px 20px;max-height:calc(100dvh - 185px);overflow:auto}
.collection-note{padding:10px 12px;margin:0 0 14px;background:#eff7f4;border-radius:4px;color:#54706a;line-height:1.7;font-size:12px}
.collection-selection{margin:0 0 12px;font-weight:700;color:#236f52;line-height:1.6}
.collection-member-group{min-width:0;margin:0 0 15px;padding:10px 12px;border:1px solid #dce5e3;border-radius:5px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.collection-member-group legend{font-weight:700;padding:0 5px;font-size:13px}
.collection-member-choice{display:flex;align-items:flex-start;gap:9px;padding:8px;border-radius:4px;background:#f7faf8;cursor:pointer;overflow-wrap:anywhere}
.collection-member-choice input{margin:3px 0 0;accent-color:#24a56a;flex-shrink:0}
.collection-member-choice span{min-width:0}
.collection-member-choice strong{font-size:13px;font-weight:600}
.collection-member-choice small{display:block;margin-top:4px;color:#798d85;font-size:11px;line-height:1.5}
.collection-member-choice.is-disabled{background:#f3f4f4;color:#86928e;cursor:not-allowed}
.collection-dialog footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 20px;border-top:1px solid #dfe7e5}
.collection-roster-actions{display:flex;justify-content:flex-end;margin:0 0 10px}
.collection-roster-table th:first-child{width:25%}
.collection-roster-table th:nth-child(2){width:27%}
.collection-roster-table th:last-child{width:60px}
.collection-roster-table td:first-child,.collection-roster-table td:nth-child(2){text-align:left}
.collection-demo{display:inline-block;margin-left:5px;padding:0 5px;border-radius:3px;background:#fff3dd;color:#9b742f;font-size:10px}
.collection-member-status{color:#25865e}
.collection-member-status.is-disabled{color:#87948f}
.collection-member-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.collection-member-fields>label{display:flex;flex-direction:column;gap:7px;font-weight:600;position:relative;min-width:0}
.collection-member-fields>label>span{position:absolute;color:#dc584e;left:4.4em;top:0}
.collection-member-fields input:not([type=checkbox]),.collection-member-fields select{box-sizing:border-box;width:100%;height:38px;padding:0 10px;border:1px solid #c4d1ce;border-radius:4px;background:#fff;color:#293f3b;font:inherit}
.collection-member-fields small{color:#758681;font-size:11px;font-weight:400;line-height:1.6}
.collection-member-fields .collection-enabled{flex-direction:row;align-items:center;gap:8px;align-self:start;padding-top:27px}
.collection-enabled input{margin:0;accent-color:#24a56a;width:15px;height:15px}
.collection-member-fields+.collection-error{margin:15px 0 0}
@media(max-width:1000px){.collection-table{font-size:12px}.collection-table th,.collection-table td{padding:7px 4px}.collection-col-time{width:15%}.collection-col-action{width:7.5%}.collection-col-operator{width:10%}}
@media(max-width:640px){.collection-toolbar-actions{width:100%;justify-content:flex-end}.collection-table{min-width:560px}.collection-dialog{width:calc(100vw - 20px)}.collection-dialog-body{padding:14px}.collection-member-group,.collection-member-fields{grid-template-columns:1fr}.collection-member-fields .collection-enabled{padding-top:0}.collection-roster-table{font-size:12px}.collection-roster-table th,.collection-roster-table td{padding:7px 5px}}
