.p-schedule-input{display:flex;flex-direction:column;gap:2px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.p-schedule-input__day-row{background:#fff;padding:8px 10px;border-bottom:1px solid #f3f4f6}.p-schedule-input__day-row:last-child{border-bottom:none}.p-schedule-input__day-row--disabled{background:#f9fafb;opacity:.7}.p-schedule-input__day-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.p-schedule-input__day-label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:12px;font-weight:500;color:#374151}.p-schedule-input__toggle{width:14px;height:14px;cursor:pointer;accent-color:#3b82f6}.p-schedule-input__day-name{min-width:28px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.p-schedule-input__copy-btn{font-size:10px;color:#6b7280;background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;white-space:nowrap}.p-schedule-input__copy-btn:hover{color:#3b82f6;background:#eff6ff}.p-schedule-input__slots{display:flex;flex-direction:column;gap:4px;margin-top:6px;padding-left:20px}.p-schedule-input__slot{display:flex;align-items:center;gap:4px}.p-schedule-input__time-input{width:90px;padding:3px 6px;border:1px solid #d1d5db;border-radius:4px;font-size:11px;color:#374151;background:#fff}.p-schedule-input__time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.p-schedule-input__separator{color:#9ca3af;font-size:11px;padding:0 2px}.p-schedule-input__remove-slot{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:#fee2e2;color:#dc2626;border-radius:4px;cursor:pointer;font-size:14px;line-height:1;margin-left:2px}.p-schedule-input__remove-slot:hover{background:#fecaca}.p-schedule-input__add-slot{font-size:10px;color:#6b7280;background:none;border:1px dashed #d1d5db;cursor:pointer;padding:3px 8px;border-radius:4px;text-align:left;margin-top:2px}.p-schedule-input__add-slot:hover{color:#3b82f6;border-color:#3b82f6;background:#eff6ff}